Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23574 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/50 [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/50 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing faac3970eef7333de4c7e0f9b965e447c478d533 Checking out Revision faac3970eef7333de4c7e0f9b965e447c478d533 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f faac3970eef7333de4c7e0f9b965e447c478d533 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:35:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:35:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:35:31 ========================================================= 00:35:31 EdgeX Global Pipelines Version Info 00:35:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 00:35:34 ------------------- 00:35:34 stable info: 00:35:34 ------------------- 00:35:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:35:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:35:34 Message: update stable to v1.0.179 00:35:35 ------------------- 00:35:35 experimental info: 00:35:35 ------------------- 00:35:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:35:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:35:35 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:35:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = faac3970eef7333de4c7e0f9b965e447c478d533 [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = faac397 [Pipeline] echo 00:35:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:39 provisioning config files... 00:35:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config6900520302783421699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:39 ---> docker-login.sh 00:35:39 nexus3.edgexfoundry.org:10001 00:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:41 Configure a credential helper to remove this warning. See 00:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:41 00:35:41 Login Succeeded 00:35:41 nexus3.edgexfoundry.org:10002 00:35:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:43 Configure a credential helper to remove this warning. See 00:35:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:43 00:35:43 Login Succeeded 00:35:43 nexus3.edgexfoundry.org:10003 00:35:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:43 Configure a credential helper to remove this warning. See 00:35:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:43 00:35:43 Login Succeeded 00:35:43 nexus3.edgexfoundry.org:10004 00:35:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:44 Configure a credential helper to remove this warning. See 00:35:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:44 00:35:44 Login Succeeded 00:35:44 docker.io 00:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:45 Configure a credential helper to remove this warning. See 00:35:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:45 00:35:45 Login Succeeded 00:35:45 ---> docker-login.sh ends [Pipeline] } 00:35:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:35:46 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/core-command/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo core-command,cmd/core-command/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/core-data/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo core-data,cmd/core-data/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/core-metadata/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo core-metadata,cmd/core-metadata/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/security-bootstrapper/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/security-proxy-setup/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ cut -d/ -f2 00:35:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:35:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/support-notifications/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo support-notifications,cmd/support-notifications/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ dirname cmd/support-scheduler/Dockerfile 00:35:46 ++ cut -d/ -f2 00:35:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:35:46 + for file in '`ls cmd/**/Dockerfile`' 00:35:46 ++ cut -d/ -f2 00:35:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:35:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:35:46 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:35:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:35:47 00:35:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:35:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:35:48 latest: Pulling from edgex-devops/git-semver 00:35:48 31603596830f: Pulling fs layer 00:35:48 2a8b12db71e7: Pulling fs layer 00:35:48 6ca5941a6612: Pulling fs layer 00:35:48 ecc8261a40a4: Pulling fs layer 00:35:48 ecc8261a40a4: Waiting 00:35:48 2a8b12db71e7: Download complete 00:35:48 31603596830f: Verifying Checksum 00:35:48 31603596830f: Download complete 00:35:48 ecc8261a40a4: Verifying Checksum 00:35:48 ecc8261a40a4: Download complete 00:35:49 6ca5941a6612: Verifying Checksum 00:35:49 6ca5941a6612: Download complete 00:35:49 31603596830f: Pull complete 00:35:49 2a8b12db71e7: Pull complete 00:35:51 6ca5941a6612: Pull complete 00:35:51 ecc8261a40a4: Pull complete 00:35:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:35:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:35:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:35:52 prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container 00:35:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:35:56 $ docker top 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:35:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:35:57 [ssh-agent] Looking for ssh-agent implementation... 00:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:35:58 $ docker exec 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent 00:35:58 SSH_AUTH_SOCK=/tmp/ssh-6ULs3xO4Cifl/agent.11 00:35:58 SSH_AGENT_PID=16 00:35:58 Running ssh-add (command line suppressed) 00:35:59 Identity added: /w/workspace/edgex-go/50@tmp/private_key_8535214059578601803.key (/w/workspace/edgex-go/50@tmp/private_key_8535214059578601803.key) 00:35:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:35:59 + git tag --points-at HEAD [Pipeline] } 00:36:00 $ docker exec --env ******** --env ******** 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent -k 00:36:00 unset SSH_AUTH_SOCK; 00:36:00 unset SSH_AGENT_PID; 00:36:00 echo Agent pid 16 killed; 00:36:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:36:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:36:00 [ssh-agent] Looking for ssh-agent implementation... 00:36:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:36:01 $ docker exec 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent 00:36:01 SSH_AUTH_SOCK=/tmp/ssh-7vU0h4FOf1Ds/agent.44 00:36:01 SSH_AGENT_PID=50 00:36:01 Running ssh-add (command line suppressed) 00:36:02 Identity added: /w/workspace/edgex-go/50@tmp/private_key_550513213612482938.key (/w/workspace/edgex-go/50@tmp/private_key_550513213612482938.key) 00:36:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:36:03 + git semver init 00:36:03 # -> Open(): unable to determine branch for HEAD 00:36:03 # $GIT_DIR = /w/workspace/edgex-go/50/.git 00:36:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/50 00:36:03 # $SEMVER_REMOTE_NAME = origin 00:36:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:36:03 # $SEMVER_USER_NAME = edgex-jenkins 00:36:03 # $SEMVER_BRANCH = PR-2858 00:36:03 # $SEMVER_TEMP = /tmp/semver-411269072 00:36:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:37:12 # '/tmp/semver-411269072' -> '/w/workspace/edgex-go/50/.semver' 00:37:12 # -> Force: false 00:37:12 # $SEMVER_DIR = /w/workspace/edgex-go/50/.semver [Pipeline] } 00:37:12 $ docker exec --env ******** --env ******** 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent -k 00:37:13 unset SSH_AUTH_SOCK; 00:37:13 unset SSH_AGENT_PID; 00:37:13 echo Agent pid 50 killed; 00:37:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:37:14 + git semver [Pipeline] } 00:37:14 $ docker stop --time=1 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac 00:37:17 $ docker rm -f 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac [Pipeline] // withDockerContainer [Pipeline] sh 00:37:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:37:19 Stashed 1 file(s) [Pipeline] echo 00:37:19 [edgeXSemver]: initialized semver on version 0.0.0 [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 00:37:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:37:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:21 + sudo service docker restart 00:37:21 + true 00:37:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:37:22 ========================================================= 00:37:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:37:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:23 + 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 . 00:37:32 Sending build context to Docker daemon 327.2MB 00:37:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:32 Step 2/6 : FROM ${BASE} 00:37:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:37:32 188c0c94c7c5: Pulling fs layer 00:37:32 0ef7d3d256c8: Pulling fs layer 00:37:32 de9db76c5a1d: Pulling fs layer 00:37:32 bca2f99d35d6: Pulling fs layer 00:37:32 93359f2a8cfa: Pulling fs layer 00:37:32 7c6f9722023f: Pulling fs layer 00:37:32 a35cf1a2eb13: Pulling fs layer 00:37:32 93359f2a8cfa: Waiting 00:37:32 7c6f9722023f: Waiting 00:37:32 a35cf1a2eb13: Waiting 00:37:32 bca2f99d35d6: Waiting 00:37:32 de9db76c5a1d: Verifying Checksum 00:37:32 de9db76c5a1d: Download complete 00:37:32 0ef7d3d256c8: Download complete 00:37:32 93359f2a8cfa: Verifying Checksum 00:37:32 93359f2a8cfa: Download complete 00:37:32 7c6f9722023f: Verifying Checksum 00:37:32 7c6f9722023f: Download complete 00:37:33 188c0c94c7c5: Verifying Checksum 00:37:33 188c0c94c7c5: Download complete 00:37:34 188c0c94c7c5: Pull complete 00:37:34 Still waiting to schedule task 00:37:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:37:35 0ef7d3d256c8: Pull complete 00:37:35 de9db76c5a1d: Pull complete 00:37:40 a35cf1a2eb13: Verifying Checksum 00:37:40 a35cf1a2eb13: Download complete 00:37:43 bca2f99d35d6: Verifying Checksum 00:37:43 bca2f99d35d6: Download complete 00:37:59 bca2f99d35d6: Pull complete 00:37:59 93359f2a8cfa: Pull complete 00:37:59 7c6f9722023f: Pull complete 00:38:06 a35cf1a2eb13: Pull complete 00:38:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:38:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:38:06 ---> a62c8e92a672 00:38:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:38:06 ---> Running in 265e47015831 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 (1/12) Installing libmagic (5.38-r0) 00:38:09 (2/12) Installing file (5.38-r0) 00:38:09 (3/12) Installing libc-dev (0.7.2-r3) 00:38:09 (4/12) Installing g++ (9.3.0-r2) 00:38:14 (5/12) Installing fortify-headers (1.1-r0) 00:38:14 (6/12) Installing patch (2.7.6-r6) 00:38:14 (7/12) Installing build-base (0.5-r2) 00:38:14 (8/12) Installing libsodium (1.0.18-r0) 00:38:14 (9/12) Installing pkgconf (1.7.2-r0) 00:38:14 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:14 (11/12) Installing libzmq (4.3.3-r0) 00:38:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:14 Executing busybox-1.31.1-r19.trigger 00:38:14 OK: 233 MiB in 51 packages 00:38:20 Removing intermediate container 265e47015831 00:38:20 ---> 9a63807ee635 00:38:20 Step 4/6 : WORKDIR /edgex-go 00:38:20 ---> Running in 33d0df238a21 00:38:20 Removing intermediate container 33d0df238a21 00:38:20 ---> c4aa0693ff55 00:38:20 Step 5/6 : COPY go.mod . 00:38:20 ---> b1a9f77c3d32 00:38:20 Step 6/6 : RUN go mod download 00:38:20 ---> Running in a85275a15e89 00:39:00 Removing intermediate container a85275a15e89 00:39:00 ---> 13985c29a38e 00:39:00 Successfully built 13985c29a38e 00:39:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:39:01 + docker inspect -f . ci-base-image-x86_64 00:39:01 . [Pipeline] withDockerContainer 00:39:02 prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container 00:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:39:04 $ docker top f1796c8478f94fbf3ecbe25abfc82da92128f3d080c52869a2dd78c28def4e68 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:05 + go version 00:39:05 go version go1.15.5 linux/amd64 [Pipeline] } 00:39:05 $ docker stop --time=1 f1796c8478f94fbf3ecbe25abfc82da92128f3d080c52869a2dd78c28def4e68 00:39:07 $ docker rm -f f1796c8478f94fbf3ecbe25abfc82da92128f3d080c52869a2dd78c28def4e68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:08 + docker inspect -f . ci-base-image-x86_64 00:39:08 . [Pipeline] withDockerContainer 00:39:08 prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container 00:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:39:11 $ docker top 80485cd0977545e4acb4a0a1bc439130bc5f0bd3dfbbcfb130d7a58eb29625ec -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:11 ========================================================= 00:39:11 [edgeXBuildGoParallel] Running Tests and Build... 00:39:11 ========================================================= [Pipeline] sh 00:39:12 + make test 00:39:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:39 ? github.com/edgexfoundry/edgex-go [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 46.6% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.372s coverage: 65.8% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.363s coverage: 82.3% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23584 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:08 Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout 00:41:14 using credential edgex-jenkins-ssh 00:41:14 Cloning the remote Git repository 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.109s coverage: 100.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.293s coverage: 97.5% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:14 > git init /w/workspace/edgex-go/50 # timeout=10 00:41:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:14 > git --version # timeout=10 00:41:14 > git --version # 'git version 2.17.1' 00:41:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.864s coverage: 92.8% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 43.8% of statements 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.175s coverage: 79.5% of statements 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.100s coverage: 94.4% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.272s coverage: 87.2% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.309s coverage: 87.2% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.663s coverage: 91.4% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.490s coverage: 63.5% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 00:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements 00:41:38 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.181s coverage: 73.7% of statements 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 00:41:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:38 > git config core.sparsecheckout # timeout=10 00:41:38 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:38 > git remote # timeout=10 00:41:38 > git config --get remote.origin.url # timeout=10 00:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:39 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:41:39 Merge succeeded, producing 208eb93992cc22fb2e2e1ad534041e2fd1cf1e3d 00:41:39 Checking out Revision 208eb93992cc22fb2e2e1ad534041e2fd1cf1e3d (PR-2858) 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 68.9% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:39 > git rev-parse HEAD^{commit} # timeout=10 00:41:39 > git config core.sparsecheckout # timeout=10 00:41:39 > git checkout -f 208eb93992cc22fb2e2e1ad534041e2fd1cf1e3d # timeout=10 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.596s coverage: 37.0% of statements 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.790s coverage: 84.0% of statements 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.182s coverage: 100.0% of statements 00:41:44 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:41:44 First time build. Skipping changelog. 00:41:44 > git rev-list --no-walk 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:41:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:41:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:41:47 + true 00:41:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:41:49 provisioning config files... 00:41:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config3968718176697889737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:49 ---> docker-login.sh 00:41:49 nexus3.edgexfoundry.org:10001 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.1% of statements 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements 00:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:50 Configure a credential helper to remove this warning. See 00:41:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:50 00:41:50 Login Succeeded 00:41:50 nexus3.edgexfoundry.org:10002 00:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:51 Configure a credential helper to remove this warning. See 00:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:51 00:41:51 Login Succeeded 00:41:51 nexus3.edgexfoundry.org:10003 00:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:52 Configure a credential helper to remove this warning. See 00:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:52 00:41:52 Login Succeeded 00:41:52 nexus3.edgexfoundry.org:10004 00:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:52 Configure a credential helper to remove this warning. See 00:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:52 00:41:52 Login Succeeded 00:41:52 docker.io 00:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:53 Configure a credential helper to remove this warning. See 00:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:53 00:41:53 Login Succeeded 00:41:53 ---> docker-login.sh ends [Pipeline] } 00:41:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:41:53 ========================================================= 00:41:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:41:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:41:54 + 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 . 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.042s coverage: 29.1% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.169s coverage: 99.0% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.140s coverage: 87.9% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.130s coverage: 100.0% of statements 00:41:56 Sending build context to Docker daemon 165.9MB 00:41:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:41:56 Step 2/6 : FROM ${BASE} 00:41:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:41:56 5f621e34cdf4: Pulling fs layer 00:41:56 a4357932f1b6: Pulling fs layer 00:41:56 18c013af1878: Pulling fs layer 00:41:56 00ac8860ef70: Pulling fs layer 00:41:56 63d7cb157983: Pulling fs layer 00:41:56 b116817d02f9: Pulling fs layer 00:41:56 745a02a5169b: Pulling fs layer 00:41:56 00ac8860ef70: Waiting 00:41:56 63d7cb157983: Waiting 00:41:56 b116817d02f9: Waiting 00:41:56 745a02a5169b: Waiting 00:41:56 18c013af1878: Verifying Checksum 00:41:56 18c013af1878: Download complete 00:41:56 a4357932f1b6: Verifying Checksum 00:41:56 a4357932f1b6: Download complete 00:41:56 63d7cb157983: Verifying Checksum 00:41:56 63d7cb157983: Download complete 00:41:56 b116817d02f9: Verifying Checksum 00:41:56 b116817d02f9: Download complete 00:41:56 5f621e34cdf4: Verifying Checksum 00:41:56 5f621e34cdf4: Download complete 00:41:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.153s coverage: 32.1% of statements 00:41:57 5f621e34cdf4: Pull complete 00:41:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.297s coverage: 100.0% of statements 00:41:57 a4357932f1b6: Pull complete 00:41:57 GO111MODULE=on go vet ./... 00:41:58 18c013af1878: Pull complete 00:41:59 745a02a5169b: Verifying Checksum 00:41:59 745a02a5169b: Download complete 00:42:00 00ac8860ef70: Verifying Checksum 00:42:00 00ac8860ef70: Download complete 00:42:10 00ac8860ef70: Pull complete 00:42:10 63d7cb157983: Pull complete 00:42:10 b116817d02f9: Pull complete 00:42:15 745a02a5169b: Pull complete 00:42:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:42:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:42:15 ---> b7e6874047d6 00:42:15 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:42:18 ---> Running in c5400e81b5a0 00:42:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:22 (1/12) Installing libmagic (5.38-r0) 00:42:22 (2/12) Installing file (5.38-r0) 00:42:22 (3/12) Installing libc-dev (0.7.2-r3) 00:42:22 (4/12) Installing g++ (9.3.0-r2) 00:42:44 (5/12) Installing fortify-headers (1.1-r0) 00:42:44 (6/12) Installing patch (2.7.6-r6) 00:42:44 (7/12) Installing build-base (0.5-r2) 00:42:44 (8/12) Installing libsodium (1.0.18-r0) 00:42:44 (9/12) Installing pkgconf (1.7.2-r0) 00:42:44 (10/12) Installing libsodium-dev (1.0.18-r0) 00:42:44 (11/12) Installing libzmq (4.3.3-r0) 00:42:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:42:44 Executing busybox-1.31.1-r19.trigger 00:42:44 OK: 217 MiB in 51 packages 00:42:48 Removing intermediate container c5400e81b5a0 00:42:48 ---> 2b5d28923fa5 00:42:48 Step 4/6 : WORKDIR /edgex-go 00:42:48 ---> Running in 7e0933ae7f89 00:42:49 Removing intermediate container 7e0933ae7f89 00:42:49 ---> f130141afac8 00:42:49 Step 5/6 : COPY go.mod . 00:42:49 ---> 693c095a7889 00:42:49 Step 6/6 : RUN go mod download 00:42:50 ---> Running in c89f31607949 00:43:16 Removing intermediate container c89f31607949 00:43:16 ---> 1e36abf0f204 00:43:16 Successfully built 1e36abf0f204 00:43:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:17 + docker inspect -f . ci-base-image-arm64 00:43:17 . [Pipeline] withDockerContainer 00:43:17 prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container 00:43:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:43:19 $ docker top 2187738218b1780485934f3668f50ffd0c0b676224fe961e9bca72c140e47f23 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:20 + go version 00:43:20 go version go1.15.5 linux/arm64 [Pipeline] } 00:43:20 $ docker stop --time=1 2187738218b1780485934f3668f50ffd0c0b676224fe961e9bca72c140e47f23 00:43:20 gofmt -l . 00:43:20 [ "`gofmt -l .`" = "" ] 00:43:20 ./bin/test-go-mod-tidy.sh 00:43:20 ./bin/test-attribution-txt.sh 00:43:22 $ docker rm -f 2187738218b1780485934f3668f50ffd0c0b676224fe961e9bca72c140e47f23 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:23 + docker inspect -f . ci-base-image-arm64 00:43:23 . [Pipeline] withDockerContainer 00:43:23 prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container 00:43:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:43:23 + ls -al . 00:43:23 total 668 00:43:23 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:43 . 00:43:23 drwxr-xr-x 4 root root 30 Jan 28 00:39 .. 00:43:23 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:35 .dockerignore 00:43:23 drwxrwxr-x 8 1001 1001 179 Jan 28 00:35 .git 00:43:23 drwxrwxr-x 3 1001 1001 125 Jan 28 00:35 .github 00:43:23 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:35 .gitignore 00:43:23 drwx------ 3 1001 1001 60 Jan 28 00:37 .semver 00:43:23 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:35 .sonarcloud.properties 00:43:23 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:35 Attribution.txt 00:43:23 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:35 CONTRIBUTING.md 00:43:23 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:35 Dockerfile.build 00:43:23 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:35 Jenkinsfile 00:43:23 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:35 LICENSE 00:43:23 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:35 Makefile 00:43:23 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:35 README.md 00:43:23 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:35 SECURITY.md 00:43:23 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION 00:43:23 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:35 ZMQWindows.md 00:43:23 drwxrwxr-x 2 1001 1001 117 Jan 28 00:35 bin 00:43:23 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:35 cmd 00:43:23 -rw-r--r-- 1 root root 564700 Jan 28 00:41 coverage.out 00:43:23 -rw-r--r-- 1 root root 1053 Jan 28 00:43 go.mod 00:43:23 -rw-r--r-- 1 root root 19080 Jan 28 00:43 go.sum 00:43:23 drwxrwxr-x 8 1001 1001 127 Jan 28 00:35 internal 00:43:23 drwxrwxr-x 4 1001 1001 26 Jan 28 00:35 openapi 00:43:23 drwxrwxr-x 4 1001 1001 71 Jan 28 00:35 snap 00:43:23 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:35 version.go 00:43:25 $ docker top 8dc9c7f3782c0017c2d12ba00d53fbf3ee9acebead67319f5eab4491004cd520 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 00:43:26 ========================================================= 00:43:26 [edgeXBuildGoParallel] Running Tests and Build... 00:43:26 ========================================================= [Pipeline] sh 00:43:26 + make test 00:43:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:43:26 + '[' -e coverage.out ] 00:43:26 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:28 Stashed 1 file(s) [Pipeline] sh 00:43:29 + make build 00:43:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:44:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:44:45 $ docker stop --time=1 80485cd0977545e4acb4a0a1bc439130bc5f0bd3dfbbcfb130d7a58eb29625ec 00:44:48 $ docker rm -f 80485cd0977545e4acb4a0a1bc439130bc5f0bd3dfbbcfb130d7a58eb29625ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:50 00:44:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:44:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:51 latest: Pulling from edgex-devops/edgex-compose 00:44:51 cbdbe7a5bc2a: Pulling fs layer 00:44:51 ca9280d653b3: Pulling fs layer 00:44:51 7e9c9ca2126c: Pulling fs layer 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:44:51 cbdbe7a5bc2a: Verifying Checksum 00:44:51 cbdbe7a5bc2a: Download complete 00:44:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:44:52 cbdbe7a5bc2a: Pull complete 00:44:52 ca9280d653b3: Verifying Checksum 00:44:52 ca9280d653b3: Download complete 00:44:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:44:57 ca9280d653b3: Pull complete 00:44:58 7e9c9ca2126c: Verifying Checksum 00:44:58 7e9c9ca2126c: Download complete 00:45:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:45:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:45:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:45:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.219s coverage: 46.6% of statements 00:45:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:45:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:45:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:45:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:45:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:45:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:45:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:45:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:45:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 65.8% of statements 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:45:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.637s coverage: 82.3% of statements 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:45:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:45:17 7e9c9ca2126c: Pull complete 00:45:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:45:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:45:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:45:18 prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container 00:45:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:45:21 $ docker top 43059632793e0caa68c3cd01cb210877d1b1fa0363e9bc94a6231683aebf682d -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.256s coverage: 28.6% of statements 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.290s coverage: 100.0% of statements 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.313s coverage: 97.5% of statements 00:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:45:22 + docker-compose build --help 00:45:22 + grep parallel 00:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 00:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:45:24 --parallel Build images in parallel. [Pipeline] } 00:45:24 $ docker stop --time=1 43059632793e0caa68c3cd01cb210877d1b1fa0363e9bc94a6231683aebf682d 00:45:26 $ docker rm -f 43059632793e0caa68c3cd01cb210877d1b1fa0363e9bc94a6231683aebf682d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:45:27 . [Pipeline] withDockerContainer 00:45:28 prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container 00:45:28 $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:45:29 $ docker top 08cd58e7aa148f84eac791a1c157280004818367a6f738ea7f2bd8d9b178a393 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:30 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.252s coverage: 0.1% of statements 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:45:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 43.8% of statements 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements 00:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 00:45:32 Building docker-core-command-go ... 00:45:32 Building docker-core-data-go ... 00:45:32 Building docker-core-metadata-go ... 00:45:32 Building docker-security-bootstrapper-go ... 00:45:32 Building docker-security-proxy-setup-go ... 00:45:32 Building docker-security-secretstore-setup-go ... 00:45:32 Building docker-support-notifications-go ... 00:45:32 Building docker-support-scheduler-go ... 00:45:32 Building docker-sys-mgmt-agent-go ... 00:45:32 Building docker-support-notifications-go 00:45:32 Building docker-core-metadata-go 00:45:32 Building docker-sys-mgmt-agent-go 00:45:32 Building docker-security-proxy-setup-go 00:45:32 Building docker-support-scheduler-go 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.135s coverage: 94.4% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 63.5% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.144s coverage: 91.3% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 00:45:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:45:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements 00:45:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.840s coverage: 68.9% of statements 00:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:45:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.374s coverage: 37.0% of statements 00:45:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:45:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:45:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.577s coverage: 84.0% of statements 00:45:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements 00:46:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.357s coverage: 47.1% of statements 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:46:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:46:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:46:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.999s coverage: 29.1% of statements 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.129s coverage: 100.0% of statements 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:46:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:46:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:46:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 00:46:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:46:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:46:08 GO111MODULE=on go vet ./... 00:47:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:11 ---> 13985c29a38e 00:47:11 Step 3/23 : WORKDIR /edgex-go 00:47:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:11 ---> 13985c29a38e 00:47:11 Step 3/22 : WORKDIR /edgex-go 00:47:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:11 ---> 13985c29a38e 00:47:11 Step 3/22 : WORKDIR /edgex-go 00:47:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:11 ---> 13985c29a38e 00:47:11 Step 3/26 : WORKDIR /edgex-go 00:47:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:11 ---> 13985c29a38e 00:47:11 Step 3/21 : WORKDIR /edgex-go 00:47:11 ---> Running in 3213f5239618 00:47:11 ---> Running in fb27c29dc830 00:47:11 ---> Running in 89d57db92744 00:47:11 ---> Running in d8c107b97571 00:47:11 ---> Running in 0d5a9082d858 00:47:11 Removing intermediate container 0d5a9082d858 00:47:11 ---> c31e8178e203 00:47:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:11 Removing intermediate container 3213f5239618 00:47:11 ---> e7939616c684 00:47:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:11 Removing intermediate container 89d57db92744 00:47:11 ---> 8c0ae73c4722 00:47:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:11 Removing intermediate container d8c107b97571 00:47:11 ---> e86f918e4141 00:47:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:11 Removing intermediate container fb27c29dc830 00:47:11 ---> e8aa56db312a 00:47:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:11 ---> Running in 22530a3134a8 00:47:11 ---> Running in 83c652c457d9 00:47:11 ---> Running in 9a2a8f3c1d07 00:47:11 ---> Running in 363c8611ec46 00:47:11 ---> Running in c8a86b8ff616 00:47:11 Removing intermediate container 83c652c457d9 00:47:11 ---> 2170bbaa2123 00:47:11 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:11 Removing intermediate container 22530a3134a8 00:47:11 ---> 7c3c288ba290 00:47:11 Step 5/22 : RUN apk add --update --no-cache make git 00:47:11 Removing intermediate container 9a2a8f3c1d07 00:47:11 ---> dd5357dc7bce 00:47:11 Step 5/23 : RUN apk add --update --no-cache make git 00:47:11 ---> Running in 25a40ab5bb6e 00:47:11 ---> Running in 282d2d4924a2 00:47:11 ---> Running in b4729904c236 00:47:11 Removing intermediate container 363c8611ec46 00:47:11 ---> 4a8e20ccb403 00:47:11 Step 5/21 : RUN apk add --update --no-cache make git 00:47:11 Removing intermediate container c8a86b8ff616 00:47:11 ---> 5af17dd79ce3 00:47:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:11 ---> Running in 124cfa1d43c1 00:47:11 ---> Running in 369c5db9bded 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:14 OK: 233 MiB in 51 packages 00:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:15 OK: 233 MiB in 51 packages 00:47:15 OK: 233 MiB in 51 packages 00:47:16 OK: 233 MiB in 51 packages 00:47:16 OK: 233 MiB in 51 packages 00:47:16 gofmt -l . 00:47:17 Removing intermediate container 282d2d4924a2 00:47:17 ---> a3b6226aac21 00:47:17 Step 6/26 : COPY go.mod . 00:47:17 Removing intermediate container 25a40ab5bb6e 00:47:17 ---> e82ef5e8653b 00:47:17 Step 6/22 : COPY go.mod . 00:47:18 Removing intermediate container b4729904c236 00:47:18 ---> be0c47b332b2 00:47:18 Step 6/23 : COPY go.mod . 00:47:18 ---> b7a4ecf2da2e 00:47:18 Step 7/26 : RUN go mod download 00:47:19 ---> 7e41de1c0a48 00:47:19 Step 7/22 : RUN go mod download 00:47:19 Removing intermediate container 124cfa1d43c1 00:47:19 ---> deecb9682c92 00:47:19 Step 6/21 : COPY go.mod . 00:47:19 ---> Running in ac3de669f943 00:47:19 [ "`gofmt -l .`" = "" ] 00:47:19 ---> Running in 842ecd877023 00:47:20 Removing intermediate container 369c5db9bded 00:47:20 ---> c4765c515463 00:47:20 Step 6/22 : COPY go.mod . 00:47:20 ---> 7cea64256410 00:47:20 Step 7/23 : RUN go mod download 00:47:20 ---> c68c88f0e524 00:47:20 Step 7/21 : RUN go mod download 00:47:21 ---> Running in 363ac193494b 00:47:21 ---> Running in fcbf94eb5659 00:47:21 ---> 5fe5b51eaeda 00:47:21 Step 7/22 : RUN go mod download 00:47:21 ---> Running in 516bccb8f3a5 00:47:22 ./bin/test-go-mod-tidy.sh 00:47:22 ./bin/test-attribution-txt.sh [Pipeline] sh 00:47:24 + ls -al . 00:47:24 total 696 00:47:24 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:47 . 00:47:24 drwxr-xr-x 4 root root 4096 Jan 28 00:43 .. 00:47:24 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:41 .dockerignore 00:47:24 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 .git 00:47:24 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:41 .github 00:47:24 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:41 .gitignore 00:47:24 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:41 .sonarcloud.properties 00:47:24 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:41 Attribution.txt 00:47:24 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:41 CONTRIBUTING.md 00:47:24 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:41 Dockerfile.build 00:47:24 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:41 Jenkinsfile 00:47:24 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:41 LICENSE 00:47:24 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:41 Makefile 00:47:24 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:41 README.md 00:47:24 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:41 SECURITY.md 00:47:24 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION 00:47:24 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:41 ZMQWindows.md 00:47:24 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:41 bin 00:47:24 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:41 cmd 00:47:24 -rw-r--r-- 1 root root 564700 Jan 28 00:46 coverage.out 00:47:24 -rw-r--r-- 1 root root 1053 Jan 28 00:47 go.mod 00:47:24 -rw-r--r-- 1 root root 19080 Jan 28 00:47 go.sum 00:47:24 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 internal 00:47:24 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 openapi 00:47:24 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 snap 00:47:24 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:41 version.go [Pipeline] sh 00:47:25 + '[' -e coverage.out ] 00:47:25 + chown 1001:1001 coverage.out [Pipeline] stash 00:47:25 Warning: overwriting stash ‘coverage-report’ 00:47:26 Stashed 1 file(s) [Pipeline] sh 00:47:27 + make build 00:47:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:28 Removing intermediate container fcbf94eb5659 00:47:28 ---> 5d446dc5f6e9 00:47:28 Step 8/23 : COPY . . 00:47:28 Removing intermediate container ac3de669f943 00:47:28 ---> 9ea674e75b67 00:47:28 Step 8/26 : COPY . . 00:47:28 Removing intermediate container 516bccb8f3a5 00:47:28 ---> 24f18f1f0bc4 00:47:28 Step 8/22 : COPY . . 00:47:28 Removing intermediate container 363ac193494b 00:47:28 ---> 0f4f0f831844 00:47:28 Step 8/21 : COPY . . 00:47:28 Removing intermediate container 842ecd877023 00:47:28 ---> 84d024676273 00:47:28 Step 8/22 : COPY . . 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:48:41 $ docker stop --time=1 8dc9c7f3782c0017c2d12ba00d53fbf3ee9acebead67319f5eab4491004cd520 00:48:44 $ docker rm -f 8dc9c7f3782c0017c2d12ba00d53fbf3ee9acebead67319f5eab4491004cd520 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:48:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:46 00:48:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:48:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:47 latest: Pulling from edgex-devops/edgex-compose-arm64 00:48:47 29e5d40040c1: Pulling fs layer 00:48:47 1ce36da41761: Pulling fs layer 00:48:47 25b303627fd3: Pulling fs layer 00:48:48 29e5d40040c1: Verifying Checksum 00:48:48 29e5d40040c1: Download complete 00:48:48 29e5d40040c1: Pull complete 00:48:48 1ce36da41761: Verifying Checksum 00:48:48 1ce36da41761: Download complete 00:48:49 1ce36da41761: Pull complete 00:48:51 25b303627fd3: Verifying Checksum 00:48:51 25b303627fd3: Download complete 00:49:01 25b303627fd3: Pull complete 00:49:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:49:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:49:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:49:02 prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container 00:49:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:49:04 $ docker top 61bf68d100b95ac4cdb10c8bec86b9515313084e0faf8588a307e7350c06d657 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:06 + grep parallel 00:49:06 + docker-compose build --help 00:49:06 ---> 8856c2c4ed23 00:49:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:06 ---> 72f0ce13dc86 00:49:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:06 ---> 3f0dbbfde297 00:49:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:06 ---> 83f009833143 00:49:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:06 ---> Running in 1c716cc10334 00:49:06 ---> Running in 0b903476a5a5 00:49:06 ---> Running in 6e272fdd2643 00:49:06 ---> Running in 65f7111e85a8 00:49:06 ---> 292a1e523335 00:49:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:06 ---> Running in 0abf75ef00c7 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:09 --parallel Build images in parallel. [Pipeline] } 00:49:09 $ docker stop --time=1 61bf68d100b95ac4cdb10c8bec86b9515313084e0faf8588a307e7350c06d657 00:49:11 $ docker rm -f 61bf68d100b95ac4cdb10c8bec86b9515313084e0faf8588a307e7350c06d657 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:49:12 . [Pipeline] withDockerContainer 00:49:12 prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container 00:49:12 $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:49:14 $ docker top 25fe7138169346060d20fb86451da2a187d6e78064d6e3259a06f5c9db2cf04a -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:15 + docker-compose -f ./docker-compose-build.yml build --parallel 00:49:19 Building docker-core-command-go ... 00:49:19 Building docker-core-data-go ... 00:49:19 Building docker-core-metadata-go ... 00:49:19 Building docker-security-bootstrapper-go ... 00:49:19 Building docker-security-proxy-setup-go ... 00:49:19 Building docker-security-secretstore-setup-go ... 00:49:19 Building docker-support-notifications-go ... 00:49:19 Building docker-support-scheduler-go ... 00:49:19 Building docker-sys-mgmt-agent-go ... 00:49:19 Building docker-support-notifications-go 00:49:19 Building docker-security-secretstore-setup-go 00:49:19 Building docker-sys-mgmt-agent-go 00:49:19 Building docker-security-bootstrapper-go 00:49:19 Building docker-core-data-go 00:49:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:10 Removing intermediate container 6e272fdd2643 00:50:10 ---> 02c53b277b45 00:50:10 00:50:10 Step 10/22 : FROM alpine:3.12 00:50:10 Removing intermediate container 65f7111e85a8 00:50:10 ---> b7e64e221d78 00:50:10 00:50:10 Step 10/22 : FROM alpine:3.12 00:50:10 Removing intermediate container 0b903476a5a5 00:50:10 ---> f7089a2e2ba0 00:50:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:10 3.12: Pulling from library/alpine 00:50:10 3.12: Pulling from library/alpine 00:50:10 ---> Running in f254d6eafcef 00:50:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:50:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:50:11 Status: Downloaded newer image for alpine:3.12 00:50:11 ---> 389fef711851 00:50:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:11 Status: Downloaded newer image for alpine:3.12 00:50:11 ---> 389fef711851 00:50:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:50:14 ---> Running in 3abbb7bd9143 00:50:14 ---> Running in 972a0482b239 00:50:15 Removing intermediate container 1c716cc10334 00:50:15 ---> 9f151e9247a5 00:50:15 00:50:15 Step 10/21 : FROM alpine:3.12 00:50:15 ---> 389fef711851 00:50:15 Step 11/21 : RUN apk add --update --no-cache curl 00:50:15 Removing intermediate container 0abf75ef00c7 00:50:15 ---> 64ed3ae48870 00:50:15 00:50:15 Step 10/23 : FROM alpine:3.12 00:50:15 ---> 389fef711851 00:50:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:15 ---> Running in 89c9f013d748 00:50:15 ---> Running in 5dc1bdd0af5b 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:17 (1/1) Installing dumb-init (1.2.2-r1) 00:50:17 Executing busybox-1.31.1-r19.trigger 00:50:17 (1/2) Installing ca-certificates (20191127-r4) 00:50:17 OK: 6 MiB in 15 packages 00:50:17 (2/2) Installing dumb-init (1.2.2-r1) 00:50:17 Executing busybox-1.31.1-r19.trigger 00:50:17 Executing ca-certificates-20191127-r4.trigger 00:50:17 OK: 6 MiB in 16 packages 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:18 Removing intermediate container f254d6eafcef 00:50:18 ---> 679f6989aa57 00:50:18 00:50:18 Step 11/26 : FROM docker:20.10.0 00:50:18 (1/1) Installing dumb-init (1.2.2-r1) 00:50:18 Executing busybox-1.31.1-r19.trigger 00:50:18 OK: 6 MiB in 15 packages 00:50:18 (1/4) Installing ca-certificates (20191127-r4) 00:50:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:18 (3/4) Installing libcurl (7.69.1-r3) 00:50:18 (4/4) Installing curl (7.69.1-r3) 00:50:18 Executing busybox-1.31.1-r19.trigger 00:50:18 Executing ca-certificates-20191127-r4.trigger 00:50:18 OK: 7 MiB in 18 packages 00:50:19 20.10.0: Pulling from library/docker 00:50:19 Removing intermediate container 3abbb7bd9143 00:50:19 ---> 46963a149634 00:50:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:20 ---> Running in 5face6fc0e81 00:50:20 Removing intermediate container 972a0482b239 00:50:20 ---> 40fc3f9586c6 00:50:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:20 Removing intermediate container 5dc1bdd0af5b 00:50:20 ---> cca49ad4bdf1 00:50:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:20 ---> Running in e952e7c1297a 00:50:20 ---> Running in a858760006ab 00:50:21 Removing intermediate container 89c9f013d748 00:50:21 ---> c368585431cc 00:50:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:21 Removing intermediate container 5face6fc0e81 00:50:21 ---> 0ac7115b114a 00:50:21 Step 13/22 : ENV APP_PORT=48085 00:50:21 ---> Running in e40231773cd5 00:50:21 ---> Running in 38e2aa0e90e7 00:50:21 Removing intermediate container a858760006ab 00:50:21 ---> 11d1fe3f98bf 00:50:21 Step 13/23 : ENV APP_PORT=48081 00:50:21 Removing intermediate container e952e7c1297a 00:50:21 ---> c0926e16375e 00:50:21 Step 13/22 : ENV APP_PORT=48060 00:50:22 ---> Running in 2eebc7fba7a3 00:50:22 ---> Running in 1bb865636b24 00:50:22 Removing intermediate container e40231773cd5 00:50:22 ---> b3e7f5abf0fb 00:50:22 Step 13/21 : WORKDIR /edgex 00:50:22 Removing intermediate container 38e2aa0e90e7 00:50:22 ---> 806fe4101603 00:50:22 Step 14/22 : EXPOSE $APP_PORT 00:50:22 ---> Running in 682497705fb7 00:50:23 ---> Running in 56936a432a9a 00:50:23 Removing intermediate container 1bb865636b24 00:50:23 ---> c2255a080a42 00:50:23 Step 14/22 : EXPOSE $APP_PORT 00:50:23 Removing intermediate container 2eebc7fba7a3 00:50:23 ---> 2647c0ed1ed8 00:50:23 Step 14/23 : EXPOSE $APP_PORT 00:50:23 ---> Running in 8ba5315a841c 00:50:23 ---> Running in 0cfa185e5ca3 00:50:23 Removing intermediate container 56936a432a9a 00:50:23 ---> 0e7ad6674f5f 00:50:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:23 Removing intermediate container 682497705fb7 00:50:23 ---> 907d95e0dded 00:50:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:24 Removing intermediate container 8ba5315a841c 00:50:24 ---> 77ae03742011 00:50:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:24 Removing intermediate container 0cfa185e5ca3 00:50:24 ---> 687442191b6a 00:50:24 Step 15/23 : WORKDIR / 00:50:24 ---> effab7a8257f 00:50:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:24 ---> d71ac53131e4 00:50:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:24 ---> Running in 5faf02281c39 00:50:25 ---> 8a5d14deaef4 00:50:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:25 Removing intermediate container 5faf02281c39 00:50:25 ---> 3a1576c7abcc 00:50:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:26 ---> 86cb6bba60ea 00:50:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:26 ---> 228c2983ab3e 00:50:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:27 ---> 5162b0590a37 00:50:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:27 ---> 1e36abf0f204 00:50:27 Step 3/22 : WORKDIR /edgex-go 00:50:27 ---> 8c2e8ed15e81 00:50:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:27 ---> d6b7eba3b750 00:50:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:27 ---> Running in c84fd2a3c8d3 00:50:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 1e36abf0f204 00:50:28 Step 3/26 : WORKDIR /edgex-go 00:50:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 1e36abf0f204 00:50:28 Step 3/24 : WORKDIR /edgex-go 00:50:28 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 1e36abf0f204 00:50:28 Step 3/34 : WORKDIR /edgex-go 00:50:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 1e36abf0f204 00:50:28 Step 3/23 : WORKDIR /edgex-go 00:50:28 ---> 8182c479868f 00:50:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:28 ---> Running in dbfc3c16bd61 00:50:29 ---> e68cb4fe2acb 00:50:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:29 ---> e1bbe98edd87 00:50:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:29 Removing intermediate container c84fd2a3c8d3 00:50:29 ---> 7c71467d7248 00:50:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:29 ---> Running in 28aaa472d6cb 00:50:29 ---> Running in aab579208c52 00:50:29 Removing intermediate container dbfc3c16bd61 00:50:29 ---> fb8d7324ed57 00:50:29 Step 18/21 : CMD ["--init=true"] 00:50:30 ---> 179e53ea7780 00:50:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:30 ---> Running in 328e8dc90688 00:50:30 ---> Running in e3928d6c6f18 00:50:30 Removing intermediate container 28aaa472d6cb 00:50:30 ---> 48984b84cea0 00:50:30 Step 20/22 : LABEL arch=x86_64 00:50:30 Removing intermediate container aab579208c52 00:50:30 ---> 13a2a66e526c 00:50:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:30 Removing intermediate container 328e8dc90688 00:50:30 ---> 24040714b9ba 00:50:30 Step 19/21 : LABEL arch=x86_64 00:50:30 ---> Running in c1e48658111c 00:50:30 ---> Running in 2a09273e82b8 00:50:30 ---> Running in eef74fa752f4 00:50:30 Removing intermediate container e3928d6c6f18 00:50:30 ---> 4ba84fc11352 00:50:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:30 ---> Running in 1fd917a9d7fe 00:50:30 Removing intermediate container c1e48658111c 00:50:30 ---> 1c521ee10c21 00:50:30 Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:50:31 ---> Running in fd45b9654007 00:50:31 ---> Running in f1ec3880cadc 00:50:31 ---> Running in 9645b094acd5 00:50:31 ---> Running in 8e859a2fd049 00:50:31 ---> Running in db1c6123860b 00:50:31 Removing intermediate container 2a09273e82b8 00:50:31 ---> 2ebc5a3ff89f 00:50:31 Step 20/22 : LABEL arch=x86_64 00:50:31 Removing intermediate container eef74fa752f4 00:50:31 ---> 47f426520908 00:50:31 Step 20/21 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:50:31 ---> Running in d779ea0ef560 00:50:31 Removing intermediate container 1fd917a9d7fe 00:50:31 ---> 4d4f5ffcfc60 00:50:31 Step 21/23 : LABEL arch=x86_64 00:50:31 ---> Running in e9e60529fa95 00:50:31 ---> Running in d4065af42152 00:50:31 ---> Running in a20869e297d1 00:50:31 Removing intermediate container d779ea0ef560 00:50:31 ---> 8b44b1892511 00:50:31 Step 22/22 : LABEL version=0.0.0 00:50:31 Removing intermediate container e9e60529fa95 00:50:31 ---> a941420d583e 00:50:31 Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:50:31 Removing intermediate container d4065af42152 00:50:31 ---> f188dec74d5f 00:50:31 Step 21/21 : LABEL version=0.0.0 00:50:31 ---> Running in 94e2046bb7d7 00:50:32 Removing intermediate container a20869e297d1 00:50:32 ---> 155822916872 00:50:32 Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:50:32 ---> Running in a8bc57033fb9 00:50:32 ---> Running in e2c688190d21 00:50:32 ---> Running in 2919be4790f1 00:50:32 Removing intermediate container fd45b9654007 00:50:32 ---> ef121bea2fc9 00:50:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 Removing intermediate container db1c6123860b 00:50:32 ---> 49b366f5d55d 00:50:32 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 Removing intermediate container 9645b094acd5 00:50:32 ---> e53a924df217 00:50:32 Removing intermediate container f1ec3880cadc 00:50:32 ---> 2c0914e49eb1 00:50:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 Removing intermediate container 8e859a2fd049 00:50:32 ---> c10f4af3b209 00:50:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 ---> Running in 2a1c5b9a0843 00:50:32 ---> Running in 460b893befcd 00:50:32 ---> Running in 7f39137f6502 00:50:32 ---> Running in 399026c74cd8 00:50:32 ---> Running in 5f34f4fed22a 00:50:32 Removing intermediate container 94e2046bb7d7 00:50:32 ---> dc88bfae55d7 00:50:32 00:50:33 Removing intermediate container a8bc57033fb9 00:50:33 ---> 395c2654ddca 00:50:33 Step 22/22 : LABEL version=0.0.0 00:50:33 Removing intermediate container 2919be4790f1 00:50:33 ---> c5ebabcdf139 00:50:33 Step 23/23 : LABEL version=0.0.0 00:50:33 Removing intermediate container e2c688190d21 00:50:33 ---> 05b32b173b10 00:50:33 00:50:33 ---> Running in 9b6ac1e06d7d 00:50:33 ---> Running in 29cd2d131195 00:50:33 Successfully built dc88bfae55d7 00:50:33 Successfully tagged docker-support-scheduler-go:latest 00:50:33  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:50:34 Successfully built 05b32b173b10 00:50:34 Successfully tagged docker-security-proxy-setup-go:latest 00:50:34 Building docker-core-data-go 00:50:34  Building docker-security-proxy-setup-go ... done Removing intermediate container 9b6ac1e06d7d 00:50:34 ---> d4411bfbab52 00:50:34 00:50:34 Removing intermediate container 29cd2d131195 00:50:34 ---> 81c20f413fed 00:50:34 00:50:34 Successfully built d4411bfbab52 00:50:34 Successfully built 81c20f413fed 00:50:34 Successfully tagged docker-support-notifications-go:latest 00:50:34 Building docker-security-secretstore-setup-go 00:50:34  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go:latest 00:50:34 Building docker-security-bootstrapper-go 00:50:35  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:35 Status: Downloaded newer image for docker:20.10.0 00:50:35 ---> aefe523efa57 00:50:35 Step 12/26 : RUN apk add --no-cache bash 00:50:35 ---> Running in 28e8e7157f35 00:50:36 Removing intermediate container 460b893befcd 00:50:36 ---> 19b1f1776bc6 00:50:36 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:36 ---> Running in 7ada54eca6af 00:50:36 Removing intermediate container 2a1c5b9a0843 00:50:36 ---> 27769a23216b 00:50:36 Step 5/34 : RUN apk add --update --no-cache make git 00:50:36 ---> Running in be6e61aef50d 00:50:36 Removing intermediate container 399026c74cd8 00:50:36 ---> 151316063fe8 00:50:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:36 Removing intermediate container 5f34f4fed22a 00:50:36 ---> 8fc58e2ae315 00:50:36 Step 5/24 : RUN apk add --update --no-cache make git 00:50:36 Removing intermediate container 7f39137f6502 00:50:36 ---> 18b267d52015 00:50:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:37 ---> Running in daf145e84663 00:50:37 ---> Running in 5677d32218d6 00:50:37 ---> Running in 952ece04855c 00:50:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:37 (1/2) Installing readline (8.0.4-r0) 00:50:37 (2/2) Installing bash (5.0.17-r0) 00:50:37 Executing bash-5.0.17-r0.post-install 00:50:37 Executing busybox-1.31.1-r19.trigger 00:50:37 OK: 12 MiB in 22 packages 00:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:40 OK: 217 MiB in 51 packages 00:50:40 OK: 217 MiB in 51 packages 00:50:40 OK: 217 MiB in 51 packages 00:50:40 Removing intermediate container 28e8e7157f35 00:50:40 ---> b81db14c91f0 00:50:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:41 OK: 217 MiB in 51 packages 00:50:41 ---> Running in 3fe12350ff41 00:50:41 OK: 217 MiB in 51 packages 00:50:42 Removing intermediate container be6e61aef50d 00:50:42 ---> 5b7f27658a23 00:50:42 Step 6/34 : COPY go.mod . 00:50:42 Removing intermediate container 3fe12350ff41 00:50:42 ---> 242fe408be47 00:50:42 Step 14/26 : ENV APP_PORT=48090 00:50:42 ---> Running in bb9e1c890a4c 00:50:42 Removing intermediate container bb9e1c890a4c 00:50:42 ---> 894040f7b377 00:50:42 Step 15/26 : EXPOSE $APP_PORT 00:50:42 ---> Running in 5722fd3534ec 00:50:43 Removing intermediate container daf145e84663 00:50:43 ---> c2a96bead6cb 00:50:43 Step 6/23 : COPY go.mod . 00:50:43 Removing intermediate container 5677d32218d6 00:50:43 ---> 93f5a129d2db 00:50:43 Step 6/24 : COPY go.mod . 00:50:43 ---> b5841becea98 00:50:43 Step 7/34 : RUN go mod download 00:50:43 Removing intermediate container 952ece04855c 00:50:43 ---> 72eef29e1999 00:50:43 Step 6/22 : COPY go.mod . 00:50:43 Removing intermediate container 5722fd3534ec 00:50:43 ---> 180ad8161cb3 00:50:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:43 ---> Running in 82ec26b7b215 00:50:43 Removing intermediate container 7ada54eca6af 00:50:43 ---> 13546612c891 00:50:43 Step 6/26 : COPY go.mod . 00:50:44 ---> e2910c376990 00:50:44 Step 7/23 : RUN go mod download 00:50:44 ---> 4ff03614b8c0 00:50:44 Step 7/24 : RUN go mod download 00:50:44 ---> Running in c1457c9a94eb 00:50:44 ---> 11b6996a0b0e 00:50:44 Step 7/22 : RUN go mod download 00:50:44 ---> Running in 9c7667280913 00:50:44 ---> 41fef2363831 00:50:44 Step 7/26 : RUN go mod download 00:50:44 ---> Running in f5bc5cd58f43 00:50:44 ---> Running in 3949cd3b2857 00:50:46 ---> 5a97505d6019 00:50:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:47 Removing intermediate container 82ec26b7b215 00:50:47 ---> f68b7dcb77fa 00:50:47 Step 8/34 : COPY . . 00:50:47 ---> 552bbf9cf620 00:50:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:48 ---> 139fbd985a61 00:50:48 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:48 ---> Running in 6af07d134e78 00:50:49 Removing intermediate container c1457c9a94eb 00:50:49 ---> d66d068978e2 00:50:49 Step 8/23 : COPY . . 00:50:49 Removing intermediate container f5bc5cd58f43 00:50:49 ---> 349948d1d5eb 00:50:49 Step 8/22 : COPY . . 00:50:50 Removing intermediate container 9c7667280913 00:50:50 ---> 56c835c79664 00:50:50 Step 8/24 : COPY . . 00:50:50 Removing intermediate container 3949cd3b2857 00:50:50 ---> 5b2d4af0e232 00:50:50 Step 8/26 : COPY . . 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:52 (1/33) Installing libbz2 (1.0.8-r1) 00:50:52 (2/33) Installing expat (2.2.9-r1) 00:50:52 (3/33) Installing libffi (3.3-r2) 00:50:52 (4/33) Installing gdbm (1.13-r1) 00:50:52 (5/33) Installing xz-libs (5.2.5-r0) 00:50:52 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:52 (7/33) Installing python3 (3.8.5-r0) 00:50:58 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:58 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:58 (11/33) Installing py3-six (1.15.0-r0) 00:50:58 (12/33) Installing py3-packaging (20.4-r0) 00:50:58 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:00 (15/33) Installing py3-idna (2.9-r0) 00:51:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:01 (18/33) Installing py3-requests (2.23.0-r0) 00:51:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:03 (24/33) Installing py3-distro (1.5.0-r1) 00:51:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:04 (29/33) Installing py3-progress (1.5-r0) 00:51:04 (30/33) Installing py3-toml (0.10.1-r0) 00:51:05 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:05 (33/33) Installing py3-pip (20.1.1-r0) 00:51:05 Executing busybox-1.31.1-r19.trigger 00:51:06 OK: 71 MiB in 55 packages 00:51:17 ---> 51111fa60ed6 00:51:17 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:51:17 ---> 28f67ab5ac4e 00:51:17 Step 9/23 : RUN make cmd/core-data/core-data 00:51:17 ---> d445e44b9e15 00:51:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:17 ---> 1933efc2df9e 00:51:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:17 ---> 3747fdc639f6 00:51:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:17 ---> Running in 1e6a1b8174f0 00:51:17 ---> Running in f27e172fde63 00:51:17 ---> Running in b5132c2d6ec4 00:51:17 ---> Running in 35fe80e54ebd 00:51:17 ---> Running in bba9c7f2f373 00:51:17 Removing intermediate container 1e6a1b8174f0 00:51:17 ---> ec4d2ea4096c 00:51:17 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:51:17 ---> Running in 3aae34290a44 00:51:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:39 ---> 13985c29a38e 00:51:39 Step 3/23 : WORKDIR /edgex-go 00:51:39 ---> Using cache 00:51:39 ---> e8aa56db312a 00:51:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:39 ---> Using cache 00:51:39 ---> 5af17dd79ce3 00:51:39 Step 5/23 : RUN apk add --update --no-cache make git 00:51:39 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:39 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:51:39 ---> 13985c29a38e 00:51:39 Step 3/34 : WORKDIR /edgex-go 00:51:39 ---> Using cache 00:51:39 ---> e8aa56db312a 00:51:39 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:39 ---> Using cache 00:51:39 ---> 5af17dd79ce3 00:51:39 Step 5/34 : RUN apk add --update --no-cache make git 00:51:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:39 ---> 13985c29a38e 00:51:39 Step 3/24 : WORKDIR /edgex-go 00:51:39 ---> Using cache 00:51:39 ---> e8aa56db312a 00:51:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:39 ---> Using cache 00:51:39 ---> 5af17dd79ce3 00:51:39 Step 5/24 : RUN apk add --update --no-cache make git 00:51:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:39 ---> 13985c29a38e 00:51:39 Step 3/23 : WORKDIR /edgex-go 00:51:39 ---> Using cache 00:51:39 ---> e8aa56db312a 00:51:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:39 ---> Using cache 00:51:39 ---> 5af17dd79ce3 00:51:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:51:39 ---> Running in b7fb5ee6d7e1 00:51:39 ---> Running in 9fa1de2d5917 00:51:39 ---> Running in bfb10f884787 00:51:39 ---> Running in c6a477c11412 00:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:42 OK: 233 MiB in 51 packages 00:51:42 OK: 233 MiB in 51 packages 00:51:43 OK: 233 MiB in 51 packages 00:51:43 OK: 233 MiB in 51 packages 00:51:44 Removing intermediate container bfb10f884787 00:51:44 ---> ba7ad50f3ad9 00:51:44 Step 6/23 : COPY go.mod . 00:51:44 Removing intermediate container b7fb5ee6d7e1 00:51:44 ---> cfbbff12324e 00:51:44 Step 6/34 : COPY go.mod . 00:51:44 Removing intermediate container 9fa1de2d5917 00:51:44 ---> 4ea2eb1bfd13 00:51:44 Step 6/23 : COPY go.mod . 00:51:44 Removing intermediate container c6a477c11412 00:51:44 ---> 531aa62f42ef 00:51:44 Step 6/24 : COPY go.mod . 00:51:46 ---> 1fc0a793eeba 00:51:46 Step 7/23 : RUN go mod download 00:51:46 ---> Running in 24ae9aaf705d 00:51:46 ---> 10cf4d755932 00:51:46 Step 7/34 : RUN go mod download 00:51:46 ---> 563bd3df51b2 00:51:46 Step 7/24 : RUN go mod download 00:51:46 ---> ac2c9c0a790b 00:51:46 Step 7/23 : RUN go mod download 00:51:46 ---> Running in 5a9850267747 00:51:46 ---> Running in 11e1e1338862 00:51:47 ---> Running in 0341c9d73696 00:51:54 Removing intermediate container 0341c9d73696 00:51:54 ---> 37a670bc536f 00:51:54 Step 8/23 : COPY . . 00:51:54 Removing intermediate container 24ae9aaf705d 00:51:54 ---> 8aba868f94db 00:51:54 Step 8/23 : COPY . . 00:51:55 Removing intermediate container 11e1e1338862 00:51:55 ---> 8211fbea8702 00:51:55 Step 8/24 : COPY . . 00:51:55 Removing intermediate container 5a9850267747 00:51:55 ---> 40ebb6ad0c5c 00:51:55 Step 8/34 : COPY . . 00:52:12 Removing intermediate container 6af07d134e78 00:52:12 ---> 213e294bbfeb 00:52:12 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:18 ---> Running in f5dfbbd81e33 00:52:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:52:50 Collecting docker-compose==1.23.2 00:52:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:50 Collecting docker<4.0,>=3.6.0 00:52:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:51 Collecting jsonschema<3,>=2.5.1 00:52:51 Removing intermediate container bba9c7f2f373 00:52:51 ---> cf630f20899c 00:52:51 00:52:51 Step 10/24 : FROM alpine:3.12 00:52:51 3.12: Pulling from library/alpine 00:52:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:52:53 Status: Downloaded newer image for alpine:3.12 00:52:53 ---> afeebe901d6b 00:52:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:54 Removing intermediate container 35fe80e54ebd 00:52:54 ---> 04216a95ed7b 00:52:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:54 Removing intermediate container b5132c2d6ec4 00:52:54 ---> 52c1fe505ec8 00:52:54 00:52:54 Step 10/22 : FROM alpine:3.12 00:52:54 ---> afeebe901d6b 00:52:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:54 ---> Running in 2275461ebf46 00:52:54 ---> Running in f1b9d3b38f03 00:52:55 ---> Running in af13184111ca 00:52:56 Collecting cached-property<2,>=1.2.0 00:52:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:58 Collecting PyYAML<4,>=3.10 00:52:58 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:58 + mkdir -p /tmp/build/dist/linux 00:52:58 + cd /tmp/build/dist/linux 00:52:58 + git clone https://github.com/jwilder/dockerize.git . 00:52:58 (1/2) Installing ca-certificates (20191127-r4) 00:52:58 Cloning into '.'... 00:52:58 (2/2) Installing dumb-init (1.2.2-r1) 00:52:58 Executing busybox-1.31.1-r19.trigger 00:52:58 Executing ca-certificates-20191127-r4.trigger 00:52:58 (1/5) Installing ca-certificates (20191127-r4) 00:52:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:58 (3/5) Installing libcurl (7.69.1-r3) 00:52:58 (4/5) Installing curl (7.69.1-r3) 00:52:59 (5/5) Installing dumb-init (1.2.2-r1) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 OK: 6 MiB in 16 packages 00:52:59 Executing ca-certificates-20191127-r4.trigger 00:52:59 + go get github.com/robfig/glock 00:52:59 OK: 7 MiB in 19 packages 00:53:02 Removing intermediate container af13184111ca 00:53:02 ---> 01508086307a 00:53:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:02 ---> Running in d7456d4da331 00:53:02 Removing intermediate container f1b9d3b38f03 00:53:02 ---> 8b4f4f1da96c 00:53:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:02 ---> Running in 05e9650c63d8 00:53:02 Removing intermediate container 2275461ebf46 00:53:02 ---> b61a133f198c 00:53:02 00:53:02 Step 11/26 : FROM docker:20.10.0 00:53:02 20.10.0: Pulling from library/docker 00:53:02 Removing intermediate container d7456d4da331 00:53:02 ---> a9df9cad62e6 00:53:02 Step 13/22 : ENV APP_PORT=48060 00:53:03 ---> Running in 4d61d8babaeb 00:53:03 Removing intermediate container 05e9650c63d8 00:53:03 ---> d2a38aee258a 00:53:03 Step 13/24 : WORKDIR / 00:53:03 ---> Running in cb73dadee17f 00:53:03 Removing intermediate container 4d61d8babaeb 00:53:03 ---> 308169a7baa2 00:53:03 Step 14/22 : EXPOSE $APP_PORT 00:53:04 ---> Running in 72025509ecb2 00:53:04 Removing intermediate container cb73dadee17f 00:53:04 ---> 1963c23bc9a1 00:53:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:53:05 Removing intermediate container 72025509ecb2 00:53:05 ---> 5835e2fb7d74 00:53:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:06 ---> 96018b0014d9 00:53:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:53:07 ---> c0c2d0670b71 00:53:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:09 ---> 06500988c847 00:53:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:53:09 ---> abad16e78b4a 00:53:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:10 ---> dfe34df16848 00:53:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:53:11 ---> 62a22d160707 00:53:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:12 ---> Running in d449e221a854 00:53:13 Removing intermediate container d449e221a854 00:53:13 ---> cfb3edfcba43 00:53:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:13 ---> 19c63c009f64 00:53:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:53:13 ---> Running in 231a646f9d30 00:53:15 Collecting websocket-client<1.0,>=0.32.0 00:53:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:15 Collecting texttable<0.10,>=0.9.0 00:53:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:15 Removing intermediate container 231a646f9d30 00:53:15 ---> 4d7cc777bb5b 00:53:15 Step 20/22 : LABEL arch=arm64 00:53:15 ---> Running in 27823594e56d 00:53:17 ---> 87fd9e2f4463 00:53:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:53:17 Removing intermediate container 27823594e56d 00:53:17 ---> 5952ccf0f1c2 00:53:17 Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:53:18 ---> Running in 97e0f3b9159f 00:53:19 Collecting dockerpty<0.5,>=0.4.1 00:53:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:19 ---> f30621e725a4 00:53:19 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:53:19 Removing intermediate container 97e0f3b9159f 00:53:19 ---> dba8014b0a30 00:53:19 Step 22/22 : LABEL version=0.0.0 00:53:19 ---> Running in 414ad51fbd43 00:53:19 ---> Running in 9aeb53f65ad7 00:53:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:20 Removing intermediate container f27e172fde63 00:53:20 ---> 0b4345029bec 00:53:20 00:53:20 Step 10/23 : FROM alpine:3.12 00:53:20 ---> afeebe901d6b 00:53:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:20 Collecting docopt<0.7,>=0.6.1 00:53:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:21 ---> Running in 45e997d7b573 00:53:21 Removing intermediate container 414ad51fbd43 00:53:21 ---> b5cceaa19801 00:53:21 00:53:21 Successfully built b5cceaa19801 00:53:21 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:21  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:53:21 Removing intermediate container 45e997d7b573 00:53:21 ---> 27a259b37c66 00:53:21 Step 12/23 : ENV APP_PORT=48080 00:53:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:53:22 + glock sync -n 00:53:22 Status: Downloaded newer image for docker:20.10.0 00:53:22 ---> eeaf43b92773 00:53:22 Step 12/26 : RUN apk add --no-cache bash 00:53:22 ---> Running in 849d4e57fafb 00:53:22 ---> Running in 999a8d671af6 00:53:22 Collecting docker-pycreds>=0.4.0 00:53:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:22 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) 00:53:23 Removing intermediate container 849d4e57fafb 00:53:23 ---> 2670876134ec 00:53:23 Step 13/23 : EXPOSE $APP_PORT 00:53:23 ---> Running in 7dd24f066f33 00:53:23 Removing intermediate container 9aeb53f65ad7 00:53:23 ---> 343b6b855a77 00:53:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:53:23 ---> 191913dd2d8e 00:53:23 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:53:23 ---> b51603a7e443 00:53:23 Step 9/23 : RUN make cmd/core-command/core-command 00:53:23 ---> 91a2264d141e 00:53:23 Step 9/23 : RUN make cmd/core-data/core-data 00:53:23 Collecting urllib3<1.25,>=1.21.1 00:53:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:24 ---> Running in 159d0e44e974 00:53:24 Collecting idna<2.8,>=2.5 00:53:24 ---> Running in 2ae6fe9888f5 00:53:24 ---> Running in 7d1a0512206e 00:53:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:24 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) 00:53:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:24 ---> fc1c9dd6b48f 00:53:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:53:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:24 ---> Running in b0f372c567b5 00:53:24 Removing intermediate container 7dd24f066f33 00:53:24 ---> 51550bd0cb64 00:53:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:24 (1/2) Installing readline (8.0.4-r0) 00:53:25 (2/2) Installing bash (5.0.17-r0) 00:53:25 Executing bash-5.0.17-r0.post-install 00:53:25 Executing busybox-1.31.1-r19.trigger 00:53:25 OK: 12 MiB in 22 packages 00:53:25 ---> Running in 1fde8d073c4b 00:53:25 Removing intermediate container b0f372c567b5 00:53:25 ---> 4479f51be1dc 00:53:25 Step 22/24 : LABEL arch=arm64 00:53:26 ---> Running in 0fbd049701a0 00:53:27 ---> Running in 136434fa2f9b 00:53:27 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, PyYAML, texttable, dockerpty, docopt, docker-compose 00:53:27 Attempting uninstall: urllib3 00:53:27 Found existing installation: urllib3 1.25.9 00:53:27 Uninstalling urllib3-1.25.9: 00:53:27 Removing intermediate container 2ae6fe9888f5 00:53:27 ---> ed21b2b8e22f 00:53:27 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:53:27 Successfully uninstalled urllib3-1.25.9 00:53:27 ---> Running in dd2ffca2620b 00:53:27 Attempting uninstall: idna 00:53:27 Found existing installation: idna 2.9 00:53:27 Uninstalling idna-2.9: 00:53:27 Successfully uninstalled idna-2.9 00:53:27 Removing intermediate container 0fbd049701a0 00:53:27 ---> 025511695444 00:53:27 Step 23/24 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:53:27 Removing intermediate container 999a8d671af6 00:53:27 ---> 63d12a552c5c 00:53:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:27 ---> Running in e383b06d684c 00:53:28 ---> Running in 931e89c9e4aa 00:53:28 Attempting uninstall: requests 00:53:28 Found existing installation: requests 2.23.0 00:53:28 Uninstalling requests-2.23.0: 00:53:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:53:28 Successfully uninstalled requests-2.23.0 00:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:53:28 Removing intermediate container e383b06d684c 00:53:28 ---> 715631ff3e60 00:53:28 Step 24/24 : LABEL version=0.0.0 00:53:28 Removing intermediate container 931e89c9e4aa 00:53:28 ---> 35f33f1fef79 00:53:28 Step 14/26 : ENV APP_PORT=48090 00:53:29 ---> Running in 50e350af2ae5 00:53:29 ---> Running in d6bfc2d24389 00:53:29 Removing intermediate container 1fde8d073c4b 00:53:29 ---> b2889d974216 00:53:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:29 Removing intermediate container 50e350af2ae5 00:53:29 ---> 5d67c5bbd1db 00:53:29 00:53:29 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:53:29 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:53:29 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:53:29 ---> Running in 2d32082d7431 00:53:29 Removing intermediate container d6bfc2d24389 00:53:29 ---> 300d03bef0ea 00:53:29 Step 15/26 : EXPOSE $APP_PORT 00:53:30 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:53:30 + git describe '--abbrev=0' --tags 00:53:30 + TAG=v0.6.1 00:53:30 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:53:30 + apk --print-arch 00:53:30 + arch=aarch64 00:53:30 + echo 'building [dockerize] for arm64 ... ' 00:53:30 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:53:30 building [dockerize] for arm64 ... 00:53:30 Successfully built 5d67c5bbd1db 00:53:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:53:30  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 00:53:30 ---> Running in 7c727341bdfd 00:53:31 Removing intermediate container 7c727341bdfd 00:53:31 ---> b06b40e9a66c 00:53:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:32 Running setup.py install for PyYAML: started 00:53:33 ---> 3c2d4b43177b 00:53:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:33 (1/6) Installing dumb-init (1.2.2-r1) 00:53:33 (2/6) Installing libgcc (9.3.0-r2) 00:53:33 (3/6) Installing libsodium (1.0.18-r0) 00:53:33 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:34 (5/6) Installing libzmq (4.3.3-r0) 00:53:34 (6/6) Installing zeromq (4.3.3-r0) 00:53:34 Executing busybox-1.31.1-r19.trigger 00:53:34 OK: 8 MiB in 20 packages 00:53:35 ---> 78f1825645db 00:53:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:35 Running setup.py install for PyYAML: finished with status 'done' 00:53:35 Running setup.py install for texttable: started 00:53:36 Thu Jan 28 00:53:35 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:53:36 + date 00:53:36 + echo 'Thu Jan 28 00:53:35 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:53:36  ---> b4a56fa5ae32 00:53:36 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:37 Removing intermediate container 2d32082d7431 00:53:37 ---> 16dfc8cda563 00:53:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:37 ---> Running in 747c55bc5da2 00:53:37 Running setup.py install for texttable: finished with status 'done' 00:53:37 Running setup.py install for dockerpty: started 00:53:38 Running setup.py install for dockerpty: finished with status 'done' 00:53:38 Running setup.py install for docopt: started 00:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:39 ---> d47ebf7727af 00:53:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:39 (1/33) Installing libbz2 (1.0.8-r1) 00:53:39 (2/33) Installing expat (2.2.9-r1) 00:53:39 (3/33) Installing libffi (3.3-r2) 00:53:39 (4/33) Installing gdbm (1.13-r1) 00:53:39 (5/33) Installing xz-libs (5.2.5-r0) 00:53:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:39 (7/33) Installing python3 (3.8.5-r0) 00:53:40 Running setup.py install for docopt: finished with status 'done' 00:53:41 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 00:53:41 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:41 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:41 (11/33) Installing py3-six (1.15.0-r0) 00:53:41 (12/33) Installing py3-packaging (20.4-r0) 00:53:41 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:41 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:42 (15/33) Installing py3-idna (2.9-r0) 00:53:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:42 (18/33) Installing py3-requests (2.23.0-r0) 00:53:42 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:42 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:42 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:42 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:42 (24/33) Installing py3-distro (1.5.0-r1) 00:53:42 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:42 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:42 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:42 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:42 (29/33) Installing py3-progress (1.5-r0) 00:53:42 (30/33) Installing py3-toml (0.10.1-r0) 00:53:42 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:42 (33/33) Installing py3-pip (20.1.1-r0) 00:53:43 Executing busybox-1.31.1-r19.trigger 00:53:43 OK: 71 MiB in 55 packages 00:53:44 ---> dd507b5d3680 00:53:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:53:46 ---> 1e36abf0f204 00:53:46 Step 3/21 : WORKDIR /edgex-go 00:53:46 ---> Using cache 00:53:46 ---> c10f4af3b209 00:53:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:46 ---> Using cache 00:53:46 ---> 8fc58e2ae315 00:53:46 Step 5/21 : RUN apk add --update --no-cache make git 00:53:46 ---> Using cache 00:53:46 ---> 93f5a129d2db 00:53:46 Step 6/21 : COPY go.mod . 00:53:46 ---> Using cache 00:53:46 ---> 4ff03614b8c0 00:53:46 Step 7/21 : RUN go mod download 00:53:46 ---> Using cache 00:53:46 ---> 56c835c79664 00:53:46 Step 8/21 : COPY . . 00:53:46 ---> a23893a68c77 00:53:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:46 ---> Using cache 00:53:46 ---> 3747fdc639f6 00:53:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:53:46 ---> Running in 983af34238db 00:53:46 ---> Running in bd51f447ca09 00:53:48 Removing intermediate container 983af34238db 00:53:48 ---> 8fc2dc87252b 00:53:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:53:48 ---> Running in ab10430cc24a 00:53:48 Removing intermediate container f5dfbbd81e33 00:53:48 ---> 53fb1ab39fb1 00:53:48 Step 21/26 : RUN apk --no-cache add curl 00:53:49 ---> Running in 8e20b819cee0 00:53:49 Removing intermediate container ab10430cc24a 00:53:49 ---> a34b731fd21d 00:53:49 Step 21/23 : LABEL arch=arm64 00:53:50 ---> Running in 5d82b693e716 00:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:51 Removing intermediate container 3aae34290a44 00:53:51 ---> 23e250949d83 00:53:51 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:53:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:51 Removing intermediate container 5d82b693e716 00:53:51 ---> 57ef87761925 00:53:51 Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:53:51 ---> Running in 700b63cf8093 00:53:51 ---> Running in fcf442d868af 00:53:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:51 (2/3) Installing libcurl (7.69.1-r3) 00:53:52 (3/3) Installing curl (7.69.1-r3) 00:53:52 Executing busybox-1.31.1-r19.trigger 00:53:52 OK: 72 MiB in 58 packages 00:53:53 Removing intermediate container fcf442d868af 00:53:53 ---> 9f82d8b3c433 00:53:53 Step 23/23 : LABEL version=0.0.0 00:53:54 ---> Running in 5273b619ae10 00:53:54 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:53:54 statically linked 00:53:55 Removing intermediate container 5273b619ae10 00:53:55 ---> ccc350e6400c 00:53:55 00:53:56 Removing intermediate container 8e20b819cee0 00:53:56 ---> ee1ad795d3fa 00:53:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:56 Successfully built ccc350e6400c 00:53:57 Successfully tagged docker-core-data-go-arm64:latest 00:53:57 Building docker-support-scheduler-go 00:53:57  Building docker-core-data-go ... done Removing intermediate container 700b63cf8093 00:53:57 ---> b3c623a5f510 00:53:57 00:53:57 Step 12/34 : FROM alpine:3.12 00:53:57 ---> afeebe901d6b 00:53:57 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:53:57 ---> Running in 0d9c072bbf1b 00:53:57 ---> Running in ed00444ac665 00:53:58 Removing intermediate container 747c55bc5da2 00:53:58 ---> 5c38af67fe15 00:53:58 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:58 Removing intermediate container 0d9c072bbf1b 00:53:58 ---> 874ce9e31513 00:53:58 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:53:58 ---> Running in 602bb9a0a64f 00:53:59 ---> Running in 716c0bbd5e07 00:53:59 Removing intermediate container ed00444ac665 00:53:59 ---> f5d28073899f 00:53:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:59 ---> Running in 853305066feb 00:54:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:00 ---> 1e36abf0f204 00:54:00 Step 3/23 : WORKDIR /edgex-go 00:54:00 ---> Using cache 00:54:00 ---> c10f4af3b209 00:54:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:00 ---> Using cache 00:54:00 ---> 8fc58e2ae315 00:54:00 Step 5/23 : RUN apk add --update --no-cache make git 00:54:00 ---> Using cache 00:54:00 ---> 93f5a129d2db 00:54:00 Step 6/23 : COPY go.mod . 00:54:00 ---> Using cache 00:54:00 ---> 4ff03614b8c0 00:54:00 Step 7/23 : RUN go mod download 00:54:00 ---> Using cache 00:54:00 ---> 56c835c79664 00:54:00 Step 8/23 : COPY . . 00:54:00 ---> Using cache 00:54:00 ---> 3747fdc639f6 00:54:00 Step 9/23 : RUN make cmd/core-command/core-command 00:54:00 Removing intermediate container 853305066feb 00:54:00 ---> d37ee808c353 00:54:00 Step 24/26 : LABEL arch=x86_64 00:54:00 ---> Running in 4076c4160847 00:54:01 ---> Running in 1df19d336bc7 00:54:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:01 Removing intermediate container 4076c4160847 00:54:01 ---> c01ad9f44cd3 00:54:01 Step 25/26 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:54:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:01 ---> Running in 9e6bbe9c3cfb 00:54:02 (1/3) Installing dumb-init (1.2.2-r1) 00:54:02 (2/3) Installing openssl (1.1.1i-r0) 00:54:02 (3/3) Installing su-exec (0.2-r1) 00:54:02 Executing busybox-1.31.1-r19.trigger 00:54:02 OK: 6 MiB in 17 packages 00:54:02 Removing intermediate container 9e6bbe9c3cfb 00:54:02 ---> bb69f4454959 00:54:02 Step 26/26 : LABEL version=0.0.0 00:54:02 ---> Running in 981437c212ff 00:54:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:54:03 Removing intermediate container 981437c212ff 00:54:03 ---> d8f12738d318 00:54:03 00:54:04 Successfully built d8f12738d318 00:54:04 Successfully tagged docker-sys-mgmt-agent-go:latest 00:54:05 Removing intermediate container 716c0bbd5e07 00:54:05 ---> 9302a0cfa477 00:54:05 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:54:05 ---> Running in 86fc44c66f24 00:54:06 Removing intermediate container 86fc44c66f24 00:54:06 ---> de26dae0193a 00:54:06 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:54:06 ---> Running in 08d4e71c7c49 00:54:06 Collecting docker-compose==1.23.2 00:54:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:54:06 Removing intermediate container 08d4e71c7c49 00:54:06 ---> 35d1bb81805a 00:54:06 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:54:07 ---> Running in 31c57fcf1e1a 00:54:07 Collecting texttable<0.10,>=0.9.0 00:54:08 Downloading texttable-0.9.1.tar.gz (11 kB) 00:54:11 Collecting docopt<0.7,>=0.6.1 00:54:11 Downloading docopt-0.6.2.tar.gz (25 kB) 00:54:11 Removing intermediate container 31c57fcf1e1a 00:54:11 ---> 4bb5a0e8ecc4 00:54:11 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:54:12 ---> Running in cc85f95015c4 00:54:13 Removing intermediate container cc85f95015c4 00:54:13 ---> 86f2753d3e91 00:54:13 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:54:15 Collecting websocket-client<1.0,>=0.32.0 00:54:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:54:15  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:54:15 Collecting cached-property<2,>=1.2.0 00:54:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:54:16 ---> 710b708d1dd6 00:54:16 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:54:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:54:17 Collecting docker<4.0,>=3.6.0 00:54:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:54:17 ---> 6048fae2c1e8 00:54:17 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:54:18 ---> Running in a7605759921e 00:54:19 Collecting PyYAML<4,>=3.10 00:54:19 Downloading PyYAML-3.13.tar.gz (270 kB) 00:54:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:54:22 ---> 1e36abf0f204 00:54:22 Step 3/22 : WORKDIR /edgex-go 00:54:22 ---> Using cache 00:54:22 ---> c10f4af3b209 00:54:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:22 ---> Using cache 00:54:22 ---> 8fc58e2ae315 00:54:22 Step 5/22 : RUN apk add --update --no-cache make git 00:54:22 ---> Using cache 00:54:22 ---> 93f5a129d2db 00:54:22 Step 6/22 : COPY go.mod . 00:54:22 ---> Using cache 00:54:22 ---> 4ff03614b8c0 00:54:22 Step 7/22 : RUN go mod download 00:54:22 ---> Using cache 00:54:22 ---> 56c835c79664 00:54:22 Step 8/22 : COPY . . 00:54:22 Removing intermediate container a7605759921e 00:54:22 ---> cb5615e8f18f 00:54:22 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:22 ---> Using cache 00:54:22 ---> 3747fdc639f6 00:54:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:54:22 ---> Running in 291e1ad1db3c 00:54:23 ---> b0ee3426d506 00:54:23 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:54:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:54:25 Removing intermediate container 159d0e44e974 00:54:25 ---> a59a9110e506 00:54:25 00:54:25 Step 10/23 : FROM alpine:3.12 00:54:25 ---> 389fef711851 00:54:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:25 ---> Using cache 00:54:25 ---> cca49ad4bdf1 00:54:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:25 ---> Using cache 00:54:25 ---> 11d1fe3f98bf 00:54:25 Step 13/23 : ENV APP_PORT=48082 00:54:25 ---> Running in 4ac8d255a084 00:54:25 ---> 78f0cd26edec 00:54:25 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:54:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:54:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:54:26 Removing intermediate container 4ac8d255a084 00:54:26 ---> 974b8ef21299 00:54:26 Step 14/23 : EXPOSE $APP_PORT 00:54:26 + mkdir -p /tmp/build/dist/linux 00:54:26 + cd /tmp/build/dist/linux 00:54:26 + git clone https://github.com/jwilder/dockerize.git . 00:54:26 Cloning into '.'... 00:54:26 Collecting jsonschema<3,>=2.5.1 00:54:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:54:26 ---> e39ff84f0991 00:54:26 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:54:26  ---> Running in 826ae540ee58 00:54:27 Removing intermediate container 136434fa2f9b 00:54:27 ---> b0e0fabc7d79 00:54:27 00:54:27 Step 10/24 : FROM alpine:3.12 00:54:27 ---> 389fef711851 00:54:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:27 Collecting dockerpty<0.5,>=0.4.1 00:54:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:54:27 + go get github.com/robfig/glock 00:54:27  ---> Running in 6862ed499d22 00:54:27 Removing intermediate container 826ae540ee58 00:54:27 ---> 2d0288c0d9d7 00:54:27 Step 15/23 : WORKDIR / 00:54:28 ---> Running in f383c72b86eb 00:54:28 ---> cb58f2e06fe0 00:54:28 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:54:28 Removing intermediate container f383c72b86eb 00:54:28 ---> df7b6346aa01 00:54:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:29 ---> 8b2c2eae3fbb 00:54:29 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:54:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:29 ---> 00ebbea2d62f 00:54:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:54:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:29 ---> Running in 054375c609c0 00:54:30 (1/5) Installing ca-certificates (20191127-r4) 00:54:30 Collecting docker-pycreds>=0.4.0 00:54:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:30 Removing intermediate container 054375c609c0 00:54:30 ---> b2da3e158d49 00:54:30 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:54:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:31 (3/5) Installing libcurl (7.69.1-r3) 00:54:31 (4/5) Installing curl (7.69.1-r3) 00:54:31 (5/5) Installing dumb-init (1.2.2-r1) 00:54:31 Executing busybox-1.31.1-r19.trigger 00:54:31 Executing ca-certificates-20191127-r4.trigger 00:54:31 OK: 7 MiB in 19 packages 00:54:31 ---> 70a392e3d804 00:54:31 Step 29/34 : RUN chmod +x /entrypoint.sh 00:54:32 Collecting urllib3<1.25,>=1.21.1 00:54:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:32 ---> Running in d18c2bcda861 00:54:32 Collecting idna<2.8,>=2.5 00:54:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54:32 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) 00:54:32 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) 00:54:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:33 ---> 93088d1ca571 00:54:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:54:34 ---> fa7b21bb5ff9 00:54:34 Step 19/23 : ENTRYPOINT ["/core-command"] 00:54:34 Removing intermediate container 7d1a0512206e 00:54:34 ---> aa3e75859787 00:54:34 00:54:34 Step 10/23 : FROM alpine:3.12 00:54:34 ---> 389fef711851 00:54:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:54:34 Installing collected packages: texttable, docopt, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose 00:54:34 Running setup.py install for texttable: started 00:54:35 ---> Running in 16807b7353e8 00:54:35 ---> Running in 04c6751fb1f4 00:54:35 Removing intermediate container 6862ed499d22 00:54:35 ---> 8cbb986f58d7 00:54:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:35 ---> Running in 1d81a790db3b 00:54:35 Removing intermediate container d18c2bcda861 00:54:35 ---> dd534ab8ad89 00:54:35 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:54:36 Removing intermediate container 16807b7353e8 00:54:36 ---> 18f6a718e887 00:54:36 Step 12/23 : ENV APP_PORT=48080 00:54:36 Removing intermediate container 04c6751fb1f4 00:54:36 ---> 69d725ddeb6d 00:54:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:36 ---> Running in 0ac80ef5fa07 00:54:36 ---> Running in 9bd708b69861 00:54:36 Removing intermediate container 1d81a790db3b 00:54:36 ---> 6c820bf5dc6d 00:54:36 Step 13/24 : WORKDIR / 00:54:36 ---> Running in 036d46405c92 00:54:36 Removing intermediate container 0ac80ef5fa07 00:54:36 ---> 0515cae3cb61 00:54:36 Step 21/23 : LABEL arch=x86_64 00:54:36 ---> Running in 4f2682fdcdfb 00:54:36 Removing intermediate container 9bd708b69861 00:54:36 ---> 50a9d926cdd6 00:54:36 Step 13/23 : EXPOSE $APP_PORT 00:54:36 ---> Running in 0600d4898c38 00:54:36 ---> Running in 5aac6d920a85 00:54:37 Removing intermediate container 036d46405c92 00:54:37 ---> a935cbca02d5 00:54:37 Step 31/34 : CMD ["gate"] 00:54:37 Removing intermediate container 4f2682fdcdfb 00:54:37 ---> 65de78f18809 00:54:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:54:37 Removing intermediate container 0600d4898c38 00:54:37 ---> e373e2183f4b 00:54:37 Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:54:37 ---> Running in f6c7e10129ac 00:54:37 Removing intermediate container 5aac6d920a85 00:54:37 ---> dc4ac35355d7 00:54:37 Running setup.py install for texttable: finished with status 'done' 00:54:37 Running setup.py install for docopt: started 00:54:37 ---> Running in dfdcc8434dae 00:54:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:38 ---> Running in 34a12bdbea47 00:54:38 ---> 3cc9ba186281 00:54:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:54:38 Removing intermediate container f6c7e10129ac 00:54:38 ---> dce4c12b0aad 00:54:38 Step 23/23 : LABEL version=0.0.0 00:54:38 Removing intermediate container dfdcc8434dae 00:54:38 ---> 567ca9ef5393 00:54:38 Step 32/34 : LABEL arch=arm64 00:54:39 ---> Running in 738cea2d7767 00:54:39 ---> Running in e71bb0ebbcae 00:54:39 Removing intermediate container 738cea2d7767 00:54:39 ---> 64f439bda7a5 00:54:39 00:54:39 ---> bddb5ba54eaf 00:54:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:40 Removing intermediate container e71bb0ebbcae 00:54:40 ---> 2aa5339ed603 00:54:40 Step 33/34 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:54:40 ---> Running in b73d43d00b94 00:54:40 Successfully built 64f439bda7a5 00:54:40 Successfully tagged docker-core-command-go:latest 00:54:41 Removing intermediate container b73d43d00b94 00:54:41 ---> c62552b606e5 00:54:41 Step 34/34 : LABEL version=0.0.0 00:54:41 Running setup.py install for docopt: finished with status 'done' 00:54:41 ---> Running in 41d1045f2faf 00:54:42 Attempting uninstall: urllib3 00:54:42 Found existing installation: urllib3 1.25.9 00:54:42 Uninstalling urllib3-1.25.9: 00:54:42 Successfully uninstalled urllib3-1.25.9 00:54:42 Removing intermediate container 41d1045f2faf 00:54:42 ---> 3d2d5763bf38 00:54:42 00:54:43 Attempting uninstall: idna 00:54:43 Found existing installation: idna 2.9 00:54:43 Successfully built 3d2d5763bf38 00:54:43 Uninstalling idna-2.9: 00:54:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:54:43  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:54:43 Successfully uninstalled idna-2.9 00:54:43  Building docker-core-command-go ... done  ---> 66805244cbf0 00:54:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:43 Removing intermediate container 34a12bdbea47 00:54:43 ---> d954f6b9e975 00:54:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:54:44 Attempting uninstall: requests 00:54:44 Found existing installation: requests 2.23.0 00:54:44 Uninstalling requests-2.23.0: 00:54:44 ---> Running in 2a4828f5e7fb 00:54:44 Successfully uninstalled requests-2.23.0 00:54:44 ---> 351ba82a8b53 00:54:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:45 Running setup.py install for PyYAML: started 00:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:46 + glock sync -n 00:54:46  ---> 21207e1f199b 00:54:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:47 ---> ef85ea653beb 00:54:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:54:47 (1/6) Installing dumb-init (1.2.2-r1) 00:54:47 ---> Running in e202ef501b24 00:54:47 (2/6) Installing libgcc (9.3.0-r2) 00:54:47 (3/6) Installing libsodium (1.0.18-r0) 00:54:47 (4/6) Installing libstdc++ (9.3.0-r2) 00:54:48 (5/6) Installing libzmq (4.3.3-r0) 00:54:48 (6/6) Installing zeromq (4.3.3-r0) 00:54:48 Executing busybox-1.31.1-r19.trigger 00:54:48 OK: 8 MiB in 20 packages 00:54:48 Running setup.py install for PyYAML: finished with status 'done' 00:54:49 Running setup.py install for dockerpty: started 00:54:50 Removing intermediate container e202ef501b24 00:54:50 ---> 2c103de15afb 00:54:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:54:50 Removing intermediate container 2a4828f5e7fb 00:54:50 ---> af8073ed5bb3 00:54:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:50 ---> Running in dd846c1f3e2f 00:54:51 Removing intermediate container dd846c1f3e2f 00:54:51 ---> 50bdb5535489 00:54:51 Step 22/24 : LABEL arch=x86_64 00:54:51 ---> Running in a09e02cb7ebf 00:54:51 ---> f5bbe86d2946 00:54:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:54:51 Running setup.py install for dockerpty: finished with status 'done' 00:54:52 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:54:52 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:54:52 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:54:52 Removing intermediate container a09e02cb7ebf 00:54:52 ---> 102e9dba089c 00:54:52 Step 23/24 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:54:52 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:54:52 + git describe '--abbrev=0' --tags 00:54:52 + TAG=v0.6.1 00:54:52 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:54:52 + apk --print-arch 00:54:52 + arch=x86_64 00:54:52 + echo 'building [dockerize] for amd64 ... ' 00:54:52 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:54:52 building [dockerize] for amd64 ... 00:54:53 ---> Running in 7be958920bcb 00:54:53 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 00:54:53 ---> 1a8712520f47 00:54:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:54:54 Removing intermediate container 7be958920bcb 00:54:54 ---> 2a009b4b3803 00:54:54 Step 24/24 : LABEL version=0.0.0 00:54:54 ---> Running in d415d8363696 00:54:54 ---> 76441c851afc 00:54:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:54:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:54:54 ---> Running in 921d75bff6fc 00:54:55 Removing intermediate container d415d8363696 00:54:55 ---> 6b28c4d5d172 00:54:55 00:54:56 Removing intermediate container 921d75bff6fc 00:54:56 ---> e98078a15f2f 00:54:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:56 ---> Running in 65a4e15e46aa 00:54:56 Successfully built 6b28c4d5d172 00:54:56 Successfully tagged docker-security-secretstore-setup-go:latest 00:54:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container 65a4e15e46aa 00:54:57 ---> e0ae56f56e27 00:54:57 Step 21/23 : LABEL arch=x86_64 00:54:57 ---> Running in 65170f468945 00:54:58 Removing intermediate container 65170f468945 00:54:58 ---> f253eb054d9d 00:54:58 Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:54:58 ---> Running in 880cbe49b622 00:54:59 Removing intermediate container 880cbe49b622 00:54:59 ---> 5d2f4081f341 00:54:59 Step 23/23 : LABEL version=0.0.0 00:54:59 ---> Running in 921934685a10 00:55:01 Removing intermediate container 921934685a10 00:55:01 ---> 8e0a99e03bef 00:55:01 00:55:01 Successfully built 8e0a99e03bef 00:55:01 Successfully tagged docker-core-data-go:latest 00:55:05 Removing intermediate container 602bb9a0a64f 00:55:05 ---> 28eca841263b 00:55:05 Step 21/26 : RUN apk --no-cache add curl 00:55:05 ---> Running in 853e5572b059 00:55:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:55:07 ---> 1e36abf0f204 00:55:07 Step 3/23 : WORKDIR /edgex-go 00:55:07 ---> Using cache 00:55:07 ---> c10f4af3b209 00:55:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:07 ---> Using cache 00:55:07 ---> 8fc58e2ae315 00:55:07 Step 5/23 : RUN apk add --update --no-cache make git 00:55:07 ---> Using cache 00:55:07 ---> 93f5a129d2db 00:55:07 Step 6/23 : COPY go.mod . 00:55:07 ---> Using cache 00:55:07 ---> 4ff03614b8c0 00:55:07 Step 7/23 : RUN go mod download 00:55:07 ---> Using cache 00:55:07 ---> 56c835c79664 00:55:07 Step 8/23 : COPY . . 00:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:07 ---> Using cache 00:55:07 ---> 3747fdc639f6 00:55:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:07 ---> Running in 245325a7aa42 00:55:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:08 (2/3) Installing libcurl (7.69.1-r3) 00:55:08 (3/3) Installing curl (7.69.1-r3) 00:55:08 Executing busybox-1.31.1-r19.trigger 00:55:08 OK: 71 MiB in 58 packages 00:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:55:10 Removing intermediate container 853e5572b059 00:55:10 ---> 6dad5d44fcce 00:55:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:55:10 ---> Running in 0ff4a4b2947e 00:55:11 Removing intermediate container 0ff4a4b2947e 00:55:11 ---> 853312f18ef0 00:55:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:12 ---> Running in b916fb77b8d3 00:55:13 Removing intermediate container b916fb77b8d3 00:55:13 ---> a5c965573da2 00:55:13 Step 24/26 : LABEL arch=arm64 00:55:13 ---> Running in 0978483dcdef 00:55:14 Removing intermediate container bd51f447ca09 00:55:14 ---> 598b46c89944 00:55:14 00:55:14 Step 10/21 : FROM alpine:3.12 00:55:14 ---> afeebe901d6b 00:55:14 Step 11/21 : RUN apk add --update --no-cache curl 00:55:14 ---> Running in 7700a065db31 00:55:14 Removing intermediate container 0978483dcdef 00:55:14 ---> 1e3666bfbf2e 00:55:14 Step 25/26 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:55:14 ---> Running in d8ca05bb0575 00:55:15 Removing intermediate container d8ca05bb0575 00:55:15 ---> 3085aacc1da3 00:55:15 Step 26/26 : LABEL version=0.0.0 00:55:16 ---> Running in e3d0c44d5adb 00:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:16 Removing intermediate container e3d0c44d5adb 00:55:16 ---> 59f37ade844d 00:55:16 00:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:17 Successfully built 59f37ade844d 00:55:17  Building docker-core-data-go ... done + date 00:55:17 Thu Jan 28 00:55:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:55:17 + echo 'Thu Jan 28 00:55:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:55:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:55:17  Building docker-sys-mgmt-agent-go ... done (1/4) Installing ca-certificates (20191127-r4) 00:55:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:55:17 (3/4) Installing libcurl (7.69.1-r3) 00:55:17 (4/4) Installing curl (7.69.1-r3) 00:55:17 Executing busybox-1.31.1-r19.trigger 00:55:18 Executing ca-certificates-20191127-r4.trigger 00:55:18 OK: 7 MiB in 18 packages 00:55:20 Removing intermediate container 7700a065db31 00:55:20 ---> 962014705bef 00:55:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:20 ---> Running in 25c323e33189 00:55:21 Removing intermediate container 25c323e33189 00:55:21 ---> bba01f0577ec 00:55:21 Step 13/21 : WORKDIR /edgex 00:55:21 ---> Running in 884474b9fa53 00:55:22 Removing intermediate container 884474b9fa53 00:55:22 ---> e0229deeea64 00:55:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:55:23 ---> 976f165398d2 00:55:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:55:25 ---> faf0cbffe6b0 00:55:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:55:27 ---> c55bc8872bbf 00:55:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:55:27 ---> Running in 11e08d539df3 00:55:27 Removing intermediate container dd2ffca2620b 00:55:27 ---> 49d99ea8e2b0 00:55:27 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:55:27 ---> Running in a0664310b579 00:55:27 Removing intermediate container 11e08d539df3 00:55:27 ---> fe062411a9b1 00:55:27 Step 18/21 : CMD ["--init=true"] 00:55:27 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:55:27 statically linked 00:55:27 ---> Running in 94d3995586fb 00:55:28 Removing intermediate container 94d3995586fb 00:55:28 ---> 2b263055a14f 00:55:28 Step 19/21 : LABEL arch=arm64 00:55:28 ---> Running in 24667f722d8c 00:55:29 Removing intermediate container a0664310b579 00:55:29 ---> d59059f5e772 00:55:29 00:55:29 Step 12/34 : FROM alpine:3.12 00:55:29 ---> 389fef711851 00:55:29 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:55:29 ---> Running in 301bf6d28f82 00:55:29 Removing intermediate container 24667f722d8c 00:55:29 ---> d19ff23518d4 00:55:29 Step 20/21 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:55:29 ---> Running in 8ae6b57db9a5 00:55:29 Removing intermediate container 301bf6d28f82 00:55:29 ---> 2b047b399ba5 00:55:29 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:55:29 ---> Running in aaaf46b172d2 00:55:30 Removing intermediate container 8ae6b57db9a5 00:55:30 ---> d034012ccd91 00:55:30 Step 21/21 : LABEL version=0.0.0 00:55:30 ---> Running in 4f38ae791937 00:55:31 Removing intermediate container 4f38ae791937 00:55:31 ---> d2ba15bc2ac5 00:55:31 00:55:31 Successfully built d2ba15bc2ac5 00:55:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:55:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:32 (1/3) Installing dumb-init (1.2.2-r1) 00:55:32 (2/3) Installing openssl (1.1.1i-r0) 00:55:32 (3/3) Installing su-exec (0.2-r1) 00:55:32 Executing busybox-1.31.1-r19.trigger 00:55:32 OK: 6 MiB in 17 packages 00:55:32 Removing intermediate container aaaf46b172d2 00:55:32 ---> bbe0bd63650a 00:55:32 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:55:33 ---> Running in 39ae10cbe00b 00:55:33 Removing intermediate container 39ae10cbe00b 00:55:33 ---> 688b499d3ddf 00:55:33 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:55:33 ---> Running in 8155eb246a23 00:55:34 Removing intermediate container 8155eb246a23 00:55:34 ---> 91c6fc0ca676 00:55:34 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:55:34 ---> Running in 1fb7c59418e5 00:55:35 Removing intermediate container 1fb7c59418e5 00:55:35 ---> 7fe7fe776ac7 00:55:35 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:55:35 ---> Running in ab933d814fc7 00:55:35 Removing intermediate container ab933d814fc7 00:55:35 ---> 507e51e3ec87 00:55:35 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:55:36 ---> 2c342808bd39 00:55:36 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:55:37  Building docker-security-proxy-setup-go ... done Removing intermediate container 1df19d336bc7 00:55:37 ---> 3cb4cf002686 00:55:37 00:55:37 Step 10/23 : FROM alpine:3.12 00:55:37 ---> afeebe901d6b 00:55:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:55:37 ---> Running in 57d079c05689 00:55:37 ---> afb5ede58f12 00:55:37 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:55:37 ---> Running in c9cf02a27467 00:55:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:38 Removing intermediate container c9cf02a27467 00:55:38 ---> f85bd5069135 00:55:38 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:38 ---> 159275ef07c2 00:55:38 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:55:39 (1/1) Installing dumb-init (1.2.2-r1) 00:55:39 Executing busybox-1.31.1-r19.trigger 00:55:39 OK: 5 MiB in 15 packages 00:55:39 ---> 06cb071f6f84 00:55:39 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:55:40 ---> 1daf8596245c 00:55:40 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:55:41 ---> 5e80930bb7a4 00:55:41 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:55:41 Removing intermediate container 57d079c05689 00:55:41 ---> b260b943c727 00:55:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:41 ---> Running in 987f116d5727 00:55:41 ---> 01ae097681ef 00:55:41 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:55:41 Removing intermediate container 987f116d5727 00:55:41 ---> caddefec5e89 00:55:41 Step 13/23 : ENV APP_PORT=48082 00:55:41 ---> Running in ffd05ae55ef6 00:55:41 ---> Running in ea07e5553051 00:55:42 Removing intermediate container ea07e5553051 00:55:42 ---> 33a6e354c3f6 00:55:42 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:55:42 Removing intermediate container ffd05ae55ef6 00:55:42 ---> c83d76aa6ca2 00:55:42 Step 14/23 : EXPOSE $APP_PORT 00:55:42 ---> Running in 87af001613fa 00:55:42 ---> f5a4026fe6d0 00:55:42 Step 29/34 : RUN chmod +x /entrypoint.sh 00:55:43 ---> Running in e44002076335 00:55:43 Removing intermediate container 87af001613fa 00:55:43 ---> 6695fbb3a0f7 00:55:43 Step 15/23 : WORKDIR / 00:55:43 ---> Running in 5227238d9433 00:55:44 Removing intermediate container 5227238d9433 00:55:44 ---> c06a79a6b0db 00:55:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:44 Removing intermediate container e44002076335 00:55:44 ---> 54ef638a8225 00:55:44 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:55:44 ---> Running in 8260265bc607 00:55:45 Removing intermediate container 8260265bc607 00:55:45 ---> 45d1bdbf3f6c 00:55:45 Step 31/34 : CMD ["gate"] 00:55:45 ---> Running in 67379d6d36d0 00:55:45 ---> 74f4c7acac85 00:55:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:55:45 Removing intermediate container 67379d6d36d0 00:55:45 ---> bc56b8a91815 00:55:45 Step 32/34 : LABEL arch=x86_64 00:55:45 ---> Running in f888195f3b4a 00:55:46 Removing intermediate container f888195f3b4a 00:55:46 ---> f6f3674ad53c 00:55:46 Step 33/34 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:55:46 ---> Running in 910f3323c350 00:55:46 Removing intermediate container 910f3323c350 00:55:46 ---> 9c7a0a34ecb0 00:55:46 Step 34/34 : LABEL version=0.0.0 00:55:47 ---> Running in b16fd05337f0 00:55:47 Removing intermediate container 291e1ad1db3c 00:55:47 ---> c96f4c155edc 00:55:47 00:55:47 Step 10/22 : FROM alpine:3.12 00:55:47 ---> afeebe901d6b 00:55:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:55:47 ---> Using cache 00:55:47 ---> b260b943c727 00:55:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:47 ---> Using cache 00:55:47 ---> caddefec5e89 00:55:47 Step 13/22 : ENV APP_PORT=48085 00:55:47 ---> 4082fd64cd71 00:55:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:55:47 Removing intermediate container b16fd05337f0 00:55:47 ---> c752f9bb45aa 00:55:47 00:55:47 Successfully built c752f9bb45aa 00:55:47 ---> Running in 45d0ac1c8308 00:55:47 Successfully tagged docker-security-bootstrapper-go:latest 00:55:48  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:55:48 Removing intermediate container 45d0ac1c8308 00:55:48 ---> 4bc337402dcb 00:55:48 Step 14/22 : EXPOSE $APP_PORT 00:55:48 $ docker stop --time=1 08cd58e7aa148f84eac791a1c157280004818367a6f738ea7f2bd8d9b178a393 00:55:48 ---> Running in 47337305c7a9 00:55:48 ---> e21828d6da45 00:55:48 Step 19/23 : ENTRYPOINT ["/core-command"] 00:55:48 ---> Running in 0fd2268f1544 00:55:49 Removing intermediate container 47337305c7a9 00:55:49 ---> bcdc747855b3 00:55:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:49 Removing intermediate container 0fd2268f1544 00:55:49 ---> 676cf61b9619 00:55:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:49 ---> Running in 639bc917f22c 00:55:50 ---> 61f402ff8362 00:55:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:55:50 Removing intermediate container 639bc917f22c 00:55:50 ---> 02b3c4f79b31 00:55:50 Step 21/23 : LABEL arch=arm64 00:55:50 $ docker rm -f 08cd58e7aa148f84eac791a1c157280004818367a6f738ea7f2bd8d9b178a393 00:55:50 ---> Running in 964b998bcb3b [Pipeline] // withDockerContainer [Pipeline] sh 00:55:51 + docker images 00:55:51 + grep docker 00:55:51 Removing intermediate container 964b998bcb3b 00:55:51 ---> 23771c5d8d7c 00:55:51 Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:55:51 ---> Running in 548b2bdde16c 00:55:51 ---> 45104575a6e8 00:55:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:55:51 docker-security-bootstrapper-go latest c752f9bb45aa 4 seconds ago 33.5MB 00:55:51 docker-core-data-go latest 8e0a99e03bef 52 seconds ago 22.3MB 00:55:51 docker-security-secretstore-setup-go latest 6b28c4d5d172 57 seconds ago 24.6MB 00:55:51 docker-core-command-go latest 64f439bda7a5 About a minute ago 16.3MB 00:55:51 docker-sys-mgmt-agent-go latest d8f12738d318 About a minute ago 313MB 00:55:51 docker-support-notifications-go latest d4411bfbab52 5 minutes ago 16.9MB 00:55:51 docker-core-metadata-go latest 81c20f413fed 5 minutes ago 18.8MB 00:55:51 docker-support-scheduler-go latest dc88bfae55d7 5 minutes ago 16.4MB 00:55:51 docker-security-proxy-setup-go latest 05b32b173b10 5 minutes ago 24.4MB 00:55:51 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 00:55:52 Removing intermediate container 548b2bdde16c 00:55:52 ---> 950f20475d4f 00:55:52 Step 23/23 : LABEL version=0.0.0 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 00:55:52 ---> Running in 4e7ca2ed26d5 [Pipeline] findFiles 00:55:53 ---> fa70905dc4fd 00:55:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:55:53 ---> Running in 684afa1676e4 [Pipeline] node 00:55:53 Removing intermediate container 4e7ca2ed26d5 00:55:53 ---> 0ab0debd636e 00:55:53 00:55:54 Removing intermediate container 684afa1676e4 00:55:54 ---> 4639b74d0d2d 00:55:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:54 Successfully built 0ab0debd636e 00:55:54 Successfully tagged docker-core-command-go-arm64:latest 00:55:54  Building docker-core-command-go ... done  ---> Running in 954386e98047 00:55:54 Removing intermediate container 954386e98047 00:55:54 ---> a148914b14a3 00:55:54 Step 20/22 : LABEL arch=arm64 00:55:54 ---> Running in cdbfa35dd120 00:55:55 Removing intermediate container cdbfa35dd120 00:55:55 ---> 88ff4beb4b13 00:55:55 Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:55:55 ---> Running in e477058047b2 00:55:56 Removing intermediate container e477058047b2 00:55:56 ---> 8e8e3ee028bd 00:55:56 Step 22/22 : LABEL version=0.0.0 00:55:56 ---> Running in 6b805fc197f8 00:55:57 Removing intermediate container 6b805fc197f8 00:55:57 ---> 5e96fe03b375 00:55:57 00:55:57 Successfully built 5e96fe03b375 00:55:57 Successfully tagged docker-support-scheduler-go-arm64:latest 00:56:08 Still waiting to schedule task 00:56:08 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:56:10  Building docker-support-scheduler-go ... done Removing intermediate container 245325a7aa42 00:56:10 ---> 6061a4aac2cf 00:56:10 00:56:10 Step 10/23 : FROM alpine:3.12 00:56:10 ---> afeebe901d6b 00:56:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:56:10 ---> Using cache 00:56:10 ---> b260b943c727 00:56:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:56:10 ---> Using cache 00:56:10 ---> caddefec5e89 00:56:10 Step 13/23 : ENV APP_PORT=48081 00:56:10 ---> Running in ee7b6c760f02 00:56:10 Removing intermediate container ee7b6c760f02 00:56:10 ---> 1e313aefe7ec 00:56:10 Step 14/23 : EXPOSE $APP_PORT 00:56:10 ---> Running in b8c54688f819 00:56:10 Removing intermediate container b8c54688f819 00:56:10 ---> 04c460ff9cf8 00:56:10 Step 15/23 : WORKDIR / 00:56:10 ---> Running in bb8abbc2bed9 00:56:10 Removing intermediate container bb8abbc2bed9 00:56:10 ---> 541660c610c9 00:56:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:11 ---> e4801c2a012c 00:56:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:56:12 ---> b2b29db6c9d8 00:56:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:56:13 ---> 462a0de70e6d 00:56:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:56:13 ---> Running in 5d7c0586cc2c 00:56:14 Removing intermediate container 5d7c0586cc2c 00:56:14 ---> 0d262f4dcbfc 00:56:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:14 ---> Running in ae550c6c5b52 00:56:15 Removing intermediate container ae550c6c5b52 00:56:15 ---> 2752ab16ee98 00:56:15 Step 21/23 : LABEL arch=arm64 00:56:15 ---> Running in 6214ba5e4059 00:56:15 Removing intermediate container 6214ba5e4059 00:56:15 ---> 6233156d301f 00:56:15 Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 00:56:15 ---> Running in 7ea36ee36702 00:56:16 Removing intermediate container 7ea36ee36702 00:56:16 ---> 77deb7a145a8 00:56:16 Step 23/23 : LABEL version=0.0.0 00:56:16 ---> Running in 667443b7bcfe 00:56:16 Removing intermediate container 667443b7bcfe 00:56:16 ---> 5e21fdf3a311 00:56:16 00:56:17 Successfully built 5e21fdf3a311 00:56:17 Successfully tagged docker-core-metadata-go-arm64:latest 00:56:17  Building docker-core-metadata-go ... done  [Pipeline] } 00:56:17 $ docker stop --time=1 25fe7138169346060d20fb86451da2a187d6e78064d6e3259a06f5c9db2cf04a 00:56:19 $ docker rm -f 25fe7138169346060d20fb86451da2a187d6e78064d6e3259a06f5c9db2cf04a [Pipeline] // withDockerContainer [Pipeline] sh 00:56:20 + + grep docker 00:56:20 docker images 00:56:20 docker-core-metadata-go-arm64 latest 5e21fdf3a311 4 seconds ago 17.7MB 00:56:20 docker-support-scheduler-go-arm64 latest 5e96fe03b375 24 seconds ago 15.5MB 00:56:20 docker-core-command-go-arm64 latest 0ab0debd636e 27 seconds ago 15.4MB 00:56:20 docker-security-proxy-setup-go-arm64 latest d2ba15bc2ac5 50 seconds ago 23.2MB 00:56:20 docker-sys-mgmt-agent-go-arm64 latest 59f37ade844d About a minute ago 300MB 00:56:20 docker-security-bootstrapper-go-arm64 latest 3d2d5763bf38 About a minute ago 31.9MB 00:56:20 docker-core-data-go-arm64 latest ccc350e6400c 2 minutes ago 21MB 00:56:20 docker-security-secretstore-setup-go-arm64 latest 5d67c5bbd1db 2 minutes ago 23.4MB 00:56:20 docker-support-notifications-go-arm64 latest b5cceaa19801 3 minutes ago 16MB 00:56:20 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:58:28 Running on prd-ubuntu18.04-docker-8c-8g-23619 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:58:28 Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout 00:58:30 using credential edgex-jenkins-ssh 00:58:30 Cloning the remote Git repository 00:58:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:58:30 > git init /w/workspace/edgex-go/50 # timeout=10 00:58:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:30 > git --version # timeout=10 00:58:30 > git --version # 'git version 2.17.1' 00:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:58:52 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:58:52 Merge succeeded, producing f51c966787a97754e31e08311996ccdd5e9bdb05 00:58:52 Checking out Revision f51c966787a97754e31e08311996ccdd5e9bdb05 (PR-2858) 00:58:52 > git config core.sparsecheckout # timeout=10 00:58:52 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:58:52 > git remote # timeout=10 00:58:52 > git config --get remote.origin.url # timeout=10 00:58:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:52 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:58:52 > git rev-parse HEAD^{commit} # timeout=10 00:58:52 > git config core.sparsecheckout # timeout=10 00:58:52 > git checkout -f f51c966787a97754e31e08311996ccdd5e9bdb05 # timeout=10 00:58:56 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:58:56 First time build. Skipping changelog. 00:58:56 > git rev-list --no-walk 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:58:57 + echo snap-build.sh 00:58:57 snap-build.sh 00:58:57 + SNAP_BASE_DIR=. 00:58:57 + '[' '!' -z /w/workspace/edgex-go/50 ']' 00:58:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/50 00:58:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/50]' 00:58:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/50] 00:58:57 + cd /w/workspace/edgex-go/50 00:58:57 + sudo apt-get remove -qy --purge lxd lxd-client 00:58:57 Reading package lists... 00:58:57 Building dependency tree... 00:58:57 Reading state information... 00:58:57 The following packages were automatically installed and are no longer required: 00:58:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:58:57 uidmap xdelta3 00:58:57 Use 'sudo apt autoremove' to remove them. 00:58:57 The following packages will be REMOVED: 00:58:57 lxd* lxd-client* 00:58:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:58:58 After this operation, 31.7 MB disk space will be freed. 00:58:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:58:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:59:00 Removing lxd dnsmasq configuration 00:59:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:59:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:59:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:59:01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:59:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:59:02 Processing triggers for systemd (237-3ubuntu10.42) ... 00:59:02 Processing triggers for ureadahead (0.100.0-21) ... 00:59:04 + sudo snap remove --purge lxd 00:59:04 snap "lxd" is not installed 00:59:04 + sudo groupadd --force --system lxd 00:59:04 ++ whoami 00:59:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:59:04 + newgrp - lxd 00:59:04 + sudo snap install lxd 00:59:12 2021-01-28T00:59:09Z INFO Waiting for automatic snapd restart... 00:59:24 lxd 4.10 from Canonical* installed 00:59:24 + sudo lxd init --auto 00:59:32 + sudo snap install --classic snapcraft 00:59:40 snapcraft 4.4.4 from Canonical* installed 00:59:40 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:59:40 + patch --verbose -p1 00:59:40 Hmm... Looks like a unified diff to me... 00:59:40 The text leading up to this was: 00:59:40 -------------------------- 00:59:40 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:59:40 |From: Tony Espy 00:59:40 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:59:40 |Subject: [PATCH] optimize snap build for pipeline CI check 00:59:40 | 00:59:40 |This patch is used by the EdgeX CI pipeline builds to 00:59:40 |optimize the snap CI check run for pull requests. When 00:59:40 |applied, it essentially strips out everything (apps and 00:59:40 |parts) from the snapcraft.yaml file except those required 00:59:40 |to build edgex-go, as the whole idea of the CI check is to 00:59:40 |catch changes to edgex-go that break the snap build. 00:59:40 | 00:59:40 |In general, anyone updating snapcraft.yaml will also need 00:59:40 |to update this patch file, otherwise it may fail to apply, 00:59:40 |resulting in a failed snap build CI check in the associated 00:59:40 |pull request. 00:59:40 | 00:59:40 |Note - in addition to applying this patch, the pipeline also 00:59:40 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:59:40 |need to build the finally binary .snap file (and it won't 00:59:40 |work with the patch applied). This further reduces the build 00:59:40 |time. 00:59:40 |--- 00:59:40 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:59:40 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:59:40 | 00:59:40 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:59:40 |index 1e537489..faf42425 100644 00:59:40 |--- a/snap/snapcraft.yaml 00:59:40 |+++ b/snap/snapcraft.yaml 00:59:40 -------------------------- 00:59:40 patching file snap/snapcraft.yaml 00:59:40 Using Plan A... 00:59:40 Hunk #1 succeeded at 73. 00:59:40 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:59:40 Hunk #3 succeeded at 214 (offset -1 lines). 00:59:40 Hunk #4 FAILED at 223. 00:59:40 Hunk #5 succeeded at 300. 00:59:40 Hunk #6 succeeded at 327. 00:59:40 Hunk #7 succeeded at 361. 00:59:40 Hunk #8 FAILED at 412. 00:59:40 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:59:40 Hmm... Ignoring the trailing garbage. 00:59:40 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:59:41 Failed in branch amd64 [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 00:59:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:59:46 ---> package-listing.sh 00:59:46 ++ facter osfamily 00:59:46 ++ tr '[:upper:]' '[:lower:]' 00:59:46 + OS_FAMILY=redhat 00:59:46 + workspace=/w/workspace/edgex-go/50 00:59:46 + START_PACKAGES=/tmp/packages_start.txt 00:59:46 + END_PACKAGES=/tmp/packages_end.txt 00:59:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:59:46 + PACKAGES=/tmp/packages_start.txt 00:59:46 + '[' /w/workspace/edgex-go/50 ']' 00:59:46 + PACKAGES=/tmp/packages_end.txt 00:59:46 + case "${OS_FAMILY}" in 00:59:46 + rpm -qa 00:59:46 + sort 00:59:52 + '[' -f /tmp/packages_start.txt ']' 00:59:52 + '[' -f /tmp/packages_end.txt ']' 00:59:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:59:52 + '[' /w/workspace/edgex-go/50 ']' 00:59:52 + mkdir -p /w/workspace/edgex-go/50/archives/ 00:59:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/50/archives/ [Pipeline] echo 00:59:53 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/50/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:59:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:59:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:59:54 00:59:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:59:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:59:55 alpine: Pulling from edgex-lftools-log-publisher 00:59:55 df20fa9351a1: Pulling fs layer 00:59:55 36b3adc4ff6f: Pulling fs layer 00:59:55 8ad3a11d3b57: Pulling fs layer 00:59:55 46f8f816bc3b: Pulling fs layer 00:59:55 93b61091891f: Pulling fs layer 00:59:55 93b9cdb0e59b: Pulling fs layer 00:59:55 5e14af77c1be: Pulling fs layer 00:59:55 01666e4c0597: Pulling fs layer 00:59:55 aa168da1d23b: Pulling fs layer 00:59:55 46f8f816bc3b: Waiting 00:59:55 93b61091891f: Waiting 00:59:55 93b9cdb0e59b: Waiting 00:59:55 5e14af77c1be: Waiting 00:59:55 01666e4c0597: Waiting 00:59:55 aa168da1d23b: Waiting 00:59:55 36b3adc4ff6f: Verifying Checksum 00:59:55 36b3adc4ff6f: Download complete 00:59:55 46f8f816bc3b: Verifying Checksum 00:59:55 46f8f816bc3b: Download complete 00:59:55 df20fa9351a1: Verifying Checksum 00:59:55 df20fa9351a1: Download complete 00:59:55 93b61091891f: Verifying Checksum 00:59:55 93b61091891f: Download complete 00:59:55 93b9cdb0e59b: Verifying Checksum 00:59:55 93b9cdb0e59b: Download complete 00:59:55 5e14af77c1be: Verifying Checksum 00:59:55 5e14af77c1be: Download complete 00:59:55 01666e4c0597: Verifying Checksum 00:59:55 01666e4c0597: Download complete 00:59:56 df20fa9351a1: Pull complete 00:59:56 8ad3a11d3b57: Verifying Checksum 00:59:56 8ad3a11d3b57: Download complete 00:59:56 36b3adc4ff6f: Pull complete 00:59:59 8ad3a11d3b57: Pull complete 01:00:01 46f8f816bc3b: Pull complete 01:00:05 93b61091891f: Pull complete 01:00:05 aa168da1d23b: Verifying Checksum 01:00:05 aa168da1d23b: Download complete 01:00:05 93b9cdb0e59b: Pull complete 01:00:06 5e14af77c1be: Pull complete 01:00:06 01666e4c0597: Pull complete 01:00:25 aa168da1d23b: Pull complete 01:00:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:00:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:00:26 prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container 01:00:26 $ 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/50/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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:00:29 $ docker top b53645388b7d5f96c44695483553b3d36468967f453817a8066782dcab212322 -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:30 + touch /tmp/pre-build-complete [Pipeline] sh 01:00:31 + mkdir -p /var/log/sa [Pipeline] sh 01:00:32 + ls /var/log/sa-host 01:00:32 + sadf -c /var/log/sa-host/sa23 01:00:32 file_magic: OK 01:00:32 HZ: Using current value: 100 01:00:32 file_header: OK 01:00:32 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 01:00:32 Statistics: 01:00:32 Hnuu...uuuununununu... 01:00:32 File successfully converted to sysstat format version 12.2.1 01:00:32 + sadf -c /var/log/sa-host/sa28 01:00:32 file_magic: OK 01:00:32 HZ: Using current value: 100 01:00:32 file_header: OK 01:00:32 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 01:00:32 Statistics: 01:00:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:00:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:00:33 provisioning config files... 01:00:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/50@tmp/config6412196246244439319tmp [Pipeline] { [Pipeline] echo 01:00:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:00:33 ---> create-netrc.sh [Pipeline] } 01:00:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:00:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:00:34 ---> python-tools-install.sh [Pipeline] echo 01:00:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:00:35 ---> sudo-logs.sh 01:00:35 Archiving 'sudo' log.. [Pipeline] echo 01:00:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:00:36 ---> job-cost.sh 01:00:36 lf-activate-venv: SKIPPING 01:00:36 INFO: No Stack... 01:00:36 INFO: Retrieving Pricing Info for: v1-standard-2 01:00:37 INFO: Archiving Costs [Pipeline] echo 01:00:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:00:38 ---> logs-deploy.sh 01:00:38 lf-activate-venv: SKIPPING 01:00:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/50 01:00:38 INFO: archiving workspace using pattern(s): 01:00:40 Archives upload complete. 01:00:41 INFO: archiving logs to Nexus 01:00:43 ---> uname -a: 01:00:43 Linux prd-centos7-docker-4c-2g-23574.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:00:43 01:00:43 01:00:43 ---> lscpu: 01:00:43 Architecture: x86_64 01:00:43 CPU op-mode(s): 32-bit, 64-bit 01:00:43 Byte Order: Little Endian 01:00:43 Address sizes: 40 bits physical, 48 bits virtual 01:00:43 CPU(s): 4 01:00:43 On-line CPU(s) list: 0-3 01:00:43 Thread(s) per core: 1 01:00:43 Core(s) per socket: 1 01:00:43 Socket(s): 4 01:00:43 NUMA node(s): 1 01:00:43 Vendor ID: GenuineIntel 01:00:43 CPU family: 6 01:00:43 Model: 44 01:00:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:00:43 Stepping: 1 01:00:43 CPU MHz: 2933.438 01:00:43 BogoMIPS: 5866.87 01:00:43 Virtualization: VT-x 01:00:43 Hypervisor vendor: KVM 01:00:43 Virtualization type: full 01:00:43 L1d cache: 128 KiB 01:00:43 L1i cache: 128 KiB 01:00:43 L2 cache: 16 MiB 01:00:43 L3 cache: 64 MiB 01:00:43 NUMA node0 CPU(s): 0-3 01:00:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:00:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:00:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:00:43 Vulnerability Meltdown: Mitigation; PTI 01:00:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:00:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:00:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:00:43 Vulnerability Srbds: Not affected 01:00:43 Vulnerability Tsx async abort: Not affected 01:00:43 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 01:00:43 01:00:43 01:00:43 ---> nproc: 01:00:43 4 01:00:43 01:00:43 01:00:43 ---> df -h: 01:00:43 Filesystem Size Used Available Use% Mounted on 01:00:43 overlay 50.0G 12.3G 37.7G 25% / 01:00:43 tmpfs 64.0M 0 64.0M 0% /dev 01:00:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:00:43 shm 64.0M 0 64.0M 0% /dev/shm 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/50 01:00:43 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/50@tmp 01:00:43 01:00:43 01:00:43 ---> free -m: 01:00:43 total used free shared buff/cache available 01:00:43 Mem: 1837 698 141 0 996 1059 01:00:43 Swap: 1023 120 903 01:00:43 01:00:43 01:00:43 ---> ip addr: 01:00:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:00:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:00:43 inet 127.0.0.1/8 scope host lo 01:00:43 valid_lft forever preferred_lft forever 01:00:43 inet6 ::1/128 scope host 01:00:43 valid_lft forever preferred_lft forever 01:00:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:00:43 link/ether fa:16:3e:1a:87:28 brd ff:ff:ff:ff:ff:ff 01:00:43 inet 10.30.122.207/23 brd 10.30.123.255 scope global dynamic eth0 01:00:43 valid_lft 84781sec preferred_lft 84781sec 01:00:43 inet6 fe80::f816:3eff:fe1a:8728/64 scope link 01:00:43 valid_lft forever preferred_lft forever 01:00:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:00:43 link/ether 02:42:b0:d3:c9:72 brd ff:ff:ff:ff:ff:ff 01:00:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:00:43 valid_lft forever preferred_lft forever 01:00:43 inet6 fe80::42:b0ff:fed3:c972/64 scope link 01:00:43 valid_lft forever preferred_lft forever 01:00:43 01:00:43 01:00:43 ---> sar -b -r -n DEV: 01:00:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:00:43 01:00:43 00:33:26 LINUX RESTART (4 CPU) 01:00:43 01:00:43 00:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:00:43 00:35:02 152.80 102.78 50.02 0.00 7763.99 36420.47 0.00 01:00:43 00:36:01 54.22 11.88 42.35 0.00 4679.96 7940.15 0.00 01:00:43 00:37:01 19.84 10.05 9.79 0.00 518.18 5331.09 0.00 01:00:43 00:38:02 167.80 66.88 100.92 0.00 5323.77 33341.73 0.00 01:00:43 00:39:02 193.41 53.29 140.12 0.00 2498.12 22789.35 0.00 01:00:43 00:40:02 85.86 61.35 24.51 0.00 1898.90 1468.21 0.00 01:00:43 00:41:02 79.59 22.53 57.06 0.00 986.99 8439.94 0.00 01:00:43 00:42:02 45.89 22.14 23.75 0.00 407.14 1727.66 0.00 01:00:43 00:43:01 75.04 31.63 43.41 0.00 1512.01 2401.33 0.00 01:00:43 00:44:01 51.80 29.03 22.77 0.00 2038.07 2605.53 0.00 01:00:43 00:45:02 30.37 7.24 23.14 0.00 313.36 10114.21 0.00 01:00:43 00:46:02 208.50 52.58 155.92 0.00 16058.49 83763.46 0.00 01:00:43 00:47:03 752.63 651.54 101.09 0.00 73398.86 73803.98 0.00 01:00:43 00:48:03 1158.76 997.31 161.46 0.00 71394.72 73871.67 0.00 01:00:43 00:49:02 1421.28 1274.08 147.20 0.00 73841.60 79998.61 0.00 01:00:43 00:50:02 183.80 114.36 69.44 0.00 7950.76 12123.00 0.00 01:00:43 00:51:02 363.16 107.43 255.72 0.00 27327.05 90917.58 0.00 01:00:43 00:52:10 1093.93 912.29 181.64 0.00 66587.15 70050.16 0.00 01:00:43 00:53:04 1496.55 1322.93 173.62 0.00 85340.51 93319.98 0.00 01:00:43 00:54:01 509.34 393.17 116.17 0.00 25980.46 25241.12 0.00 01:00:43 00:55:02 201.13 41.05 160.08 0.00 3937.14 21113.31 0.00 01:00:43 00:56:01 124.00 32.25 91.75 0.00 3503.80 17046.36 0.00 01:00:43 00:57:01 1.60 0.07 1.53 0.00 1.06 26.66 0.00 01:00:43 00:58:01 0.28 0.05 0.23 0.00 0.80 2.45 0.00 01:00:43 00:59:01 0.25 0.05 0.20 0.00 0.40 1.93 0.00 01:00:43 01:00:02 70.60 60.26 10.34 0.00 5925.18 1154.36 0.00 01:00:43 Average: 327.24 243.95 83.29 0.00 18797.80 29789.12 0.00 01:00:43 01:00:43 00:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:00:43 00:35:02 71104 0 576136 30.62 2620 1231684 1115908 38.08 441916 1172328 51728 01:00:43 00:36:01 143760 0 643464 34.20 2620 1091700 1447556 49.40 491864 1042616 48 01:00:43 00:37:01 70408 0 807612 42.92 2620 1000904 1529732 52.21 663504 942832 12 01:00:43 00:38:02 82376 0 715400 38.02 2428 1081340 1554772 53.06 628576 929912 90996 01:00:43 00:39:02 328556 0 689412 36.64 1492 862084 1121836 38.29 423544 845088 32 01:00:43 00:40:02 91592 0 867840 46.12 1492 920620 1737428 59.30 678448 835900 74580 01:00:43 00:41:02 107088 0 991048 52.67 544 782864 1888004 64.43 735100 758024 46372 01:00:43 00:42:02 541404 0 734720 39.05 452 604968 1355236 46.25 450072 608672 15060 01:00:43 00:43:01 319728 0 778136 41.36 452 783228 1647140 56.21 600628 675460 85896 01:00:43 00:44:01 264760 0 775876 41.24 452 840456 1516140 51.74 596308 731984 56588 01:00:43 00:45:02 155780 0 769128 40.88 452 956184 1555656 53.09 596360 858592 74860 01:00:43 00:46:02 74584 0 714488 37.97 64 1092408 1326944 45.29 726092 845584 31492 01:00:43 00:47:03 213992 0 781196 41.52 0 886356 1892088 64.57 635808 819956 5000 01:00:43 00:48:03 75096 0 844252 44.87 0 962196 2379644 81.21 770152 817836 50648 01:00:43 00:49:02 432460 0 921892 49.00 0 527192 4278892 146.03 664932 547832 68 01:00:43 00:50:02 282528 0 890808 47.34 0 708208 2612812 89.17 669368 667592 5172 01:00:43 00:51:02 66852 0 815616 43.35 0 999076 2380828 81.25 715692 863416 46412 01:00:43 00:52:10 71948 0 779404 41.42 0 1030192 2193304 74.85 631256 943748 53080 01:00:43 00:53:04 64672 0 788776 41.92 0 1028096 2326556 79.40 686576 894268 45700 01:00:43 00:54:01 63892 0 1267832 67.38 0 549820 3584244 122.32 887312 660188 212 01:00:43 00:55:02 268188 0 719888 38.26 0 893468 1982628 67.66 677896 663664 9376 01:00:43 00:56:01 230172 0 615420 32.71 0 1035952 1233648 42.10 571200 818148 20 01:00:43 00:57:01 230652 0 614896 32.68 0 1035996 1229536 41.96 570840 818160 20 01:00:43 00:58:01 231752 0 613812 32.62 0 1035980 1216160 41.51 569784 818064 12 01:00:43 00:59:01 232336 0 613216 32.59 0 1035992 1212108 41.37 569988 818008 8 01:00:43 01:00:02 99604 0 646676 34.37 0 1135264 1449600 49.47 616420 899528 93036 01:00:43 Average: 185203 0 768344 40.84 603 927393 1837246 62.70 625755 819131 32170 01:00:43 01:00:43 00:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:00:43 00:35:02 eth0 293.79 178.57 1346.63 50.83 0.00 0.00 0.00 0.00 01:00:43 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:36:01 veth6137922 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 01:00:43 00:36:01 eth0 433.34 211.76 2352.19 37.36 0.00 0.00 0.00 0.00 01:00:43 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:36:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:37:01 veth6137922 729.05 644.08 73.78 2657.41 0.00 0.00 0.00 0.00 01:00:43 00:37:01 eth0 659.92 740.76 2666.50 98.44 0.00 0.00 0.00 0.00 01:00:43 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:37:01 docker0 729.05 644.05 63.81 2657.41 0.00 0.00 0.00 0.00 01:00:43 00:38:02 eth0 338.47 280.98 2797.69 29.73 0.00 0.00 0.00 0.00 01:00:43 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:38:02 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:39:02 eth0 191.11 92.54 851.79 15.08 0.00 0.00 0.00 0.00 01:00:43 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:39:02 docker0 77.96 169.39 5.73 835.42 0.00 0.00 0.00 0.00 01:00:43 00:40:02 eth0 31.59 32.52 22.33 69.77 0.00 0.00 0.00 0.00 01:00:43 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:40:02 vethb6e8066 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:41:02 eth0 16.78 11.38 12.57 6.84 0.00 0.00 0.00 0.00 01:00:43 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:41:02 vethb6e8066 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:42:02 eth0 27.78 21.25 21.39 12.00 0.00 0.00 0.00 0.00 01:00:43 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:42:02 vethb6e8066 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 01:00:43 00:42:02 docker0 0.34 0.34 0.02 0.03 0.00 0.00 0.00 0.00 01:00:43 00:43:01 eth0 5.26 3.40 3.60 1.96 0.00 0.00 0.00 0.00 01:00:43 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:43:01 vethb6e8066 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:44:01 eth0 27.97 26.92 14.49 69.93 0.00 0.00 0.00 0.00 01:00:43 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:44:01 vethb6e8066 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:45:02 eth0 181.28 138.79 1685.83 21.40 0.00 0.00 0.00 0.00 01:00:43 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:46:02 vetha2b3d9c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:46:02 eth0 31.06 27.22 24.93 57.50 0.00 0.00 0.00 0.00 01:00:43 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:47:03 vetha2b3d9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:47:03 eth0 3.65 2.05 2.01 1.10 0.00 0.00 0.00 0.00 01:00:43 00:47:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:47:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:48:03 vetha2b3d9c 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:48:03 eth0 41.00 26.28 159.30 8.24 0.00 0.00 0.00 0.00 01:00:43 00:48:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:48:03 docker0 13.74 22.56 0.75 146.08 0.00 0.00 0.00 0.00 01:00:43 00:49:02 vetha600ea7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:49:02 vethe5b36dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:49:02 veth1fcf5a0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:49:02 vetha2b3d9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:50:02 vetha2b3d9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:50:02 eth0 2323.79 1818.22 12063.03 487.26 0.00 0.00 0.00 0.00 01:00:43 00:50:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:00:43 00:50:02 veth9a5379b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:51:02 vetha2b3d9c 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:51:02 eth0 281.09 197.27 1760.83 91.93 0.00 0.00 0.00 0.00 01:00:43 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:51:02 veth564e73b 51.76 81.30 3.48 293.50 0.00 0.00 0.00 0.00 01:00:43 00:52:10 vetha2b3d9c 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:52:10 eth0 41.09 27.49 133.44 9.64 0.00 0.00 0.00 0.00 01:00:43 00:52:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:52:10 docker0 795.45 857.09 66.03 3743.84 0.00 0.00 0.00 0.00 01:00:43 00:53:04 veth5cbf67f 1.84 3.14 0.27 13.80 0.00 0.00 0.00 0.00 01:00:43 00:53:04 vetha2b3d9c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:53:04 eth0 17.62 13.31 25.37 6.61 0.00 0.00 0.00 0.00 01:00:43 00:53:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:54:01 veth6e0fb9d 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:54:01 vetha2b3d9c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:54:01 veth504e292 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:54:01 eth0 47.84 36.58 68.87 69.87 0.00 0.00 0.00 0.00 01:00:43 00:55:02 veth6e0fb9d 27.45 158.97 2.03 876.91 0.00 0.00 0.00 0.00 01:00:43 00:55:02 vetha2b3d9c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:00:43 00:55:02 eth0 229.61 76.04 991.72 74.12 0.00 0.00 0.00 0.00 01:00:43 00:55:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:00:43 00:56:01 eth0 37.82 19.27 60.43 13.07 0.00 0.00 0.00 0.00 01:00:43 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:56:01 docker0 955.91 1176.47 78.58 5365.96 0.00 0.00 0.00 0.00 01:00:43 00:57:01 eth0 2.64 0.52 0.68 0.39 0.00 0.00 0.00 0.00 01:00:43 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:58:01 eth0 1.21 0.65 0.56 0.44 0.00 0.00 0.00 0.00 01:00:43 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:59:01 eth0 1.75 0.65 0.63 0.40 0.00 0.00 0.00 0.00 01:00:43 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 01:00:02 eth0 170.22 112.26 1687.62 57.04 0.00 0.00 0.00 0.00 01:00:43 01:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 01:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 Average: eth0 120.56 88.27 644.90 31.08 0.00 0.00 0.00 0.00 01:00:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:00:43 Average: docker0 36.25 44.62 2.98 203.51 0.00 0.00 0.00 0.00 01:00:43 01:00:43 01:00:43 ---> sar -P ALL: 01:00:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:00:43 01:00:43 00:33:26 LINUX RESTART (4 CPU) 01:00:43 01:00:43 00:34:01 CPU %user %nice %system %iowait %steal %idle 01:00:43 00:35:02 all 12.90 0.00 7.70 8.58 35.44 35.37 01:00:43 00:35:02 0 14.03 0.00 12.64 8.61 35.98 28.74 01:00:43 00:35:02 1 10.47 0.00 6.24 9.00 37.08 37.20 01:00:43 00:35:02 2 14.39 0.00 5.90 7.93 33.47 38.32 01:00:43 00:35:02 3 12.79 0.00 6.30 8.78 35.26 36.87 01:00:43 00:36:01 all 3.92 0.00 3.14 1.34 18.78 72.81 01:00:43 00:36:01 0 2.83 0.00 2.97 1.63 21.35 71.22 01:00:43 00:36:01 1 3.84 0.00 3.23 0.37 18.65 73.91 01:00:43 00:36:01 2 4.55 0.00 2.96 1.94 18.89 71.66 01:00:43 00:36:01 3 4.50 0.00 3.41 1.40 16.15 74.54 01:00:43 00:37:01 all 5.12 0.00 1.59 0.25 21.57 71.47 01:00:43 00:37:01 0 3.87 0.00 1.88 0.02 25.91 68.33 01:00:43 00:37:01 1 8.52 0.00 1.99 0.89 21.32 67.28 01:00:43 00:37:01 2 3.81 0.00 1.24 0.02 20.58 74.35 01:00:43 00:37:01 3 4.38 0.00 1.25 0.08 18.40 75.90 01:00:43 00:38:02 all 4.55 0.00 3.78 1.26 27.84 62.57 01:00:43 00:38:02 0 3.90 0.00 3.49 0.83 29.46 62.32 01:00:43 00:38:02 1 4.79 0.00 3.67 0.45 27.94 63.13 01:00:43 00:38:02 2 3.52 0.00 4.43 2.93 26.95 62.17 01:00:43 00:38:02 3 5.96 0.00 3.53 0.83 27.00 62.67 01:00:43 00:39:02 all 3.82 0.00 4.37 5.21 29.02 57.57 01:00:43 00:39:02 0 3.50 0.00 3.72 5.10 30.18 57.50 01:00:43 00:39:02 1 3.47 0.00 4.14 6.13 28.21 58.04 01:00:43 00:39:02 2 3.67 0.00 3.79 4.07 28.18 60.29 01:00:43 00:39:02 3 4.67 0.00 5.89 5.57 29.48 54.38 01:00:43 00:40:02 all 17.34 0.00 6.72 3.81 38.17 33.96 01:00:43 00:40:02 0 20.17 0.00 8.05 2.43 37.11 32.25 01:00:43 00:40:02 1 17.82 0.00 6.44 3.68 36.87 35.19 01:00:43 00:40:02 2 12.46 0.00 5.33 6.28 40.77 35.18 01:00:43 00:40:02 3 19.18 0.00 7.16 2.71 37.80 33.15 01:00:43 00:41:02 all 27.99 0.00 9.57 2.39 41.25 18.80 01:00:43 00:41:02 0 31.63 0.00 10.80 2.01 40.57 14.99 01:00:43 00:41:02 1 26.90 0.00 9.23 1.72 41.59 20.57 01:00:43 00:41:02 2 24.70 0.00 8.48 3.68 42.73 20.41 01:00:43 00:41:02 3 29.08 0.00 9.86 2.08 40.01 18.97 01:00:43 00:42:02 all 22.30 0.00 8.87 2.78 41.38 24.67 01:00:43 00:42:02 0 17.92 0.00 6.89 2.58 42.97 29.64 01:00:43 00:42:02 1 23.34 0.00 9.10 2.85 40.03 24.68 01:00:43 00:42:02 2 23.82 0.00 9.93 3.09 41.44 21.72 01:00:43 00:42:02 3 24.51 0.00 9.74 2.59 41.00 22.16 01:00:43 00:43:01 all 25.39 0.00 11.60 3.12 44.06 15.84 01:00:43 00:43:01 0 22.50 0.00 11.27 3.43 44.49 18.31 01:00:43 00:43:01 1 27.39 0.00 11.57 3.15 42.08 15.82 01:00:43 00:43:01 2 28.07 0.00 12.19 3.25 44.72 11.76 01:00:43 00:43:01 3 23.72 0.00 11.39 2.66 45.01 17.22 01:00:43 00:44:01 all 12.81 0.00 7.62 2.39 36.09 41.09 01:00:43 00:44:01 0 12.15 0.00 6.64 2.67 37.51 41.03 01:00:43 00:44:01 1 12.42 0.00 6.92 2.40 36.37 41.89 01:00:43 00:44:01 2 13.20 0.00 8.12 2.17 35.03 41.48 01:00:43 00:44:01 3 13.52 0.00 8.84 2.30 35.39 39.95 01:00:43 00:45:02 all 7.62 0.00 6.58 0.23 35.97 49.60 01:00:43 00:45:02 0 7.32 0.00 5.85 0.34 37.60 48.89 01:00:43 00:45:02 1 8.82 0.00 7.94 0.17 35.69 47.39 01:00:43 00:45:02 2 6.58 0.00 5.91 0.17 35.64 51.70 01:00:43 00:45:02 3 7.77 0.00 6.65 0.23 34.91 50.43 01:00:43 01:00:43 00:45:02 CPU %user %nice %system %iowait %steal %idle 01:00:43 00:46:02 all 4.77 0.00 6.51 8.29 38.20 42.23 01:00:43 00:46:02 0 4.11 0.00 6.76 7.68 38.98 42.46 01:00:43 00:46:02 1 5.41 0.00 5.74 8.04 38.71 42.09 01:00:43 00:46:02 2 3.91 0.00 6.18 8.72 38.27 42.92 01:00:43 00:46:02 3 5.68 0.00 7.37 8.73 36.80 41.43 01:00:43 00:47:03 all 8.66 0.00 7.34 9.39 48.48 26.13 01:00:43 00:47:03 0 9.18 0.00 7.30 9.01 48.25 26.25 01:00:43 00:47:03 1 8.17 0.00 7.21 9.94 48.84 25.83 01:00:43 00:47:03 2 9.02 0.00 7.79 9.91 48.82 24.46 01:00:43 00:47:03 3 8.29 0.00 7.06 8.69 48.01 27.95 01:00:43 00:48:03 all 4.04 0.00 8.83 26.08 36.66 24.39 01:00:43 00:48:03 0 3.97 0.00 9.00 26.40 37.25 23.38 01:00:43 00:48:03 1 4.04 0.00 8.50 29.28 36.47 21.71 01:00:43 00:48:03 2 4.10 0.00 8.78 22.71 36.47 27.93 01:00:43 00:48:03 3 4.03 0.00 9.05 25.92 36.44 24.56 01:00:43 00:49:02 all 8.20 0.00 6.79 25.91 37.31 21.79 01:00:43 00:49:02 0 8.54 0.00 6.41 25.76 36.80 22.50 01:00:43 00:49:02 1 7.03 0.00 6.48 24.78 38.14 23.58 01:00:43 00:49:02 2 8.60 0.00 6.85 26.39 36.31 21.85 01:00:43 00:49:02 3 8.67 0.00 7.45 26.74 37.98 19.16 01:00:43 00:50:02 all 57.19 0.00 13.18 4.26 23.91 1.47 01:00:43 00:50:02 0 58.21 0.00 13.53 4.98 21.78 1.50 01:00:43 00:50:02 1 56.45 0.00 12.77 4.37 24.50 1.90 01:00:43 00:50:02 2 57.98 0.00 12.35 4.23 23.68 1.77 01:00:43 00:50:02 3 56.12 0.00 14.06 3.47 25.64 0.70 01:00:43 00:51:02 all 10.53 0.00 12.01 11.01 36.19 30.25 01:00:43 00:51:02 0 10.21 0.00 11.98 10.69 36.63 30.49 01:00:43 00:51:02 1 10.68 0.00 11.39 10.73 35.80 31.40 01:00:43 00:51:02 2 10.66 0.00 12.27 9.16 35.70 32.21 01:00:43 00:51:02 3 10.59 0.00 12.41 13.57 36.66 26.77 01:00:43 00:52:10 all 7.22 0.00 7.89 22.29 39.81 22.78 01:00:43 00:52:10 0 7.27 0.00 8.42 24.87 39.45 19.99 01:00:43 00:52:10 1 7.09 0.00 7.80 21.93 39.74 23.44 01:00:43 00:52:10 2 7.36 0.00 7.76 22.30 38.93 23.65 01:00:43 00:52:10 3 7.16 0.00 7.60 20.11 41.12 24.01 01:00:43 00:53:04 all 6.46 0.00 6.77 29.32 38.30 19.14 01:00:43 00:53:04 0 5.81 0.00 5.83 27.73 38.48 22.16 01:00:43 00:53:04 1 5.65 0.00 7.24 33.47 38.00 15.63 01:00:43 00:53:04 2 8.08 0.00 6.93 27.20 37.54 20.25 01:00:43 00:53:04 3 6.36 0.00 7.13 28.90 39.16 18.44 01:00:43 00:54:01 all 30.64 0.00 9.54 16.52 33.38 9.92 01:00:43 00:54:01 0 29.93 0.00 9.35 16.16 34.08 10.49 01:00:43 00:54:01 1 29.69 0.00 9.52 17.15 34.03 9.61 01:00:43 00:54:01 2 30.99 0.00 9.80 17.56 32.89 8.76 01:00:43 00:54:01 3 31.95 0.00 9.48 15.22 32.52 10.82 01:00:43 00:55:02 all 30.33 0.00 12.01 7.07 29.12 21.48 01:00:43 00:55:02 0 27.61 0.00 11.93 6.50 29.57 24.39 01:00:43 00:55:02 1 31.37 0.00 12.45 7.47 28.60 20.11 01:00:43 00:55:02 2 32.85 0.00 12.02 8.38 28.92 17.83 01:00:43 00:55:02 3 29.68 0.00 11.63 5.98 29.37 23.33 01:00:43 00:56:01 all 10.72 0.00 7.58 3.97 15.22 62.52 01:00:43 00:56:01 0 10.60 0.00 7.37 5.83 15.51 60.69 01:00:43 00:56:01 1 11.08 0.00 7.86 2.49 15.33 63.24 01:00:43 00:56:01 2 10.50 0.00 7.49 4.45 14.97 62.59 01:00:43 00:56:01 3 10.69 0.00 7.61 3.08 15.05 63.57 01:00:43 01:00:43 00:56:01 CPU %user %nice %system %iowait %steal %idle 01:00:43 00:57:01 all 0.10 0.00 0.06 0.00 0.34 99.49 01:00:43 00:57:01 0 0.02 0.00 0.03 0.00 0.27 99.68 01:00:43 00:57:01 1 0.33 0.00 0.07 0.00 0.45 99.15 01:00:43 00:57:01 2 0.03 0.00 0.08 0.00 0.43 99.45 01:00:43 00:57:01 3 0.03 0.00 0.05 0.02 0.22 99.68 01:00:43 00:58:01 all 0.13 0.00 0.22 0.00 0.96 98.69 01:00:43 00:58:01 0 0.03 0.00 0.32 0.00 0.81 98.84 01:00:43 00:58:01 1 0.22 0.00 0.23 0.02 1.01 98.53 01:00:43 00:58:01 2 0.20 0.00 0.10 0.00 1.06 98.64 01:00:43 00:58:01 3 0.07 0.00 0.23 0.00 0.96 98.74 01:00:43 00:59:01 all 0.12 0.00 0.04 0.00 0.35 99.48 01:00:43 00:59:01 0 0.02 0.00 0.03 0.00 0.28 99.67 01:00:43 00:59:01 1 0.07 0.00 0.07 0.00 0.58 99.29 01:00:43 00:59:01 2 0.38 0.00 0.05 0.00 0.47 99.10 01:00:43 00:59:01 3 0.02 0.00 0.02 0.02 0.08 99.87 01:00:43 01:00:02 all 1.87 0.00 1.50 1.97 6.27 88.39 01:00:43 01:00:02 0 1.15 0.00 1.41 0.20 5.71 91.54 01:00:43 01:00:02 1 1.39 0.00 1.53 0.51 6.70 89.88 01:00:43 01:00:02 2 1.81 0.00 1.65 2.09 6.61 87.84 01:00:43 01:00:02 3 3.14 0.00 1.41 5.08 6.06 84.31 01:00:43 Average: all 11.74 0.00 6.49 7.69 29.21 44.87 01:00:43 Average: 0 11.39 0.00 6.57 7.62 29.78 44.64 01:00:43 Average: 1 11.80 0.00 6.40 7.82 29.20 44.77 01:00:43 Average: 2 11.70 0.00 6.34 7.70 28.99 45.27 01:00:43 Average: 3 12.05 0.00 6.67 7.62 28.86 44.81 01:00:43 01:00:43 01:00:43