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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at cc81cd9a60941bde415ebdc6eaf205dd7f209524 rather than 457432279def2d58d5b30d678bd4021ea9654a85 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-21010 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 26ccb024236b89bc3d516ac53aee4b076cedac15 Checking out Revision 26ccb024236b89bc3d516ac53aee4b076cedac15 (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 26ccb024236b89bc3d516ac53aee4b076cedac15 # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:35 ========================================================= 00:31:35 EdgeX Global Pipelines Version Info 00:31:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 097d93fd72ab2a90bd42ed6b751e6205374e7967 # timeout=10 00:31:38 ------------------- 00:31:38 stable info: 00:31:38 ------------------- 00:31:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:38 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:31:38 Message: update stable to v1.0.177 00:31:39 ------------------- 00:31:39 experimental info: 00:31:39 ------------------- 00:31:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:39 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 00:31:39 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26ccb024236b89bc3d516ac53aee4b076cedac15 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26ccb02 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:42 provisioning config files... 00:31:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3953287349411660104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:43 ---> docker-login.sh 00:31:43 nexus3.edgexfoundry.org:10001 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10002 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:45 Configure a credential helper to remove this warning. See 00:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:45 00:31:45 Login Succeeded 00:31:45 nexus3.edgexfoundry.org:10003 00:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:45 Configure a credential helper to remove this warning. See 00:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:45 00:31:45 Login Succeeded 00:31:45 nexus3.edgexfoundry.org:10004 00:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:46 Configure a credential helper to remove this warning. See 00:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:46 00:31:46 Login Succeeded 00:31:46 docker.io 00:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:46 Configure a credential helper to remove this warning. See 00:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:46 00:31:46 Login Succeeded 00:31:46 ---> docker-login.sh ends [Pipeline] } 00:31:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:47 ++ 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:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ dirname cmd/core-command/Dockerfile 00:31:47 ++ cut -d/ -f2 00:31:47 + echo core-command,cmd/core-command/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ cut -d/ -f2 00:31:47 ++ dirname cmd/core-data/Dockerfile 00:31:47 + echo core-data,cmd/core-data/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ cut -d/ -f2 00:31:47 ++ dirname cmd/core-metadata/Dockerfile 00:31:47 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ cut -d/ -f2 00:31:47 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:47 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:47 ++ cut -d/ -f2 00:31:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:47 ++ cut -d/ -f2 00:31:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ dirname cmd/support-notifications/Dockerfile 00:31:47 ++ cut -d/ -f2 00:31:47 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ dirname cmd/support-scheduler/Dockerfile 00:31:47 ++ cut -d/ -f2 00:31:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:47 + for file in '`ls cmd/**/Dockerfile`' 00:31:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:47 ++ cut -d/ -f2 00:31:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:47 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:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:48 00:31:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:49 latest: Pulling from edgex-devops/git-semver 00:31:49 31603596830f: Pulling fs layer 00:31:49 2a8b12db71e7: Pulling fs layer 00:31:49 6ca5941a6612: Pulling fs layer 00:31:49 ecc8261a40a4: Pulling fs layer 00:31:49 ecc8261a40a4: Waiting 00:31:49 2a8b12db71e7: Verifying Checksum 00:31:49 2a8b12db71e7: Download complete 00:31:49 31603596830f: Verifying Checksum 00:31:49 31603596830f: Download complete 00:31:49 ecc8261a40a4: Verifying Checksum 00:31:49 ecc8261a40a4: Download complete 00:31:49 6ca5941a6612: Verifying Checksum 00:31:49 6ca5941a6612: Download complete 00:31:50 31603596830f: Pull complete 00:31:50 2a8b12db71e7: Pull complete 00:31:52 6ca5941a6612: Pull complete 00:31:53 ecc8261a40a4: Pull complete 00:31:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:53 prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container 00:31:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:31:56 $ docker top 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:57 [ssh-agent] Looking for ssh-agent implementation... 00:31:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:57 $ docker exec 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent 00:31:58 SSH_AUTH_SOCK=/tmp/ssh-YVQWUqMx0i7H/agent.11 00:31:58 SSH_AGENT_PID=16 00:31:58 Running ssh-add (command line suppressed) 00:31:58 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4109631291608796142.key (/w/workspace/edgex-go/4@tmp/private_key_4109631291608796142.key) 00:31:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:59 + git tag --points-at HEAD [Pipeline] } 00:31:59 $ docker exec --env ******** --env ******** 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent -k 00:31:59 unset SSH_AUTH_SOCK; 00:31:59 unset SSH_AGENT_PID; 00:31:59 echo Agent pid 16 killed; 00:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:59 [ssh-agent] Looking for ssh-agent implementation... 00:32:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:00 $ docker exec 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent 00:32:00 SSH_AUTH_SOCK=/tmp/ssh-DgXsVRYOwn0Z/agent.44 00:32:00 SSH_AGENT_PID=49 00:32:00 Running ssh-add (command line suppressed) 00:32:00 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7440125291682522818.key (/w/workspace/edgex-go/4@tmp/private_key_7440125291682522818.key) 00:32:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:01 + git semver init 00:32:01 # -> Open(): unable to determine branch for HEAD 00:32:01 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:32:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:32:01 # $SEMVER_REMOTE_NAME = origin 00:32:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:01 # $SEMVER_USER_NAME = edgex-jenkins 00:32:01 # $SEMVER_BRANCH = PR-3034 00:32:01 # $SEMVER_TEMP = /tmp/semver-234237793 00:32:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:49 # '/tmp/semver-234237793' -> '/w/workspace/edgex-go/4/.semver' 00:32:49 # -> Force: false 00:32:49 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:32:49 $ docker exec --env ******** --env ******** 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c ssh-agent -k 00:32:49 unset SSH_AUTH_SOCK; 00:32:49 unset SSH_AGENT_PID; 00:32:49 echo Agent pid 49 killed; 00:32:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:50 + git semver [Pipeline] } 00:32:50 $ docker stop --time=1 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c 00:32:53 $ docker rm -f 8b61df410ade911aa6964c267aec643033c1934a6a35bdf13fdf42cf382e3c9c [Pipeline] // withDockerContainer [Pipeline] sh 00:32:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:55 Stashed 1 file(s) [Pipeline] echo 00:32:55 [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:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo service docker restart 00:32:56 + true 00:32:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:57 ========================================================= 00:32:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:58 + 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:33:06 Sending build context to Docker daemon 326.6MB 00:33:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:06 Step 2/6 : FROM ${BASE} 00:33:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:06 188c0c94c7c5: Pulling fs layer 00:33:06 0ef7d3d256c8: Pulling fs layer 00:33:06 de9db76c5a1d: Pulling fs layer 00:33:06 bca2f99d35d6: Pulling fs layer 00:33:06 93359f2a8cfa: Pulling fs layer 00:33:06 7c6f9722023f: Pulling fs layer 00:33:06 a35cf1a2eb13: Pulling fs layer 00:33:06 93359f2a8cfa: Waiting 00:33:06 7c6f9722023f: Waiting 00:33:06 a35cf1a2eb13: Waiting 00:33:06 bca2f99d35d6: Waiting 00:33:06 de9db76c5a1d: Verifying Checksum 00:33:06 de9db76c5a1d: Download complete 00:33:06 0ef7d3d256c8: Verifying Checksum 00:33:06 0ef7d3d256c8: Download complete 00:33:06 93359f2a8cfa: Verifying Checksum 00:33:06 93359f2a8cfa: Download complete 00:33:06 7c6f9722023f: Verifying Checksum 00:33:06 7c6f9722023f: Download complete 00:33:06 188c0c94c7c5: Verifying Checksum 00:33:06 188c0c94c7c5: Download complete 00:33:07 188c0c94c7c5: Pull complete 00:33:08 0ef7d3d256c8: Pull complete 00:33:09 de9db76c5a1d: Pull complete 00:33:10 Still waiting to schedule task 00:33:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:33:10 a35cf1a2eb13: Verifying Checksum 00:33:10 a35cf1a2eb13: Download complete 00:33:12 bca2f99d35d6: Verifying Checksum 00:33:12 bca2f99d35d6: Download complete 00:33:28 bca2f99d35d6: Pull complete 00:33:28 93359f2a8cfa: Pull complete 00:33:28 7c6f9722023f: Pull complete 00:33:32 a35cf1a2eb13: Pull complete 00:33:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:32 ---> a62c8e92a672 00:33:32 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:32 ---> Running in 768b2b0d0c83 00:33:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:37 (1/12) Installing libmagic (5.38-r0) 00:33:37 (2/12) Installing file (5.38-r0) 00:33:37 (3/12) Installing libc-dev (0.7.2-r3) 00:33:37 (4/12) Installing g++ (9.3.0-r2) 00:33:53 (5/12) Installing fortify-headers (1.1-r0) 00:33:53 (6/12) Installing patch (2.7.6-r6) 00:33:53 (7/12) Installing build-base (0.5-r2) 00:33:53 (8/12) Installing libsodium (1.0.18-r0) 00:33:53 (9/12) Installing pkgconf (1.7.2-r0) 00:33:53 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:53 (11/12) Installing libzmq (4.3.3-r0) 00:33:53 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:53 Executing busybox-1.31.1-r19.trigger 00:33:53 OK: 233 MiB in 51 packages 00:33:57 Removing intermediate container 768b2b0d0c83 00:33:57 ---> f011a732ecdf 00:33:57 Step 4/6 : WORKDIR /edgex-go 00:33:57 ---> Running in 2c668f57aff7 00:33:57 Removing intermediate container 2c668f57aff7 00:33:57 ---> 85d498f1efec 00:33:57 Step 5/6 : COPY go.mod . 00:33:58 ---> 541e988f30dc 00:33:58 Step 6/6 : RUN go mod download 00:33:58 ---> Running in f460408de102 00:34:26 Removing intermediate container f460408de102 00:34:26 ---> 0ff75d459286 00:34:26 Successfully built 0ff75d459286 00:34:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:26 + docker inspect -f . ci-base-image-x86_64 00:34:26 . [Pipeline] withDockerContainer 00:34:26 prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container 00:34:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:29 $ docker top 01f88354daee7502a783ea79040fc6fecc61e55255673e7666dc4d408c8369c0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:30 + go version 00:34:30 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:30 $ docker stop --time=1 01f88354daee7502a783ea79040fc6fecc61e55255673e7666dc4d408c8369c0 00:34:31 $ docker rm -f 01f88354daee7502a783ea79040fc6fecc61e55255673e7666dc4d408c8369c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:33 + docker inspect -f . ci-base-image-x86_64 00:34:33 . [Pipeline] withDockerContainer 00:34:33 prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container 00:34:33 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:35 $ docker top ac4f90ea589ad0eb7670e492767a62963b43d45e9398883e63a6836fefedcdaf -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:35 ========================================================= 00:34:35 [edgeXBuildGoParallel] Running Tests and Build... 00:34:35 ========================================================= [Pipeline] sh 00:34:35 + make test 00:34:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:54 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 46.8% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.344s coverage: 27.0% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.124s coverage: 100.0% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.436s coverage: 67.9% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 82.3% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.763s coverage: 28.6% of statements 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.178s coverage: 86.7% of statements 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.199s coverage: 97.5% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.300s coverage: 78.3% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.062s coverage: 92.8% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.143s coverage: 58.8% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 84.2% of statements 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.4% of statements 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.862s coverage: 63.5% of statements 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 91.3% of statements 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.109s coverage: 100.0% of statements 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.132s coverage: 73.7% of statements 00:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.726s coverage: 68.9% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 37.0% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.583s coverage: 84.0% of statements 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.238s coverage: 100.0% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.076s coverage: 100.0% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.154s coverage: 29.1% of statements 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.091s coverage: 100.0% of statements 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.135s coverage: 100.0% of statements 00:36:18 GO111MODULE=on go vet ./... 00:36:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21026 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:36:33 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:36:38 using credential edgex-jenkins-ssh 00:36:38 Cloning the remote Git repository 00:36:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:38 > git init /w/workspace/edgex-go/4 # timeout=10 00:36:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:39 > git --version # timeout=10 00:36:39 > git --version # 'git version 2.17.1' 00:36:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:55 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:36:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:55 > git config core.sparsecheckout # timeout=10 00:36:55 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:36:55 Merge succeeded, producing 0f75af0c9c9660122f28690563d9902099d0a698 00:36:55 Checking out Revision 0f75af0c9c9660122f28690563d9902099d0a698 (PR-3034) 00:36:55 > git remote # timeout=10 00:36:55 > git config --get remote.origin.url # timeout=10 00:36:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:55 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 00:36:55 > git rev-parse HEAD^{commit} # timeout=10 00:36:56 > git config core.sparsecheckout # timeout=10 00:36:56 > git checkout -f 0f75af0c9c9660122f28690563d9902099d0a698 # timeout=10 00:37:00 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" 00:37:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:00 > git rev-list --no-walk 097d93fd72ab2a90bd42ed6b751e6205374e7967 # timeout=10 00:37:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:02 + + true 00:37:02 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:04 provisioning config files... 00:37:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7799847721074978501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:05 ---> docker-login.sh 00:37:05 nexus3.edgexfoundry.org:10001 00:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 nexus3.edgexfoundry.org:10002 00:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:07 Configure a credential helper to remove this warning. See 00:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:07 00:37:07 Login Succeeded 00:37:07 nexus3.edgexfoundry.org:10003 00:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:07 Configure a credential helper to remove this warning. See 00:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:07 00:37:07 Login Succeeded 00:37:07 nexus3.edgexfoundry.org:10004 00:37:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:08 Configure a credential helper to remove this warning. See 00:37:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:08 00:37:08 Login Succeeded 00:37:08 docker.io 00:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:09 Configure a credential helper to remove this warning. See 00:37:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:09 00:37:09 Login Succeeded 00:37:09 ---> docker-login.sh ends [Pipeline] } 00:37:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:09 ========================================================= 00:37:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:10 + 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:12 Sending build context to Docker daemon 165.5MB 00:37:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:12 Step 2/6 : FROM ${BASE} 00:37:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:12 5f621e34cdf4: Pulling fs layer 00:37:12 a4357932f1b6: Pulling fs layer 00:37:12 18c013af1878: Pulling fs layer 00:37:12 00ac8860ef70: Pulling fs layer 00:37:12 63d7cb157983: Pulling fs layer 00:37:12 b116817d02f9: Pulling fs layer 00:37:12 745a02a5169b: Pulling fs layer 00:37:12 00ac8860ef70: Waiting 00:37:12 63d7cb157983: Waiting 00:37:12 b116817d02f9: Waiting 00:37:12 745a02a5169b: Waiting 00:37:12 18c013af1878: Verifying Checksum 00:37:12 18c013af1878: Download complete 00:37:12 a4357932f1b6: Verifying Checksum 00:37:12 a4357932f1b6: Download complete 00:37:12 63d7cb157983: Verifying Checksum 00:37:12 63d7cb157983: Download complete 00:37:12 b116817d02f9: Verifying Checksum 00:37:12 b116817d02f9: Download complete 00:37:12 5f621e34cdf4: Verifying Checksum 00:37:12 5f621e34cdf4: Download complete 00:37:13 5f621e34cdf4: Pull complete 00:37:14 a4357932f1b6: Pull complete 00:37:14 18c013af1878: Pull complete 00:37:14 745a02a5169b: Verifying Checksum 00:37:14 745a02a5169b: Download complete 00:37:15 gofmt -l . 00:37:15 [ "`gofmt -l .`" = "" ] 00:37:15 ./bin/test-go-mod-tidy.sh 00:37:15 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:16 00ac8860ef70: Verifying Checksum 00:37:16 00ac8860ef70: Download complete 00:37:16 + ls -al . 00:37:16 total 656 00:37:16 drwxrwxr-x 10 1001 1001 4096 Jan 19 00:37 . 00:37:16 drwxr-xr-x 4 root root 28 Jan 19 00:34 .. 00:37:16 -rw-rw-r-- 1 1001 1001 11 Jan 19 00:31 .dockerignore 00:37:16 drwxrwxr-x 8 1001 1001 179 Jan 19 00:31 .git 00:37:16 drwxrwxr-x 3 1001 1001 125 Jan 19 00:31 .github 00:37:16 -rw-rw-r-- 1 1001 1001 824 Jan 19 00:31 .gitignore 00:37:16 drwx------ 3 1001 1001 47 Jan 19 00:32 .semver 00:37:16 -rw-rw-r-- 1 1001 1001 166 Jan 19 00:31 .sonarcloud.properties 00:37:16 -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:31 Attribution.txt 00:37:16 -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:31 CONTRIBUTING.md 00:37:16 -rw-rw-r-- 1 1001 1001 931 Jan 19 00:31 Dockerfile.build 00:37:16 -rw-rw-r-- 1 1001 1001 863 Jan 19 00:31 Jenkinsfile 00:37:16 -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:31 LICENSE 00:37:16 -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:31 Makefile 00:37:16 -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:31 README.md 00:37:16 -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:31 SECURITY.md 00:37:16 -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION 00:37:16 -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:31 ZMQWindows.md 00:37:16 drwxrwxr-x 2 1001 1001 117 Jan 19 00:31 bin 00:37:16 drwxrwxr-x 14 1001 1001 4096 Jan 19 00:31 cmd 00:37:16 -rw-r--r-- 1 root root 550280 Jan 19 00:36 coverage.out 00:37:16 -rw-r--r-- 1 root root 981 Jan 19 00:37 go.mod 00:37:16 -rw-r--r-- 1 root root 19241 Jan 19 00:37 go.sum 00:37:16 drwxrwxr-x 8 1001 1001 127 Jan 19 00:31 internal 00:37:16 drwxrwxr-x 4 1001 1001 26 Jan 19 00:31 openapi 00:37:16 drwxrwxr-x 4 1001 1001 71 Jan 19 00:31 snap 00:37:16 -rw-rw-r-- 1 1001 1001 168 Jan 19 00:31 version.go [Pipeline] sh 00:37:16 + '[' -e coverage.out ] 00:37:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:17 Stashed 1 file(s) [Pipeline] sh 00:37:17 + make build 00:37:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:23 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:37:26 00ac8860ef70: Pull complete 00:37:26 63d7cb157983: Pull complete 00:37:26 b116817d02f9: Pull complete 00:37:30 745a02a5169b: Pull complete 00:37:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:30 ---> b7e6874047d6 00:37:30 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:34 ---> Running in e109db187896 00:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:36 (1/12) Installing libmagic (5.38-r0) 00:37:36 (2/12) Installing file (5.38-r0) 00:37:37 (3/12) Installing libc-dev (0.7.2-r3) 00:37:37 (4/12) Installing g++ (9.3.0-r2) 00:37:38 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:37:38 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:37:41 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:37:42 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:37:42 (5/12) Installing fortify-headers (1.1-r0) 00:37:42 (6/12) Installing patch (2.7.6-r6) 00:37:42 (7/12) Installing build-base (0.5-r2) 00:37:42 (8/12) Installing libsodium (1.0.18-r0) 00:37:42 (9/12) Installing pkgconf (1.7.2-r0) 00:37:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:43 (11/12) Installing libzmq (4.3.3-r0) 00:37:43 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 OK: 217 MiB in 51 packages 00:37:44 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:37:47 Removing intermediate container e109db187896 00:37:47 ---> 478c6b2df4db 00:37:47 Step 4/6 : WORKDIR /edgex-go 00:37:47 ---> Running in 8afc942e01a4 00:37:48 Removing intermediate container 8afc942e01a4 00:37:48 ---> a7075d4499db 00:37:48 Step 5/6 : COPY go.mod . 00:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:49 ---> d99de56d699b 00:37:49 Step 6/6 : RUN go mod download 00:37:49 ---> Running in feb48a95cdfa 00:37:50 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:37:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:55 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:37:56 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:37:59 $ docker stop --time=1 ac4f90ea589ad0eb7670e492767a62963b43d45e9398883e63a6836fefedcdaf 00:38:02 $ docker rm -f ac4f90ea589ad0eb7670e492767a62963b43d45e9398883e63a6836fefedcdaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:04 00:38:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:38:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:05 latest: Pulling from edgex-devops/edgex-compose 00:38:05 cbdbe7a5bc2a: Pulling fs layer 00:38:05 ca9280d653b3: Pulling fs layer 00:38:05 7e9c9ca2126c: Pulling fs layer 00:38:05 cbdbe7a5bc2a: Verifying Checksum 00:38:05 cbdbe7a5bc2a: Download complete 00:38:06 cbdbe7a5bc2a: Pull complete 00:38:07 ca9280d653b3: Verifying Checksum 00:38:07 ca9280d653b3: Download complete 00:38:10 ca9280d653b3: Pull complete 00:38:10 7e9c9ca2126c: Verifying Checksum 00:38:10 7e9c9ca2126c: Download complete 00:38:16 Removing intermediate container feb48a95cdfa 00:38:16 ---> 3ddba4f11031 00:38:16 Successfully built 3ddba4f11031 00:38:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:16 + docker inspect -f . ci-base-image-arm64 00:38:16 . [Pipeline] withDockerContainer 00:38:16 prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container 00:38:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 00:38:18 $ docker top 4773645ee9d14ad5f187ec560982098a0d2e5764e036d8f8fcbc366a62a0c50f -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:19 + go version 00:38:19 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:19 $ docker stop --time=1 4773645ee9d14ad5f187ec560982098a0d2e5764e036d8f8fcbc366a62a0c50f 00:38:21 $ docker rm -f 4773645ee9d14ad5f187ec560982098a0d2e5764e036d8f8fcbc366a62a0c50f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:22 + docker inspect -f . ci-base-image-arm64 00:38:22 . [Pipeline] withDockerContainer 00:38:22 prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container 00:38:22 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 00:38:24 $ docker top b77de0d1f8c0a2a1a78eda8a07b745b8837d8f37bed233b38ca01a35fae8b3c9 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:24 ========================================================= 00:38:24 [edgeXBuildGoParallel] Running Tests and Build... 00:38:24 ========================================================= [Pipeline] sh 00:38:25 + make test 00:38:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:26 7e9c9ca2126c: Pull complete 00:38:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:38:26 prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container 00:38:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:38:29 $ docker top 832ecb99a2fbeaa2d5044578677cd37ec5dd65711721a02a054395fd8b6c7260 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:30 + grep parallel 00:38:30 + docker-compose build --help 00:38:31 --parallel Build images in parallel. [Pipeline] } 00:38:31 $ docker stop --time=1 832ecb99a2fbeaa2d5044578677cd37ec5dd65711721a02a054395fd8b6c7260 00:38:33 $ docker rm -f 832ecb99a2fbeaa2d5044578677cd37ec5dd65711721a02a054395fd8b6c7260 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:34 . [Pipeline] withDockerContainer 00:38:34 prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container 00:38:34 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:38:36 $ docker top f4d3a8e8022af432e6cb6737932359cef52be7c34f4b8eb983b12ab039debb2f -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:36 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:38 Building docker-core-command-go ... 00:38:38 Building docker-core-data-go ... 00:38:38 Building docker-core-metadata-go ... 00:38:38 Building docker-security-bootstrap-redis-go ... 00:38:38 Building docker-security-proxy-setup-go ... 00:38:38 Building docker-security-secretstore-setup-go ... 00:38:38 Building docker-support-notifications-go ... 00:38:38 Building docker-support-scheduler-go ... 00:38:38 Building docker-sys-mgmt-agent-go ... 00:38:38 Building docker-security-secretstore-setup-go 00:38:38 Building docker-core-metadata-go 00:38:38 Building docker-core-command-go 00:38:38 Building docker-support-scheduler-go 00:38:38 Building docker-security-bootstrap-redis-go 00:38:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 0ff75d459286 00:39:35 Step 3/22 : WORKDIR /edgex-go 00:39:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 0ff75d459286 00:39:35 Step 3/22 : WORKDIR /edgex-go 00:39:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 0ff75d459286 00:39:35 Step 3/21 : WORKDIR /edgex-go 00:39:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 0ff75d459286 00:39:35 Step 3/24 : WORKDIR /edgex-go 00:39:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 0ff75d459286 00:39:35 Step 3/22 : WORKDIR /edgex-go 00:39:35 ---> Running in 659c1a8ba365 00:39:35 ---> Running in 4bae794ec088 00:39:35 ---> Running in c44f17f66248 00:39:35 ---> Running in 13a43caebcb1 00:39:35 ---> Running in 385c2ed7e372 00:39:35 Removing intermediate container 385c2ed7e372 00:39:35 ---> 23c96c3cd353 00:39:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:35 Removing intermediate container c44f17f66248 00:39:35 ---> 2a7430d47ada 00:39:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:35 Removing intermediate container 4bae794ec088 00:39:35 ---> 44a9a4ea6390 00:39:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:35 Removing intermediate container 13a43caebcb1 00:39:35 ---> c65dbd9f56f7 00:39:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:35 Removing intermediate container 659c1a8ba365 00:39:35 ---> 2523808431c4 00:39:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:35 ---> Running in 8853eda704ff 00:39:35 ---> Running in b4e9186745d8 00:39:35 ---> Running in 42a906983190 00:39:35 ---> Running in 2647db2a020d 00:39:35 ---> Running in 6ecaec1567d3 00:39:39 Removing intermediate container 2647db2a020d 00:39:39 ---> bf5cca6b9b19 00:39:39 Step 5/21 : RUN apk add --update --no-cache make git 00:39:39 ---> Running in 0818aa086f98 00:39:39 Removing intermediate container b4e9186745d8 00:39:39 ---> 9ee6d6e8a8e6 00:39:39 Step 5/22 : RUN apk add --update --no-cache make git 00:39:39 Removing intermediate container 8853eda704ff 00:39:39 ---> 281fd36811b6 00:39:39 Step 5/22 : RUN apk add --update --no-cache make git 00:39:39 ---> Running in 3a5e39e6a636 00:39:39 ---> Running in 8adff38d1ad9 00:39:39 Removing intermediate container 6ecaec1567d3 00:39:39 ---> f993eb6500ea 00:39:39 Step 5/24 : RUN apk add --update --no-cache make git 00:39:39 Removing intermediate container 42a906983190 00:39:39 ---> 15db48981810 00:39:39 Step 5/22 : RUN apk add --update --no-cache make git 00:39:39 ---> Running in 84bd4aaa526a 00:39:40 ---> Running in 809f75337fd4 00:39:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 OK: 233 MiB in 51 packages 00:39:43 OK: 233 MiB in 51 packages 00:39:44 OK: 233 MiB in 51 packages 00:39:44 OK: 233 MiB in 51 packages 00:39:44 OK: 233 MiB in 51 packages 00:39:44 Removing intermediate container 84bd4aaa526a 00:39:44 ---> 345fb3643e83 00:39:44 Step 6/24 : COPY go.mod . 00:39:45 Removing intermediate container 0818aa086f98 00:39:45 ---> 468cf54474de 00:39:45 Step 6/21 : COPY go.mod . 00:39:45 Removing intermediate container 809f75337fd4 00:39:45 ---> f8940635b35a 00:39:45 Step 6/22 : COPY go.mod . 00:39:45 ---> 81c06d6c14b4 00:39:45 Step 7/24 : RUN go mod download 00:39:45 Removing intermediate container 8adff38d1ad9 00:39:45 ---> 3b8dc93f93cd 00:39:45 Step 6/22 : COPY go.mod . 00:39:45 ---> Running in 0e20f0f7e55b 00:39:45 Removing intermediate container 3a5e39e6a636 00:39:45 ---> e7bca90ce172 00:39:45 Step 6/22 : COPY go.mod . 00:39:46 ---> ab53a1f750e3 00:39:46 Step 7/21 : RUN go mod download 00:39:46 ---> e59aa1f82f34 00:39:46 Step 7/22 : RUN go mod download 00:39:46 ---> Running in de13be037ea4 00:39:46 ---> Running in e63dd108b5f5 00:39:46 ---> e6969d7d2fe7 00:39:46 Step 7/22 : RUN go mod download 00:39:46 ---> Running in 7e3cf4567720 00:39:46 ---> e4afb4ba0ddf 00:39:46 Step 7/22 : RUN go mod download 00:39:47 ---> Running in 0069158bb185 00:39:49 Removing intermediate container de13be037ea4 00:39:49 ---> 8b869482a131 00:39:49 Step 8/22 : COPY . . 00:39:50 Removing intermediate container 0e20f0f7e55b 00:39:50 ---> d08d3d5b069f 00:39:50 Step 8/24 : COPY . . 00:39:50 Removing intermediate container e63dd108b5f5 00:39:50 ---> 780103c229ba 00:39:50 Step 8/21 : COPY . . 00:39:51 Removing intermediate container 7e3cf4567720 00:39:51 ---> a00bb1cd0e17 00:39:51 Step 8/22 : COPY . . 00:39:51 Removing intermediate container 0069158bb185 00:39:51 ---> e86a82b84898 00:39:51 Step 8/22 : COPY . . 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.8% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.573s coverage: 27.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 67.9% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.725s coverage: 82.3% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.217s coverage: 28.6% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.281s coverage: 92.8% of statements 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.111s coverage: 75.5% of statements 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.119s coverage: 80.8% of statements 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.157s coverage: 87.2% of statements 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.251s coverage: 84.2% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.4% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.625s coverage: 63.5% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.151s coverage: 91.3% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.094s coverage: 100.0% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.812s coverage: 68.9% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.453s coverage: 37.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.624s coverage: 84.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.1% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.324s coverage: 29.1% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.079s coverage: 100.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:00 GO111MODULE=on go vet ./... 00:41:13 ---> 40c47980fcd6 00:41:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:41:13 ---> b0046d8b6dab 00:41:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:41:13 ---> f65424531adf 00:41:13 Step 9/22 : RUN make cmd/core-command/core-command 00:41:13 ---> f8ccfc473cad 00:41:13 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:41:13 ---> 42529fb8b236 00:41:13 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:41:13 ---> Running in 740fdc65f659 00:41:13 ---> Running in 4e57c9a18d52 00:41:13 ---> Running in 4eec3aee40b9 00:41:13 ---> Running in 329f8dd5dd73 00:41:13 ---> Running in 1786c50303e1 00:41:13 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:41:13 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:41:13 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:41:13 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:41:13 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:41:46 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:41:53 Removing intermediate container 329f8dd5dd73 00:41:53 ---> 61ea4818fd02 00:41:53 00:41:53 Step 10/22 : FROM alpine:3.12 00:41:53 3.12: Pulling from library/alpine 00:41:56 Removing intermediate container 4eec3aee40b9 00:41:56 ---> 6300e0839e42 00:41:56 00:41:56 Step 10/21 : FROM scratch 00:41:56 ---> 00:41:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:41:56 Status: Downloaded newer image for alpine:3.12 00:41:56 ---> 389fef711851 00:41:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:41:56 ---> Running in b6e952bc85e9 00:41:56 Removing intermediate container 4e57c9a18d52 00:41:56 ---> 82c5f71037b1 00:41:56 00:41:56 Step 10/22 : FROM scratch 00:41:56 ---> 00:41:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:56 Removing intermediate container 740fdc65f659 00:41:56 ---> 040f61043eb9 00:41:56 00:41:56 Step 10/24 : FROM alpine:3.12 00:41:56 ---> 389fef711851 00:41:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:41:57 ---> Running in 74499216f21d 00:41:57 ---> Running in b0c5590d739b 00:41:57 ---> Running in 98bce6a4e905 00:41:57 Removing intermediate container b6e952bc85e9 00:41:57 ---> ed975437e27c 00:41:57 Step 12/21 : ENV APP_PORT=48085 00:41:57 ---> Running in fac712dc811e 00:41:57 Removing intermediate container 74499216f21d 00:41:57 ---> 0dae8e9c9c4b 00:41:57 Step 12/22 : ENV APP_PORT=48082 00:41:58 ---> Running in ba5d16c52976 00:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:59 Removing intermediate container fac712dc811e 00:41:59 ---> f4a860744b9a 00:41:59 Step 13/21 : EXPOSE $APP_PORT 00:41:59 (1/5) Installing ca-certificates (20191127-r4) 00:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:41:59 (3/5) Installing libcurl (7.69.1-r3) 00:42:00 (4/5) Installing curl (7.69.1-r3) 00:42:00 (5/5) Installing dumb-init (1.2.2-r1) 00:42:00 Executing busybox-1.31.1-r19.trigger 00:42:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:00 Executing ca-certificates-20191127-r4.trigger 00:42:00 OK: 7 MiB in 19 packages 00:42:00 (1/5) Installing ca-certificates (20191127-r4) 00:42:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:42:00 (3/5) Installing libcurl (7.69.1-r3) 00:42:00 (4/5) Installing curl (7.69.1-r3) 00:42:00 (5/5) Installing dumb-init (1.2.2-r1) 00:42:00 Executing busybox-1.31.1-r19.trigger 00:42:00 Executing ca-certificates-20191127-r4.trigger 00:42:00 OK: 7 MiB in 19 packages 00:42:01 Removing intermediate container ba5d16c52976 00:42:01 ---> 7b50a90523e7 00:42:01 Step 13/22 : EXPOSE $APP_PORT 00:42:01 ---> Running in 1be5e1e731df 00:42:01 ---> Running in c6bd719bbb5a 00:42:01 Removing intermediate container 1786c50303e1 00:42:01 ---> d80df1ebde8b 00:42:01 00:42:01 Step 10/22 : FROM scratch 00:42:01 ---> 00:42:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:01 ---> Using cache 00:42:01 ---> 0dae8e9c9c4b 00:42:01 Step 12/22 : ENV APP_PORT=48081 00:42:01 ---> Running in 48796af9591f 00:42:01 Removing intermediate container 1be5e1e731df 00:42:01 ---> a7adc90faf68 00:42:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:01 Removing intermediate container c6bd719bbb5a 00:42:01 ---> e578d4c24993 00:42:01 Step 14/22 : WORKDIR / 00:42:02 ---> Running in 5311fc2eb150 00:42:02 Removing intermediate container 48796af9591f 00:42:02 ---> e06152d02087 00:42:02 Step 13/22 : EXPOSE $APP_PORT 00:42:02 Removing intermediate container b0c5590d739b 00:42:02 ---> f78293244b19 00:42:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:42:02 ---> b9e035de772d 00:42:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:42:02 ---> Running in 63947fb063f8 00:42:02 Removing intermediate container 98bce6a4e905 00:42:02 ---> 37ef8d54dbf1 00:42:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:02 ---> Running in 44e093f40d91 00:42:02 Removing intermediate container 5311fc2eb150 00:42:02 ---> 6af7deb6d129 00:42:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:02 ---> Running in da8334396ece 00:42:03 Removing intermediate container 63947fb063f8 00:42:03 ---> 4a3bc5c6448c 00:42:03 Step 14/22 : WORKDIR / 00:42:03 ---> Running in 87d7d2d288ca 00:42:03 Removing intermediate container 44e093f40d91 00:42:03 ---> 25c4889eb96b 00:42:03 Step 13/22 : WORKDIR / 00:42:03 Removing intermediate container da8334396ece 00:42:03 ---> 943ff7800bb0 00:42:03 Step 13/24 : WORKDIR / 00:42:03 ---> e67ff3ea8e4b 00:42:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:42:03 ---> Running in 5bee7a77936f 00:42:03 ---> Running in e3d23345b7a6 00:42:03 Removing intermediate container 87d7d2d288ca 00:42:03 ---> 0f49b80f214b 00:42:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:03 ---> 42f249b1ec56 00:42:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:42:04 Removing intermediate container e3d23345b7a6 00:42:04 ---> dc4fec325695 00:42:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:42:04 ---> df5f9790cbfb 00:42:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:42:04 Removing intermediate container 5bee7a77936f 00:42:04 ---> 1ec8d004b7cb 00:42:04 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:04 ---> b48cad0f23c9 00:42:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:42:05 ---> 0bc717935eb8 00:42:05 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:42:05 ---> Running in 9bb72361cb4a 00:42:06 ---> 0bd0a46d05f5 00:42:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:42:06 ---> 4175e3e745a2 00:42:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:42:06 ---> b8b536e8e470 00:42:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:42:06 Removing intermediate container 9bb72361cb4a 00:42:06 ---> f34e322b2e9c 00:42:06 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:06 ---> 67f4b5e3e22f 00:42:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:42:06 ---> Running in 73e1accc3ea4 00:42:06 ---> 9ddd410934bd 00:42:06 Step 18/22 : ENTRYPOINT ["/core-command"] 00:42:07 ---> Running in 031e60b2f60a 00:42:07 ---> 7e3228681b9b 00:42:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:42:07 Removing intermediate container 73e1accc3ea4 00:42:07 ---> 5f18b6b34071 00:42:07 Step 19/21 : LABEL arch=x86_64 00:42:07 ---> 1a3d07e78548 00:42:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:42:07 ---> 0b21c834a3d4 00:42:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:42:07 ---> Running in 04c743f44332 00:42:07 ---> Running in 7d32768d6119 00:42:07 Removing intermediate container 031e60b2f60a 00:42:07 ---> 8fa185784a6d 00:42:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:07 ---> Running in beb258b1ef30 00:42:08 Removing intermediate container 04c743f44332 00:42:08 ---> 3cd907d2b7f0 00:42:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:08 Removing intermediate container 7d32768d6119 00:42:08 ---> 3d9bbb14ec37 00:42:08 Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:42:08 ---> 1b95cece8651 00:42:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:42:08 ---> Running in 2ae55a076958 00:42:08 ---> Running in 0da30654a1d4 00:42:08 Removing intermediate container beb258b1ef30 00:42:08 ---> 474fb2613925 00:42:08 Step 20/22 : LABEL arch=x86_64 00:42:08 ---> 36f466cccfe3 00:42:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:42:09 ---> Running in c2c79f6abff1 00:42:09 ---> f43222e6de61 00:42:09 Step 18/22 : RUN chmod +x entrypoint.sh 00:42:09 Removing intermediate container 0da30654a1d4 00:42:09 ---> 03308b4c560c 00:42:09 Step 21/21 : LABEL version=0.0.0 00:42:09 Removing intermediate container 2ae55a076958 00:42:09 ---> 475d8cec7ea6 00:42:09 Step 20/22 : LABEL arch=x86_64 00:42:09 gofmt -l . 00:42:09 ---> Running in e7f307281797 00:42:09 ---> Running in 1eb4d3801f63 00:42:09 ---> Running in 499a23b80300 00:42:09 Removing intermediate container c2c79f6abff1 00:42:09 ---> b22826487d68 00:42:09 Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:42:09 ---> Running in 96a08f80a193 00:42:10 Removing intermediate container e7f307281797 00:42:10 ---> c26f64944ba5 00:42:10 00:42:10 ---> dcb035a25a90 00:42:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:42:10 Removing intermediate container 499a23b80300 00:42:10 ---> 720d02b0659d 00:42:10 Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:42:10 ---> Running in 33205854247f 00:42:10 Removing intermediate container 96a08f80a193 00:42:10 ---> 6385e2018d40 00:42:10 Step 22/22 : LABEL version=0.0.0 00:42:10 [ "`gofmt -l .`" = "" ] 00:42:10 ---> 742f2f87e546 00:42:10 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:42:10 ---> Running in 2bab5f0e2cf7 00:42:10 Successfully built c26f64944ba5 00:42:10 Successfully tagged docker-support-scheduler-go:latest 00:42:10 Building docker-support-notifications-go 00:42:10  Building docker-support-scheduler-go ... done Removing intermediate container 33205854247f 00:42:10 ---> 4a369780df9d 00:42:10 Step 22/22 : LABEL version=0.0.0 00:42:11 ---> Running in f30afd6a372f 00:42:11 ---> Running in 3853dee5896f 00:42:11 Removing intermediate container 2bab5f0e2cf7 00:42:11 ---> 649278707187 00:42:11 00:42:11 Successfully built 649278707187 00:42:11 Successfully tagged docker-core-command-go:latest 00:42:11 Building docker-security-proxy-setup-go 00:42:11  Building docker-core-command-go ... done Removing intermediate container 3853dee5896f 00:42:11 ---> 06aaf32d3d71 00:42:11 00:42:11 Removing intermediate container 1eb4d3801f63 00:42:11 ---> d18e859620e5 00:42:11 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:42:11 Successfully built 06aaf32d3d71 00:42:11 ---> Running in a7a5bc76f1e1 00:42:11 Successfully tagged docker-core-metadata-go:latest 00:42:11 Building docker-core-data-go 00:42:12  Building docker-core-metadata-go ... done Removing intermediate container a7a5bc76f1e1 00:42:12 ---> 264bfbf24832 00:42:12 Step 20/22 : LABEL arch=x86_64 00:42:12 ---> Running in e46c5e96e49d 00:42:13 ./bin/test-go-mod-tidy.sh 00:42:13 Removing intermediate container f30afd6a372f 00:42:13 ---> 5bac3fdb0e8d 00:42:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:42:13 Removing intermediate container e46c5e96e49d 00:42:13 ---> b9f78572376d 00:42:13 Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:42:13 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:15 ---> Running in 3fe71fbed1d7 00:42:15 ---> Running in f5d3f6244b12 00:42:15 + ls -al . 00:42:15 total 684 00:42:15 drwxrwxr-x 9 1001 1001 4096 Jan 19 00:42 . 00:42:15 drwxr-xr-x 4 root root 4096 Jan 19 00:38 .. 00:42:15 -rw-rw-r-- 1 1001 1001 11 Jan 19 00:36 .dockerignore 00:42:15 drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 .git 00:42:15 drwxrwxr-x 3 1001 1001 4096 Jan 19 00:36 .github 00:42:15 -rw-rw-r-- 1 1001 1001 824 Jan 19 00:36 .gitignore 00:42:15 -rw-rw-r-- 1 1001 1001 166 Jan 19 00:36 .sonarcloud.properties 00:42:15 -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:36 Attribution.txt 00:42:15 -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:36 CONTRIBUTING.md 00:42:15 -rw-rw-r-- 1 1001 1001 931 Jan 19 00:36 Dockerfile.build 00:42:15 -rw-rw-r-- 1 1001 1001 863 Jan 19 00:36 Jenkinsfile 00:42:15 -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:36 LICENSE 00:42:15 -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:36 Makefile 00:42:15 -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:36 README.md 00:42:15 -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:36 SECURITY.md 00:42:15 -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION 00:42:15 -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:36 ZMQWindows.md 00:42:15 drwxrwxr-x 2 1001 1001 4096 Jan 19 00:36 bin 00:42:15 drwxrwxr-x 14 1001 1001 4096 Jan 19 00:36 cmd 00:42:15 -rw-r--r-- 1 root root 550280 Jan 19 00:40 coverage.out 00:42:15 -rw-r--r-- 1 root root 981 Jan 19 00:42 go.mod 00:42:15 -rw-r--r-- 1 root root 19241 Jan 19 00:42 go.sum 00:42:15 drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 internal 00:42:15 drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 openapi 00:42:15 drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 snap 00:42:15 -rw-rw-r-- 1 1001 1001 168 Jan 19 00:36 version.go [Pipeline] sh 00:42:15 Removing intermediate container f5d3f6244b12 00:42:15 ---> 4df85f1266a6 00:42:15 Step 22/22 : LABEL version=0.0.0 00:42:15 Removing intermediate container 3fe71fbed1d7 00:42:15 ---> bff92f5bc37b 00:42:15 Step 22/24 : LABEL arch=x86_64 00:42:15 ---> Running in 484694e58304 00:42:15 ---> Running in cf085df8db33 00:42:16 + '[' -e coverage.out ] 00:42:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:16 Warning: overwriting stash ‘coverage-report’ 00:42:17 Removing intermediate container 484694e58304 00:42:17 ---> 61144fa6c5c9 00:42:17 00:42:17 Removing intermediate container cf085df8db33 00:42:17 ---> a49a0af0a9fb 00:42:17 Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:42:17 Stashed 1 file(s) [Pipeline] sh 00:42:18 Successfully built 61144fa6c5c9 00:42:18 Successfully tagged docker-security-bootstrap-redis-go:latest 00:42:18 Building docker-sys-mgmt-agent-go 00:42:18 + make build 00:42:18 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  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2c9f0c5622b6 00:42:19 Removing intermediate container 2c9f0c5622b6 00:42:19 ---> 5ce4c042655a 00:42:19 Step 24/24 : LABEL version=0.0.0 00:42:19 ---> Running in 7cc8f7e0255f 00:42:20 Removing intermediate container 7cc8f7e0255f 00:42:20 ---> facec6286820 00:42:20 00:42:20 Successfully built facec6286820 00:42:20 Successfully tagged docker-security-secretstore-setup-go:latest 00:42:28 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:53  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:42:53 ---> 0ff75d459286 00:42:53 Step 3/21 : WORKDIR /edgex-go 00:42:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:42:53 ---> 0ff75d459286 00:42:53 Step 3/23 : WORKDIR /edgex-go 00:42:53 ---> Using cache 00:42:53 ---> 2523808431c4 00:42:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:53 ---> Using cache 00:42:53 ---> 2523808431c4 00:42:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:53 ---> Using cache 00:42:53 ---> f993eb6500ea 00:42:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:42:53 ---> Using cache 00:42:53 ---> f993eb6500ea 00:42:53 Step 5/21 : RUN apk add --update --no-cache make git 00:42:53 ---> Using cache 00:42:53 ---> 345fb3643e83 00:42:53 Step 6/21 : COPY go.mod . 00:42:53 ---> Using cache 00:42:53 ---> 81c06d6c14b4 00:42:53 Step 7/21 : RUN go mod download 00:42:53 ---> Using cache 00:42:53 ---> d08d3d5b069f 00:42:53 Step 8/21 : COPY . . 00:42:53 ---> Using cache 00:42:53 ---> 40c47980fcd6 00:42:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:42:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:42:53 ---> 0ff75d459286 00:42:53 Step 3/24 : WORKDIR /edgex-go 00:42:53 ---> Using cache 00:42:53 ---> 2523808431c4 00:42:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:53 ---> Using cache 00:42:53 ---> f993eb6500ea 00:42:53 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:42:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:42:55 ---> 0ff75d459286 00:42:55 Step 3/26 : WORKDIR /edgex-go 00:42:55 ---> Using cache 00:42:55 ---> 2523808431c4 00:42:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:55 ---> Using cache 00:42:55 ---> f993eb6500ea 00:42:55 Step 5/26 : RUN apk add --update --no-cache make bash git 00:42: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:42:55 ---> Running in 6c1e0f765c76 00:42:55 ---> Running in 0fe7abc06011 00:42:55 ---> Running in 263c49db2f7e 00:42:56 ---> Running in 1cb2fe19dc70 00:42: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:42:57 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:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:00 OK: 233 MiB in 51 packages 00:43:00 OK: 233 MiB in 51 packages 00:43:00 OK: 233 MiB in 51 packages 00:43:02 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:43:03 Removing intermediate container 263c49db2f7e 00:43:03 ---> 45258550d9a2 00:43:03 Step 6/23 : COPY go.mod . 00:43:03 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:43:03 Removing intermediate container 0fe7abc06011 00:43:03 ---> 06d2bbacfed7 00:43:03 Step 6/24 : COPY go.mod . 00:43:03 Removing intermediate container 1cb2fe19dc70 00:43:03 ---> 1d3ffaef033b 00:43:03 Step 6/26 : COPY go.mod . 00:43:04 ---> 87d20c134165 00:43:04 Step 7/23 : RUN go mod download 00:43:04 ---> Running in 1fc5c9e7baa6 00:43:04 ---> 4dfc91b8ece5 00:43:04 Step 7/24 : RUN go mod download 00:43:04 ---> Running in 6e5737656fdc 00:43:04 ---> 8b539b7190bb 00:43:04 Step 7/26 : RUN go mod download 00:43:05 ---> Running in 8ac7e5a26e52 00:43:07 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:09 Removing intermediate container 8ac7e5a26e52 00:43:09 ---> cd5ffa53a38c 00:43:09 Step 8/26 : COPY . . 00:43:09 Removing intermediate container 6e5737656fdc 00:43:09 ---> 27c15973fc0b 00:43:09 Step 8/24 : COPY . . 00:43:09 Removing intermediate container 1fc5c9e7baa6 00:43:09 ---> 40006faeaaf5 00:43:09 Step 8/23 : COPY . . 00:43:14 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:20 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:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:28 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:43:31 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:36 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:40 $ docker stop --time=1 b77de0d1f8c0a2a1a78eda8a07b745b8837d8f37bed233b38ca01a35fae8b3c9 00:43:43 $ docker rm -f b77de0d1f8c0a2a1a78eda8a07b745b8837d8f37bed233b38ca01a35fae8b3c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:45 00:43:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:46 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:46 29e5d40040c1: Pulling fs layer 00:43:46 1ce36da41761: Pulling fs layer 00:43:46 25b303627fd3: Pulling fs layer 00:43:46 29e5d40040c1: Download complete 00:43:47 1ce36da41761: Verifying Checksum 00:43:47 1ce36da41761: Download complete 00:43:47 29e5d40040c1: Pull complete 00:43:49 1ce36da41761: Pull complete 00:43:49 25b303627fd3: Verifying Checksum 00:43:49 25b303627fd3: Download complete 00:43:52 Removing intermediate container 6c1e0f765c76 00:43:52 ---> 60c94b15f4a6 00:43:52 00:43:52 Step 10/21 : FROM alpine:3.12 00:43:52 ---> 389fef711851 00:43:52 Step 11/21 : RUN apk add --update --no-cache curl 00:43:52 ---> Running in ff41e520fa02 00:43:53 ---> 11c334947ace 00:43:53 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:43:53 ---> b33088a045f2 00:43:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:43:53 ---> ccc4f859d5bf 00:43:53 Step 9/23 : RUN make cmd/core-data/core-data 00:43:53 ---> Running in dd652baa0969 00:43:53 ---> Running in bc817a5d218f 00:43:53 ---> Running in 8a936b9d648f 00:43:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:54 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:43:54 (1/4) Installing ca-certificates (20191127-r4) 00:43:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:43:54 (3/4) Installing libcurl (7.69.1-r3) 00:43:55 (4/4) Installing curl (7.69.1-r3) 00:43:55 Executing busybox-1.31.1-r19.trigger 00:43:55 Executing ca-certificates-20191127-r4.trigger 00:43: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:43:55 OK: 7 MiB in 18 packages 00:43:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:57 Removing intermediate container ff41e520fa02 00:43:57 ---> 5d0a62592a0a 00:43:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:43:57 ---> Running in 16bcefd5116b 00:43:57 Removing intermediate container 16bcefd5116b 00:43:57 ---> 74a7ec182b44 00:43:57 Step 13/21 : WORKDIR /edgex 00:43:57 ---> Running in 7a20a59fc288 00:43:59 25b303627fd3: Pull complete 00:43:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:59 prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container 00:43:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose-arm64:latest cat 00:44:00 Removing intermediate container 7a20a59fc288 00:44:00 ---> f203f8c60cdf 00:44:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:44:01 ---> 0dc0ea6d7346 00:44:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:44:02 ---> 837123a0c075 00:44:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:44:03 $ docker top a0d3234a225c71b73bcfb7aa1f34be989a1a092ed569be18dcb308c12a3a57b2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:04 ---> d0b292f0ac6e 00:44:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:44:04 + docker-compose build --help 00:44:04 + grep parallel 00:44:04 ---> Running in 87adf5eca51c 00:44:05 Removing intermediate container 87adf5eca51c 00:44:05 ---> a125aed112e1 00:44:05 Step 18/21 : CMD ["--init=true"] 00:44:05 ---> Running in 74d7476c710c 00:44:06 Removing intermediate container 74d7476c710c 00:44:06 ---> 9bf79aed8a44 00:44:06 Step 19/21 : LABEL arch=x86_64 00:44:06 ---> Running in 67365b0bba06 00:44:07 Removing intermediate container 67365b0bba06 00:44:07 ---> 94b85b9bee39 00:44:07 Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:44:07 ---> Running in 196c227e87be 00:44:07 Removing intermediate container 196c227e87be 00:44:07 ---> 81256f4eaaba 00:44:07 Step 21/21 : LABEL version=0.0.0 00:44:07 ---> Running in 9d5de0dfd958 00:44:08 --parallel Build images in parallel. 00:44:08 Removing intermediate container 9d5de0dfd958 00:44:08 ---> f6880554f9a4 00:44:08 [Pipeline] } 00:44:08 $ docker stop --time=1 a0d3234a225c71b73bcfb7aa1f34be989a1a092ed569be18dcb308c12a3a57b2 00:44:10 Successfully built f6880554f9a4 00:44:10 Successfully tagged docker-security-proxy-setup-go:latest 00:44:10 $ docker rm -f a0d3234a225c71b73bcfb7aa1f34be989a1a092ed569be18dcb308c12a3a57b2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:11 . [Pipeline] withDockerContainer 00:44:11 prd-ubuntu18.04-docker-arm64-4c-16g-21026 does not seem to be running inside a container 00:44:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:13 $ docker top 950cabaa9207ad416a0f51d6b57e2f4224bc14822fd89b0de5fca95ac0605546 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:14 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:19 Building docker-core-command-go ... 00:44:19 Building docker-core-data-go ... 00:44:19 Building docker-core-metadata-go ... 00:44:19 Building docker-security-bootstrap-redis-go ... 00:44:19 Building docker-security-proxy-setup-go ... 00:44:19 Building docker-security-secretstore-setup-go ... 00:44:19 Building docker-support-notifications-go ... 00:44:19 Building docker-support-scheduler-go ... 00:44:19 Building docker-sys-mgmt-agent-go ... 00:44:19 Building docker-security-proxy-setup-go 00:44:19 Building docker-support-notifications-go 00:44:19 Building docker-core-metadata-go 00:44:19 Building docker-support-scheduler-go 00:44:19 Building docker-security-bootstrap-redis-go 00:44:32  Building docker-security-proxy-setup-go ... done Removing intermediate container dd652baa0969 00:44:32 ---> a83b411fc9cb 00:44:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:44:32 Removing intermediate container bc817a5d218f 00:44:32 ---> 37d09012d43c 00:44:32 00:44:32 Step 10/24 : FROM scratch 00:44:32 ---> 00:44:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:44:32 ---> Running in ae38e2aab306 00:44:33 ---> Running in 143ef4c23969 00:44:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:34 Removing intermediate container 143ef4c23969 00:44:34 ---> 13a43d6ac7ec 00:44:34 Step 12/24 : ENV APP_PORT=48060 00:44:34 ---> Running in b4b3788d4081 00:44:35 Removing intermediate container b4b3788d4081 00:44:35 ---> 39f35f32a8e5 00:44:35 Step 13/24 : EXPOSE $APP_PORT 00:44:35 ---> Running in 22fc36582141 00:44:36 Removing intermediate container 8a936b9d648f 00:44:36 ---> d93f968ea207 00:44:36 00:44:36 Step 10/23 : FROM alpine:3.12 00:44:36 ---> 389fef711851 00:44:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:44:36 Removing intermediate container 22fc36582141 00:44:36 ---> 4f3e6d57574b 00:44:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:44:36 ---> Running in 2874fcdf1e24 00:44:36 Removing intermediate container ae38e2aab306 00:44:36 ---> fe6d735581b4 00:44:36 00:44:36 Step 11/26 : FROM docker:20.10.0 00:44:37 Removing intermediate container 2874fcdf1e24 00:44:37 ---> 11dc03c2496b 00:44:37 Step 12/23 : ENV APP_PORT=48080 00:44:37 20.10.0: Pulling from library/docker 00:44:37 ---> 2c0b63ac2a66 00:44:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:44:37 ---> Running in b5a48c6c451c 00:44:37 Removing intermediate container b5a48c6c451c 00:44:37 ---> 35962ce175c2 00:44:37 Step 13/23 : EXPOSE $APP_PORT 00:44:37 ---> Running in 74f53b4c6b16 00:44:38 Removing intermediate container 74f53b4c6b16 00:44:38 ---> 8639e20c0f8f 00:44:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:38 ---> ba845bdbd0ad 00:44:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:44:38 ---> Running in 6b56db551b70 00:44:41 ---> 71a73387ec24 00:44:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:41 ---> be8c0b3946c0 00:44:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:44:42 Removing intermediate container 6b56db551b70 00:44:42 ---> 6d2fc5cc417e 00:44:42 Step 15/23 : RUN apk add --update --no-cache zeromq 00:44:42 ---> Running in b24539f2368e 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 ---> 197291965006 00:44:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 ---> ff137fdd9598 00:44:44 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:44:44 ---> Running in 2c0f5b45f2ce 00:44:45 Removing intermediate container 2c0f5b45f2ce 00:44:45 ---> f06382abd027 00:44:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:45 (1/5) Installing libgcc (9.3.0-r2) 00:44:45 (2/5) Installing libsodium (1.0.18-r0) 00:44:45 (3/5) Installing libstdc++ (9.3.0-r2) 00:44:45 ---> Running in 766eaed76630 00:44:45 (4/5) Installing libzmq (4.3.3-r0) 00:44:45 (5/5) Installing zeromq (4.3.3-r0) 00:44:45 Removing intermediate container 766eaed76630 00:44:45 ---> d131260fc445 00:44:45 Step 22/24 : LABEL arch=x86_64 00:44:45 Executing busybox-1.31.1-r19.trigger 00:44:45 OK: 8 MiB in 19 packages 00:44:46 ---> Running in 8db2c7382cae 00:44:46 Removing intermediate container 8db2c7382cae 00:44:46 ---> b9dab69a3548 00:44:46 Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:44:46 ---> Running in bbc75cae59cc 00:44:47 Removing intermediate container bbc75cae59cc 00:44:47 ---> 41d0cd8b2c21 00:44:47 Step 24/24 : LABEL version=0.0.0 00:44:47 Removing intermediate container b24539f2368e 00:44:47 ---> bf1ec529436c 00:44:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:48 ---> Running in 596f5b0b5093 00:44:48 ---> 411da4cd3b7c 00:44:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:44:48 Removing intermediate container 596f5b0b5093 00:44:48 ---> 6c3b5a3b6cf7 00:44:48 00:44:48 Successfully built 6c3b5a3b6cf7 00:44:48 Successfully tagged docker-support-notifications-go:latest 00:44:49  Building docker-support-notifications-go ... done  ---> 8b4abaf2e511 00:44:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:44:50 ---> c80c3358f4fd 00:44:50 Step 19/23 : ENTRYPOINT ["/core-data"] 00:44:50 ---> Running in 72b2f757eb55 00:44:50 Removing intermediate container 72b2f757eb55 00:44:50 ---> b21c3d6b0c64 00:44:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:50 ---> Running in 44d99becef4e 00:44:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:44:50 Status: Downloaded newer image for docker:20.10.0 00:44:50 ---> aefe523efa57 00:44:50 Step 12/26 : RUN apk add --no-cache bash 00:44:50 ---> Running in 839ec17656e3 00:44:51 Removing intermediate container 44d99becef4e 00:44:51 ---> ff1258ed11ef 00:44:51 Step 21/23 : LABEL arch=x86_64 00:44:51 ---> Running in faf9c9132c74 00:44:51 Removing intermediate container faf9c9132c74 00:44:51 ---> 0a7588f3d49c 00:44:51 Step 22/23 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:44:51 ---> Running in 7b2d07a1b21d 00:44:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:52 Removing intermediate container 7b2d07a1b21d 00:44:52 ---> 96644afacd89 00:44:52 Step 23/23 : LABEL version=0.0.0 00:44:52 ---> Running in 989d3a0614e7 00:44:52 Removing intermediate container 989d3a0614e7 00:44:52 ---> ebbbdc7ded0f 00:44:52 00:44:52 Successfully built ebbbdc7ded0f 00:44:52 Successfully tagged docker-core-data-go:latest 00:44:52  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:53 (1/2) Installing readline (8.0.4-r0) 00:44:53 (2/2) Installing bash (5.0.17-r0) 00:44:53 Executing bash-5.0.17-r0.post-install 00:44:53 Executing busybox-1.31.1-r19.trigger 00:44:53 OK: 12 MiB in 22 packages 00:44:54 Removing intermediate container 839ec17656e3 00:44:54 ---> 8eeb3bf39c6f 00:44:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:44:54 ---> Running in b65abec0673c 00:44:54 Removing intermediate container b65abec0673c 00:44:54 ---> afd30bdc2e15 00:44:54 Step 14/26 : ENV APP_PORT=48090 00:44:55 ---> Running in 1d38714f07a4 00:44:55 Removing intermediate container 1d38714f07a4 00:44:55 ---> e5b81a30f877 00:44:55 Step 15/26 : EXPOSE $APP_PORT 00:44:55 ---> Running in 23f7e763e5d9 00:44:55 Removing intermediate container 23f7e763e5d9 00:44:55 ---> 0d06eca3ceea 00:44:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:44:56 ---> 486ec9955f75 00:44:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:44:57 ---> a8a56c238882 00:44:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:44:58 ---> 9e901348f856 00:44:58 Step 19/26 : RUN apk --no-cache add py3-pip 00:44:58 ---> Running in a3f93c4fd4e9 00:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:00 (1/33) Installing libbz2 (1.0.8-r1) 00:45:00 (2/33) Installing expat (2.2.9-r1) 00:45:00 (3/33) Installing libffi (3.3-r2) 00:45:00 (4/33) Installing gdbm (1.13-r1) 00:45:00 (5/33) Installing xz-libs (5.2.5-r0) 00:45:00 (6/33) Installing sqlite-libs (3.32.1-r0) 00:45:00 (7/33) Installing python3 (3.8.5-r0) 00:45:02 (8/33) Installing py3-appdirs (1.4.4-r1) 00:45:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:45:02 (10/33) Installing py3-parsing (2.4.7-r0) 00:45:02 (11/33) Installing py3-six (1.15.0-r0) 00:45:02 (12/33) Installing py3-packaging (20.4-r0) 00:45:02 (13/33) Installing py3-setuptools (47.0.0-r0) 00:45:03 (14/33) Installing py3-chardet (3.0.4-r4) 00:45:03 (15/33) Installing py3-idna (2.9-r0) 00:45:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:45:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:45:03 (18/33) Installing py3-requests (2.23.0-r0) 00:45:03 (19/33) Installing py3-msgpack (1.0.0-r0) 00:45:03 (20/33) Installing py3-lockfile (0.12.2-r3) 00:45:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:45:03 (22/33) Installing py3-colorama (0.4.3-r0) 00:45:03 (23/33) Installing py3-distlib (0.3.0-r0) 00:45:03 (24/33) Installing py3-distro (1.5.0-r1) 00:45:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:45:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:45:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:45:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:45:03 (29/33) Installing py3-progress (1.5-r0) 00:45:03 (30/33) Installing py3-toml (0.10.1-r0) 00:45:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:45:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:45:03 (33/33) Installing py3-pip (20.1.1-r0) 00:45:03 Executing busybox-1.31.1-r19.trigger 00:45:03 OK: 71 MiB in 55 packages 00:45:14 Removing intermediate container a3f93c4fd4e9 00:45:14 ---> 204fe8dd0f32 00:45:14 Step 20/26 : RUN pip install docker-compose==1.23.2 00:45:14 ---> Running in 437d266a4786 00:45:15 Collecting docker-compose==1.23.2 00:45:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:45:16 Collecting websocket-client<1.0,>=0.32.0 00:45:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:45:16 Collecting docker<4.0,>=3.6.0 00:45:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:45:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:45:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:45:16 Collecting docopt<0.7,>=0.6.1 00:45:16 Downloading docopt-0.6.2.tar.gz (25 kB) 00:45:17 Collecting jsonschema<3,>=2.5.1 00:45:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:45:17 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:45:17 Collecting cached-property<2,>=1.2.0 00:45:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:45:17 Collecting PyYAML<4,>=3.10 00:45:17 Downloading PyYAML-3.13.tar.gz (270 kB) 00:45:19 Collecting dockerpty<0.5,>=0.4.1 00:45:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:45:19 Collecting texttable<0.10,>=0.9.0 00:45:19 Downloading texttable-0.9.1.tar.gz (11 kB) 00:45:20 Collecting docker-pycreds>=0.4.0 00:45:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:45:20 Collecting idna<2.8,>=2.5 00:45:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:45:20 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:45:20 Collecting urllib3<1.25,>=1.21.1 00:45:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:45:21 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:45:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:45:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:45:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:45:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:45:21 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, jsonschema, cached-property, PyYAML, dockerpty, texttable, docker-compose 00:45:21 Attempting uninstall: idna 00:45:21 Found existing installation: idna 2.9 00:45:21 Uninstalling idna-2.9: 00:45:21 Successfully uninstalled idna-2.9 00:45:21 Attempting uninstall: urllib3 00:45:21 Found existing installation: urllib3 1.25.9 00:45:21 Uninstalling urllib3-1.25.9: 00:45:21 Successfully uninstalled urllib3-1.25.9 00:45:22 Attempting uninstall: requests 00:45:22 Found existing installation: requests 2.23.0 00:45:22 Uninstalling requests-2.23.0: 00:45:22 Successfully uninstalled requests-2.23.0 00:45:22 Running setup.py install for docopt: started 00:45:23 Running setup.py install for docopt: finished with status 'done' 00:45:23 Running setup.py install for PyYAML: started 00:45:24 Running setup.py install for PyYAML: finished with status 'done' 00:45:24 Running setup.py install for dockerpty: started 00:45:25 Running setup.py install for dockerpty: finished with status 'done' 00:45:25 Running setup.py install for texttable: started 00:45:26 Running setup.py install for texttable: finished with status 'done' 00:45:26 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:45:32 Removing intermediate container 437d266a4786 00:45:32 ---> 6abc0c1cce44 00:45:32 Step 21/26 : RUN apk --no-cache add curl 00:45:32 ---> Running in 4727ef13f952 00:45:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:45:32 (2/3) Installing libcurl (7.69.1-r3) 00:45:32 (3/3) Installing curl (7.69.1-r3) 00:45:32 Executing busybox-1.31.1-r19.trigger 00:45:32 OK: 72 MiB in 58 packages 00:45:33 Removing intermediate container 4727ef13f952 00:45:33 ---> d4a3206ae2ee 00:45:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:45:33 ---> Running in 89e0ce862d6f 00:45:34 Removing intermediate container 89e0ce862d6f 00:45:34 ---> 7ac34c220f3a 00:45:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:34 ---> Running in 923c03595d68 00:45:34 Removing intermediate container 923c03595d68 00:45:34 ---> 7576d2d02e59 00:45:34 Step 24/26 : LABEL arch=x86_64 00:45:34 ---> Running in 94fc861fd265 00:45:34 Removing intermediate container 94fc861fd265 00:45:34 ---> 73182565dc6f 00:45:34 Step 25/26 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:45:34 ---> Running in 17b6df2e8535 00:45:35 Removing intermediate container 17b6df2e8535 00:45:35 ---> 37476b5ec56e 00:45:35 Step 26/26 : LABEL version=0.0.0 00:45:35 ---> Running in 7be365a9170c 00:45:35 Removing intermediate container 7be365a9170c 00:45:35 ---> 0b80d18fb042 00:45:35 00:45:35 Successfully built 0b80d18fb042 00:45:35 Successfully tagged docker-sys-mgmt-agent-go:latest 00:45:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:45:36 $ docker stop --time=1 f4d3a8e8022af432e6cb6737932359cef52be7c34f4b8eb983b12ab039debb2f 00:45:38 $ docker rm -f f4d3a8e8022af432e6cb6737932359cef52be7c34f4b8eb983b12ab039debb2f [Pipeline] // withDockerContainer [Pipeline] sh 00:45:39 + docker images 00:45:39 + grep docker 00:45:39 docker-sys-mgmt-agent-go latest 0b80d18fb042 4 seconds ago 313MB 00:45:39 docker-core-data-go latest ebbbdc7ded0f 47 seconds ago 22.3MB 00:45:39 docker-support-notifications-go latest 6c3b5a3b6cf7 51 seconds ago 12MB 00:45:39 docker-security-proxy-setup-go latest f6880554f9a4 About a minute ago 24.4MB 00:45:39 docker-security-secretstore-setup-go latest facec6286820 3 minutes ago 24.6MB 00:45:39 docker-security-bootstrap-redis-go latest 61144fa6c5c9 3 minutes ago 15.8MB 00:45:39 docker-core-metadata-go latest 06aaf32d3d71 3 minutes ago 13.1MB 00:45:39 docker-core-command-go latest 649278707187 3 minutes ago 10.6MB 00:45:39 docker-support-scheduler-go latest c26f64944ba5 3 minutes ago 10.7MB 00:45:39 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:45:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 3ddba4f11031 00:45:42 Step 3/21 : WORKDIR /edgex-go 00:45:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 3ddba4f11031 00:45:42 Step 3/21 : WORKDIR /edgex-go 00:45:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 3ddba4f11031 00:45:42 Step 3/24 : WORKDIR /edgex-go 00:45:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 3ddba4f11031 00:45:42 Step 3/22 : WORKDIR /edgex-go 00:45:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 3ddba4f11031 00:45:42 Step 3/22 : WORKDIR /edgex-go 00:45:42 ---> Running in 0bddd0f28f4e 00:45:42 ---> Running in 627fb9a01dcb 00:45:42 ---> Running in 9358b67b0537 00:45:42 ---> Running in 426f85db486f 00:45:42 ---> Running in 2b3c9dafd81a 00:45:42 Removing intermediate container 627fb9a01dcb 00:45:42 ---> fdd83f0ecfce 00:45:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:42 Removing intermediate container 9358b67b0537 00:45:42 ---> 054aac0ecc93 00:45:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:42 Removing intermediate container 0bddd0f28f4e 00:45:42 ---> 2e3435e56b8a 00:45:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:42 ---> Running in a23177bc7820 00:45:42 Removing intermediate container 2b3c9dafd81a 00:45:42 Removing intermediate container 426f85db486f 00:45:42 ---> 0b0e7a3f3c26 00:45:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:42 ---> e8607223ffbe 00:45:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:42 ---> Running in bc9004c703ca 00:45:42 ---> Running in 3f83188b330c 00:45:42 ---> Running in d2d29dd06a42 00:45:42 ---> Running in 4c38efc59bdc 00:45:42 Removing intermediate container a23177bc7820 00:45:42 ---> 95e6db12ef3a 00:45:42 Step 5/22 : RUN apk add --update --no-cache make git 00:45:42 ---> Running in 7ec1c067d59d 00:45:42 Removing intermediate container bc9004c703ca 00:45:42 ---> 19d2d41764fb 00:45:42 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:42 Removing intermediate container 3f83188b330c 00:45:42 ---> 4e5ff46c0215 00:45:42 Step 5/22 : RUN apk add --update --no-cache make git 00:45:42 ---> Running in 428404926b10 00:45:42 ---> Running in 74880c30c4d9 00:45:42 Removing intermediate container 4c38efc59bdc 00:45:42 ---> a888f471dd62 00:45:42 Step 5/21 : RUN apk add --update --no-cache make git 00:45:42 Removing intermediate container d2d29dd06a42 00:45:42 ---> bbd2ba4e13cf 00:45:42 Step 5/21 : RUN apk add --update --no-cache make git 00:45:42 ---> Running in 05b19444770b 00:45:42 ---> Running in 7052e4be807f 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:42 OK: 217 MiB in 51 packages 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:43 OK: 217 MiB in 51 packages 00:45:43 OK: 217 MiB in 51 packages 00:45:44 Removing intermediate container 7ec1c067d59d 00:45:44 ---> a56c4e123a7c 00:45:44 Step 6/22 : COPY go.mod . 00:45:44 OK: 217 MiB in 51 packages 00:45:44 OK: 217 MiB in 51 packages 00:45:45 Removing intermediate container 74880c30c4d9 00:45:45 ---> bd7b98eb3dba 00:45:45 Step 6/22 : COPY go.mod . 00:45:45 ---> 1ec6e2f55c6d 00:45:45 Step 7/22 : RUN go mod download 00:45:45 Removing intermediate container 428404926b10 00:45:45 ---> f1f671357135 00:45:45 Step 6/24 : COPY go.mod . 00:45:46 ---> Running in 4915706215d3 00:45:46 Removing intermediate container 05b19444770b 00:45:46 ---> b7e97edc8399 00:45:46 Step 6/21 : COPY go.mod . 00:45:46 Removing intermediate container 7052e4be807f 00:45:46 ---> 095d26d34127 00:45:46 Step 6/21 : COPY go.mod . 00:45:46 ---> 05d5334303d0 00:45:46 Step 7/22 : RUN go mod download 00:45:47 ---> 41356a81cfe4 00:45:47 Step 7/24 : RUN go mod download 00:45:47 ---> Running in 717a774267c6 00:45:47 ---> 2fc368f134be 00:45:47 Step 7/21 : RUN go mod download 00:45:47 ---> Running in f3c7e94ae2b2 00:45:47 ---> 0ddb9b8d8f29 00:45:47 Step 7/21 : RUN go mod download 00:45:47 ---> Running in ae7b1e4cadd7 00:45:48 ---> Running in 3a69a261c2fb 00:45:50 Removing intermediate container 4915706215d3 00:45:50 ---> a3cc3e41ca2e 00:45:50 Step 8/22 : COPY . . 00:45:52 Removing intermediate container 717a774267c6 00:45:52 ---> fca918464a80 00:45:52 Step 8/22 : COPY . . 00:45:52 Removing intermediate container f3c7e94ae2b2 00:45:52 ---> 97de6a56194a 00:45:52 Step 8/24 : COPY . . 00:45:53 Removing intermediate container ae7b1e4cadd7 00:45:53 ---> 4ce027df0c42 00:45:53 Step 8/21 : COPY . . 00:45:53 Removing intermediate container 3a69a261c2fb 00:45:53 ---> ec0ed736b73f 00:45:53 Step 8/21 : COPY . . 00:45:55 Still waiting to schedule task 00:45:55 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:46:20 ---> 8a8cf71dfb6f 00:46:20 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:46:20 ---> 8f776f02ba26 00:46:20 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:46:20 ---> Running in 958e7b2c3373 00:46:20 ---> 024801d4ae1e 00:46:20 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:46:20 ---> 8a04bedb2e3c 00:46:20 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:20 ---> Running in a331769b291b 00:46:20 ---> Running in 2a7223ef8a66 00:46:20 ---> Running in a40e1b17496c 00:46:20 ---> c7c35185a1c3 00:46:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:20 ---> Running in 4b455c8bcfd5 00:46:20 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:46:20 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:46: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:46:20 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:46: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:47:42 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:55 Removing intermediate container a40e1b17496c 00:47:55 ---> 5d21f661ee5f 00:47:55 00:47:55 Step 10/22 : FROM alpine:3.12 00:47:55 3.12: Pulling from library/alpine 00:47:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:57 Status: Downloaded newer image for alpine:3.12 00:47:57 ---> afeebe901d6b 00:47:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:57 ---> Running in 699f46c42c44 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:00 (1/5) Installing ca-certificates (20191127-r4) 00:48:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:00 (3/5) Installing libcurl (7.69.1-r3) 00:48:00 (4/5) Installing curl (7.69.1-r3) 00:48:00 (5/5) Installing dumb-init (1.2.2-r1) 00:48:00 Executing busybox-1.31.1-r19.trigger 00:48:00 Executing ca-certificates-20191127-r4.trigger 00:48:01 OK: 7 MiB in 19 packages 00:48:03 Removing intermediate container 4b455c8bcfd5 00:48:03 ---> 0fe92950f4c3 00:48:03 00:48:03 Step 10/21 : FROM alpine:3.12 00:48:03 ---> afeebe901d6b 00:48:03 Step 11/21 : RUN apk add --update --no-cache curl 00:48:03 ---> Running in 25f425b7caef 00:48:04 Removing intermediate container a331769b291b 00:48:04 ---> c3be9624e3e2 00:48:04 00:48:04 Step 10/21 : FROM scratch 00:48:04 ---> 00:48:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:04 ---> Running in 5b2a205a9fa6 00:48:04 Removing intermediate container 2a7223ef8a66 00:48:04 ---> bbab2c0d0266 00:48:04 00:48:04 Step 10/24 : FROM scratch 00:48:04 ---> 00:48:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:05 ---> Running in 6a37e47d3b93 00:48:05 Removing intermediate container 699f46c42c44 00:48:05 ---> a6ce08e20cdb 00:48:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:48:05 ---> Running in e52c83af98be 00:48:05 Removing intermediate container 5b2a205a9fa6 00:48:05 ---> c4294093c4f5 00:48:05 Step 12/21 : ENV APP_PORT=48085 00:48:06 ---> Running in e74fcad447e3 00:48:06 Removing intermediate container e52c83af98be 00:48:06 ---> e94cfb2b3956 00:48:06 Step 13/22 : WORKDIR / 00:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:06 Removing intermediate container 6a37e47d3b93 00:48:06 ---> 98678c4c16c4 00:48:06 Step 12/24 : ENV APP_PORT=48060 00:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:06 ---> Running in 206d941f0c40 00:48:06 ---> Running in 5440d12c8ce9 00:48:06 Removing intermediate container e74fcad447e3 00:48:06 ---> b6acce6ce9f3 00:48:06 Step 13/21 : EXPOSE $APP_PORT 00:48:07 ---> Running in 8dba6238e51d 00:48:07 Removing intermediate container 5440d12c8ce9 00:48:07 ---> f2007eca5ae9 00:48:07 Step 13/24 : EXPOSE $APP_PORT 00:48:07 (1/4) Installing ca-certificates (20191127-r4) 00:48:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:07 (3/4) Installing libcurl (7.69.1-r3) 00:48:07 Removing intermediate container 206d941f0c40 00:48:07 ---> 3495be6f61d8 00:48:07 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:07 (4/4) Installing curl (7.69.1-r3) 00:48:07 Executing busybox-1.31.1-r19.trigger 00:48:07 ---> Running in 9a849a0ab63e 00:48:07 Executing ca-certificates-20191127-r4.trigger 00:48:08 Removing intermediate container 8dba6238e51d 00:48:08 ---> 3ec08bcb38a7 00:48:08 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:08 OK: 7 MiB in 18 packages 00:48:08 Removing intermediate container 9a849a0ab63e 00:48:08 ---> 8af40e6ae28b 00:48:08 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:48:09 ---> 80f8c7b8d543 00:48:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:48:10 ---> 9e36afec65dd 00:48:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:11 ---> d69192218bf6 00:48:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:11 Removing intermediate container 25f425b7caef 00:48:11 ---> f1f96c6246ea 00:48:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:12 ---> Running in 68cb39fda975 00:48:12 ---> 156bd2a84f8d 00:48:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:48:12 ---> 6dee5be30527 00:48:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:13 Removing intermediate container 68cb39fda975 00:48:13 ---> d2e8eaf83c1e 00:48:13 Step 13/21 : WORKDIR /edgex 00:48:13 ---> 434ada549362 00:48:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:48:13 ---> Running in df792e57eaff 00:48:13 ---> 41f90208f1b9 00:48:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:14 ---> 334740075f2e 00:48:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:48:14 ---> Running in 7945e3d45489 00:48:14 Removing intermediate container df792e57eaff 00:48:14 ---> dce638c5b0a3 00:48:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:15 ---> 78b12c45a9f7 00:48:15 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:15 Removing intermediate container 7945e3d45489 00:48:15 ---> 95a38b5cdb8c 00:48:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:15 ---> d53d9b473777 00:48:15 Step 18/22 : RUN chmod +x entrypoint.sh 00:48:15 ---> Running in 554e6f9a58db 00:48:15 ---> Running in 1d2cac1745d7 00:48:15 ---> 45ce4917cd5d 00:48:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:16 ---> 0158288b8509 00:48:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:16 Removing intermediate container 958e7b2c3373 00:48:16 ---> f673f8e56649 00:48:16 00:48:16 Step 10/22 : FROM scratch 00:48:16 ---> 00:48:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:16 ---> Using cache 00:48:16 ---> c4294093c4f5 00:48:16 Step 12/22 : ENV APP_PORT=48081 00:48:16 ---> Running in 62b51aabe401 00:48:16 Removing intermediate container 554e6f9a58db 00:48:16 ---> 3d79f5a46a0a 00:48:16 Step 19/21 : LABEL arch=arm64 00:48:17 ---> Running in 5a308108cb25 00:48:17 Removing intermediate container 62b51aabe401 00:48:17 ---> 42e5cd423317 00:48:17 Step 13/22 : EXPOSE $APP_PORT 00:48:17 ---> 50278937d11f 00:48:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:17 ---> Running in 79941992fd67 00:48:17 Removing intermediate container 5a308108cb25 00:48:17 ---> 15ae0f8c5acd 00:48:17 Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:48:18 ---> fca10bfb9228 00:48:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:18 ---> Running in 8afa3e5c415e 00:48:18 Removing intermediate container 79941992fd67 00:48:18 ---> dbcf6c1c6992 00:48:18 Step 14/22 : WORKDIR / 00:48:18 ---> Running in df2739935b37 00:48:19 Removing intermediate container 8afa3e5c415e 00:48:19 ---> 38efd3064740 00:48:19 Step 21/21 : LABEL version=0.0.0 00:48:19 ---> Running in c1e1c5879e17 00:48:19 Removing intermediate container df2739935b37 00:48:19 ---> 70ff4207819a 00:48:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 ---> 9250e8215526 00:48:19 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:19 ---> a8043aa6a88f 00:48:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:19 Removing intermediate container 1d2cac1745d7 00:48:19 ---> cb7677999b88 00:48:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:48:19 ---> Running in 2107f9557571 00:48:19 ---> Running in 1a214429fcd1 00:48:19 ---> Running in 30e6d3bba346 00:48:19 Removing intermediate container c1e1c5879e17 00:48:19 ---> a5116636ab51 00:48:19 00:48:20 Successfully built a5116636ab51 00:48:20 ---> a1c215ba13ed 00:48:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:20 Removing intermediate container 2107f9557571 00:48:20 ---> 7a5dd78244a1 00:48:20 Step 20/22 : LABEL arch=arm64 00:48:20 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:20  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:48:20 Removing intermediate container 30e6d3bba346 00:48:20 ---> 7e0710740cc0 00:48:20 Step 18/21 : CMD ["--init=true"] 00:48:20 Removing intermediate container 1a214429fcd1 00:48:20 ---> 452c67c61e77 00:48:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:20 ---> Running in ced135423f9e 00:48:21 ---> Running in cf80b78c5f5c 00:48:21 ---> Running in a42d0bed777d 00:48:21 Removing intermediate container ced135423f9e 00:48:21 ---> 1beb1f766936 00:48:21 Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:48:22 Removing intermediate container a42d0bed777d 00:48:22 ---> f3ee12b7f446 00:48:22 Step 22/24 : LABEL arch=arm64 00:48:22 Removing intermediate container cf80b78c5f5c 00:48:22 ---> 4ba77b6b05ef 00:48:22 Step 19/21 : LABEL arch=arm64 00:48:22 ---> Running in 7afd9832184e 00:48:22 ---> 1835d7237be4 00:48:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:22 ---> Running in 7c9f9d65d4db 00:48:23 ---> Running in 342a77d9d3a9 00:48:23 Removing intermediate container 7afd9832184e 00:48:23 ---> e25e849b645e 00:48:23 Step 22/22 : LABEL version=0.0.0 00:48:24 Removing intermediate container 342a77d9d3a9 00:48:24 ---> d5c47a3cca1f 00:48:24 Step 20/21 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:48:24 Removing intermediate container 7c9f9d65d4db 00:48:24 ---> 0559601d5e22 00:48:24 Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:48:24 ---> 7a3256c30234 00:48:24 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:48:24 ---> Running in f786e2438d31 00:48:24 ---> Running in fc8687ca5357 00:48:24 ---> Running in 4d1298438395 00:48:24 ---> Running in e549d58ae3a5 00:48:25 Removing intermediate container fc8687ca5357 00:48:25 ---> 056db2356ad6 00:48:25 Step 24/24 : LABEL version=0.0.0 00:48:25 Removing intermediate container f786e2438d31 00:48:25 ---> 9644bb2ab973 00:48:25 00:48:25 Successfully built 9644bb2ab973 00:48:26 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:26 Building docker-core-command-go 00:48:26  Building docker-security-bootstrap-redis-go ... done  ---> Running in 47a3f90a482b 00:48:26 Removing intermediate container e549d58ae3a5 00:48:26 ---> f12d7f521595 00:48:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 4d1298438395 00:48:26 ---> 18935c5c277d 00:48:26 Step 21/21 : LABEL version=0.0.0 00:48:26 00:48:26 ---> Running in 81dab7a4a5d1 00:48:26 ---> Running in ebb7db973a1f 00:48:26 Removing intermediate container 47a3f90a482b 00:48:26 ---> f687489ddb4f 00:48:26 00:48:27 Successfully built f687489ddb4f 00:48:27 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:27  Building docker-support-notifications-go ... done Building docker-core-data-go 00:48:27 Removing intermediate container 81dab7a4a5d1 00:48:27 ---> ffef5116db44 00:48:27 00:48:27 Removing intermediate container ebb7db973a1f 00:48:27 ---> 5f2a2a0ea37b 00:48:27 Step 20/22 : LABEL arch=arm64 00:48:27 ---> Running in 64b8b380cb59 00:48:27 Successfully built ffef5116db44 00:48:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:27  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 00:48:28 Removing intermediate container 64b8b380cb59 00:48:28 ---> 85baa89225c4 00:48:28 Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:48:28 ---> Running in b12815ddefb7 00:48:28 Removing intermediate container b12815ddefb7 00:48:28 ---> 547b85c3b9c2 00:48:28 Step 22/22 : LABEL version=0.0.0 00:48:29 ---> Running in c6ec09b28f54 00:48:29 Removing intermediate container c6ec09b28f54 00:48:29 ---> 46fb39ce62e9 00:48:29 00:48:29 Successfully built 46fb39ce62e9 00:48:29 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:43 Running on prd-ubuntu18.04-docker-8c-8g-21035 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:48:43 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:48:46 using credential edgex-jenkins-ssh 00:48:46 Cloning the remote Git repository 00:48:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:48:45 > git init /w/workspace/edgex-go/4 # timeout=10 00:48:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:48:45 > git --version # timeout=10 00:48:45 > git --version # 'git version 2.17.1' 00:48:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:49:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:02 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:49:03 Merge succeeded, producing caa7ef0d6c00d0adb9a9388f519678cec582b070 00:49:03 Checking out Revision caa7ef0d6c00d0adb9a9388f519678cec582b070 (PR-3034) 00:49:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:49:02 > git config core.sparsecheckout # timeout=10 00:49:02 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:49:02 > git remote # timeout=10 00:49:02 > git config --get remote.origin.url # timeout=10 00:49:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:02 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 00:49:03 > git rev-parse HEAD^{commit} # timeout=10 00:49:03 > git config core.sparsecheckout # timeout=10 00:49:03 > git checkout -f caa7ef0d6c00d0adb9a9388f519678cec582b070 # timeout=10 00:49:06 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" 00:49:06 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:49:06 > git rev-list --no-walk 097d93fd72ab2a90bd42ed6b751e6205374e7967 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 00:49:08 + echo snap-build.sh 00:49:08 snap-build.sh 00:49:08 + SNAP_BASE_DIR=. 00:49:08 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:49:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:49:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:49:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:49:08 + cd /w/workspace/edgex-go/4 00:49:08 + sudo apt-get remove -qy --purge lxd lxd-client 00:49:08 Reading package lists... 00:49:08 Building dependency tree... 00:49:08 Reading state information... 00:49:08 The following packages were automatically installed and are no longer required: 00:49:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:49:08 uidmap xdelta3 00:49:08 Use 'sudo apt autoremove' to remove them. 00:49:08 The following packages will be REMOVED: 00:49:08 lxd* lxd-client* 00:49:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:49:08 After this operation, 31.7 MB disk space will be freed. 00:49:08  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 3ddba4f11031 00:49:08 Step 3/26 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> 0b0e7a3f3c26 00:49:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> a888f471dd62 00:49:08 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:09 (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:49:09 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:49:10 Removing lxd dnsmasq configuration 00:49:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:49:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:49:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:49:12 (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:49:12 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:49:12 ---> Running in 55f912553862 00:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:13 Processing triggers for systemd (237-3ubuntu10.42) ... 00:49:13 Processing triggers for ureadahead (0.100.0-21) ... 00:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 + sudo snap remove --purge lxd 00:49:14 snap "lxd" is not installed 00:49:14 + sudo groupadd --force --system lxd 00:49:14 OK: 217 MiB in 51 packages 00:49:15 ++ whoami 00:49:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:49:15 + newgrp - lxd 00:49:15 + sudo snap install lxd 00:49:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:16 ---> 3ddba4f11031 00:49:16 Step 3/22 : WORKDIR /edgex-go 00:49:16 ---> Using cache 00:49:16 ---> 0b0e7a3f3c26 00:49:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:16 ---> Using cache 00:49:16 ---> a888f471dd62 00:49:16 Step 5/22 : RUN apk add --update --no-cache make git 00:49:16 ---> Using cache 00:49:16 ---> 095d26d34127 00:49:16 Step 6/22 : COPY go.mod . 00:49:16 ---> Using cache 00:49:16 ---> 0ddb9b8d8f29 00:49:16 Step 7/22 : RUN go mod download 00:49:16 ---> Using cache 00:49:16 ---> ec0ed736b73f 00:49:16 Step 8/22 : COPY . . 00:49:16 ---> Using cache 00:49:16 ---> 8f776f02ba26 00:49:16 Step 9/22 : RUN make cmd/core-command/core-command 00:49:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:16 ---> 3ddba4f11031 00:49:16 Step 3/24 : WORKDIR /edgex-go 00:49:16 ---> Using cache 00:49:16 ---> 0b0e7a3f3c26 00:49:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:16 ---> Using cache 00:49:16 ---> a888f471dd62 00:49:16 Step 5/24 : RUN apk add --update --no-cache make git 00:49:16 ---> Using cache 00:49:16 ---> 095d26d34127 00:49:16 Step 6/24 : COPY go.mod . 00:49:16 ---> Using cache 00:49:16 ---> 0ddb9b8d8f29 00:49:16 Step 7/24 : RUN go mod download 00:49:16 ---> Using cache 00:49:16 ---> ec0ed736b73f 00:49:16 Step 8/24 : COPY . . 00:49:16 ---> Using cache 00:49:16 ---> 8f776f02ba26 00:49:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:17 ---> 3ddba4f11031 00:49:17 Step 3/23 : WORKDIR /edgex-go 00:49:17 ---> Using cache 00:49:17 ---> 0b0e7a3f3c26 00:49:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:17 ---> Using cache 00:49:17 ---> a888f471dd62 00:49:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:17 ---> Running in 8a0fcf5082ff 00:49:17 ---> Running in 582e20de70dc 00:49:17 ---> Running in 41d1f1488198 00:49:17 Removing intermediate container 55f912553862 00:49:17 ---> 7c6862d23cc2 00:49:17 Step 6/26 : COPY go.mod . 00:49:19 ---> b2c3ce3c2935 00:49:19 Step 7/26 : RUN go mod download 00:49:19 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:49:19 ---> Running in ac2435a4f745 00:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:19 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:49:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 OK: 217 MiB in 51 packages 00:49:22 Removing intermediate container 582e20de70dc 00:49:22 ---> fd8ce513d84e 00:49:22 Step 6/23 : COPY go.mod . 00:49:23 2021-01-19T00:49:20Z INFO Waiting for automatic snapd restart... 00:49:23 Removing intermediate container ac2435a4f745 00:49:23 ---> 274d52d4a2dc 00:49:23 Step 8/26 : COPY . . 00:49:23 ---> 8a84cfa77bae 00:49:23 Step 7/23 : RUN go mod download 00:49:24 ---> Running in d5099b8daf0f 00:49:32 Removing intermediate container d5099b8daf0f 00:49:32 ---> b985324b43fc 00:49:32 Step 8/23 : COPY . . 00:49:35 lxd 4.10 from Canonical* installed 00:49:35 + sudo lxd init --auto 00:49:45 + sudo snap install --classic snapcraft 00:49:50 ---> 5eb19c506d9c 00:49:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:51 ---> Running in d70d9bb68d8f 00:49:52 snapcraft 4.4.4 from Canonical* installed 00:49:52 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:49:52 + patch --verbose -p1 00:49:52 Hmm... Looks like a unified diff to me... 00:49:52 The text leading up to this was: 00:49:52 -------------------------- 00:49:52 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:49:52 |From: Tony Espy 00:49:52 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:49:52 |Subject: [PATCH] optimize snap build for pipeline CI check 00:49:52 | 00:49:52 |This patch is used by the EdgeX CI pipeline builds to 00:49:52 |optimize the snap CI check run for pull requests. When 00:49:52 |applied, it essentially strips out everything (apps and 00:49:52 |parts) from the snapcraft.yaml file except those required 00:49:52 |to build edgex-go, as the whole idea of the CI check is to 00:49:52 |catch changes to edgex-go that break the snap build. 00:49:52 | 00:49:52 |In general, anyone updating snapcraft.yaml will also need 00:49:52 |to update this patch file, otherwise it may fail to apply, 00:49:52 |resulting in a failed snap build CI check in the associated 00:49:52 |pull request. 00:49:52 | 00:49:52 |Note - in addition to applying this patch, the pipeline also 00:49:52 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:49:52 |need to build the finally binary .snap file (and it won't 00:49:52 |work with the patch applied). This further reduces the build 00:49:52 |time. 00:49:52 |--- 00:49:52 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:49:52 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:49:52 | 00:49:52 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:49:52 |index 1e537489..faf42425 100644 00:49:52 |--- a/snap/snapcraft.yaml 00:49:52 |+++ b/snap/snapcraft.yaml 00:49:52 -------------------------- 00:49:52 patching file snap/snapcraft.yaml 00:49:52 Using Plan A... 00:49:52 Hunk #1 succeeded at 73. 00:49:52 Hunk #2 succeeded at 202 with fuzz 1. 00:49:52 Hunk #3 succeeded at 214 (offset -3 lines). 00:49:52 Hunk #4 succeeded at 222 (offset -3 lines). 00:49:52 Hunk #5 succeeded at 229 (offset -3 lines). 00:49:52 Hunk #6 succeeded at 256 (offset -3 lines). 00:49:52 Hunk #7 succeeded at 290 (offset -3 lines). 00:49:52 Hunk #8 succeeded at 342 (offset -2 lines). 00:49:52 Hmm... Ignoring the trailing garbage. 00:49:52 done 00:49:52 + sudo snapcraft prime --use-lxd 00:49:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:49:53 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:49:53 - README.md 00:49:53 - snapcraft.yaml.orig 00:49:53 00:49:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:49:55 Launching a container. 00:49: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:49:55 ---> 39e6513d6d46 00:49:55 Step 9/23 : RUN make cmd/core-data/core-data 00:49:55 ---> Running in e25c0496667c 00:49:55 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:50:05 Waiting for container to be ready 00:50:05 To start your first instance, try: lxc launch ubuntu:18.04 00:50:05 00:50:09 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:50:09 Waiting for network to be ready... 00:50:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:50:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:50:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] 00:50:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:50:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:50:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:50:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:50:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:50:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] 00:50:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:50:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:50:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:50:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:50:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:50:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:50:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:50:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:50:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:50:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:50:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] 00:50:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:50:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:50:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:50:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:50:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:50:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] 00:50:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] 00:50:14 Fetched 23.7 MB in 4s (6132 kB/s) 00:50:14 Reading package lists... 00:50:14 Reading package lists... 00:50:15 Building dependency tree... 00:50:15 Reading state information... 00:50:15 The following additional packages will be installed: 00:50:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:50:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:50:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:50:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:50:15 Suggested packages: 00:50:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:50:15 Recommended packages: 00:50:15 gnupg libsasl2-modules 00:50:15 The following NEW packages will be installed: 00:50:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:50:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:50:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:50:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:50:15 The following packages will be upgraded: 00:50:15 gpg gpg-agent gpgconf libudev1 00:50:15 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:50:15 Need to get 3533 kB of archives. 00:50:15 After this operation, 13.3 MB of additional disk space will be used. 00:50:15 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:50:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:50:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:50:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:50:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:50:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:50:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:50:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:50:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:50:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:50:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:50:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:50:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:50:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:50:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:50:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:50:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:50:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:50:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:50:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:50:16 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:50:16 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:50:16 debconf: delaying package configuration, since apt-utils is not installed 00:50:16 Fetched 3533 kB in 1s (2791 kB/s) 00:50:16 (Reading database ... 12511 files and directories currently installed.) 00:50:16 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:50:16 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:50:16 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:50:16 Selecting previously unselected package udev. 00:50:16 (Reading database ... 12511 files and directories currently installed.) 00:50:16 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:50:17 Unpacking udev (237-3ubuntu10.44) ... 00:50:17 Selecting previously unselected package libfuse2:amd64. 00:50:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:50:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:50:17 Selecting previously unselected package fuse. 00:50:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:50:17 Unpacking fuse (2.9.7-1ubuntu1) ... 00:50:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:17 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:17 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:17 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:17 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:17 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:17 Selecting previously unselected package libksba8:amd64. 00:50:17 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:50:17 Unpacking libksba8:amd64 (1.3.5-2) ... 00:50:18 Selecting previously unselected package libroken18-heimdal:amd64. 00:50:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:50:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:50:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:50:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libwind0-heimdal:amd64. 00:50:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:50:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:50:18 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:50:18 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:50:18 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:18 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:18 Selecting previously unselected package libsasl2-modules-db:amd64. 00:50:18 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:50:18 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:50:18 Selecting previously unselected package libsasl2-2:amd64. 00:50:18 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:50:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:50:19 Selecting previously unselected package libldap-common. 00:50:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:50:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:50:19 Selecting previously unselected package libldap-2.4-2:amd64. 00:50:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:50:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:50:19 Selecting previously unselected package dirmngr. 00:50:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:19 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:50:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:50:19 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:50:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:50:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:50:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:50:19 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:50:19 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:19 Setting up libksba8:amd64 (1.3.5-2) ... 00:50:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:50:19 Setting up udev (237-3ubuntu10.44) ... 00:50:20 invoke-rc.d: policy-rc.d denied execution of start. 00:50:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Processing triggers for systemd (237-3ubuntu10) ... 00:50:20 Setting up fuse (2.9.7-1ubuntu1) ... 00:50:20 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:50:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:50:20 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:50:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:50:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:50:21 settings in the [Install] section, and DefaultInstance for template units). 00:50:21 This means they are not meant to be enabled using systemctl. 00:50:21 Possible reasons for having this kind of units are: 00:50:21 1) A unit may be statically enabled by being symlinked from another unit's 00:50:21 .wants/ or .requires/ directory. 00:50:21 2) A unit's purpose may be to act as a helper for some other unit which has 00:50:21 a requirement dependency on it. 00:50:21 3) A unit may be started when needed via activation (socket, path, timer, 00:50:21 D-Bus, udev, scripted systemctl call, ...). 00:50:21 4) In case of template units, the unit is meant to be enabled with some 00:50:21 instance name specified. 00:50:21 Reading package lists... 00:50:21 Building dependency tree... 00:50:21 Reading state information... 00:50:21 The following additional packages will be installed: 00:50:21 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:50:21 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:50:21 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:50:21 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:50:21 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:50:21 Suggested packages: 00:50:21 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:50:21 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:50:21 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:50:21 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:50:21 systemd-container policykit-1 00:50:21 Recommended packages: 00:50:21 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:50:21 The following NEW packages will be installed: 00:50:21 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:50:21 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:50:21 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:50:21 multiarch-support openssh-client python3 python3-minimal python3.6 00:50:21 python3.6-minimal snapd squashfs-tools sudo 00:50:21 The following packages will be upgraded: 00:50:21 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:50:21 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:50:21 Need to get 35.2 MB of archives. 00:50:21 After this operation, 141 MB of additional disk space will be used. 00:50:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:50:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:50:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:50:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:50:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:50:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:50:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:50:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:50:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:50:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:50:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:50:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:50:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:50:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:50:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:50:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:50:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:50:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:23 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:50:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:50:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:50:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:50:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:50:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:50:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:50:23 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:50:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:50:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:50:23 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:50:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:50:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:50:24 debconf: delaying package configuration, since apt-utils is not installed 00:50:24 Fetched 35.2 MB in 2s (14.2 MB/s) 00:50:24 (Reading database ... 12757 files and directories currently installed.) 00:50:24 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:50:24 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:50:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:50:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:50:25 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:50:25 (Reading database ... 12757 files and directories currently installed.) 00:50:25 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:50:25 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:50:25 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:50:25 (Reading database ... 12757 files and directories currently installed.) 00:50:25 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:50:25 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:50:26 Setting up apt (1.6.12ubuntu0.2) ... 00:50:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:50:26 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:50:26 (Reading database ... 12764 files and directories currently installed.) 00:50:26 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:50:26 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:50:26 Selecting previously unselected package libpython3.6-minimal:amd64. 00:50:26 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:50:26 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:50:27 Selecting previously unselected package libexpat1:amd64. 00:50:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:50:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:50:27 Selecting previously unselected package python3.6-minimal. 00:50:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:50:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:50:27 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:50:27 Checking for services that may need to be restarted...done. 00:50:27 Checking for services that may need to be restarted...done. 00:50:27 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:50:27 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:50:27 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:50:28 Selecting previously unselected package python3-minimal. 00:50:28 (Reading database ... 13012 files and directories currently installed.) 00:50:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:50:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:50:28 Selecting previously unselected package mime-support. 00:50:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:50:28 Unpacking mime-support (3.60ubuntu1) ... 00:50:28 Selecting previously unselected package libmpdec2:amd64. 00:50:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:50:28 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:50:28 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:50:28 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:50:28 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:50:28 Selecting previously unselected package python3.6. 00:50:28 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:50:28 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:50:28 Selecting previously unselected package libpython3-stdlib:amd64. 00:50:28 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:50:28 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:50:28 Setting up python3-minimal (3.6.7-1~18.04) ... 00:50:29 Selecting previously unselected package python3. 00:50:29 (Reading database ... 13442 files and directories currently installed.) 00:50:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:50:29 Unpacking python3 (3.6.7-1~18.04) ... 00:50:29 Selecting previously unselected package multiarch-support. 00:50:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:50:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:50:29 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:50:29 Selecting previously unselected package liblzo2-2:amd64. 00:50:29 (Reading database ... 13479 files and directories currently installed.) 00:50:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:50:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:50:29 Selecting previously unselected package libbsd0:amd64. 00:50:29 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:50:29 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:50:29 Selecting previously unselected package sudo. 00:50:29 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:50:29 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:50:30 Selecting previously unselected package apparmor. 00:50:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:50:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:50:30 Selecting previously unselected package libedit2:amd64. 00:50:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:50:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:50:30 Selecting previously unselected package libkrb5support0:amd64. 00:50:30 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:50:30 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:50:30 Selecting previously unselected package libk5crypto3:amd64. 00:50:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:50:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:50:30 Selecting previously unselected package libkeyutils1:amd64. 00:50:30 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:50:30 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:50:30 Selecting previously unselected package libkrb5-3:amd64. 00:50:30 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:50:30 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:50:30 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:50:30 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:50:30 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:50:30 Selecting previously unselected package libssl1.0.0:amd64. 00:50:30 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:50:30 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:50:31 Selecting previously unselected package openssh-client. 00:50:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:50:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:50:31 Selecting previously unselected package squashfs-tools. 00:50:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:50:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:50:31 Selecting previously unselected package snapd. 00:50:31 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:50:31 Unpacking snapd (2.48+18.04) ... 00:50:33 Removing intermediate container 8a0fcf5082ff 00:50:33 ---> 7eeb53eaedd5 00:50:33 00:50:33 Step 10/22 : FROM scratch 00:50:33 ---> 00:50:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:33 ---> Using cache 00:50:33 ---> c4294093c4f5 00:50:33 Step 12/22 : ENV APP_PORT=48082 00:50:33 ---> Running in f1dcf1d6dcd5 00:50:33 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:50:33 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:50:33 Removing intermediate container f1dcf1d6dcd5 00:50:33 ---> f519f7a81a80 00:50:33 Step 13/22 : EXPOSE $APP_PORT 00:50:33 ---> Running in 95a572cee40f 00:50:33 Setting up mime-support (3.60ubuntu1) ... 00:50:33 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:50:33 Removing intermediate container 41d1f1488198 00:50:33 ---> ecc3a161630f 00:50:33 00:50:33 Step 10/24 : FROM alpine:3.12 00:50:33 ---> afeebe901d6b 00:50:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:33 ---> Using cache 00:50:33 ---> a6ce08e20cdb 00:50:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:33 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:50:33 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:50:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:50:33 Setting up systemd (237-3ubuntu10.44) ... 00:50:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:50:33 ---> Running in 405d47b8deda 00:50:34 Removing intermediate container 95a572cee40f 00:50:34 ---> 3d6dab83c077 00:50:34 Step 14/22 : WORKDIR / 00:50:34 ---> Running in 6787a4fb6757 00:50:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:50:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:50:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:50:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:50:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:50:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:50:34 Removing intermediate container 405d47b8deda 00:50:34 ---> 690b4afea105 00:50:34 Step 13/24 : WORKDIR / 00:50:34 ---> Running in 24b577e1c36e 00:50:35 Removing intermediate container 6787a4fb6757 00:50:35 ---> bec3a576a7ca 00:50:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:50:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:50:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:50:35 Setting up python3 (3.6.7-1~18.04) ... 00:50:35 running python rtupdate hooks for python3.6... 00:50:35 running python post-rtupdate hooks for python3.6... 00:50:35 Setting up apparmor (2.12-4ubuntu5.1) ... 00:50:35 Removing intermediate container 24b577e1c36e 00:50:35 ---> 89fd013349c3 00:50:35 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:50:36 ---> 46ddf5a8f69e 00:50:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:37 ---> 6798bb924add 00:50:37 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:50:37 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:50:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:50:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:50:37 Setting up snapd (2.48+18.04) ... 00:50:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:50:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:50:38 ---> dad02d0a8afe 00:50:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:50:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:50:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:50:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:50:38 ---> 2f19eb1ef433 00:50:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:50:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:50:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:50:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:50:39 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:50:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:50:39 Processing triggers for systemd (237-3ubuntu10.44) ... 00:50:39 ---> 0dd7175f3fa7 00:50:39 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:39 ---> Running in 78628159485b 00:50:39 ---> ffcfb3d6ed54 00:50:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:50:40 Removing intermediate container 78628159485b 00:50:40 ---> 140f5fe5afcb 00:50:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:41 ---> Running in df26c8675c82 00:50:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:50:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:50:42 ---> 24a6b3d1dc27 00:50:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:42 Removing intermediate container df26c8675c82 00:50:42 ---> 9f3f653d6497 00:50:42 Step 20/22 : LABEL arch=arm64 00:50:42 ---> Running in cb47f5cf176c 00:50:42 Reading package lists... 00:50:42 Reading package lists... 00:50:43 Building dependency tree... 00:50:43 Reading state information... 00:50:43 Calculating upgrade... 00:50:43 The following packages will be upgraded: 00:50:43 advancecomp base-files bash binutils binutils-common 00:50:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:50:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:50:43 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:50:43 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:50:43 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:50:43 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:50:43 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:50:43 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:50:43 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:50:43 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:50:43 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:50:43 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:50:43 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:50:43 ubuntu-keyring util-linux 00:50:43 Removing intermediate container cb47f5cf176c 00:50:43 ---> 476b09b1da6c 00:50:43 Step 21/22 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:50:43 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:50:43 Need to get 63.7 MB of archives. 00:50:43 After this operation, 5203 kB of additional disk space will be used. 00:50:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 00:50:43 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:50:44 ---> Running in 16dab17cb5df 00:50:44 ---> 22b0d2652aca 00:50:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:50:44 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:50:44 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:50:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:50:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:50:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:50:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:50:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:50:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:50:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:50:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:50:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:50:44 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:50:44 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:50:44 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:50:44 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:50:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:50:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:50:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:50:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:50:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:50:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:50:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:50:44 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:50:44 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:50:44 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:50:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:50:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:50:44 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:50:44 Removing intermediate container 16dab17cb5df 00:50:44 ---> ea057ec33c91 00:50:44 Step 22/22 : LABEL version=0.0.0 00:50:44 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:50:44 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:50:44 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:50:44 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:50:44 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:50:44 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:50:44 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:50:44 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:50:44 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:50:44 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:50:44 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:50:44 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:50:44 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:50:44 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:50:44 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:50:44 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:50:44 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:50:45 ---> Running in 055a02bdc162 00:50:45 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:50:45 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:50:45 ---> 1a7f2aa94c6b 00:50:45 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:50:45 ---> Running in b67aa93f3e0a 00:50:45 Removing intermediate container 055a02bdc162 00:50:45 ---> d8b845029b3b 00:50:45 00:50:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:50:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:50:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:50:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:50:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:50:46 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:50:46 Successfully built d8b845029b3b 00:50:46 Successfully tagged docker-core-command-go-arm64:latest 00:50:46 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:50:46 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:50:46 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:50:46 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:50:46 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:50:46 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:50:46 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:50:46 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:50:46 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:50:46 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:50:46 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:50:46 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:50:46 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:50:46 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:50:46 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:50:46 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:50:46 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:50:47 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:50:47 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:50:47 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:50:47 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:50:47 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:50:47 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:50:47 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:50:47 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:50:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:50:48 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:50:48 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:50:48 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:50:48 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:50:48 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:50:48 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:50:48 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:50:49  Building docker-core-command-go ... done Removing intermediate container b67aa93f3e0a 00:50:49 ---> 96554b5d7336 00:50:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:49 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:50:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:50:49 ---> Running in 7442bec6aefb 00:50:49 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:50:50 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:50:50 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:50:50 Removing intermediate container 7442bec6aefb 00:50:50 ---> dcdb8e64220e 00:50:50 Step 22/24 : LABEL arch=arm64 00:50:50 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:50:50 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:50:50 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:50:50 debconf: delaying package configuration, since apt-utils is not installed 00:50:50 ---> Running in cb4b350736d0 00:50:50 Fetched 63.7 MB in 7s (9142 kB/s) 00:50:50 (Reading database ... 13912 files and directories currently installed.) 00:50:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:50:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:50:51 Removing intermediate container cb4b350736d0 00:50:51 ---> 5fdbf44b5276 00:50:51 Step 23/24 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:50:51 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:50:51 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:50:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 00:50:51 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 00:50:51 ---> Running in 7a49928c7a06 00:50:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:52 Removing intermediate container 7a49928c7a06 00:50:52 ---> d9d5580ab596 00:50:52 Step 24/24 : LABEL version=0.0.0 00:50:52 ---> Running in 93b502fc606c 00:50:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:53 Removing intermediate container 93b502fc606c 00:50:53 ---> 703895e83b46 00:50:53 00:50:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:53 (Reading database ... 13911 files and directories currently installed.) 00:50:53 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:53 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:50:53 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:50:53 (Reading database ... 13911 files and directories currently installed.) 00:50:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:53 Successfully built 703895e83b46 00:50:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:50:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:50:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:53 (Reading database ... 13911 files and directories currently installed.) 00:50:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:50:54 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:50:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:50:54 (Reading database ... 13911 files and directories currently installed.) 00:50:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:50:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:50:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:50:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:50:55 Setting up base-files (10.1ubuntu2.10) ... 00:50:55 Installing new version of config file /etc/issue ... 00:50:55 Installing new version of config file /etc/issue.net ... 00:50:55 Installing new version of config file /etc/lsb-release ... 00:50:55 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:50:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:50:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:50:55 Removing obsolete conffile /etc/default/motd-news ... 00:50:55 (Reading database ... 13912 files and directories currently installed.) 00:50:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:50:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:50:55 Setting up bash (4.4.18-2ubuntu1.2) ... 00:50:55 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:50:55 (Reading database ... 13912 files and directories currently installed.) 00:50:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:50:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:50:56 (Reading database ... 13912 files and directories currently installed.) 00:50:56 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:50:56 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:50:56 Setting up tar (1.29b-2ubuntu0.2) ... 00:50:56 (Reading database ... 13912 files and directories currently installed.) 00:50:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:50:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:50:56 (Reading database ... 13912 files and directories currently installed.) 00:50:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:57 (Reading database ... 13912 files and directories currently installed.) 00:50:57 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:57 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:50:57 (Reading database ... 13912 files and directories currently installed.) 00:50:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:50:57 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:50:57 Setting up grep (3.1-2build1) ... 00:50:57 (Reading database ... 13912 files and directories currently installed.) 00:50:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:50:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:57 Setting up login (1:4.5-1ubuntu2) ... 00:50:57 (Reading database ... 13912 files and directories currently installed.) 00:50:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:58 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:50:58 (Reading database ... 13912 files and directories currently installed.) 00:50:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:58 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:58 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:50:59 (Reading database ... 13912 files and directories currently installed.) 00:50:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:50:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:51:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:51:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:51:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:51:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:51:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:51:00 (Reading database ... 13912 files and directories currently installed.) 00:51:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:51:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:51:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:51:01 (Reading database ... 13912 files and directories currently installed.) 00:51:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:01 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:01 (Reading database ... 13912 files and directories currently installed.) 00:51:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:01 (Reading database ... 13912 files and directories currently installed.) 00:51:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:02 (Reading database ... 13912 files and directories currently installed.) 00:51:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:02 (Reading database ... 13912 files and directories currently installed.) 00:51:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:51:02 (Reading database ... 13912 files and directories currently installed.) 00:51:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:51:03 (Reading database ... 13912 files and directories currently installed.) 00:51:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:03 (Reading database ... 13912 files and directories currently installed.) 00:51:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:03  Building docker-security-secretstore-setup-go ... done Removing intermediate container d70d9bb68d8f 00:51:03 ---> f121a6e30399 00:51:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:03 ---> Running in d1284cacfc37 00:51:03 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:51:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:51:03 (Reading database ... 13912 files and directories currently installed.) 00:51:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:51:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:51:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:51:04 (Reading database ... 13912 files and directories currently installed.) 00:51:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:51:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:51:05 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:51:05 (Reading database ... 13912 files and directories currently installed.) 00:51:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:51:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:51:05 (Reading database ... 13914 files and directories currently installed.) 00:51:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:51:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:51:06 Setting up debconf (1.5.66ubuntu1) ... 00:51:06 Removing intermediate container d1284cacfc37 00:51:06 ---> edaa89944c4e 00:51:06 00:51:06 Step 11/26 : FROM docker:20.10.0 00:51:06 (Reading database ... 13914 files and directories currently installed.) 00:51:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:51:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:06 20.10.0: Pulling from library/docker 00:51:06 (Reading database ... 13914 files and directories currently installed.) 00:51:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:51:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:06 (Reading database ... 13914 files and directories currently installed.) 00:51:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:51:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:07 (Reading database ... 13914 files and directories currently installed.) 00:51:07 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:51:07 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:51:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:51:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:51:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:51:07 (Reading database ... 13914 files and directories currently installed.) 00:51:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:51:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:51:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:51:08 (Reading database ... 13914 files and directories currently installed.) 00:51:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:51:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:09 (Reading database ... 13914 files and directories currently installed.) 00:51:09 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:51:09 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:51:09 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:51:09 (Reading database ... 13914 files and directories currently installed.) 00:51:09 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:51:09 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:51:09 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:51:09 (Reading database ... 13914 files and directories currently installed.) 00:51:09 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:51:09 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:51:09 Setting up passwd (1:4.5-1ubuntu2) ... 00:51:09 (Reading database ... 13914 files and directories currently installed.) 00:51:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:09 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:51:10 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:51:10 (Reading database ... 13914 files and directories currently installed.) 00:51:10 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:51:10 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:51:10 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:51:10 (Reading database ... 13914 files and directories currently installed.) 00:51:10 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:51:10 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:51:10 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:51:10 (Reading database ... 13914 files and directories currently installed.) 00:51:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:51:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:51:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:51:11 (Reading database ... 13914 files and directories currently installed.) 00:51:11 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:51:11 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:51:11 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:51:11 (Reading database ... 13914 files and directories currently installed.) 00:51:11 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:51:11 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:51:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:51:11 (Reading database ... 13914 files and directories currently installed.) 00:51:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:51:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:51:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:51:11 (Reading database ... 13915 files and directories currently installed.) 00:51:11 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:51:11 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:51:12 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:51:12 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:51:12 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:51:12 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:51:12 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:51:12 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:51:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:51:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:51:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:51:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:51:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:51:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:51:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:51:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:51:13 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:51:13 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:51:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:51:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:51:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:51:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:51:13 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:51:13 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:51:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:51:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:51:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:51:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:51:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:15 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:16 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:16 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:16 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:16 Status: Downloaded newer image for docker:20.10.0 00:51:16 ---> eeaf43b92773 00:51:16 Step 12/26 : RUN apk add --no-cache bash 00:51:16 Removing intermediate container e25c0496667c 00:51:16 ---> 4320ffb69335 00:51:16 00:51:16 Step 10/23 : FROM alpine:3.12 00:51:16 ---> afeebe901d6b 00:51:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:16 ---> Running in 9e7649b0431f 00:51:16 ---> Running in a9b6150391cd 00:51:16 Removing intermediate container a9b6150391cd 00:51:16 ---> 227d7b6b4337 00:51:16 Step 12/23 : ENV APP_PORT=48080 00:51:16 ---> Running in ae48c4cab1cf 00:51:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:17 Removing intermediate container ae48c4cab1cf 00:51:17 ---> 53ecd277725f 00:51:17 Step 13/23 : EXPOSE $APP_PORT 00:51:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:17 ---> Running in ccc08acb9bf1 00:51:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:17 (1/2) Installing readline (8.0.4-r0) 00:51:17 (2/2) Installing bash (5.0.17-r0) 00:51:17 Removing intermediate container ccc08acb9bf1 00:51:17 ---> 007e3c7dcf63 00:51:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:17 Executing bash-5.0.17-r0.post-install 00:51:17 Executing busybox-1.31.1-r19.trigger 00:51:17 OK: 12 MiB in 22 packages 00:51:18 ---> Running in c6a11865017d 00:51:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:19 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:19 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:19 Removing intermediate container 9e7649b0431f 00:51:19 ---> f6ba74fbd21f 00:51:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:19 ---> Running in d25382eb52bc 00:51:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:20 Removing intermediate container d25382eb52bc 00:51:20 ---> ce7fdb8630d9 00:51:20 Step 14/26 : ENV APP_PORT=48090 00:51:20 ---> Running in d01dc30f1887 00:51:20 Removing intermediate container c6a11865017d 00:51:20 ---> a9dd744ec650 00:51:20 Step 15/23 : RUN apk add --update --no-cache zeromq 00:51:20 ---> Running in cb2a0cb5f91f 00:51:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:51:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:51:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:51:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:51:20 Removing intermediate container d01dc30f1887 00:51:20 ---> 0e0a79ad9501 00:51:20 Step 15/26 : EXPOSE $APP_PORT 00:51:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:51:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:51:20 ---> Running in fce5f401fc26 00:51:21 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:51:21 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:51:21 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:51:21 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:51:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:51:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:51:21 Removing intermediate container fce5f401fc26 00:51:21 ---> 60780f317a5b 00:51:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:51:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:51:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:51:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:51:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:51:21 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:51:22 00:51:22 Current default time zone: 'Etc/UTC' 00:51:22 Local time is now: Tue Jan 19 00:51:21 UTC 2021. 00:51:22 Universal Time is now: Tue Jan 19 00:51:21 UTC 2021. 00:51:22 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:51:22 00:51:22 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:51:22 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:22 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 00:51:22 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:51:22 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:51:22 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:51:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:51:22 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:51:22 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:51:22 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:51:22 ---> f004276e417e 00:51:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:51:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:22 Setting up patch (2.7.6-2ubuntu1.1) ... 00:51:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:51:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:51:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:51:22 Installing new version of config file /etc/ssl/openssl.cnf ... 00:51:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:51:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:51:23 (1/5) Installing libgcc (9.3.0-r2) 00:51:23 (2/5) Installing libsodium (1.0.18-r0) 00:51:23 (3/5) Installing libstdc++ (9.3.0-r2) 00:51:23 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:51:23 (4/5) Installing libzmq (4.3.3-r0) 00:51:23 ---> cb90f8171536 00:51:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:23 (5/5) Installing zeromq (4.3.3-r0) 00:51:23 Executing busybox-1.31.1-r19.trigger 00:51:23 OK: 8 MiB in 19 packages 00:51:24 ---> 356679603e54 00:51:24 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:24 ---> Running in 6df07b37cee8 00:51:25 Updating certificates in /etc/ssl/certs... 00:51:25 Removing intermediate container cb2a0cb5f91f 00:51:25 ---> 345181b27abb 00:51:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:25 22 added, 17 removed; done. 00:51:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:51:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:26 ---> 6412530da6a2 00:51:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:26 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:51:26 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:51:26 Setting up pkgbinarymangler (138.18.04.1) ... 00:51:26 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:51:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up perl (5.26.1-6ubuntu0.5) ... 00:51:26 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:51:26 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:51:26 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:51:26 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:51:26 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:51:26 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:51:26 (1/33) Installing libbz2 (1.0.8-r1) 00:51:26 (2/33) Installing expat (2.2.9-r1) 00:51:26 (3/33) Installing libffi (3.3-r2) 00:51:26 (4/33) Installing gdbm (1.13-r1) 00:51:26 (5/33) Installing xz-libs (5.2.5-r0) 00:51:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:26 (7/33) Installing python3 (3.8.5-r0) 00:51:26 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:51:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:51:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:51:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:51:26 Processing triggers for systemd (237-3ubuntu10.44) ... 00:51:27 Processing triggers for mime-support (3.60ubuntu1) ... 00:51:27 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:51:27 Updating certificates in /etc/ssl/certs... 00:51:27 ---> 80418f0fc69a 00:51:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:27 0 added, 0 removed; done. 00:51:27 Running hooks in /etc/ca-certificates/update.d... 00:51:27 done. 00:51:28 Reading package lists... 00:51:28 ---> f5d753ed70ba 00:51:28 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:28 Building dependency tree... 00:51:28 Reading state information... 00:51:28 ---> Running in affc0d23e444 00:51:28 The following NEW packages will be installed: 00:51:28 apt-transport-https 00:51:28 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:51:28 Need to get 1696 B of archives. 00:51:28 After this operation, 153 kB of additional disk space will be used. 00:51:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:51:29 debconf: delaying package configuration, since apt-utils is not installed 00:51:29 Fetched 1696 B in 0s (8341 B/s) 00:51:29 Selecting previously unselected package apt-transport-https. 00:51:29 (Reading database ... 13929 files and directories currently installed.) 00:51:29 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:51:29 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:51:29 Removing intermediate container affc0d23e444 00:51:29 ---> 5cc9e1221986 00:51:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:29 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:51:29 ---> Running in cb2b019ff333 00:51:29 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:29 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:29 (11/33) Installing py3-six (1.15.0-r0) 00:51:29 (12/33) Installing py3-packaging (20.4-r0) 00:51:29 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:29 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:29 Waiting for network to be ready... 00:51:29 (15/33) Installing py3-idna (2.9-r0) 00:51:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:29 (18/33) Installing py3-requests (2.23.0-r0) 00:51:29 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:29 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:29 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:29 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:29 (24/33) Installing py3-distro (1.5.0-r1) 00:51:29 Removing intermediate container cb2b019ff333 00:51:29 ---> 6c95feba19d8 00:51:29 Step 21/23 : LABEL arch=arm64 00:51:29 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:29 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:29 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:29 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:29 (29/33) Installing py3-progress (1.5-r0) 00:51:29 (30/33) Installing py3-toml (0.10.1-r0) 00:51:29 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:29 (33/33) Installing py3-pip (20.1.1-r0) 00:51:30 Executing busybox-1.31.1-r19.trigger 00:51:30 OK: 71 MiB in 55 packages 00:51:30 ---> Running in cf78b4dcd345 00:51:30 Removing intermediate container cf78b4dcd345 00:51:30 ---> 323d342b9005 00:51:30 Step 22/23 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:51:31 ---> Running in a31d3ac91f0e 00:51:31 Removing intermediate container a31d3ac91f0e 00:51:31 ---> da7efb45f998 00:51:31 Step 23/23 : LABEL version=0.0.0 00:51:31 ---> Running in e27762c149aa 00:51:32 Removing intermediate container e27762c149aa 00:51:32 ---> 5c658390de2a 00:51:32 00:51:32 Successfully built 5c658390de2a 00:51:32 Successfully tagged docker-core-data-go-arm64:latest 00:51:34 2021-01-19T00:51:32Z INFO Waiting for automatic snapd restart... 00:51:35 snapd 2.48.2 from Canonical* installed 00:51:36 "snapd" switched to the "latest/stable" channel 00:51:36 00:51:36  Building docker-core-data-go ... done Removing intermediate container 6df07b37cee8 00:51:36 ---> edb2cdacdc23 00:51:36 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:36 ---> Running in 4e9e35a9c975 00:51:38 core18 20201210 from Canonical* installed 00:51:38 "core18" switched to the "latest/stable" channel 00:51:38 00:51:41 Collecting docker-compose==1.23.2 00:51:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:41 Collecting cached-property<2,>=1.2.0 00:51:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:42 snapcraft 4.4.4 from Canonical* installed 00:51:42 "snapcraft" switched to the "latest/stable" channel 00:51:42 00:51:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:43 Collecting docker<4.0,>=3.6.0 00:51:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:43 Collecting dockerpty<0.5,>=0.4.1 00:51:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:45 Collecting jsonschema<3,>=2.5.1 00:51:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:46 Collecting docopt<0.7,>=0.6.1 00:51:46 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:46 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:51:46 - README.md 00:51:46 - snapcraft.yaml.orig 00:51:46 00:51:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:51:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:48 Collecting texttable<0.10,>=0.9.0 00:51:48 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:50 Collecting PyYAML<4,>=3.10 00:51:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:51:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:51:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:51:53 Collecting websocket-client<1.0,>=0.32.0 00:51:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:53 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:51:53 Reading package lists... 00:51:53 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:51:54 Collecting urllib3<1.25,>=1.21.1 00:51:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:54 Collecting idna<2.8,>=2.5 00:51:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:54 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:51:54 Collecting docker-pycreds>=0.4.0 00:51:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:55 Installing collected packages: cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docopt, texttable, PyYAML, docker-compose 00:51:55 Attempting uninstall: urllib3 00:51:55 Found existing installation: urllib3 1.25.9 00:51:55 Uninstalling urllib3-1.25.9: 00:51:55 Successfully uninstalled urllib3-1.25.9 00:51:56 Attempting uninstall: idna 00:51:56 Found existing installation: idna 2.9 00:51:56 Uninstalling idna-2.9: 00:51:56 Successfully uninstalled idna-2.9 00:51:57 Attempting uninstall: requests 00:51:57 Found existing installation: requests 2.23.0 00:51:57 Uninstalling requests-2.23.0: 00:51:57 Successfully uninstalled requests-2.23.0 00:51:58 Running setup.py install for dockerpty: started 00:52:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:00 Reading package lists... 00:52:00 Building dependency tree... 00:52:00 Reading state information... 00:52:00 Suggested packages: 00:52:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:52:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:52:00 Recommended packages: 00:52:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:52:00 The following NEW packages will be installed: 00:52:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:52:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:52:00 pkg-config zip 00:52:00 Running setup.py install for dockerpty: finished with status 'done' 00:52:00 Running setup.py install for docopt: started 00:52:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:52:00 Need to get 7655 kB of archives. 00:52:00 After this operation, 43.7 MB of additional disk space will be used. 00:52:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:52:00 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:52:01 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:52:01 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:52:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:52:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:52:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:52:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:52:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:52:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:52:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:52:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:52:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:52:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:52:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:52:01 debconf: delaying package configuration, since apt-utils is not installed 00:52:01 Fetched 7655 kB in 1s (6509 kB/s) 00:52:02 Selecting previously unselected package libglib2.0-0:amd64. 00:52:02 (Reading database ... 13933 files and directories currently installed.) 00:52:02 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:52:02 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:52:02 Selecting previously unselected package libpsl5:amd64. 00:52:02 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:52:02 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:52:02 Selecting previously unselected package libnghttp2-14:amd64. 00:52:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:52:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:52:02 Selecting previously unselected package librtmp1:amd64. 00:52:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:52:02 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:52:02 Selecting previously unselected package libcurl3-gnutls:amd64. 00:52:02 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:52:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:52:02 Selecting previously unselected package liberror-perl. 00:52:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:52:02 Unpacking liberror-perl (0.17025-1) ... 00:52:02 Selecting previously unselected package git-man. 00:52:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:52:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:52:02 Running setup.py install for docopt: finished with status 'done' 00:52:02 Running setup.py install for texttable: started 00:52:02 Selecting previously unselected package git. 00:52:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:52:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:52:03 Selecting previously unselected package libnorm1:amd64. 00:52:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:52:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:52:03 Selecting previously unselected package libpgm-5.2-0:amd64. 00:52:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:52:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:52:04 Selecting previously unselected package libsodium23:amd64. 00:52:04 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:52:04 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:52:04 Selecting previously unselected package libzmq5:amd64. 00:52:04 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:52:04 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:52:04 Selecting previously unselected package libzmq3-dev:amd64. 00:52:04 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:52:04 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:52:04 Selecting previously unselected package pkg-config. 00:52:04 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:52:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:52:04 Selecting previously unselected package zip. 00:52:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:52:04 Unpacking zip (3.0-11build1) ... 00:52:04 Running setup.py install for texttable: finished with status 'done' 00:52:04 Running setup.py install for PyYAML: started 00:52:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:52:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:52:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:52:04 Setting up liberror-perl (0.17025-1) ... 00:52:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:52:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:52:05 No schema files found: doing nothing. 00:52:05 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:52:05 Setting up zip (3.0-11build1) ... 00:52:05 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:52:05 Setting up libsodium23:amd64 (1.0.16-2) ... 00:52:05 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:52:05 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:52:05 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:52:05 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:52:05 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:52:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:52:06 Running setup.py install for PyYAML: finished with status 'done' 00:52:07 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:52:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:11 git set to automatically installed. 00:52:11 git-man set to automatically installed. 00:52:11 libcurl3-gnutls set to automatically installed. 00:52:11 liberror-perl set to automatically installed. 00:52:11 libglib2.0-0 set to automatically installed. 00:52:11 libnghttp2-14 set to automatically installed. 00:52:11 libnorm1 set to automatically installed. 00:52:11 libpgm-5.2-0 set to automatically installed. 00:52:11 libpsl5 set to automatically installed. 00:52:11 librtmp1 set to automatically installed. 00:52:11 libsodium23 set to automatically installed. 00:52:11 libzmq3-dev set to automatically installed. 00:52:11 libzmq5 set to automatically installed. 00:52:11 pkg-config set to automatically installed. 00:52:11 zip set to automatically installed. 00:52:12 Removing intermediate container 4e9e35a9c975 00:52:12 ---> 2d895b8b41ea 00:52:12 Step 21/26 : RUN apk --no-cache add curl 00:52:12 ---> Running in 151913865ae0 00:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:13 (2/3) Installing libcurl (7.69.1-r3) 00:52:13 (3/3) Installing curl (7.69.1-r3) 00:52:13 Executing busybox-1.31.1-r19.trigger 00:52:13 OK: 71 MiB in 58 packages 00:52:13 snapd is not logged in, snap install commands will use sudo 00:52:14 Removing intermediate container 151913865ae0 00:52:14 ---> f65e1fc545a8 00:52:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:14 ---> Running in 7a33fb40eb49 00:52:15 Removing intermediate container 7a33fb40eb49 00:52:15 ---> c7dcf68ce9b8 00:52:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:15 ---> Running in 7dfd1c8e83b2 00:52:15 Removing intermediate container 7dfd1c8e83b2 00:52:15 ---> 29cda0f13146 00:52:15 Step 24/26 : LABEL arch=arm64 00:52:16 ---> Running in de0da5a3a15e 00:52:16 Removing intermediate container de0da5a3a15e 00:52:16 ---> c45cd67ea002 00:52:16 Step 25/26 : LABEL git_sha=26ccb024236b89bc3d516ac53aee4b076cedac15 00:52:16 ---> Running in 6f1273903e9c 00:52:17 Removing intermediate container 6f1273903e9c 00:52:17 ---> 68dd02c1f5ba 00:52:17 Step 26/26 : LABEL version=0.0.0 00:52:17 ---> Running in 2a71c6cc8165 00:52:17 Removing intermediate container 2a71c6cc8165 00:52:17 ---> 7b40284d58da 00:52:17 00:52:18 Successfully built 7b40284d58da 00:52:18 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:18  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:18 $ docker stop --time=1 950cabaa9207ad416a0f51d6b57e2f4224bc14822fd89b0de5fca95ac0605546 00:52:20 $ docker rm -f 950cabaa9207ad416a0f51d6b57e2f4224bc14822fd89b0de5fca95ac0605546 [Pipeline] // withDockerContainer 00:52:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:20 snap "core18" has no updates available [Pipeline] sh 00:52:20 + + grepdocker images docker 00:52:20 00:52:21 docker-sys-mgmt-agent-go-arm64 latest 7b40284d58da 3 seconds ago 300MB 00:52:21 docker-core-data-go-arm64 latest 5c658390de2a 48 seconds ago 21MB 00:52:21 docker-security-secretstore-setup-go-arm64 latest 703895e83b46 About a minute ago 23.4MB 00:52:21 docker-core-command-go-arm64 latest d8b845029b3b About a minute ago 9.98MB 00:52:21 docker-core-metadata-go-arm64 latest 46fb39ce62e9 3 minutes ago 12.3MB 00:52:21 docker-security-proxy-setup-go-arm64 latest ffef5116db44 3 minutes ago 23.2MB 00:52:21 docker-support-notifications-go-arm64 latest f687489ddb4f 3 minutes ago 11.4MB 00:52:21 docker-security-bootstrap-redis-go-arm64 latest 9644bb2ab973 3 minutes ago 15.1MB 00:52:21 docker-support-scheduler-go-arm64 latest a5116636ab51 4 minutes ago 10MB 00:52:21 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] } 00:52:21 Pulling config-common [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:52:22 Pulling go-build-helper 00:52:44 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:52:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:52:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:52:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] 00:52:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:52:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:52:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:52:44 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:52:44 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:52:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:52:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:52:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:52:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:52:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:52:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:52:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:52:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] 00:52:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:52:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:52:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] 00:52:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:52:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:52:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:52:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:52:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:52:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] 00:52:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] 00:52:44 Fetched 23.7 MB in 0s (0 B/s) 00:52:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:52:44 Fetched 96.5 kB in 0s (0 B/s) 00:52:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:52:44 Fetched 279 kB in 0s (0 B/s) 00:52:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:52:44 Fetched 122 kB in 0s (0 B/s) 00:52:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:52:44 Fetched 77.8 kB in 0s (0 B/s) 00:52:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:52:44 Fetched 8848 B in 0s (0 B/s) 00:52:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:52:44 Fetched 47.8 kB in 0s (0 B/s) 00:52:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:52:44 Fetched 45.6 kB in 0s (0 B/s) 00:52:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:52:44 Fetched 15.0 kB in 0s (0 B/s) 00:52:44 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:52:44 Fetched 214 kB in 0s (0 B/s) 00:52:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:52:44 Fetched 155 kB in 0s (0 B/s) 00:52:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:52:44 Fetched 50.6 kB in 0s (0 B/s) 00:52:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:52:44 Fetched 14.8 kB in 0s (0 B/s) 00:52:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:52:44 Fetched 41.8 kB in 0s (0 B/s) 00:52:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:52:44 Fetched 499 kB in 0s (0 B/s) 00:52:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:52:44 Fetched 111 kB in 0s (0 B/s) 00:52:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:52:44 Fetched 240 kB in 0s (0 B/s) 00:52:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:52:44 Fetched 29.3 kB in 0s (0 B/s) 00:52:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:52:44 Fetched 85.5 kB in 0s (0 B/s) 00:52:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:52:44 Fetched 24.5 kB in 0s (0 B/s) 00:52:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:52:44 Fetched 49.2 kB in 0s (0 B/s) 00:52:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:52:44 Fetched 54.2 kB in 0s (0 B/s) 00:52:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:52:44 Fetched 30.8 kB in 0s (0 B/s) 00:52:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:52:44 Fetched 17.0 kB in 0s (0 B/s) 00:52:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:52:44 Fetched 85.9 kB in 0s (0 B/s) 00:52:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:52:44 Fetched 8720 B in 0s (0 B/s) 00:52:44 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:52:44 Fetched 137 kB in 0s (0 B/s) 00:52:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:52:44 Fetched 119 kB in 0s (0 B/s) 00:52:44 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:52:44 Fetched 109 kB in 0s (0 B/s) 00:52:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:52:44 Fetched 11.1 kB in 0s (0 B/s) 00:52:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:52:44 Fetched 645 kB in 0s (0 B/s) 00:52:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:52:44 Fetched 41.3 kB in 0s (0 B/s) 00:52:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:52:44 Fetched 17.9 kB in 0s (0 B/s) 00:52:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:52:44 Fetched 368 kB in 0s (0 B/s) 00:52:44 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:52:44 Fetched 187 kB in 0s (0 B/s) 00:52:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:52:44 Fetched 175 kB in 0s (0 B/s) 00:52:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:52:47 Fetched 206 kB in 0s (0 B/s) 00:52:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:52:47 Fetched 1301 kB in 0s (0 B/s) 00:52:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:52:47 Fetched 36.2 kB in 0s (0 B/s) 00:52:47 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:52:47 Fetched 159 kB in 0s (0 B/s) 00:52:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:52:47 Fetched 107 kB in 0s (0 B/s) 00:52:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:52:47 Fetched 48.7 kB in 0s (0 B/s) 00:52:47 Pulling static-packages 00:52:47 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:52:47 Skipping pull go-build-helper (already ran) 00:52:47 Skipping pull static-packages (already ran) 00:52:47 Building go-build-helper 00:52:52 Building static-packages 00:52:53 Staging go-build-helper 00:52:54 Staging static-packages 00:52:55 Pulling go115 00:52:56 'edgex-go' has dependencies that need to be staged: go115 00:52:56 Skipping pull go115 (already ran) 00:52:56 Building go115 00:52:56 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:56 Dload Upload Total Spent Left Speed 00:52:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 674k 0 0 3078k 0 0:00:38 --:--:-- 0:00:38 3064k 49 115M 49 57.4M 0 0 47.3M 0 0:00:02 0:00:01 0:00:01 47.3M 100 115M 100 115M 0 0 53.1M 0 0:00:02 0:00:02 --:--:-- 53.1M 00:52:59 go1.15.2.linux-amd64.tar.gz: OK 00:53:03 Staging go115 00:53:08 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:53:08 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:53:08 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:53:08 Fetched 0 B in 0s (0 B/s) 00:53:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:53:08 Fetched 224 kB in 0s (0 B/s) 00:53:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:53:08 Fetched 157 kB in 0s (0 B/s) 00:53:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:53:08 Fetched 221 kB in 0s (0 B/s) 00:53:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:53:08 Fetched 143 kB in 0s (0 B/s) 00:53:08 Pulling edgex-go 00:53:09 Pulling version 00:53:10 Building config-common 00:53:12 Skipping build go-build-helper (already ran) 00:53:12 Skipping build static-packages (already ran) 00:53:12 Skipping build go115 (already ran) 00:53:12 Building edgex-go 00:53:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:53:14 go: downloading github.com/gorilla/mux v1.8.0 00:53:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 00:53:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 00:53:14 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:53:14 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:53:14 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:53:14 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 00:53:14 go: downloading github.com/google/uuid v1.1.4 00:53:14 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 00:53:14 go: downloading github.com/x448/float16 v0.8.4 00:53:14 go: downloading github.com/go-kit/kit v0.8.0 00:53:14 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:53:14 go: downloading gopkg.in/yaml.v2 v2.4.0 00:53:14 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:53:14 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:53:14 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:53:14 go: downloading github.com/imdario/mergo v0.3.11 00:53:14 go: downloading github.com/pkg/errors v0.8.1 00:53:14 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:53:14 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:53:14 go: downloading github.com/BurntSushi/toml v0.3.1 00:53:14 go: downloading github.com/pelletier/go-toml v1.2.0 00:53:14 go: downloading github.com/pebbe/zmq4 v1.2.2 00:53:14 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:53:14 go: downloading github.com/hashicorp/consul/api v1.1.0 00:53:14 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:53:14 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:53:14 go: downloading github.com/go-playground/universal-translator v0.17.0 00:53:14 go: downloading github.com/leodido/go-urn v1.2.0 00:53:14 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:53:14 go: downloading github.com/mitchellh/copystructure v1.0.0 00:53:14 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:53:14 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:53:14 go: downloading github.com/hashicorp/serf v0.8.2 00:53:14 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:53:14 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:53:14 go: downloading github.com/go-playground/locales v0.13.0 00:53:14 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:53:14 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:53:14 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:53:14 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:53:21 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:53:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:53:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:53:28 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:53:28 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:53:28 go: downloading github.com/stretchr/testify v1.6.1 00:53:28 go: downloading github.com/davecgh/go-spew v1.1.1 00:53:28 go: downloading github.com/pmezard/go-difflib v1.0.0 00:53:28 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:53:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:53:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:53:30 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:53:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:53:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:53:32 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:53:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:53:34 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:53:35 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:53:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:53:37 Building version 00:53:39 Staging config-common 00:53:40 Skipping stage go-build-helper (already ran) 00:53:40 Skipping stage static-packages (already ran) 00:53:40 Skipping stage go115 (already ran) 00:53:40 Staging edgex-go 00:53:41 Staging version 00:53:42 Priming config-common 00:53:43 Priming go-build-helper 00:53:44 Priming static-packages 00:53:46 Priming go115 00:53:47 Priming edgex-go 00:53:48 Priming version 00:53:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:53:52 provisioning config files... 00:53:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4963706850926009189tmp [Pipeline] { [Pipeline] sh 00:53:53 + set +x 00:53:53 + curl -s https://codecov.io/bash 00:53:53 + bash -s -- 00:53:53 00:53:53 _____ _ 00:53:53 / ____| | | 00:53:53 | | ___ __| | ___ ___ _____ __ 00:53:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:53 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:53 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:53 Bash-20210115-cec3c92 00:53:53 00:53:53 00:53:53 ==> git version 2.24.3 found 00:53:53 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:53:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:53:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:53:53 ==> Jenkins CI detected. 00:53:53 project root: . 00:53:53 --> token set from env 00:53:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:54 ==> Running gcov in . (disable via -X gcov) 00:53:54 ==> Python coveragepy not found 00:53:54 ==> Searching for coverage reports in: 00:53:54 + . 00:53:54 -> Found 1 reports 00:53:54 ==> Detecting git/mercurial file structure 00:53:54 ==> Reading reports 00:53:54 + ./coverage.out bytes=550280 00:53:54 ==> Appending adjustments 00:53:54 https://docs.codecov.io/docs/fixing-reports 00:54:00 + Found adjustments 00:54:00 ==> Gzipping contents 00:54:00 84K /tmp/codecov.Snuj8w.gz 00:54:00 ==> Uploading reports 00:54:00 url: https://codecov.io 00:54:00 query: branch=PR-3034&commit=26ccb024236b89bc3d516ac53aee4b076cedac15&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:54:00 -> Pinging Codecov 00:54:00 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=26ccb024236b89bc3d516ac53aee4b076cedac15&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:54:00 -> Uploading to 00:54:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/26ccb024236b89bc3d516ac53aee4b076cedac15/8aa959e8-1993-4129-aab8-02714e1f710f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T005359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d21d3261609d3f660c74d0f762e4a47d147fdc4af77bec0c3ca2f634435dacbc 00:54:00 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:00 Dload Upload Total Spent Left Speed 00:54:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83478 0 0 100 83478 0 114k --:--:-- --:--:-- --:--:-- 115k 00:54:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/26ccb024236b89bc3d516ac53aee4b076cedac15 [Pipeline] } 00:54:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:04 ---> package-listing.sh 00:54:04 ++ tr '[:upper:]' '[:lower:]' 00:54:04 ++ facter osfamily 00:54:04 + OS_FAMILY=redhat 00:54:04 + workspace=/w/workspace/edgex-go/4 00:54:04 + START_PACKAGES=/tmp/packages_start.txt 00:54:04 + END_PACKAGES=/tmp/packages_end.txt 00:54:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:04 + PACKAGES=/tmp/packages_start.txt 00:54:04 + '[' /w/workspace/edgex-go/4 ']' 00:54:04 + PACKAGES=/tmp/packages_end.txt 00:54:04 + case "${OS_FAMILY}" in 00:54:04 + rpm -qa 00:54:04 + sort 00:54:11 + '[' -f /tmp/packages_start.txt ']' 00:54:11 + '[' -f /tmp/packages_end.txt ']' 00:54:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:11 + '[' /w/workspace/edgex-go/4 ']' 00:54:11 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:54:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:54:11 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:12 00:54:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:13 alpine: Pulling from edgex-lftools-log-publisher 00:54:13 df20fa9351a1: Pulling fs layer 00:54:13 36b3adc4ff6f: Pulling fs layer 00:54:13 8ad3a11d3b57: Pulling fs layer 00:54:13 46f8f816bc3b: Pulling fs layer 00:54:13 93b61091891f: Pulling fs layer 00:54:13 93b9cdb0e59b: Pulling fs layer 00:54:13 5e14af77c1be: Pulling fs layer 00:54:13 01666e4c0597: Pulling fs layer 00:54:13 aa168da1d23b: Pulling fs layer 00:54:13 93b61091891f: Waiting 00:54:13 93b9cdb0e59b: Waiting 00:54:13 5e14af77c1be: Waiting 00:54:13 01666e4c0597: Waiting 00:54:13 aa168da1d23b: Waiting 00:54:13 46f8f816bc3b: Waiting 00:54:13 36b3adc4ff6f: Verifying Checksum 00:54:13 36b3adc4ff6f: Download complete 00:54:13 46f8f816bc3b: Verifying Checksum 00:54:13 46f8f816bc3b: Download complete 00:54:13 df20fa9351a1: Verifying Checksum 00:54:13 df20fa9351a1: Download complete 00:54:13 93b9cdb0e59b: Verifying Checksum 00:54:13 93b9cdb0e59b: Download complete 00:54:13 5e14af77c1be: Verifying Checksum 00:54:13 5e14af77c1be: Download complete 00:54:13 01666e4c0597: Verifying Checksum 00:54:13 01666e4c0597: Download complete 00:54:14 93b61091891f: Verifying Checksum 00:54:14 93b61091891f: Download complete 00:54:14 df20fa9351a1: Pull complete 00:54:15 36b3adc4ff6f: Pull complete 00:54:15 8ad3a11d3b57: Verifying Checksum 00:54:15 8ad3a11d3b57: Download complete 00:54:17 8ad3a11d3b57: Pull complete 00:54:17 46f8f816bc3b: Pull complete 00:54:18 93b61091891f: Pull complete 00:54:19 93b9cdb0e59b: Pull complete 00:54:20 5e14af77c1be: Pull complete 00:54:21 aa168da1d23b: Verifying Checksum 00:54:21 aa168da1d23b: Download complete 00:54:21 01666e4c0597: Pull complete 00:54:34 aa168da1d23b: Pull complete 00:54:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:35 prd-centos7-docker-4c-2g-21010 does not seem to be running inside a container 00:54:35 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:54:38 $ docker top 7bda8447c7f393f7dd71e3864c25c2bfe9346166543b10c238fe690b18036948 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:39 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:39 + mkdir -p /var/log/sa [Pipeline] sh 00:54:40 + ls /var/log/sa-host 00:54:40 + sadf -c /var/log/sa-host/sa19 00:54:40 file_magic: OK 00:54:40 HZ: Using current value: 100 00:54:40 file_header: OK 00:54:40 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:54:40 Statistics: 00:54:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:40 File successfully converted to sysstat format version 12.2.1 00:54:40 + sadf -c /var/log/sa-host/sa23 00:54:40 file_magic: OK 00:54:40 HZ: Using current value: 100 00:54:40 file_header: OK 00:54:40 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:54:40 Statistics: 00:54:40 Hnuu...uuuununununu... 00:54:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:40 provisioning config files... 00:54:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config202796883318340217tmp [Pipeline] { [Pipeline] echo 00:54:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:41 ---> create-netrc.sh [Pipeline] } 00:54:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:41 ---> python-tools-install.sh [Pipeline] echo 00:54:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:41 ---> sudo-logs.sh 00:54:41 Archiving 'sudo' log.. [Pipeline] echo 00:54:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:42 ---> job-cost.sh 00:54:42 lf-activate-venv: SKIPPING 00:54:42 INFO: No Stack... 00:54:43 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:44 INFO: Archiving Costs [Pipeline] echo 00:54:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:44 ---> logs-deploy.sh 00:54:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/4 00:54:44 INFO: archiving workspace using pattern(s): 00:54:46 Archives upload complete. 00:54:46 INFO: archiving logs to Nexus