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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from cc81cd9a60941bde415ebdc6eaf205dd7f209524 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21016 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/43 [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/43 # 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 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing d452e94e0d7a1ecfb006c329791a579e7fa500aa Checking out Revision d452e94e0d7a1ecfb006c329791a579e7fa500aa (PR-2858) > 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 > 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk ac9e835e32bc094112624517220fbb749d467adb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:44 ========================================================= 00:31:44 EdgeX Global Pipelines Version Info 00:31:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:47 ------------------- 00:31:47 stable info: 00:31:47 ------------------- 00:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:47 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:31:47 Message: update stable to v1.0.177 00:31:48 ------------------- 00:31:48 experimental info: 00:31:48 ------------------- 00:31:48 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:48 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 00:31:48 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d452e94e0d7a1ecfb006c329791a579e7fa500aa [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d452e94 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:51 provisioning config files... 00:31:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config2251445703802623858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:51 ---> docker-login.sh 00:31:51 nexus3.edgexfoundry.org:10001 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:52 Configure a credential helper to remove this warning. See 00:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:52 00:31:52 Login Succeeded 00:31:52 nexus3.edgexfoundry.org:10002 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:52 Configure a credential helper to remove this warning. See 00:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:52 00:31:52 Login Succeeded 00:31:52 nexus3.edgexfoundry.org:10003 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:52 Configure a credential helper to remove this warning. See 00:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:52 00:31:52 Login Succeeded 00:31:52 nexus3.edgexfoundry.org:10004 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 docker.io 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 ---> docker-login.sh ends [Pipeline] } 00:31:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:53 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/core-command/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo core-command,cmd/core-command/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/core-data/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo core-data,cmd/core-data/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/core-metadata/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ cut -d/ -f2 00:31:53 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ cut -d/ -f2 00:31:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/support-notifications/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/support-scheduler/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:53 + for file in '`ls cmd/**/Dockerfile`' 00:31:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:53 ++ cut -d/ -f2 00:31:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:54 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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:31:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:54 00:31:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:55 latest: Pulling from edgex-devops/git-semver 00:31:55 31603596830f: Pulling fs layer 00:31:55 2a8b12db71e7: Pulling fs layer 00:31:55 6ca5941a6612: Pulling fs layer 00:31:55 ecc8261a40a4: Pulling fs layer 00:31:55 ecc8261a40a4: Waiting 00:31:55 2a8b12db71e7: Download complete 00:31:55 31603596830f: Verifying Checksum 00:31:55 31603596830f: Download complete 00:31:55 ecc8261a40a4: Verifying Checksum 00:31:55 ecc8261a40a4: Download complete 00:31:55 6ca5941a6612: Download complete 00:31:56 31603596830f: Pull complete 00:31:56 2a8b12db71e7: Pull complete 00:31:57 6ca5941a6612: Pull complete 00:31:57 ecc8261a40a4: Pull complete 00:31:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:57 prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container 00:31:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:00 $ docker top bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:01 [ssh-agent] Looking for ssh-agent implementation... 00:32:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:01 $ docker exec bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent 00:32:01 SSH_AUTH_SOCK=/tmp/ssh-lMnP10nsOwVJ/agent.11 00:32:01 SSH_AGENT_PID=16 00:32:01 Running ssh-add (command line suppressed) 00:32:01 Identity added: /w/workspace/edgex-go/43@tmp/private_key_7329100307289697730.key (/w/workspace/edgex-go/43@tmp/private_key_7329100307289697730.key) 00:32:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:02 + git tag --points-at HEAD [Pipeline] } 00:32:02 $ docker exec --env ******** --env ******** bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent -k 00:32:02 unset SSH_AUTH_SOCK; 00:32:02 unset SSH_AGENT_PID; 00:32:02 echo Agent pid 16 killed; 00:32:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:02 [ssh-agent] Looking for ssh-agent implementation... 00:32:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:02 $ docker exec bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent 00:32:02 SSH_AUTH_SOCK=/tmp/ssh-iGYXqwNwxnr6/agent.44 00:32:02 SSH_AGENT_PID=49 00:32:02 Running ssh-add (command line suppressed) 00:32:03 Identity added: /w/workspace/edgex-go/43@tmp/private_key_4825190314607684378.key (/w/workspace/edgex-go/43@tmp/private_key_4825190314607684378.key) 00:32:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:03 + git semver init 00:32:03 # -> Open(): unable to determine branch for HEAD 00:32:03 # $GIT_DIR = /w/workspace/edgex-go/43/.git 00:32:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/43 00:32:03 # $SEMVER_REMOTE_NAME = origin 00:32:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:03 # $SEMVER_USER_NAME = edgex-jenkins 00:32:03 # $SEMVER_BRANCH = PR-2858 00:32:03 # $SEMVER_TEMP = /tmp/semver-063775839 00:32:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:43 # '/tmp/semver-063775839' -> '/w/workspace/edgex-go/43/.semver' 00:32:43 # -> Force: false 00:32:43 # $SEMVER_DIR = /w/workspace/edgex-go/43/.semver [Pipeline] } 00:32:43 $ docker exec --env ******** --env ******** bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent -k 00:32:44 unset SSH_AUTH_SOCK; 00:32:44 unset SSH_AGENT_PID; 00:32:44 echo Agent pid 49 killed; 00:32:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:44 + git semver [Pipeline] } 00:32:44 $ docker stop --time=1 bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 00:32:46 $ docker rm -f bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:48 Stashed 1 file(s) [Pipeline] echo 00:32:48 [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:32:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:49 + sudo service docker restart 00:32:49 + true 00:32:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:50 ========================================================= 00:32:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:50 + 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:32:55 Sending build context to Docker daemon 326.6MB 00:32:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:55 Step 2/6 : FROM ${BASE} 00:32:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:55 188c0c94c7c5: Pulling fs layer 00:32:55 0ef7d3d256c8: Pulling fs layer 00:32:55 de9db76c5a1d: Pulling fs layer 00:32:55 bca2f99d35d6: Pulling fs layer 00:32:55 93359f2a8cfa: Pulling fs layer 00:32:55 7c6f9722023f: Pulling fs layer 00:32:55 a35cf1a2eb13: Pulling fs layer 00:32:55 93359f2a8cfa: Waiting 00:32:55 7c6f9722023f: Waiting 00:32:55 a35cf1a2eb13: Waiting 00:32:55 bca2f99d35d6: Waiting 00:32:55 de9db76c5a1d: Verifying Checksum 00:32:55 de9db76c5a1d: Download complete 00:32:55 0ef7d3d256c8: Verifying Checksum 00:32:55 0ef7d3d256c8: Download complete 00:32:55 93359f2a8cfa: Download complete 00:32:55 7c6f9722023f: Download complete 00:32:55 188c0c94c7c5: Verifying Checksum 00:32:55 188c0c94c7c5: Download complete 00:32:55 188c0c94c7c5: Pull complete 00:32:55 0ef7d3d256c8: Pull complete 00:32:56 de9db76c5a1d: Pull complete 00:32:56 a35cf1a2eb13: Verifying Checksum 00:32:56 a35cf1a2eb13: Download complete 00:32:57 bca2f99d35d6: Verifying Checksum 00:32:57 bca2f99d35d6: Download complete 00:33:03 Still waiting to schedule task 00:33:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:33:03 bca2f99d35d6: Pull complete 00:33:03 93359f2a8cfa: Pull complete 00:33:03 7c6f9722023f: Pull complete 00:33:07 a35cf1a2eb13: Pull complete 00:33:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:07 ---> a62c8e92a672 00:33:07 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:33:07 ---> Running in 0aededa7974b 00:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:10 (1/12) Installing libmagic (5.38-r0) 00:33:11 (2/12) Installing file (5.38-r0) 00:33:11 (3/12) Installing libc-dev (0.7.2-r3) 00:33:11 (4/12) Installing g++ (9.3.0-r2) 00:33:29 (5/12) Installing fortify-headers (1.1-r0) 00:33:29 (6/12) Installing patch (2.7.6-r6) 00:33:29 (7/12) Installing build-base (0.5-r2) 00:33:29 (8/12) Installing libsodium (1.0.18-r0) 00:33:29 (9/12) Installing pkgconf (1.7.2-r0) 00:33:29 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:29 (11/12) Installing libzmq (4.3.3-r0) 00:33:29 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:29 Executing busybox-1.31.1-r19.trigger 00:33:29 OK: 233 MiB in 51 packages 00:33:33 Removing intermediate container 0aededa7974b 00:33:33 ---> c949934871e0 00:33:33 Step 4/6 : WORKDIR /edgex-go 00:33:33 ---> Running in 06ac429d4bcd 00:33:33 Removing intermediate container 06ac429d4bcd 00:33:33 ---> e69dae118dc7 00:33:33 Step 5/6 : COPY go.mod . 00:33:34 ---> b63c1e233e47 00:33:34 Step 6/6 : RUN go mod download 00:33:34 ---> Running in f65bf03fa740 00:33:56 Removing intermediate container f65bf03fa740 00:33:56 ---> 351e7c058b10 00:33:56 Successfully built 351e7c058b10 00:33:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:56 + docker inspect -f . ci-base-image-x86_64 00:33:56 . [Pipeline] withDockerContainer 00:33:56 prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container 00:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-x86_64 cat 00:33:57 $ docker top 5d96bf17365132a6066bbcf296cc56d24da2407791ec4c8f03a768813fcf620b -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:58 + go version 00:33:58 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:58 $ docker stop --time=1 5d96bf17365132a6066bbcf296cc56d24da2407791ec4c8f03a768813fcf620b 00:34:00 $ docker rm -f 5d96bf17365132a6066bbcf296cc56d24da2407791ec4c8f03a768813fcf620b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:00 + docker inspect -f . ci-base-image-x86_64 00:34:00 . [Pipeline] withDockerContainer 00:34:01 prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container 00:34:01 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-x86_64 cat 00:34:02 $ docker top c0b07ee1365fb3f243a04d2412146d41ecee7ba6278ce520ed945a10f46538ad -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:02 ========================================================= 00:34:02 [edgeXBuildGoParallel] Running Tests and Build... 00:34:02 ========================================================= [Pipeline] sh 00:34:02 + make test 00:34:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.286s coverage: 27.0% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.176s coverage: 67.9% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.3% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.188s coverage: 86.7% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.427s coverage: 92.8% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.098s coverage: 87.2% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements 00:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.4% of statements 00:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements 00:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 00:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 00:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.392s coverage: 68.9% of statements 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.0% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.431s coverage: 84.0% of statements 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.883s coverage: 29.1% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 00:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:35:11 GO111MODULE=on go vet ./... 00:35:37 gofmt -l . 00:35:38 [ "`gofmt -l .`" = "" ] 00:35:39 ./bin/test-go-mod-tidy.sh 00:35:39 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:40 + ls -al . 00:35:40 total 656 00:35:40 drwxrwxr-x 10 1001 1001 4096 Jan 19 00:35 . 00:35:40 drwxr-xr-x 4 root root 30 Jan 19 00:34 .. 00:35:40 -rw-rw-r-- 1 1001 1001 11 Jan 19 00:31 .dockerignore 00:35:40 drwxrwxr-x 8 1001 1001 179 Jan 19 00:31 .git 00:35:40 drwxrwxr-x 3 1001 1001 125 Jan 19 00:31 .github 00:35:40 -rw-rw-r-- 1 1001 1001 824 Jan 19 00:31 .gitignore 00:35:40 drwx------ 3 1001 1001 47 Jan 19 00:32 .semver 00:35:40 -rw-rw-r-- 1 1001 1001 166 Jan 19 00:31 .sonarcloud.properties 00:35:40 -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:31 Attribution.txt 00:35:40 -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:31 CONTRIBUTING.md 00:35:40 -rw-rw-r-- 1 1001 1001 931 Jan 19 00:31 Dockerfile.build 00:35:40 -rw-rw-r-- 1 1001 1001 863 Jan 19 00:31 Jenkinsfile 00:35:40 -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:31 LICENSE 00:35:40 -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:31 Makefile 00:35:40 -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:31 README.md 00:35:40 -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:31 SECURITY.md 00:35:40 -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION 00:35:40 -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:31 ZMQWindows.md 00:35:40 drwxrwxr-x 2 1001 1001 117 Jan 19 00:31 bin 00:35:40 drwxrwxr-x 14 1001 1001 4096 Jan 19 00:31 cmd 00:35:40 -rw-r--r-- 1 root root 550280 Jan 19 00:35 coverage.out 00:35:40 -rw-r--r-- 1 root root 981 Jan 19 00:35 go.mod 00:35:40 -rw-r--r-- 1 root root 19241 Jan 19 00:35 go.sum 00:35:40 drwxrwxr-x 8 1001 1001 127 Jan 19 00:31 internal 00:35:40 drwxrwxr-x 4 1001 1001 26 Jan 19 00:31 openapi 00:35:40 drwxrwxr-x 4 1001 1001 71 Jan 19 00:31 snap 00:35:40 -rw-rw-r-- 1 1001 1001 168 Jan 19 00:31 version.go [Pipeline] sh 00:35:41 + '[' -e coverage.out ] 00:35:41 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:41 Stashed 1 file(s) [Pipeline] sh 00:35:41 + make build 00:35:41 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:35:45 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:35: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:35:56 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:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:58 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:36:00 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:36:02 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:36:03 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:36:05 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:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:07 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 [Pipeline] } 00:36:09 $ docker stop --time=1 c0b07ee1365fb3f243a04d2412146d41ecee7ba6278ce520ed945a10f46538ad 00:36:11 $ docker rm -f c0b07ee1365fb3f243a04d2412146d41ecee7ba6278ce520ed945a10f46538ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:13 00:36:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:13 latest: Pulling from edgex-devops/edgex-compose 00:36:13 cbdbe7a5bc2a: Pulling fs layer 00:36:13 ca9280d653b3: Pulling fs layer 00:36:13 7e9c9ca2126c: Pulling fs layer 00:36:13 cbdbe7a5bc2a: Download complete 00:36:14 cbdbe7a5bc2a: Pull complete 00:36:14 ca9280d653b3: Verifying Checksum 00:36:14 ca9280d653b3: Download complete 00:36:15 ca9280d653b3: Pull complete 00:36:16 7e9c9ca2126c: Verifying Checksum 00:36:16 7e9c9ca2126c: Download complete 00:36:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21025 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:18 Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout 00:36:22 using credential edgex-jenkins-ssh 00:36:23 Cloning the remote Git repository 00:36:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:23 > git init /w/workspace/edgex-go/43 # timeout=10 00:36:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:23 > git --version # timeout=10 00:36:23 > git --version # 'git version 2.17.1' 00:36:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:24 7e9c9ca2126c: Pull complete 00:36:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:25 prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container 00:36:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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:latest cat 00:36:26 $ docker top 681fb1f0b72c0240166ffc1e9a452a3a93b68e0acfc9a64b358f6b706e576441 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:27 + docker-compose build --help 00:36:27 + grep parallel 00:36:28 --parallel Build images in parallel. [Pipeline] } 00:36:28 $ docker stop --time=1 681fb1f0b72c0240166ffc1e9a452a3a93b68e0acfc9a64b358f6b706e576441 00:36:30 $ docker rm -f 681fb1f0b72c0240166ffc1e9a452a3a93b68e0acfc9a64b358f6b706e576441 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:31 . [Pipeline] withDockerContainer 00:36:31 prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container 00:36:31 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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:36:32 $ docker top 7f56f12460a05933006f7f36ad7b35ff1e2f81249fd2a021369f71e39491ccf4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:32 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:34 Building docker-core-command-go ... 00:36:34 Building docker-core-data-go ... 00:36:34 Building docker-core-metadata-go ... 00:36:34 Building docker-security-bootstrap-redis-go ... 00:36:34 Building docker-security-proxy-setup-go ... 00:36:34 Building docker-security-secretstore-setup-go ... 00:36:34 Building docker-support-notifications-go ... 00:36:34 Building docker-support-scheduler-go ... 00:36:34 Building docker-sys-mgmt-agent-go ... 00:36:34 Building docker-core-command-go 00:36:34 Building docker-security-bootstrap-redis-go 00:36:34 Building docker-support-scheduler-go 00:36:34 Building docker-security-secretstore-setup-go 00:36:34 Building docker-sys-mgmt-agent-go 00:36:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:43 > 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:36:44 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:45 Merge succeeded, producing 885fef0a5a0279462b330bbb1511f4b4fdd7a4c0 00:36:45 Checking out Revision 885fef0a5a0279462b330bbb1511f4b4fdd7a4c0 (PR-2858) 00:36:44 > git config core.sparsecheckout # timeout=10 00:36:44 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:45 > git remote # timeout=10 00:36:45 > git config --get remote.origin.url # timeout=10 00:36:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:45 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 00:36:45 > git rev-parse HEAD^{commit} # timeout=10 00:36:45 > git config core.sparsecheckout # timeout=10 00:36:45 > git checkout -f 885fef0a5a0279462b330bbb1511f4b4fdd7a4c0 # timeout=10 00:36:49 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" 00:36:49 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:49 > git rev-list --no-walk ac9e835e32bc094112624517220fbb749d467adb # timeout=10 00:36:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:52 + + truesudo 00:36:52 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:54 provisioning config files... 00:36:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config1591917046365229453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:54 ---> docker-login.sh 00:36:54 nexus3.edgexfoundry.org:10001 00:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:56 Configure a credential helper to remove this warning. See 00:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:56 00:36:56 Login Succeeded 00:36:56 nexus3.edgexfoundry.org:10002 00:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:56 Configure a credential helper to remove this warning. See 00:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:56 00:36:56 Login Succeeded 00:36:56 nexus3.edgexfoundry.org:10003 00:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:57 Configure a credential helper to remove this warning. See 00:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:57 00:36:57 Login Succeeded 00:36:57 nexus3.edgexfoundry.org:10004 00:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:57 Configure a credential helper to remove this warning. See 00:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:57 00:36:57 Login Succeeded 00:36:57 docker.io 00:36:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:58 Configure a credential helper to remove this warning. See 00:36:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:58 00:36:58 Login Succeeded 00:36:58 ---> docker-login.sh ends [Pipeline] } 00:36:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:58 ========================================================= 00:36:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:59 + 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:37:01 Sending build context to Docker daemon 165.6MB 00:37:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:01 Step 2/6 : FROM ${BASE} 00:37:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:01 5f621e34cdf4: Pulling fs layer 00:37:01 a4357932f1b6: Pulling fs layer 00:37:01 18c013af1878: Pulling fs layer 00:37:01 00ac8860ef70: Pulling fs layer 00:37:01 63d7cb157983: Pulling fs layer 00:37:01 b116817d02f9: Pulling fs layer 00:37:01 745a02a5169b: Pulling fs layer 00:37:01 00ac8860ef70: Waiting 00:37:01 63d7cb157983: Waiting 00:37:01 b116817d02f9: Waiting 00:37:01 745a02a5169b: Waiting 00:37:01 18c013af1878: Verifying Checksum 00:37:01 18c013af1878: Download complete 00:37:01 a4357932f1b6: Verifying Checksum 00:37:01 a4357932f1b6: Download complete 00:37:01 63d7cb157983: Verifying Checksum 00:37:01 63d7cb157983: Download complete 00:37:01 b116817d02f9: Verifying Checksum 00:37:01 b116817d02f9: Download complete 00:37:01 5f621e34cdf4: Download complete 00:37:02 5f621e34cdf4: Pull complete 00:37:02 a4357932f1b6: Pull complete 00:37:03 18c013af1878: Pull complete 00:37:04 745a02a5169b: Verifying Checksum 00:37:04 745a02a5169b: Download complete 00:37:05 00ac8860ef70: Verifying Checksum 00:37:05 00ac8860ef70: Download complete 00:37:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> 351e7c058b10 00:37:13 Step 3/26 : WORKDIR /edgex-go 00:37:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> 351e7c058b10 00:37:13 Step 3/21 : WORKDIR /edgex-go 00:37:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> 351e7c058b10 00:37:13 Step 3/24 : WORKDIR /edgex-go 00:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:14 ---> 351e7c058b10 00:37:14 Step 3/22 : WORKDIR /edgex-go 00:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:14 ---> 351e7c058b10 00:37:14 Step 3/22 : WORKDIR /edgex-go 00:37:15 ---> Running in f4315dafe594 00:37:15 ---> Running in ae95b60f03f3 00:37:15 ---> Running in e53020debc27 00:37:15 ---> Running in d6b584e445fc 00:37:15 ---> Running in 21bee1f5ef70 00:37:15 00ac8860ef70: Pull complete 00:37:15 63d7cb157983: Pull complete 00:37:15 b116817d02f9: Pull complete 00:37:15 Removing intermediate container f4315dafe594 00:37:15 ---> b695cbe194bb 00:37:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 Removing intermediate container ae95b60f03f3 00:37:16 ---> 54680b247a82 00:37:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 Removing intermediate container 21bee1f5ef70 00:37:16 ---> e5d30fd80491 00:37:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 Removing intermediate container d6b584e445fc 00:37:16 ---> ad9c0107ad03 00:37:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 Removing intermediate container e53020debc27 00:37:16 ---> a9c80e59cbbd 00:37:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 ---> Running in a462f28e7bd3 00:37:16 ---> Running in 2f60e158bc13 00:37:16 ---> Running in b9106118d98f 00:37:16 ---> Running in 8e2830ad05dd 00:37:16 ---> Running in 043a11643b5f 00:37:18 745a02a5169b: Pull complete 00:37:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:18 ---> b7e6874047d6 00:37:18 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:37:19 Removing intermediate container 8e2830ad05dd 00:37:19 ---> 181904a378cb 00:37:19 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:19 Removing intermediate container b9106118d98f 00:37:19 ---> 94088547ac67 00:37:19 Step 5/22 : RUN apk add --update --no-cache make git 00:37:20 Removing intermediate container a462f28e7bd3 00:37:20 ---> 6c8b9036061d 00:37:20 Step 5/24 : RUN apk add --update --no-cache make git 00:37:20 ---> Running in a325bdfb53fb 00:37:20 ---> Running in 20255cb925f2 00:37:20 Removing intermediate container 2f60e158bc13 00:37:20 ---> daeac47f4ad0 00:37:20 Step 5/21 : RUN apk add --update --no-cache make git 00:37:20 ---> Running in 5f1840856b07 00:37:20 Removing intermediate container 043a11643b5f 00:37:20 ---> 877cf0b15d80 00:37:20 Step 5/22 : RUN apk add --update --no-cache make git 00:37:20 ---> Running in dff8a3170743 00:37:20 ---> Running in 9ec6fb2debce 00:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:21 ---> Running in 69fc27ef3ae3 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:24 OK: 233 MiB in 51 packages 00:37:24 OK: 233 MiB in 51 packages 00:37:24 OK: 233 MiB in 51 packages 00:37:24 OK: 233 MiB in 51 packages 00:37:24 OK: 233 MiB in 51 packages 00:37:25 (1/12) Installing libmagic (5.38-r0) 00:37:25 Removing intermediate container a325bdfb53fb 00:37:25 ---> 364346166be4 00:37:25 Step 6/26 : COPY go.mod . 00:37:25 Removing intermediate container 20255cb925f2 00:37:25 ---> 3eb7f31e3b02 00:37:25 Step 6/22 : COPY go.mod . 00:37:25 Removing intermediate container 5f1840856b07 00:37:25 ---> 72829791d9fc 00:37:25 Step 6/24 : COPY go.mod . 00:37:25 (2/12) Installing file (5.38-r0) 00:37:25 ---> 777a2bce740f 00:37:25 Step 7/22 : RUN go mod download 00:37:25 (3/12) Installing libc-dev (0.7.2-r3) 00:37:25 (4/12) Installing g++ (9.3.0-r2) 00:37:26 ---> 73caec150466 00:37:26 Step 7/26 : RUN go mod download 00:37:26 ---> Running in c7e857db2042 00:37:26 Removing intermediate container 9ec6fb2debce 00:37:26 ---> f1f2c7f0232d 00:37:26 Step 6/22 : COPY go.mod . 00:37:26 ---> Running in 6de144bf9c03 00:37:26 ---> 36ecc96a6362 00:37:26 Step 7/24 : RUN go mod download 00:37:26 Removing intermediate container dff8a3170743 00:37:26 ---> 287eb1626eb2 00:37:26 Step 6/21 : COPY go.mod . 00:37:26 ---> Running in 771eb99006ca 00:37:26 ---> c6eec7cdb645 00:37:26 Step 7/22 : RUN go mod download 00:37:26 ---> fe6d9becc2b4 00:37:26 Step 7/21 : RUN go mod download 00:37:26 ---> Running in d6cdaba4ac00 00:37:26 ---> Running in fa9d845b2e1b 00:37:30 (5/12) Installing fortify-headers (1.1-r0) 00:37:30 (6/12) Installing patch (2.7.6-r6) 00:37:30 (7/12) Installing build-base (0.5-r2) 00:37:30 (8/12) Installing libsodium (1.0.18-r0) 00:37:30 (9/12) Installing pkgconf (1.7.2-r0) 00:37:30 Removing intermediate container d6cdaba4ac00 00:37:30 ---> 970f8b13040a 00:37:30 Step 8/22 : COPY . . 00:37:30 Removing intermediate container fa9d845b2e1b 00:37:30 ---> 705f4f8f9052 00:37:30 Step 8/21 : COPY . . 00:37:30 Removing intermediate container c7e857db2042 00:37:30 ---> 734ba3f2e932 00:37:30 Step 8/22 : COPY . . 00:37:30 Removing intermediate container 771eb99006ca 00:37:30 ---> 188d4240a5f7 00:37:30 Step 8/24 : COPY . . 00:37:30 Removing intermediate container 6de144bf9c03 00:37:30 ---> 8915bc9b5319 00:37:30 Step 8/26 : COPY . . 00:37:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:30 (11/12) Installing libzmq (4.3.3-r0) 00:37:30 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:30 Executing busybox-1.31.1-r19.trigger 00:37:30 OK: 217 MiB in 51 packages 00:37:35 Removing intermediate container 69fc27ef3ae3 00:37:35 ---> faf1daaac8dd 00:37:35 Step 4/6 : WORKDIR /edgex-go 00:37:35 ---> Running in 064b43853857 00:37:35 Removing intermediate container 064b43853857 00:37:35 ---> 2c507de8773f 00:37:35 Step 5/6 : COPY go.mod . 00:37:35 ---> 96ae12f7ced2 00:37:35 Step 6/6 : RUN go mod download 00:37:35 ---> Running in 5eaad52d7feb 00:38:02 Removing intermediate container 5eaad52d7feb 00:38:02 ---> a43ce109454f 00:38:02 Successfully built a43ce109454f 00:38:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:02 + docker inspect -f . ci-base-image-arm64 00:38:02 . [Pipeline] withDockerContainer 00:38:03 prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container 00:38:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-arm64 cat 00:38:04 $ docker top d902c1f69ed9107667408a97cb6da73492bbe9a5c04da13b38a787e75af13823 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:05 + go version 00:38:05 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:05 $ docker stop --time=1 d902c1f69ed9107667408a97cb6da73492bbe9a5c04da13b38a787e75af13823 00:38:07 $ docker rm -f d902c1f69ed9107667408a97cb6da73492bbe9a5c04da13b38a787e75af13823 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:08 + docker inspect -f . ci-base-image-arm64 00:38:08 . [Pipeline] withDockerContainer 00:38:08 prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container 00:38:09 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-arm64 cat 00:38:10 $ docker top 44f203bfa36442f606e655bacb0b563ed646ffc3f6713abf70a8475f75c38017 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:10 ========================================================= 00:38:10 [edgeXBuildGoParallel] Running Tests and Build... 00:38:10 ========================================================= [Pipeline] sh 00:38:11 + make test 00:38:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:18 ---> f13bb0f396b2 00:38:18 Step 9/22 : RUN make cmd/core-command/core-command 00:38:18 ---> f8a64e942b3b 00:38:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:18 ---> b5a33c799f65 00:38:18 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:18 ---> c2975ce3339c 00:38:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:18 ---> b6495705662f 00:38:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:38:18 ---> Running in b48ba81f5e42 00:38:18 ---> Running in 2b1c1f8fa1c8 00:38:18 ---> Running in 8b8562c493d0 00:38:18 ---> Running in fbc316508821 00:38:18 ---> Running in e9916556f699 00:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:38:20 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:38:20 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:38:20 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:38:20 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:38:38 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:07 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:39:08 Removing intermediate container e9916556f699 00:39:08 ---> 522d13d545df 00:39:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:09 Removing intermediate container fbc316508821 00:39:09 ---> 6fb05f1c1b4b 00:39:09 00:39:09 Step 10/22 : FROM alpine:3.12 00:39:09 Removing intermediate container 8b8562c493d0 00:39:09 ---> 5cdad215e56a 00:39:09 00:39:09 Step 10/21 : FROM scratch 00:39:09 ---> 00:39:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:09 Removing intermediate container b48ba81f5e42 00:39:09 ---> ef9182d03508 00:39:09 00:39:09 Step 10/22 : FROM scratch 00:39:09 ---> 00:39:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:09 ---> Running in fa955d075bd0 00:39:09 3.12: Pulling from library/alpine 00:39:11 ---> Running in c1a4df1abb46 00:39:11 ---> Running in 04a45fa3ec34 00:39:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:11 Status: Downloaded newer image for alpine:3.12 00:39:11 ---> 389fef711851 00:39:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:11 ---> Running in d002fdb859ec 00:39:11 Removing intermediate container 04a45fa3ec34 00:39:11 ---> 615f39ce46c3 00:39:11 Step 12/22 : ENV APP_PORT=48082 00:39:11 Removing intermediate container c1a4df1abb46 00:39:11 ---> 203c9075c1a7 00:39:11 Step 12/21 : ENV APP_PORT=48085 00:39:11 Removing intermediate container 2b1c1f8fa1c8 00:39:11 ---> 8cebf8a902ad 00:39:11 00:39:11 Step 10/24 : FROM alpine:3.12 00:39:11 ---> 389fef711851 00:39:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:11 ---> Running in 167e4e8e28dc 00:39:11 ---> Running in c7b4d9ef6fb3 00:39:11 ---> Running in 6c313dbc0504 00:39:12 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:39:12 Removing intermediate container 167e4e8e28dc 00:39:12 ---> 0afe8e7dbca3 00:39:12 Step 13/22 : EXPOSE $APP_PORT 00:39:12 Removing intermediate container c7b4d9ef6fb3 00:39:12 ---> 9b70a7f7dbac 00:39:12 Step 13/21 : EXPOSE $APP_PORT 00:39:12 ---> Running in 35fd6f464d52 00:39:12 ---> Running in 856a82d96c63 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:12 Removing intermediate container 856a82d96c63 00:39:12 ---> c80492c54492 00:39:12 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:12 Removing intermediate container 35fd6f464d52 00:39:12 ---> c9e0f4834c78 00:39:12 Step 14/22 : WORKDIR / 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:13 ---> Running in 94948f9a628f 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:13 (1/5) Installing ca-certificates (20191127-r4) 00:39:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:13 (3/5) Installing libcurl (7.69.1-r3) 00:39:13 (4/5) Installing curl (7.69.1-r3) 00:39:13 (5/5) Installing dumb-init (1.2.2-r1) 00:39:13 Executing busybox-1.31.1-r19.trigger 00:39:13 Executing ca-certificates-20191127-r4.trigger 00:39:13 (1/5) Installing ca-certificates (20191127-r4) 00:39:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:13 (3/5) Installing libcurl (7.69.1-r3) 00:39:13 (4/5) Installing curl (7.69.1-r3) 00:39:13 (5/5) Installing dumb-init (1.2.2-r1) 00:39:13 Executing busybox-1.31.1-r19.trigger 00:39:13 OK: 7 MiB in 19 packages 00:39:13 Executing ca-certificates-20191127-r4.trigger 00:39:13 OK: 7 MiB in 19 packages 00:39:13 Removing intermediate container 94948f9a628f 00:39:13 ---> 0706f57dc780 00:39:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:14 ---> c923c7579eeb 00:39:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:14 ---> 7d4160025391 00:39:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:14 Removing intermediate container fa955d075bd0 00:39:14 ---> ac12fe649421 00:39:14 00:39:14 Step 11/26 : FROM docker:20.10.0 00:39:15 20.10.0: Pulling from library/docker 00:39:15 ---> d6ae44a7fa38 00:39:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:15 Removing intermediate container d002fdb859ec 00:39:15 ---> 4feae37839cf 00:39:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:39:15 ---> 024e6a8263b7 00:39:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:15 ---> Running in f73f2de831a3 00:39:15 Removing intermediate container 6c313dbc0504 00:39:15 ---> 1a9bfa6b32d0 00:39:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:15 ---> Running in 936c22717d72 00:39:16 Removing intermediate container f73f2de831a3 00:39:16 ---> 58c3f5199dbb 00:39:16 Step 13/22 : WORKDIR / 00:39:16 ---> 7a7686b7867d 00:39:16 ---> d167856ce23b 00:39:16 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:16 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:39:16 ---> Running in 528902c847c5 00:39:16 ---> Running in 40d2c30db969 00:39:16 ---> Running in dbcf60546610 00:39:16 Removing intermediate container 936c22717d72 00:39:16 ---> 7e021d992435 00:39:16 Step 13/24 : WORKDIR / 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:17 ---> Running in 468d9ad27bb5 00:39:17 Removing intermediate container 40d2c30db969 00:39:17 ---> 5d9b74e18aaa 00:39:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:17 Removing intermediate container dbcf60546610 00:39:17 ---> 60aea7b8cd45 00:39:17 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:17 Removing intermediate container 528902c847c5 00:39:17 ---> 4ccf2eedd80d 00:39:17 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:17 ---> Running in 69c938a2f844 00:39:17 ---> Running in e76c2d7951a4 00:39:18 Removing intermediate container 468d9ad27bb5 00:39:18 ---> f64a8ce28f4f 00:39:18 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:39:18 Removing intermediate container 69c938a2f844 00:39:18 ---> 0fca60fa37e0 00:39:18 Step 20/22 : LABEL arch=x86_64 00:39:18 Removing intermediate container e76c2d7951a4 00:39:18 ---> 0ad577ee9926 00:39:18 Step 19/21 : LABEL arch=x86_64 00:39:18 ---> 0bc6c581348b 00:39:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:39:18 ---> Running in 498f8828173f 00:39:18 ---> Running in 1a92ce456208 00:39:18 ---> 3b17a6aa94e2 00:39:18 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:39:19 Removing intermediate container 1a92ce456208 00:39:19 ---> 36e0e8bf9913 00:39:19 Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:39:19 Removing intermediate container 498f8828173f 00:39:19 ---> 009703656ae2 00:39:19 Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:39:19 ---> Running in e1075aa9ece9 00:39:19 ---> Running in 1340a27d0b09 00:39:19 ---> 6322424bed13 00:39:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:19 ---> ae1014ecdd8d 00:39:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:39:19 Removing intermediate container e1075aa9ece9 00:39:19 ---> a088d86f6e95 00:39:19 Step 21/21 : LABEL version=0.0.0 00:39:19 ---> Running in 67fdb8abc6d4 00:39:19 Removing intermediate container 1340a27d0b09 00:39:19 ---> dbb1b0f1f76c 00:39:19 Step 22/22 : LABEL version=0.0.0 00:39:20 ---> e834cb99e3a7 00:39:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:20 ---> 0e2b2285358a 00:39:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:39:20 ---> Running in 8d0a135cbd6b 00:39:20 Removing intermediate container 67fdb8abc6d4 00:39:20 ---> 64ddc2d54430 00:39:20 00:39:20 Removing intermediate container 8d0a135cbd6b 00:39:20 ---> 9cf32521d17f 00:39:20 00:39:20 ---> dd9fcbe039a2 00:39:20 Step 18/22 : RUN chmod +x entrypoint.sh 00:39:20 Successfully built 64ddc2d54430 00:39:21 Successfully built 9cf32521d17f 00:39:21 ---> Running in 34cc7874f9b6 00:39:21 Successfully tagged docker-support-scheduler-go:latest 00:39:21 Successfully tagged docker-core-command-go:latest 00:39:21 ---> 56ffbd6d26f6 00:39:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:21  Building docker-core-command-go ... done Building docker-support-notifications-go 00:39:21  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:39:22 ---> fdcdd2050078 00:39:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:23 ---> 8755318aacc8 00:39:23 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:39:25 ---> Running in 636dca49a26f 00:39:25 Removing intermediate container 34cc7874f9b6 00:39:25 ---> 441cfcab3487 00:39:25 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:39:25 ---> Running in be3383a2d660 00:39:25 Removing intermediate container be3383a2d660 00:39:25 ---> aa7ce4de969b 00:39:25 Step 20/22 : LABEL arch=x86_64 00:39:25 ---> Running in 03d72c3c1c54 00:39:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:27 Status: Downloaded newer image for docker:20.10.0 00:39:27 ---> aefe523efa57 00:39:27 Step 12/26 : RUN apk add --no-cache bash 00:39:27 Removing intermediate container 03d72c3c1c54 00:39:27 ---> 9f4593ecdfbc 00:39:27 Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:39:28 ---> Running in f6860830784d 00:39:28 ---> Running in c8074c460e4f 00:39:30 Removing intermediate container 636dca49a26f 00:39:30 ---> 5bd275263823 00:39:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:30 Removing intermediate container f6860830784d 00:39:30 ---> 3bccad508e59 00:39:30 Step 22/22 : LABEL version=0.0.0 00:39:30 ---> Running in 304ed6b9b131 00:39:30 ---> Running in 61acc23f8777 00:39:30 Removing intermediate container 304ed6b9b131 00:39:30 ---> 1d1aaeb40609 00:39:30 Step 22/24 : LABEL arch=x86_64 00:39:30 Removing intermediate container 61acc23f8777 00:39:30 ---> 9913969489cd 00:39:30 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 ---> Running in 0b3ad669cfa8 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:31 Successfully built 9913969489cd 00:39:31 Successfully tagged docker-security-bootstrap-redis-go:latest 00:39:31 Building docker-core-data-go 00:39:31  Building docker-security-bootstrap-redis-go ... done (1/2) Installing readline (8.0.4-r0) 00:39:31 (2/2) Installing bash (5.0.17-r0) 00:39:31 Executing bash-5.0.17-r0.post-install 00:39:31 Executing busybox-1.31.1-r19.trigger 00:39:31 OK: 12 MiB in 22 packages 00:39:31 Removing intermediate container 0b3ad669cfa8 00:39:31 ---> 2fc50f969d13 00:39:31 Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:39:31 ---> Running in 25ae380409cc 00:39:32 Removing intermediate container 25ae380409cc 00:39:32 ---> 9d07d819609f 00:39:32 Step 24/24 : LABEL version=0.0.0 00:39:32 ---> Running in 1dc6237810c9 00:39:34 Removing intermediate container 1dc6237810c9 00:39:34 ---> 965b28663bf2 00:39:34 00:39:34 Removing intermediate container c8074c460e4f 00:39:34 ---> ce4e370b3018 00:39:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:35 Successfully built 965b28663bf2 00:39:35 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:35  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:39:35 ---> Running in 6cd295ad5c96 00:39:36 Removing intermediate container 6cd295ad5c96 00:39:36 ---> 577f39621e74 00:39:36 Step 14/26 : ENV APP_PORT=48090 00:39:36 ---> Running in 7a6147438491 00:39:37 Removing intermediate container 7a6147438491 00:39:37 ---> dfea38162a7b 00:39:37 Step 15/26 : EXPOSE $APP_PORT 00:39:38 ---> Running in 7b5e3f744fcc 00:39:38 Removing intermediate container 7b5e3f744fcc 00:39:38 ---> bc15e890ad7c 00:39:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:41 ---> 4ecc4ed8f5b3 00:39:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:42 ---> 197bb7af2034 00:39:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:43 ---> 0fb216a97e58 00:39:43 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:43 ---> Running in dd3f6a9e6ec0 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:45 (1/33) Installing libbz2 (1.0.8-r1) 00:39:45 (2/33) Installing expat (2.2.9-r1) 00:39:45 (3/33) Installing libffi (3.3-r2) 00:39:45 (4/33) Installing gdbm (1.13-r1) 00:39:45 (5/33) Installing xz-libs (5.2.5-r0) 00:39:45 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:45 (7/33) Installing python3 (3.8.5-r0) 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:49 ---> 351e7c058b10 00:39:49 Step 3/22 : WORKDIR /edgex-go 00:39:49 ---> Using cache 00:39:49 ---> a9c80e59cbbd 00:39:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:49 ---> Using cache 00:39:49 ---> 181904a378cb 00:39:49 Step 5/22 : RUN apk add --update --no-cache make git 00:39:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:50 ---> 351e7c058b10 00:39:50 Step 3/24 : WORKDIR /edgex-go 00:39:50 ---> Using cache 00:39:50 ---> a9c80e59cbbd 00:39:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:50 ---> Using cache 00:39:50 ---> 181904a378cb 00:39:50 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:39:50 ---> Running in 4b7ed5a4e439 00:39:50 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:51 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:51 (11/33) Installing py3-six (1.15.0-r0) 00:39:51 (12/33) Installing py3-packaging (20.4-r0) 00:39:51 ---> Running in b753756f3b2e 00:39:51 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:51 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:51 (15/33) Installing py3-idna (2.9-r0) 00:39:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:51 (18/33) Installing py3-requests (2.23.0-r0) 00:39:51 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:51 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.277s coverage: 46.6% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:51 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:51 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:51 (24/33) Installing py3-distro (1.5.0-r1) 00:39:51 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:52 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:52 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:52 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:52 (29/33) Installing py3-progress (1.5-r0) 00:39:52 (30/33) Installing py3-toml (0.10.1-r0) 00:39:52 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:52 (33/33) Installing py3-pip (20.1.1-r0) 00:39:54 Executing busybox-1.31.1-r19.trigger 00:39:54 OK: 71 MiB in 55 packages 00:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:58 OK: 233 MiB in 51 packages 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.325s coverage: 67.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:58 OK: 233 MiB in 51 packages 00:40:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:01 ---> 351e7c058b10 00:40:01 Step 3/23 : WORKDIR /edgex-go 00:40:01 ---> Using cache 00:40:01 ---> a9c80e59cbbd 00:40:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:01 ---> Using cache 00:40:01 ---> 181904a378cb 00:40:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:01 ---> Running in 7ec0be779b8f 00:40:02 Removing intermediate container 4b7ed5a4e439 00:40:02 ---> c460c5a054e7 00:40:02 Step 6/22 : COPY go.mod . 00:40:02 Removing intermediate container b753756f3b2e 00:40:02 ---> 987b31bdcaeb 00:40:02 Step 6/24 : COPY go.mod . 00:40:03 ---> e8539cbe4796 00:40:03 Step 7/22 : RUN go mod download 00:40:03 ---> 4bce0168319a 00:40:03 Step 7/24 : RUN go mod download 00:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:03 ---> Running in 793e29e03026 00:40:03 ---> Running in defca6e91741 00:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:05 ---> 351e7c058b10 00:40:05 Step 3/21 : WORKDIR /edgex-go 00:40:05 ---> Using cache 00:40:05 ---> a9c80e59cbbd 00:40:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:05 ---> Using cache 00:40:05 ---> 181904a378cb 00:40:05 Step 5/21 : RUN apk add --update --no-cache make git 00:40:05 ---> Using cache 00:40:05 ---> c460c5a054e7 00:40:05 Step 6/21 : COPY go.mod . 00:40:05 ---> Using cache 00:40:05 ---> e8539cbe4796 00:40:05 Step 7/21 : RUN go mod download 00:40:06 OK: 233 MiB in 51 packages 00:40:06 ---> Running in b415d3257577 00:40:08 Removing intermediate container 7ec0be779b8f 00:40:08 ---> 2a2d07594e92 00:40:08 Step 6/23 : COPY go.mod . 00:40:08 Removing intermediate container 793e29e03026 00:40:08 ---> 2108b673e11c 00:40:08 Step 8/22 : COPY . . 00:40:08 Removing intermediate container defca6e91741 00:40:08 ---> a8ed10269846 00:40:08 Step 8/24 : COPY . . 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.272s coverage: 28.6% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:08 ---> 0314db72f55e 00:40:08 Step 7/23 : RUN go mod download 00:40:09 Removing intermediate container b415d3257577 00:40:09 ---> 5df55dd5bcec 00:40:09 Step 8/21 : COPY . . 00:40:12 ---> Running in 6d800d046550 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.286s coverage: 92.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.120s coverage: 75.5% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.234s coverage: 84.2% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:23 Removing intermediate container 6d800d046550 00:40:23 ---> 77c566578563 00:40:23 Step 8/23 : COPY . . 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.705s coverage: 63.5% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.171s coverage: 68.9% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 37.0% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.960s coverage: 84.0% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.166s coverage: 100.0% of statements 00:40:35 Removing intermediate container dd3f6a9e6ec0 00:40:35 ---> 2a29fbeb03bd 00:40:35 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:35 ---> Running in 3353f48b1dd0 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.1% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.365s coverage: 29.1% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:40:45 GO111MODULE=on go vet ./... 00:40:48 ---> 42eea9d2c7fa 00:40:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:40:48 ---> 19d1d3974c46 00:40:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:40:48 ---> Running in 50726d1a690d 00:40:48 ---> Running in f167fedc17b4 00:40:48 Collecting docker-compose==1.23.2 00:40:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:50 Collecting PyYAML<4,>=3.10 00:40:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:50 ---> 280e2b72120b 00:40:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:50 ---> Running in 0698aa0da9be 00:40:52 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: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:40:52 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:52 Collecting texttable<0.10,>=0.9.0 00:40:52 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:54 Collecting docker<4.0,>=3.6.0 00:40:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:54 Collecting websocket-client<1.0,>=0.32.0 00:40:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:55 Collecting cached-property<2,>=1.2.0 00:40:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:55 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:40:55 Collecting dockerpty<0.5,>=0.4.1 00:40:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:56 ---> 07447c6ac413 00:40:56 Step 9/23 : RUN make cmd/core-data/core-data 00:40:57 ---> Running in 46bb926b00de 00:40:57 Collecting jsonschema<3,>=2.5.1 00:40:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:57 Collecting docopt<0.7,>=0.6.1 00:40:57 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:58 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:59 Collecting docker-pycreds>=0.4.0 00:40:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:59 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:40:59 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:40:59 Collecting idna<2.8,>=2.5 00:40:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:59 Collecting urllib3<1.25,>=1.21.1 00:40:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:00 Installing collected packages: PyYAML, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, jsonschema, docopt, docker-compose 00:41:00 Running setup.py install for PyYAML: started 00:41:02 Running setup.py install for PyYAML: finished with status 'done' 00:41:02 Running setup.py install for texttable: started 00:41:03 Running setup.py install for texttable: finished with status 'done' 00:41:03 Attempting uninstall: idna 00:41:03 Found existing installation: idna 2.9 00:41:03 Uninstalling idna-2.9: 00:41:03 Successfully uninstalled idna-2.9 00:41:04 Attempting uninstall: urllib3 00:41:04 Found existing installation: urllib3 1.25.9 00:41:04 Uninstalling urllib3-1.25.9: 00:41:04 Successfully uninstalled urllib3-1.25.9 00:41:04 Attempting uninstall: requests 00:41:04 Found existing installation: requests 2.23.0 00:41:04 Uninstalling requests-2.23.0: 00:41:04 Successfully uninstalled requests-2.23.0 00:41:06 Running setup.py install for dockerpty: started 00:41:06 Running setup.py install for dockerpty: finished with status 'done' 00:41:06 Running setup.py install for docopt: started 00:41:07 Running setup.py install for docopt: finished with status 'done' 00:41:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:41:15 Removing intermediate container 3353f48b1dd0 00:41:15 ---> 616c2b8e25bf 00:41:15 Step 21/26 : RUN apk --no-cache add curl 00:41:15 ---> Running in 3fbfd1ec4e9f 00:41:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:17 (2/3) Installing libcurl (7.69.1-r3) 00:41:17 (3/3) Installing curl (7.69.1-r3) 00:41:17 Executing busybox-1.31.1-r19.trigger 00:41:17 OK: 72 MiB in 58 packages 00:41:19 Removing intermediate container 3fbfd1ec4e9f 00:41:19 ---> 875ade291501 00:41:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:19 ---> Running in 224e02b77944 00:41:19 Removing intermediate container 224e02b77944 00:41:19 ---> 8f9c5b9abbd9 00:41:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:20 ---> Running in af0aa2cf4328 00:41:20 Removing intermediate container af0aa2cf4328 00:41:20 ---> ef43bed06b93 00:41:20 Step 24/26 : LABEL arch=x86_64 00:41:20 ---> Running in b286b84069cf 00:41:21 Removing intermediate container b286b84069cf 00:41:21 ---> fed2fb4b3219 00:41:21 Step 25/26 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:41:21 ---> Running in cd907ac6b093 00:41:21 Removing intermediate container cd907ac6b093 00:41:21 ---> a01ecedfe761 00:41:21 Step 26/26 : LABEL version=0.0.0 00:41:21 ---> Running in 684102b08d66 00:41:21 Removing intermediate container 684102b08d66 00:41:21 ---> d699f57a7200 00:41:21 00:41:22 Successfully built d699f57a7200 00:41:22 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:26  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:34 Removing intermediate container f167fedc17b4 00:41:34 ---> 5bad6e8db35d 00:41:34 00:41:34 Step 10/24 : FROM scratch 00:41:34 ---> 00:41:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:41:34 ---> Running in 95ac6490f47d 00:41:35 Removing intermediate container 95ac6490f47d 00:41:35 ---> 494c6f724a8e 00:41:35 Step 12/24 : ENV APP_PORT=48060 00:41:36 ---> Running in c4e51e7dcc55 00:41:36 Removing intermediate container 0698aa0da9be 00:41:36 ---> 99890486c091 00:41:36 00:41:36 Step 10/21 : FROM alpine:3.12 00:41:36 ---> 389fef711851 00:41:36 Step 11/21 : RUN apk add --update --no-cache curl 00:41:36 ---> Running in 027405278b92 00:41:36 Removing intermediate container c4e51e7dcc55 00:41:36 ---> f007d3249d72 00:41:36 Step 13/24 : EXPOSE $APP_PORT 00:41:37 ---> Running in 1b28f20103f6 00:41:37 Removing intermediate container 1b28f20103f6 00:41:37 ---> 1170705b1ef8 00:41:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:41:37 ---> 6785858fa146 00:41:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:41:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:38 (1/4) Installing ca-certificates (20191127-r4) 00:41:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:38 (3/4) Installing libcurl (7.69.1-r3) 00:41:38 (4/4) Installing curl (7.69.1-r3) 00:41:38 Executing busybox-1.31.1-r19.trigger 00:41:38 Executing ca-certificates-20191127-r4.trigger 00:41:38 OK: 7 MiB in 18 packages 00:41:42 ---> 40e44dc55440 00:41:42 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:41:42 Removing intermediate container 50726d1a690d 00:41:42 ---> 3095aabd8dda 00:41:42 00:41:42 Step 10/22 : FROM scratch 00:41:42 ---> 00:41:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:43 ---> Using cache 00:41:43 ---> 203c9075c1a7 00:41:43 Step 12/22 : ENV APP_PORT=48081 00:41:43 ---> Running in f70f057dea8d 00:41:43 Removing intermediate container 027405278b92 00:41:43 ---> e041baa5634b 00:41:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:45 ---> 60da19573abd 00:41:45 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:45 Removing intermediate container f70f057dea8d 00:41:45 ---> a5754672ca5c 00:41:45 Step 13/22 : EXPOSE $APP_PORT 00:41:45 ---> Running in ff4f3141cd37 00:41:45 ---> Running in af2d3c94aabb 00:41:45 Removing intermediate container 46bb926b00de 00:41:45 ---> 03d69e47b374 00:41:45 00:41:45 Step 10/23 : FROM alpine:3.12 00:41:45 ---> 389fef711851 00:41:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:45 ---> Running in 9751e7b3dfb8 00:41:45 Removing intermediate container ff4f3141cd37 00:41:45 ---> 24996ec0ba2f 00:41:45 Step 13/21 : WORKDIR /edgex 00:41:45 ---> f6b056af63cb 00:41:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:41:45 Removing intermediate container af2d3c94aabb 00:41:45 ---> 0ce1c2414555 00:41:45 Step 14/22 : WORKDIR / 00:41:46 ---> Running in 08905ef4204d 00:41:46 ---> Running in c40971c142d5 00:41:46 Removing intermediate container 9751e7b3dfb8 00:41:46 ---> 48fb12d078cb 00:41:46 Step 12/23 : ENV APP_PORT=48080 00:41:46 ---> Running in 17ffcc74b4dc 00:41:46 Removing intermediate container 08905ef4204d 00:41:46 ---> 80910ab68b29 00:41:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:46 Removing intermediate container c40971c142d5 00:41:46 ---> 7b0620937fb7 00:41:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:46 ---> b9f0f6d911d1 00:41:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:41:46 Removing intermediate container 17ffcc74b4dc 00:41:46 ---> 766d50836cb7 00:41:46 Step 13/23 : EXPOSE $APP_PORT 00:41:46 ---> Running in f56407897920 00:41:46 ---> 3f69c48052c5 00:41:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:46 ---> b0f791332966 00:41:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:41:46 ---> 32601171b181 00:41:46 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:41:47 ---> Running in 91f3e1e679fe 00:41:48 Removing intermediate container f56407897920 00:41:48 ---> 4f0bca34c791 00:41:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:48 ---> 8384d352796c 00:41:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:41:48 ---> 6f79c416fb77 00:41:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:48 ---> Running in 20f080818004 00:41:48 Removing intermediate container 91f3e1e679fe 00:41:48 ---> 75ec569d99b8 00:41:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:48 ---> Running in 54bfa32eb3a8 00:41:48 ---> c35bd36c1da3 00:41:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:41:48 ---> 079595d8ea33 00:41:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:48 ---> Running in e19b5d3e0df8 00:41:48 Removing intermediate container 54bfa32eb3a8 00:41:48 ---> 23ca86a3847c 00:41:48 Step 22/24 : LABEL arch=x86_64 00:41:48 ---> Running in 73785ac73a83 00:41:49 ---> Running in e00420c631b4 00:41:49 Removing intermediate container 73785ac73a83 00:41:49 ---> c79c39e75203 00:41:49 Step 18/21 : CMD ["--init=true"] 00:41:49 Removing intermediate container e19b5d3e0df8 00:41:49 ---> 992489eb8ced 00:41:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:50 Removing intermediate container e00420c631b4 00:41:50 ---> 24b936bdeaae 00:41:50 Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:41:50 ---> Running in 1c5314c7e5f8 00:41:50 ---> Running in 5c4d23428419 00:41:50 ---> Running in 18c0d3920f32 00:41:50 Removing intermediate container 1c5314c7e5f8 00:41:50 ---> 60f66bac98be 00:41:50 Step 19/21 : LABEL arch=x86_64 00:41:50 Removing intermediate container 5c4d23428419 00:41:50 ---> 05523bb3abc6 00:41:50 Step 20/22 : LABEL arch=x86_64 00:41:50 Removing intermediate container 20f080818004 00:41:50 ---> 31186ac7db6f 00:41:50 Step 15/23 : RUN apk add --update --no-cache zeromq 00:41:50 Removing intermediate container 18c0d3920f32 00:41:50 ---> ebd3b2d8bb3f 00:41:50 Step 24/24 : LABEL version=0.0.0 00:41:50 ---> Running in 64097b87c9d7 00:41:50 ---> Running in 574ad5e20b90 00:41:50 ---> Running in d61417fd8008 00:41:50 ---> Running in 29e89856b782 00:41:51 Removing intermediate container 64097b87c9d7 00:41:51 ---> 6e28032cf85f 00:41:51 Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:41:51 Removing intermediate container 574ad5e20b90 00:41:51 ---> 8ea684480e27 00:41:51 Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:41:51 Removing intermediate container 29e89856b782 00:41:51 ---> c33082f4c435 00:41:51 00:41:51 ---> Running in fc549c76a3f0 00:41:51 ---> Running in a40ba1c6698a 00:41:51 Successfully built c33082f4c435 00:41:51 Successfully tagged docker-support-notifications-go:latest 00:41:51  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:51 Removing intermediate container fc549c76a3f0 00:41:51 ---> 7167dfe40c58 00:41:51 Step 21/21 : LABEL version=0.0.0 00:41:51 Removing intermediate container a40ba1c6698a 00:41:51 ---> 083bf08925ab 00:41:51 Step 22/22 : LABEL version=0.0.0 00:41:51 ---> Running in ad6105dd3207 00:41:51 ---> Running in d87125b3e8cb 00:41:51 Removing intermediate container d87125b3e8cb 00:41:51 ---> 94adbbabc922 00:41:51 00:41:51 Removing intermediate container ad6105dd3207 00:41:51 ---> c4cb01040793 00:41:51 00:41:51 Successfully built 94adbbabc922 00:41:51 Successfully built c4cb01040793 00:41:51 Successfully tagged docker-core-metadata-go:latest 00:41:51  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest 00:41:53 gofmt -l . 00:41:53  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:56 [ "`gofmt -l .`" = "" ] 00:41:56 (1/5) Installing libgcc (9.3.0-r2) 00:41:56 (2/5) Installing libsodium (1.0.18-r0) 00:41:56 (3/5) Installing libstdc++ (9.3.0-r2) 00:41:57 (4/5) Installing libzmq (4.3.3-r0) 00:41:58 (5/5) Installing zeromq (4.3.3-r0) 00:41:58 Executing busybox-1.31.1-r19.trigger 00:41:58 OK: 8 MiB in 19 packages 00:41:58 Removing intermediate container d61417fd8008 00:41:58 ---> a65893235748 00:41:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:59 ---> 1e38b8feffce 00:41:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:59 ./bin/test-go-mod-tidy.sh 00:41:59 ---> 88df3fadec7e 00:41:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:59 ---> 7f6b9700f142 00:41:59 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:59 ---> Running in 790bc9cd47bf 00:42:00 ./bin/test-attribution-txt.sh 00:42:00 Removing intermediate container 790bc9cd47bf 00:42:00 ---> e5c36b933186 00:42:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:00 ---> Running in dd5888799b11 00:42:00 Removing intermediate container dd5888799b11 00:42:00 ---> 507de5d541b8 00:42:00 Step 21/23 : LABEL arch=x86_64 00:42:00 ---> Running in 6cb81022918d 00:42:00 Removing intermediate container 6cb81022918d 00:42:00 ---> 5a14a93ec1bf 00:42:00 Step 22/23 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:42:00 ---> Running in 457cbf05f7f7 00:42:01 Removing intermediate container 457cbf05f7f7 00:42:01 ---> 8eee5febde79 00:42:01 Step 23/23 : LABEL version=0.0.0 00:42:01 ---> Running in b15291299a68 00:42:01 Removing intermediate container b15291299a68 00:42:01 ---> 23e8104b1072 00:42:01 00:42:01 Successfully built 23e8104b1072 00:42:01 Successfully tagged docker-core-data-go:latest [Pipeline] sh 00:42:02 + ls -al . 00:42:02 total 684 00:42:02 drwxrwxr-x 9 1001 1001 4096 Jan 19 00:42 . 00:42:02 drwxr-xr-x 4 root root 4096 Jan 19 00:38 .. 00:42:02 -rw-rw-r-- 1 1001 1001 11 Jan 19 00:36 .dockerignore 00:42:02 drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 .git 00:42:02 drwxrwxr-x 3 1001 1001 4096 Jan 19 00:36 .github 00:42:02 -rw-rw-r-- 1 1001 1001 824 Jan 19 00:36 .gitignore 00:42:02 -rw-rw-r-- 1 1001 1001 166 Jan 19 00:36 .sonarcloud.properties 00:42:02 -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:36 Attribution.txt 00:42:02 -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:36 CONTRIBUTING.md 00:42:02 -rw-rw-r-- 1 1001 1001 931 Jan 19 00:36 Dockerfile.build 00:42:02 -rw-rw-r-- 1 1001 1001 863 Jan 19 00:36 Jenkinsfile 00:42:02 -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:36 LICENSE 00:42:02 -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:36 Makefile 00:42:02 -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:36 README.md 00:42:02 -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:36 SECURITY.md 00:42:02 -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION 00:42:02 -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:36 ZMQWindows.md 00:42:02 drwxrwxr-x 2 1001 1001 4096 Jan 19 00:36 bin 00:42:02 drwxrwxr-x 14 1001 1001 4096 Jan 19 00:36 cmd 00:42:02 -rw-r--r-- 1 root root 550280 Jan 19 00:40 coverage.out 00:42:02 -rw-r--r-- 1 root root 981 Jan 19 00:41 go.mod 00:42:02 -rw-r--r-- 1 root root 19241 Jan 19 00:41 go.sum 00:42:02 drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 internal 00:42:02 drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 openapi 00:42:02 drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 snap 00:42:02 -rw-rw-r-- 1 1001 1001 168 Jan 19 00:36 version.go [Pipeline] sh 00:42:02  Building docker-core-data-go ... done  [Pipeline] } 00:42:02 $ docker stop --time=1 7f56f12460a05933006f7f36ad7b35ff1e2f81249fd2a021369f71e39491ccf4 00:42:02 + '[' -e coverage.out ] 00:42:02 + chown 1001:1001 coverage.out 00:42:03 $ docker rm -f 7f56f12460a05933006f7f36ad7b35ff1e2f81249fd2a021369f71e39491ccf4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash 00:42:04 Warning: overwriting stash ‘coverage-report’ 00:42:04 + docker images 00:42:04 + grep docker 00:42:04 docker-core-data-go latest 23e8104b1072 3 seconds ago 22.3MB 00:42:04 docker-core-metadata-go latest 94adbbabc922 13 seconds ago 13.1MB 00:42:04 docker-security-proxy-setup-go latest c4cb01040793 13 seconds ago 24.4MB 00:42:04 docker-support-notifications-go latest c33082f4c435 14 seconds ago 12MB 00:42:04 docker-sys-mgmt-agent-go latest d699f57a7200 43 seconds ago 313MB 00:42:04 docker-security-secretstore-setup-go latest 965b28663bf2 2 minutes ago 24.6MB 00:42:04 docker-security-bootstrap-redis-go latest 9913969489cd 2 minutes ago 15.8MB 00:42:04 docker-core-command-go latest 9cf32521d17f 2 minutes ago 10.6MB 00:42:04 docker-support-scheduler-go latest 64ddc2d54430 2 minutes ago 10.7MB 00:42:04 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:05 Stashed 1 file(s) [Pipeline] sh 00:42:06 + make build 00:42:06 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:42:18 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:42:19 Still waiting to schedule task 00:42:19 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21029’ 00:42:45 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:42:46 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:42:51 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:42:52 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:42: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:43:03 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:43:06 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:43:11 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:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:17 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 [Pipeline] } 00:43:21 $ docker stop --time=1 44f203bfa36442f606e655bacb0b563ed646ffc3f6713abf70a8475f75c38017 00:43:23 $ docker rm -f 44f203bfa36442f606e655bacb0b563ed646ffc3f6713abf70a8475f75c38017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:26 00:43:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:26 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:26 29e5d40040c1: Pulling fs layer 00:43:26 1ce36da41761: Pulling fs layer 00:43:26 25b303627fd3: Pulling fs layer 00:43:26 29e5d40040c1: Verifying Checksum 00:43:26 29e5d40040c1: Download complete 00:43:27 29e5d40040c1: Pull complete 00:43:27 1ce36da41761: Verifying Checksum 00:43:27 1ce36da41761: Download complete 00:43:28 1ce36da41761: Pull complete 00:43:29 25b303627fd3: Verifying Checksum 00:43:29 25b303627fd3: Download complete 00:43:39 25b303627fd3: Pull complete 00:43:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:39 prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container 00:43:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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:43:43 $ docker top 72fc622391dbce26c981254872827e41fddabf84d1e8750adfea9ddcaf1bde16 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:44 + docker-compose build --help 00:43:44 + grep parallel 00:43:48 --parallel Build images in parallel. [Pipeline] } 00:43:48 $ docker stop --time=1 72fc622391dbce26c981254872827e41fddabf84d1e8750adfea9ddcaf1bde16 00:43:50 $ docker rm -f 72fc622391dbce26c981254872827e41fddabf84d1e8750adfea9ddcaf1bde16 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:51 . [Pipeline] withDockerContainer 00:43:51 prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container 00:43:51 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:53 $ docker top d1d2a481be8d9ae1bde11e2217f1d064ca62a5878d3929685b0fc655dc00a646 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:59 Building docker-core-command-go ... 00:43:59 Building docker-core-data-go ... 00:43:59 Building docker-core-metadata-go ... 00:43:59 Building docker-security-bootstrap-redis-go ... 00:43:59 Building docker-security-proxy-setup-go ... 00:43:59 Building docker-security-secretstore-setup-go ... 00:43:59 Building docker-support-notifications-go ... 00:43:59 Building docker-support-scheduler-go ... 00:43:59 Building docker-sys-mgmt-agent-go ... 00:43:59 Building docker-support-notifications-go 00:43:59 Building docker-security-proxy-setup-go 00:43:59 Building docker-sys-mgmt-agent-go 00:43:59 Building docker-security-secretstore-setup-go 00:43:59 Building docker-support-scheduler-go 00:44:13 Running on prd-ubuntu18.04-docker-8c-8g-21034 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:44:13 Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout 00:44:15 using credential edgex-jenkins-ssh 00:44:15 Cloning the remote Git repository 00:44:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:15 > git init /w/workspace/edgex-go/43 # timeout=10 00:44:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:15 > git --version # timeout=10 00:44:15 > git --version # 'git version 2.17.1' 00:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:45 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:44:45 Merge succeeded, producing f5da9b851fed06a999575ecab24a186a66bb3d92 00:44:45 Checking out Revision f5da9b851fed06a999575ecab24a186a66bb3d92 (PR-2858) 00:44:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:44 > 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:44:45 > git config core.sparsecheckout # timeout=10 00:44:45 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:44:45 > git remote # timeout=10 00:44:45 > git config --get remote.origin.url # timeout=10 00:44:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:45 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 00:44:45 > git rev-parse HEAD^{commit} # timeout=10 00:44:45 > git config core.sparsecheckout # timeout=10 00:44:45 > git checkout -f f5da9b851fed06a999575ecab24a186a66bb3d92 # timeout=10 00:44:49 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" 00:44:49 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:50 + echo snap-build.sh 00:44:50 snap-build.sh 00:44:50 + SNAP_BASE_DIR=. 00:44:50 + '[' '!' -z /w/workspace/edgex-go/43 ']' 00:44:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/43 00:44:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/43]' 00:44:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/43] 00:44:50 + cd /w/workspace/edgex-go/43 00:44:50 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:50 Reading package lists... 00:44:50 Building dependency tree... 00:44:50 Reading state information... 00:44:50 The following packages were automatically installed and are no longer required: 00:44:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:50 uidmap xdelta3 00:44:50 Use 'sudo apt autoremove' to remove them. 00:44:50 The following packages will be REMOVED: 00:44:50 lxd* lxd-client* 00:44:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:51 After this operation, 31.7 MB disk space will be freed. 00:44:49 > git rev-list --no-walk ac9e835e32bc094112624517220fbb749d467adb # timeout=10 00:44:52 (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:44:52 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:52 Removing lxd dnsmasq configuration 00:44:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:54 (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:44:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:55 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:55 Processing triggers for ureadahead (0.100.0-21) ... 00:44:56 + sudo snap remove --purge lxd 00:44:56 snap "lxd" is not installed 00:44:56 + sudo groupadd --force --system lxd 00:44:56 ++ whoami 00:44:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:56 + newgrp - lxd 00:44:56 + sudo snap install lxd 00:45:04 2021-01-19T00:45:02Z INFO Waiting for automatic snapd restart... 00:45:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:07 ---> a43ce109454f 00:45:07 Step 3/21 : WORKDIR /edgex-go 00:45:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:07 ---> a43ce109454f 00:45:07 Step 3/24 : WORKDIR /edgex-go 00:45:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:07 ---> a43ce109454f 00:45:07 Step 3/24 : WORKDIR /edgex-go 00:45:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:07 ---> a43ce109454f 00:45:07 Step 3/26 : WORKDIR /edgex-go 00:45:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:07 ---> a43ce109454f 00:45:07 Step 3/21 : WORKDIR /edgex-go 00:45:09 ---> Running in 6ab49b66c0e1 00:45:09 ---> Running in 45312886c087 00:45:09 ---> Running in 1a231f98fb3d 00:45:09 ---> Running in b564a67748df 00:45:09 ---> Running in 93bc39214f77 00:45:10 Removing intermediate container 45312886c087 00:45:10 Removing intermediate container 6ab49b66c0e1 00:45:10 ---> 2d0ec325fdf0 00:45:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:10 Removing intermediate container 93bc39214f77 00:45:10 ---> 417340021a1c 00:45:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:10 ---> 56ea46c69186 00:45:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:10 Removing intermediate container b564a67748df 00:45:10 ---> 25add6074c75 00:45:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:10 ---> Running in 7aeb9ae87d39 00:45:10 ---> Running in ccfc8766c80a 00:45:10 ---> Running in 78504ec3b94a 00:45:10 Removing intermediate container 1a231f98fb3d 00:45:10 ---> 15269aa9eb34 00:45:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:10 ---> Running in 0fcd896d4d1e 00:45:11 ---> Running in 75d2dca8faa5 00:45:14 Removing intermediate container 7aeb9ae87d39 00:45:14 ---> dc0cb0e05d28 00:45:14 Step 5/21 : RUN apk add --update --no-cache make git 00:45:14 ---> Running in 104661686ecb 00:45:14 Removing intermediate container 78504ec3b94a 00:45:14 ---> 59f993a403d0 00:45:14 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:15 Removing intermediate container ccfc8766c80a 00:45:15 ---> c16067832978 00:45:15 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:15 ---> Running in f101bcc36a22 00:45:15 ---> Running in 0cc905924fc7 00:45:15 Removing intermediate container 75d2dca8faa5 00:45:15 ---> 71d551d54d51 00:45:15 Step 5/21 : RUN apk add --update --no-cache make git 00:45:15 Removing intermediate container 0fcd896d4d1e 00:45:15 ---> 438079a8d908 00:45:15 Step 5/24 : RUN apk add --update --no-cache make git 00:45:15 ---> Running in 10b87fba166b 00:45:16 ---> Running in 148bc855b915 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:18 OK: 217 MiB in 51 packages 00:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:18 OK: 217 MiB in 51 packages 00:45:18 OK: 217 MiB in 51 packages 00:45:19 OK: 217 MiB in 51 packages 00:45:19 OK: 217 MiB in 51 packages 00:45:19 Removing intermediate container 104661686ecb 00:45:19 ---> be37ebe4728e 00:45:19 lxd 4.10 from Canonical* installed 00:45:19 + sudo lxd init --auto 00:45:19 Step 6/21 : COPY go.mod . 00:45:20 Removing intermediate container 0cc905924fc7 00:45:20 ---> c2cf0cc7e877 00:45:20 Step 6/24 : COPY go.mod . 00:45:20 Removing intermediate container f101bcc36a22 00:45:20 ---> 84fd9e2da59c 00:45:20 Step 6/26 : COPY go.mod . 00:45:21 ---> ccc1d4002b18 00:45:21 Step 7/21 : RUN go mod download 00:45:21 Removing intermediate container 148bc855b915 00:45:21 ---> 972eda8e9f40 00:45:21 Step 6/24 : COPY go.mod . 00:45:21 ---> Running in 763c13f781a0 00:45:21 Removing intermediate container 10b87fba166b 00:45:21 ---> 3cf070e5c381 00:45:21 Step 6/21 : COPY go.mod . 00:45:21 ---> 02062d284f95 00:45:21 Step 7/24 : RUN go mod download 00:45:21 ---> Running in 70963de71f33 00:45:22 ---> ce80e8a9e10f 00:45:22 Step 7/26 : RUN go mod download 00:45:22 ---> b384ad10b279 00:45:22 Step 7/24 : RUN go mod download 00:45:22 ---> Running in 0209fe04d590 00:45:22 ---> e45063fdfe1d 00:45:22 Step 7/21 : RUN go mod download 00:45:22 ---> Running in b357d9ba45be 00:45:23 ---> Running in 6af15a97ed59 00:45:25 Removing intermediate container 763c13f781a0 00:45:25 ---> c80df11ae311 00:45:25 Step 8/21 : COPY . . 00:45:26 Removing intermediate container 70963de71f33 00:45:26 ---> 21f7eb65297d 00:45:26 Step 8/24 : COPY . . 00:45:27 Removing intermediate container 0209fe04d590 00:45:27 ---> 18425ca2f4f4 00:45:27 Step 8/26 : COPY . . 00:45:27 Removing intermediate container b357d9ba45be 00:45:27 ---> ab3432ab4179 00:45:27 Step 8/24 : COPY . . 00:45:28 + sudo snap install --classic snapcraft 00:45:28 Removing intermediate container 6af15a97ed59 00:45:28 ---> 8f30fe8c991e 00:45:28 Step 8/21 : COPY . . 00:45:32 snapcraft 4.4.4 from Canonical* installed 00:45:32 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:45:32 + patch --verbose -p1 00:45:32 Hmm... Looks like a unified diff to me... 00:45:32 The text leading up to this was: 00:45:32 -------------------------- 00:45:32 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:45:32 |From: Tony Espy 00:45:32 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:45:32 |Subject: [PATCH] optimize snap build for pipeline CI check 00:45:32 | 00:45:32 |This patch is used by the EdgeX CI pipeline builds to 00:45:32 |optimize the snap CI check run for pull requests. When 00:45:32 |applied, it essentially strips out everything (apps and 00:45:32 |parts) from the snapcraft.yaml file except those required 00:45:32 |to build edgex-go, as the whole idea of the CI check is to 00:45:32 |catch changes to edgex-go that break the snap build. 00:45:32 | 00:45:32 |In general, anyone updating snapcraft.yaml will also need 00:45:32 |to update this patch file, otherwise it may fail to apply, 00:45:32 |resulting in a failed snap build CI check in the associated 00:45:32 |pull request. 00:45:32 | 00:45:32 |Note - in addition to applying this patch, the pipeline also 00:45:32 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:45:32 |need to build the finally binary .snap file (and it won't 00:45:32 |work with the patch applied). This further reduces the build 00:45:32 |time. 00:45:32 |--- 00:45:32 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:45:32 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:45:32 | 00:45:32 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:45:32 |index 1e537489..faf42425 100644 00:45:32 |--- a/snap/snapcraft.yaml 00:45:32 |+++ b/snap/snapcraft.yaml 00:45:32 -------------------------- 00:45:32 patching file snap/snapcraft.yaml 00:45:32 Using Plan A... 00:45:32 Hunk #1 succeeded at 73. 00:45:32 Hunk #2 succeeded at 202 with fuzz 1. 00:45:32 Hunk #3 succeeded at 214 (offset -3 lines). 00:45:32 Hunk #4 FAILED at 225. 00:45:32 Hunk #5 succeeded at 300 (offset -2 lines). 00:45:32 Hunk #6 succeeded at 327 (offset -2 lines). 00:45:32 Hunk #7 succeeded at 361 (offset -2 lines). 00:45:32 Hunk #8 FAILED at 414. 00:45:32 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:45:32 Hmm... Ignoring the trailing garbage. 00:45:32 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:45:33 Failed in branch amd64 00:45:55 ---> 14fe2c1b21dd 00:45:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:55 ---> ecef3e21b414 00:45:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:55 ---> dc33bb699654 00:45:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:45:55 ---> cc4d63157bb5 00:45:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:55 ---> dc5d41fb4dbb 00:45:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:55 ---> Running in 4d881164b78b 00:45:55 ---> Running in 104518a4e3ca 00:45:55 ---> Running in 6b2d2decd5cd 00:45:55 ---> Running in cb0004eb4740 00:45:55 ---> Running in 2a83326ef29b 00:45: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:45: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:45:55 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:45:55 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:45:55 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:47:17 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:17 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:47:32 Removing intermediate container cb0004eb4740 00:47:32 ---> 1ea8a1015306 00:47:32 00:47:32 Step 10/24 : FROM alpine:3.12 00:47:32 3.12: Pulling from library/alpine 00:47:32 Removing intermediate container 104518a4e3ca 00:47:32 ---> 940073bb8b40 00:47:32 00:47:32 Step 10/21 : FROM alpine:3.12 00:47:32 3.12: Pulling from library/alpine 00:47:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:32 Status: Downloaded newer image for alpine:3.12 00:47:32 Status: Downloaded newer image for alpine:3.12 00:47:32 ---> afeebe901d6b 00:47:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:32 ---> afeebe901d6b 00:47:32 Step 11/21 : RUN apk add --update --no-cache curl 00:47:34 ---> Running in 4f1c90269d2e 00:47:34 ---> Running in 3293e673fb85 00:47:35 Removing intermediate container 4d881164b78b 00:47:35 ---> ab76b0f0804d 00:47:35 00:47:35 Step 10/24 : FROM scratch 00:47:35 ---> 00:47:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:35 Removing intermediate container 2a83326ef29b 00:47:35 ---> e24b79f908b3 00:47:35 00:47:35 Step 10/21 : FROM scratch 00:47:35 ---> 00:47:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:35 Removing intermediate container 6b2d2decd5cd 00:47:35 ---> 9c638f95468e 00:47:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:35 ---> Running in d624e6a23ad7 00:47:35 ---> Running in 12d2cb4d9c7b 00:47:35 ---> Running in b25ee768b0c0 00:47:35 Removing intermediate container 12d2cb4d9c7b 00:47:35 ---> 80125b3bb92b 00:47:35 Step 12/21 : ENV APP_PORT=48085 00:47:35 Removing intermediate container d624e6a23ad7 00:47:35 ---> d1136d99cd09 00:47:35 Step 12/24 : ENV APP_PORT=48060 00:47:36 ---> Running in 92ab47ab9ac9 00:47:36 ---> Running in 3e8ba410667a 00:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:36 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:36 Removing intermediate container 92ab47ab9ac9 00:47:36 ---> e3752c42331d 00:47:36 Step 13/24 : EXPOSE $APP_PORT 00:47:36 Removing intermediate container 3e8ba410667a 00:47:36 ---> 6461cb59a5de 00:47:36 Step 13/21 : EXPOSE $APP_PORT 00:47:36 ---> Running in 67bc8a9331f6 00:47:36 ---> Running in ca812051a495 00:47:37 (1/4) Installing ca-certificates (20191127-r4) 00:47:37 (1/5) Installing ca-certificates (20191127-r4) 00:47:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:37 (3/4) Installing libcurl (7.69.1-r3) 00:47:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:37 (3/5) Installing libcurl (7.69.1-r3) 00:47:37 (4/4) Installing curl (7.69.1-r3) 00:47:37 (4/5) Installing curl (7.69.1-r3) 00:47:37 Executing busybox-1.31.1-r19.trigger 00:47:37 Executing ca-certificates-20191127-r4.trigger 00:47:37 (5/5) Installing dumb-init (1.2.2-r1) 00:47:37 Executing busybox-1.31.1-r19.trigger 00:47:37 Executing ca-certificates-20191127-r4.trigger 00:47:37 Removing intermediate container 67bc8a9331f6 00:47:37 ---> cc4069a33c9e 00:47:37 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:37 OK: 7 MiB in 18 packages 00:47:37 OK: 7 MiB in 19 packages 00:47:37 Removing intermediate container ca812051a495 00:47:37 ---> 4eec11009d82 00:47:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:39 ---> 19bce27afc58 00:47:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:39 ---> e3d9f6357921 00:47:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:40 Removing intermediate container 4f1c90269d2e 00:47:40 ---> d0638957754e 00:47:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:40 Removing intermediate container 3293e673fb85 00:47:40 ---> 68eabd965cc2 00:47:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:40 ---> Running in bdc84a1aff12 00:47:40 ---> Running in 17898fe5808c 00:47:40 ---> 7c76c8df45ff 00:47:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:41 ---> 00a9b524b89b 00:47:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:41 Removing intermediate container bdc84a1aff12 00:47:41 ---> 0eb497babc4c 00:47:41 Step 13/21 : WORKDIR /edgex 00:47:41 Removing intermediate container 17898fe5808c 00:47:41 ---> 9d959ec48389 00:47:41 Step 13/24 : WORKDIR / 00:47:41 Removing intermediate container b25ee768b0c0 00:47:41 ---> 47c95d539f95 00:47:41 00:47:41 Step 11/26 : FROM docker:20.10.0 00:47:41 ---> Running in 941bb29fe9b0 00:47:41 20.10.0: Pulling from library/docker 00:47:41 ---> Running in 9643a6cdee48 00:47:42 ---> 4c8ffab19bf5 00:47:42 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:47:42 Removing intermediate container 941bb29fe9b0 00:47:42 ---> 415d49f824c9 00:47:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:42 Removing intermediate container 9643a6cdee48 00:47:42 ---> 91add549276c 00:47:42 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:47:43 ---> Running in 6941142b313a 00:47:43 ---> af296f1e71d8 00:47:43 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:44 Removing intermediate container 6941142b313a 00:47:44 ---> a5f3c545b34c 00:47:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:44 ---> 8aa5c883b723 00:47:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:44 ---> Running in 177f76854b70 00:47:44 ---> 37cc1f537e64 00:47:44 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:47:44 ---> 0e3dd5b64f79 00:47:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:45 Removing intermediate container 177f76854b70 00:47:45 ---> 6afcbda02b64 00:47:45 Step 19/21 : LABEL arch=arm64 00:47:46 ---> Running in 889422d52098 00:47:46 ---> 9d72b2f4413a 00:47:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:46 ---> 9d444aa07d6b 00:47:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:46 ---> be6eaa84ae5e 00:47:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:46 Removing intermediate container 889422d52098 00:47:46 ---> 6d7ee94e6198 00:47:46 Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:47:47 ---> Running in e7886b05a127 00:47:47 ---> d46d8695fcf5 00:47:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:48 Removing intermediate container e7886b05a127 00:47:48 ---> ccb30c003dc0 00:47:48 Step 21/21 : LABEL version=0.0.0 00:47:48 ---> 086b9375e299 00:47:48 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:48 ---> Running in c2c5c5c47de1 00:47:48 ---> Running in 1eac769c45fb 00:47:48 ---> 93fa909975a5 00:47:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:49 Removing intermediate container c2c5c5c47de1 00:47:49 ---> e9ddb87fff2b 00:47:49 00:47:49 ---> Running in 3d0cf531204f 00:47:49 ---> 8e04b3cc5b6a 00:47:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:49 Removing intermediate container 1eac769c45fb 00:47:49 ---> d01946b1486d 00:47:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:50 Successfully built e9ddb87fff2b 00:47:50 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:50 ---> Running in ccd3e354011c 00:47:50  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 00:47:50 Removing intermediate container 3d0cf531204f 00:47:50 ---> 88fb811a0765 00:47:50 Step 18/21 : CMD ["--init=true"] 00:47:50 ---> Running in 7129b491e771 00:47:51 Removing intermediate container ccd3e354011c 00:47:51 ---> e114c5dd5dbf 00:47:51 Step 22/24 : LABEL arch=arm64 00:47:52 ---> Running in a13da70cd76a 00:47:52 ---> c34a5ec536ef 00:47:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:52 Removing intermediate container 7129b491e771 00:47:52 ---> b289bce0f993 00:47:52 Step 19/21 : LABEL arch=arm64 00:47:53 Removing intermediate container a13da70cd76a 00:47:53 ---> a4b306165ae6 00:47:53 Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:47:53 ---> Running in 039fcc0cae68 00:47:54 ---> fd1e98032085 00:47:54 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:47:54 ---> Running in 701125bf8905 00:47:55 ---> Running in 3c858390b9c1 00:47:55 Removing intermediate container 039fcc0cae68 00:47:55 ---> fedefb61b398 00:47:55 Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:47:55 Removing intermediate container 701125bf8905 00:47:55 ---> a96c187c26a6 00:47:55 Step 24/24 : LABEL version=0.0.0 00:47:56 ---> Running in 8204f57a8e6d 00:47:56 ---> Running in e174450dc65b 00:47:56 Removing intermediate container 8204f57a8e6d 00:47:56 ---> ad2a5ac4008c 00:47:56 Step 21/21 : LABEL version=0.0.0 00:47:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:56 Status: Downloaded newer image for docker:20.10.0 00:47:56 ---> eeaf43b92773 00:47:56 Step 12/26 : RUN apk add --no-cache bash 00:47:56 Removing intermediate container e174450dc65b 00:47:56 ---> 476f803b1121 00:47:56 00:47:57 ---> Running in c2260289c0d8 00:47:57 ---> Running in 9eb01397364e 00:47:57 Successfully built 476f803b1121 00:47:58 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:58  Building docker-support-notifications-go ... done Building docker-core-command-go 00:47:58 Removing intermediate container c2260289c0d8 00:47:58 ---> da5823cf1306 00:47:58 00:47:58 Successfully built da5823cf1306 00:47:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:58 Building docker-core-data-go 00:47:58  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:59 Removing intermediate container 3c858390b9c1 00:47:59 ---> 6356a8bc2571 00:47:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:59 ---> Running in 3c5adc9bc687 00:47:59 (1/2) Installing readline (8.0.4-r0) 00:47:59 (2/2) Installing bash (5.0.17-r0) 00:47:59 Executing bash-5.0.17-r0.post-install 00:47:59 Removing intermediate container 3c5adc9bc687 00:47:59 ---> 66fbf6475b2a 00:47:59 Step 22/24 : LABEL arch=arm64 00:48:00 Executing busybox-1.31.1-r19.trigger 00:48:00 OK: 12 MiB in 22 packages 00:48:00 ---> Running in 305c8b2011b2 00:48:01 Removing intermediate container 305c8b2011b2 00:48:01 ---> fa508f10c501 00:48:01 Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:48:01 ---> Running in 39760d29c5ce 00:48:02 Removing intermediate container 9eb01397364e 00:48:02 ---> 27b82838ef7d 00:48:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:03 Removing intermediate container 39760d29c5ce 00:48:03 ---> fa1539c37037 00:48:03 Step 24/24 : LABEL version=0.0.0 00:48:03 ---> Running in 74714e590bef 00:48:03 ---> Running in 44dd887db50f 00:48:04 Removing intermediate container 74714e590bef 00:48:04 ---> eba886499499 00:48:04 Step 14/26 : ENV APP_PORT=48090 00:48:04 Removing intermediate container 44dd887db50f 00:48:04 ---> 4b9179bfe4cb 00:48:04 00:48:04 ---> Running in d166ed52d9ae 00:48:04 Successfully built 4b9179bfe4cb 00:48:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:05 Building docker-core-metadata-go 00:48:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container d166ed52d9ae 00:48:05 ---> 90da1718aa68 00:48:05 Step 15/26 : EXPOSE $APP_PORT 00:48:05 ---> Running in 18a4e97d6de2 00:48:06 Removing intermediate container 18a4e97d6de2 00:48:06 ---> e6cb75764ad3 00:48:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:08 ---> aca324860120 00:48:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:09 ---> 0a1a6a8aff55 00:48:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:11 ---> bf66b547b7df 00:48:11 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:11 ---> Running in cb7e96a23d2b 00:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:13 (1/33) Installing libbz2 (1.0.8-r1) 00:48:13 (2/33) Installing expat (2.2.9-r1) 00:48:13 (3/33) Installing libffi (3.3-r2) 00:48:13 (4/33) Installing gdbm (1.13-r1) 00:48:13 (5/33) Installing xz-libs (5.2.5-r0) 00:48:13 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:13 (7/33) Installing python3 (3.8.5-r0) 00:48:15 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:15 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:15 (11/33) Installing py3-six (1.15.0-r0) 00:48:15 (12/33) Installing py3-packaging (20.4-r0) 00:48:15 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:15 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:15 (15/33) Installing py3-idna (2.9-r0) 00:48:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:16 (18/33) Installing py3-requests (2.23.0-r0) 00:48:16 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:16 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:16 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:16 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:16 (24/33) Installing py3-distro (1.5.0-r1) 00:48:16 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:16 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:16 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:16 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:16 (29/33) Installing py3-progress (1.5-r0) 00:48:16 (30/33) Installing py3-toml (0.10.1-r0) 00:48:16 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:16 (33/33) Installing py3-pip (20.1.1-r0) 00:48:16 Executing busybox-1.31.1-r19.trigger 00:48:16 OK: 71 MiB in 55 packages 00:48:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:29 ---> a43ce109454f 00:48:29 Step 3/22 : WORKDIR /edgex-go 00:48:29 ---> Using cache 00:48:29 ---> 15269aa9eb34 00:48:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:29 ---> Using cache 00:48:29 ---> 71d551d54d51 00:48:29 Step 5/22 : RUN apk add --update --no-cache make git 00:48:29 ---> Using cache 00:48:29 ---> 3cf070e5c381 00:48:29 Step 6/22 : COPY go.mod . 00:48:29 ---> Using cache 00:48:29 ---> e45063fdfe1d 00:48:29 Step 7/22 : RUN go mod download 00:48:29 ---> Using cache 00:48:29 ---> 8f30fe8c991e 00:48:29 Step 8/22 : COPY . . 00:48:29 ---> Using cache 00:48:29 ---> dc33bb699654 00:48:29 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:29 Removing intermediate container cb7e96a23d2b 00:48:29 ---> 23fee1fd63c0 00:48:29 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:29 ---> Running in dc742e7396d5 00:48:29 ---> Running in 73f2408bb029 00:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:36 Collecting docker-compose==1.23.2 00:48:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:37 Collecting PyYAML<4,>=3.10 00:48:37 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:42 Collecting websocket-client<1.0,>=0.32.0 00:48:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:43 Collecting cached-property<2,>=1.2.0 00:48:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:43 Collecting jsonschema<3,>=2.5.1 00:48:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:44 Collecting dockerpty<0.5,>=0.4.1 00:48:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> a43ce109454f 00:48:45 Step 3/22 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 15269aa9eb34 00:48:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> 71d551d54d51 00:48:45 Step 5/22 : RUN apk add --update --no-cache make git 00:48:45 ---> Using cache 00:48:46 ---> 3cf070e5c381 00:48:46 Step 6/22 : COPY go.mod . 00:48:46 ---> Using cache 00:48:46 ---> e45063fdfe1d 00:48:46 Step 7/22 : RUN go mod download 00:48:46 ---> Using cache 00:48:46 ---> 8f30fe8c991e 00:48:46 Step 8/22 : COPY . . 00:48:46 ---> Using cache 00:48:46 ---> dc33bb699654 00:48:46 Step 9/22 : RUN make cmd/core-command/core-command 00:48:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:46 ---> a43ce109454f 00:48:46 Step 3/23 : WORKDIR /edgex-go 00:48:46 ---> Using cache 00:48:46 ---> 15269aa9eb34 00:48:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:46 ---> Using cache 00:48:46 ---> 71d551d54d51 00:48:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:48 Collecting docopt<0.7,>=0.6.1 00:48:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:49 ---> a43ce109454f 00:48:49 Step 3/22 : WORKDIR /edgex-go 00:48:49 ---> Using cache 00:48:49 ---> 15269aa9eb34 00:48:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:49 ---> Using cache 00:48:49 ---> 71d551d54d51 00:48:49 Step 5/22 : RUN apk add --update --no-cache make git 00:48:49 ---> Using cache 00:48:49 ---> 3cf070e5c381 00:48:49 Step 6/22 : COPY go.mod . 00:48:49 ---> Using cache 00:48:49 ---> e45063fdfe1d 00:48:49 Step 7/22 : RUN go mod download 00:48:49 ---> Using cache 00:48:49 ---> 8f30fe8c991e 00:48:49 Step 8/22 : COPY . . 00:48:49 ---> Using cache 00:48:49 ---> dc33bb699654 00:48:49 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:48:49 ---> Running in 7740c34415c8 00:48:49 ---> Running in 07ed81f8e728 00:48:49 ---> Running in 9f11f4aa11ea 00:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:52 Collecting docker<4.0,>=3.6.0 00:48:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48: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:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:53 OK: 217 MiB in 51 packages 00:48:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:55 Collecting texttable<0.10,>=0.9.0 00:48:55 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:55 Removing intermediate container 7740c34415c8 00:48:55 ---> de6665019562 00:48:55 Step 6/23 : COPY go.mod . 00:48:56 ---> d7421b5c54c9 00:48:56 Step 7/23 : RUN go mod download 00:48:57 ---> Running in a684fdd34780 00:48:59 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:48:59 Collecting docker-pycreds>=0.4.0 00:48:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:59 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:48:59 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:49:00 Collecting urllib3<1.25,>=1.21.1 00:49:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:01 Removing intermediate container a684fdd34780 00:49:01 ---> 36a171332de8 00:49:01 Step 8/23 : COPY . . 00:49:01 Collecting idna<2.8,>=2.5 00:49:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:04 Installing collected packages: PyYAML, websocket-client, cached-property, jsonschema, dockerpty, docopt, urllib3, idna, requests, docker-pycreds, docker, texttable, docker-compose 00:49:04 Running setup.py install for PyYAML: started 00:49:08 Running setup.py install for PyYAML: finished with status 'done' 00:49:09 Running setup.py install for dockerpty: started 00:49:14 Running setup.py install for dockerpty: finished with status 'done' 00:49:14 Running setup.py install for docopt: started 00:49:18 Running setup.py install for docopt: finished with status 'done' 00:49:18 Attempting uninstall: urllib3 00:49:18 Found existing installation: urllib3 1.25.9 00:49:18 Uninstalling urllib3-1.25.9: 00:49:18 Successfully uninstalled urllib3-1.25.9 00:49:21 Attempting uninstall: idna 00:49:21 Found existing installation: idna 2.9 00:49:21 Uninstalling idna-2.9: 00:49:21 Successfully uninstalled idna-2.9 00:49:21 ---> 254a3df57429 00:49:21 Step 9/23 : RUN make cmd/core-data/core-data 00:49:21 ---> Running in e107ce4e032b 00:49:22 Attempting uninstall: requests 00:49:22 Found existing installation: requests 2.23.0 00:49:22 Uninstalling requests-2.23.0: 00:49:22 Successfully uninstalled requests-2.23.0 00:49:23 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:49:24 Running setup.py install for texttable: started 00:49:27 Running setup.py install for texttable: finished with status 'done' 00:49:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:49:35 Removing intermediate container 73f2408bb029 00:49:35 ---> 6e6170f32b6e 00:49:35 Step 21/26 : RUN apk --no-cache add curl 00:49:35 ---> Running in cc749ecf6424 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:37 (2/3) Installing libcurl (7.69.1-r3) 00:49:38 (3/3) Installing curl (7.69.1-r3) 00:49:38 Executing busybox-1.31.1-r19.trigger 00:49:38 OK: 71 MiB in 58 packages 00:49:40 Removing intermediate container cc749ecf6424 00:49:40 ---> 4c20e4d5c429 00:49:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:40 ---> Running in 643e69ef277a 00:49:40 Removing intermediate container 643e69ef277a 00:49:40 ---> 5ce2a3acf63a 00:49:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:41 ---> Running in 8e02b420b72c 00:49:41 Removing intermediate container 8e02b420b72c 00:49:41 ---> 6e1c17e8d49a 00:49:41 Step 24/26 : LABEL arch=arm64 00:49:42 ---> Running in cc8fb19c3695 00:49:42 Removing intermediate container cc8fb19c3695 00:49:42 ---> ce3a2232ddf5 00:49:42 Step 25/26 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:49:42 ---> Running in 900aaefc8459 00:49:44 Removing intermediate container 900aaefc8459 00:49:44 ---> ae92fef15707 00:49:44 Step 26/26 : LABEL version=0.0.0 00:49:44 ---> Running in 309bc4d89c88 00:49:44 Removing intermediate container 309bc4d89c88 00:49:44 ---> 7968a3ebb829 00:49:44 00:49:45 Successfully built 7968a3ebb829 00:49:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:55  Building docker-sys-mgmt-agent-go ... done Removing intermediate container dc742e7396d5 00:49:55 ---> 2b36c504b22d 00:49:55 00:49:55 Step 10/22 : FROM alpine:3.12 00:49:55 ---> afeebe901d6b 00:49:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:55 ---> Using cache 00:49:55 ---> 68eabd965cc2 00:49:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:55 ---> Running in d4af84b4efe5 00:49:55 Removing intermediate container d4af84b4efe5 00:49:55 ---> 8f46728bff3b 00:49:55 Step 13/22 : WORKDIR / 00:49:55 ---> Running in 58ecc1e3d4c8 00:49:55 Removing intermediate container 58ecc1e3d4c8 00:49:55 ---> 5bca2d505452 00:49:55 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:56 ---> c163176de84f 00:49:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:58 ---> 8ebba9bb4e4c 00:49:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:59 ---> 6006801eca76 00:49:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:50:00 ---> fa7449f038f8 00:50:00 Step 18/22 : RUN chmod +x entrypoint.sh 00:50:00 ---> Running in d980cd2af2a0 00:50:04 Removing intermediate container d980cd2af2a0 00:50:04 ---> 7f376ff48941 00:50:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:50:04 ---> Running in a8a483a39d3f 00:50:04 Removing intermediate container a8a483a39d3f 00:50:04 ---> d373ceb37ced 00:50:04 Step 20/22 : LABEL arch=arm64 00:50:05 ---> Running in 9b271fc67fd5 00:50:05 Removing intermediate container 9b271fc67fd5 00:50:05 ---> ffd7425d9366 00:50:05 Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:50:05 ---> Running in 923c407fce5d 00:50:07 Removing intermediate container 923c407fce5d 00:50:07 ---> 7590981e9501 00:50:07 Step 22/22 : LABEL version=0.0.0 00:50:07 ---> Running in b52b8adb5c84 00:50:07 Removing intermediate container b52b8adb5c84 00:50:07 ---> db70eb903c4c 00:50:07 00:50:08 Successfully built db70eb903c4c 00:50:08 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:50:30  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 07ed81f8e728 00:50:30 ---> 38b1f7f9b300 00:50:30 00:50:30 Step 10/22 : FROM scratch 00:50:30 ---> 00:50:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:30 ---> Using cache 00:50:30 ---> 80125b3bb92b 00:50:30 Step 12/22 : ENV APP_PORT=48082 00:50:30 ---> Running in 26dd0378f178 00:50:30 Removing intermediate container 26dd0378f178 00:50:30 ---> ca1b8cb2fe86 00:50:30 Step 13/22 : EXPOSE $APP_PORT 00:50:30 ---> Running in 02b0e5e3dc6d 00:50:30 Removing intermediate container 02b0e5e3dc6d 00:50:30 ---> ab64877b7681 00:50:30 Step 14/22 : WORKDIR / 00:50:30 ---> Running in 94368bf5ec94 00:50:30 Removing intermediate container 94368bf5ec94 00:50:30 ---> 96b568fc6177 00:50:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:31 ---> cd2b5981a401 00:50:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:33 ---> 85feeef0d5ce 00:50:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:34 ---> 337187428627 00:50:34 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:34 ---> Running in 66aa522b9401 00:50:35 Removing intermediate container 66aa522b9401 00:50:35 ---> dc1b445990b2 00:50:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:35 ---> Running in 24787dda137e 00:50:36 Removing intermediate container 24787dda137e 00:50:36 ---> 5aa8b43c4e01 00:50:36 Step 20/22 : LABEL arch=arm64 00:50:36 ---> Running in 48d2a0a63627 00:50:37 Removing intermediate container 48d2a0a63627 00:50:37 ---> 90932b54e9b8 00:50:37 Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:50:37 ---> Running in 7231ccf17308 00:50:37 Removing intermediate container 7231ccf17308 00:50:37 ---> 968afbf5ee68 00:50:37 Step 22/22 : LABEL version=0.0.0 00:50:37 ---> Running in e26bea723be7 00:50:38 Removing intermediate container e26bea723be7 00:50:38 ---> b9e32e66679b 00:50:38 00:50:39 Successfully built b9e32e66679b 00:50:39 Successfully tagged docker-core-command-go-arm64:latest 00:50:45  Building docker-core-command-go ... done Removing intermediate container 9f11f4aa11ea 00:50:45 ---> 4c6641b6dca5 00:50:45 00:50:45 Step 10/22 : FROM scratch 00:50:45 ---> 00:50:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:45 ---> Using cache 00:50:45 ---> 80125b3bb92b 00:50:45 Step 12/22 : ENV APP_PORT=48081 00:50:45 ---> Running in 338e24e8071c 00:50:45 Removing intermediate container 338e24e8071c 00:50:45 ---> 7cd5fd9b3006 00:50:45 Step 13/22 : EXPOSE $APP_PORT 00:50:45 ---> Running in 18348a116e89 00:50:46 Removing intermediate container 18348a116e89 00:50:46 ---> 4fa308610837 00:50:46 Step 14/22 : WORKDIR / 00:50:46 ---> Running in 0478616452b3 00:50:46 Removing intermediate container 0478616452b3 00:50:46 ---> e3f7c89047ba 00:50:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:47 ---> f4a8fac1eb08 00:50:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:49 ---> a6e9f28f664b 00:50:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:50 ---> 88095b4976ff 00:50:50 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:50 ---> Running in 39defd0d9f6f 00:50:50 Removing intermediate container 39defd0d9f6f 00:50:50 ---> 751b6709a4c1 00:50:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:50 ---> Running in 79940ab5fb86 00:50:51 Removing intermediate container 79940ab5fb86 00:50:51 ---> 9da46ed29071 00:50:51 Step 20/22 : LABEL arch=arm64 00:50:51 ---> Running in 1eaef7dc4f47 00:50:51 Removing intermediate container 1eaef7dc4f47 00:50:51 ---> 4b61c5515991 00:50:51 Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:50:51 ---> Running in 23f323a70212 00:50:52 Removing intermediate container 23f323a70212 00:50:52 ---> 375f77af51a2 00:50:52 Step 22/22 : LABEL version=0.0.0 00:50:52 ---> Running in 91b9f77166fa 00:50:53 Removing intermediate container 91b9f77166fa 00:50:53 ---> 420032476065 00:50:53 00:50:53 Successfully built 420032476065 00:50:53 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:57  Building docker-core-metadata-go ... done Removing intermediate container e107ce4e032b 00:50:57 ---> b3dffd4ceaca 00:50:57 00:50:57 Step 10/23 : FROM alpine:3.12 00:50:57 ---> afeebe901d6b 00:50:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:57 ---> Running in 543b38ecf3af 00:50:57 Removing intermediate container 543b38ecf3af 00:50:57 ---> 709f5cde5182 00:50:57 Step 12/23 : ENV APP_PORT=48080 00:50:57 ---> Running in d5aa52b1d446 00:50:57 Removing intermediate container d5aa52b1d446 00:50:57 ---> 19c305bf3870 00:50:57 Step 13/23 : EXPOSE $APP_PORT 00:50:58 ---> Running in 52df95317c94 00:50:58 Removing intermediate container 52df95317c94 00:50:58 ---> ffaea666d97a 00:50:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:58 ---> Running in cebd313bc4a3 00:51:00 Removing intermediate container cebd313bc4a3 00:51:00 ---> f474a59ce362 00:51:00 Step 15/23 : RUN apk add --update --no-cache zeromq 00:51:00 ---> Running in e4400a3c387f 00:51:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:03 (1/5) Installing libgcc (9.3.0-r2) 00:51:03 (2/5) Installing libsodium (1.0.18-r0) 00:51:03 (3/5) Installing libstdc++ (9.3.0-r2) 00:51:03 (4/5) Installing libzmq (4.3.3-r0) 00:51:03 (5/5) Installing zeromq (4.3.3-r0) 00:51:04 Executing busybox-1.31.1-r19.trigger 00:51:04 OK: 8 MiB in 19 packages 00:51:05 Removing intermediate container e4400a3c387f 00:51:05 ---> d3ef08f7ab3a 00:51:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:06 ---> 55bc33e6c64f 00:51:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:07 ---> 1a3e96db24f0 00:51:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:08 ---> 966c5330f6e0 00:51:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:08 ---> Running in c3138cf77727 00:51:09 Removing intermediate container c3138cf77727 00:51:09 ---> 22daebb0e2a8 00:51:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:09 ---> Running in 16a283449e04 00:51:09 Removing intermediate container 16a283449e04 00:51:09 ---> 469f8eae319b 00:51:09 Step 21/23 : LABEL arch=arm64 00:51:09 ---> Running in 9b0a499f4580 00:51:10 Removing intermediate container 9b0a499f4580 00:51:10 ---> 5ea016560536 00:51:10 Step 22/23 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa 00:51:10 ---> Running in cabf38d0cfba 00:51:11 Removing intermediate container cabf38d0cfba 00:51:11 ---> 5d43e364a211 00:51:11 Step 23/23 : LABEL version=0.0.0 00:51:11 ---> Running in a45445047aa3 00:51:11 Removing intermediate container a45445047aa3 00:51:11 ---> 811d750db5cc 00:51:11 00:51:11 Successfully built 811d750db5cc 00:51:11 Successfully tagged docker-core-data-go-arm64:latest 00:51:12  Building docker-core-data-go ... done  [Pipeline] } 00:51:12 $ docker stop --time=1 d1d2a481be8d9ae1bde11e2217f1d064ca62a5878d3929685b0fc655dc00a646 00:51:14 $ docker rm -f d1d2a481be8d9ae1bde11e2217f1d064ca62a5878d3929685b0fc655dc00a646 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:15 + docker images 00:51:15 + grep docker 00:51:15 docker-core-data-go-arm64 latest 811d750db5cc 4 seconds ago 21MB 00:51:15 docker-core-metadata-go-arm64 latest 420032476065 23 seconds ago 12.3MB 00:51:15 docker-core-command-go-arm64 latest b9e32e66679b 37 seconds ago 9.98MB 00:51:15 docker-security-bootstrap-redis-go-arm64 latest db70eb903c4c About a minute ago 15.1MB 00:51:15 docker-sys-mgmt-agent-go-arm64 latest 7968a3ebb829 About a minute ago 300MB 00:51:15 docker-security-secretstore-setup-go-arm64 latest 4b9179bfe4cb 3 minutes ago 23.4MB 00:51:15 docker-security-proxy-setup-go-arm64 latest da5823cf1306 3 minutes ago 23.2MB 00:51:15 docker-support-notifications-go-arm64 latest 476f803b1121 3 minutes ago 11.4MB 00:51:15 docker-support-scheduler-go-arm64 latest e9ddb87fff2b 3 minutes ago 10MB 00:51:15 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:19 ---> package-listing.sh 00:51:19 ++ facter osfamily 00:51:19 ++ tr '[:upper:]' '[:lower:]' 00:51:19 + OS_FAMILY=redhat 00:51:19 + workspace=/w/workspace/edgex-go/43 00:51:19 + START_PACKAGES=/tmp/packages_start.txt 00:51:19 + END_PACKAGES=/tmp/packages_end.txt 00:51:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:19 + PACKAGES=/tmp/packages_start.txt 00:51:19 + '[' /w/workspace/edgex-go/43 ']' 00:51:19 + PACKAGES=/tmp/packages_end.txt 00:51:19 + case "${OS_FAMILY}" in 00:51:19 + rpm -qa 00:51:19 + sort 00:51:24 + '[' -f /tmp/packages_start.txt ']' 00:51:24 + '[' -f /tmp/packages_end.txt ']' 00:51:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:24 + '[' /w/workspace/edgex-go/43 ']' 00:51:24 + mkdir -p /w/workspace/edgex-go/43/archives/ 00:51:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/43/archives/ [Pipeline] echo 00:51:24 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/43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:25 00:51:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:25 alpine: Pulling from edgex-lftools-log-publisher 00:51:25 df20fa9351a1: Pulling fs layer 00:51:25 36b3adc4ff6f: Pulling fs layer 00:51:25 8ad3a11d3b57: Pulling fs layer 00:51:25 46f8f816bc3b: Pulling fs layer 00:51:25 93b61091891f: Pulling fs layer 00:51:25 93b9cdb0e59b: Pulling fs layer 00:51:25 5e14af77c1be: Pulling fs layer 00:51:25 01666e4c0597: Pulling fs layer 00:51:25 aa168da1d23b: Pulling fs layer 00:51:25 93b9cdb0e59b: Waiting 00:51:25 5e14af77c1be: Waiting 00:51:25 01666e4c0597: Waiting 00:51:25 aa168da1d23b: Waiting 00:51:25 93b61091891f: Waiting 00:51:25 46f8f816bc3b: Waiting 00:51:25 36b3adc4ff6f: Verifying Checksum 00:51:25 36b3adc4ff6f: Download complete 00:51:25 46f8f816bc3b: Verifying Checksum 00:51:25 46f8f816bc3b: Download complete 00:51:26 df20fa9351a1: Verifying Checksum 00:51:26 93b9cdb0e59b: Verifying Checksum 00:51:26 93b9cdb0e59b: Download complete 00:51:26 93b61091891f: Verifying Checksum 00:51:26 93b61091891f: Download complete 00:51:26 5e14af77c1be: Verifying Checksum 00:51:26 5e14af77c1be: Download complete 00:51:26 01666e4c0597: Verifying Checksum 00:51:26 01666e4c0597: Download complete 00:51:26 8ad3a11d3b57: Verifying Checksum 00:51:26 8ad3a11d3b57: Download complete 00:51:26 df20fa9351a1: Pull complete 00:51:26 36b3adc4ff6f: Pull complete 00:51:27 8ad3a11d3b57: Pull complete 00:51:27 46f8f816bc3b: Pull complete 00:51:28 aa168da1d23b: Verifying Checksum 00:51:28 aa168da1d23b: Download complete 00:51:29 93b61091891f: Pull complete 00:51:29 93b9cdb0e59b: Pull complete 00:51:30 5e14af77c1be: Pull complete 00:51:30 01666e4c0597: Pull complete 00:51:38 aa168da1d23b: Pull complete 00:51:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:38 prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container 00:51:38 $ 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/43/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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:43 $ docker top 292377763f50e95814e394d612155fadfdca6da8bb3f2fcf11145d4f251192c0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:44 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:44 + mkdir -p /var/log/sa [Pipeline] sh 00:51:44 + ls /var/log/sa-host 00:51:44 + sadf -c /var/log/sa-host/sa19 00:51:44 file_magic: OK 00:51:44 HZ: Using current value: 100 00:51:44 file_header: OK 00:51:44 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 00:51:44 Statistics: 00:51:44 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... 00:51:44 File successfully converted to sysstat format version 12.2.1 00:51:44 + sadf -c /var/log/sa-host/sa23 00:51:44 file_magic: OK 00:51:44 HZ: Using current value: 100 00:51:44 file_header: OK 00:51:44 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 00:51:44 Statistics: 00:51:44 Hnuu...uuuununununu... 00:51:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:44 provisioning config files... 00:51:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/43@tmp/config4820427163140850355tmp [Pipeline] { [Pipeline] echo 00:51:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:45 ---> create-netrc.sh [Pipeline] } 00:51:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:45 ---> python-tools-install.sh [Pipeline] echo 00:51:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:46 ---> sudo-logs.sh 00:51:46 Archiving 'sudo' log.. [Pipeline] echo 00:51:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:46 ---> job-cost.sh 00:51:46 lf-activate-venv: SKIPPING 00:51:46 INFO: No Stack... 00:51:47 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:48 INFO: Archiving Costs [Pipeline] echo 00:51:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> logs-deploy.sh 00:51:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/43 00:51:48 INFO: archiving workspace using pattern(s): 00:51:50 Archives upload complete. 00:51:50 INFO: archiving logs to Nexus 00:51:51 ---> uname -a: 00:51:51 Linux prd-centos7-docker-4c-2g-21016.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:51 00:51:51 00:51:51 ---> lscpu: 00:51:51 Architecture: x86_64 00:51:51 CPU op-mode(s): 32-bit, 64-bit 00:51:51 Byte Order: Little Endian 00:51:51 Address sizes: 40 bits physical, 48 bits virtual 00:51:51 CPU(s): 4 00:51:51 On-line CPU(s) list: 0-3 00:51:51 Thread(s) per core: 1 00:51:51 Core(s) per socket: 1 00:51:51 Socket(s): 4 00:51:51 NUMA node(s): 1 00:51:51 Vendor ID: GenuineIntel 00:51:51 CPU family: 6 00:51:51 Model: 44 00:51:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:51 Stepping: 1 00:51:51 CPU MHz: 2933.442 00:51:51 BogoMIPS: 5866.88 00:51:51 Virtualization: VT-x 00:51:51 Hypervisor vendor: KVM 00:51:51 Virtualization type: full 00:51:51 L1d cache: 128 KiB 00:51:51 L1i cache: 128 KiB 00:51:51 L2 cache: 16 MiB 00:51:51 L3 cache: 64 MiB 00:51:51 NUMA node0 CPU(s): 0-3 00:51:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:51 Vulnerability Meltdown: Mitigation; PTI 00:51:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:51 Vulnerability Srbds: Not affected 00:51:51 Vulnerability Tsx async abort: Not affected 00:51:51 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 00:51:51 00:51:51 00:51:51 ---> nproc: 00:51:51 4 00:51:51 00:51:51 00:51:51 ---> df -h: 00:51:51 Filesystem Size Used Available Use% Mounted on 00:51:51 overlay 50.0G 12.9G 37.1G 26% / 00:51:51 tmpfs 64.0M 0 64.0M 0% /dev 00:51:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:51 shm 64.0M 0 64.0M 0% /dev/shm 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/43 00:51:51 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/43@tmp 00:51:51 00:51:51 00:51:51 ---> free -m: 00:51:51 total used free shared buff/cache available 00:51:51 Mem: 1837 716 153 0 967 1040 00:51:51 Swap: 1023 72 951 00:51:51 00:51:51 00:51:51 ---> ip addr: 00:51:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:51 inet 127.0.0.1/8 scope host lo 00:51:51 valid_lft forever preferred_lft forever 00:51:51 inet6 ::1/128 scope host 00:51:51 valid_lft forever preferred_lft forever 00:51:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:51 link/ether fa:16:3e:85:5c:8a brd ff:ff:ff:ff:ff:ff 00:51:51 inet 10.30.123.69/23 brd 10.30.123.255 scope global dynamic eth0 00:51:51 valid_lft 85140sec preferred_lft 85140sec 00:51:51 inet6 fe80::f816:3eff:fe85:5c8a/64 scope link 00:51:51 valid_lft forever preferred_lft forever 00:51:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:51 link/ether 02:42:47:ca:32:65 brd ff:ff:ff:ff:ff:ff 00:51:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:51 valid_lft forever preferred_lft forever 00:51:51 inet6 fe80::42:47ff:feca:3265/64 scope link 00:51:51 valid_lft forever preferred_lft forever 00:51:51 00:51:51 00:51:51 ---> sar -b -r -n DEV: 00:51:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 00:51:51 00:51:51 00:30:37 LINUX RESTART (4 CPU) 00:51:51 00:51:51 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:51 00:32:02 158.23 61.39 96.84 0.00 8290.97 44611.50 0.00 00:51:51 00:33:02 144.79 69.78 75.01 0.00 5528.44 36642.48 0.00 00:51:51 00:34:01 216.97 62.89 154.08 0.00 3296.75 26189.65 0.00 00:51:51 00:35:01 173.04 90.58 82.46 0.00 2857.81 10565.33 0.00 00:51:51 00:36:01 138.80 81.36 57.44 0.00 3583.30 9075.69 0.00 00:51:51 00:37:02 322.75 123.72 199.03 0.00 60669.75 128328.45 0.00 00:51:51 00:38:03 2659.75 2392.26 267.49 0.00 133951.05 143080.78 0.00 00:51:51 00:39:02 769.56 644.27 125.29 0.00 38461.21 45299.47 0.00 00:51:51 00:40:02 1115.27 754.28 361.00 0.00 96318.16 142020.39 0.00 00:51:51 00:41:01 2269.53 1937.18 332.35 0.00 120328.67 127861.51 0.00 00:51:51 00:42:01 283.90 93.87 190.03 0.00 9440.88 25098.04 0.00 00:51:51 00:43:01 17.96 10.50 7.46 0.00 3032.06 240.97 0.00 00:51:51 00:44:01 0.77 0.03 0.73 0.00 0.80 8.78 0.00 00:51:51 00:45:01 0.37 0.00 0.37 0.00 0.00 3.06 0.00 00:51:51 00:46:02 2.13 1.76 0.37 0.00 57.54 5.33 0.00 00:51:51 00:47:01 0.83 0.02 0.81 0.00 0.54 15.37 0.00 00:51:51 00:48:01 0.30 0.02 0.28 0.00 0.67 3.56 0.00 00:51:51 00:49:01 0.28 0.05 0.23 0.00 0.93 3.15 0.00 00:51:51 00:50:01 0.23 0.02 0.22 0.00 0.13 2.48 0.00 00:51:51 00:51:01 0.32 0.02 0.30 0.00 0.27 3.46 0.00 00:51:51 Average: 414.91 317.19 97.71 0.00 24392.21 37093.58 0.00 00:51:51 00:51:51 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:51 00:32:02 100656 0 661368 35.15 2620 1116900 1579096 53.89 506504 1069548 44 00:51:51 00:33:02 63968 0 704076 37.42 2292 1111208 1538692 52.51 709152 877084 49488 00:51:51 00:34:01 322788 0 689724 36.66 1492 867540 1134068 38.70 454072 830392 44 00:51:51 00:35:01 311816 0 812104 43.16 560 757064 1583996 54.06 666856 622580 50328 00:51:51 00:36:01 221304 0 777312 41.31 560 882368 1451288 49.53 648676 722248 1508 00:51:51 00:37:02 75812 0 838096 44.54 0 967636 2284152 77.95 772560 825712 22996 00:51:51 00:38:03 76740 0 863608 45.90 0 941196 2353860 80.33 700624 877412 63340 00:51:51 00:39:02 513448 0 822988 43.74 0 545108 1914508 65.34 517964 590524 24996 00:51:51 00:40:02 161304 0 732872 38.95 0 987368 1839892 62.79 703804 797928 7828 00:51:51 00:41:01 69168 0 1177688 62.59 0 634688 3823952 130.51 694604 850856 13720 00:51:51 00:42:01 408820 0 685644 36.44 0 787080 1406236 47.99 546880 665800 12 00:51:51 00:43:01 365760 0 638384 33.93 0 877400 1221708 41.69 551120 711764 16 00:51:51 00:44:01 366936 0 637192 33.87 0 877416 1213484 41.41 550672 711496 16 00:51:51 00:45:01 367100 0 637020 33.86 0 877424 1213472 41.41 550688 711428 12 00:51:51 00:46:02 366364 0 636704 33.84 0 878476 1204208 41.10 549796 712208 16 00:51:51 00:47:01 366304 0 636756 33.84 0 878484 1202248 41.03 550336 712180 16 00:51:51 00:48:01 366884 0 636172 33.81 0 878488 1202152 41.03 549844 712204 8 00:51:51 00:49:01 366356 0 636696 33.84 0 878492 1202272 41.03 550324 712224 20 00:51:51 00:50:01 366868 0 636176 33.81 0 878500 1202152 41.03 549872 712228 16 00:51:51 00:51:01 366480 0 636536 33.83 0 878528 1202152 41.03 549804 712240 16 00:51:51 Average: 281244 0 724856 38.52 376 875068 1588679 54.22 593708 756903 11722 00:51:51 00:51:51 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:51 00:32:02 eth0 747.16 517.38 3665.15 99.99 0.00 0.00 0.00 0.00 00:51:51 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:32:02 veth60db779 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 00:51:51 00:32:02 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:33:02 eth0 1092.68 1360.13 5602.66 138.81 0.00 0.00 0.00 0.00 00:51:51 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:33:02 docker0 1092.19 770.43 81.90 2715.64 0.00 0.00 0.00 0.00 00:51:51 00:34:01 eth0 236.01 183.15 870.34 25.35 0.00 0.00 0.00 0.00 00:51:51 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:34:01 docker0 165.21 201.83 10.98 842.26 0.00 0.00 0.00 0.00 00:51:51 00:35:01 eth0 37.36 29.22 24.01 76.39 0.00 0.00 0.00 0.00 00:51:51 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:35:01 veth6ede45e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:36:01 eth0 32.56 16.40 25.77 13.62 0.00 0.00 0.00 0.00 00:51:51 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:36:01 veth6ede45e 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 00:51:51 00:36:01 docker0 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 00:51:51 00:37:02 vethd512db4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:37:02 eth0 254.35 221.38 1677.32 79.81 0.00 0.00 0.00 0.00 00:51:51 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:38:03 vethd512db4 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:38:03 eth0 48.89 22.92 159.98 9.22 0.00 0.00 0.00 0.00 00:51:51 00:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:38:03 docker0 11.73 29.17 0.61 144.26 0.00 0.00 0.00 0.00 00:51:51 00:39:02 veth250aa8f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:39:02 vethd512db4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:39:02 eth0 8.06 6.06 6.27 3.43 0.00 0.00 0.00 0.00 00:51:51 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:40:02 vethbc66888 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:40:02 vethd512db4 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:40:02 eth0 270.97 177.79 1785.94 90.50 0.00 0.00 0.00 0.00 00:51:51 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:41:01 vethef38cae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:41:01 vethdefa323 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:41:01 vetha8002ad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:51 00:41:01 vethd512db4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:42:01 vethd512db4 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:42:01 eth0 2856.03 2593.67 13995.91 630.73 0.00 0.00 0.00 0.00 00:51:51 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:51 00:42:01 docker0 1303.32 1107.53 95.19 4291.58 0.00 0.00 0.00 0.00 00:51:51 00:43:01 eth0 5.38 2.80 4.59 1.78 0.00 0.00 0.00 0.00 00:51:51 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:44:01 eth0 2.76 0.73 0.95 0.58 0.00 0.00 0.00 0.00 00:51:51 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:45:01 eth0 0.70 0.30 0.29 0.20 0.00 0.00 0.00 0.00 00:51:51 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:46:02 eth0 0.30 0.12 0.07 0.04 0.00 0.00 0.00 0.00 00:51:51 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:47:01 eth0 0.34 0.27 0.18 0.08 0.00 0.00 0.00 0.00 00:51:51 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:48:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:51:51 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:49:01 eth0 1.40 0.60 0.77 0.44 0.00 0.00 0.00 0.00 00:51:51 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:50:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:51:51 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:51:01 eth0 0.20 0.05 0.02 0.00 0.00 0.00 0.00 0.00 00:51:51 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 Average: eth0 142.54 130.09 700.83 31.79 0.00 0.00 0.00 0.00 00:51:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:51 Average: docker0 65.45 55.61 4.78 215.50 0.00 0.00 0.00 0.00 00:51:51 00:51:51 00:51:51 ---> sar -P ALL: 00:51:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 00:51:51 00:51:51 00:30:37 LINUX RESTART (4 CPU) 00:51:51 00:51:51 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:51:51 00:32:02 all 20.02 0.00 10.38 6.55 1.72 61.33 00:51:51 00:32:02 0 17.22 0.00 10.89 5.95 2.01 63.93 00:51:51 00:32:02 1 20.45 0.00 10.47 7.23 1.59 60.27 00:51:51 00:32:02 2 21.02 0.00 10.18 7.15 1.68 59.97 00:51:51 00:32:02 3 21.37 0.00 9.97 5.86 1.63 61.17 00:51:51 00:33:02 all 13.85 0.00 7.68 0.92 0.66 76.89 00:51:51 00:33:02 0 13.06 0.00 8.56 1.67 0.73 75.98 00:51:51 00:33:02 1 12.50 0.00 7.69 1.05 0.54 78.22 00:51:51 00:33:02 2 15.94 0.00 7.16 0.68 0.72 75.50 00:51:51 00:33:02 3 13.90 0.00 7.32 0.30 0.66 77.82 00:51:51 00:34:01 all 7.61 0.00 7.20 5.44 1.11 78.64 00:51:51 00:34:01 0 8.07 0.00 7.18 2.46 0.97 81.31 00:51:51 00:34:01 1 7.41 0.00 7.34 5.22 1.12 78.90 00:51:51 00:34:01 2 7.51 0.00 7.30 6.51 1.24 77.44 00:51:51 00:34:01 3 7.47 0.00 6.97 7.55 1.11 76.91 00:51:51 00:35:01 all 58.43 0.00 14.08 5.35 2.99 19.15 00:51:51 00:35:01 0 58.43 0.00 14.92 4.63 2.90 19.11 00:51:51 00:35:01 1 61.42 0.00 13.70 4.12 2.70 18.05 00:51:51 00:35:01 2 54.71 0.00 13.91 5.46 3.50 22.42 00:51:51 00:35:01 3 59.14 0.00 13.77 7.19 2.87 17.03 00:51:51 00:36:01 all 54.46 0.00 15.51 1.53 1.70 26.80 00:51:51 00:36:01 0 55.15 0.00 16.03 1.13 1.53 26.17 00:51:51 00:36:01 1 54.91 0.00 15.72 1.89 1.79 25.68 00:51:51 00:36:01 2 53.14 0.00 14.95 1.05 1.74 29.12 00:51:51 00:36:01 3 54.65 0.00 15.33 2.06 1.74 26.22 00:51:51 00:37:02 all 20.91 0.00 19.69 3.44 4.79 51.18 00:51:51 00:37:02 0 20.15 0.00 19.06 2.95 4.96 52.88 00:51:51 00:37:02 1 21.59 0.00 19.78 3.31 5.11 50.20 00:51:51 00:37:02 2 21.47 0.00 19.63 3.63 4.45 50.82 00:51:51 00:37:02 3 20.43 0.00 20.29 3.85 4.62 50.81 00:51:51 00:38:03 all 19.57 0.00 28.48 18.96 10.19 22.80 00:51:51 00:38:03 0 20.72 0.00 29.25 19.53 9.91 20.60 00:51:51 00:38:03 1 17.86 0.00 27.84 19.97 10.74 23.59 00:51:51 00:38:03 2 17.98 0.00 26.07 17.64 10.60 27.71 00:51:51 00:38:03 3 21.82 0.00 30.85 18.71 9.47 19.15 00:51:51 00:39:02 all 63.94 0.00 17.54 6.17 4.42 7.93 00:51:51 00:39:02 0 64.81 0.00 18.05 6.65 3.83 6.65 00:51:51 00:39:02 1 62.07 0.00 17.16 5.49 4.93 10.36 00:51:51 00:39:02 2 63.67 0.00 16.23 7.22 4.85 8.03 00:51:51 00:39:02 3 65.24 0.00 18.75 5.31 4.05 6.65 00:51:51 00:40:02 all 24.51 0.00 25.91 15.93 9.10 24.55 00:51:51 00:40:02 0 26.16 0.00 28.25 15.91 8.28 21.41 00:51:51 00:40:02 1 21.79 0.00 23.35 14.93 10.15 29.78 00:51:51 00:40:02 2 23.49 0.00 24.29 14.68 9.32 28.21 00:51:51 00:40:02 3 26.69 0.00 27.82 18.21 8.64 18.65 00:51:51 00:41:01 all 26.03 0.00 24.60 24.84 7.90 16.64 00:51:51 00:41:01 0 26.85 0.00 24.43 26.78 7.75 14.19 00:51:51 00:41:01 1 24.29 0.00 23.26 23.44 8.37 20.64 00:51:51 00:41:01 2 25.80 0.00 23.35 26.01 8.57 16.26 00:51:51 00:41:01 3 27.23 0.00 27.43 23.11 6.88 15.36 00:51:51 00:42:01 all 49.22 0.00 14.36 10.02 0.26 26.15 00:51:51 00:42:01 0 47.98 0.00 16.51 8.37 0.28 26.86 00:51:51 00:42:01 1 49.45 0.00 13.46 8.75 0.22 28.12 00:51:51 00:42:01 2 49.57 0.00 13.75 12.04 0.22 24.41 00:51:51 00:42:01 3 49.90 0.00 13.70 10.91 0.30 25.19 00:51:51 00:51:51 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:51:51 00:43:01 all 0.33 0.00 0.26 0.16 0.00 99.25 00:51:51 00:43:01 0 0.17 0.00 0.17 0.02 0.00 99.65 00:51:51 00:43:01 1 0.33 0.00 0.33 0.23 0.00 99.10 00:51:51 00:43:01 2 0.18 0.00 0.18 0.12 0.00 99.52 00:51:51 00:43:01 3 0.65 0.00 0.35 0.28 0.00 98.72 00:51:51 00:44:01 all 0.16 0.00 0.04 0.00 0.01 99.78 00:51:51 00:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 00:51:51 00:44:01 1 0.03 0.00 0.03 0.00 0.02 99.92 00:51:51 00:44:01 2 0.03 0.00 0.03 0.02 0.00 99.92 00:51:51 00:44:01 3 0.53 0.00 0.03 0.00 0.02 99.42 00:51:51 00:45:01 all 0.16 0.00 0.05 0.00 0.00 99.78 00:51:51 00:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 00:51:51 00:45:01 1 0.03 0.00 0.07 0.00 0.00 99.90 00:51:51 00:45:01 2 0.03 0.00 0.07 0.00 0.00 99.90 00:51:51 00:45:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:51:51 00:46:02 all 0.15 0.00 0.05 0.02 0.00 99.78 00:51:51 00:46:02 0 0.00 0.00 0.02 0.00 0.00 99.98 00:51:51 00:46:02 1 0.07 0.00 0.12 0.08 0.00 99.73 00:51:51 00:46:02 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:51 00:46:02 3 0.52 0.00 0.05 0.00 0.00 99.43 00:51:51 00:47:01 all 0.19 0.00 0.13 0.00 0.00 99.69 00:51:51 00:47:01 0 0.07 0.00 0.19 0.00 0.00 99.75 00:51:51 00:47:01 1 0.05 0.00 0.10 0.00 0.00 99.85 00:51:51 00:47:01 2 0.07 0.00 0.12 0.00 0.00 99.81 00:51:51 00:47:01 3 0.56 0.00 0.10 0.00 0.00 99.34 00:51:51 00:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:51:51 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:51 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:51 00:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:51:51 00:48:01 3 0.50 0.00 0.05 0.00 0.00 99.45 00:51:51 00:49:01 all 0.07 0.00 0.05 0.00 0.00 99.88 00:51:51 00:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:51 00:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:51:51 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:51:51 00:49:01 3 0.13 0.00 0.07 0.02 0.00 99.78 00:51:51 00:50:01 all 0.08 0.00 0.02 0.00 0.00 99.90 00:51:51 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:51 00:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:51:51 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:51:51 00:50:01 3 0.25 0.00 0.02 0.00 0.00 99.73 00:51:51 00:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:51:51 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:51 00:51:01 1 0.05 0.00 0.03 0.00 0.02 99.90 00:51:51 00:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:51 00:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:51:51 Average: all 17.54 0.00 9.12 4.86 2.20 66.29 00:51:51 Average: 0 17.47 0.00 9.47 4.68 2.11 66.27 00:51:51 Average: 1 17.30 0.00 8.89 4.72 2.33 66.76 00:51:51 Average: 2 17.31 0.00 8.71 5.02 2.30 66.66 00:51:51 Average: 3 18.09 0.00 9.40 5.02 2.04 65.45 00:51:51 00:51:51 00:51:51