Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8905b2aeb998c2429dd3dac7113c428985f887cf 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15953 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/253 [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/253 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8905b2aeb998c2429dd3dac7113c428985f887cf (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 Commit message: "feat(data): Implement DELETE /event/age/{age} V2 API (#2946)" > git rev-list --no-walk c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:56:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:56:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:56:41 ========================================================= 20:56:41 EdgeX Global Pipelines Version Info 20:56:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:56:43 ------------------- 20:56:43 stable info: 20:56:43 ------------------- 20:56:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:56:43 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 20:56:43 Message: update stable to v1.0.172 20:56:44 ------------------- 20:56:44 experimental info: 20:56:44 ------------------- 20:56:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:56:44 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 20:56:44 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:56:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:56:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:56:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8905b2a [Pipeline] echo 20:56:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:56:47 provisioning config files... 20:56:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config8840519010808869328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:48 ---> docker-login.sh 20:56:48 nexus3.edgexfoundry.org:10001 20:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:49 Configure a credential helper to remove this warning. See 20:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:49 20:56:49 Login Succeeded 20:56:49 nexus3.edgexfoundry.org:10002 20:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:49 Configure a credential helper to remove this warning. See 20:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:49 20:56:49 Login Succeeded 20:56:49 nexus3.edgexfoundry.org:10003 20:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:50 Configure a credential helper to remove this warning. See 20:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:50 20:56:50 Login Succeeded 20:56:50 nexus3.edgexfoundry.org:10004 20:56:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:50 Configure a credential helper to remove this warning. See 20:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:50 20:56:50 Login Succeeded 20:56:50 docker.io 20:56:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:50 Configure a credential helper to remove this warning. See 20:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:50 20:56:50 Login Succeeded 20:56:50 ---> docker-login.sh ends [Pipeline] } 20:56:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:51 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ cut -d/ -f2 20:56:51 ++ dirname cmd/core-command/Dockerfile 20:56:51 + echo core-command,cmd/core-command/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/core-data/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo core-data,cmd/core-data/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/core-metadata/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo core-metadata,cmd/core-metadata/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/security-proxy-setup/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/security-secrets-setup/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/support-notifications/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo support-notifications,cmd/support-notifications/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/support-scheduler/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:56:51 + for file in '`ls cmd/**/Dockerfile`' 20:56:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:56:51 ++ cut -d/ -f2 20:56:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:56:51 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:56:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:52 20:56:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:56:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:53 latest: Pulling from edgex-devops/git-semver 20:56:53 31603596830f: Pulling fs layer 20:56:53 2a8b12db71e7: Pulling fs layer 20:56:53 6ca5941a6612: Pulling fs layer 20:56:53 ecc8261a40a4: Pulling fs layer 20:56:53 ecc8261a40a4: Waiting 20:56:53 2a8b12db71e7: Verifying Checksum 20:56:53 2a8b12db71e7: Download complete 20:56:54 31603596830f: Verifying Checksum 20:56:54 31603596830f: Download complete 20:56:54 ecc8261a40a4: Verifying Checksum 20:56:54 ecc8261a40a4: Download complete 20:56:54 6ca5941a6612: Verifying Checksum 20:56:54 6ca5941a6612: Download complete 20:56:55 31603596830f: Pull complete 20:56:55 2a8b12db71e7: Pull complete 20:56:56 6ca5941a6612: Pull complete 20:56:57 ecc8261a40a4: Pull complete 20:56:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:56:57 prd-centos7-docker-4c-2g-15953 does not seem to be running inside a container 20:56:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:57:00 $ docker top 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:57:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:01 [ssh-agent] Looking for ssh-agent implementation... 20:57:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:01 $ docker exec 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea ssh-agent 20:57:02 SSH_AUTH_SOCK=/tmp/ssh-lZOV6WjUEfBB/agent.12 20:57:02 SSH_AGENT_PID=18 20:57:02 Running ssh-add (command line suppressed) 20:57:02 Identity added: /w/workspace/edgex-go/253@tmp/private_key_3554786242649086387.key (/w/workspace/edgex-go/253@tmp/private_key_3554786242649086387.key) 20:57:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:03 + git tag --points-at HEAD [Pipeline] } 20:57:03 $ docker exec --env ******** --env ******** 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea ssh-agent -k 20:57:03 unset SSH_AUTH_SOCK; 20:57:03 unset SSH_AGENT_PID; 20:57:03 echo Agent pid 18 killed; 20:57:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:57:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:03 [ssh-agent] Looking for ssh-agent implementation... 20:57:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:04 $ docker exec 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea ssh-agent 20:57:04 SSH_AUTH_SOCK=/tmp/ssh-2yV2fQU5yoxK/agent.47 20:57:04 SSH_AGENT_PID=52 20:57:04 Running ssh-add (command line suppressed) 20:57:04 Identity added: /w/workspace/edgex-go/253@tmp/private_key_4871358026658828178.key (/w/workspace/edgex-go/253@tmp/private_key_4871358026658828178.key) 20:57:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:05 + git semver init 20:57:05 # -> Open(): unable to determine branch for HEAD 20:57:05 # $GIT_DIR = /w/workspace/edgex-go/253/.git 20:57:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/253 20:57:05 # $SEMVER_REMOTE_NAME = origin 20:57:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:57:05 # $SEMVER_USER_NAME = edgex-jenkins 20:57:05 # $SEMVER_BRANCH = master 20:57:05 # $SEMVER_TEMP = /tmp/semver-702755860 20:57:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:57:37 # '/tmp/semver-702755860' -> '/w/workspace/edgex-go/253/.semver' 20:57:37 # -> Force: false 20:57:37 # $SEMVER_DIR = /w/workspace/edgex-go/253/.semver [Pipeline] } 20:57:37 $ docker exec --env ******** --env ******** 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea ssh-agent -k 20:57:38 unset SSH_AUTH_SOCK; 20:57:38 unset SSH_AGENT_PID; 20:57:38 echo Agent pid 52 killed; 20:57:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:38 + git semver [Pipeline] } 20:57:38 $ docker stop --time=1 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea 20:57:40 $ docker rm -f 9b25a59c412648e4c2d78ec5dbf68a4476ff6378c24e2e825bdb443f61d599ea [Pipeline] // withDockerContainer [Pipeline] sh 20:57:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:57:42 Stashed 1 file(s) [Pipeline] echo 20:57:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:57:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:57:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:57:43 + true 20:57:43 + sudo service docker restart 20:57:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:57:45 ========================================================= 20:57:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:57:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:57:45 + 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 . 20:57:52 Sending build context to Docker daemon 326.4MB 20:57:52 Step 1/7 : ARG BASE=golang:1.15-alpine 20:57:52 Step 2/7 : FROM ${BASE} 20:57:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:57:52 188c0c94c7c5: Pulling fs layer 20:57:52 0ef7d3d256c8: Pulling fs layer 20:57:52 de9db76c5a1d: Pulling fs layer 20:57:52 bca2f99d35d6: Pulling fs layer 20:57:52 93359f2a8cfa: Pulling fs layer 20:57:52 7c6f9722023f: Pulling fs layer 20:57:52 a35cf1a2eb13: Pulling fs layer 20:57:52 bca2f99d35d6: Waiting 20:57:52 93359f2a8cfa: Waiting 20:57:52 7c6f9722023f: Waiting 20:57:52 a35cf1a2eb13: Waiting 20:57:52 de9db76c5a1d: Download complete 20:57:52 0ef7d3d256c8: Download complete 20:57:52 93359f2a8cfa: Verifying Checksum 20:57:52 93359f2a8cfa: Download complete 20:57:52 188c0c94c7c5: Verifying Checksum 20:57:52 188c0c94c7c5: Download complete 20:57:52 7c6f9722023f: Verifying Checksum 20:57:52 7c6f9722023f: Download complete 20:57:52 188c0c94c7c5: Pull complete 20:57:53 0ef7d3d256c8: Pull complete 20:57:54 de9db76c5a1d: Pull complete 20:57:56 a35cf1a2eb13: Verifying Checksum 20:57:56 a35cf1a2eb13: Download complete 20:57:57 Still waiting to schedule task 20:57:57 ‘prd-ubuntu18.04-docker-arm64-4c-16g-15951’ is offline 20:57:58 bca2f99d35d6: Verifying Checksum 20:57:58 bca2f99d35d6: Download complete 20:58:08 bca2f99d35d6: Pull complete 20:58:08 93359f2a8cfa: Pull complete 20:58:08 7c6f9722023f: Pull complete 20:58:13 a35cf1a2eb13: Pull complete 20:58:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:58:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:58:13 ---> a62c8e92a672 20:58:13 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 20:58:13 ---> Running in 7fda09aebf1d 20:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:15 (1/12) Installing libmagic (5.38-r0) 20:58:16 (2/12) Installing file (5.38-r0) 20:58:16 (3/12) Installing libc-dev (0.7.2-r3) 20:58:16 (4/12) Installing g++ (9.3.0-r2) 20:58:22 (5/12) Installing fortify-headers (1.1-r0) 20:58:22 (6/12) Installing patch (2.7.6-r6) 20:58:22 (7/12) Installing build-base (0.5-r2) 20:58:22 (8/12) Installing libsodium (1.0.18-r0) 20:58:23 (9/12) Installing pkgconf (1.7.2-r0) 20:58:23 (10/12) Installing libsodium-dev (1.0.18-r0) 20:58:23 (11/12) Installing libzmq (4.3.3-r0) 20:58:23 (12/12) Installing zeromq-dev (4.3.3-r0) 20:58:23 Executing busybox-1.31.1-r19.trigger 20:58:23 OK: 233 MiB in 51 packages 20:58:27 Removing intermediate container 7fda09aebf1d 20:58:27 ---> 152b77ca32a3 20:58:27 Step 4/7 : WORKDIR /edgex-go 20:58:27 ---> Running in 81a3259fe194 20:58:28 Removing intermediate container 81a3259fe194 20:58:28 ---> 681796be55d7 20:58:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:58:28 latest: Pulling from library/docker 20:58:28 05e7bc50f07f: Pulling fs layer 20:58:28 6db28d0fdbf6: Pulling fs layer 20:58:28 292df0bc6bf3: Pulling fs layer 20:58:28 2e060f4bd70b: Pulling fs layer 20:58:28 80e8d568a223: Pulling fs layer 20:58:28 8dc6ef1a942a: Pulling fs layer 20:58:28 2312dd95470a: Pulling fs layer 20:58:28 80e8d568a223: Waiting 20:58:28 2e060f4bd70b: Waiting 20:58:28 8dc6ef1a942a: Waiting 20:58:28 2312dd95470a: Waiting 20:58:29 invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ae/aefe523efa57aaf5952272f1f3b1d4ccecd638bdfe3719304a9f7b5e464ec1cb/data?verify=1607982508-ggT5q%2BKfuXOtiKjLgWTfDsuwcUw%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:58:30 Failed in branch amd64 20:59:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15954 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 20:59:50 Running in /w/workspace/edgex-go/253 [Pipeline] { [Pipeline] checkout 20:59:56 using credential edgex-jenkins-ssh 20:59:56 Cloning the remote Git repository 20:59:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:59:56 > git init /w/workspace/edgex-go/253 # timeout=10 20:59:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:59:56 > git --version # timeout=10 20:59:56 > git --version # 'git version 2.17.1' 20:59:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:00:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:00:13 Checking out Revision 8905b2aeb998c2429dd3dac7113c428985f887cf (master) 21:00:13 > git config core.sparsecheckout # timeout=10 21:00:13 > git checkout -f 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 21:00:18 Commit message: "feat(data): Implement DELETE /event/age/{age} V2 API (#2946)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:00:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:00:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:00:21 + true 21:00:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:00:23 provisioning config files... 21:00:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config8522614564020240482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:23 ---> docker-login.sh 21:00:23 nexus3.edgexfoundry.org:10001 21:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:24 Configure a credential helper to remove this warning. See 21:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:24 21:00:24 Login Succeeded 21:00:24 nexus3.edgexfoundry.org:10002 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 nexus3.edgexfoundry.org:10003 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:26 Configure a credential helper to remove this warning. See 21:00:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:26 21:00:26 Login Succeeded 21:00:26 nexus3.edgexfoundry.org:10004 21:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:26 Configure a credential helper to remove this warning. See 21:00:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:26 21:00:26 Login Succeeded 21:00:26 docker.io 21:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:27 Configure a credential helper to remove this warning. See 21:00:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:27 21:00:27 Login Succeeded 21:00:27 ---> docker-login.sh ends [Pipeline] } 21:00:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:00:27 ========================================================= 21:00:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:00:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:00:28 + 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 . 21:00:30 Sending build context to Docker daemon 165.7MB 21:00:30 Step 1/7 : ARG BASE=golang:1.15-alpine 21:00:30 Step 2/7 : FROM ${BASE} 21:00:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:00:30 5f621e34cdf4: Pulling fs layer 21:00:30 a4357932f1b6: Pulling fs layer 21:00:30 18c013af1878: Pulling fs layer 21:00:30 00ac8860ef70: Pulling fs layer 21:00:30 63d7cb157983: Pulling fs layer 21:00:30 b116817d02f9: Pulling fs layer 21:00:30 745a02a5169b: Pulling fs layer 21:00:30 63d7cb157983: Waiting 21:00:30 b116817d02f9: Waiting 21:00:30 745a02a5169b: Waiting 21:00:30 00ac8860ef70: Waiting 21:00:30 18c013af1878: Verifying Checksum 21:00:30 18c013af1878: Download complete 21:00:30 a4357932f1b6: Verifying Checksum 21:00:30 a4357932f1b6: Download complete 21:00:30 63d7cb157983: Verifying Checksum 21:00:30 63d7cb157983: Download complete 21:00:30 b116817d02f9: Download complete 21:00:30 5f621e34cdf4: Verifying Checksum 21:00:30 5f621e34cdf4: Download complete 21:00:31 5f621e34cdf4: Pull complete 21:00:31 a4357932f1b6: Pull complete 21:00:32 18c013af1878: Pull complete 21:00:33 745a02a5169b: Verifying Checksum 21:00:33 745a02a5169b: Download complete 21:00:34 00ac8860ef70: Download complete 21:00:44 00ac8860ef70: Pull complete 21:00:44 63d7cb157983: Pull complete 21:00:45 b116817d02f9: Pull complete 21:00:48 745a02a5169b: Pull complete 21:00:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:00:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:00:48 ---> b7e6874047d6 21:00:48 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 21:00:51 ---> Running in 7efc5bf5b44c 21:00:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:00:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:00:54 (1/12) Installing libmagic (5.38-r0) 21:00:54 (2/12) Installing file (5.38-r0) 21:00:54 (3/12) Installing libc-dev (0.7.2-r3) 21:00:55 (4/12) Installing g++ (9.3.0-r2) 21:00:58 (5/12) Installing fortify-headers (1.1-r0) 21:00:58 (6/12) Installing patch (2.7.6-r6) 21:00:58 (7/12) Installing build-base (0.5-r2) 21:00:58 (8/12) Installing libsodium (1.0.18-r0) 21:00:58 (9/12) Installing pkgconf (1.7.2-r0) 21:00:58 (10/12) Installing libsodium-dev (1.0.18-r0) 21:00:58 (11/12) Installing libzmq (4.3.3-r0) 21:00:58 (12/12) Installing zeromq-dev (4.3.3-r0) 21:00:58 Executing busybox-1.31.1-r19.trigger 21:00:58 OK: 217 MiB in 51 packages 21:01:03 Removing intermediate container 7efc5bf5b44c 21:01:03 ---> cfa323f8133d 21:01:03 Step 4/7 : WORKDIR /edgex-go 21:01:03 ---> Running in 43458e5de464 21:01:03 Removing intermediate container 43458e5de464 21:01:03 ---> 2d14a3a67f2d 21:01:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:01:04 latest: Pulling from library/docker 21:01:04 a3cc7d3b244e: Pulling fs layer 21:01:04 02a3295e0d61: Pulling fs layer 21:01:04 0f4f2e6d8100: Pulling fs layer 21:01:04 330b718f631f: Pulling fs layer 21:01:04 a93816041522: Pulling fs layer 21:01:04 bdb6da89ff94: Pulling fs layer 21:01:04 2a70c0c122f4: Pulling fs layer 21:01:04 330b718f631f: Waiting 21:01:04 a93816041522: Waiting 21:01:04 bdb6da89ff94: Waiting 21:01:04 2a70c0c122f4: Waiting 21:01:04 0f4f2e6d8100: Download complete 21:01:04 a3cc7d3b244e: Verifying Checksum 21:01:04 a3cc7d3b244e: Download complete 21:01:04 02a3295e0d61: Verifying Checksum 21:01:04 02a3295e0d61: Download complete 21:01:04 bdb6da89ff94: Verifying Checksum 21:01:04 bdb6da89ff94: Download complete 21:01:04 a93816041522: Verifying Checksum 21:01:04 a93816041522: Download complete 21:01:04 2a70c0c122f4: Verifying Checksum 21:01:04 2a70c0c122f4: Download complete 21:01:05 a3cc7d3b244e: Pull complete 21:01:06 02a3295e0d61: Pull complete 21:01:06 330b718f631f: Verifying Checksum 21:01:06 330b718f631f: Download complete 21:01:06 0f4f2e6d8100: Pull complete 21:01:10 330b718f631f: Pull complete 21:01:10 a93816041522: Pull complete 21:01:10 bdb6da89ff94: Pull complete 21:01:11 2a70c0c122f4: Pull complete 21:01:11 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 21:01:11 Status: Downloaded newer image for docker:latest 21:01:14 ---> adb998b10b25 21:01:14 Step 6/7 : COPY go.mod . 21:01:15 ---> 4a7a6e9b05f8 21:01:15 Step 7/7 : RUN go mod download 21:01:15 ---> Running in 325b3a93da1e 21:01:42 Removing intermediate container 325b3a93da1e 21:01:42 ---> ed790e06e5cb 21:01:42 Successfully built ed790e06e5cb 21:01:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:01:42 + docker inspect -f . ci-base-image-arm64 21:01:42 . [Pipeline] withDockerContainer 21:01:42 prd-ubuntu18.04-docker-arm64-4c-16g-15954 does not seem to be running inside a container 21:01:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:01:44 $ docker top 4b8752c41f714fb057e5024bbfddf32bd5eba2fac1e9eb5084940a9ddbdf9825 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:45 + go version 21:01:45 go version go1.15.5 linux/arm64 [Pipeline] } 21:01:45 $ docker stop --time=1 4b8752c41f714fb057e5024bbfddf32bd5eba2fac1e9eb5084940a9ddbdf9825 21:01:47 $ docker rm -f 4b8752c41f714fb057e5024bbfddf32bd5eba2fac1e9eb5084940a9ddbdf9825 [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 21:01:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:51 21:01:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:01:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:52 latest: Pulling from edgex-devops/edgex-compose-arm64 21:01:52 29e5d40040c1: Pulling fs layer 21:01:52 1ce36da41761: Pulling fs layer 21:01:52 25b303627fd3: Pulling fs layer 21:01:53 29e5d40040c1: Verifying Checksum 21:01:53 29e5d40040c1: Download complete 21:01:53 1ce36da41761: Verifying Checksum 21:01:53 1ce36da41761: Download complete 21:01:53 29e5d40040c1: Pull complete 21:01:55 1ce36da41761: Pull complete 21:01:55 25b303627fd3: Verifying Checksum 21:01:55 25b303627fd3: Download complete 21:02:05 25b303627fd3: Pull complete 21:02:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:02:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:02:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:02:05 prd-ubuntu18.04-docker-arm64-4c-16g-15954 does not seem to be running inside a container 21:02:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 21:02:08 $ docker top 06c508330eb23861c7dcc9facf5a5ee6318b4e934f563ba32e3b317eebcc04b3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:09 + grep parallel 21:02:09 + docker-compose build --help 21:02:13 --parallel Build images in parallel. [Pipeline] } 21:02:13 $ docker stop --time=1 06c508330eb23861c7dcc9facf5a5ee6318b4e934f563ba32e3b317eebcc04b3 21:02:15 $ docker rm -f 06c508330eb23861c7dcc9facf5a5ee6318b4e934f563ba32e3b317eebcc04b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:02:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:02:16 . [Pipeline] withDockerContainer 21:02:16 prd-ubuntu18.04-docker-arm64-4c-16g-15954 does not seem to be running inside a container 21:02:16 $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:02:17 $ docker top 6e9d50fc48fdebda2def5830391c1f0b9f015f690f5b9c097b3100f4a5dc0918 -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:18 + docker-compose -f ./docker-compose-build.yml build --parallel 21:02:22 Building docker-core-command-go ... 21:02:22 Building docker-core-data-go ... 21:02:22 Building docker-core-metadata-go ... 21:02:22 Building docker-security-bootstrap-redis-go ... 21:02:22 Building docker-security-proxy-setup-go ... 21:02:22 Building docker-security-secrets-setup-go ... 21:02:22 Building docker-security-secretstore-setup-go ... 21:02:22 Building docker-support-notifications-go ... 21:02:22 Building docker-support-scheduler-go ... 21:02:22 Building docker-sys-mgmt-agent-go ... 21:02:22 Building docker-sys-mgmt-agent-go 21:02:22 Building docker-security-secrets-setup-go 21:02:22 Building docker-support-scheduler-go 21:02:22 Building docker-core-metadata-go 21:02:22 Building docker-security-secretstore-setup-go 21:03:09 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:03:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:03:09 ---> ed790e06e5cb 21:03:09 Step 3/29 : WORKDIR /edgex-go 21:03:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:03:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:03:09 ---> ed790e06e5cb 21:03:09 Step 3/21 : WORKDIR /edgex-go 21:03:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:03:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:03:09 ---> ed790e06e5cb 21:03:09 Step 3/24 : WORKDIR /edgex-go 21:03:09 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:03:09 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:03:09 ---> ed790e06e5cb 21:03:09 Step 3/27 : WORKDIR /edgex-go 21:03:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:03:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:03:09 ---> ed790e06e5cb 21:03:09 Step 3/22 : WORKDIR /edgex-go 21:03:09 ---> Running in d94e608320f7 21:03:09 ---> Running in d7a8f46cdcd9 21:03:09 ---> Running in 45550bce86a7 21:03:09 ---> Running in 12b434c4abb9 21:03:09 ---> Running in 4ce1b8cb2397 21:03:10 Removing intermediate container 45550bce86a7 21:03:10 ---> 336c37e1903e 21:03:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:10 Removing intermediate container d94e608320f7 21:03:10 ---> b0d6006dece0 21:03:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:10 Removing intermediate container 4ce1b8cb2397 21:03:10 ---> 649e09e6ead1 21:03:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:10 Removing intermediate container 12b434c4abb9 21:03:10 ---> b530494f51c7 21:03:10 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:10 Removing intermediate container d7a8f46cdcd9 21:03:10 ---> 71653ecddd76 21:03:10 Step 4/29 : RUN apk update && apk add make git 21:03:10 ---> Running in d87c08d555f1 21:03:10 ---> Running in 63ba05bf4068 21:03:10 ---> Running in 342c5933a94a 21:03:10 ---> Running in d1003efe2662 21:03:10 ---> Running in 5db43eea9ad9 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:14 Removing intermediate container d87c08d555f1 21:03:14 ---> 82fd95ed42ce 21:03:14 Step 5/21 : RUN apk update && apk add make git 21:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:14 ---> Running in 7c900baaaaf5 21:03:14 Removing intermediate container 63ba05bf4068 21:03:14 ---> 9fe129811ed7 21:03:14 Step 5/24 : RUN apk update && apk add make git 21:03:14 ---> Running in e2ee379ec21e 21:03:14 Removing intermediate container d1003efe2662 21:03:14 ---> 34a24607b2e8 21:03:14 Step 5/22 : RUN apk update && apk add make git 21:03:15 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:03:15 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:03:15 OK: 12620 distinct packages available 21:03:15 ---> Running in a814c3b9562c 21:03:15 Removing intermediate container 342c5933a94a 21:03:15 ---> fa3c2f862941 21:03:15 Step 5/27 : RUN apk update && apk add make bash git 21:03:15 ---> Running in 6b5f7b601c35 21:03:16 OK: 217 MiB in 51 packages 21:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:17 Removing intermediate container 5db43eea9ad9 21:03:17 ---> a440f6401259 21:03:17 Step 5/29 : COPY go.mod . 21:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:18 ---> d6c1ba3f0e05 21:03:18 Step 6/29 : RUN go mod download 21:03:18 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:03:18 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:03:18 OK: 12620 distinct packages available 21:03:18 ---> Running in ecdbeea3e623 21:03:18 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:03:18 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:03:18 OK: 12620 distinct packages available 21:03:19 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:03:19 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:03:19 OK: 12620 distinct packages available 21:03:19 OK: 217 MiB in 51 packages 21:03:19 OK: 217 MiB in 51 packages 21:03:20 OK: 217 MiB in 51 packages 21:03:20 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:03:20 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:03:20 OK: 12620 distinct packages available 21:03:21 Removing intermediate container e2ee379ec21e 21:03:21 ---> 829d733f6f42 21:03:21 Step 6/24 : COPY go.mod . 21:03:21 OK: 217 MiB in 51 packages 21:03:21 Removing intermediate container a814c3b9562c 21:03:21 ---> bc9a05b4ed80 21:03:21 Step 6/22 : COPY go.mod . 21:03:22 Removing intermediate container 6b5f7b601c35 21:03:22 ---> f3098921a49f 21:03:22 Step 6/27 : COPY go.mod . 21:03:22 ---> 6165f6b8b975 21:03:22 Step 7/24 : RUN go mod download 21:03:22 Removing intermediate container ecdbeea3e623 21:03:22 ---> 8e52e1aba4d3 21:03:22 Step 7/29 : COPY . . 21:03:22 ---> Running in e83db79eb6c6 21:03:22 ---> 181149bbadd3 21:03:22 Step 7/22 : RUN go mod download 21:03:23 ---> Running in 50f69f0c7bee 21:03:23 ---> a300e9cebe6b 21:03:23 Step 7/27 : RUN go mod download 21:03:23 Removing intermediate container 7c900baaaaf5 21:03:23 ---> 8484c6a5cdff 21:03:23 Step 6/21 : COPY go.mod . 21:03:24 ---> Running in 9a89b0877d2b 21:03:25 ---> 5d5e0a679b47 21:03:25 Step 7/21 : RUN go mod download 21:03:25 ---> Running in d0ae2573e38a 21:03:28 Removing intermediate container e83db79eb6c6 21:03:28 ---> 51352149fdc2 21:03:28 Step 8/24 : COPY . . 21:03:28 Removing intermediate container 50f69f0c7bee 21:03:28 ---> e90655baa17e 21:03:28 Step 8/22 : COPY . . 21:03:28 Removing intermediate container 9a89b0877d2b 21:03:28 ---> 4d08e9394b72 21:03:28 Step 8/27 : COPY . . 21:03:30 Removing intermediate container d0ae2573e38a 21:03:30 ---> 491e522cb17e 21:03:30 Step 8/21 : COPY . . 21:03:43 ---> 0a6e64ca0776 21:03:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:03:43 ---> Running in 983e7be6b9af 21:03:43 ---> f63d71a3a727 21:03:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:03:43 ---> Running in bb59524b1b62 21:03:43 ---> d8e83d98f51e 21:03:43 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:03:43 ---> 17a4a30d9676 21:03:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:03:43 ---> 465938918f47 21:03:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:03:44 ---> Running in 155ee9014c67 21:03:44 ---> Running in 1bfb2cde6f29 21:03:44 ---> Running in 813366c63ecd 21:03:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:03:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:03:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:03:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:03:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:05:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:05:08 Removing intermediate container 983e7be6b9af 21:05:08 ---> 8a378a67bd1c 21:05:08 21:05:08 Step 9/29 : FROM alpine:latest 21:05:08 latest: Pulling from library/alpine 21:05:08 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:05:08 Status: Downloaded newer image for alpine:latest 21:05:08 ---> dd36a01c3f31 21:05:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:05:08 ---> Running in 23b9827c6eb1 21:05:08 Removing intermediate container 23b9827c6eb1 21:05:08 ---> 49ea1054edb3 21:05:08 Step 11/29 : USER root 21:05:08 ---> Running in 6efa04f070c9 21:05:08 Removing intermediate container 6efa04f070c9 21:05:08 ---> bd8bf7e39283 21:05:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:05:08 ---> Running in c6488939ab14 21:05:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:10 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:05:10 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:05:10 OK: 12617 distinct packages available 21:05:11 (1/2) Installing ca-certificates (20191127-r4) 21:05:11 (2/2) Installing dumb-init (1.2.2-r1) 21:05:11 Executing busybox-1.31.1-r19.trigger 21:05:11 Executing ca-certificates-20191127-r4.trigger 21:05:11 OK: 6 MiB in 16 packages 21:05:15 Removing intermediate container c6488939ab14 21:05:15 ---> 15f5bd955940 21:05:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:05:16 ---> Running in cb9520e40316 21:05:17 Removing intermediate container cb9520e40316 21:05:17 ---> 2b44a47bc18f 21:05:17 Step 14/29 : WORKDIR $BASE_DIR 21:05:18 ---> Running in c4ce4812e0e3 21:05:19 Removing intermediate container 1bfb2cde6f29 21:05:19 ---> 231af73e8b06 21:05:19 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:05:19 Removing intermediate container c4ce4812e0e3 21:05:19 ---> 85a94874e1e6 21:05:19 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:05:20 Removing intermediate container 155ee9014c67 21:05:20 ---> 36c6ce747431 21:05:20 21:05:20 Step 10/24 : FROM alpine:3.10 21:05:20 ---> Running in 325aa57a0b8d 21:05:20 ---> Running in c146c7dd923b 21:05:20 3.10: Pulling from library/alpine 21:05:22 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:05:22 Status: Downloaded newer image for alpine:3.10 21:05:22 ---> 536a684cf733 21:05:22 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:05:22 ---> Running in 444607cbde90 21:05:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:05:25 Removing intermediate container c146c7dd923b 21:05:25 ---> e4a7b4d5eced 21:05:25 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:05:25 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:05:25 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:05:25 OK: 10169 distinct packages available 21:05:26 (1/5) Installing ca-certificates (20191127-r2) 21:05:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:05:26 (3/5) Installing libcurl (7.66.0-r3) 21:05:26 (4/5) Installing curl (7.66.0-r3) 21:05:26 (5/5) Installing dumb-init (1.2.2-r1) 21:05:26 Executing busybox-1.30.1-r3.trigger 21:05:26 Executing ca-certificates-20191127-r2.trigger 21:05:26 ---> 9f0fecdc2635 21:05:26 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:05:27 OK: 7 MiB in 19 packages 21:05:28 ---> 3b65a8da2537 21:05:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:05:30 ---> 80fd93cbc8a7 21:05:30 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:05:30 Removing intermediate container 325aa57a0b8d 21:05:30 ---> 06f40e69cdf2 21:05:30 21:05:30 Step 11/27 : FROM docker:latest 21:05:30 ---> eeaf43b92773 21:05:30 Step 12/27 : RUN apk add --no-cache bash 21:05:30 Removing intermediate container 444607cbde90 21:05:30 ---> 50688651d749 21:05:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:30 ---> Running in 8ac678c0a997 21:05:31 ---> Running in be4f75435b1d 21:05:31 ---> 7c10cb12c8b7 21:05:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:05:32 Removing intermediate container be4f75435b1d 21:05:32 ---> eddac7f01141 21:05:32 Step 13/24 : WORKDIR / 21:05:32 ---> Running in 231e5cf0deba 21:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:33 ---> b1e246611c9b 21:05:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:33 Removing intermediate container 231e5cf0deba 21:05:33 ---> cb1be61dfbf6 21:05:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:05:33 ---> Running in b097bb7c1b6e 21:05:34 (1/2) Installing readline (8.0.4-r0) 21:05:34 (2/2) Installing bash (5.0.17-r0) 21:05:34 Executing bash-5.0.17-r0.post-install 21:05:34 Executing busybox-1.31.1-r19.trigger 21:05:34 OK: 12 MiB in 22 packages 21:05:36 ---> a64fa2f687aa 21:05:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:05:37 Removing intermediate container 8ac678c0a997 21:05:37 ---> ec94910c0fca 21:05:37 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:05:37 ---> 66f48e401201 21:05:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:05:38 ---> Running in 572a62d43149 21:05:38 Removing intermediate container b097bb7c1b6e 21:05:38 ---> 50ef7b25c1bf 21:05:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:05:39 Removing intermediate container 813366c63ecd 21:05:39 ---> facb99fcf0fc 21:05:39 21:05:39 Step 10/21 : FROM scratch 21:05:39 ---> 21:05:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:39 ---> 8aea256844b2 21:05:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:05:39 ---> Running in 4478b5aedbfe 21:05:40 ---> 935c8251e0ca 21:05:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:05:40 ---> Running in 4fb864d43b1c 21:05:40 Removing intermediate container 4478b5aedbfe 21:05:40 ---> d558c2462167 21:05:40 Step 12/21 : ENV APP_PORT=48085 21:05:40 ---> Running in c74e4baa7cc2 21:05:41 ---> 3a81c4833e82 21:05:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:05:41 Removing intermediate container c74e4baa7cc2 21:05:41 ---> c4f8a4f729a8 21:05:41 Step 13/21 : EXPOSE $APP_PORT 21:05:41 ---> Running in b56660c63add 21:05:41 Removing intermediate container 572a62d43149 21:05:41 ---> a4d0dff9563c 21:05:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:05:42 ---> Running in b9ab7eab5d2d 21:05:42 Removing intermediate container b56660c63add 21:05:42 ---> 6fcd94a7d536 21:05:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:05:43 ---> 58ea490f062f 21:05:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:05:43 Removing intermediate container b9ab7eab5d2d 21:05:43 ---> 05cb925c2599 21:05:43 Step 15/27 : ENV APP_PORT=48090 21:05:43 ---> 15a47aa8903b 21:05:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:05:44 ---> Running in af62484e2d97 21:05:44 ---> 8e8e0da8ba5b 21:05:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:05:44 Removing intermediate container af62484e2d97 21:05:44 ---> 4d2bbd8da325 21:05:44 Step 16/27 : EXPOSE $APP_PORT 21:05:44 Removing intermediate container 4fb864d43b1c 21:05:44 ---> 27bdba6f8808 21:05:44 Step 24/29 : RUN chmod 755 security-secrets-setup 21:05:44 ---> Running in 62add10cdf3d 21:05:45 ---> Running in f512d60aa0d8 21:05:45 ---> Running in 6c4c32173cf1 21:05:45 ---> e93041db446f 21:05:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:05:45 Removing intermediate container f512d60aa0d8 21:05:45 ---> 53f59f790223 21:05:45 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:05:47 ---> 55dd0c3ee8c7 21:05:47 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:05:48 ---> Running in c03cf5e4f0d6 21:05:48 ---> bac0be88919e 21:05:48 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:05:48 Removing intermediate container bb59524b1b62 21:05:48 ---> c1d350404265 21:05:48 21:05:48 Step 10/22 : FROM scratch 21:05:48 ---> 21:05:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:48 ---> Using cache 21:05:48 ---> d558c2462167 21:05:48 Step 12/22 : ENV APP_PORT=48081 21:05:48 ---> Running in c83f82403df9 21:05:48 Removing intermediate container 62add10cdf3d 21:05:48 ---> ce74dcf34e2d 21:05:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:05:48 Removing intermediate container c03cf5e4f0d6 21:05:48 ---> 2d9f4e97171f 21:05:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:49 ---> Running in b011940ce487 21:05:49 ---> Running in d8ec9cf0ee45 21:05:49 ---> c46dd2f55886 21:05:49 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:05:49 Removing intermediate container c83f82403df9 21:05:49 ---> a422744f9265 21:05:49 Step 13/22 : EXPOSE $APP_PORT 21:05:49 Removing intermediate container 6c4c32173cf1 21:05:49 ---> 27a5d240b521 21:05:49 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:05:49 ---> Running in 29e8bfc800b8 21:05:49 Removing intermediate container b011940ce487 21:05:49 ---> ea79e0d78698 21:05:49 Step 19/21 : LABEL arch=arm64 21:05:49 ---> Running in aa3b4321c7d1 21:05:50 Removing intermediate container d8ec9cf0ee45 21:05:50 ---> 5b108fcef074 21:05:50 Step 22/24 : LABEL arch=arm64 21:05:50 ---> Running in b88c21997a16 21:05:50 ---> Running in f28086fa9eb3 21:05:50 Removing intermediate container 29e8bfc800b8 21:05:50 ---> 4ee838618b44 21:05:50 Step 14/22 : WORKDIR / 21:05:50 ---> 74db280e29d1 21:05:50 Step 20/27 : RUN apk --no-cache add py3-pip 21:05:50 ---> Running in 72f098a11887 21:05:50 Removing intermediate container aa3b4321c7d1 21:05:50 ---> 7009580d9fb2 21:05:50 Step 26/29 : CMD [ "generate" ] 21:05:50 ---> Running in 483a5b3f7d9d 21:05:50 Removing intermediate container b88c21997a16 21:05:50 ---> a93b7846d48d 21:05:50 Step 20/21 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:05:50 ---> Running in f588b279ec73 21:05:50 Removing intermediate container f28086fa9eb3 21:05:50 ---> 38e7e7b77a39 21:05:50 Step 23/24 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:05:50 ---> Running in 3553e27b9420 21:05:51 Removing intermediate container 72f098a11887 21:05:51 ---> b2c5b2b7cf22 21:05:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:05:51 ---> Running in 9b7b50a401ac 21:05:51 Removing intermediate container f588b279ec73 21:05:51 ---> 106f108c4807 21:05:51 Step 27/29 : LABEL arch=arm64 21:05:51 ---> Running in 64ccd12065df 21:05:51 Removing intermediate container 3553e27b9420 21:05:51 ---> 20a09e383c6d 21:05:51 Step 21/21 : LABEL version=2.0.0-dev.10 21:05:51 Removing intermediate container 9b7b50a401ac 21:05:51 ---> 744934b0fc25 21:05:51 Step 24/24 : LABEL version=2.0.0-dev.10 21:05:51 ---> Running in 24ac2672177b 21:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:52 ---> 2cee206059d6 21:05:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:05:52 ---> Running in 86850b280d39 21:05:52 Removing intermediate container 64ccd12065df 21:05:52 ---> 68701d9832b1 21:05:52 Step 28/29 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:52 ---> Running in d866346459d1 21:05:52 Removing intermediate container 24ac2672177b 21:05:52 ---> f2eb496aba12 21:05:52 21:05:52 Removing intermediate container 86850b280d39 21:05:52 ---> 674d787e87e7 21:05:52 21:05:53 (1/33) Installing libbz2 (1.0.8-r1) 21:05:53 (2/33) Installing expat (2.2.9-r1) 21:05:53 Successfully built f2eb496aba12 21:05:53 (3/33) Installing libffi (3.3-r2) 21:05:53 (4/33) Installing gdbm (1.13-r1) 21:05:53 (5/33) Installing xz-libs (5.2.5-r0) 21:05:53 (6/33) Installing sqlite-libs (3.32.1-r0) 21:05:53 Successfully tagged docker-support-scheduler-go-arm64:latest 21:05:53 Building docker-core-data-go 21:05:53  Building docker-support-scheduler-go ... done (7/33) Installing python3 (3.8.5-r0) 21:05:53 Removing intermediate container d866346459d1 21:05:53 ---> 23a26180c0cd 21:05:53 Step 29/29 : LABEL version=2.0.0-dev.10 21:05:53 Successfully built 674d787e87e7 21:05:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:05:53  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 21:05:53 ---> Running in f9e99f3a0bf7 21:05:54 ---> 6e3592f0fab2 21:05:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:05:54 Removing intermediate container f9e99f3a0bf7 21:05:54 ---> 826e7b6e2b92 21:05:54 21:05:55 Successfully built 826e7b6e2b92 21:05:55 (8/33) Installing py3-appdirs (1.4.4-r1) 21:05:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:05:55 (10/33) Installing py3-parsing (2.4.7-r0) 21:05:55 (11/33) Installing py3-six (1.15.0-r0) 21:05:55 (12/33) Installing py3-packaging (20.4-r0) 21:05:55 (13/33) Installing py3-setuptools (47.0.0-r0) 21:05:55 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:05:55  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 21:05:55 (14/33) Installing py3-chardet (3.0.4-r4) 21:05:55 (15/33) Installing py3-idna (2.9-r0) 21:05:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:05:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:05:55 ---> 349251afcd3c 21:05:55 (18/33) Installing py3-requests (2.23.0-r0) 21:05:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:05:55 (19/33) Installing py3-msgpack (1.0.0-r0) 21:05:55 (20/33) Installing py3-lockfile (0.12.2-r3) 21:05:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:05:55 (22/33) Installing py3-colorama (0.4.3-r0) 21:05:55 (23/33) Installing py3-distlib (0.3.0-r0) 21:05:55 (24/33) Installing py3-distro (1.5.0-r1) 21:05:55 (25/33) Installing py3-webencodings (0.5.1-r3) 21:05:55 (26/33) Installing py3-html5lib (1.0.1-r4) 21:05:55 (27/33) Installing py3-pytoml (0.1.21-r0) 21:05:55 ---> Running in f7311f0b1374 21:05:55 (28/33) Installing py3-pep517 (0.8.2-r0) 21:05:55 (29/33) Installing py3-progress (1.5-r0) 21:05:55 (30/33) Installing py3-toml (0.10.1-r0) 21:05:55 (31/33) Installing py3-retrying (1.3.3-r0) 21:05:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:05:55 (33/33) Installing py3-pip (20.1.1-r0) 21:05:56 Executing busybox-1.31.1-r19.trigger 21:05:56 OK: 71 MiB in 55 packages 21:05:56 Removing intermediate container f7311f0b1374 21:05:56 ---> 013ba1b7aa41 21:05:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:56 ---> Running in 9360e0b57940 21:05:57 Removing intermediate container 9360e0b57940 21:05:57 ---> 233f19ee911d 21:05:57 Step 20/22 : LABEL arch=arm64 21:05:57 ---> Running in 90bf49dd0d2a 21:05:59 Removing intermediate container 90bf49dd0d2a 21:05:59 ---> 0dcb3412f5e1 21:05:59 Step 21/22 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:05:59 ---> Running in 129798b91fe5 21:06:00 Removing intermediate container 129798b91fe5 21:06:00 ---> d55de9cc975b 21:06:00 Step 22/22 : LABEL version=2.0.0-dev.10 21:06:01 ---> Running in 04e132e65559 21:06:01 Removing intermediate container 04e132e65559 21:06:01 ---> 03e673ee06cc 21:06:01 21:06:02 Successfully built 03e673ee06cc 21:06:02 Successfully tagged docker-core-metadata-go-arm64:latest 21:06:02  Building docker-core-metadata-go ... done Building docker-support-notifications-go 21:06:02 Removing intermediate container 483a5b3f7d9d 21:06:02 ---> 6062626506c2 21:06:02 Step 21/27 : RUN pip install docker-compose==1.23.2 21:06:02 ---> Running in 35bb17cc0a4e 21:06:08 Collecting docker-compose==1.23.2 21:06:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:06:09 Collecting jsonschema<3,>=2.5.1 21:06:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:06:10 Collecting PyYAML<4,>=3.10 21:06:10 Downloading PyYAML-3.13.tar.gz (270 kB) 21:06:14 Collecting docopt<0.7,>=0.6.1 21:06:14 Downloading docopt-0.6.2.tar.gz (25 kB) 21:06:16 Collecting cached-property<2,>=1.2.0 21:06:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:06:17 Collecting texttable<0.10,>=0.9.0 21:06:17 Downloading texttable-0.9.1.tar.gz (11 kB) 21:06:19 Collecting dockerpty<0.5,>=0.4.1 21:06:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:06:21 Collecting websocket-client<1.0,>=0.32.0 21:06:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:06:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:06:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:06:24 Collecting docker<4.0,>=3.6.0 21:06:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:06:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:06:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:24 ---> ed790e06e5cb 21:06:24 Step 3/23 : WORKDIR /edgex-go 21:06:24 ---> Using cache 21:06:24 ---> 71653ecddd76 21:06:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:06:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:24 ---> ed790e06e5cb 21:06:24 Step 3/22 : WORKDIR /edgex-go 21:06:24 ---> Using cache 21:06:24 ---> 71653ecddd76 21:06:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:06:25 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) 21:06:25 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) 21:06:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:06:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:06:25 ---> ed790e06e5cb 21:06:25 Step 3/21 : WORKDIR /edgex-go 21:06:25 ---> Using cache 21:06:25 ---> 71653ecddd76 21:06:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:26 Collecting urllib3<1.25,>=1.21.1 21:06:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:06:28 Collecting idna<2.8,>=2.5 21:06:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:06:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:06:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:06:28 ---> ed790e06e5cb 21:06:28 Step 3/24 : WORKDIR /edgex-go 21:06:28 ---> Using cache 21:06:28 ---> 71653ecddd76 21:06:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:29 Collecting docker-pycreds>=0.4.0 21:06:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:06:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:06:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:06:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:06:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:06:29 ---> Running in 3296c6f440d0 21:06:29 ---> Running in 869f5b876e36 21:06:29 ---> Running in 22d298305e24 21:06:29 ---> Running in af3380af6064 21:06:30 Installing collected packages: jsonschema, PyYAML, docopt, cached-property, texttable, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose 21:06:31 Running setup.py install for PyYAML: started 21:06:33 Removing intermediate container 3296c6f440d0 21:06:33 ---> 4d996db4c56c 21:06:33 Step 5/22 : RUN apk update && apk add make git 21:06:33 Removing intermediate container 22d298305e24 21:06:33 ---> 03c3b375f2d7 21:06:33 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:06:33 ---> Running in 0f867b5ebd04 21:06:33 ---> Running in 6cbcb476f606 21:06:33 Removing intermediate container 869f5b876e36 21:06:33 ---> 22aa58d9da12 21:06:33 Step 5/21 : RUN apk update && apk add make git 21:06:34 ---> Running in 1660283c8c52 21:06:34 Removing intermediate container af3380af6064 21:06:34 ---> b78d62146d7e 21:06:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:06:34 Running setup.py install for PyYAML: finished with status 'done' 21:06:34 Running setup.py install for docopt: started 21:06:34 ---> Running in f5b54ff40c0d 21:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:36 Running setup.py install for docopt: finished with status 'done' 21:06:36 Running setup.py install for texttable: started 21:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:37 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:06:37 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:06:37 OK: 12620 distinct packages available 21:06:37 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:06:37 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:06:37 OK: 12620 distinct packages available 21:06:37 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:06:37 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:06:37 OK: 12620 distinct packages available 21:06:37 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:06:37 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:06:37 OK: 12620 distinct packages available 21:06:38 OK: 217 MiB in 51 packages 21:06:38 OK: 217 MiB in 51 packages 21:06:38 OK: 217 MiB in 51 packages 21:06:38 OK: 217 MiB in 51 packages 21:06:39 Running setup.py install for texttable: finished with status 'done' 21:06:39 Running setup.py install for dockerpty: started 21:06:40 Removing intermediate container 0f867b5ebd04 21:06:40 ---> 13094d110662 21:06:40 Step 6/22 : COPY go.mod . 21:06:40 Removing intermediate container f5b54ff40c0d 21:06:40 ---> cd40e55d7c82 21:06:40 Step 6/24 : COPY go.mod . 21:06:40 Removing intermediate container 6cbcb476f606 21:06:40 ---> 4c882bf3060b 21:06:40 Step 6/23 : COPY go.mod . 21:06:40 Removing intermediate container 1660283c8c52 21:06:40 ---> 3b8b4727d14e 21:06:40 Step 6/21 : COPY go.mod . 21:06:41 ---> f65911dc0146 21:06:41 Step 7/22 : RUN go mod download 21:06:41 ---> Running in f9f04d4a22ef 21:06:41 ---> 0279d4c518dd 21:06:41 Step 7/24 : RUN go mod download 21:06:41 ---> Running in 1cba92bfc2a3 21:06:41 ---> 8b847da85164 21:06:41 Step 7/23 : RUN go mod download 21:06:42 ---> 6488a14bcc41 21:06:42 Step 7/21 : RUN go mod download 21:06:42 ---> Running in 5c37ee8618a5 21:06:42 Running setup.py install for dockerpty: finished with status 'done' 21:06:42 ---> Running in 980bb1ae5cb4 21:06:42 Attempting uninstall: urllib3 21:06:42 Found existing installation: urllib3 1.25.9 21:06:42 Uninstalling urllib3-1.25.9: 21:06:43 Successfully uninstalled urllib3-1.25.9 21:06:43 Attempting uninstall: idna 21:06:43 Found existing installation: idna 2.9 21:06:43 Uninstalling idna-2.9: 21:06:44 Successfully uninstalled idna-2.9 21:06:44 Attempting uninstall: requests 21:06:44 Found existing installation: requests 2.23.0 21:06:44 Uninstalling requests-2.23.0: 21:06:45 Successfully uninstalled requests-2.23.0 21:06:46 Removing intermediate container f9f04d4a22ef 21:06:46 ---> 5d9744b83a81 21:06:46 Step 8/22 : COPY . . 21:06:46 Removing intermediate container 1cba92bfc2a3 21:06:46 ---> b0fe3d1e2b9d 21:06:46 Step 8/24 : COPY . . 21:06:47 Removing intermediate container 980bb1ae5cb4 21:06:47 ---> 1457bf793c52 21:06:47 Step 8/21 : COPY . . 21:06:47 Removing intermediate container 5c37ee8618a5 21:06:47 ---> 9ab15c1d6885 21:06:47 Step 8/23 : COPY . . 21:06:48 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 21:06:58 Removing intermediate container 35bb17cc0a4e 21:06:58 ---> 74631bc99afa 21:06:58 Step 22/27 : RUN apk --no-cache add curl 21:06:59 ---> Running in 8b3800a99486 21:07:00 ---> 08176f487b2d 21:07:00 Step 9/22 : RUN make cmd/core-command/core-command 21:07:00 ---> Running in 9bedea8510ca 21:07:01 ---> b9c03cb3ae7a 21:07:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:07:01 ---> Running in df5bc7eb8a57 21:07:01 ---> 743bd4bdb4e9 21:07:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:07:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:02 ---> Running in e256b8bff893 21:07:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command 21:07:02 ---> b8108259668e 21:07:02 Step 9/23 : RUN make cmd/core-data/core-data 21:07:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:07:02 (2/3) Installing libcurl (7.69.1-r3) 21:07:02 (3/3) Installing curl (7.69.1-r3) 21:07:02 Executing busybox-1.31.1-r19.trigger 21:07:02 OK: 71 MiB in 58 packages 21:07:02 ---> Running in 5714dfee313f 21:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:07:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:07:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data 21:07:05 Removing intermediate container 8b3800a99486 21:07:05 ---> dd94bb93aaf3 21:07:05 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:07:05 ---> Running in 1a8d8a6f0e7b 21:07:06 Removing intermediate container 1a8d8a6f0e7b 21:07:06 ---> 1344dc97b8b3 21:07:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:06 ---> Running in 21f5bc834ae7 21:07:06 Removing intermediate container 21f5bc834ae7 21:07:06 ---> 5372f2449bb4 21:07:06 Step 25/27 : LABEL arch=arm64 21:07:07 ---> Running in f79e979e1cad 21:07:07 Removing intermediate container f79e979e1cad 21:07:07 ---> 0e31b32ed1ee 21:07:07 Step 26/27 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:07:07 ---> Running in 55786e703cc2 21:07:08 Removing intermediate container 55786e703cc2 21:07:08 ---> 26312e23d07c 21:07:08 Step 27/27 : LABEL version=2.0.0-dev.10 21:07:08 ---> Running in 238ee0d4ac9c 21:07:09 Removing intermediate container 238ee0d4ac9c 21:07:09 ---> 795a515ab414 21:07:09 21:07:09 Successfully built 795a515ab414 21:07:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:07:09  Building docker-sys-mgmt-agent-go ... done Building docker-security-bootstrap-redis-go 21:07:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:07:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:07:25 ---> ed790e06e5cb 21:07:25 Step 3/22 : WORKDIR /edgex-go 21:07:25 ---> Using cache 21:07:25 ---> 71653ecddd76 21:07:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:25 ---> Using cache 21:07:25 ---> b78d62146d7e 21:07:25 Step 5/22 : RUN apk update && apk add make git 21:07:26 ---> Running in bba48595011a 21:07:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:30 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:07:30 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 21:07:30 OK: 12620 distinct packages available 21:07:31 OK: 217 MiB in 51 packages 21:07:33 Removing intermediate container bba48595011a 21:07:33 ---> 65e5ea732728 21:07:33 Step 6/22 : COPY go.mod . 21:07:33 ---> 724d17955089 21:07:33 Step 7/22 : RUN go mod download 21:07:33 ---> Running in ddabac63bc9d 21:07:39 Removing intermediate container ddabac63bc9d 21:07:39 ---> a9a558aecf80 21:07:39 Step 8/22 : COPY . . 21:07:52 ---> 61d8ed98021e 21:07:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:07:52 ---> Running in 2df023d061f6 21:07:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:08:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config 21:08:48 Removing intermediate container e256b8bff893 21:08:48 ---> 45ed5eacd40e 21:08:48 21:08:48 Step 10/21 : FROM alpine 21:08:48 ---> dd36a01c3f31 21:08:48 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:08:48 ---> Running in 5b024c9a9b26 21:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:51 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:08:51 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:08:51 OK: 12617 distinct packages available 21:08:52 (1/4) Installing ca-certificates (20191127-r4) 21:08:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:08:52 (3/4) Installing libcurl (7.69.1-r3) 21:08:52 (4/4) Installing curl (7.69.1-r3) 21:08:52 Executing busybox-1.31.1-r19.trigger 21:08:52 Executing ca-certificates-20191127-r4.trigger 21:08:52 OK: 7 MiB in 18 packages 21:08:55 Removing intermediate container 5b024c9a9b26 21:08:55 ---> 1fad0e806c96 21:08:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:08:55 ---> Running in a54bab98454a 21:08:55 Removing intermediate container a54bab98454a 21:08:55 ---> 0598b9d8e234 21:08:55 Step 13/21 : WORKDIR /edgex 21:08:55 ---> Running in ef4a56b5aa4a 21:08:56 Removing intermediate container ef4a56b5aa4a 21:08:56 ---> dccda6f96e2f 21:08:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:08:57 ---> ade10d734c3a 21:08:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:09:00 ---> d539bf70f79c 21:09:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:09:04 ---> 21e119f1c84c 21:09:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:09:04 Removing intermediate container 9bedea8510ca 21:09:04 ---> 1d8c686ef2ce 21:09:04 21:09:04 Step 10/22 : FROM scratch 21:09:04 ---> 21:09:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:09:04 ---> Running in 00c2fca52bb2 21:09:04 ---> Using cache 21:09:04 ---> d558c2462167 21:09:04 Step 12/22 : ENV APP_PORT=48082 21:09:05 ---> Running in f7b2346f0ee5 21:09:05 Removing intermediate container 00c2fca52bb2 21:09:05 ---> 4e82362fa5e9 21:09:05 Step 18/21 : CMD ["--init=true"] 21:09:05 ---> Running in 009b7e9514f0 21:09:06 Removing intermediate container f7b2346f0ee5 21:09:06 ---> b5a02b5db5c3 21:09:06 Step 13/22 : EXPOSE $APP_PORT 21:09:06 ---> Running in 4a370c02f10b 21:09:06 Removing intermediate container 009b7e9514f0 21:09:06 ---> f2961edb231e 21:09:06 Step 19/21 : LABEL arch=arm64 21:09:06 ---> Running in f04ad8c77a0d 21:09:07 Removing intermediate container 4a370c02f10b 21:09:07 ---> e57d3e9f768b 21:09:07 Step 14/22 : WORKDIR / 21:09:07 ---> Running in b8956dd0a707 21:09:08 Removing intermediate container f04ad8c77a0d 21:09:08 ---> 932e582d6300 21:09:08 Step 20/21 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:08 ---> Running in 0f5424021235 21:09:08 Removing intermediate container df5bc7eb8a57 21:09:08 ---> 7bece9c8fcd1 21:09:08 21:09:08 Step 10/24 : FROM scratch 21:09:08 ---> 21:09:08 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:09:08 Removing intermediate container b8956dd0a707 21:09:08 ---> 8b5c1df04107 21:09:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:09:09 ---> Running in eccf79e9e733 21:09:09 Removing intermediate container 0f5424021235 21:09:09 ---> c01169a279b2 21:09:09 Step 21/21 : LABEL version=2.0.0-dev.10 21:09:09 ---> Running in 130764c10824 21:09:10 Removing intermediate container eccf79e9e733 21:09:10 ---> ae6b6bb2497b 21:09:10 Step 12/24 : ENV APP_PORT=48060 21:09:10 ---> 51cdd6ad3e54 21:09:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:09:10 ---> Running in c5fc93bd2154 21:09:10 Removing intermediate container 130764c10824 21:09:10 ---> a203185d1658 21:09:10 21:09:11 Successfully built a203185d1658 21:09:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:09:11  Building docker-security-proxy-setup-go ... done Removing intermediate container c5fc93bd2154 21:09:11 ---> 063b40f39c2f 21:09:11 Step 13/24 : EXPOSE $APP_PORT 21:09:11 ---> Running in dce3c26e8212 21:09:12 ---> 5ae20bd490b8 21:09:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:09:12 Removing intermediate container dce3c26e8212 21:09:12 ---> 9d3d85d9cc60 21:09:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:09:13 ---> 2c170ec9421b 21:09:13 Step 18/22 : ENTRYPOINT ["/core-command"] 21:09:13 ---> 3938b1a494dc 21:09:13 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:09:13 ---> Running in 9e2fd94b4f4c 21:09:14 Removing intermediate container 9e2fd94b4f4c 21:09:14 ---> 1910c1db8e14 21:09:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:14 ---> Running in c545e6b3f6ec 21:09:15 ---> dcf7da4248d0 21:09:15 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:09:15 Removing intermediate container c545e6b3f6ec 21:09:15 ---> c12c7cc3d6f6 21:09:15 Step 20/22 : LABEL arch=arm64 21:09:16 ---> Running in aa03d180c77b 21:09:16 ---> 30f6b4039214 21:09:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:09:17 Removing intermediate container aa03d180c77b 21:09:17 ---> fca9af3b4c83 21:09:17 Step 21/22 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:17 ---> Running in c4c9403785f5 21:09:17 Removing intermediate container 2df023d061f6 21:09:17 ---> fa287fd9ee1a 21:09:17 21:09:17 Step 10/22 : FROM alpine:3.10 21:09:17 ---> 536a684cf733 21:09:17 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:09:17 ---> Using cache 21:09:17 ---> 50688651d749 21:09:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:09:17 ---> Running in ea8651f2e71d 21:09:17 ---> 43ea25f7990f 21:09:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:09:17 Removing intermediate container c4c9403785f5 21:09:17 ---> 00e81da7cf8b 21:09:17 Step 22/22 : LABEL version=2.0.0-dev.10 21:09:18 ---> Running in 5abc8b7280f9 21:09:18 Removing intermediate container ea8651f2e71d 21:09:18 ---> f4455d72d47c 21:09:18 Step 13/22 : WORKDIR / 21:09:18 ---> Running in 3ac7517bc020 21:09:18 Removing intermediate container 5abc8b7280f9 21:09:18 ---> ab6e0342fcae 21:09:18 21:09:19 Successfully built ab6e0342fcae 21:09:19 Successfully tagged docker-core-command-go-arm64:latest 21:09:19  Building docker-core-command-go ... done Removing intermediate container 3ac7517bc020 21:09:19 ---> 0176545d8d2f 21:09:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:09:20 ---> 1f1fde234e5f 21:09:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:09:21 ---> 6a99a836a167 21:09:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:09:21 ---> 5da561a2e3b5 21:09:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:09:21 ---> Running in 4dd450d5ef1b 21:09:21 Removing intermediate container 4dd450d5ef1b 21:09:21 ---> 3b8025bbf88f 21:09:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:22 ---> 42694533bbfe 21:09:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:09:22 ---> Running in 6ac0f9166ef0 21:09:23 Removing intermediate container 6ac0f9166ef0 21:09:23 ---> bc194ab21ef5 21:09:23 Step 22/24 : LABEL arch=arm64 21:09:23 ---> Running in b22e7e60d3a5 21:09:23 ---> 509681f8e364 21:09:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:09:23 Removing intermediate container b22e7e60d3a5 21:09:23 ---> 7ddef533564e 21:09:23 Step 23/24 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:24 ---> Running in e6b2c4e49c97 21:09:24 ---> f1d7a0280c7e 21:09:24 Step 18/22 : RUN chmod +x entrypoint.sh 21:09:24 ---> Running in b7d1813237f0 21:09:24 Removing intermediate container e6b2c4e49c97 21:09:24 ---> 0f85bae13027 21:09:24 Step 24/24 : LABEL version=2.0.0-dev.10 21:09:24 ---> Running in b4b8f3604bc7 21:09:25 Removing intermediate container b4b8f3604bc7 21:09:25 ---> a20610b1f392 21:09:25 21:09:25 Successfully built a20610b1f392 21:09:25 Successfully tagged docker-support-notifications-go-arm64:latest 21:09:27  Building docker-support-notifications-go ... done Removing intermediate container b7d1813237f0 21:09:27 ---> 2ac5f98385ba 21:09:27 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:09:27 ---> Running in ef536442fa55 21:09:28 Removing intermediate container ef536442fa55 21:09:28 ---> f125139987ba 21:09:28 Step 20/22 : LABEL arch=arm64 21:09:28 ---> Running in 24ba3295da7a 21:09:28 Removing intermediate container 5714dfee313f 21:09:28 ---> 6101485fa7af 21:09:28 21:09:28 Step 10/23 : FROM alpine 21:09:28 ---> dd36a01c3f31 21:09:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:09:28 ---> Running in 84fa9686d59a 21:09:29 Removing intermediate container 24ba3295da7a 21:09:29 ---> 0ad057418fc4 21:09:29 Step 21/22 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:29 ---> Running in 7368e8ef2ae7 21:09:29 Removing intermediate container 84fa9686d59a 21:09:29 ---> 79e5bc82a34a 21:09:29 Step 12/23 : ENV APP_PORT=48080 21:09:29 ---> Running in 548b60bf975e 21:09:29 Removing intermediate container 7368e8ef2ae7 21:09:29 ---> 471d150ef953 21:09:29 Step 22/22 : LABEL version=2.0.0-dev.10 21:09:29 ---> Running in 0f1eecd3b33f 21:09:30 Removing intermediate container 548b60bf975e 21:09:30 ---> 0224578a28f7 21:09:30 Step 13/23 : EXPOSE $APP_PORT 21:09:30 ---> Running in f5956ea30e9b 21:09:30 Removing intermediate container 0f1eecd3b33f 21:09:30 ---> 2f2701348d10 21:09:30 21:09:30 Successfully built 2f2701348d10 21:09:30 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:09:30  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f5956ea30e9b 21:09:30 ---> f64199a8e1c0 21:09:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:30 ---> Running in 450d9ae1f9b7 21:09:32 Removing intermediate container 450d9ae1f9b7 21:09:32 ---> 154f373cdbc4 21:09:32 Step 15/23 : RUN apk --no-cache add zeromq 21:09:33 ---> Running in 25849138c172 21:09:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:35 (1/5) Installing libgcc (9.3.0-r2) 21:09:36 (2/5) Installing libsodium (1.0.18-r0) 21:09:36 (3/5) Installing libstdc++ (9.3.0-r2) 21:09:36 (4/5) Installing libzmq (4.3.3-r0) 21:09:36 (5/5) Installing zeromq (4.3.3-r0) 21:09:36 Executing busybox-1.31.1-r19.trigger 21:09:36 OK: 8 MiB in 19 packages 21:09:38 Removing intermediate container 25849138c172 21:09:38 ---> de0bb97ea8de 21:09:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:09:38 ---> 46d593fbfadc 21:09:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:09:40 ---> e299f0d3cabc 21:09:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:09:40 ---> 7d2f18772ca6 21:09:40 Step 19/23 : ENTRYPOINT ["/core-data"] 21:09:41 ---> Running in d1c591be89ed 21:09:41 Removing intermediate container d1c591be89ed 21:09:41 ---> 41a05586e98b 21:09:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:41 ---> Running in 25dfb924dc8f 21:09:42 Removing intermediate container 25dfb924dc8f 21:09:42 ---> f3ab2495dd0b 21:09:42 Step 21/23 : LABEL arch=arm64 21:09:42 ---> Running in 2cceadc2caf9 21:09:42 Removing intermediate container 2cceadc2caf9 21:09:42 ---> d7bb9358e722 21:09:42 Step 22/23 : LABEL git_sha=8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:42 ---> Running in 3481b4d8e28d 21:09:43 Removing intermediate container 3481b4d8e28d 21:09:43 ---> b4253278ae1c 21:09:43 Step 23/23 : LABEL version=2.0.0-dev.10 21:09:43 ---> Running in 0d619c5004cb 21:09:44 Removing intermediate container 0d619c5004cb 21:09:44 ---> 04051f45c251 21:09:44 21:09:44 Successfully built 04051f45c251 21:09:44 Successfully tagged docker-core-data-go-arm64:latest 21:09:44  Building docker-core-data-go ... done  [Pipeline] } 21:09:44 $ docker stop --time=1 6e9d50fc48fdebda2def5830391c1f0b9f015f690f5b9c097b3100f4a5dc0918 21:09:46 $ docker rm -f 6e9d50fc48fdebda2def5830391c1f0b9f015f690f5b9c097b3100f4a5dc0918 [Pipeline] // withDockerContainer [Pipeline] sh 21:09:47 + grep docker 21:09:47 + docker images 21:09:47 docker-core-data-go-arm64 latest 04051f45c251 4 seconds ago 22.4MB 21:09:47 docker-security-bootstrap-redis-go-arm64 latest 2f2701348d10 18 seconds ago 15.2MB 21:09:47 docker-support-notifications-go-arm64 latest a20610b1f392 22 seconds ago 12.9MB 21:09:47 docker-core-command-go-arm64 latest ab6e0342fcae 29 seconds ago 11.4MB 21:09:47 docker-security-proxy-setup-go-arm64 latest a203185d1658 37 seconds ago 23.4MB 21:09:47 docker-sys-mgmt-agent-go-arm64 latest 795a515ab414 2 minutes ago 300MB 21:09:47 docker-core-metadata-go-arm64 latest 03e673ee06cc 3 minutes ago 13.6MB 21:09:47 docker-security-secrets-setup-go-arm64 latest 826e7b6e2b92 3 minutes ago 22.7MB 21:09:47 docker-support-scheduler-go-arm64 latest f2eb496aba12 3 minutes ago 11.5MB 21:09:47 docker-security-secretstore-setup-go-arm64 latest 674d787e87e7 3 minutes ago 23.5MB 21:09:47 docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:09:48 provisioning config files... 21:09:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config4051415938286713909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:09:48 ---> docker-login.sh 21:09:48 nexus3.edgexfoundry.org:10001 21:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:49 Configure a credential helper to remove this warning. See 21:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:49 21:09:49 Login Succeeded 21:09:49 nexus3.edgexfoundry.org:10002 21:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:49 Configure a credential helper to remove this warning. See 21:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:49 21:09:49 Login Succeeded 21:09:49 nexus3.edgexfoundry.org:10003 21:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:50 Configure a credential helper to remove this warning. See 21:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:50 21:09:50 Login Succeeded 21:09:50 nexus3.edgexfoundry.org:10004 21:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:50 Configure a credential helper to remove this warning. See 21:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:50 21:09:50 Login Succeeded 21:09:50 docker.io 21:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:51 Configure a credential helper to remove this warning. See 21:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:51 21:09:51 Login Succeeded 21:09:51 ---> docker-login.sh ends [Pipeline] } 21:09:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:09:52 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 21:09:52 8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:52 2.0.0-dev.10 21:09:52 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:09:52 master 21:09:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:09:52 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:09:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:09:53 31f124e8a968: Preparing 21:09:53 e2285986386b: Preparing 21:09:53 a9c84eac28e9: Preparing 21:09:53 a9c84eac28e9: Pushed 21:09:53 31f124e8a968: Pushed 21:09:56 e2285986386b: Pushed 21:09:56 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:9edf5686427e1e39c83d2b4dc259a0ac40f2bd61b4de4761a996e95c7badb3f6 size: 943 [Pipeline] isUnix [Pipeline] sh 21:09:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:09:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 21:09:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:09:57 31f124e8a968: Preparing 21:09:57 e2285986386b: Preparing 21:09:57 a9c84eac28e9: Preparing 21:09:57 e2285986386b: Layer already exists 21:09:57 a9c84eac28e9: Layer already exists 21:09:57 31f124e8a968: Layer already exists 21:09:57 2.0.0-dev.10: digest: sha256:9edf5686427e1e39c83d2b4dc259a0ac40f2bd61b4de4761a996e95c7badb3f6 size: 943 [Pipeline] isUnix [Pipeline] sh 21:09:58 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:09:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:09:58 31f124e8a968: Preparing 21:09:58 e2285986386b: Preparing 21:09:58 a9c84eac28e9: Preparing 21:09:58 e2285986386b: Layer already exists 21:09:58 a9c84eac28e9: Layer already exists 21:09:58 31f124e8a968: Layer already exists 21:09:58 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:9edf5686427e1e39c83d2b4dc259a0ac40f2bd61b4de4761a996e95c7badb3f6 size: 943 [Pipeline] isUnix [Pipeline] sh 21:09:59 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:09:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 21:09:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:09:59 31f124e8a968: Preparing 21:09:59 e2285986386b: Preparing 21:09:59 a9c84eac28e9: Preparing 21:09:59 e2285986386b: Layer already exists 21:09:59 31f124e8a968: Layer already exists 21:09:59 a9c84eac28e9: Layer already exists 21:09:59 master: digest: sha256:9edf5686427e1e39c83d2b4dc259a0ac40f2bd61b4de4761a996e95c7badb3f6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:09:59 ===================================================== [Pipeline] echo 21:09:59 taggedImages: 21:09:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:09:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 21:09:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:09:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 21:10:00 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 21:10:00 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:00 2.0.0-dev.10 21:10:00 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:00 master 21:10:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:00 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:10:01 30c4c555e592: Preparing 21:10:01 cb4f06505677: Preparing 21:10:01 320272d299a4: Preparing 21:10:01 799074b9cfb0: Preparing 21:10:01 559818e62a89: Preparing 21:10:01 e934a737d657: Preparing 21:10:01 e934a737d657: Waiting 21:10:01 559818e62a89: Pushed 21:10:01 30c4c555e592: Pushed 21:10:01 e934a737d657: Layer already exists 21:10:01 320272d299a4: Pushed 21:10:02 799074b9cfb0: Pushed 21:10:04 cb4f06505677: Pushed 21:10:05 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:5a8aaa89b600a2e7ce04bb0e37d96f320b2999ec173865ffb78a1ac785bcbe89 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:10:05 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 21:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:10:05 30c4c555e592: Preparing 21:10:05 cb4f06505677: Preparing 21:10:05 320272d299a4: Preparing 21:10:05 799074b9cfb0: Preparing 21:10:05 559818e62a89: Preparing 21:10:05 e934a737d657: Preparing 21:10:05 e934a737d657: Waiting 21:10:06 559818e62a89: Layer already exists 21:10:06 cb4f06505677: Layer already exists 21:10:06 30c4c555e592: Layer already exists 21:10:06 320272d299a4: Layer already exists 21:10:06 799074b9cfb0: Layer already exists 21:10:06 e934a737d657: Layer already exists 21:10:06 2.0.0-dev.10: digest: sha256:5a8aaa89b600a2e7ce04bb0e37d96f320b2999ec173865ffb78a1ac785bcbe89 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:10:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:10:06 30c4c555e592: Preparing 21:10:06 cb4f06505677: Preparing 21:10:06 320272d299a4: Preparing 21:10:06 799074b9cfb0: Preparing 21:10:06 559818e62a89: Preparing 21:10:06 e934a737d657: Preparing 21:10:06 e934a737d657: Waiting 21:10:06 320272d299a4: Layer already exists 21:10:06 799074b9cfb0: Layer already exists 21:10:06 30c4c555e592: Layer already exists 21:10:06 cb4f06505677: Layer already exists 21:10:06 559818e62a89: Layer already exists 21:10:06 e934a737d657: Layer already exists 21:10:07 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:5a8aaa89b600a2e7ce04bb0e37d96f320b2999ec173865ffb78a1ac785bcbe89 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:10:07 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 21:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:10:07 30c4c555e592: Preparing 21:10:07 cb4f06505677: Preparing 21:10:07 320272d299a4: Preparing 21:10:07 799074b9cfb0: Preparing 21:10:07 559818e62a89: Preparing 21:10:07 e934a737d657: Preparing 21:10:07 e934a737d657: Waiting 21:10:07 30c4c555e592: Layer already exists 21:10:07 320272d299a4: Layer already exists 21:10:07 cb4f06505677: Layer already exists 21:10:07 799074b9cfb0: Layer already exists 21:10:07 559818e62a89: Layer already exists 21:10:08 e934a737d657: Layer already exists 21:10:08 master: digest: sha256:5a8aaa89b600a2e7ce04bb0e37d96f320b2999ec173865ffb78a1ac785bcbe89 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:08 ===================================================== [Pipeline] echo 21:10:08 taggedImages: 21:10:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 21:10:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 21:10:08 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 21:10:08 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:08 2.0.0-dev.10 21:10:08 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:08 master 21:10:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:09 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:10:09 bdfbed70b472: Preparing 21:10:09 9daab85e2d14: Preparing 21:10:09 1b13286b9bb7: Preparing 21:10:09 bdfbed70b472: Pushed 21:10:09 1b13286b9bb7: Pushed 21:10:13 9daab85e2d14: Pushed 21:10:13 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:9bc8f7dcc32be1cdf94f83206e827ad9bf893ca5b72709bb9f1eec58830e5c66 size: 943 [Pipeline] isUnix [Pipeline] sh 21:10:13 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 21:10:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:10:13 bdfbed70b472: Preparing 21:10:13 9daab85e2d14: Preparing 21:10:13 1b13286b9bb7: Preparing 21:10:14 9daab85e2d14: Layer already exists 21:10:14 bdfbed70b472: Layer already exists 21:10:14 1b13286b9bb7: Layer already exists 21:10:14 2.0.0-dev.10: digest: sha256:9bc8f7dcc32be1cdf94f83206e827ad9bf893ca5b72709bb9f1eec58830e5c66 size: 943 [Pipeline] isUnix [Pipeline] sh 21:10:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:10:14 bdfbed70b472: Preparing 21:10:14 9daab85e2d14: Preparing 21:10:14 1b13286b9bb7: Preparing 21:10:14 9daab85e2d14: Layer already exists 21:10:14 bdfbed70b472: Layer already exists 21:10:14 1b13286b9bb7: Layer already exists 21:10:15 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:9bc8f7dcc32be1cdf94f83206e827ad9bf893ca5b72709bb9f1eec58830e5c66 size: 943 [Pipeline] isUnix [Pipeline] sh 21:10:15 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 21:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:10:15 bdfbed70b472: Preparing 21:10:15 9daab85e2d14: Preparing 21:10:15 1b13286b9bb7: Preparing 21:10:16 9daab85e2d14: Layer already exists 21:10:16 bdfbed70b472: Layer already exists 21:10:16 1b13286b9bb7: Layer already exists 21:10:16 master: digest: sha256:9bc8f7dcc32be1cdf94f83206e827ad9bf893ca5b72709bb9f1eec58830e5c66 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:16 ===================================================== [Pipeline] echo 21:10:16 taggedImages: 21:10:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 21:10:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 21:10:16 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 21:10:16 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:16 2.0.0-dev.10 21:10:16 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:16 master 21:10:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:16 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:10:17 cf669393c438: Preparing 21:10:17 cb40f54f1d3b: Preparing 21:10:17 c0445339381f: Preparing 21:10:17 2ca9b51077c2: Preparing 21:10:17 92340a97df49: Preparing 21:10:17 d0540c0b24b6: Preparing 21:10:17 66b385cf80cf: Preparing 21:10:17 66b385cf80cf: Waiting 21:10:17 d0540c0b24b6: Waiting 21:10:17 92340a97df49: Pushed 21:10:17 c0445339381f: Pushed 21:10:17 cf669393c438: Pushed 21:10:17 cb40f54f1d3b: Pushed 21:10:17 66b385cf80cf: Layer already exists 21:10:18 d0540c0b24b6: Pushed 21:10:19 2ca9b51077c2: Pushed 21:10:19 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:39c305a58fb6718be39d074f52253918397fc6e4681e98f83d539a5f87ab2768 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:10:20 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 21:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:10:20 cf669393c438: Preparing 21:10:20 cb40f54f1d3b: Preparing 21:10:20 c0445339381f: Preparing 21:10:20 2ca9b51077c2: Preparing 21:10:20 92340a97df49: Preparing 21:10:20 d0540c0b24b6: Preparing 21:10:20 66b385cf80cf: Preparing 21:10:20 d0540c0b24b6: Waiting 21:10:20 66b385cf80cf: Waiting 21:10:20 cb40f54f1d3b: Layer already exists 21:10:20 c0445339381f: Layer already exists 21:10:20 92340a97df49: Layer already exists 21:10:20 cf669393c438: Layer already exists 21:10:20 2ca9b51077c2: Layer already exists 21:10:20 d0540c0b24b6: Layer already exists 21:10:20 66b385cf80cf: Layer already exists 21:10:20 2.0.0-dev.10: digest: sha256:39c305a58fb6718be39d074f52253918397fc6e4681e98f83d539a5f87ab2768 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:10:21 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:10:21 cf669393c438: Preparing 21:10:21 cb40f54f1d3b: Preparing 21:10:21 c0445339381f: Preparing 21:10:21 2ca9b51077c2: Preparing 21:10:21 92340a97df49: Preparing 21:10:21 d0540c0b24b6: Preparing 21:10:21 66b385cf80cf: Preparing 21:10:21 d0540c0b24b6: Waiting 21:10:21 66b385cf80cf: Waiting 21:10:21 cf669393c438: Layer already exists 21:10:21 2ca9b51077c2: Layer already exists 21:10:21 92340a97df49: Layer already exists 21:10:21 c0445339381f: Layer already exists 21:10:21 cb40f54f1d3b: Layer already exists 21:10:21 d0540c0b24b6: Layer already exists 21:10:21 66b385cf80cf: Layer already exists 21:10:21 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:39c305a58fb6718be39d074f52253918397fc6e4681e98f83d539a5f87ab2768 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:10:22 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 21:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:10:22 cf669393c438: Preparing 21:10:22 cb40f54f1d3b: Preparing 21:10:22 c0445339381f: Preparing 21:10:22 2ca9b51077c2: Preparing 21:10:22 92340a97df49: Preparing 21:10:22 d0540c0b24b6: Preparing 21:10:22 66b385cf80cf: Preparing 21:10:22 d0540c0b24b6: Waiting 21:10:22 66b385cf80cf: Waiting 21:10:22 cb40f54f1d3b: Layer already exists 21:10:22 c0445339381f: Layer already exists 21:10:22 2ca9b51077c2: Layer already exists 21:10:22 92340a97df49: Layer already exists 21:10:22 cf669393c438: Layer already exists 21:10:22 66b385cf80cf: Layer already exists 21:10:22 d0540c0b24b6: Layer already exists 21:10:22 master: digest: sha256:39c305a58fb6718be39d074f52253918397fc6e4681e98f83d539a5f87ab2768 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:23 ===================================================== [Pipeline] echo 21:10:23 taggedImages: 21:10:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 21:10:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 21:10:23 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 21:10:23 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:23 2.0.0-dev.10 21:10:23 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:23 master 21:10:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:23 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:10:24 171d9eb50bab: Preparing 21:10:24 248442b52a04: Preparing 21:10:24 f594ac3cb99c: Preparing 21:10:24 b3473f1ca4de: Preparing 21:10:24 1755e84a3a89: Preparing 21:10:24 e934a737d657: Preparing 21:10:24 e934a737d657: Waiting 21:10:24 b3473f1ca4de: Pushed 21:10:24 e934a737d657: Layer already exists 21:10:24 f594ac3cb99c: Pushed 21:10:24 1755e84a3a89: Pushed 21:10:26 171d9eb50bab: Pushed 21:10:26 248442b52a04: Pushed 21:10:26 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:26966a92ae2cab0a4467d2febd84ce95ab5c9bc5f805ba2dbd583f51d507eae5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:10:27 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 21:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:10:27 171d9eb50bab: Preparing 21:10:27 248442b52a04: Preparing 21:10:27 f594ac3cb99c: Preparing 21:10:27 b3473f1ca4de: Preparing 21:10:27 1755e84a3a89: Preparing 21:10:27 e934a737d657: Preparing 21:10:27 e934a737d657: Waiting 21:10:27 248442b52a04: Layer already exists 21:10:27 1755e84a3a89: Layer already exists 21:10:27 f594ac3cb99c: Layer already exists 21:10:27 171d9eb50bab: Layer already exists 21:10:27 b3473f1ca4de: Layer already exists 21:10:27 e934a737d657: Layer already exists 21:10:27 2.0.0-dev.10: digest: sha256:26966a92ae2cab0a4467d2febd84ce95ab5c9bc5f805ba2dbd583f51d507eae5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:10:28 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:10:28 171d9eb50bab: Preparing 21:10:28 248442b52a04: Preparing 21:10:28 f594ac3cb99c: Preparing 21:10:28 b3473f1ca4de: Preparing 21:10:28 1755e84a3a89: Preparing 21:10:28 e934a737d657: Preparing 21:10:28 e934a737d657: Waiting 21:10:28 248442b52a04: Layer already exists 21:10:28 b3473f1ca4de: Layer already exists 21:10:28 f594ac3cb99c: Layer already exists 21:10:28 1755e84a3a89: Layer already exists 21:10:28 171d9eb50bab: Layer already exists 21:10:28 e934a737d657: Layer already exists 21:10:28 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:26966a92ae2cab0a4467d2febd84ce95ab5c9bc5f805ba2dbd583f51d507eae5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:10:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 21:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:10:29 171d9eb50bab: Preparing 21:10:29 248442b52a04: Preparing 21:10:29 f594ac3cb99c: Preparing 21:10:29 b3473f1ca4de: Preparing 21:10:29 1755e84a3a89: Preparing 21:10:29 e934a737d657: Preparing 21:10:29 e934a737d657: Waiting 21:10:29 f594ac3cb99c: Layer already exists 21:10:29 171d9eb50bab: Layer already exists 21:10:29 1755e84a3a89: Layer already exists 21:10:29 248442b52a04: Layer already exists 21:10:29 b3473f1ca4de: Layer already exists 21:10:29 e934a737d657: Layer already exists 21:10:29 master: digest: sha256:26966a92ae2cab0a4467d2febd84ce95ab5c9bc5f805ba2dbd583f51d507eae5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:30 ===================================================== [Pipeline] echo 21:10:30 taggedImages: 21:10:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 21:10:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 21:10:30 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 21:10:30 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:30 2.0.0-dev.10 21:10:30 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:30 master 21:10:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:30 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:10:31 51ea10750cf5: Preparing 21:10:31 85235ec2d481: Preparing 21:10:31 a95c32b51967: Preparing 21:10:31 26722cc0ba77: Preparing 21:10:31 26722cc0ba77: Preparing 21:10:31 3b0c0877b024: Preparing 21:10:31 09e7a48d4b7b: Preparing 21:10:31 31634a6cef5b: Preparing 21:10:31 51ea10750cf5: Preparing 21:10:31 335ea043a5de: Preparing 21:10:31 307febe7946f: Preparing 21:10:31 9c53cd533274: Preparing 21:10:31 e934a737d657: Preparing 21:10:31 335ea043a5de: Waiting 21:10:31 09e7a48d4b7b: Waiting 21:10:31 307febe7946f: Waiting 21:10:31 9c53cd533274: Waiting 21:10:31 31634a6cef5b: Waiting 21:10:31 e934a737d657: Waiting 21:10:31 85235ec2d481: Pushed 21:10:31 26722cc0ba77: Pushed 21:10:31 3b0c0877b024: Pushed 21:10:31 a95c32b51967: Pushed 21:10:31 31634a6cef5b: Pushed 21:10:31 335ea043a5de: Pushed 21:10:31 09e7a48d4b7b: Pushed 21:10:32 e934a737d657: Layer already exists 21:10:32 307febe7946f: Pushed 21:10:32 9c53cd533274: Pushed 21:10:33 51ea10750cf5: Pushed 21:10:33 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:7c52ae8ba5bbde033ab1ab503bc74088c8ad9bf4dbe5531e2a6ca0964a95d0f2 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:10:34 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 21:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:10:34 51ea10750cf5: Preparing 21:10:34 85235ec2d481: Preparing 21:10:34 a95c32b51967: Preparing 21:10:34 26722cc0ba77: Preparing 21:10:34 26722cc0ba77: Preparing 21:10:34 3b0c0877b024: Preparing 21:10:34 09e7a48d4b7b: Preparing 21:10:34 31634a6cef5b: Preparing 21:10:34 51ea10750cf5: Preparing 21:10:34 335ea043a5de: Preparing 21:10:34 307febe7946f: Preparing 21:10:34 9c53cd533274: Preparing 21:10:34 e934a737d657: Preparing 21:10:34 09e7a48d4b7b: Waiting 21:10:34 307febe7946f: Waiting 21:10:34 31634a6cef5b: Waiting 21:10:34 335ea043a5de: Waiting 21:10:34 9c53cd533274: Waiting 21:10:34 e934a737d657: Waiting 21:10:34 85235ec2d481: Layer already exists 21:10:34 3b0c0877b024: Layer already exists 21:10:34 26722cc0ba77: Layer already exists 21:10:34 51ea10750cf5: Layer already exists 21:10:34 a95c32b51967: Layer already exists 21:10:34 09e7a48d4b7b: Layer already exists 21:10:34 31634a6cef5b: Layer already exists 21:10:34 307febe7946f: Layer already exists 21:10:34 335ea043a5de: Layer already exists 21:10:34 9c53cd533274: Layer already exists 21:10:34 e934a737d657: Layer already exists 21:10:34 2.0.0-dev.10: digest: sha256:7c52ae8ba5bbde033ab1ab503bc74088c8ad9bf4dbe5531e2a6ca0964a95d0f2 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:10:35 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:10:35 51ea10750cf5: Preparing 21:10:35 85235ec2d481: Preparing 21:10:35 a95c32b51967: Preparing 21:10:35 26722cc0ba77: Preparing 21:10:35 26722cc0ba77: Preparing 21:10:35 3b0c0877b024: Preparing 21:10:35 09e7a48d4b7b: Preparing 21:10:35 31634a6cef5b: Preparing 21:10:35 51ea10750cf5: Preparing 21:10:35 335ea043a5de: Preparing 21:10:35 307febe7946f: Preparing 21:10:35 9c53cd533274: Preparing 21:10:35 e934a737d657: Preparing 21:10:35 335ea043a5de: Waiting 21:10:35 307febe7946f: Waiting 21:10:35 9c53cd533274: Waiting 21:10:35 09e7a48d4b7b: Waiting 21:10:35 31634a6cef5b: Waiting 21:10:35 e934a737d657: Waiting 21:10:35 26722cc0ba77: Layer already exists 21:10:35 51ea10750cf5: Layer already exists 21:10:35 a95c32b51967: Layer already exists 21:10:35 3b0c0877b024: Layer already exists 21:10:35 85235ec2d481: Layer already exists 21:10:35 31634a6cef5b: Layer already exists 21:10:35 335ea043a5de: Layer already exists 21:10:35 9c53cd533274: Layer already exists 21:10:35 09e7a48d4b7b: Layer already exists 21:10:35 307febe7946f: Layer already exists 21:10:35 e934a737d657: Layer already exists 21:10:35 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:7c52ae8ba5bbde033ab1ab503bc74088c8ad9bf4dbe5531e2a6ca0964a95d0f2 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:10:36 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 21:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:10:36 51ea10750cf5: Preparing 21:10:36 85235ec2d481: Preparing 21:10:36 a95c32b51967: Preparing 21:10:36 26722cc0ba77: Preparing 21:10:36 26722cc0ba77: Preparing 21:10:36 3b0c0877b024: Preparing 21:10:36 09e7a48d4b7b: Preparing 21:10:36 31634a6cef5b: Preparing 21:10:36 51ea10750cf5: Preparing 21:10:36 335ea043a5de: Preparing 21:10:36 307febe7946f: Preparing 21:10:36 9c53cd533274: Preparing 21:10:36 e934a737d657: Preparing 21:10:36 335ea043a5de: Waiting 21:10:36 307febe7946f: Waiting 21:10:36 9c53cd533274: Waiting 21:10:36 31634a6cef5b: Waiting 21:10:36 e934a737d657: Waiting 21:10:36 85235ec2d481: Layer already exists 21:10:36 a95c32b51967: Layer already exists 21:10:36 51ea10750cf5: Layer already exists 21:10:36 26722cc0ba77: Layer already exists 21:10:36 3b0c0877b024: Layer already exists 21:10:36 31634a6cef5b: Layer already exists 21:10:36 9c53cd533274: Layer already exists 21:10:36 335ea043a5de: Layer already exists 21:10:36 09e7a48d4b7b: Layer already exists 21:10:36 307febe7946f: Layer already exists 21:10:36 e934a737d657: Layer already exists 21:10:36 master: digest: sha256:7c52ae8ba5bbde033ab1ab503bc74088c8ad9bf4dbe5531e2a6ca0964a95d0f2 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:37 ===================================================== [Pipeline] echo 21:10:37 taggedImages: 21:10:37 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:37 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 21:10:37 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:37 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 21:10:37 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 21:10:37 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:37 2.0.0-dev.10 21:10:37 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:37 master 21:10:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:37 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:10:38 8848a487b84c: Preparing 21:10:38 50b25213d456: Preparing 21:10:38 d2d6773c3b53: Preparing 21:10:38 8bf57015543f: Preparing 21:10:38 02f3dd9f2e80: Preparing 21:10:38 5d74b22abdbd: Preparing 21:10:38 0ad8a66c22e6: Preparing 21:10:38 d0540c0b24b6: Preparing 21:10:38 66b385cf80cf: Preparing 21:10:38 5d74b22abdbd: Waiting 21:10:38 d0540c0b24b6: Waiting 21:10:38 0ad8a66c22e6: Waiting 21:10:38 66b385cf80cf: Waiting 21:10:38 02f3dd9f2e80: Pushed 21:10:38 8848a487b84c: Pushed 21:10:38 50b25213d456: Pushed 21:10:38 d0540c0b24b6: Layer already exists 21:10:38 66b385cf80cf: Layer already exists 21:10:38 5d74b22abdbd: Pushed 21:10:38 0ad8a66c22e6: Pushed 21:10:40 8bf57015543f: Pushed 21:10:40 d2d6773c3b53: Pushed 21:10:40 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:1472a55d824764480db4fcd64fe62665adb2f2fad6c5f7e532f435fff9fe5071 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:10:41 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 21:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:10:41 8848a487b84c: Preparing 21:10:41 50b25213d456: Preparing 21:10:41 d2d6773c3b53: Preparing 21:10:41 8bf57015543f: Preparing 21:10:41 02f3dd9f2e80: Preparing 21:10:41 5d74b22abdbd: Preparing 21:10:41 0ad8a66c22e6: Preparing 21:10:41 d0540c0b24b6: Preparing 21:10:41 66b385cf80cf: Preparing 21:10:41 5d74b22abdbd: Waiting 21:10:41 0ad8a66c22e6: Waiting 21:10:41 66b385cf80cf: Waiting 21:10:41 d0540c0b24b6: Waiting 21:10:41 d2d6773c3b53: Layer already exists 21:10:41 50b25213d456: Layer already exists 21:10:41 02f3dd9f2e80: Layer already exists 21:10:41 8bf57015543f: Layer already exists 21:10:41 8848a487b84c: Layer already exists 21:10:41 5d74b22abdbd: Layer already exists 21:10:41 d0540c0b24b6: Layer already exists 21:10:41 66b385cf80cf: Layer already exists 21:10:41 0ad8a66c22e6: Layer already exists 21:10:41 2.0.0-dev.10: digest: sha256:1472a55d824764480db4fcd64fe62665adb2f2fad6c5f7e532f435fff9fe5071 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:10:42 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:10:42 8848a487b84c: Preparing 21:10:42 50b25213d456: Preparing 21:10:42 d2d6773c3b53: Preparing 21:10:42 8bf57015543f: Preparing 21:10:42 02f3dd9f2e80: Preparing 21:10:42 5d74b22abdbd: Preparing 21:10:42 0ad8a66c22e6: Preparing 21:10:42 d0540c0b24b6: Preparing 21:10:42 66b385cf80cf: Preparing 21:10:42 5d74b22abdbd: Waiting 21:10:42 0ad8a66c22e6: Waiting 21:10:42 d0540c0b24b6: Waiting 21:10:42 02f3dd9f2e80: Layer already exists 21:10:42 8bf57015543f: Layer already exists 21:10:42 8848a487b84c: Layer already exists 21:10:42 d2d6773c3b53: Layer already exists 21:10:42 50b25213d456: Layer already exists 21:10:42 5d74b22abdbd: Layer already exists 21:10:42 66b385cf80cf: Layer already exists 21:10:42 0ad8a66c22e6: Layer already exists 21:10:42 d0540c0b24b6: Layer already exists 21:10:42 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:1472a55d824764480db4fcd64fe62665adb2f2fad6c5f7e532f435fff9fe5071 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:10:43 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 21:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:10:43 8848a487b84c: Preparing 21:10:43 50b25213d456: Preparing 21:10:43 d2d6773c3b53: Preparing 21:10:43 8bf57015543f: Preparing 21:10:43 02f3dd9f2e80: Preparing 21:10:43 5d74b22abdbd: Preparing 21:10:43 0ad8a66c22e6: Preparing 21:10:43 d0540c0b24b6: Preparing 21:10:43 66b385cf80cf: Preparing 21:10:43 0ad8a66c22e6: Waiting 21:10:43 d0540c0b24b6: Waiting 21:10:43 66b385cf80cf: Waiting 21:10:43 5d74b22abdbd: Waiting 21:10:43 8848a487b84c: Layer already exists 21:10:43 d2d6773c3b53: Layer already exists 21:10:43 8bf57015543f: Layer already exists 21:10:43 50b25213d456: Layer already exists 21:10:43 02f3dd9f2e80: Layer already exists 21:10:43 5d74b22abdbd: Layer already exists 21:10:43 0ad8a66c22e6: Layer already exists 21:10:43 66b385cf80cf: Layer already exists 21:10:43 d0540c0b24b6: Layer already exists 21:10:43 master: digest: sha256:1472a55d824764480db4fcd64fe62665adb2f2fad6c5f7e532f435fff9fe5071 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:43 ===================================================== [Pipeline] echo 21:10:43 taggedImages: 21:10:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 21:10:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:43 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 21:10:44 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 21:10:44 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:44 2.0.0-dev.10 21:10:44 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:44 master 21:10:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:44 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:10:44 ab8d4049aa6a: Preparing 21:10:44 e4d0235eb059: Preparing 21:10:44 4648e0d5ad44: Preparing 21:10:44 e9da5049e1ff: Preparing 21:10:44 74acaaa58173: Preparing 21:10:44 54c098ffbf10: Preparing 21:10:44 54c098ffbf10: Waiting 21:10:45 ab8d4049aa6a: Pushed 21:10:45 4648e0d5ad44: Pushed 21:10:45 74acaaa58173: Pushed 21:10:45 e9da5049e1ff: Pushed 21:10:45 54c098ffbf10: Pushed 21:10:48 e4d0235eb059: Pushed 21:10:48 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:c77897fbb81ca87daff2ceb732b544b79627f29d67a9a79e74846b2adab34987 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:10:48 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 21:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:10:49 ab8d4049aa6a: Preparing 21:10:49 e4d0235eb059: Preparing 21:10:49 4648e0d5ad44: Preparing 21:10:49 e9da5049e1ff: Preparing 21:10:49 74acaaa58173: Preparing 21:10:49 54c098ffbf10: Preparing 21:10:49 54c098ffbf10: Waiting 21:10:49 ab8d4049aa6a: Layer already exists 21:10:49 74acaaa58173: Layer already exists 21:10:49 e9da5049e1ff: Layer already exists 21:10:49 4648e0d5ad44: Layer already exists 21:10:49 e4d0235eb059: Layer already exists 21:10:49 54c098ffbf10: Layer already exists 21:10:49 2.0.0-dev.10: digest: sha256:c77897fbb81ca87daff2ceb732b544b79627f29d67a9a79e74846b2adab34987 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:10:49 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:10:49 ab8d4049aa6a: Preparing 21:10:49 e4d0235eb059: Preparing 21:10:49 4648e0d5ad44: Preparing 21:10:49 e9da5049e1ff: Preparing 21:10:49 74acaaa58173: Preparing 21:10:49 54c098ffbf10: Preparing 21:10:49 54c098ffbf10: Waiting 21:10:50 74acaaa58173: Layer already exists 21:10:50 4648e0d5ad44: Layer already exists 21:10:50 ab8d4049aa6a: Layer already exists 21:10:50 e4d0235eb059: Layer already exists 21:10:50 e9da5049e1ff: Layer already exists 21:10:50 54c098ffbf10: Layer already exists 21:10:50 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:c77897fbb81ca87daff2ceb732b544b79627f29d67a9a79e74846b2adab34987 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:10:50 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 21:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:10:50 ab8d4049aa6a: Preparing 21:10:50 e4d0235eb059: Preparing 21:10:50 4648e0d5ad44: Preparing 21:10:50 e9da5049e1ff: Preparing 21:10:50 74acaaa58173: Preparing 21:10:50 54c098ffbf10: Preparing 21:10:50 54c098ffbf10: Waiting 21:10:51 e4d0235eb059: Layer already exists 21:10:51 74acaaa58173: Layer already exists 21:10:51 4648e0d5ad44: Layer already exists 21:10:51 e9da5049e1ff: Layer already exists 21:10:51 ab8d4049aa6a: Layer already exists 21:10:51 54c098ffbf10: Layer already exists 21:10:51 master: digest: sha256:c77897fbb81ca87daff2ceb732b544b79627f29d67a9a79e74846b2adab34987 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:51 ===================================================== [Pipeline] echo 21:10:51 taggedImages: 21:10:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 21:10:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 21:10:51 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 21:10:51 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:51 2.0.0-dev.10 21:10:51 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:51 master 21:10:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:52 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:10:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:10:52 bc1ff7032fd9: Preparing 21:10:52 34b21c89b688: Preparing 21:10:52 93e8b2a74833: Preparing 21:10:52 93e8b2a74833: Pushed 21:10:52 bc1ff7032fd9: Pushed 21:10:56 34b21c89b688: Pushed 21:10:56 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:0befebf61632f934eb612f50c2128402d8568f9b250e6e8b652ac0ab53eb96a8 size: 943 [Pipeline] isUnix [Pipeline] sh 21:10:56 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 21:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:10:56 bc1ff7032fd9: Preparing 21:10:56 34b21c89b688: Preparing 21:10:56 93e8b2a74833: Preparing 21:10:56 bc1ff7032fd9: Layer already exists 21:10:56 34b21c89b688: Layer already exists 21:10:56 93e8b2a74833: Layer already exists 21:10:57 2.0.0-dev.10: digest: sha256:0befebf61632f934eb612f50c2128402d8568f9b250e6e8b652ac0ab53eb96a8 size: 943 [Pipeline] isUnix [Pipeline] sh 21:10:57 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:10:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:10:57 bc1ff7032fd9: Preparing 21:10:57 34b21c89b688: Preparing 21:10:57 93e8b2a74833: Preparing 21:10:57 93e8b2a74833: Layer already exists 21:10:57 bc1ff7032fd9: Layer already exists 21:10:57 34b21c89b688: Layer already exists 21:10:58 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:0befebf61632f934eb612f50c2128402d8568f9b250e6e8b652ac0ab53eb96a8 size: 943 [Pipeline] isUnix [Pipeline] sh 21:10:58 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:10:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 21:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:10:58 bc1ff7032fd9: Preparing 21:10:58 34b21c89b688: Preparing 21:10:58 93e8b2a74833: Preparing 21:10:58 bc1ff7032fd9: Layer already exists 21:10:58 34b21c89b688: Layer already exists 21:10:58 93e8b2a74833: Layer already exists 21:10:59 master: digest: sha256:0befebf61632f934eb612f50c2128402d8568f9b250e6e8b652ac0ab53eb96a8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:59 ===================================================== [Pipeline] echo 21:10:59 taggedImages: 21:10:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 21:10:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 21:10:59 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 21:10:59 8905b2aeb998c2429dd3dac7113c428985f887cf 21:10:59 2.0.0-dev.10 21:10:59 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:10:59 master 21:10:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:59 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf [Pipeline] isUnix [Pipeline] sh 21:11:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:11:00 c38e8fd0de65: Preparing 21:11:00 0dd861f08563: Preparing 21:11:00 e3df79eb9d88: Preparing 21:11:00 f43ec5363956: Preparing 21:11:00 155647cceb26: Preparing 21:11:00 0058182bb8d2: Preparing 21:11:00 09b38f2d2b0f: Preparing 21:11:00 9ded3b6bb9b5: Preparing 21:11:00 fa1afe8e6ed9: Preparing 21:11:00 87a09b4c083e: Preparing 21:11:00 0f74e9ff2a61: Preparing 21:11:00 b122376c33c6: Preparing 21:11:00 f8381ed47b22: Preparing 21:11:00 e934a737d657: Preparing 21:11:00 0058182bb8d2: Waiting 21:11:00 09b38f2d2b0f: Waiting 21:11:00 9ded3b6bb9b5: Waiting 21:11:00 0f74e9ff2a61: Waiting 21:11:00 b122376c33c6: Waiting 21:11:00 f8381ed47b22: Waiting 21:11:00 e934a737d657: Waiting 21:11:00 fa1afe8e6ed9: Waiting 21:11:00 87a09b4c083e: Waiting 21:11:00 155647cceb26: Pushed 21:11:01 c38e8fd0de65: Pushed 21:11:01 f43ec5363956: Pushed 21:11:01 9ded3b6bb9b5: Layer already exists 21:11:01 fa1afe8e6ed9: Layer already exists 21:11:01 87a09b4c083e: Layer already exists 21:11:01 09b38f2d2b0f: Pushed 21:11:01 0f74e9ff2a61: Layer already exists 21:11:02 b122376c33c6: Layer already exists 21:11:02 f8381ed47b22: Layer already exists 21:11:02 e934a737d657: Layer already exists 21:11:02 0dd861f08563: Pushed 21:11:03 0058182bb8d2: Pushed 21:11:15 e3df79eb9d88: Pushed 21:11:15 8905b2aeb998c2429dd3dac7113c428985f887cf: digest: sha256:573f0cb914d9f877549cd2a181eb17c3c0a655e96bd19887c65ab25989105a8c size: 3252 [Pipeline] isUnix [Pipeline] sh 21:11:16 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:11:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 21:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:11:16 c38e8fd0de65: Preparing 21:11:16 0dd861f08563: Preparing 21:11:16 e3df79eb9d88: Preparing 21:11:16 f43ec5363956: Preparing 21:11:16 155647cceb26: Preparing 21:11:16 0058182bb8d2: Preparing 21:11:16 09b38f2d2b0f: Preparing 21:11:16 9ded3b6bb9b5: Preparing 21:11:16 fa1afe8e6ed9: Preparing 21:11:16 87a09b4c083e: Preparing 21:11:16 0f74e9ff2a61: Preparing 21:11:16 b122376c33c6: Preparing 21:11:16 f8381ed47b22: Preparing 21:11:16 e934a737d657: Preparing 21:11:16 09b38f2d2b0f: Waiting 21:11:16 9ded3b6bb9b5: Waiting 21:11:16 fa1afe8e6ed9: Waiting 21:11:16 87a09b4c083e: Waiting 21:11:16 0058182bb8d2: Waiting 21:11:16 0f74e9ff2a61: Waiting 21:11:16 e934a737d657: Waiting 21:11:16 b122376c33c6: Waiting 21:11:16 f8381ed47b22: Waiting 21:11:16 c38e8fd0de65: Layer already exists 21:11:16 0dd861f08563: Layer already exists 21:11:16 e3df79eb9d88: Layer already exists 21:11:16 155647cceb26: Layer already exists 21:11:16 f43ec5363956: Layer already exists 21:11:16 87a09b4c083e: Layer already exists 21:11:16 0058182bb8d2: Layer already exists 21:11:16 fa1afe8e6ed9: Layer already exists 21:11:16 09b38f2d2b0f: Layer already exists 21:11:16 9ded3b6bb9b5: Layer already exists 21:11:16 b122376c33c6: Layer already exists 21:11:16 0f74e9ff2a61: Layer already exists 21:11:16 f8381ed47b22: Layer already exists 21:11:16 e934a737d657: Layer already exists 21:11:16 2.0.0-dev.10: digest: sha256:573f0cb914d9f877549cd2a181eb17c3c0a655e96bd19887c65ab25989105a8c size: 3252 [Pipeline] isUnix [Pipeline] sh 21:11:17 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:11:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:11:17 c38e8fd0de65: Preparing 21:11:17 0dd861f08563: Preparing 21:11:17 e3df79eb9d88: Preparing 21:11:17 f43ec5363956: Preparing 21:11:17 155647cceb26: Preparing 21:11:17 0058182bb8d2: Preparing 21:11:17 09b38f2d2b0f: Preparing 21:11:17 9ded3b6bb9b5: Preparing 21:11:17 fa1afe8e6ed9: Preparing 21:11:17 87a09b4c083e: Preparing 21:11:17 0f74e9ff2a61: Preparing 21:11:17 b122376c33c6: Preparing 21:11:17 f8381ed47b22: Preparing 21:11:17 e934a737d657: Preparing 21:11:17 0058182bb8d2: Waiting 21:11:17 09b38f2d2b0f: Waiting 21:11:17 9ded3b6bb9b5: Waiting 21:11:17 fa1afe8e6ed9: Waiting 21:11:17 87a09b4c083e: Waiting 21:11:17 0f74e9ff2a61: Waiting 21:11:17 b122376c33c6: Waiting 21:11:17 f8381ed47b22: Waiting 21:11:17 e934a737d657: Waiting 21:11:17 c38e8fd0de65: Layer already exists 21:11:17 e3df79eb9d88: Layer already exists 21:11:17 155647cceb26: Layer already exists 21:11:17 0dd861f08563: Layer already exists 21:11:17 f43ec5363956: Layer already exists 21:11:17 09b38f2d2b0f: Layer already exists 21:11:17 0058182bb8d2: Layer already exists 21:11:17 9ded3b6bb9b5: Layer already exists 21:11:17 fa1afe8e6ed9: Layer already exists 21:11:17 87a09b4c083e: Layer already exists 21:11:17 b122376c33c6: Layer already exists 21:11:17 0f74e9ff2a61: Layer already exists 21:11:17 f8381ed47b22: Layer already exists 21:11:17 e934a737d657: Layer already exists 21:11:17 8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10: digest: sha256:573f0cb914d9f877549cd2a181eb17c3c0a655e96bd19887c65ab25989105a8c size: 3252 [Pipeline] isUnix [Pipeline] sh 21:11:17 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:11:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 21:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:11:18 c38e8fd0de65: Preparing 21:11:18 0dd861f08563: Preparing 21:11:18 e3df79eb9d88: Preparing 21:11:18 f43ec5363956: Preparing 21:11:18 155647cceb26: Preparing 21:11:18 0058182bb8d2: Preparing 21:11:18 09b38f2d2b0f: Preparing 21:11:18 9ded3b6bb9b5: Preparing 21:11:18 fa1afe8e6ed9: Preparing 21:11:18 87a09b4c083e: Preparing 21:11:18 0f74e9ff2a61: Preparing 21:11:18 b122376c33c6: Preparing 21:11:18 f8381ed47b22: Preparing 21:11:18 e934a737d657: Preparing 21:11:18 0058182bb8d2: Waiting 21:11:18 09b38f2d2b0f: Waiting 21:11:18 9ded3b6bb9b5: Waiting 21:11:18 fa1afe8e6ed9: Waiting 21:11:18 87a09b4c083e: Waiting 21:11:18 0f74e9ff2a61: Waiting 21:11:18 e934a737d657: Waiting 21:11:18 b122376c33c6: Waiting 21:11:18 f8381ed47b22: Waiting 21:11:18 e3df79eb9d88: Layer already exists 21:11:18 c38e8fd0de65: Layer already exists 21:11:18 0dd861f08563: Layer already exists 21:11:18 155647cceb26: Layer already exists 21:11:18 f43ec5363956: Layer already exists 21:11:18 0058182bb8d2: Layer already exists 21:11:18 9ded3b6bb9b5: Layer already exists 21:11:18 fa1afe8e6ed9: Layer already exists 21:11:18 87a09b4c083e: Layer already exists 21:11:18 09b38f2d2b0f: Layer already exists 21:11:18 0f74e9ff2a61: Layer already exists 21:11:18 b122376c33c6: Layer already exists 21:11:18 e934a737d657: Layer already exists 21:11:18 f8381ed47b22: Layer already exists 21:11:18 master: digest: sha256:573f0cb914d9f877549cd2a181eb17c3c0a655e96bd19887c65ab25989105a8c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:18 ===================================================== [Pipeline] echo 21:11:18 taggedImages: 21:11:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf 21:11:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 21:11:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8905b2aeb998c2429dd3dac7113c428985f887cf-2.0.0-dev.10 21:11:18 - 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 earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:11:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:11:23 ---> package-listing.sh 21:11:23 ++ tr '[:upper:]' '[:lower:]' 21:11:23 ++ facter osfamily 21:11:23 + OS_FAMILY=redhat 21:11:23 + workspace=/w/workspace/edgex-go/253 21:11:23 + START_PACKAGES=/tmp/packages_start.txt 21:11:23 + END_PACKAGES=/tmp/packages_end.txt 21:11:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:11:23 + PACKAGES=/tmp/packages_start.txt 21:11:23 + '[' /w/workspace/edgex-go/253 ']' 21:11:23 + PACKAGES=/tmp/packages_end.txt 21:11:23 + case "${OS_FAMILY}" in 21:11:23 + rpm -qa 21:11:23 + sort 21:11:28 + '[' -f /tmp/packages_start.txt ']' 21:11:28 + '[' -f /tmp/packages_end.txt ']' 21:11:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:11:28 + '[' /w/workspace/edgex-go/253 ']' 21:11:28 + mkdir -p /w/workspace/edgex-go/253/archives/ 21:11:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/253/archives/ [Pipeline] echo 21:11:28 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/253/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:11:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:11:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:29 21:11:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:30 alpine: Pulling from edgex-lftools-log-publisher 21:11:30 df20fa9351a1: Pulling fs layer 21:11:30 36b3adc4ff6f: Pulling fs layer 21:11:30 8ad3a11d3b57: Pulling fs layer 21:11:30 46f8f816bc3b: Pulling fs layer 21:11:30 93b61091891f: Pulling fs layer 21:11:30 93b9cdb0e59b: Pulling fs layer 21:11:30 5e14af77c1be: Pulling fs layer 21:11:30 01666e4c0597: Pulling fs layer 21:11:30 aa168da1d23b: Pulling fs layer 21:11:30 93b9cdb0e59b: Waiting 21:11:30 5e14af77c1be: Waiting 21:11:30 01666e4c0597: Waiting 21:11:30 aa168da1d23b: Waiting 21:11:30 46f8f816bc3b: Waiting 21:11:30 93b61091891f: Waiting 21:11:30 36b3adc4ff6f: Verifying Checksum 21:11:30 36b3adc4ff6f: Download complete 21:11:30 46f8f816bc3b: Verifying Checksum 21:11:30 46f8f816bc3b: Download complete 21:11:31 df20fa9351a1: Verifying Checksum 21:11:31 93b9cdb0e59b: Verifying Checksum 21:11:31 93b9cdb0e59b: Download complete 21:11:31 5e14af77c1be: Verifying Checksum 21:11:31 5e14af77c1be: Download complete 21:11:31 93b61091891f: Verifying Checksum 21:11:31 93b61091891f: Download complete 21:11:31 01666e4c0597: Verifying Checksum 21:11:31 01666e4c0597: Download complete 21:11:31 8ad3a11d3b57: Verifying Checksum 21:11:31 8ad3a11d3b57: Download complete 21:11:31 df20fa9351a1: Pull complete 21:11:32 36b3adc4ff6f: Pull complete 21:11:34 8ad3a11d3b57: Pull complete 21:11:34 46f8f816bc3b: Pull complete 21:11:35 93b61091891f: Pull complete 21:11:35 93b9cdb0e59b: Pull complete 21:11:36 aa168da1d23b: Verifying Checksum 21:11:36 aa168da1d23b: Download complete 21:11:36 5e14af77c1be: Pull complete 21:11:36 01666e4c0597: Pull complete 21:11:52 aa168da1d23b: Pull complete 21:11:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:11:53 prd-centos7-docker-4c-2g-15953 does not seem to be running inside a container 21:11:53 $ 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/253/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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:11:56 $ docker top 357222e6a0e3c075abc89d9231a2703df71c290ddd2afd2e0264e40e320bbb86 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:57 + touch /tmp/pre-build-complete [Pipeline] sh 21:11:57 + mkdir -p /var/log/sa [Pipeline] sh 21:11:58 + ls /var/log/sa-host 21:11:58 + sadf -c /var/log/sa-host/sa14 21:11:58 file_magic: OK 21:11:58 HZ: Using current value: 100 21:11:58 file_header: OK 21:11:58 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 21:11:58 Statistics: 21:11:58 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... 21:11:58 File successfully converted to sysstat format version 12.2.1 21:11:58 + sadf -c /var/log/sa-host/sa23 21:11:58 file_magic: OK 21:11:58 HZ: Using current value: 100 21:11:58 file_header: OK 21:11:58 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 21:11:58 Statistics: 21:11:58 Hnuu...uuuununununu... 21:11:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:11:59 provisioning config files... 21:11:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/253@tmp/config8727162733712777421tmp [Pipeline] { [Pipeline] echo 21:11:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:12:00 ---> create-netrc.sh [Pipeline] } 21:12:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:12:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:12:01 ---> python-tools-install.sh [Pipeline] echo 21:12:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:12:02 ---> sudo-logs.sh 21:12:02 Archiving 'sudo' log.. [Pipeline] echo 21:12:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:12:03 ---> job-cost.sh 21:12:03 lf-activate-venv: SKIPPING 21:12:03 INFO: No Stack... 21:12:04 INFO: Retrieving Pricing Info for: v1-standard-2 21:12:04 INFO: Archiving Costs [Pipeline] echo 21:12:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:12:05 ---> logs-deploy.sh 21:12:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/253 21:12:05 INFO: archiving workspace using pattern(s): 21:12:08 Archives upload complete. 21:12:08 INFO: archiving logs to Nexus 21:12:09 ---> uname -a: 21:12:09 Linux prd-centos7-docker-4c-2g-15953.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:12:09 21:12:09 21:12:09 ---> lscpu: 21:12:09 Architecture: x86_64 21:12:09 CPU op-mode(s): 32-bit, 64-bit 21:12:09 Byte Order: Little Endian 21:12:09 Address sizes: 40 bits physical, 48 bits virtual 21:12:09 CPU(s): 4 21:12:09 On-line CPU(s) list: 0-3 21:12:09 Thread(s) per core: 1 21:12:09 Core(s) per socket: 1 21:12:09 Socket(s): 4 21:12:09 NUMA node(s): 1 21:12:09 Vendor ID: GenuineIntel 21:12:09 CPU family: 6 21:12:09 Model: 44 21:12:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:12:09 Stepping: 1 21:12:09 CPU MHz: 2933.438 21:12:09 BogoMIPS: 5866.87 21:12:09 Virtualization: VT-x 21:12:09 Hypervisor vendor: KVM 21:12:09 Virtualization type: full 21:12:09 L1d cache: 128 KiB 21:12:09 L1i cache: 128 KiB 21:12:09 L2 cache: 16 MiB 21:12:09 L3 cache: 64 MiB 21:12:09 NUMA node0 CPU(s): 0-3 21:12:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:12:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:12:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:12:09 Vulnerability Meltdown: Mitigation; PTI 21:12:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:12:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:12:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:12:09 Vulnerability Srbds: Not affected 21:12:09 Vulnerability Tsx async abort: Not affected 21:12:09 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 21:12:09 21:12:09 21:12:09 ---> nproc: 21:12:09 4 21:12:09 21:12:09 21:12:09 ---> df -h: 21:12:09 Filesystem Size Used Available Use% Mounted on 21:12:09 overlay 50.0G 7.7G 42.2G 15% / 21:12:09 tmpfs 64.0M 0 64.0M 0% /dev 21:12:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:12:09 shm 64.0M 0 64.0M 0% /dev/shm 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /facter-os 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /etc/resolv.conf 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /etc/hostname 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /etc/hosts 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /run/cloud-init/result.json 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /var/log/sa-host 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /var/log/secure 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /var/log/auth.log 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /w/workspace/edgex-go/253 21:12:09 /dev/vda1 50.0G 7.7G 42.2G 15% /w/workspace/edgex-go/253@tmp 21:12:09 21:12:09 21:12:09 ---> free -m: 21:12:09 total used free shared buff/cache available 21:12:09 Mem: 1837 745 118 0 973 994 21:12:09 Swap: 1023 2 1021 21:12:09 21:12:09 21:12:09 ---> ip addr: 21:12:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:12:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:12:09 inet 127.0.0.1/8 scope host lo 21:12:09 valid_lft forever preferred_lft forever 21:12:09 inet6 ::1/128 scope host 21:12:09 valid_lft forever preferred_lft forever 21:12:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:12:09 link/ether fa:16:3e:7d:47:b2 brd ff:ff:ff:ff:ff:ff 21:12:09 inet 10.30.123.121/23 brd 10.30.123.255 scope global dynamic eth0 21:12:09 valid_lft 85413sec preferred_lft 85413sec 21:12:09 inet6 fe80::f816:3eff:fe7d:47b2/64 scope link 21:12:09 valid_lft forever preferred_lft forever 21:12:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:12:09 link/ether 02:42:30:68:bd:06 brd ff:ff:ff:ff:ff:ff 21:12:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:12:09 valid_lft forever preferred_lft forever 21:12:09 inet6 fe80::42:30ff:fe68:bd06/64 scope link 21:12:09 valid_lft forever preferred_lft forever 21:12:09 21:12:09 21:12:09 ---> sar -b -r -n DEV: 21:12:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 21:12:09 21:12:09 20:55:30 LINUX RESTART (4 CPU) 21:12:09 21:12:09 20:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:12:09 20:57:01 123.68 48.08 75.60 0.00 7677.40 32952.56 0.00 21:12:09 20:58:01 125.22 68.25 56.97 0.00 5872.20 29016.80 0.00 21:12:09 20:59:01 118.37 40.31 78.07 0.00 1946.39 20076.89 0.00 21:12:09 21:00:01 2.30 0.00 2.30 0.00 0.00 54.18 0.00 21:12:09 21:01:02 0.48 0.05 0.43 0.00 1.20 4.97 0.00 21:12:09 21:02:01 0.63 0.14 0.49 0.00 2.84 8.45 0.00 21:12:09 21:03:01 0.20 0.02 0.18 0.00 0.13 1.63 0.00 21:12:09 21:04:01 0.20 0.00 0.20 0.00 0.00 2.18 0.00 21:12:09 21:05:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 21:12:09 21:06:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 21:12:09 21:07:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 21:12:09 21:08:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 21:12:09 21:09:01 0.18 0.00 0.18 0.00 0.00 2.04 0.00 21:12:09 21:10:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 21:12:09 21:11:02 0.53 0.35 0.18 0.00 28.82 2.06 0.00 21:12:09 Average: 24.80 10.46 14.34 0.00 1029.88 5455.23 0.00 21:12:09 21:12:09 20:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:12:09 20:57:01 124596 0 637104 33.86 2620 1117224 1718652 58.65 489480 1061300 44 21:12:09 20:58:01 73664 0 662848 35.23 2596 1142436 1548508 52.85 710572 883636 102120 21:12:09 20:59:01 257848 0 630844 33.53 1944 990908 1102772 37.64 473048 917060 8 21:12:09 21:00:01 255104 0 633560 33.67 1944 990936 1097692 37.46 488112 905884 8 21:12:09 21:01:02 257896 0 630760 33.52 1944 990944 1073248 36.63 484556 907096 8 21:12:09 21:02:01 257520 0 631012 33.54 1944 991068 1071544 36.57 485112 906852 8 21:12:09 21:03:01 258372 0 630120 33.49 1944 991108 1071408 36.57 484744 906860 28 21:12:09 21:04:01 258232 0 630288 33.50 1944 991080 1071412 36.57 484556 906852 8 21:12:09 21:05:01 257108 0 631404 33.56 1944 991088 1071612 36.57 486292 906852 8 21:12:09 21:06:01 257528 0 630980 33.54 1944 991092 1071412 36.57 485072 906852 8 21:12:09 21:07:01 257408 0 631096 33.54 1944 991096 1071496 36.57 485568 906852 8 21:12:09 21:08:01 257676 0 630824 33.53 1944 991100 1071412 36.57 485244 906852 8 21:12:09 21:09:01 257552 0 630944 33.53 1944 991104 1071412 36.57 485300 906852 8 21:12:09 21:10:01 257256 0 631236 33.55 1944 991108 1071448 36.57 485676 906852 8 21:12:09 21:11:02 256436 0 631360 33.56 1944 991804 1071412 36.57 485668 907388 20 21:12:09 Average: 236280 0 633625 33.68 2033 1009606 1150363 39.26 499933 916269 6820 21:12:09 21:12:09 20:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:12:09 20:57:01 veth179da79 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:12:09 20:57:01 eth0 787.63 551.11 3716.72 111.34 0.00 0.00 0.00 0.00 21:12:09 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 20:57:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 20:58:01 eth0 1029.64 1054.21 5498.27 107.32 0.00 0.00 0.00 0.00 21:12:09 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 20:58:01 docker0 809.95 740.97 67.58 2658.34 0.00 0.00 0.00 0.00 21:12:09 20:59:01 eth0 90.89 69.02 373.33 10.58 0.00 0.00 0.00 0.00 21:12:09 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 20:59:01 docker0 58.66 72.83 3.23 360.61 0.00 0.00 0.00 0.00 21:12:09 21:00:01 eth0 2.03 1.63 3.76 0.29 0.00 0.00 0.00 0.00 21:12:09 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:01:02 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:09 21:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:02:01 eth0 0.34 0.27 0.15 0.08 0.00 0.00 0.00 0.00 21:12:09 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:09 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:04:01 eth0 0.53 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:12:09 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:05:01 eth0 0.42 0.42 0.26 0.20 0.00 0.00 0.00 0.00 21:12:09 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:09 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:07:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:12:09 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:09 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:10:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:12:09 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:11:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:09 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 21:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 Average: eth0 127.01 111.57 637.40 15.25 0.00 0.00 0.00 0.00 21:12:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:09 Average: docker0 58.10 54.43 4.74 201.91 0.00 0.00 0.00 0.00 21:12:09 21:12:09 21:12:09 ---> sar -P ALL: 21:12:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 21:12:09 21:12:09 20:55:30 LINUX RESTART (4 CPU) 21:12:09 21:12:09 20:56:02 CPU %user %nice %system %iowait %steal %idle 21:12:09 20:57:01 all 13.71 0.00 7.29 3.72 15.98 59.29 21:12:09 20:57:01 0 10.36 0.00 6.58 2.82 17.53 62.70 21:12:09 20:57:01 1 15.60 0.00 5.84 3.17 15.41 59.99 21:12:09 20:57:01 2 16.08 0.00 10.06 5.18 14.81 53.87 21:12:09 20:57:01 3 12.96 0.00 6.80 3.78 16.12 60.34 21:12:09 20:58:01 all 9.38 0.00 5.03 0.98 14.87 69.73 21:12:09 20:58:01 0 7.09 0.00 5.18 0.97 15.77 70.99 21:12:09 20:58:01 1 7.61 0.00 4.30 0.76 15.34 71.98 21:12:09 20:58:01 2 8.24 0.00 4.94 0.93 13.40 72.48 21:12:09 20:58:01 3 14.64 0.00 5.73 1.28 14.97 63.37 21:12:09 20:59:01 all 3.03 0.00 3.02 0.91 5.27 87.77 21:12:09 20:59:01 0 3.33 0.00 3.06 1.00 5.52 87.09 21:12:09 20:59:01 1 2.95 0.00 2.57 0.42 5.65 88.41 21:12:09 20:59:01 2 2.80 0.00 2.94 0.79 5.19 88.29 21:12:09 20:59:01 3 3.04 0.00 3.53 1.43 4.72 87.27 21:12:09 21:00:01 all 0.11 0.00 0.06 0.00 0.37 99.46 21:12:09 21:00:01 0 0.02 0.00 0.03 0.00 0.15 99.80 21:12:09 21:00:01 1 0.05 0.00 0.03 0.00 0.37 99.55 21:12:09 21:00:01 2 0.30 0.00 0.10 0.00 0.28 99.32 21:12:09 21:00:01 3 0.07 0.00 0.08 0.00 0.70 99.15 21:12:09 21:01:02 all 0.10 0.00 0.21 0.00 1.12 98.57 21:12:09 21:01:02 0 0.03 0.00 0.23 0.02 0.88 98.84 21:12:09 21:01:02 1 0.03 0.00 0.28 0.00 1.19 98.50 21:12:09 21:01:02 2 0.25 0.00 0.18 0.00 1.09 98.48 21:12:09 21:01:02 3 0.10 0.00 0.13 0.00 1.32 98.45 21:12:09 21:02:01 all 0.10 0.00 0.05 0.02 0.60 99.23 21:12:09 21:02:01 0 0.02 0.00 0.02 0.00 0.29 99.68 21:12:09 21:02:01 1 0.05 0.00 0.03 0.02 0.66 99.24 21:12:09 21:02:01 2 0.29 0.00 0.07 0.07 1.04 98.54 21:12:09 21:02:01 3 0.03 0.00 0.07 0.00 0.42 99.48 21:12:09 21:03:01 all 0.12 0.00 0.09 0.00 0.47 99.32 21:12:09 21:03:01 0 0.02 0.00 0.10 0.00 0.15 99.73 21:12:09 21:03:01 1 0.07 0.00 0.10 0.00 0.66 99.17 21:12:09 21:03:01 2 0.35 0.00 0.12 0.00 0.70 98.84 21:12:09 21:03:01 3 0.03 0.00 0.03 0.00 0.38 99.55 21:12:09 21:04:01 all 0.09 0.00 0.04 0.00 0.37 99.50 21:12:09 21:04:01 0 0.02 0.00 0.02 0.00 0.15 99.82 21:12:09 21:04:01 1 0.03 0.00 0.05 0.00 0.43 99.48 21:12:09 21:04:01 2 0.28 0.00 0.08 0.00 0.68 98.96 21:12:09 21:04:01 3 0.02 0.00 0.02 0.00 0.22 99.75 21:12:09 21:05:01 all 0.11 0.00 0.03 0.00 0.49 99.37 21:12:09 21:05:01 0 0.02 0.00 0.02 0.00 0.13 99.83 21:12:09 21:05:01 1 0.03 0.00 0.03 0.00 0.35 99.58 21:12:09 21:05:01 2 0.35 0.00 0.05 0.00 0.80 98.81 21:12:09 21:05:01 3 0.03 0.00 0.03 0.00 0.66 99.27 21:12:09 21:06:01 all 0.05 0.00 0.03 0.00 0.49 99.43 21:12:09 21:06:01 0 0.02 0.00 0.03 0.00 0.12 99.83 21:12:09 21:06:01 1 0.02 0.00 0.02 0.00 0.32 99.65 21:12:09 21:06:01 2 0.17 0.00 0.05 0.00 0.78 99.00 21:12:09 21:06:01 3 0.02 0.00 0.02 0.00 0.75 99.22 21:12:09 21:07:01 all 0.12 0.00 0.03 0.00 0.20 99.65 21:12:09 21:07:01 0 0.03 0.00 0.02 0.00 0.12 99.83 21:12:09 21:07:01 1 0.05 0.00 0.05 0.00 0.28 99.62 21:12:09 21:07:01 2 0.38 0.00 0.03 0.00 0.18 99.40 21:12:09 21:07:01 3 0.03 0.00 0.02 0.00 0.22 99.73 21:12:09 21:12:09 21:07:01 CPU %user %nice %system %iowait %steal %idle 21:12:09 21:08:01 all 0.08 0.00 0.03 0.00 0.31 99.58 21:12:09 21:08:01 0 0.00 0.00 0.03 0.00 0.08 99.88 21:12:09 21:08:01 1 0.05 0.00 0.03 0.00 0.38 99.53 21:12:09 21:08:01 2 0.25 0.00 0.03 0.00 0.27 99.45 21:12:09 21:08:01 3 0.02 0.00 0.03 0.00 0.51 99.44 21:12:09 21:09:01 all 0.07 0.00 0.02 0.00 0.63 99.28 21:12:09 21:09:01 0 0.02 0.00 0.02 0.00 0.20 99.77 21:12:09 21:09:01 1 0.08 0.00 0.02 0.00 0.55 99.35 21:12:09 21:09:01 2 0.17 0.00 0.02 0.00 1.01 98.81 21:12:09 21:09:01 3 0.02 0.00 0.03 0.00 0.78 99.17 21:12:09 21:10:01 all 0.10 0.00 0.02 0.00 0.56 99.32 21:12:09 21:10:01 0 0.03 0.00 0.00 0.00 0.20 99.77 21:12:09 21:10:01 1 0.22 0.00 0.02 0.00 0.48 99.29 21:12:09 21:10:01 2 0.12 0.00 0.07 0.00 1.14 98.68 21:12:09 21:10:01 3 0.02 0.00 0.02 0.00 0.43 99.54 21:12:09 21:11:02 all 0.05 0.00 0.06 0.00 0.70 99.19 21:12:09 21:11:02 0 0.00 0.00 0.05 0.00 0.75 99.21 21:12:09 21:11:02 1 0.17 0.00 0.05 0.00 0.76 99.02 21:12:09 21:11:02 2 0.02 0.00 0.05 0.00 0.84 99.09 21:12:09 21:11:02 3 0.02 0.00 0.10 0.02 0.43 99.44 21:12:09 Average: all 1.77 0.00 1.04 0.37 2.78 94.04 21:12:09 Average: 0 1.37 0.00 1.01 0.32 2.76 94.55 21:12:09 Average: 1 1.77 0.00 0.88 0.28 2.82 94.24 21:12:09 Average: 2 1.93 0.00 1.20 0.44 2.74 93.69 21:12:09 Average: 3 2.02 0.00 1.09 0.42 2.79 93.68 21:12:09 21:12:09 21:12:09