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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28413 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/75 [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/75 # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 0ed1454298af64722bcd2ea4446a6101be8e8e8a Checking out Revision 0ed1454298af64722bcd2ea4446a6101be8e8e8a (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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 [Pipeline] timeout 00:33:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:33:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:24 ========================================================= 00:33:24 EdgeX Global Pipelines Version Info 00:33:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:33:26 ------------------- 00:33:26 stable info: 00:33:26 ------------------- 00:33:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:26 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:33:26 Message: update stable to v1.0.184 00:33:27 ------------------- 00:33:27 experimental info: 00:33:27 ------------------- 00:33:27 Commited By: **** collab-it+edgex@linuxfoundation.org 00:33:27 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:33:27 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:33:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:33:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:33:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:33:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:33:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:33:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:33:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:33:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ed1454298af64722bcd2ea4446a6101be8e8e8a [Pipeline] echo 00:33:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ed1454 [Pipeline] echo 00:33:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:33:30 provisioning config files... 00:33:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config6230331714967194854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:33:30 ---> docker-login.sh 00:33:30 nexus3.edgexfoundry.org:10001 00:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:33 Configure a credential helper to remove this warning. See 00:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:33 00:33:33 Login Succeeded 00:33:33 nexus3.edgexfoundry.org:10002 00:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:33 Configure a credential helper to remove this warning. See 00:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:33 00:33:33 Login Succeeded 00:33:33 nexus3.edgexfoundry.org:10003 00:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:33 Configure a credential helper to remove this warning. See 00:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:33 00:33:33 Login Succeeded 00:33:33 nexus3.edgexfoundry.org:10004 00:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:34 Configure a credential helper to remove this warning. See 00:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:34 00:33:34 Login Succeeded 00:33:34 docker.io 00:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:34 Configure a credential helper to remove this warning. See 00:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:34 00:33:34 Login Succeeded 00:33:34 ---> docker-login.sh ends [Pipeline] } 00:33:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:34 ++ 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:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/core-command/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo core-command,cmd/core-command/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/core-data/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo core-data,cmd/core-data/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/core-metadata/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo core-metadata,cmd/core-metadata/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/security-bootstrapper/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/security-proxy-setup/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/support-notifications/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo support-notifications,cmd/support-notifications/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/support-scheduler/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:33:34 + for file in '`ls cmd/**/Dockerfile`' 00:33:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:33:34 ++ cut -d/ -f2 00:33:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:33:34 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:33:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:35 00:33:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:33:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:36 latest: Pulling from edgex-devops/git-semver 00:33:36 31603596830f: Pulling fs layer 00:33:36 2a8b12db71e7: Pulling fs layer 00:33:36 6ca5941a6612: Pulling fs layer 00:33:36 ecc8261a40a4: Pulling fs layer 00:33:36 ecc8261a40a4: Waiting 00:33:36 2a8b12db71e7: Verifying Checksum 00:33:36 2a8b12db71e7: Download complete 00:33:36 31603596830f: Download complete 00:33:36 ecc8261a40a4: Verifying Checksum 00:33:36 ecc8261a40a4: Download complete 00:33:36 6ca5941a6612: Verifying Checksum 00:33:36 6ca5941a6612: Download complete 00:33:37 31603596830f: Pull complete 00:33:37 2a8b12db71e7: Pull complete 00:33:41 6ca5941a6612: Pull complete 00:33:41 ecc8261a40a4: Pull complete 00:33:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:33:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:33:41 prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container 00:33:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:33:45 $ docker top 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:33:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:45 [ssh-agent] Looking for ssh-agent implementation... 00:33:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:46 $ docker exec 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent 00:33:46 SSH_AUTH_SOCK=/tmp/ssh-1vTs77LvKtuy/agent.11 00:33:46 SSH_AGENT_PID=17 00:33:46 Running ssh-add (command line suppressed) 00:33:46 Identity added: /w/workspace/edgex-go/75@tmp/private_key_2379744179919644960.key (/w/workspace/edgex-go/75@tmp/private_key_2379744179919644960.key) 00:33:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:47 + git tag --points-at HEAD [Pipeline] } 00:33:47 $ docker exec --env ******** --env ******** 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent -k 00:33:47 unset SSH_AUTH_SOCK; 00:33:47 unset SSH_AGENT_PID; 00:33:47 echo Agent pid 17 killed; 00:33:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:48 [ssh-agent] Looking for ssh-agent implementation... 00:33:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:48 $ docker exec 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent 00:33:48 SSH_AUTH_SOCK=/tmp/ssh-bt8T8chP6cwV/agent.46 00:33:48 SSH_AGENT_PID=51 00:33:48 Running ssh-add (command line suppressed) 00:33:49 Identity added: /w/workspace/edgex-go/75@tmp/private_key_691148343305797452.key (/w/workspace/edgex-go/75@tmp/private_key_691148343305797452.key) 00:33:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:49 + git semver init 00:33:49 # -> Open(): unable to determine branch for HEAD 00:33:49 # $GIT_DIR = /w/workspace/edgex-go/75/.git 00:33:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/75 00:33:49 # $SEMVER_REMOTE_NAME = origin 00:33:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:49 # $SEMVER_USER_NAME = edgex-jenkins 00:33:49 # $SEMVER_BRANCH = PR-2858 00:33:49 # $SEMVER_TEMP = /tmp/semver-449571613 00:33:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:29 # '/tmp/semver-449571613' -> '/w/workspace/edgex-go/75/.semver' 00:34:29 # -> Force: false 00:34:29 # $SEMVER_DIR = /w/workspace/edgex-go/75/.semver [Pipeline] } 00:34:29 $ docker exec --env ******** --env ******** 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent -k 00:34:30 unset SSH_AUTH_SOCK; 00:34:30 unset SSH_AGENT_PID; 00:34:30 echo Agent pid 51 killed; 00:34:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:30 + git semver [Pipeline] } 00:34:30 $ docker stop --time=1 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 00:34:34 $ docker rm -f 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 [Pipeline] // withDockerContainer [Pipeline] sh 00:34:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:36 Stashed 1 file(s) [Pipeline] echo 00:34:36 [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:34:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:38 + true 00:34:38 + sudo service docker restart 00:34:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:34:39 ========================================================= 00:34:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:39 + 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:34:52 Still waiting to schedule task 00:34:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:34:55 Sending build context to Docker daemon 328.2MB 00:34:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:55 Step 2/6 : FROM ${BASE} 00:34:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:55 188c0c94c7c5: Pulling fs layer 00:34:55 0ef7d3d256c8: Pulling fs layer 00:34:55 de9db76c5a1d: Pulling fs layer 00:34:55 bca2f99d35d6: Pulling fs layer 00:34:55 93359f2a8cfa: Pulling fs layer 00:34:55 7c6f9722023f: Pulling fs layer 00:34:55 a35cf1a2eb13: Pulling fs layer 00:34:55 93359f2a8cfa: Waiting 00:34:55 7c6f9722023f: Waiting 00:34:55 bca2f99d35d6: Waiting 00:34:55 a35cf1a2eb13: Waiting 00:34:55 de9db76c5a1d: Verifying Checksum 00:34:55 de9db76c5a1d: Download complete 00:34:55 0ef7d3d256c8: Verifying Checksum 00:34:55 0ef7d3d256c8: Download complete 00:34:55 93359f2a8cfa: Verifying Checksum 00:34:55 93359f2a8cfa: Download complete 00:34:55 7c6f9722023f: Verifying Checksum 00:34:55 7c6f9722023f: Download complete 00:34:55 188c0c94c7c5: Verifying Checksum 00:34:55 188c0c94c7c5: Download complete 00:34:55 188c0c94c7c5: Pull complete 00:34:55 0ef7d3d256c8: Pull complete 00:34:55 de9db76c5a1d: Pull complete 00:34:59 a35cf1a2eb13: Verifying Checksum 00:34:59 a35cf1a2eb13: Download complete 00:35:00 bca2f99d35d6: Verifying Checksum 00:35:00 bca2f99d35d6: Download complete 00:35:13 bca2f99d35d6: Pull complete 00:35:13 93359f2a8cfa: Pull complete 00:35:13 7c6f9722023f: Pull complete 00:35:23 a35cf1a2eb13: Pull complete 00:35:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:23 ---> a62c8e92a672 00:35:23 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:35:23 ---> Running in 4c014ff4bb86 00:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:25 (1/12) Installing libmagic (5.38-r0) 00:35:26 (2/12) Installing file (5.38-r0) 00:35:26 (3/12) Installing libc-dev (0.7.2-r3) 00:35:26 (4/12) Installing g++ (9.3.0-r2) 00:35:31 (5/12) Installing fortify-headers (1.1-r0) 00:35:31 (6/12) Installing patch (2.7.6-r6) 00:35:31 (7/12) Installing build-base (0.5-r2) 00:35:31 (8/12) Installing libsodium (1.0.18-r0) 00:35:31 (9/12) Installing pkgconf (1.7.2-r0) 00:35:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:31 (11/12) Installing libzmq (4.3.3-r0) 00:35:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:31 Executing busybox-1.31.1-r19.trigger 00:35:31 OK: 233 MiB in 51 packages 00:35:36 Removing intermediate container 4c014ff4bb86 00:35:36 ---> 3f6a19e77d13 00:35:36 Step 4/6 : WORKDIR /edgex-go 00:35:38 ---> Running in 95285942c39c 00:35:38 Removing intermediate container 95285942c39c 00:35:38 ---> d50e71912526 00:35:38 Step 5/6 : COPY go.mod . 00:35:39 ---> c17c2050b5a2 00:35:39 Step 6/6 : RUN go mod download 00:35:39 ---> Running in 83da5a66018a 00:36:26 Removing intermediate container 83da5a66018a 00:36:26 ---> 05c5002a9add 00:36:26 Successfully built 05c5002a9add 00:36:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:27 + docker inspect -f . ci-base-image-x86_64 00:36:27 . [Pipeline] withDockerContainer 00:36:27 prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container 00:36:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** ci-base-image-x86_64 cat 00:36:30 $ docker top e01851c75358dd10eafed252bf2da9c9aa551ffa5b68e2d248a87dd8101ca344 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:31 + go version 00:36:31 go version go1.15.5 linux/amd64 [Pipeline] } 00:36:31 $ docker stop --time=1 e01851c75358dd10eafed252bf2da9c9aa551ffa5b68e2d248a87dd8101ca344 00:36:33 $ docker rm -f e01851c75358dd10eafed252bf2da9c9aa551ffa5b68e2d248a87dd8101ca344 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:34 + docker inspect -f . ci-base-image-x86_64 00:36:34 . [Pipeline] withDockerContainer 00:36:35 prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container 00:36:35 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** ci-base-image-x86_64 cat 00:36:36 $ docker top 22435049d9ced7f8cc9f28142e7cef6e119e80a6b07202d71839326b636105db -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:36 ========================================================= 00:36:36 [edgeXBuildGoParallel] Running Tests and Build... 00:36:36 ========================================================= [Pipeline] sh 00:36:37 + make test 00:36:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.159s coverage: 45.9% of statements 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.179s coverage: 100.0% of statements 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.367s coverage: 27.1% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 66.2% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.4% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.573s coverage: 28.6% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.119s coverage: 100.0% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.282s coverage: 97.5% of statements 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.677s coverage: 92.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.198s coverage: 0.1% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 45.5% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.259s coverage: 79.5% of statements 00:38:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.122s coverage: 94.4% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.147s coverage: 92.9% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.127s coverage: 87.2% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.099s coverage: 87.2% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.6% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.230s coverage: 62.4% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.186s coverage: 73.7% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.606s coverage: 69.1% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.142s coverage: 38.4% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.291s coverage: 47.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.085s coverage: 100.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.188s coverage: 88.5% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.378s coverage: 29.1% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.127s coverage: 94.3% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.086s coverage: 100.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.069s coverage: 87.9% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.083s coverage: 100.0% of statements 00:38:49 GO111MODULE=on go vet ./... 00:39:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28416 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:39:36 Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout 00:39:42 using credential edgex-jenkins-ssh 00:39:42 Cloning the remote Git repository 00:39:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:39:42 > git init /w/workspace/edgex-go/75 # timeout=10 00:39:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:39:42 > git --version # timeout=10 00:39:42 > git --version # 'git version 2.17.1' 00:39:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:00 gofmt -l . 00:40:00 [ "`gofmt -l .`" = "" ] 00:40:00 ./bin/test-go-mod-tidy.sh 00:40:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:02 > 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:40:03 ./bin/test-attribution-txt.sh 00:40:04 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [Pipeline] sh 00:40:04 > git config core.sparsecheckout # timeout=10 00:40:04 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:40:05 > git remote # timeout=10 00:40:05 > git config --get remote.origin.url # timeout=10 00:40:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:05 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 00:40:06 Merge succeeded, producing d51fbc9b09b4648166fd19068a78cd08b6ce5c64 00:40:06 Checking out Revision d51fbc9b09b4648166fd19068a78cd08b6ce5c64 (PR-2858) 00:40:06 + ls -al . 00:40:06 total 716 00:40:06 drwxrwxr-x 10 1001 1001 4096 Mar 4 00:40 . 00:40:06 drwxr-xr-x 4 root root 30 Mar 4 00:36 .. 00:40:06 -rw-rw-r-- 1 1001 1001 11 Mar 4 00:33 .dockerignore 00:40:06 drwxrwxr-x 8 1001 1001 179 Mar 4 00:33 .git 00:40:06 drwxrwxr-x 3 1001 1001 125 Mar 4 00:33 .github 00:40:06 -rw-rw-r-- 1 1001 1001 818 Mar 4 00:33 .gitignore 00:40:06 drwx------ 3 1001 1001 60 Mar 4 00:34 .semver 00:40:06 -rw-rw-r-- 1 1001 1001 166 Mar 4 00:33 .sonarcloud.properties 00:40:06 -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:33 Attribution.txt 00:40:06 -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:33 CONTRIBUTING.md 00:40:06 -rw-rw-r-- 1 1001 1001 931 Mar 4 00:33 Dockerfile.build 00:40:06 -rw-rw-r-- 1 1001 1001 863 Mar 4 00:33 Jenkinsfile 00:40:06 -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:33 LICENSE 00:40:06 -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:33 Makefile 00:40:06 -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:33 README.md 00:40:06 -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:33 SECURITY.md 00:40:06 -rw-rw-r-- 1 1001 1001 5 Mar 4 00:34 VERSION 00:40:06 -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:33 ZMQWindows.md 00:40:06 drwxrwxr-x 2 1001 1001 117 Mar 4 00:33 bin 00:40:06 drwxrwxr-x 14 1001 1001 4096 Mar 4 00:33 cmd 00:40:06 -rw-r--r-- 1 root root 602988 Mar 4 00:38 coverage.out 00:40:06 -rw-r--r-- 1 root root 1055 Mar 4 00:39 go.mod 00:40:06 -rw-r--r-- 1 root root 21699 Mar 4 00:40 go.sum 00:40:06 drwxrwxr-x 8 1001 1001 127 Mar 4 00:33 internal 00:40:06 drwxrwxr-x 4 1001 1001 26 Mar 4 00:33 openapi 00:40:06 drwxrwxr-x 4 1001 1001 71 Mar 4 00:33 snap 00:40:06 -rw-rw-r-- 1 1001 1001 168 Mar 4 00:33 version.go [Pipeline] sh 00:40:06 > git rev-parse HEAD^{commit} # timeout=10 00:40:06 > git config core.sparsecheckout # timeout=10 00:40:06 > git checkout -f d51fbc9b09b4648166fd19068a78cd08b6ce5c64 # timeout=10 00:40:08 + '[' -e coverage.out ] 00:40:08 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:09 Stashed 1 file(s) [Pipeline] sh 00:40:10 + make build 00:40:10 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:40:10 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" 00:40:10 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:40:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:40:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:40:10 > git rev-list --no-walk dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 00:40:13 + true 00:40:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:40:15 provisioning config files... 00:40:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config6237089021110884035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:15 ---> docker-login.sh 00:40:15 nexus3.edgexfoundry.org:10001 00:40:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:17 Configure a credential helper to remove this warning. See 00:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:17 00:40:17 Login Succeeded 00:40:17 nexus3.edgexfoundry.org:10002 00:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:17 Configure a credential helper to remove this warning. See 00:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:17 00:40:17 Login Succeeded 00:40:17 nexus3.edgexfoundry.org:10003 00:40:17 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:40:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:18 Configure a credential helper to remove this warning. See 00:40:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:18 00:40:18 Login Succeeded 00:40:18 nexus3.edgexfoundry.org:10004 00:40:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:19 Configure a credential helper to remove this warning. See 00:40:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:19 00:40:19 Login Succeeded 00:40:19 docker.io 00:40:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:40:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:40:19 Configure a credential helper to remove this warning. See 00:40:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:40:19 00:40:19 Login Succeeded 00:40:19 ---> docker-login.sh ends [Pipeline] } 00:40:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:40:20 ========================================================= 00:40:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:40:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:40:20 + 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:40:23 Sending build context to Docker daemon 166.5MB 00:40:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:40:23 Step 2/6 : FROM ${BASE} 00:40:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:40:23 5f621e34cdf4: Pulling fs layer 00:40:23 a4357932f1b6: Pulling fs layer 00:40:23 18c013af1878: Pulling fs layer 00:40:23 00ac8860ef70: Pulling fs layer 00:40:23 63d7cb157983: Pulling fs layer 00:40:23 b116817d02f9: Pulling fs layer 00:40:23 745a02a5169b: Pulling fs layer 00:40:23 00ac8860ef70: Waiting 00:40:23 63d7cb157983: Waiting 00:40:23 b116817d02f9: Waiting 00:40:23 745a02a5169b: Waiting 00:40:23 18c013af1878: Verifying Checksum 00:40:23 18c013af1878: Download complete 00:40:23 a4357932f1b6: Verifying Checksum 00:40:23 a4357932f1b6: Download complete 00:40:23 63d7cb157983: Verifying Checksum 00:40:23 63d7cb157983: Download complete 00:40:23 b116817d02f9: Verifying Checksum 00:40:23 b116817d02f9: Download complete 00:40:23 5f621e34cdf4: Verifying Checksum 00:40:23 5f621e34cdf4: Download complete 00:40:24 5f621e34cdf4: Pull complete 00:40:24 a4357932f1b6: Pull complete 00:40:24 18c013af1878: Pull complete 00:40:26 745a02a5169b: Verifying Checksum 00:40:26 745a02a5169b: Download complete 00:40:27 00ac8860ef70: Verifying Checksum 00:40:27 00ac8860ef70: Download complete 00:40: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:40:30 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:40:33 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:40:35 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:40:37 00ac8860ef70: Pull complete 00:40:37 63d7cb157983: Pull complete 00:40:38 b116817d02f9: Pull complete 00:40:38 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:40:41 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:40:42 745a02a5169b: Pull complete 00:40:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:40:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:40:42 ---> b7e6874047d6 00:40:42 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:40:42 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:40:44 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:40:45 ---> Running in 3f411651cbb7 00:40:46 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:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:47 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:40:48 (1/12) Installing libmagic (5.38-r0) 00:40:48 (2/12) Installing file (5.38-r0) 00:40:48 (3/12) Installing libc-dev (0.7.2-r3) 00:40:48 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 00:40:50 $ docker stop --time=1 22435049d9ced7f8cc9f28142e7cef6e119e80a6b07202d71839326b636105db 00:40:52 $ docker rm -f 22435049d9ced7f8cc9f28142e7cef6e119e80a6b07202d71839326b636105db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:54 00:40:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:40:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:55 latest: Pulling from edgex-devops/edgex-compose 00:40:55 cbdbe7a5bc2a: Pulling fs layer 00:40:55 ca9280d653b3: Pulling fs layer 00:40:55 7e9c9ca2126c: Pulling fs layer 00:40:55 cbdbe7a5bc2a: Verifying Checksum 00:40:55 cbdbe7a5bc2a: Download complete 00:40:56 ca9280d653b3: Verifying Checksum 00:40:56 ca9280d653b3: Download complete 00:40:56 cbdbe7a5bc2a: Pull complete 00:40:58 7e9c9ca2126c: Verifying Checksum 00:40:58 7e9c9ca2126c: Download complete 00:40:58 ca9280d653b3: Pull complete 00:41:04 (5/12) Installing fortify-headers (1.1-r0) 00:41:04 (6/12) Installing patch (2.7.6-r6) 00:41:04 (7/12) Installing build-base (0.5-r2) 00:41:04 (8/12) Installing libsodium (1.0.18-r0) 00:41:04 (9/12) Installing pkgconf (1.7.2-r0) 00:41:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:41:04 (11/12) Installing libzmq (4.3.3-r0) 00:41:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:41:04 Executing busybox-1.31.1-r19.trigger 00:41:04 OK: 217 MiB in 51 packages 00:41:07 Removing intermediate container 3f411651cbb7 00:41:07 ---> 4568ddf4deab 00:41:07 Step 4/6 : WORKDIR /edgex-go 00:41:07 ---> Running in 48d7f0407d67 00:41:07 Removing intermediate container 48d7f0407d67 00:41:07 ---> 39953c22e386 00:41:07 Step 5/6 : COPY go.mod . 00:41:08 ---> f617af5848ba 00:41:08 Step 6/6 : RUN go mod download 00:41:08 ---> Running in 077805bd02c2 00:41:09 7e9c9ca2126c: Pull complete 00:41:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:41:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:41:09 prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container 00:41:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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-devops/edgex-compose:latest cat 00:41:13 $ docker top fcd33700c826acf4f4a95bdc4b5ccbee48b1dc5b139e7f7088aced8c3af62c90 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:14 + grep parallel 00:41:14 + docker-compose build --help 00:41:15 --parallel Build images in parallel. [Pipeline] } 00:41:15 $ docker stop --time=1 fcd33700c826acf4f4a95bdc4b5ccbee48b1dc5b139e7f7088aced8c3af62c90 00:41:17 $ docker rm -f fcd33700c826acf4f4a95bdc4b5ccbee48b1dc5b139e7f7088aced8c3af62c90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:17 . [Pipeline] withDockerContainer 00:41:18 prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container 00:41:18 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:41:20 $ docker top 06c97fddc2ce574a2982f965e137fe285d85f773641193728bfd474d16eb4a53 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:21 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:23 Building docker-core-command-go ... 00:41:23 Building docker-core-data-go ... 00:41:23 Building docker-core-metadata-go ... 00:41:23 Building docker-security-bootstrapper-go ... 00:41:23 Building docker-security-proxy-setup-go ... 00:41:23 Building docker-security-secretstore-setup-go ... 00:41:23 Building docker-support-notifications-go ... 00:41:23 Building docker-support-scheduler-go ... 00:41:23 Building docker-sys-mgmt-agent-go ... 00:41:23 Building docker-core-metadata-go 00:41:23 Building docker-support-notifications-go 00:41:23 Building docker-core-command-go 00:41:23 Building docker-security-proxy-setup-go 00:41:23 Building docker-security-bootstrapper-go 00:41:41 Removing intermediate container 077805bd02c2 00:41:41 ---> 17c31ed928aa 00:41:41 Successfully built 17c31ed928aa 00:41:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:41 + docker inspect -f . ci-base-image-arm64 00:41:41 . [Pipeline] withDockerContainer 00:41:41 prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container 00:41:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** ci-base-image-arm64 cat 00:41:43 $ docker top f38bf955447084ca1304aebb69a5ad18cdea4779fa3234f75ff7ee228d373cee -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:44 + go version 00:41:44 go version go1.15.5 linux/arm64 [Pipeline] } 00:41:44 $ docker stop --time=1 f38bf955447084ca1304aebb69a5ad18cdea4779fa3234f75ff7ee228d373cee 00:41:46 $ docker rm -f f38bf955447084ca1304aebb69a5ad18cdea4779fa3234f75ff7ee228d373cee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:47 + docker inspect -f . ci-base-image-arm64 00:41:47 . [Pipeline] withDockerContainer 00:41:47 prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container 00:41:47 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** ci-base-image-arm64 cat 00:41:49 $ docker top fa6a3af17aa4668306ea45cb45e80c3c6904ecff83e8b4b939e25ddefb6be140 -eo pid,comm [Pipeline] { [Pipeline] echo 00:41:49 ========================================================= 00:41:49 [edgeXBuildGoParallel] Running Tests and Build... 00:41:49 ========================================================= [Pipeline] sh 00:41:50 + make test 00:41:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:42:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:43:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:43:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:43:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:43:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:43:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:43:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:43:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:43:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:43:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:43:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:43:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:32 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:43:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:32 ---> 05c5002a9add 00:43:32 Step 3/30 : WORKDIR /edgex-go 00:43:32 ---> 05c5002a9add 00:43:32 Step 3/23 : WORKDIR /edgex-go 00:43:32 ---> 05c5002a9add 00:43:32 Step 3/22 : WORKDIR /edgex-go 00:43:32 ---> 05c5002a9add 00:43:32 Step 3/23 : WORKDIR /edgex-go 00:43:32 ---> 05c5002a9add 00:43:32 Step 3/21 : WORKDIR /edgex-go 00:43:32 ---> Running in 5a4c14755f82 00:43:32 ---> Running in 6ed93be4c82f 00:43:32 ---> Running in c7ce376c83a3 00:43:32 ---> Running in ed5a742654aa 00:43:32 ---> Running in 94ad352bf153 00:43:32 Removing intermediate container c7ce376c83a3 00:43:32 ---> ced13c845665 00:43:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container 6ed93be4c82f 00:43:32 ---> edd785166756 00:43:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container 94ad352bf153 00:43:32 ---> c15b95aecca9 00:43:32 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container ed5a742654aa 00:43:32 ---> 40c7530b55e9 00:43:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 ---> Running in 473f83f28fe9 00:43:32 Removing intermediate container 5a4c14755f82 00:43:32 ---> b5208d34b783 00:43:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 ---> Running in cf975bf79564 00:43:32 ---> Running in 9f5463a610ee 00:43:32 ---> Running in 6db3c02b95a8 00:43:32 ---> Running in 21580f5ff76b 00:43:33 Removing intermediate container cf975bf79564 00:43:33 ---> 8eb0f433455e 00:43:33 Step 5/30 : RUN apk add --update --no-cache make git 00:43:33 ---> Running in 810ed262e380 00:43:33 Removing intermediate container 473f83f28fe9 00:43:33 ---> 2c2d9fab7c88 00:43:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:33 Removing intermediate container 9f5463a610ee 00:43:33 ---> 208857cf011d 00:43:33 Step 5/23 : RUN apk add --update --no-cache make git 00:43:33 ---> Running in 1ad66d0753bb 00:43:34 Removing intermediate container 21580f5ff76b 00:43:34 ---> fe49fb983bbf 00:43:34 Step 5/21 : RUN apk add --update --no-cache make git 00:43:34 ---> Running in 96585c73724a 00:43:34 Removing intermediate container 6db3c02b95a8 00:43:34 ---> 19d469761bcc 00:43:34 Step 5/23 : RUN apk add --update --no-cache make git 00:43:35 ---> Running in 9a14806e8e4b 00:43:35 ---> Running in c8d52b9de7a2 00:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:38 OK: 233 MiB in 51 packages 00:43:38 OK: 233 MiB in 51 packages 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:39 OK: 233 MiB in 51 packages 00:43:40 Removing intermediate container 810ed262e380 00:43:40 ---> b1aedaf34527 00:43:40 Step 6/30 : COPY go.mod . 00:43:40 OK: 233 MiB in 51 packages 00:43:40 OK: 233 MiB in 51 packages 00:43:43 ---> f01f0b348279 00:43:43 Step 7/30 : RUN go mod download 00:43:43 Removing intermediate container 1ad66d0753bb 00:43:43 ---> 363a920bf2e3 00:43:43 Step 6/22 : COPY go.mod . 00:43:44 ---> Running in c1a6b757d655 00:43:44 Removing intermediate container 96585c73724a 00:43:44 ---> 12a967cbfdca 00:43:44 Step 6/23 : COPY go.mod . 00:43:45 ---> 0be0e5e8fc75 00:43:45 Step 7/22 : RUN go mod download 00:43:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.413s coverage: 45.9% of statements 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:43:45 Removing intermediate container 9a14806e8e4b 00:43:45 ---> 46708c4a9a13 00:43:45 Step 6/21 : COPY go.mod . 00:43:45 ---> Running in 456e05748844 00:43:45 ---> 1f22ce7b8921 00:43:45 Step 7/23 : RUN go mod download 00:43:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.332s coverage: 100.0% of statements 00:43:45 ---> Running in 39261951aea0 00:43:45 Removing intermediate container c8d52b9de7a2 00:43:45 ---> 6544b66139dd 00:43:45 Step 6/23 : COPY go.mod . 00:43:46 ---> a5fb9b354b67 00:43:46 Step 7/21 : RUN go mod download 00:43:48 ---> Running in b8899d0660ca 00:43:48 ---> 01d0afe9b662 00:43:48 Step 7/23 : RUN go mod download 00:43:48 ---> Running in 550ce8e5f49e 00:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.647s coverage: 27.1% of statements 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.312s coverage: 66.2% of statements 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:43:55 Removing intermediate container 456e05748844 00:43:55 ---> 0ac5dafb5312 00:43:55 Step 8/22 : COPY . . 00:43:55 Removing intermediate container 550ce8e5f49e 00:43:55 ---> 88c9b02ce02a 00:43:55 Step 8/23 : COPY . . 00:43:55 Removing intermediate container b8899d0660ca 00:43:55 ---> 64ccc3eb2db8 00:43:55 Step 8/21 : COPY . . 00:43:55 Removing intermediate container 39261951aea0 00:43:55 ---> d9868c2268fa 00:43:55 Step 8/23 : COPY . . 00:43:55 Removing intermediate container c1a6b757d655 00:43:55 ---> 9a035c496b25 00:43:55 Step 8/30 : COPY . . 00:43:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.811s coverage: 82.4% of statements 00:43:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:43:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:43:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:43:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.257s coverage: 28.6% of statements 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements 00:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:44:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.374s coverage: 97.5% of statements 00:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:44:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 00:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.460s coverage: 92.8% of statements 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.257s coverage: 0.1% of statements 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:44:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.136s coverage: 79.5% of statements 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.099s coverage: 94.1% of statements 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.123s coverage: 96.3% of statements 00:44:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 00:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.103s coverage: 94.4% of statements 00:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 77.8% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.091s coverage: 87.2% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.179s coverage: 84.6% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.6% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.502s coverage: 62.4% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.931s coverage: 69.1% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 38.4% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:44:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements 00:44:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:44:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.098s coverage: 84.8% of statements 00:44:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.0% of statements 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:44:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:44:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:44:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 88.5% of statements 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:44:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.407s coverage: 29.1% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 94.3% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.159s coverage: 87.9% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements 00:45:05 GO111MODULE=on go vet ./... 00:46:27 gofmt -l . 00:46:30 [ "`gofmt -l .`" = "" ] 00:46:33 ./bin/test-go-mod-tidy.sh 00:46:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:46:36 + ls -al . 00:46:36 total 744 00:46:36 drwxrwxr-x 9 1001 1001 4096 Mar 4 00:46 . 00:46:36 drwxr-xr-x 4 root root 4096 Mar 4 00:41 .. 00:46:36 -rw-rw-r-- 1 1001 1001 11 Mar 4 00:40 .dockerignore 00:46:36 drwxrwxr-x 8 1001 1001 4096 Mar 4 00:40 .git 00:46:36 drwxrwxr-x 3 1001 1001 4096 Mar 4 00:40 .github 00:46:36 -rw-rw-r-- 1 1001 1001 818 Mar 4 00:40 .gitignore 00:46:36 -rw-rw-r-- 1 1001 1001 166 Mar 4 00:40 .sonarcloud.properties 00:46:36 -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:40 Attribution.txt 00:46:36 -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:40 CONTRIBUTING.md 00:46:36 -rw-rw-r-- 1 1001 1001 931 Mar 4 00:40 Dockerfile.build 00:46:36 -rw-rw-r-- 1 1001 1001 863 Mar 4 00:40 Jenkinsfile 00:46:36 -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:40 LICENSE 00:46:36 -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:40 Makefile 00:46:36 -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:40 README.md 00:46:36 -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:40 SECURITY.md 00:46:36 -rw-rw-r-- 1 1001 1001 5 Mar 4 00:34 VERSION 00:46:36 -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:40 ZMQWindows.md 00:46:36 drwxrwxr-x 2 1001 1001 4096 Mar 4 00:40 bin 00:46:36 drwxrwxr-x 14 1001 1001 4096 Mar 4 00:40 cmd 00:46:36 -rw-r--r-- 1 root root 602988 Mar 4 00:45 coverage.out 00:46:36 -rw-r--r-- 1 root root 1055 Mar 4 00:46 go.mod 00:46:36 -rw-r--r-- 1 root root 21699 Mar 4 00:46 go.sum 00:46:36 drwxrwxr-x 8 1001 1001 4096 Mar 4 00:40 internal 00:46:36 drwxrwxr-x 4 1001 1001 4096 Mar 4 00:40 openapi 00:46:36 drwxrwxr-x 4 1001 1001 4096 Mar 4 00:40 snap 00:46:36 -rw-rw-r-- 1 1001 1001 168 Mar 4 00:40 version.go [Pipeline] sh 00:46:37 + '[' -e coverage.out ] 00:46:37 + chown 1001:1001 coverage.out [Pipeline] stash 00:46:37 Warning: overwriting stash ‘coverage-report’ 00:46:38 Stashed 1 file(s) [Pipeline] sh 00:46:39 + make build 00:46:39 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:46:52 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:47:24 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:47:26 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:47:33 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:47:34 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:47:39 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:47:47 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:47:53 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:47:55 ---> 9ed787cd40f4 00:47:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:55 ---> 47fa8fb910e9 00:47:55 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:55 ---> Running in 9ab467a250df 00:47:55 ---> 962beb8a1c10 00:47:55 Step 9/23 : RUN make cmd/core-command/core-command 00:47:55 ---> cf301eb05055 00:47:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:55 ---> Running in 52da471241ad 00:47:55 ---> Running in 540d5e5fbcc0 00:47:55 ---> Running in b959a5e8f239 00:47:55 ---> 19466bfcc64d 00:47:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:55 ---> Running in b564cdcf7131 00:47:55 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:47:55 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:47:55 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:47:55 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:47:55 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:47:57 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:01 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:07 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:14 $ docker stop --time=1 fa6a3af17aa4668306ea45cb45e80c3c6904ecff83e8b4b939e25ddefb6be140 00:48:16 $ docker rm -f fa6a3af17aa4668306ea45cb45e80c3c6904ecff83e8b4b939e25ddefb6be140 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:48:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:18 00:48:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:48:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:19 latest: Pulling from edgex-devops/edgex-compose-arm64 00:48:19 29e5d40040c1: Pulling fs layer 00:48:19 1ce36da41761: Pulling fs layer 00:48:19 25b303627fd3: Pulling fs layer 00:48:19 29e5d40040c1: Verifying Checksum 00:48:19 29e5d40040c1: Download complete 00:48:20 29e5d40040c1: Pull complete 00:48:20 1ce36da41761: Verifying Checksum 00:48:20 1ce36da41761: Download complete 00:48:21 1ce36da41761: Pull complete 00:48:22 25b303627fd3: Verifying Checksum 00:48:22 25b303627fd3: Download complete 00:48:32 25b303627fd3: Pull complete 00:48:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:48:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:48:32 prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container 00:48:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:48:36 $ docker top 2c2f93e3eacb8ac5979bea34ab02507159547c426e991602635c318b5acb7298 -eo pid,comm [Pipeline] { [Pipeline] sh 00:48:37 + grep parallel 00:48:37 + docker-compose build --help 00:48:41 --parallel Build images in parallel. [Pipeline] } 00:48:42 $ docker stop --time=1 2c2f93e3eacb8ac5979bea34ab02507159547c426e991602635c318b5acb7298 00:48:44 $ docker rm -f 2c2f93e3eacb8ac5979bea34ab02507159547c426e991602635c318b5acb7298 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:48:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:45 . [Pipeline] withDockerContainer 00:48:45 prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container 00:48:45 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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-devops/edgex-compose-arm64:latest cat 00:48:46 $ docker top 17ab6c04d078a9030320fac8e9f6f405b6518e340b47441a531becf0fbb72b73 -eo pid,comm [Pipeline] { [Pipeline] sh 00:48:48 + docker-compose -f ./docker-compose-build.yml build --parallel 00:48:53 Building docker-core-command-go ... 00:48:53 Building docker-core-data-go ... 00:48:53 Building docker-core-metadata-go ... 00:48:53 Building docker-security-bootstrapper-go ... 00:48:53 Building docker-security-proxy-setup-go ... 00:48:53 Building docker-security-secretstore-setup-go ... 00:48:53 Building docker-support-notifications-go ... 00:48:53 Building docker-support-scheduler-go ... 00:48:53 Building docker-sys-mgmt-agent-go ... 00:48:53 Building docker-core-metadata-go 00:48:53 Building docker-support-notifications-go 00:48:53 Building docker-core-command-go 00:48:53 Building docker-security-proxy-setup-go 00:48:53 Building docker-security-bootstrapper-go 00:48:53 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:49:16 Removing intermediate container 52da471241ad 00:49:16 ---> bdd351164ea5 00:49:16 00:49:16 Step 10/30 : FROM alpine:3.12 00:49:16 Removing intermediate container 540d5e5fbcc0 00:49:16 ---> 8b37b321ce5a 00:49:16 00:49:16 Step 10/23 : FROM alpine:3.12 00:49:16 Removing intermediate container 9ab467a250df 00:49:16 ---> 8316aefa7890 00:49:16 00:49:16 Step 10/22 : FROM alpine:3.12 00:49:16 Removing intermediate container b959a5e8f239 00:49:16 ---> 1b7f2f4af570 00:49:16 00:49:16 Step 10/21 : FROM alpine:3.12 00:49:16 3.12: Pulling from library/alpine 00:49:16 3.12: Pulling from library/alpine 00:49:16 3.12: Pulling from library/alpine 00:49:16 3.12: Pulling from library/alpine 00:49:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:19 Status: Image is up to date for alpine:3.12 00:49:19 Status: Image is up to date for alpine:3.12 00:49:19 Status: Downloaded newer image for alpine:3.12 00:49:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:19 Status: Image is up to date for alpine:3.12 00:49:19 ---> 88dd2752d2ea 00:49:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:19 ---> 88dd2752d2ea 00:49:19 Step 11/21 : RUN apk add --update --no-cache curl 00:49:19 ---> 88dd2752d2ea 00:49:19 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:19 ---> 88dd2752d2ea 00:49:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:22 ---> Running in efae11cbca65 00:49:22 ---> Running in bf9637a152df 00:49:22 ---> Running in 9d2fe8d4182e 00:49:22 ---> Running in 55115313b971 00:49:23 Removing intermediate container b564cdcf7131 00:49:23 ---> a142b0e08cfe 00:49:23 00:49:23 Step 10/23 : FROM alpine:3.12 00:49:23 ---> 88dd2752d2ea 00:49:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:24 ---> Running in 0d9eaf572bad 00:49:24 Removing intermediate container 9d2fe8d4182e 00:49:24 ---> a46fc80a8cff 00:49:24 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:49:24 ---> Running in 4689803f1c38 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:27 (1/4) Installing ca-certificates (20191127-r4) 00:49:27 (1/1) Installing dumb-init (1.2.2-r1) 00:49:27 Executing busybox-1.31.1-r19.trigger 00:49:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:27 (3/4) Installing libcurl (7.69.1-r3) 00:49:27 (4/4) Installing curl (7.69.1-r3) 00:49:27 OK: 6 MiB in 15 packages 00:49:27 Executing busybox-1.31.1-r19.trigger 00:49:27 Executing ca-certificates-20191127-r4.trigger 00:49:27 OK: 7 MiB in 18 packages 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:28 (1/2) Installing ca-certificates (20191127-r4) 00:49:28 (2/2) Installing dumb-init (1.2.2-r1) 00:49:28 Executing busybox-1.31.1-r19.trigger 00:49:28 Executing ca-certificates-20191127-r4.trigger 00:49:28 OK: 6 MiB in 16 packages 00:49:28 (1/1) Installing dumb-init (1.2.2-r1) 00:49:28 Executing busybox-1.31.1-r19.trigger 00:49:28 OK: 6 MiB in 15 packages 00:49:28 (1/2) Installing dumb-init (1.2.2-r1) 00:49:28 (2/2) Installing su-exec (0.2-r1) 00:49:28 Executing busybox-1.31.1-r19.trigger 00:49:28 OK: 6 MiB in 16 packages 00:49:31 Removing intermediate container efae11cbca65 00:49:31 ---> 98d1b2bbded9 00:49:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:31 ---> Running in 29faa9bd6ed2 00:49:31 Removing intermediate container bf9637a152df 00:49:31 ---> d2884b01180a 00:49:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:31 ---> Running in 3f86db89e8f1 00:49:33 Removing intermediate container 29faa9bd6ed2 00:49:33 ---> 6492293e91d2 00:49:33 Step 13/21 : WORKDIR /edgex 00:49:33 Removing intermediate container 3f86db89e8f1 00:49:33 ---> 9ccb654a7622 00:49:33 Step 13/23 : ENV APP_PORT=48082 00:49:33 Removing intermediate container 4689803f1c38 00:49:33 Removing intermediate container 55115313b971 00:49:33 ---> 9930929ad6d8 00:49:33 ---> e54f2a1e93e0 00:49:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:33 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:33 ---> Running in 87cbb8b6e19b 00:49:33 ---> Running in efa640326155 00:49:33 Removing intermediate container 0d9eaf572bad 00:49:33 ---> afd72fec1f38 00:49:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:33 ---> Running in 06faf49a6b8c 00:49:33 ---> Running in 0687e11cfbbe 00:49:33 ---> Running in f9db90d06252 00:49:34 Removing intermediate container efa640326155 00:49:34 ---> e7386c3352b1 00:49:34 Step 14/23 : EXPOSE $APP_PORT 00:49:34 Removing intermediate container 87cbb8b6e19b 00:49:34 ---> ce1b9e757a5d 00:49:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:34 Removing intermediate container 06faf49a6b8c 00:49:34 ---> 3421eac6a393 00:49:34 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:34 ---> Running in 4e4cc74cce95 00:49:34 Removing intermediate container 0687e11cfbbe 00:49:34 ---> 6c6e404ba28b 00:49:34 Step 13/22 : ENV APP_PORT=48060 00:49:34 Removing intermediate container f9db90d06252 00:49:34 ---> 294cd6ad762d 00:49:34 Step 13/23 : ENV APP_PORT=48081 00:49:34 ---> Running in bbb5b1b301bb 00:49:34 ---> Running in b14083fbfd8a 00:49:35 ---> 1dc9b4cd33ea 00:49:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:35 ---> Running in ae6aec0565a5 00:49:35 Removing intermediate container 4e4cc74cce95 00:49:35 ---> 44c6fec2c889 00:49:35 Step 15/23 : WORKDIR / 00:49:35 ---> Running in 61c5ea0ab2d5 00:49:35 Removing intermediate container b14083fbfd8a 00:49:35 ---> 545e0b8c2484 00:49:35 Step 14/22 : EXPOSE $APP_PORT 00:49:35 Removing intermediate container ae6aec0565a5 00:49:35 ---> 447821fc393f 00:49:35 Step 14/23 : EXPOSE $APP_PORT 00:49:35 Removing intermediate container bbb5b1b301bb 00:49:35 ---> c07ab79891b7 00:49:35 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:36 ---> Running in 6a832ea752ad 00:49:36 ---> Running in 8779e2785b6e 00:49:36 ---> Running in 987486ce3862 00:49:36 Removing intermediate container 61c5ea0ab2d5 00:49:36 ---> b0b6af3c2beb 00:49:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:36 ---> cbe9e5c88939 00:49:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:36 Removing intermediate container 6a832ea752ad 00:49:36 ---> bb82ef0197e0 00:49:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:36 Removing intermediate container 8779e2785b6e 00:49:36 ---> a0389b0fddd2 00:49:36 Step 15/23 : WORKDIR / 00:49:37 ---> Running in e206cbf41018 00:49:37 ---> 943b9a0469ef 00:49:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:37 ---> 8757e1c891fb 00:49:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:37 ---> b43151464354 00:49:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:38 Removing intermediate container e206cbf41018 00:49:38 ---> 616a9b3df5f6 00:49:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:38 ---> Running in 2ed3c9edf859 00:49:40 Removing intermediate container 2ed3c9edf859 00:49:40 ---> 047389861de9 00:49:40 Step 18/21 : CMD ["--init=true"] 00:49:40 ---> Running in c5019c7e394d 00:49:40 Removing intermediate container 987486ce3862 00:49:40 ---> 4cd72752b1dd 00:49:40 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:49:40 ---> 0ef6a3a74962 00:49:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:40 ---> dadd4476ecff 00:49:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:40 ---> 5149d9243ea8 00:49:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:41 ---> Running in 87afce5e4f9a 00:49:41 Removing intermediate container c5019c7e394d 00:49:41 ---> 180b9ce5abc3 00:49:41 Step 19/21 : LABEL arch=x86_64 00:49:41 ---> c1390f2e0973 00:49:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:41 ---> 105df862391a 00:49:41 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:41 ---> c411033323bb 00:49:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:42 ---> Running in 78f605079e1a 00:49:42 ---> Running in b31e70cd6045 00:49:42 ---> Running in 06ae709d7fbd 00:49:43 Removing intermediate container 87afce5e4f9a 00:49:43 ---> 6e9e2e9c586e 00:49:43 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:44 ---> 2104c91c2769 00:49:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:44 Removing intermediate container b31e70cd6045 00:49:44 ---> 30ee6aa15f00 00:49:44 Step 20/21 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:49:44 Removing intermediate container 78f605079e1a 00:49:44 ---> 1624498b20bb 00:49:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 Removing intermediate container 06ae709d7fbd 00:49:44 ---> 6f4e31f6d3a3 00:49:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 ---> Running in 058698a4adaf 00:49:44 ---> Running in 5b5a9aea4fa5 00:49:44 ---> Running in 764a3c3977a1 00:49:44 ---> Running in 40036a9291e9 00:49:45 ---> 892755c479a6 00:49:45 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:45 ---> Running in 121c70cc4312 00:49:45 Removing intermediate container 5b5a9aea4fa5 00:49:45 ---> 274044bbc761 00:49:45 Step 20/22 : LABEL arch=x86_64 00:49:45 Removing intermediate container 058698a4adaf 00:49:45 ---> 5de6871a27ff 00:49:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:45 Removing intermediate container 764a3c3977a1 00:49:45 ---> 94da8e25696a 00:49:45 Step 21/21 : LABEL version=0.0.0 00:49:46 Removing intermediate container 40036a9291e9 00:49:46 ---> b64ad4fbd5c4 00:49:46 Step 21/23 : LABEL arch=x86_64 00:49:46 ---> Running in 3bb20581b8a5 00:49:46 ---> Running in 7daca3418ffa 00:49:46 ---> Running in 1445c813959d 00:49:46 ---> Running in 17e7d4c65cf1 00:49:47 Removing intermediate container 3bb20581b8a5 00:49:47 ---> 698581fd9549 00:49:47 Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:49:47 Removing intermediate container 7daca3418ffa 00:49:47 ---> 97a8d7ef68c8 00:49:47 Step 21/23 : LABEL arch=x86_64 00:49:47 ---> Running in da3bb56038ad 00:49:47 Removing intermediate container 17e7d4c65cf1 00:49:47 ---> b1ad77b31775 00:49:47 Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:49:48 ---> Running in 8aea2e64d3c1 00:49:48 ---> Running in 2e1b88536ce7 00:49:48 Removing intermediate container 1445c813959d 00:49:48 ---> b99a79ae61b7 00:49:48 00:49:48 Removing intermediate container da3bb56038ad 00:49:48 ---> e71751e09d1e 00:49:48 Step 22/22 : LABEL version=0.0.0 00:49:48 ---> Running in daa18e5ab5c4 00:49:48 Removing intermediate container 8aea2e64d3c1 00:49:48 ---> addee0f9a705 00:49:48 Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:49:48 Removing intermediate container 2e1b88536ce7 00:49:48 ---> 2351f6614b88 00:49:48 Step 23/23 : LABEL version=0.0.0 00:49:49 ---> Running in 175d9ee3193c 00:49:49 ---> Running in 31b32647bd22 00:49:49 Removing intermediate container 121c70cc4312 00:49:49 ---> 393e2748d491 00:49:49 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:50 Removing intermediate container daa18e5ab5c4 00:49:50 ---> f53832d1ddd6 00:49:50 00:49:50 Successfully built b99a79ae61b7 00:49:51 Successfully tagged docker-security-proxy-setup-go:latest 00:49:51 Building docker-security-secretstore-setup-go 00:49:51  Building docker-security-proxy-setup-go ... done Successfully built f53832d1ddd6 00:49:52 Successfully tagged docker-support-notifications-go:latest 00:49:52  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 00:49:52 Removing intermediate container 31b32647bd22 00:49:52 ---> 3d49f58e9554 00:49:52 00:49:52 ---> a794557588ad 00:49:52 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:52 Removing intermediate container 175d9ee3193c 00:49:52 ---> 40fa6183b2a3 00:49:52 Step 23/23 : LABEL version=0.0.0 00:49:53 Successfully built 3d49f58e9554 00:49:53 ---> Running in 017d4f5438ea 00:49:53 Successfully tagged docker-core-command-go:latest 00:49:53 Building docker-core-data-go 00:49:54  Building docker-core-command-go ... done  ---> bb15d3a12499 00:49:54 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:54 Removing intermediate container 017d4f5438ea 00:49:54 ---> f7bc460fe84a 00:49:54 00:49:57 Successfully built f7bc460fe84a 00:49:58 Successfully tagged docker-core-metadata-go:latest 00:49:58  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:49:58 ---> c826a566b8a4 00:49:58 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:02 ---> 728c3484ba0b 00:50:02 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:50:05 ---> Running in 93ea92142629 00:50:07 Removing intermediate container 93ea92142629 00:50:07 ---> bbc73373c67f 00:50:07 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:07 ---> 68712e47257d 00:50:07 Step 25/30 : RUN chmod +x /entrypoint.sh 00:50:07 ---> Running in 0b089892d100 00:50:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 17c31ed928aa 00:50:15 Step 3/23 : WORKDIR /edgex-go 00:50:15 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 17c31ed928aa 00:50:15 Step 3/30 : WORKDIR /edgex-go 00:50:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 17c31ed928aa 00:50:15 Step 3/22 : WORKDIR /edgex-go 00:50:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 00:50:15 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:15 00:50:15 ---> 17c31ed928aa 00:50:15 ---> 17c31ed928aa 00:50:15 Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 00:50:15 00:50:15 ---> Running in 77d42edd129a 00:50:15 ---> Running in b4b64a0f499b 00:50:15 ---> Running in 0e107d877a3b 00:50:15 ---> Running in 7f177312e84d 00:50:15 ---> Running in 286a19015104 00:50:15 Removing intermediate container 0e107d877a3b 00:50:15 ---> 15d81fe62182 00:50:15 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 Removing intermediate container 286a19015104 00:50:15 ---> a70531d34423 00:50:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Running in b2d8445b4b53 00:50:15 Removing intermediate container 77d42edd129a 00:50:15 ---> 23cccccbc542 00:50:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 Removing intermediate container 7f177312e84d 00:50:15 ---> 64b7f545bd64 00:50:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 Removing intermediate container b4b64a0f499b 00:50:15 ---> 8eba7f06d710 00:50:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Running in d680c8330302 00:50:15 ---> Running in ecad6c226a3b 00:50:15 ---> Running in 984a37bbc799 00:50:15 ---> Running in b876374fdceb 00:50:15 Removing intermediate container b2d8445b4b53 00:50:15 ---> a96a8a3bed24 00:50:15 Step 5/30 : RUN apk add --update --no-cache make git 00:50:15 Removing intermediate container d680c8330302 00:50:15 ---> f027e80445cb 00:50:15 Step 5/23 : RUN apk add --update --no-cache make git 00:50:15 ---> Running in 2546c21d2c32 00:50:15 Removing intermediate container ecad6c226a3b 00:50:15 ---> e0a01f2f1e65 00:50:15 Step 5/21 : RUN apk add --update --no-cache make git 00:50:15 ---> Running in 3e15aea5703f 00:50:15 ---> Running in 8d1c8b802b32 00:50:15 Removing intermediate container b876374fdceb 00:50:15 ---> 40cdf27e9524 00:50:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:15 Removing intermediate container 984a37bbc799 00:50:15 ---> 44375fec5200 00:50:15 Step 5/23 : RUN apk add --update --no-cache make git 00:50:15 ---> Running in af6104d9ef6d 00:50:15 ---> Running in eabbb1ad3cb7 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 OK: 217 MiB in 51 packages 00:50:17 OK: 217 MiB in 51 packages 00:50:17 OK: 217 MiB in 51 packages 00:50:17 OK: 217 MiB in 51 packages 00:50:17 OK: 217 MiB in 51 packages 00:50:18 Removing intermediate container 2546c21d2c32 00:50:18 ---> 53462152beb6 00:50:18 Step 6/30 : COPY go.mod . 00:50:18 Removing intermediate container 3e15aea5703f 00:50:18 ---> 3cb01b80ffc6 00:50:18 Step 6/23 : COPY go.mod . 00:50:19 ---> 677627797dbc 00:50:19 Step 7/30 : RUN go mod download 00:50:19 Removing intermediate container eabbb1ad3cb7 00:50:19 ---> 3b8c3eafd720 00:50:19 Step 6/23 : COPY go.mod . 00:50:19 ---> Running in afc167b3bd6e 00:50:19 Removing intermediate container af6104d9ef6d 00:50:19 ---> b6b12a28bf2e 00:50:19 Step 6/22 : COPY go.mod . 00:50:19 Removing intermediate container 8d1c8b802b32 00:50:19 ---> bc1c5f8140b8 00:50:19 Step 6/21 : COPY go.mod . 00:50:19 ---> 465552820343 00:50:19 Step 7/23 : RUN go mod download 00:50:20 ---> Running in 18d1243b46eb 00:50:20 ---> ac95aefdb62d 00:50:20 Step 7/23 : RUN go mod download 00:50:20 ---> Running in 5e0e3451091b 00:50:21 ---> a10a3b207ef2 00:50:21 Step 7/22 : RUN go mod download 00:50:21 ---> Running in e1bc55557bef 00:50:21 ---> 9447162582b0 00:50:21 Step 7/21 : RUN go mod download 00:50:21 ---> Running in 6b8bc836e629 00:50:23 Removing intermediate container 0b089892d100 00:50:23 ---> 26a65c67d99a 00:50:23 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:50:24 Removing intermediate container afc167b3bd6e 00:50:24 ---> d09e6961d331 00:50:24 Step 8/30 : COPY . . 00:50:24 Removing intermediate container 18d1243b46eb 00:50:24 ---> 72d0d1f57425 00:50:24 Step 8/23 : COPY . . 00:50:24 ---> Running in 0ddab1c8fb98 00:50:25 Removing intermediate container 0ddab1c8fb98 00:50:25 ---> 5ffbcef855fb 00:50:25 Step 27/30 : CMD ["gate"] 00:50:25 Removing intermediate container 5e0e3451091b 00:50:25 ---> 81b1e842e0a1 00:50:25 Step 8/23 : COPY . . 00:50:25 Removing intermediate container e1bc55557bef 00:50:25 ---> b78f2604b1ca 00:50:25 Step 8/22 : COPY . . 00:50:25 ---> Running in 146c2a645f31 00:50:26 Removing intermediate container 146c2a645f31 00:50:26 ---> 9873f49cda44 00:50:26 Step 28/30 : LABEL arch=x86_64 00:50:26 Removing intermediate container 6b8bc836e629 00:50:26 ---> 9776f0e766f4 00:50:26 Step 8/21 : COPY . . 00:50:28 ---> Running in 1f32d6e41528 00:50:29 Removing intermediate container 1f32d6e41528 00:50:29 ---> a58ae9af149b 00:50:29 Step 29/30 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:50:29 ---> Running in a09efd15788d 00:50:31 Removing intermediate container a09efd15788d 00:50:31 ---> bb4fe309e9e9 00:50:31 Step 30/30 : LABEL version=0.0.0 00:50:31 ---> Running in 65a7979cef93 00:50:33 Removing intermediate container 65a7979cef93 00:50:33 ---> 5428f88984aa 00:50:33 00:50:35 Successfully built 5428f88984aa 00:50:35 Successfully tagged docker-security-bootstrapper-go:latest 00:50:53 ---> 7c23df2edd86 00:50:53 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:53 ---> 23629e832e40 00:50:53 Step 9/23 : RUN make cmd/core-command/core-command 00:50:53 ---> 229acca8ffa3 00:50:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:53 ---> 517e83ead03d 00:50:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:53 ---> fd5285606a62 00:50:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:53 ---> Running in 8d4264cf596a 00:50:53 ---> Running in 988c57eb97c7 00:50:53 ---> Running in 557990f2d4a0 00:50:53 ---> Running in b309ed7d8712 00:50:53 ---> Running in 41b1d69304c2 00:50:53 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:50:53 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:50:53 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:50:53 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:50:53 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:51:59  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:59 ---> 05c5002a9add 00:51:59 Step 3/22 : WORKDIR /edgex-go 00:51:59 ---> Using cache 00:51:59 ---> b5208d34b783 00:51:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:59 ---> Using cache 00:51:59 ---> fe49fb983bbf 00:51:59 Step 5/22 : RUN apk add --update --no-cache make git 00:51:59 ---> Using cache 00:51:59 ---> 46708c4a9a13 00:51:59 Step 6/22 : COPY go.mod . 00:51:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:59 ---> 05c5002a9add 00:51:59 Step 3/24 : WORKDIR /edgex-go 00:51:59 ---> Using cache 00:51:59 ---> b5208d34b783 00:51:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:59 ---> Using cache 00:51:59 ---> fe49fb983bbf 00:51:59 Step 5/24 : RUN apk add --update --no-cache make git 00:51:59 ---> Using cache 00:51:59 ---> 46708c4a9a13 00:51:59 Step 6/24 : COPY go.mod . 00:51:59 ---> Using cache 00:51:59 ---> a5fb9b354b67 00:51:59 Step 7/22 : RUN go mod download 00:51:59 ---> Using cache 00:51:59 ---> a5fb9b354b67 00:51:59 Step 7/24 : RUN go mod download 00:51:59 ---> Using cache 00:51:59 ---> 64ccc3eb2db8 00:51:59 Step 8/22 : COPY . . 00:51:59 ---> Using cache 00:51:59 ---> 64ccc3eb2db8 00:51:59 Step 8/24 : COPY . . 00:51:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:59 ---> 05c5002a9add 00:51:59 Step 3/23 : WORKDIR /edgex-go 00:51:59 ---> Using cache 00:51:59 ---> b5208d34b783 00:51:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:59 ---> Using cache 00:51:59 ---> fe49fb983bbf 00:51:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:51:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:51:59 ---> 05c5002a9add 00:51:59 Step 3/26 : WORKDIR /edgex-go 00:51:59 ---> Using cache 00:51:59 ---> b5208d34b783 00:51:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:59 ---> Using cache 00:51:59 ---> fe49fb983bbf 00:51:59 Step 5/26 : RUN apk add --update --no-cache make bash git 00:51:59 ---> Using cache 00:51:59 ---> cf301eb05055 00:51:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:51:59 ---> Using cache 00:51:59 ---> cf301eb05055 00:51:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:59 ---> Running in 45c328a953f8 00:51:59 ---> Running in 5d500fd21b6c 00:51:59 ---> Running in 34bbb8dca7ea 00:51:59 ---> Running in d4b136fd82f7 00:51:59 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:51:59 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:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:59 OK: 233 MiB in 51 packages 00:51:59 OK: 233 MiB in 51 packages 00:52:04 Removing intermediate container 5d500fd21b6c 00:52:04 ---> f7d401fdfdf3 00:52:04 Step 6/23 : COPY go.mod . 00:52:05 Removing intermediate container 34bbb8dca7ea 00:52:05 ---> 499eb2f10039 00:52:05 Step 6/26 : COPY go.mod . 00:52:06 ---> 1216a38023b1 00:52:06 Step 7/23 : RUN go mod download 00:52:06 ---> Running in fafb41ed1f81 00:52:08 ---> 54b7bb78fbe4 00:52:08 Step 7/26 : RUN go mod download 00:52:10 ---> Running in 19bf9837a289 00:52:22 Removing intermediate container fafb41ed1f81 00:52:22 ---> ee94928b8cee 00:52:22 Step 8/23 : COPY . . 00:52:23 Removing intermediate container 19bf9837a289 00:52:23 ---> cba06d5ff6a9 00:52:23 Step 8/26 : COPY . . 00:52:30 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:52:37 Removing intermediate container 557990f2d4a0 00:52:37 ---> 42438f72224d 00:52:37 00:52:37 Step 10/21 : FROM alpine:3.12 00:52:37 3.12: Pulling from library/alpine 00:52:39 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:52:39 Status: Downloaded newer image for alpine:3.12 00:52:39 ---> d10569e2745f 00:52:39 Step 11/21 : RUN apk add --update --no-cache curl 00:52:40 ---> Running in eb3f34fbb46b 00:52:42 Removing intermediate container 8d4264cf596a 00:52:42 ---> c0a1f007b510 00:52:42 00:52:42 Step 10/30 : FROM alpine:3.12 00:52:42 ---> d10569e2745f 00:52:42 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:42 ---> Running in bb568ea0342c 00:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:43 Removing intermediate container bb568ea0342c 00:52:43 ---> a1f43e540f48 00:52:43 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:52:43 (1/4) Installing ca-certificates (20191127-r4) 00:52:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:43 (3/4) Installing libcurl (7.69.1-r3) 00:52:43 (4/4) Installing curl (7.69.1-r3) 00:52:43 Executing busybox-1.31.1-r19.trigger 00:52:43 Executing ca-certificates-20191127-r4.trigger 00:52:43 ---> Running in 4edef2f6ccea 00:52:43 OK: 7 MiB in 18 packages 00:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:46 (1/2) Installing dumb-init (1.2.2-r1) 00:52:46 (2/2) Installing su-exec (0.2-r1) 00:52:46 Executing busybox-1.31.1-r19.trigger 00:52:46 OK: 5 MiB in 16 packages 00:52:46 Removing intermediate container eb3f34fbb46b 00:52:46 ---> 322b39627ace 00:52:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:47 ---> Running in 19550f70722a 00:52:48 Removing intermediate container 19550f70722a 00:52:48 ---> c7b13730dcb1 00:52:48 Step 13/21 : WORKDIR /edgex 00:52:49 ---> Running in 2028d505dce0 00:52:49 Removing intermediate container 4edef2f6ccea 00:52:49 ---> e64ebdb95c2e 00:52:49 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:52:50 ---> Running in 6800e2ca50bb 00:52:50 Removing intermediate container 2028d505dce0 00:52:50 ---> 4830d36e9743 00:52:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:52 Removing intermediate container 6800e2ca50bb 00:52:52 ---> 61cf715211ca 00:52:52 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:52 ---> Running in b22b2ab705a2 00:52:52 Removing intermediate container 988c57eb97c7 00:52:52 ---> 205accc7ee27 00:52:52 00:52:52 Step 10/23 : FROM alpine:3.12 00:52:52 ---> d10569e2745f 00:52:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:52 ---> f351517804fd 00:52:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:53 ---> Running in b79ad18e59c7 00:52:53 Removing intermediate container b22b2ab705a2 00:52:53 ---> ab726f9015fd 00:52:53 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:53 ---> Running in b59b0a48a9b7 00:52:54 ---> 5d3af2397bf7 00:52:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:55 Removing intermediate container 41b1d69304c2 00:52:55 ---> 88d24a413b73 00:52:55 00:52:55 Step 10/22 : FROM alpine:3.12 00:52:55 ---> d10569e2745f 00:52:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:56 (1/1) Installing dumb-init (1.2.2-r1) 00:52:56 Executing busybox-1.31.1-r19.trigger 00:52:56 OK: 5 MiB in 15 packages 00:52:56 ---> Running in 1ad22537de04 00:52:57 ---> 5413b9f677f7 00:52:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:57 ---> Running in e897b370d209 00:52:58 Removing intermediate container b59b0a48a9b7 00:52:58 ---> 6805d7237a27 00:52:58 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:52:58 Removing intermediate container e897b370d209 00:52:58 ---> a72e9e237c11 00:52:58 Step 18/21 : CMD ["--init=true"] 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:58 ---> Running in d12fe1b76c30 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:58 ---> Running in 27114d3a2eb7 00:52:58 Removing intermediate container b79ad18e59c7 00:52:58 ---> d21243345a26 00:52:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:58 ---> Running in 6314b026582e 00:52:59 (1/2) Installing ca-certificates (20191127-r4) 00:52:59 (2/2) Installing dumb-init (1.2.2-r1) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 Executing ca-certificates-20191127-r4.trigger 00:52:59 Removing intermediate container d12fe1b76c30 00:52:59 ---> f5232caac065 00:52:59 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:59 OK: 6 MiB in 16 packages 00:52:59 Removing intermediate container 27114d3a2eb7 00:52:59 ---> 773bc525c16f 00:52:59 Step 19/21 : LABEL arch=arm64 00:52:59 Removing intermediate container 6314b026582e 00:52:59 ---> 7bc5d7c6d373 00:52:59 Step 13/23 : ENV APP_PORT=48082 00:52:59 ---> Running in f28cf6e44088 00:53:00 ---> Running in 04a828c52df0 00:53:00 ---> 7daeef7bd318 00:53:00 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:53:00 Removing intermediate container f28cf6e44088 00:53:00 ---> 3558a29ab35d 00:53:00 Step 20/21 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:53:01 ---> Running in bf9b638c510a 00:53:01 Removing intermediate container 04a828c52df0 00:53:01 ---> e7ae7db475b6 00:53:01 Step 14/23 : EXPOSE $APP_PORT 00:53:01 ---> Running in 983da67f012a 00:53:01 Removing intermediate container 1ad22537de04 00:53:01 ---> a5ae1338603d 00:53:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:01 ---> Running in 3e80cc41e3e0 00:53:02 ---> Running in 37cb09a716bc 00:53:02 Removing intermediate container 983da67f012a 00:53:02 ---> b87636723ca2 00:53:02 Step 21/21 : LABEL version=0.0.0 00:53:02 Removing intermediate container b309ed7d8712 00:53:02 ---> 6b77ef21ce34 00:53:02 00:53:02 Step 10/23 : FROM alpine:3.12 00:53:02 ---> d10569e2745f 00:53:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:02 ---> Using cache 00:53:02 ---> d21243345a26 00:53:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:02 ---> Using cache 00:53:02 ---> 7bc5d7c6d373 00:53:02 Step 13/23 : ENV APP_PORT=48081 00:53:02 ---> Running in ada7c1b5c0d5 00:53:02 ---> Running in 9457e6480280 00:53:02 Removing intermediate container 3e80cc41e3e0 00:53:02 ---> 48ed07dcaac0 00:53:02 Step 15/23 : WORKDIR / 00:53:02 Removing intermediate container 37cb09a716bc 00:53:02 ---> 9a2a98e0ad3b 00:53:02 Step 13/22 : ENV APP_PORT=48060 00:53:02 ---> Running in 282daf504df5 00:53:02 ---> Running in 68464b83207f 00:53:03 Removing intermediate container ada7c1b5c0d5 00:53:03 ---> da755e22f556 00:53:03 00:53:03 Removing intermediate container 9457e6480280 00:53:03 ---> 378eb977e4e5 00:53:03 Step 14/23 : EXPOSE $APP_PORT 00:53:03 Removing intermediate container 282daf504df5 00:53:03 ---> 5f4a915c4758 00:53:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:03 ---> Running in b0d235bb85aa 00:53:03 Removing intermediate container 68464b83207f 00:53:03 ---> eceea5de90a6 00:53:03 Step 14/22 : EXPOSE $APP_PORT 00:53:04 Successfully built da755e22f556 00:53:04 ---> Running in c29975d59897 00:53:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:53:04  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 00:53:04 Removing intermediate container b0d235bb85aa 00:53:04 ---> a69f9e352064 00:53:04 Step 15/23 : WORKDIR / 00:53:04 Removing intermediate container bf9b638c510a 00:53:04 ---> 49bf1db8b1b9 00:53:04 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:04 ---> Running in 6c86b092ea99 00:53:04 ---> b673d8bc0642 00:53:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:53:04 Removing intermediate container c29975d59897 00:53:04 ---> 910d05cad968 00:53:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:06 ---> cfaf64949b49 00:53:06 Removing intermediate container 6c86b092ea99 00:53:06 ---> 81cde029c56f 00:53:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:06 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:53:07 ---> 6ffd0b254a37 00:53:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:53:07 ---> aa2196675176 00:53:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:07 ---> 271a98f4b4c1 00:53:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:08 ---> 06fb2ccfc716 00:53:08 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:53:09 ---> 1126422b3290 00:53:09 Step 19/23 : ENTRYPOINT ["/core-command"] 00:53:10 ---> Running in ad66e03cfec0 00:53:10 ---> e972ca389ae7 00:53:10 ---> b177ad83939e 00:53:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:10 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:53:10 ---> 1ab3d4d1549a 00:53:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:11 Removing intermediate container ad66e03cfec0 00:53:11 ---> 0c377f015c50 00:53:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:11 ---> Running in c3cd58f76810 00:53:11 ---> 664d7841337d 00:53:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:53:11 ---> f1da7073306d 00:53:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:11 ---> 9dee8dcf97cc 00:53:11 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:53:11 ---> Running in 27f060c23eb1 00:53:11 ---> Running in f57ff9343ca1 00:53:11 Removing intermediate container c3cd58f76810 00:53:11 ---> 60f9ef2687f0 00:53:11 Step 21/23 : LABEL arch=arm64 00:53:12 ---> Running in 2c41ac0836d0 00:53:12 ---> Running in 27fe267652ff 00:53:12 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:53:13 Removing intermediate container 27f060c23eb1 00:53:13 ---> 164fe7f4d06c 00:53:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:13 Removing intermediate container 2c41ac0836d0 00:53:13 ---> f6e2eeabf348 00:53:13 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:53:13 Removing intermediate container 27fe267652ff 00:53:13 ---> 153003798962 00:53:13 Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:53:13 Removing intermediate container f57ff9343ca1 00:53:13 ---> 4cb995b548dd 00:53:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:13 ---> Running in 4c9c4254c6bc 00:53:14 ---> Running in 73a78ca51531 00:53:14 ---> Running in 50b0bcd451ff 00:53:14 ---> 4d6887948ae6 00:53:14 Step 25/30 : RUN chmod +x /entrypoint.sh 00:53:14 Removing intermediate container 4c9c4254c6bc 00:53:14 ---> dca5315b026e 00:53:14 Step 21/23 : LABEL arch=arm64 00:53:15 ---> Running in ddb83f4c35f3 00:53:15 ---> Running in 2373615c505f 00:53:15 Removing intermediate container 50b0bcd451ff 00:53:15 ---> a8360f7e1ff7 00:53:15 Step 23/23 : LABEL version=0.0.0 00:53:15 Removing intermediate container 73a78ca51531 00:53:15 ---> 716836fa6f17 00:53:15 Step 20/22 : LABEL arch=arm64 00:53:16 ---> Running in c89667ab345f 00:53:16 ---> Running in 81558a7e41d9 00:53:16 Removing intermediate container ddb83f4c35f3 00:53:16 ---> 2d6797a6ba29 00:53:16 Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:53:16 ---> Running in af5419741920 00:53:16 Removing intermediate container 81558a7e41d9 00:53:16 ---> ba03c3cc80e8 00:53:16 00:53:17 Removing intermediate container c89667ab345f 00:53:17 ---> 79e35acd0bfe 00:53:17 Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:53:17 Successfully built ba03c3cc80e8 00:53:17 Successfully tagged docker-core-command-go-arm64:latest 00:53:17 Building docker-support-scheduler-go 00:53:18  Building docker-core-command-go ... done  ---> Running in 733cc0a83a8a 00:53:18 Removing intermediate container af5419741920 00:53:18 ---> 9de94cc1b269 00:53:18 Step 23/23 : LABEL version=0.0.0 00:53:18 ---> Running in e1383d18967d 00:53:18 Removing intermediate container 733cc0a83a8a 00:53:18 ---> 1483c33f774f 00:53:18 Step 22/22 : LABEL version=0.0.0 00:53:18 Removing intermediate container e1383d18967d 00:53:18 ---> 4ce1479f6885 00:53:18 00:53:19 Removing intermediate container 2373615c505f 00:53:19 ---> 32394021e8bf 00:53:19 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:53:19 ---> Running in 8efc952fb9c7 00:53:19 Successfully built 4ce1479f6885 00:53:19 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:19 Building docker-core-data-go 00:53:19  Building docker-core-metadata-go ... done  ---> Running in 97a9ae5b4d47 00:53:20 Removing intermediate container 8efc952fb9c7 00:53:20 ---> 3e3398c1eba4 00:53:20 00:53:20 Removing intermediate container 97a9ae5b4d47 00:53:20 ---> b41caa33fa3e 00:53:20 Step 27/30 : CMD ["gate"] 00:53:21 Successfully built 3e3398c1eba4 00:53:21 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:21  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:53:21 ---> Running in dfd42085b892 00:53:22 Removing intermediate container dfd42085b892 00:53:22 ---> b77813db118d 00:53:22 Step 28/30 : LABEL arch=arm64 00:53:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:53:22 ---> 17c31ed928aa 00:53:22 Step 3/24 : WORKDIR /edgex-go 00:53:22 ---> Using cache 00:53:22 ---> 8eba7f06d710 00:53:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:22 ---> Using cache 00:53:22 ---> 40cdf27e9524 00:53:22 Step 5/24 : RUN apk add --update --no-cache make git 00:53:22 ---> Running in 6f0ef8b91b62 00:53:22 ---> Running in 5355c44774cb 00:53:23 Removing intermediate container 6f0ef8b91b62 00:53:23 ---> 2cd438e1bb46 00:53:23 Step 29/30 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:53:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:25 ---> Running in 36a39feeafae 00:53:25 OK: 217 MiB in 51 packages 00:53:26 Removing intermediate container 36a39feeafae 00:53:26 ---> 20982855d94a 00:53:26 Step 30/30 : LABEL version=0.0.0 00:53:28 ---> Running in 7565ca8efd93 00:53:29 Removing intermediate container 5355c44774cb 00:53:29 ---> 7b5875320ab2 00:53:29 Step 6/24 : COPY go.mod . 00:53:29 Removing intermediate container 7565ca8efd93 00:53:29 ---> b2bff197f1e7 00:53:29 00:53:29 Successfully built b2bff197f1e7 00:53:30 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:53:30  Building docker-security-bootstrapper-go ... done  ---> 6551d8b79ef8 00:53:30 Step 7/24 : RUN go mod download 00:53:30 ---> Running in 3e63ace7fde5 00:53:34 Removing intermediate container 3e63ace7fde5 00:53:34 ---> 3fca26305fb9 00:53:34 Step 8/24 : COPY . . 00:53:40 Removing intermediate container d4b136fd82f7 00:53:40 ---> 123f3e657ea2 00:53:40 00:53:40 Step 10/22 : FROM alpine:3.12 00:53:40 ---> 88dd2752d2ea 00:53:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:53:40 ---> Using cache 00:53:40 ---> afd72fec1f38 00:53:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:40 ---> Using cache 00:53:40 ---> 294cd6ad762d 00:53:40 Step 13/22 : ENV APP_PORT=48085 00:53:45 ---> Running in 5a5d1a0031e7 00:53:52 ---> 418ad520d47f 00:53:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:53:52 ---> Running in 36f2c1afe24a 00:53:53 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:54 Removing intermediate container 5a5d1a0031e7 00:53:54 ---> 4e3dc8890fdd 00:53:54 Step 14/22 : EXPOSE $APP_PORT 00:53:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:53:55 ---> 17c31ed928aa 00:53:55 Step 3/22 : WORKDIR /edgex-go 00:53:55 ---> Using cache 00:53:55 ---> 8eba7f06d710 00:53:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:55 ---> Using cache 00:53:55 ---> 40cdf27e9524 00:53:55 Step 5/22 : RUN apk add --update --no-cache make git 00:53:55 ---> Using cache 00:53:55 ---> 7b5875320ab2 00:53:55 Step 6/22 : COPY go.mod . 00:53:55 ---> Using cache 00:53:55 ---> 6551d8b79ef8 00:53:55 Step 7/22 : RUN go mod download 00:53:55 ---> Using cache 00:53:55 ---> 3fca26305fb9 00:53:55 Step 8/22 : COPY . . 00:53:55 ---> Using cache 00:53:55 ---> 418ad520d47f 00:53:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:53:56 ---> Running in 9a783fe17409 00:53:57 ---> Running in 5cce45516df4 00:53:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:53:57 ---> 17c31ed928aa 00:53:57 Step 3/23 : WORKDIR /edgex-go 00:53:57 ---> Using cache 00:53:57 ---> 8eba7f06d710 00:53:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:57 ---> Using cache 00:53:57 ---> 40cdf27e9524 00:53:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:53:57 ---> Running in 2eaa3ab9436a 00:53:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:53:58 ---> 17c31ed928aa 00:53:58 Step 3/26 : WORKDIR /edgex-go 00:53:58 ---> Using cache 00:53:58 ---> 8eba7f06d710 00:53:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:58 ---> Using cache 00:53:58 ---> 40cdf27e9524 00:53:58 Step 5/26 : RUN apk add --update --no-cache make bash git 00:53:58 ---> Running in c362747918f1 00:53:59 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:53:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:01 Removing intermediate container 9a783fe17409 00:54:01 ---> cd5dc3d3ed5d 00:54:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:01 OK: 217 MiB in 51 packages 00:54:02 OK: 217 MiB in 51 packages 00:54:03 Removing intermediate container 2eaa3ab9436a 00:54:03 ---> c34ee4de5058 00:54:03 Step 6/23 : COPY go.mod . 00:54:03 Removing intermediate container c362747918f1 00:54:03 ---> 20478cc2e675 00:54:03 Step 6/26 : COPY go.mod . 00:54:04 ---> da3e0b31c322 00:54:04 Step 7/23 : RUN go mod download 00:54:04 ---> Running in baf157e01af5 00:54:05 ---> d6dad1d5263b 00:54:05 Step 7/26 : RUN go mod download 00:54:05 ---> Running in baf8c7e6c5ff 00:54:06 Removing intermediate container 45c328a953f8 00:54:06 ---> d421f2b102ec 00:54:06 00:54:06 Step 10/24 : FROM alpine:3.12 00:54:06 ---> 88dd2752d2ea 00:54:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:06 ---> 2c0ca9a201cc 00:54:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:54:09 Removing intermediate container baf157e01af5 00:54:09 ---> c0e8f4968d51 00:54:09 Step 8/23 : COPY . . 00:54:09 Removing intermediate container baf8c7e6c5ff 00:54:09 ---> 2c1a65e9fa47 00:54:09 Step 8/26 : COPY . . 00:54:11 ---> Running in c77b735b3832 00:54:11 ---> d5d5d440b4ef 00:54:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:54:14 ---> 3191e6c4bebf 00:54:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:54:15 ---> Running in 776fe3b41b48 00:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:16 Removing intermediate container 776fe3b41b48 00:54:16 ---> bbae73c06992 00:54:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:17 (1/5) Installing ca-certificates (20191127-r4) 00:54:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:17 (3/5) Installing libcurl (7.69.1-r3) 00:54:17 (4/5) Installing curl (7.69.1-r3) 00:54:17 (5/5) Installing dumb-init (1.2.2-r1) 00:54:17 Executing busybox-1.31.1-r19.trigger 00:54:17 ---> Running in 582ee407487b 00:54:17 Executing ca-certificates-20191127-r4.trigger 00:54:18 OK: 7 MiB in 19 packages 00:54:20 Removing intermediate container 582ee407487b 00:54:20 ---> 11962125d645 00:54:20 Step 20/22 : LABEL arch=x86_64 00:54:21 ---> Running in 2847c0f6c0d2 00:54:23 Removing intermediate container 2847c0f6c0d2 00:54:23 ---> c1fd2df6974a 00:54:23 Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:54:23 ---> 0f7875a6f68a 00:54:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:54:23 Removing intermediate container c77b735b3832 00:54:23 ---> 820c4d8eeedd 00:54:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:23 ---> Running in 5d47e4efd1c5 00:54:23 ---> 852fde3ff035 00:54:23 Step 9/23 : RUN make cmd/core-data/core-data 00:54:23 ---> Running in c71c0cf2e89a 00:54:23 ---> Running in 37b542415276 00:54:24 ---> Running in e4b69cdbcc58 00:54:24 Removing intermediate container 5d47e4efd1c5 00:54:24 ---> f42ea6109706 00:54:24 Step 22/22 : LABEL version=0.0.0 00:54:25 Removing intermediate container 37b542415276 00:54:25 ---> 22a18b6bc304 00:54:25 Step 13/24 : WORKDIR / 00:54:25 ---> Running in 2d953989bc22 00:54:26 ---> Running in 654a69fd1830 00:54:26 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:54:26 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:54:27 Removing intermediate container 2d953989bc22 00:54:27 ---> 7b4a70623b64 00:54:27 00:54:28 Removing intermediate container 654a69fd1830 00:54:28 ---> 1eb4b8d8cfb3 00:54:28 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:29 Successfully built 7b4a70623b64 00:54:30 Successfully tagged docker-support-scheduler-go:latest 00:54:30  Building docker-support-scheduler-go ... done  ---> 585ca1176728 00:54:30 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:34 ---> 413bd1522835 00:54:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:37 ---> d9ad9af4b620 00:54:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:42 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:42 ---> 48cfd9eae529 00:54:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:54:42 ---> c10ac0536b23 00:54:42 Step 9/23 : RUN make cmd/core-data/core-data 00:54:42 ---> Running in dc821a6eb61a 00:54:42 ---> Running in c1888151c100 00:54:44 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:54:44 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:54:46 ---> a17f6e4fc81a 00:54:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:50 ---> 6199e0c406a1 00:54:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:52 ---> bea15e591011 00:54:52 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:52 ---> Running in 186f2df7f224 00:54:54 Removing intermediate container 36f2c1afe24a 00:54:54 ---> a33fba3be2c3 00:54:54 00:54:54 Step 10/24 : FROM alpine:3.12 00:54:54 ---> d10569e2745f 00:54:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:55 ---> Running in d72429439aa0 00:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:58 (1/5) Installing ca-certificates (20191127-r4) 00:54:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:58 (3/5) Installing libcurl (7.69.1-r3) 00:54:58 (4/5) Installing curl (7.69.1-r3) 00:54:58 (5/5) Installing dumb-init (1.2.2-r1) 00:54:58 Executing busybox-1.31.1-r19.trigger 00:54:58 Executing ca-certificates-20191127-r4.trigger 00:54:58 OK: 7 MiB in 19 packages 00:54:59 Removing intermediate container 186f2df7f224 00:54:59 ---> 8dadbeab9ccd 00:54:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:54:59 ---> Running in 5814c7096e0d 00:54:59 Removing intermediate container 5814c7096e0d 00:54:59 ---> ffb40782c213 00:54:59 Step 22/24 : LABEL arch=x86_64 00:55:00 ---> Running in ecc165737c13 00:55:01 Removing intermediate container d72429439aa0 00:55:01 ---> 9535c7e5e901 00:55:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:01 ---> Running in b7a6379a3a9d 00:55:01 Removing intermediate container b7a6379a3a9d 00:55:01 ---> a602b617127a 00:55:01 Step 13/24 : WORKDIR / 00:55:01 ---> Running in 2563222399db 00:55:02 Removing intermediate container 2563222399db 00:55:02 ---> 3c6e180dace4 00:55:02 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:55:03 Removing intermediate container ecc165737c13 00:55:03 ---> 08b3e733128d 00:55:03 Step 23/24 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:55:03 ---> Running in 792c980889d9 00:55:03 ---> 9e5bcc04f5ce 00:55:03 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:55:05 ---> d664e6392426 00:55:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:55:06 Removing intermediate container 792c980889d9 00:55:06 ---> 29c57baf9eab 00:55:06 Step 24/24 : LABEL version=0.0.0 00:55:06 ---> f0b0a206bf07 00:55:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:55:07 ---> Running in 16e874b456c7 00:55:08 Removing intermediate container 16e874b456c7 00:55:08 ---> 39714b08a6c1 00:55:08 00:55:08 ---> 194458a2ee84 00:55:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:55:09 Successfully built 39714b08a6c1 00:55:09 Successfully tagged docker-security-secretstore-setup-go:latest 00:55:10 ---> 1a6b860b4b66 00:55:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:55:11 ---> c4f0c3e75d76 00:55:11 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:55:11 ---> Running in eee91f935858 00:55:17 Removing intermediate container eee91f935858 00:55:17 ---> d80028b90ddd 00:55:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:55:17 ---> Running in aa0544a06605 00:55:17 Removing intermediate container 5cce45516df4 00:55:17 ---> 61024ae7fdb3 00:55:17 00:55:17 Step 10/22 : FROM alpine:3.12 00:55:17 ---> d10569e2745f 00:55:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:55:17 ---> Using cache 00:55:17 ---> d21243345a26 00:55:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:17 ---> Using cache 00:55:17 ---> 7bc5d7c6d373 00:55:17 Step 13/22 : ENV APP_PORT=48085 00:55:17 ---> Running in c9ea410ee603 00:55:17 Removing intermediate container aa0544a06605 00:55:17 ---> 369b9645d4bd 00:55:17 Step 22/24 : LABEL arch=arm64 00:55:17 ---> Running in b0a45ed2986a 00:55:17 Removing intermediate container c9ea410ee603 00:55:17 ---> 14a1f067063b 00:55:17 Step 14/22 : EXPOSE $APP_PORT 00:55:18 ---> Running in d5e089c0b550 00:55:18 Removing intermediate container b0a45ed2986a 00:55:18 ---> ee40903af8d7 00:55:18 Step 23/24 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:55:18 ---> Running in 412bfcc41d1d 00:55:18 Removing intermediate container d5e089c0b550 00:55:18 ---> e33854e9f4cc 00:55:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:19 Removing intermediate container 412bfcc41d1d 00:55:19 ---> 678686ebdfb8 00:55:19 Step 24/24 : LABEL version=0.0.0 00:55:19 ---> Running in 4213cc508745 00:55:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container c71c0cf2e89a 00:55:20 ---> 526add4b061f 00:55:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:55:20 ---> Running in 1ebacf047434 00:55:20 ---> 1e373f3c5162 00:55:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:55:20 Removing intermediate container 4213cc508745 00:55:20 ---> 482a914eb1a8 00:55:20 00:55:20 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:55:21 Successfully built 482a914eb1a8 00:55:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:55:22  Building docker-security-secretstore-setup-go ... done  ---> 36aff3449071 00:55:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:55:23 ---> 34c206f025bd 00:55:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:55:23 ---> Running in 4ea24a21f45d 00:55:24 Removing intermediate container 4ea24a21f45d 00:55:24 ---> efaeae599520 00:55:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:24 ---> Running in 2e109477dd7d 00:55:25 Removing intermediate container 2e109477dd7d 00:55:25 ---> 45516793674f 00:55:25 Step 20/22 : LABEL arch=arm64 00:55:25 ---> Running in 6c67bb4cb927 00:55:26 Removing intermediate container 6c67bb4cb927 00:55:26 ---> 43f19716c481 00:55:26 Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:55:26 ---> Running in c3a6c75b4c78 00:55:26 Removing intermediate container c3a6c75b4c78 00:55:26 ---> 8dfc34d4868b 00:55:26 Step 22/22 : LABEL version=0.0.0 00:55:27 ---> Running in 263a8510c410 00:55:27 Removing intermediate container 263a8510c410 00:55:27 ---> 3527d2dcad42 00:55:27 00:55:28 Successfully built 3527d2dcad42 00:55:28 Successfully tagged docker-support-scheduler-go-arm64:latest 00:55:29 Removing intermediate container e4b69cdbcc58 00:55:29 ---> 44c041d8c144 00:55:29 00:55:29 Step 10/23 : FROM alpine:3.12 00:55:29 ---> 88dd2752d2ea 00:55:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:55:29 ---> Running in ac5d0d1e5626 00:55:29 Removing intermediate container 1ebacf047434 00:55:29 ---> 1c78b7298b73 00:55:29 00:55:29 Step 11/26 : FROM docker:20.10.0 00:55:29 Removing intermediate container ac5d0d1e5626 00:55:29 ---> dff98038c5d7 00:55:29 Step 12/23 : ENV APP_PORT=48080 00:55:29 20.10.0: Pulling from library/docker 00:55:30 ---> Running in a978612b03d4 00:55:31 Removing intermediate container a978612b03d4 00:55:31 ---> 61a5371af789 00:55:31 Step 13/23 : EXPOSE $APP_PORT 00:55:31 ---> Running in bf9c16b54081 00:55:33 Removing intermediate container bf9c16b54081 00:55:33 ---> 07ba800ea74e 00:55:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:33 ---> Running in 98bec1d737d9 00:55:37 Removing intermediate container 98bec1d737d9 00:55:37 ---> 9024b048f4ac 00:55:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:55:37 ---> Running in 168809138b16 00:55:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:39 (1/6) Installing dumb-init (1.2.2-r1) 00:55:39 (2/6) Installing libgcc (9.3.0-r2) 00:55:39 (3/6) Installing libsodium (1.0.18-r0) 00:55:39 (4/6) Installing libstdc++ (9.3.0-r2) 00:55:40 (5/6) Installing libzmq (4.3.3-r0) 00:55:40 (6/6) Installing zeromq (4.3.3-r0) 00:55:40 Executing busybox-1.31.1-r19.trigger 00:55:40 OK: 8 MiB in 20 packages 00:55:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:55:41 Status: Downloaded newer image for docker:20.10.0 00:55:41 ---> aefe523efa57 00:55:41 Step 12/26 : RUN apk add --no-cache bash 00:55:41 ---> Running in 0caa3553a01d 00:55:41 Removing intermediate container 168809138b16 00:55:41 ---> 9114b10d325a 00:55:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:41 ---> c2deb0cecd37 00:55:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:42 (1/2) Installing readline (8.0.4-r0) 00:55:42 (2/2) Installing bash (5.0.17-r0) 00:55:42 Executing bash-5.0.17-r0.post-install 00:55:42 Executing busybox-1.31.1-r19.trigger 00:55:42 OK: 12 MiB in 22 packages 00:55:43 ---> 66622c2c9499 00:55:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:55:43 Removing intermediate container 0caa3553a01d 00:55:43 ---> 4207a17aa6cb 00:55:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:55:43 ---> 94d14e0df66c 00:55:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:55:44 ---> Running in 35b4a1323109 00:55:44 ---> Running in ef2d170b245d 00:55:44 Removing intermediate container 35b4a1323109 00:55:44 ---> 93f9ed8040a7 00:55:44 Step 14/26 : ENV APP_PORT=48090 00:55:44 ---> Running in e5dc6a3d4671 00:55:44 Removing intermediate container ef2d170b245d 00:55:44 ---> 6ba2c8a1d1a3 00:55:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:44 ---> Running in 547de87f22f0 00:55:44 Removing intermediate container e5dc6a3d4671 00:55:44 ---> 65faaf52b959 00:55:44 Step 15/26 : EXPOSE $APP_PORT 00:55:45 ---> Running in db46c7463c34 00:55:45 Removing intermediate container 547de87f22f0 00:55:45 ---> 33524893b18e 00:55:45 Step 21/23 : LABEL arch=x86_64 00:55:45 ---> Running in faf5eecc2bea 00:55:45 Removing intermediate container db46c7463c34 00:55:45 ---> 59d930af589e 00:55:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:55:46 Removing intermediate container faf5eecc2bea 00:55:46 ---> e0b2a499a5c9 00:55:46 Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:55:46 ---> Running in 876f252f13ea 00:55:46 Removing intermediate container 876f252f13ea 00:55:46 ---> 589187b7974b 00:55:46 Step 23/23 : LABEL version=0.0.0 00:55:46 ---> a9dab346cd0e 00:55:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:55:46 ---> Running in 6cbf490f4216 00:55:47 Removing intermediate container 6cbf490f4216 00:55:47 ---> f1fc2065bd58 00:55:47 00:55:47 Successfully built f1fc2065bd58 00:55:48 Successfully tagged docker-core-data-go:latest 00:55:48  Building docker-core-data-go ... done  ---> c03e84c6c362 00:55:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:55:49 ---> c3e434640052 00:55:49 Step 19/26 : RUN apk --no-cache add py3-pip 00:55:49 ---> Running in be92129e5c47 00:55:50  Building docker-support-scheduler-go ... done Removing intermediate container dc821a6eb61a 00:55:50 ---> ce74f21a8e6d 00:55:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:55:50 ---> Running in e1ff60aa96d4 00:55:50 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:55:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:51 (1/33) Installing libbz2 (1.0.8-r1) 00:55:51 (2/33) Installing expat (2.2.9-r1) 00:55:51 (3/33) Installing libffi (3.3-r2) 00:55:51 (4/33) Installing gdbm (1.13-r1) 00:55:51 (5/33) Installing xz-libs (5.2.5-r0) 00:55:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:55:51 (7/33) Installing python3 (3.8.5-r1) 00:55:52 (8/33) Installing py3-appdirs (1.4.4-r1) 00:55:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:55:52 (10/33) Installing py3-parsing (2.4.7-r0) 00:55:52 (11/33) Installing py3-six (1.15.0-r0) 00:55:52 (12/33) Installing py3-packaging (20.4-r0) 00:55:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:55:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:55:53 (15/33) Installing py3-idna (2.9-r0) 00:55:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:55:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:55:53 (18/33) Installing py3-requests (2.23.0-r0) 00:55:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:55:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:55:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:55:53 (22/33) Installing py3-colorama (0.4.3-r0) 00:55:53 (23/33) Installing py3-distlib (0.3.0-r0) 00:55:53 (24/33) Installing py3-distro (1.5.0-r1) 00:55:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:55:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:55:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:55:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:55:53 (29/33) Installing py3-progress (1.5-r0) 00:55:53 (30/33) Installing py3-toml (0.10.1-r0) 00:55:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:55:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:55:53 (33/33) Installing py3-pip (20.1.1-r0) 00:55:53 Executing busybox-1.31.1-r19.trigger 00:55:53 OK: 71 MiB in 55 packages 00:55:53 Removing intermediate container e1ff60aa96d4 00:55:53 ---> 15119eaea759 00:55:53 00:55:53 Step 11/26 : FROM docker:20.10.0 00:55:53 20.10.0: Pulling from library/docker 00:56:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:56:02 Status: Downloaded newer image for docker:20.10.0 00:56:02 ---> eeaf43b92773 00:56:02 Step 12/26 : RUN apk add --no-cache bash 00:56:02 Removing intermediate container c1888151c100 00:56:02 ---> 262d0a7763da 00:56:02 00:56:02 Step 10/23 : FROM alpine:3.12 00:56:02 ---> d10569e2745f 00:56:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:02 ---> Running in e32d0be90fec 00:56:02 ---> Running in 630423dd04e8 00:56:03 Removing intermediate container 630423dd04e8 00:56:03 ---> 305b57488e34 00:56:03 Step 12/23 : ENV APP_PORT=48080 00:56:03 ---> Running in 788da804a225 00:56:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:03 Removing intermediate container 788da804a225 00:56:03 ---> 83e5ba5bea26 00:56:03 Step 13/23 : EXPOSE $APP_PORT 00:56:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:03 ---> Running in 9360f02aa507 00:56:04 Removing intermediate container 9360f02aa507 00:56:04 ---> d3aad2311e8e 00:56:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:04 (1/2) Installing readline (8.0.4-r0) 00:56:04 (2/2) Installing bash (5.0.17-r0) 00:56:04 Executing bash-5.0.17-r0.post-install 00:56:04 Executing busybox-1.31.1-r19.trigger 00:56:04 OK: 12 MiB in 22 packages 00:56:04 ---> Running in 367f81b2c1b3 00:56:05 Removing intermediate container e32d0be90fec 00:56:05 ---> c67bbdcf71bd 00:56:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:56:05 ---> Running in 813cf97105fc 00:56:06 Removing intermediate container be92129e5c47 00:56:06 ---> 369bf5b2a091 00:56:06 Step 20/26 : RUN pip install docker-compose==1.23.2 00:56:06 ---> Running in 16f455fd15d5 00:56:06 Removing intermediate container 813cf97105fc 00:56:06 ---> 15ca5df65636 00:56:06 Step 14/26 : ENV APP_PORT=48090 00:56:06 Removing intermediate container 367f81b2c1b3 00:56:06 ---> 6aeb7b4522d6 00:56:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:56:06 ---> Running in 3415da336a14 00:56:06 ---> Running in 2e7eb654c518 00:56:07 Removing intermediate container 3415da336a14 00:56:07 ---> d562dd5bebf4 00:56:07 Step 15/26 : EXPOSE $APP_PORT 00:56:07 ---> Running in fcbcc65564da 00:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:07 Removing intermediate container fcbcc65564da 00:56:07 ---> 9120ab88aa9d 00:56:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:08 ---> 4e4c71541690 00:56:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:56:09 (1/6) Installing dumb-init (1.2.2-r1) 00:56:09 (2/6) Installing libgcc (9.3.0-r2) 00:56:09 ---> 2381f1671bd9 00:56:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:56:09 (3/6) Installing libsodium (1.0.18-r0) 00:56:09 (4/6) Installing libstdc++ (9.3.0-r2) 00:56:09 Collecting docker-compose==1.23.2 00:56:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:56:09 Collecting PyYAML<4,>=3.10 00:56:09 Downloading PyYAML-3.13.tar.gz (270 kB) 00:56:09 (5/6) Installing libzmq (4.3.3-r0) 00:56:10 (6/6) Installing zeromq (4.3.3-r0) 00:56:10 Executing busybox-1.31.1-r19.trigger 00:56:10 OK: 8 MiB in 20 packages 00:56:10 ---> 4c9824bb1812 00:56:10 Step 19/26 : RUN apk --no-cache add py3-pip 00:56:10 ---> Running in c06fffebf445 00:56:11 Collecting websocket-client<1.0,>=0.32.0 00:56:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:56:11 Collecting cached-property<2,>=1.2.0 00:56:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:56:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:56:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:56:11 Collecting texttable<0.10,>=0.9.0 00:56:11 Downloading texttable-0.9.1.tar.gz (11 kB) 00:56:12 Removing intermediate container 2e7eb654c518 00:56:12 ---> 5343fe86b83a 00:56:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:12 ---> c0a2f4c5b70d 00:56:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:56:12 (1/33) Installing libbz2 (1.0.8-r1) 00:56:12 (2/33) Installing expat (2.2.9-r1) 00:56:12 (3/33) Installing libffi (3.3-r2) 00:56:12 (4/33) Installing gdbm (1.13-r1) 00:56:12 (5/33) Installing xz-libs (5.2.5-r0) 00:56:12 (6/33) Installing sqlite-libs (3.32.1-r0) 00:56:12 (7/33) Installing python3 (3.8.5-r1) 00:56:12 Collecting jsonschema<3,>=2.5.1 00:56:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:56:12 Collecting docopt<0.7,>=0.6.1 00:56:13 Downloading docopt-0.6.2.tar.gz (25 kB) 00:56:14 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:56:14 Collecting dockerpty<0.5,>=0.4.1 00:56:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:56:14 (8/33) Installing py3-appdirs (1.4.4-r1) 00:56:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:56:14 (10/33) Installing py3-parsing (2.4.7-r0) 00:56:14 (11/33) Installing py3-six (1.15.0-r0) 00:56:14 (12/33) Installing py3-packaging (20.4-r0) 00:56:14 (13/33) Installing py3-setuptools (47.0.0-r0) 00:56:14 (14/33) Installing py3-chardet (3.0.4-r4) 00:56:14 (15/33) Installing py3-idna (2.9-r0) 00:56:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:56:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:56:14 ---> e4c9749a77c2 00:56:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:56:14 (18/33) Installing py3-requests (2.23.0-r0) 00:56:14 (19/33) Installing py3-msgpack (1.0.0-r0) 00:56:14 (20/33) Installing py3-lockfile (0.12.2-r3) 00:56:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:56:15 (22/33) Installing py3-colorama (0.4.3-r0) 00:56:15 (23/33) Installing py3-distlib (0.3.0-r0) 00:56:15 (24/33) Installing py3-distro (1.5.0-r1) 00:56:15 (25/33) Installing py3-webencodings (0.5.1-r3) 00:56:15 (26/33) Installing py3-html5lib (1.0.1-r4) 00:56:15 (27/33) Installing py3-pytoml (0.1.21-r0) 00:56:15 (28/33) Installing py3-pep517 (0.8.2-r0) 00:56:15 (29/33) Installing py3-progress (1.5-r0) 00:56:15 (30/33) Installing py3-toml (0.10.1-r0) 00:56:15 (31/33) Installing py3-retrying (1.3.3-r0) 00:56:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:56:15 (33/33) Installing py3-pip (20.1.1-r0) 00:56:15 Collecting docker<4.0,>=3.6.0 00:56:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:56:15 Executing busybox-1.31.1-r19.trigger 00:56:15 OK: 71 MiB in 55 packages 00:56:15 ---> ca475071879e 00:56:15 Step 19/23 : ENTRYPOINT ["/core-data"] 00:56:15 Collecting urllib3<1.25,>=1.21.1 00:56:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:56:15 Collecting idna<2.8,>=2.5 00:56:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:56:15 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:56:15 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:56:15 ---> Running in 556d591e8be4 00:56:16 Collecting docker-pycreds>=0.4.0 00:56:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:56:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:56:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:56:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:56:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:56:16 Installing collected packages: PyYAML, websocket-client, cached-property, urllib3, idna, requests, texttable, jsonschema, docopt, dockerpty, docker-pycreds, docker, docker-compose 00:56:16 Running setup.py install for PyYAML: started 00:56:16 Removing intermediate container 556d591e8be4 00:56:16 ---> f0b498628a22 00:56:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:16 ---> Running in 8050a97887be 00:56:17 Running setup.py install for PyYAML: finished with status 'done' 00:56:17 Removing intermediate container 8050a97887be 00:56:17 ---> 53e4924238b5 00:56:17 Step 21/23 : LABEL arch=arm64 00:56:17 ---> Running in d51c5aaae55f 00:56:17 Attempting uninstall: urllib3 00:56:17 Found existing installation: urllib3 1.25.9 00:56:17 Uninstalling urllib3-1.25.9: 00:56:17 Successfully uninstalled urllib3-1.25.9 00:56:17 Attempting uninstall: idna 00:56:17 Found existing installation: idna 2.9 00:56:17 Uninstalling idna-2.9: 00:56:17 Successfully uninstalled idna-2.9 00:56:17 Removing intermediate container d51c5aaae55f 00:56:17 ---> 38048072a15f 00:56:17 Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:56:18 Attempting uninstall: requests 00:56:18 Found existing installation: requests 2.23.0 00:56:18 Uninstalling requests-2.23.0: 00:56:18 Successfully uninstalled requests-2.23.0 00:56:18 ---> Running in 14fc443f04a8 00:56:18 Running setup.py install for texttable: started 00:56:18 Removing intermediate container 14fc443f04a8 00:56:18 ---> 3e6496e3f8e4 00:56:18 Step 23/23 : LABEL version=0.0.0 00:56:19 ---> Running in 3ded5c05a723 00:56:19 Removing intermediate container 3ded5c05a723 00:56:19 ---> 6076878ad832 00:56:19 00:56:19 Running setup.py install for texttable: finished with status 'done' 00:56:19 Running setup.py install for docopt: started 00:56:20 Successfully built 6076878ad832 00:56:20 Successfully tagged docker-core-data-go-arm64:latest 00:56:20 Running setup.py install for docopt: finished with status 'done' 00:56:20 Running setup.py install for dockerpty: started 00:56:21 Running setup.py install for dockerpty: finished with status 'done' 00:56:21  Building docker-core-data-go ... done Removing intermediate container c06fffebf445 00:56:21 ---> 7384bab29f3e 00:56:21 Step 20/26 : RUN pip install docker-compose==1.23.2 00:56:21 ---> Running in 8ea270639ebd 00:56:22 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.58.0 00:56:26 Collecting docker-compose==1.23.2 00:56:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:56:26 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:56:26 Collecting jsonschema<3,>=2.5.1 00:56:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:56:27 Removing intermediate container 16f455fd15d5 00:56:27 ---> 819ea2075704 00:56:27 Step 21/26 : RUN apk --no-cache add curl 00:56:27 Collecting texttable<0.10,>=0.9.0 00:56:27 Downloading texttable-0.9.1.tar.gz (11 kB) 00:56:28 ---> Running in 5761761c6d10 00:56:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:56:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:56:30 Collecting websocket-client<1.0,>=0.32.0 00:56:30 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:56:30 Collecting docopt<0.7,>=0.6.1 00:56:30 Downloading docopt-0.6.2.tar.gz (25 kB) 00:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:56:31 (2/3) Installing libcurl (7.69.1-r3) 00:56:31 (3/3) Installing curl (7.69.1-r3) 00:56:31 Executing busybox-1.31.1-r19.trigger 00:56:31 OK: 72 MiB in 58 packages 00:56:33 Collecting PyYAML<4,>=3.10 00:56:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:56:34 Removing intermediate container 5761761c6d10 00:56:34 ---> fbf092bd2a40 00:56:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:56:34 ---> Running in 0aa2f1419581 00:56:34 Removing intermediate container 0aa2f1419581 00:56:34 ---> c36a023fef6b 00:56:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:34 ---> Running in 30a85eb22069 00:56:35 Removing intermediate container 30a85eb22069 00:56:35 ---> ffb2313167fa 00:56:35 Step 24/26 : LABEL arch=x86_64 00:56:35 ---> Running in e70b4fba649d 00:56:36 Removing intermediate container e70b4fba649d 00:56:36 ---> b7f650070157 00:56:36 Step 25/26 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:56:36 ---> Running in d5a301278880 00:56:36 Collecting docker<4.0,>=3.6.0 00:56:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:56:37 Collecting dockerpty<0.5,>=0.4.1 00:56:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:56:37 Removing intermediate container d5a301278880 00:56:37 ---> 24b9f36151f9 00:56:37 Step 26/26 : LABEL version=0.0.0 00:56:37 ---> Running in 76fae4ae2e55 00:56:37 Removing intermediate container 76fae4ae2e55 00:56:37 ---> 0b022a29455f 00:56:37 00:56:38 Successfully built 0b022a29455f 00:56:38 Successfully tagged docker-sys-mgmt-agent-go:latest 00:56:39 Collecting cached-property<2,>=1.2.0 00:56:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:56:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:56:39 Collecting urllib3<1.25,>=1.21.1 00:56:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:56:39 $ docker stop --time=1 06c97fddc2ce574a2982f965e137fe285d85f773641193728bfd474d16eb4a53 00:56:40 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:56:40 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:56:40 Collecting idna<2.8,>=2.5 00:56:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:56:40 Collecting docker-pycreds>=0.4.0 00:56:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:56:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:56:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:56:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:56:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:56:41 Installing collected packages: jsonschema, texttable, urllib3, idna, requests, websocket-client, docopt, PyYAML, docker-pycreds, docker, dockerpty, cached-property, docker-compose 00:56:41 Running setup.py install for texttable: started 00:56:43 Running setup.py install for texttable: finished with status 'done' 00:56:43 Attempting uninstall: urllib3 00:56:43 Found existing installation: urllib3 1.25.9 00:56:43 Uninstalling urllib3-1.25.9: 00:56:43 Successfully uninstalled urllib3-1.25.9 00:56:44 Attempting uninstall: idna 00:56:44 Found existing installation: idna 2.9 00:56:44 Uninstalling idna-2.9: 00:56:44 Successfully uninstalled idna-2.9 00:56:44 $ docker rm -f 06c97fddc2ce574a2982f965e137fe285d85f773641193728bfd474d16eb4a53 00:56:44 Attempting uninstall: requests 00:56:44 Found existing installation: requests 2.23.0 00:56:44 Uninstalling requests-2.23.0: 00:56:45 Successfully uninstalled requests-2.23.0 [Pipeline] // withDockerContainer [Pipeline] sh 00:56:45 Running setup.py install for docopt: started 00:56:45 + docker images 00:56:45 + grep docker 00:56:47 docker-sys-mgmt-agent-go latest 0b022a29455f 9 seconds ago 313MB 00:56:47 docker-core-data-go latest f1fc2065bd58 59 seconds ago 22.4MB 00:56:47 docker-security-secretstore-setup-go latest 39714b08a6c1 About a minute ago 24.9MB 00:56:47 docker-support-scheduler-go latest 7b4a70623b64 2 minutes ago 17.2MB 00:56:47 docker-security-bootstrapper-go latest 5428f88984aa 6 minutes ago 18.7MB 00:56:47 docker-core-metadata-go latest f7bc460fe84a 6 minutes ago 19MB 00:56:47 docker-core-command-go latest 3d49f58e9554 6 minutes ago 17.2MB 00:56:47 docker-support-notifications-go latest f53832d1ddd6 6 minutes ago 17.8MB 00:56:47 docker-security-proxy-setup-go latest b99a79ae61b7 6 minutes ago 24.7MB 00:56:47 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 00:56:47 Running setup.py install for docopt: finished with status 'done' 00:56:47 Running setup.py install for PyYAML: started [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:56:49 Running setup.py install for PyYAML: finished with status 'done' 00:56:50 Running setup.py install for dockerpty: started 00:56:52 Running setup.py install for dockerpty: finished with status 'done' 00:56:52 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.58.0 00:56:57 Removing intermediate container 8ea270639ebd 00:56:57 ---> 27b117619a23 00:56:57 Step 21/26 : RUN apk --no-cache add curl 00:56:57 ---> Running in 8e7bdc8b6ddf 00:56:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:56:58 (2/3) Installing libcurl (7.69.1-r3) 00:56:58 (3/3) Installing curl (7.69.1-r3) 00:56:58 Executing busybox-1.31.1-r19.trigger 00:56:59 OK: 71 MiB in 58 packages 00:56:59 Removing intermediate container 8e7bdc8b6ddf 00:56:59 ---> 3e621158c23a 00:56:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:57:00 ---> Running in cc4962aa6f2d 00:57:00 Removing intermediate container cc4962aa6f2d 00:57:00 ---> 4c4f029e9fec 00:57:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:57:00 ---> Running in c1f11d9bed80 00:57:01 Removing intermediate container c1f11d9bed80 00:57:01 ---> 105c72c717d7 00:57:01 Step 24/26 : LABEL arch=arm64 00:57:01 ---> Running in f1570c11f99d 00:57:02 Removing intermediate container f1570c11f99d 00:57:02 ---> 6f7bd4016929 00:57:02 Step 25/26 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a 00:57:02 ---> Running in ce2709439485 00:57:02 Removing intermediate container ce2709439485 00:57:02 ---> f1ba7dacedfa 00:57:02 Step 26/26 : LABEL version=0.0.0 00:57:02 ---> Running in ee3f7409aceb 00:57:03 Removing intermediate container ee3f7409aceb 00:57:03 ---> 4e91cd08c2f2 00:57:03 00:57:03 Still waiting to schedule task 00:57:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:57:03 Successfully built 4e91cd08c2f2 00:57:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:57:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:57:03 $ docker stop --time=1 17ab6c04d078a9030320fac8e9f6f405b6518e340b47441a531becf0fbb72b73 00:57:05 $ docker rm -f 17ab6c04d078a9030320fac8e9f6f405b6518e340b47441a531becf0fbb72b73 [Pipeline] // withDockerContainer [Pipeline] sh 00:57:06 + docker images 00:57:06 + grep docker 00:57:06 docker-sys-mgmt-agent-go-arm64 latest 4e91cd08c2f2 4 seconds ago 300MB 00:57:06 docker-core-data-go-arm64 latest 6076878ad832 47 seconds ago 21.1MB 00:57:06 docker-support-scheduler-go-arm64 latest 3527d2dcad42 About a minute ago 16.3MB 00:57:06 docker-security-secretstore-setup-go-arm64 latest 482a914eb1a8 About a minute ago 23.7MB 00:57:06 docker-security-bootstrapper-go-arm64 latest b2bff197f1e7 3 minutes ago 17.6MB 00:57:06 docker-support-notifications-go-arm64 latest 3e3398c1eba4 3 minutes ago 16.9MB 00:57:06 docker-core-metadata-go-arm64 latest 4ce1479f6885 3 minutes ago 17.9MB 00:57:06 docker-core-command-go-arm64 latest ba03c3cc80e8 3 minutes ago 16.2MB 00:57:06 docker-security-proxy-setup-go-arm64 latest da755e22f556 4 minutes ago 23.4MB 00:57:06 docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 00:57:07 ---> job-cost.sh 00:57:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-q2YQ 00:57:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:57:56 Running on prd-ubuntu18.04-docker-8c-8g-28422 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:57:56 Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout 00:58:01 using credential edgex-jenkins-ssh 00:58:01 Cloning the remote Git repository 00:58:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:58:01 > git init /w/workspace/edgex-go/75 # timeout=10 00:58:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:01 > git --version # timeout=10 00:58:01 > git --version # 'git version 2.17.1' 00:58:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:12 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:58:12 Merge succeeded, producing 78e075305779dcd5b9c4a1e18b281fcfeafab849 00:58:12 Checking out Revision 78e075305779dcd5b9c4a1e18b281fcfeafab849 (PR-2858) 00:58:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:11 > 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:12 > git config core.sparsecheckout # timeout=10 00:58:12 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:58:12 > git remote # timeout=10 00:58:12 > git config --get remote.origin.url # timeout=10 00:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:12 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 00:58:12 > git rev-parse HEAD^{commit} # timeout=10 00:58:12 > git config core.sparsecheckout # timeout=10 00:58:13 > git checkout -f 78e075305779dcd5b9c4a1e18b281fcfeafab849 # timeout=10 00:58:16 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" 00:58:16 First time build. Skipping changelog. 00:58:17 00:58:17 GitHub has been notified of this commit’s build result 00:58:17 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:58:18 + echo snap-build.sh 00:58:18 snap-build.sh 00:58:18 + SNAP_BASE_DIR=. 00:58:18 + '[' '!' -z /w/workspace/edgex-go/75 ']' 00:58:18 + SNAP_BASE_DIR=/w/workspace/edgex-go/75 00:58:18 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/75]' 00:58:18 [snap-build] Building snap in dir [/w/workspace/edgex-go/75] 00:58:18 + cd /w/workspace/edgex-go/75 00:58:18 + sudo apt-get remove -qy --purge lxd lxd-client 00:58:18 Reading package lists... 00:58:18 Building dependency tree... 00:58:18 Reading state information... 00:58:18 The following packages were automatically installed and are no longer required: 00:58:18 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:58:18 uidmap xdelta3 00:58:18 Use 'sudo apt autoremove' to remove them. 00:58:18 The following packages will be REMOVED: 00:58:18 lxd* lxd-client* 00:58:16 > git rev-list --no-walk dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 00:58:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:58:19 After this operation, 31.7 MB disk space will be freed. 00:58:20 (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:20 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:58:22 Removing lxd dnsmasq configuration 00:58:22 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:58:22 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:58:23 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:58:23 (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:58:23 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:58:25 Processing triggers for systemd (237-3ubuntu10.42) ... 00:58:25 Processing triggers for ureadahead (0.100.0-21) ... 00:58:28 + sudo snap remove --purge lxd 00:58:28 snap "lxd" is not installed 00:58:28 + sudo groupadd --force --system lxd 00:58:28 ++ whoami 00:58:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:58:28 + newgrp - lxd 00:58:28 + sudo snap install lxd 00:58:38 2021-03-04T00:58:36Z INFO Waiting for automatic snapd restart... 00:58:56 lxd 4.11 from Canonical* installed 00:58:56 + sudo lxd init --auto 00:59:06 + sudo snap install --classic snapcraft 00:59:13 snapcraft 4.5.1 from Canonical* installed 00:59:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:59:13 + patch --verbose -p1 00:59:13 Hmm... Looks like a unified diff to me... 00:59:13 The text leading up to this was: 00:59:13 -------------------------- 00:59:13 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:59:13 |From: Tony Espy 00:59:13 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:59:13 |Subject: [PATCH] optimize snap build for pipeline CI check 00:59:13 | 00:59:13 |This patch is used by the EdgeX CI pipeline builds to 00:59:13 |optimize the snap CI check run for pull requests. When 00:59:13 |applied, it essentially strips out everything (apps and 00:59:13 |parts) from the snapcraft.yaml file except those required 00:59:13 |to build edgex-go, as the whole idea of the CI check is to 00:59:13 |catch changes to edgex-go that break the snap build. 00:59:13 | 00:59:13 |In general, anyone updating snapcraft.yaml will also need 00:59:13 |to update this patch file, otherwise it may fail to apply, 00:59:13 |resulting in a failed snap build CI check in the associated 00:59:13 |pull request. 00:59:13 | 00:59:13 |Note - in addition to applying this patch, the pipeline also 00:59:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:59:13 |need to build the finally binary .snap file (and it won't 00:59:13 |work with the patch applied). This further reduces the build 00:59:13 |time. 00:59:13 |--- 00:59:13 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:59:13 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:59:13 | 00:59:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:59:13 |index 1e537489..faf42425 100644 00:59:13 |--- a/snap/snapcraft.yaml 00:59:13 |+++ b/snap/snapcraft.yaml 00:59:13 -------------------------- 00:59:13 patching file snap/snapcraft.yaml 00:59:13 Using Plan A... 00:59:13 Hunk #1 succeeded at 73. 00:59:13 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:59:13 Hunk #3 succeeded at 217 (offset 3 lines). 00:59:13 Hunk #4 FAILED at 222. 00:59:13 Hunk #5 succeeded at 303 (offset 4 lines). 00:59:13 Hunk #6 succeeded at 330 (offset 4 lines). 00:59:13 Hunk #7 succeeded at 364 (offset 4 lines). 00:59:13 Hunk #8 FAILED at 411. 00:59:13 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:59:13 Hmm... Ignoring the trailing garbage. 00:59:13 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:59:14 Failed in branch amd64 01:00:09 lf-activate-venv(): INFO: Adding /tmp/venv-q2YQ/bin to PATH 01:00:09 INFO: No Stack... 01:00:09 INFO: Retrieving Pricing Info for: lf-standard-4 01:00:09 INFO: Archiving Costs [Pipeline] sh 01:00:09 + cut -d, -f6 01:00:09 + cat /w/workspace/edgex-go/75/archives/cost.csv [Pipeline] lock 01:00:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] 01:00:09 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] did not exist. Created. 01:00:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:00:09 + echo total: 0.20999999344348907 [Pipeline] stash 01:00:10 Stashed 1 file(s) [Pipeline] } 01:00:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 01:00:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:00:17 ---> package-listing.sh 01:00:17 ++ facter osfamily 01:00:17 ++ tr '[:upper:]' '[:lower:]' 01:00:17 + OS_FAMILY=redhat 01:00:17 + workspace=/w/workspace/edgex-go/75 01:00:17 + START_PACKAGES=/tmp/packages_start.txt 01:00:17 + END_PACKAGES=/tmp/packages_end.txt 01:00:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:00:17 + PACKAGES=/tmp/packages_start.txt 01:00:17 + '[' /w/workspace/edgex-go/75 ']' 01:00:17 + PACKAGES=/tmp/packages_end.txt 01:00:17 + case "${OS_FAMILY}" in 01:00:17 + rpm -qa 01:00:17 + sort 01:00:27 + '[' -f /tmp/packages_start.txt ']' 01:00:27 + '[' -f /tmp/packages_end.txt ']' 01:00:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:00:27 + '[' /w/workspace/edgex-go/75 ']' 01:00:27 + mkdir -p /w/workspace/edgex-go/75/archives/ 01:00:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/75/archives/ [Pipeline] echo 01:00:27 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/75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:00:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:00:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:29 01:00:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:00:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:29 alpine: Pulling from edgex-lftools-log-publisher 01:00:29 df20fa9351a1: Pulling fs layer 01:00:29 36b3adc4ff6f: Pulling fs layer 01:00:29 8ad3a11d3b57: Pulling fs layer 01:00:29 46f8f816bc3b: Pulling fs layer 01:00:29 93b61091891f: Pulling fs layer 01:00:29 93b9cdb0e59b: Pulling fs layer 01:00:29 5e14af77c1be: Pulling fs layer 01:00:29 01666e4c0597: Pulling fs layer 01:00:29 aa168da1d23b: Pulling fs layer 01:00:29 46f8f816bc3b: Waiting 01:00:29 93b61091891f: Waiting 01:00:29 93b9cdb0e59b: Waiting 01:00:29 5e14af77c1be: Waiting 01:00:29 01666e4c0597: Waiting 01:00:29 aa168da1d23b: Waiting 01:00:29 36b3adc4ff6f: Download complete 01:00:29 46f8f816bc3b: Verifying Checksum 01:00:29 46f8f816bc3b: Download complete 01:00:29 df20fa9351a1: Verifying Checksum 01:00:29 df20fa9351a1: Download complete 01:00:29 93b9cdb0e59b: Verifying Checksum 01:00:29 93b9cdb0e59b: Download complete 01:00:29 93b61091891f: Verifying Checksum 01:00:29 93b61091891f: Download complete 01:00:29 5e14af77c1be: Verifying Checksum 01:00:29 5e14af77c1be: Download complete 01:00:29 01666e4c0597: Verifying Checksum 01:00:29 01666e4c0597: Download complete 01:00:30 df20fa9351a1: Pull complete 01:00:30 8ad3a11d3b57: Verifying Checksum 01:00:30 8ad3a11d3b57: Download complete 01:00:30 36b3adc4ff6f: Pull complete 01:00:32 8ad3a11d3b57: Pull complete 01:00:34 aa168da1d23b: Verifying Checksum 01:00:34 aa168da1d23b: Download complete 01:00:34 46f8f816bc3b: Pull complete 01:00:35 93b61091891f: Pull complete 01:00:35 93b9cdb0e59b: Pull complete 01:00:36 5e14af77c1be: Pull complete 01:00:36 01666e4c0597: Pull complete 01:01:05 aa168da1d23b: Pull complete 01:01:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:01:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:01:06 prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container 01:01:06 $ 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/75/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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:01:11 $ docker top 7e571e249d35e4124b220fd93d7eafc1c7e4b93d6290dd8feefdb8dc58167aa8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:14 + touch /tmp/pre-build-complete [Pipeline] sh 01:01:15 + mkdir -p /var/log/sa [Pipeline] sh 01:01:16 + ls /var/log/sa-host 01:01:16 + sadf -c /var/log/sa-host/sa04 01:01:16 file_magic: OK 01:01:16 HZ: Using current value: 100 01:01:16 file_header: OK 01:01:16 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:01:16 Statistics: 01:01:16 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:01:16 File successfully converted to sysstat format version 12.2.1 01:01:16 + sadf -c /var/log/sa-host/sa23 01:01:16 file_magic: OK 01:01:16 HZ: Using current value: 100 01:01:16 file_header: OK 01:01:16 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:01:16 Statistics: 01:01:16 Hnuu...uuuununununu... 01:01:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:16 provisioning config files... 01:01:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/75@tmp/config3365845496348911685tmp [Pipeline] { [Pipeline] echo 01:01:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:01:16 ---> create-netrc.sh [Pipeline] } 01:01:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:01:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:01:17 ---> python-tools-install.sh [Pipeline] echo 01:01:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:01:17 ---> sudo-logs.sh 01:01:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:01:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:01:19 ---> job-cost.sh 01:01:19 lf-activate-venv: SKIPPING 01:01:19 DEBUG: total: 0.20999999344348907 01:01:19 INFO: Retrieving Stack Cost... 01:01:20 INFO: Retrieving Pricing Info for: v1-standard-2 01:01:20 INFO: Archiving Costs [Pipeline] echo 01:01:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:01:21 ---> logs-deploy.sh 01:01:21 lf-activate-venv: SKIPPING 01:01:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/75 01:01:21 INFO: archiving workspace using pattern(s): 01:01:24 Archives upload complete. 01:01:24 INFO: archiving logs to Nexus 01:01:27 ---> uname -a: 01:01:27 Linux prd-centos7-docker-4c-2g-28413.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:01:27 01:01:27 01:01:27 ---> lscpu: 01:01:27 Architecture: x86_64 01:01:27 CPU op-mode(s): 32-bit, 64-bit 01:01:27 Byte Order: Little Endian 01:01:27 Address sizes: 40 bits physical, 48 bits virtual 01:01:27 CPU(s): 4 01:01:27 On-line CPU(s) list: 0-3 01:01:27 Thread(s) per core: 1 01:01:27 Core(s) per socket: 1 01:01:27 Socket(s): 4 01:01:27 NUMA node(s): 1 01:01:27 Vendor ID: GenuineIntel 01:01:27 CPU family: 6 01:01:27 Model: 44 01:01:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:01:27 Stepping: 1 01:01:27 CPU MHz: 2933.438 01:01:27 BogoMIPS: 5866.87 01:01:27 Virtualization: VT-x 01:01:27 Hypervisor vendor: KVM 01:01:27 Virtualization type: full 01:01:27 L1d cache: 128 KiB 01:01:27 L1i cache: 128 KiB 01:01:27 L2 cache: 16 MiB 01:01:27 L3 cache: 64 MiB 01:01:27 NUMA node0 CPU(s): 0-3 01:01:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:01:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:01:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:01:27 Vulnerability Meltdown: Mitigation; PTI 01:01:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:01:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:01:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:01:27 Vulnerability Srbds: Not affected 01:01:27 Vulnerability Tsx async abort: Not affected 01:01:27 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:01:27 01:01:27 01:01:27 ---> nproc: 01:01:27 4 01:01:27 01:01:27 01:01:27 ---> df -h: 01:01:27 Filesystem Size Used Available Use% Mounted on 01:01:27 overlay 50.0G 12.2G 37.8G 24% / 01:01:27 tmpfs 64.0M 0 64.0M 0% /dev 01:01:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:01:27 shm 64.0M 0 64.0M 0% /dev/shm 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/75@tmp 01:01:27 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/75 01:01:27 01:01:27 01:01:27 ---> free -m: 01:01:27 total used free shared buff/cache available 01:01:27 Mem: 1837 705 170 0 962 1048 01:01:27 Swap: 1023 65 958 01:01:27 01:01:27 01:01:27 ---> ip addr: 01:01:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:01:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:01:27 inet 127.0.0.1/8 scope host lo 01:01:27 valid_lft forever preferred_lft forever 01:01:27 inet6 ::1/128 scope host 01:01:27 valid_lft forever preferred_lft forever 01:01:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:01:27 link/ether fa:16:3e:ef:ab:3d brd ff:ff:ff:ff:ff:ff 01:01:27 inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 01:01:27 valid_lft 84603sec preferred_lft 84603sec 01:01:27 inet6 fe80::f816:3eff:feef:ab3d/64 scope link 01:01:27 valid_lft forever preferred_lft forever 01:01:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:01:27 link/ether 02:42:88:e0:16:a8 brd ff:ff:ff:ff:ff:ff 01:01:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:01:27 valid_lft forever preferred_lft forever 01:01:27 inet6 fe80::42:88ff:fee0:16a8/64 scope link 01:01:27 valid_lft forever preferred_lft forever 01:01:27 01:01:27 01:01:27 ---> sar -b -r -n DEV: 01:01:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 01:01:27 01:01:27 00:31:12 LINUX RESTART (4 CPU) 01:01:27 01:01:27 00:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:01:27 00:33:01 125.35 80.80 44.55 0.00 5167.41 35645.93 0.00 01:01:27 00:34:02 61.92 16.69 45.23 0.00 5138.11 9671.94 0.00 01:01:27 00:35:01 103.67 49.76 53.90 0.00 4906.15 25471.67 0.00 01:01:27 00:36:02 190.10 47.31 142.80 0.00 2535.62 29113.48 0.00 01:01:27 00:37:01 134.16 66.60 67.56 0.00 1986.40 7415.88 0.00 01:01:27 00:38:01 97.35 34.21 63.14 0.00 1432.79 9648.14 0.00 01:01:27 00:39:01 72.64 38.75 33.89 0.00 1180.30 2203.86 0.00 01:01:27 00:40:02 78.89 30.23 48.66 0.00 1066.89 4537.29 0.00 01:01:27 00:41:01 56.58 16.85 39.73 0.00 1916.78 12984.76 0.00 01:01:27 00:42:04 199.55 68.87 130.69 0.00 19622.60 79141.41 0.00 01:01:27 00:43:23 525.01 447.86 77.15 0.00 53031.68 56376.09 0.00 01:01:27 00:44:04 400.87 293.90 106.97 0.00 19946.38 12690.01 0.00 01:01:27 00:45:18 694.44 626.15 68.29 0.00 43328.10 48528.83 0.00 01:01:27 00:46:07 653.21 592.43 60.78 0.00 37260.12 38642.84 0.00 01:01:27 00:47:11 626.23 576.51 49.72 0.00 31306.91 34735.07 0.00 01:01:27 00:48:02 396.54 334.82 61.72 0.00 18017.50 18340.37 0.00 01:01:27 00:49:02 82.51 24.28 58.23 0.00 2174.81 11810.51 0.00 01:01:27 00:50:02 180.16 30.15 150.02 0.00 6149.88 26159.76 0.00 01:01:27 00:51:06 250.96 125.12 125.84 0.00 49833.44 84117.83 0.00 01:01:27 00:52:02 668.28 617.82 50.46 0.00 24149.19 26060.30 0.00 01:01:27 00:53:06 515.29 442.31 72.98 0.00 25853.47 27462.69 0.00 01:01:27 00:54:04 677.26 578.35 98.91 0.00 34964.63 36785.70 0.00 01:01:27 00:55:01 245.67 152.16 93.52 0.00 10307.43 12139.43 0.00 01:01:27 00:56:01 133.88 14.11 119.77 0.00 1304.34 22806.15 0.00 01:01:27 00:57:02 66.43 16.90 49.53 0.00 3103.66 3384.03 0.00 01:01:27 00:58:01 3.74 0.20 3.54 0.00 2.44 94.55 0.00 01:01:27 00:59:01 0.42 0.00 0.42 0.00 0.00 6.53 0.00 01:01:27 01:00:01 0.25 0.03 0.22 0.00 0.67 2.45 0.00 01:01:27 01:01:01 122.80 58.44 64.35 0.00 5020.48 14971.15 0.00 01:01:27 Average: 255.85 187.48 68.37 0.00 14735.47 24718.08 0.00 01:01:27 01:01:27 00:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:01:27 00:33:01 67236 0 546716 29.06 2620 1264972 1112152 37.96 358056 1258892 54244 01:01:27 00:34:02 79216 0 665244 35.36 2620 1134464 1414040 48.26 557640 1038020 56708 01:01:27 00:35:01 74784 0 670268 35.62 2596 1133896 1591656 54.32 678556 909080 6184 01:01:27 00:36:02 67912 0 732052 38.91 1944 1079636 1507276 51.44 591060 946572 18048 01:01:27 00:37:01 229732 0 731248 38.86 1524 919040 1430756 48.83 542052 834944 5968 01:01:27 00:38:01 140068 0 821756 43.67 792 918928 1778656 60.70 698408 757376 5660 01:01:27 00:39:01 396972 0 777116 41.30 608 706848 1745396 59.57 518344 679744 32284 01:01:27 00:40:02 352208 0 728152 38.70 608 800576 1324664 45.21 506512 729640 20104 01:01:27 00:41:01 107912 0 771728 41.02 580 1001324 1585484 54.11 614772 875992 53412 01:01:27 00:42:04 75508 0 845764 44.95 0 960272 2232272 76.18 771500 805672 39544 01:01:27 00:43:23 583428 0 669320 35.57 0 628796 1263944 43.14 470716 610336 4392 01:01:27 00:44:04 76884 0 840412 44.67 0 964248 2343932 79.99 658188 915308 94468 01:01:27 00:45:18 75820 0 820320 43.60 0 985404 2320516 79.20 773860 817516 56308 01:01:27 00:46:07 66932 0 834448 44.35 0 980164 2338080 79.79 697028 882324 72748 01:01:27 00:47:11 69284 0 839248 44.60 0 973012 2336780 79.75 631904 949192 87024 01:01:27 00:48:02 107892 0 1197004 63.62 0 576648 4512116 153.99 773472 726460 5920 01:01:27 00:49:02 206756 0 979808 52.07 0 694980 2921048 99.69 701388 691292 49104 01:01:27 00:50:02 82276 0 711796 37.83 0 1087472 1421168 48.50 640636 895240 99852 01:01:27 00:51:06 66608 0 775324 41.21 0 1039612 2113956 72.15 756004 843044 51456 01:01:27 00:52:02 440908 0 681300 36.21 0 759336 1763416 60.18 475300 732160 504 01:01:27 00:53:06 97364 0 806152 42.85 0 978028 2257000 77.03 693588 848332 76704 01:01:27 00:54:04 77516 0 718156 38.17 0 1085872 1759968 60.06 541220 1030164 972 01:01:27 00:55:01 238588 0 837648 44.52 0 805308 2404568 82.06 663168 736728 220 01:01:27 00:56:01 106016 0 672484 35.74 0 1103044 1376576 46.98 589308 937592 58876 01:01:27 00:57:02 162612 0 624668 33.20 0 1094264 1200700 40.98 504344 968376 20 01:01:27 00:58:01 168296 0 618992 32.90 0 1094256 1147836 39.17 500524 968124 20 01:01:27 00:59:01 168708 0 618556 32.87 0 1094280 1147672 39.17 500088 968144 12 01:01:27 01:00:01 169152 0 618104 32.85 0 1094288 1147672 39.17 500120 968160 8 01:01:27 01:01:01 234064 0 686884 36.51 0 960596 1345684 45.93 509500 853080 91908 01:01:27 Average: 165195 0 753126 40.03 479 962744 1822241 62.19 600595 868190 35954 01:01:27 01:01:27 00:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:01:27 00:33:01 eth0 185.70 117.65 570.45 43.96 0.00 0.00 0.00 0.00 01:01:27 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:34:02 vethe507150 592.68 525.77 59.05 1884.60 0.00 0.00 0.00 0.00 01:01:27 00:34:02 eth0 1043.30 881.31 4972.33 122.02 0.00 0.00 0.00 0.00 01:01:27 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:34:02 docker0 592.68 525.64 50.95 1884.59 0.00 0.00 0.00 0.00 01:01:27 00:35:01 eth0 528.82 512.19 3671.35 52.07 0.00 0.00 0.00 0.00 01:01:27 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:35:01 docker0 225.05 202.97 18.43 790.34 0.00 0.00 0.00 0.00 01:01:27 00:36:02 eth0 187.28 126.83 846.27 18.81 0.00 0.00 0.00 0.00 01:01:27 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:36:02 docker0 110.77 164.56 8.07 829.22 0.00 0.00 0.00 0.00 01:01:27 00:37:01 eth0 20.65 17.81 22.35 18.46 0.00 0.00 0.00 0.00 01:01:27 00:37:01 veth6af87d3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:38:01 eth0 22.08 16.66 13.27 51.09 0.00 0.00 0.00 0.00 01:01:27 00:38:01 veth6af87d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:39:01 eth0 29.12 21.19 20.91 11.48 0.00 0.00 0.00 0.00 01:01:27 00:39:01 veth6af87d3 1.92 1.92 0.15 0.15 0.00 0.00 0.00 0.00 01:01:27 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:39:01 docker0 1.92 1.92 0.13 0.15 0.00 0.00 0.00 0.00 01:01:27 00:40:02 eth0 4.84 3.70 3.72 2.14 0.00 0.00 0.00 0.00 01:01:27 00:40:02 veth6af87d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:41:01 eth0 219.87 176.27 1723.98 88.90 0.00 0.00 0.00 0.00 01:01:27 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:42:04 eth0 20.47 15.72 23.08 8.76 0.00 0.00 0.00 0.00 01:01:27 00:42:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:42:04 vethe843223 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:42:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:43:23 eth0 2.48 1.65 1.58 0.91 0.00 0.00 0.00 0.00 01:01:27 00:43:23 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:43:23 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:43:23 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:44:04 eth0 88.27 50.76 237.71 80.70 0.00 0.00 0.00 0.00 01:01:27 00:44:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:44:04 vethe843223 0.00 0.63 0.00 0.03 0.00 0.00 0.00 0.00 01:01:27 00:44:04 docker0 17.01 43.09 0.89 213.46 0.00 0.00 0.00 0.00 01:01:27 00:45:18 eth0 2.79 1.50 2.07 1.09 0.00 0.00 0.00 0.00 01:01:27 00:45:18 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:45:18 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:45:18 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:46:07 eth0 2.40 1.16 1.23 0.63 0.00 0.00 0.00 0.00 01:01:27 00:46:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:46:07 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:46:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:47:11 eth0 1.70 1.35 1.17 0.69 0.00 0.00 0.00 0.00 01:01:27 00:47:11 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:47:11 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:47:11 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:48:02 veth05be1ea 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:48:02 eth0 4.55 3.48 3.66 2.00 0.00 0.00 0.00 0.00 01:01:27 00:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:48:02 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:49:02 veth05be1ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:49:02 eth0 6.20 4.95 4.91 2.72 0.00 0.00 0.00 0.00 01:01:27 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:49:02 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:50:02 eth0 83.67 62.61 235.91 82.93 0.00 0.00 0.00 0.00 01:01:27 00:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:50:02 vethe843223 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:50:02 docker0 958.78 956.91 79.26 3833.17 0.00 0.00 0.00 0.00 01:01:27 00:51:06 eth0 21.05 11.85 16.39 8.65 0.00 0.00 0.00 0.00 01:01:27 00:51:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:51:06 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:51:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:52:02 eth0 13.64 8.17 65.26 2.05 0.00 0.00 0.00 0.00 01:01:27 00:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:52:02 vethe843223 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:52:02 vethcb3bbd0 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:53:06 eth0 13.41 10.99 10.69 5.89 0.00 0.00 0.00 0.00 01:01:27 00:53:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:53:06 vethe843223 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:53:06 vethcb3bbd0 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:54:04 eth0 27.42 24.77 13.36 61.07 0.00 0.00 0.00 0.00 01:01:27 00:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:54:04 vethe843223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:54:04 docker0 986.62 989.53 81.44 3985.62 0.00 0.00 0.00 0.00 01:01:27 00:55:01 veth956afb2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:55:01 eth0 41.58 29.72 67.40 14.78 0.00 0.00 0.00 0.00 01:01:27 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:55:01 vethe843223 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:56:01 eth0 230.01 166.93 1633.63 80.16 0.00 0.00 0.00 0.00 01:01:27 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:56:01 vethe843223 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:01:27 00:56:01 docker0 1006.32 1048.16 81.78 4306.84 0.00 0.00 0.00 0.00 01:01:27 00:57:02 eth0 52.00 39.85 80.31 56.79 0.00 0.00 0.00 0.00 01:01:27 00:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:57:02 docker0 5.39 8.50 0.56 54.08 0.00 0.00 0.00 0.00 01:01:27 00:58:01 eth0 3.39 2.62 0.65 5.78 0.00 0.00 0.00 0.00 01:01:27 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:59:01 eth0 0.05 0.03 0.00 0.03 0.00 0.00 0.00 0.00 01:01:27 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:00:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:01:27 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:01:01 eth0 200.69 157.17 2158.90 18.82 0.00 0.00 0.00 0.00 01:01:27 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 Average: eth0 104.65 84.69 563.21 28.18 0.00 0.00 0.00 0.00 01:01:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:01:27 Average: docker0 34.98 36.54 2.85 150.79 0.00 0.00 0.00 0.00 01:01:27 01:01:27 01:01:27 ---> sar -P ALL: 01:01:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 01:01:27 01:01:27 00:31:12 LINUX RESTART (4 CPU) 01:01:27 01:01:27 00:32:02 CPU %user %nice %system %iowait %steal %idle 01:01:27 00:33:01 all 8.92 0.00 6.04 17.60 38.05 29.38 01:01:27 00:33:01 0 8.26 0.00 6.97 16.04 39.39 29.35 01:01:27 00:33:01 1 11.61 0.00 6.19 18.40 36.40 27.40 01:01:27 00:33:01 2 6.74 0.00 5.05 18.67 38.59 30.94 01:01:27 00:33:01 3 9.13 0.00 5.97 17.26 37.83 29.82 01:01:27 00:34:02 all 8.76 0.00 4.21 1.76 18.59 66.68 01:01:27 00:34:02 0 9.49 0.00 5.40 0.97 19.96 64.19 01:01:27 00:34:02 1 9.04 0.00 4.40 5.13 18.89 62.54 01:01:27 00:34:02 2 5.66 0.00 3.46 0.35 18.11 72.41 01:01:27 00:34:02 3 10.94 0.00 3.60 0.59 17.42 67.44 01:01:27 00:35:01 all 6.16 0.00 3.02 3.17 24.07 63.58 01:01:27 00:35:01 0 5.37 0.00 3.27 1.45 24.25 65.66 01:01:27 00:35:01 1 8.16 0.00 3.98 5.92 24.38 57.57 01:01:27 00:35:01 2 6.52 0.00 2.62 3.19 23.51 64.16 01:01:27 00:35:01 3 4.62 0.00 2.25 2.17 24.17 66.79 01:01:27 00:36:02 all 4.11 0.00 4.52 4.48 25.64 61.25 01:01:27 00:36:02 0 4.77 0.00 5.01 3.46 26.30 60.46 01:01:27 00:36:02 1 3.91 0.00 4.10 4.79 26.02 61.18 01:01:27 00:36:02 2 3.82 0.00 4.50 6.34 24.51 60.82 01:01:27 00:36:02 3 3.94 0.00 4.49 3.34 25.70 62.53 01:01:27 00:37:01 all 4.22 0.00 4.18 9.79 29.95 51.87 01:01:27 00:37:01 0 3.55 0.00 4.06 9.53 29.93 52.93 01:01:27 00:37:01 1 4.57 0.00 3.85 9.25 28.76 53.57 01:01:27 00:37:01 2 5.34 0.00 5.01 10.79 29.92 48.93 01:01:27 00:37:01 3 3.45 0.00 3.81 9.62 31.17 51.94 01:01:27 00:38:01 all 41.00 0.00 11.29 3.48 25.70 18.54 01:01:27 00:38:01 0 41.80 0.00 12.24 4.50 24.56 16.89 01:01:27 00:38:01 1 40.90 0.00 11.07 2.51 25.41 20.11 01:01:27 00:38:01 2 42.80 0.00 10.65 3.00 25.05 18.50 01:01:27 00:38:01 3 38.52 0.00 11.20 3.93 27.77 18.58 01:01:27 00:39:01 all 28.86 0.00 9.14 6.61 23.79 31.60 01:01:27 00:39:01 0 30.03 0.00 9.53 6.10 23.56 30.78 01:01:27 00:39:01 1 27.48 0.00 8.00 6.57 24.50 33.45 01:01:27 00:39:01 2 28.59 0.00 9.50 7.34 22.93 31.64 01:01:27 00:39:01 3 29.45 0.00 9.58 6.44 24.11 30.42 01:01:27 00:40:02 all 25.54 0.00 10.02 5.37 37.85 21.22 01:01:27 00:40:02 0 23.16 0.00 9.11 5.50 39.12 23.11 01:01:27 00:40:02 1 25.29 0.00 10.47 4.78 36.45 23.01 01:01:27 00:40:02 2 26.61 0.00 10.96 5.60 36.36 20.46 01:01:27 00:40:02 3 27.16 0.00 9.58 5.59 39.46 18.22 01:01:27 00:41:01 all 18.24 0.00 8.56 1.30 19.61 52.29 01:01:27 00:41:01 0 18.82 0.00 9.48 1.66 19.86 50.18 01:01:27 00:41:01 1 17.31 0.00 7.92 2.28 20.71 51.77 01:01:27 00:41:01 2 17.45 0.00 7.81 0.79 19.18 54.76 01:01:27 00:41:01 3 19.42 0.00 9.09 0.44 18.66 52.38 01:01:27 00:42:04 all 5.13 0.00 6.66 22.07 26.44 39.70 01:01:27 00:42:04 0 5.18 0.00 6.00 21.24 27.13 40.45 01:01:27 00:42:04 1 6.29 0.00 7.70 23.59 27.22 35.20 01:01:27 00:42:04 2 4.49 0.00 6.24 23.46 25.54 40.27 01:01:27 00:42:04 3 4.55 0.00 6.73 20.01 25.86 42.85 01:01:27 00:43:23 all 6.46 0.00 5.42 30.26 37.93 19.94 01:01:27 00:43:23 0 5.99 0.00 5.17 28.59 37.80 22.46 01:01:27 00:43:23 1 7.72 0.00 5.97 30.88 36.89 18.54 01:01:27 00:43:23 2 6.07 0.00 5.18 31.83 36.80 20.12 01:01:27 00:43:23 3 6.08 0.00 5.37 29.74 40.19 18.62 01:01:27 01:01:27 00:43:23 CPU %user %nice %system %iowait %steal %idle 01:01:27 00:44:04 all 4.78 0.00 8.38 25.19 25.38 36.27 01:01:27 00:44:04 0 5.48 0.00 9.68 28.61 24.51 31.71 01:01:27 00:44:04 1 4.51 0.00 7.91 25.63 25.93 36.02 01:01:27 00:44:04 2 4.67 0.00 7.96 23.68 23.70 40.00 01:01:27 00:44:04 3 4.46 0.00 7.99 22.91 27.30 37.34 01:01:27 00:45:18 all 0.54 0.00 3.10 45.10 32.78 18.48 01:01:27 00:45:18 0 0.47 0.00 3.44 45.03 33.18 17.88 01:01:27 00:45:18 1 0.58 0.00 3.39 47.61 32.59 15.83 01:01:27 00:45:18 2 0.54 0.00 3.20 43.16 31.20 21.90 01:01:27 00:45:18 3 0.55 0.00 2.40 44.62 34.09 18.33 01:01:27 00:46:07 all 3.94 0.00 3.57 34.22 39.22 19.04 01:01:27 00:46:07 0 3.71 0.00 3.03 34.87 40.87 17.52 01:01:27 00:46:07 1 3.83 0.00 3.25 29.37 38.68 24.87 01:01:27 00:46:07 2 3.84 0.00 3.63 38.27 38.38 15.88 01:01:27 00:46:07 3 4.38 0.00 4.41 34.45 38.90 17.85 01:01:27 00:47:11 all 3.45 0.00 2.46 38.14 41.01 14.93 01:01:27 00:47:11 0 3.51 0.00 2.35 37.06 42.01 15.08 01:01:27 00:47:11 1 3.11 0.00 2.23 41.80 40.23 12.64 01:01:27 00:47:11 2 3.41 0.00 2.60 36.42 39.14 18.44 01:01:27 00:47:11 3 3.79 0.00 2.67 37.29 42.68 13.57 01:01:27 00:48:02 all 7.27 0.00 5.64 30.55 39.95 16.59 01:01:27 00:48:02 0 7.35 0.00 5.49 29.31 40.22 17.63 01:01:27 00:48:02 1 6.75 0.00 5.14 27.21 38.65 22.25 01:01:27 00:48:02 2 6.84 0.00 5.58 31.72 41.17 14.68 01:01:27 00:48:02 3 8.15 0.00 6.35 34.07 39.81 11.62 01:01:27 00:49:02 all 59.13 0.00 10.54 0.21 29.61 0.51 01:01:27 00:49:02 0 57.43 0.00 9.79 0.27 31.74 0.77 01:01:27 00:49:02 1 60.43 0.00 11.18 0.24 27.82 0.34 01:01:27 00:49:02 2 58.30 0.00 10.63 0.19 30.28 0.60 01:01:27 00:49:02 3 60.31 0.00 10.54 0.15 28.66 0.35 01:01:27 00:50:02 all 7.95 0.00 8.34 10.10 37.26 36.35 01:01:27 00:50:02 0 8.36 0.00 9.03 8.53 35.98 38.11 01:01:27 00:50:02 1 7.81 0.00 7.85 10.97 38.66 34.71 01:01:27 00:50:02 2 7.78 0.00 8.47 10.08 37.11 36.56 01:01:27 00:50:02 3 7.83 0.00 8.00 10.86 37.33 35.98 01:01:27 00:51:06 all 5.98 0.00 7.01 17.95 44.28 24.78 01:01:27 00:51:06 0 5.49 0.00 5.66 17.05 44.78 27.02 01:01:27 00:51:06 1 6.01 0.00 7.18 21.64 43.81 21.37 01:01:27 00:51:06 2 6.85 0.00 7.44 17.47 43.41 24.83 01:01:27 00:51:06 3 5.58 0.00 7.80 15.63 45.11 25.87 01:01:27 00:52:02 all 3.47 0.00 3.08 28.78 38.61 26.06 01:01:27 00:52:02 0 3.13 0.00 3.03 30.49 38.47 24.88 01:01:27 00:52:02 1 3.10 0.00 2.92 25.40 38.69 29.88 01:01:27 00:52:02 2 3.41 0.00 2.99 30.60 37.92 25.08 01:01:27 00:52:02 3 4.24 0.00 3.40 28.65 39.39 24.32 01:01:27 00:53:06 all 19.00 0.00 9.06 14.28 49.00 8.66 01:01:27 00:53:06 0 18.62 0.00 8.95 15.26 49.86 7.30 01:01:27 00:53:06 1 17.01 0.00 9.20 13.05 49.08 11.66 01:01:27 00:53:06 2 20.05 0.00 8.76 15.94 47.81 7.45 01:01:27 00:53:06 3 20.38 0.00 9.33 12.92 49.19 8.17 01:01:27 00:54:04 all 4.67 0.00 4.41 32.38 37.37 21.17 01:01:27 00:54:04 0 4.20 0.00 4.02 30.10 37.97 23.72 01:01:27 00:54:04 1 4.02 0.00 3.95 31.61 37.72 22.70 01:01:27 00:54:04 2 4.63 0.00 4.60 32.13 36.39 22.25 01:01:27 00:54:04 3 5.90 0.00 5.08 35.86 37.39 15.77 01:01:27 01:01:27 00:54:04 CPU %user %nice %system %iowait %steal %idle 01:01:27 00:55:01 all 17.07 0.00 7.92 15.54 40.61 18.86 01:01:27 00:55:01 0 16.81 0.00 7.23 13.79 41.47 20.69 01:01:27 00:55:01 1 15.57 0.00 6.50 17.76 42.67 17.50 01:01:27 00:55:01 2 17.51 0.00 8.60 15.74 39.75 18.40 01:01:27 00:55:01 3 18.34 0.00 9.30 14.98 38.63 18.75 01:01:27 00:56:01 all 11.86 0.00 7.77 5.18 30.61 44.58 01:01:27 00:56:01 0 10.85 0.00 7.34 5.21 30.65 45.95 01:01:27 00:56:01 1 12.32 0.00 7.22 3.40 29.52 47.55 01:01:27 00:56:01 2 11.41 0.00 7.51 6.21 31.07 43.80 01:01:27 00:56:01 3 12.91 0.00 9.06 5.92 31.20 40.91 01:01:27 00:57:02 all 4.10 0.00 3.65 3.12 16.80 72.33 01:01:27 00:57:02 0 2.81 0.00 2.16 2.14 18.19 74.70 01:01:27 00:57:02 1 4.34 0.00 2.86 3.10 16.87 72.83 01:01:27 00:57:02 2 2.96 0.00 4.13 5.29 16.45 71.17 01:01:27 00:57:02 3 6.34 0.00 5.54 1.98 15.62 70.51 01:01:27 00:58:01 all 0.05 0.00 0.05 0.03 1.75 98.12 01:01:27 00:58:01 0 0.03 0.00 0.05 0.00 0.86 99.05 01:01:27 00:58:01 1 0.05 0.00 0.07 0.02 2.42 97.44 01:01:27 00:58:01 2 0.10 0.00 0.05 0.08 2.52 97.24 01:01:27 00:58:01 3 0.02 0.00 0.03 0.03 1.18 98.74 01:01:27 00:59:01 all 0.09 0.00 0.16 0.00 2.05 97.69 01:01:27 00:59:01 0 0.02 0.00 0.10 0.00 3.32 96.57 01:01:27 00:59:01 1 0.05 0.00 0.16 0.00 2.08 97.71 01:01:27 00:59:01 2 0.26 0.00 0.07 0.00 2.21 97.46 01:01:27 00:59:01 3 0.05 0.00 0.30 0.00 0.58 99.07 01:01:27 01:00:01 all 0.11 0.00 0.03 0.00 0.32 99.54 01:01:27 01:00:01 0 0.00 0.00 0.05 0.00 0.05 99.90 01:01:27 01:00:01 1 0.38 0.00 0.02 0.00 0.08 99.52 01:01:27 01:00:01 2 0.05 0.00 0.03 0.00 0.98 98.94 01:01:27 01:00:01 3 0.02 0.00 0.02 0.00 0.15 99.82 01:01:27 01:01:01 all 3.12 0.00 2.68 3.69 24.97 65.54 01:01:27 01:01:01 0 3.14 0.00 2.92 2.16 24.41 67.38 01:01:27 01:01:01 1 2.28 0.00 2.20 1.91 24.96 68.65 01:01:27 01:01:01 2 2.85 0.00 2.72 1.42 23.62 69.39 01:01:27 01:01:01 3 4.22 0.00 2.91 9.34 26.89 56.64 01:01:27 Average: all 9.89 0.00 5.37 15.04 29.40 40.30 01:01:27 Average: 0 9.57 0.00 5.33 14.61 29.85 40.64 01:01:27 Average: 1 9.97 0.00 5.26 15.24 29.25 40.28 01:01:27 Average: 2 9.75 0.00 5.34 15.31 28.80 40.79 01:01:27 Average: 3 10.26 0.00 5.57 14.99 29.70 39.49 01:01:27 01:01:27 01:01:27