Pull request #3048 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ffa95b353c5b7caeaa4249210358a1a21b6c9aae+250a43ed1e9b8198fb10735cc1ab2371f89d298c (6ca25c3a948d9d06ec027b9575d8268b460f589a) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21229 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit ffa95b353c5b7caeaa4249210358a1a21b6c9aae Merge succeeded, producing ffa95b353c5b7caeaa4249210358a1a21b6c9aae Checking out Revision ffa95b353c5b7caeaa4249210358a1a21b6c9aae (PR-3048) > 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/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # 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 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:09:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk be6d947124f5a81b852737c78bb03dc245a91d31 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:09:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:09:12 ========================================================= 17:09:12 EdgeX Global Pipelines Version Info 17:09:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:09:13 ------------------- 17:09:13 stable info: 17:09:13 ------------------- 17:09:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:09:13 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 17:09:13 Message: update stable to v1.0.177 17:09:14 ------------------- 17:09:14 experimental info: 17:09:14 ------------------- 17:09:14 Commited By: **** collab-it+edgex@linuxfoundation.org 17:09:14 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 17:09:14 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:09:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:09:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:09:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3048 [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3048 [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3048 [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffa95b353c5b7caeaa4249210358a1a21b6c9aae [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffa95b3 [Pipeline] echo 17:09:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:09:17 provisioning config files... 17:09:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3010755397796714038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:09:18 ---> docker-login.sh 17:09:18 nexus3.edgexfoundry.org:10001 17:09:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:18 Configure a credential helper to remove this warning. See 17:09:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:18 17:09:18 Login Succeeded 17:09:18 nexus3.edgexfoundry.org:10002 17:09:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:18 Configure a credential helper to remove this warning. See 17:09:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:18 17:09:18 Login Succeeded 17:09:18 nexus3.edgexfoundry.org:10003 17:09:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:18 Configure a credential helper to remove this warning. See 17:09:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:18 17:09:18 Login Succeeded 17:09:18 nexus3.edgexfoundry.org:10004 17:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:19 Configure a credential helper to remove this warning. See 17:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:19 17:09:19 Login Succeeded 17:09:19 docker.io 17:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:19 Configure a credential helper to remove this warning. See 17:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:19 17:09:19 Login Succeeded 17:09:19 ---> docker-login.sh ends [Pipeline] } 17:09:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:19 ++ 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 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/core-command/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo core-command,cmd/core-command/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/core-data/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo core-data,cmd/core-data/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/core-metadata/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo core-metadata,cmd/core-metadata/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/security-proxy-setup/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/support-notifications/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo support-notifications,cmd/support-notifications/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/support-scheduler/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:09:19 + for file in '`ls cmd/**/Dockerfile`' 17:09:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:09:19 ++ cut -d/ -f2 17:09:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:09:20 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 17:09:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:09:21 17:09:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:09:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:09:21 latest: Pulling from edgex-devops/git-semver 17:09:21 31603596830f: Pulling fs layer 17:09:21 2a8b12db71e7: Pulling fs layer 17:09:21 6ca5941a6612: Pulling fs layer 17:09:21 ecc8261a40a4: Pulling fs layer 17:09:21 ecc8261a40a4: Waiting 17:09:21 2a8b12db71e7: Verifying Checksum 17:09:21 2a8b12db71e7: Download complete 17:09:21 31603596830f: Verifying Checksum 17:09:21 31603596830f: Download complete 17:09:21 ecc8261a40a4: Verifying Checksum 17:09:21 ecc8261a40a4: Download complete 17:09:21 6ca5941a6612: Verifying Checksum 17:09:21 6ca5941a6612: Download complete 17:09:22 31603596830f: Pull complete 17:09:22 2a8b12db71e7: Pull complete 17:09:23 6ca5941a6612: Pull complete 17:09:23 ecc8261a40a4: Pull complete 17:09:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:09:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:09:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:09:23 prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container 17:09:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:09:26 $ docker top 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:09:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:26 [ssh-agent] Looking for ssh-agent implementation... 17:09:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:26 $ docker exec 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent 17:09:27 SSH_AUTH_SOCK=/tmp/ssh-zWIX9HMFSkFc/agent.12 17:09:27 SSH_AGENT_PID=18 17:09:27 Running ssh-add (command line suppressed) 17:09:27 Identity added: /w/workspace/edgex-go/3@tmp/private_key_9165599494425062779.key (/w/workspace/edgex-go/3@tmp/private_key_9165599494425062779.key) 17:09:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:27 + git tag --points-at HEAD [Pipeline] } 17:09:27 $ docker exec --env ******** --env ******** 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent -k 17:09:27 unset SSH_AUTH_SOCK; 17:09:27 unset SSH_AGENT_PID; 17:09:27 echo Agent pid 18 killed; 17:09:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:09:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:27 [ssh-agent] Looking for ssh-agent implementation... 17:09:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:28 $ docker exec 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent 17:09:28 SSH_AUTH_SOCK=/tmp/ssh-O3vs6sm59yK9/agent.47 17:09:28 SSH_AGENT_PID=52 17:09:28 Running ssh-add (command line suppressed) 17:09:28 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6698883730147969085.key (/w/workspace/edgex-go/3@tmp/private_key_6698883730147969085.key) 17:09:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:28 + git semver init 17:09:28 # -> Open(): unable to determine branch for HEAD 17:09:28 # $GIT_DIR = /w/workspace/edgex-go/3/.git 17:09:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 17:09:28 # $SEMVER_REMOTE_NAME = origin 17:09:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:09:28 # $SEMVER_USER_NAME = edgex-jenkins 17:09:28 # $SEMVER_BRANCH = PR-3048 17:09:28 # $SEMVER_TEMP = /tmp/semver-717782885 17:09:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:10:00 # '/tmp/semver-717782885' -> '/w/workspace/edgex-go/3/.semver' 17:10:00 # -> Force: false 17:10:00 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 17:10:00 $ docker exec --env ******** --env ******** 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent -k 17:10:01 unset SSH_AUTH_SOCK; 17:10:01 unset SSH_AGENT_PID; 17:10:01 echo Agent pid 52 killed; 17:10:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:10:01 + git semver [Pipeline] } 17:10:01 $ docker stop --time=1 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 17:10:03 $ docker rm -f 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 [Pipeline] // withDockerContainer [Pipeline] sh 17:10:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:10:04 Stashed 1 file(s) [Pipeline] echo 17:10:04 [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 17:10:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:10:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:10:06 + sudo service docker restart 17:10:06 + true 17:10:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:10:07 ========================================================= 17:10:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:10:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:07 + 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 . 17:10:10 Sending build context to Docker daemon 326.6MB 17:10:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:10:10 Step 2/6 : FROM ${BASE} 17:10:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:10:11 188c0c94c7c5: Pulling fs layer 17:10:11 0ef7d3d256c8: Pulling fs layer 17:10:11 de9db76c5a1d: Pulling fs layer 17:10:11 bca2f99d35d6: Pulling fs layer 17:10:11 93359f2a8cfa: Pulling fs layer 17:10:11 7c6f9722023f: Pulling fs layer 17:10:11 a35cf1a2eb13: Pulling fs layer 17:10:11 93359f2a8cfa: Waiting 17:10:11 7c6f9722023f: Waiting 17:10:11 a35cf1a2eb13: Waiting 17:10:11 bca2f99d35d6: Waiting 17:10:11 de9db76c5a1d: Verifying Checksum 17:10:11 de9db76c5a1d: Download complete 17:10:11 0ef7d3d256c8: Download complete 17:10:11 93359f2a8cfa: Verifying Checksum 17:10:11 93359f2a8cfa: Download complete 17:10:11 7c6f9722023f: Verifying Checksum 17:10:11 7c6f9722023f: Download complete 17:10:11 188c0c94c7c5: Verifying Checksum 17:10:11 188c0c94c7c5: Download complete 17:10:11 188c0c94c7c5: Pull complete 17:10:11 0ef7d3d256c8: Pull complete 17:10:12 de9db76c5a1d: Pull complete 17:10:13 a35cf1a2eb13: Verifying Checksum 17:10:13 a35cf1a2eb13: Download complete 17:10:14 bca2f99d35d6: Download complete 17:10:20 bca2f99d35d6: Pull complete 17:10:20 Still waiting to schedule task 17:10:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:10:20 93359f2a8cfa: Pull complete 17:10:20 7c6f9722023f: Pull complete 17:10:24 a35cf1a2eb13: Pull complete 17:10:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:10:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:10:24 ---> a62c8e92a672 17:10:24 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 17:10:25 ---> Running in 8afa4005ab61 17:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:27 (1/12) Installing libmagic (5.38-r0) 17:10:27 (2/12) Installing file (5.38-r0) 17:10:27 (3/12) Installing libc-dev (0.7.2-r3) 17:10:27 (4/12) Installing g++ (9.3.0-r2) 17:10:35 (5/12) Installing fortify-headers (1.1-r0) 17:10:35 (6/12) Installing patch (2.7.6-r6) 17:10:35 (7/12) Installing build-base (0.5-r2) 17:10:35 (8/12) Installing libsodium (1.0.18-r0) 17:10:35 (9/12) Installing pkgconf (1.7.2-r0) 17:10:35 (10/12) Installing libsodium-dev (1.0.18-r0) 17:10:35 (11/12) Installing libzmq (4.3.3-r0) 17:10:35 (12/12) Installing zeromq-dev (4.3.3-r0) 17:10:35 Executing busybox-1.31.1-r19.trigger 17:10:35 OK: 233 MiB in 51 packages 17:10:41 Removing intermediate container 8afa4005ab61 17:10:41 ---> c5617e9aeca9 17:10:41 Step 4/6 : WORKDIR /edgex-go 17:10:41 ---> Running in 602aa3a73e46 17:10:41 Removing intermediate container 602aa3a73e46 17:10:41 ---> eac72dc0445a 17:10:41 Step 5/6 : COPY go.mod . 17:10:41 ---> 57bc3d41be57 17:10:41 Step 6/6 : RUN go mod download 17:10:41 ---> Running in 8b54187d809f 17:11:03 Removing intermediate container 8b54187d809f 17:11:03 ---> 33e6aa439395 17:11:03 Successfully built 33e6aa439395 17:11:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:11:03 + docker inspect -f . ci-base-image-x86_64 17:11:03 . [Pipeline] withDockerContainer 17:11:03 prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container 17:11:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 17:11:04 $ docker top d1b9049011f15fc9211838513934b2a500e66d5b1197324dd324f5c32ee57f1e -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:05 + go version 17:11:05 go version go1.15.5 linux/amd64 [Pipeline] } 17:11:05 $ docker stop --time=1 d1b9049011f15fc9211838513934b2a500e66d5b1197324dd324f5c32ee57f1e 17:11:06 $ docker rm -f d1b9049011f15fc9211838513934b2a500e66d5b1197324dd324f5c32ee57f1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:07 + docker inspect -f . ci-base-image-x86_64 17:11:07 . [Pipeline] withDockerContainer 17:11:07 prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container 17:11:07 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 17:11:08 $ docker top 1a2054dad0079323673d85793f54728b6923fbaf72d3985597c8beceb7ba8be1 -eo pid,comm [Pipeline] { [Pipeline] echo 17:11:08 ========================================================= 17:11:08 [edgeXBuildGoParallel] Running Tests and Build... 17:11:08 ========================================================= [Pipeline] sh 17:11:08 + make test 17:11:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:11:18 ? github.com/edgexfoundry/edgex-go [no test files] 17:11:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:11:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:11:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:11:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:11:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:11:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:11:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 17:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:11:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.0% of statements 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:11:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:11:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:11:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 67.9% of statements 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:11:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.429s coverage: 82.3% of statements 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.455s coverage: 92.8% of statements 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.048s coverage: 80.8% of statements 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 17:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements 17:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.225s coverage: 63.5% of statements 17:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 17:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 17:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 17:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 17:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 17:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.394s coverage: 68.9% of statements 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.370s coverage: 84.0% of statements 17:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 17:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 17:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.754s coverage: 29.1% of statements 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:12:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 17:12:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 17:12:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 17:12:06 GO111MODULE=on go vet ./... 17:12:33 gofmt -l . 17:12:33 [ "`gofmt -l .`" = "" ] 17:12:33 ./bin/test-go-mod-tidy.sh 17:12:33 ./bin/test-attribution-txt.sh [Pipeline] sh 17:12:33 + ls -al . 17:12:33 total 656 17:12:33 drwxrwxr-x 10 1001 1001 4096 Jan 19 17:12 . 17:12:33 drwxr-xr-x 4 root root 28 Jan 19 17:11 .. 17:12:33 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:09 .dockerignore 17:12:33 drwxrwxr-x 8 1001 1001 179 Jan 19 17:09 .git 17:12:33 drwxrwxr-x 3 1001 1001 125 Jan 19 17:09 .github 17:12:33 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:09 .gitignore 17:12:33 drwx------ 3 1001 1001 47 Jan 19 17:10 .semver 17:12:33 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:09 .sonarcloud.properties 17:12:33 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:09 Attribution.txt 17:12:33 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:09 CONTRIBUTING.md 17:12:33 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:09 Dockerfile.build 17:12:33 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:09 Jenkinsfile 17:12:33 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:09 LICENSE 17:12:33 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:09 Makefile 17:12:33 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:09 README.md 17:12:33 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:09 SECURITY.md 17:12:33 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION 17:12:33 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:09 ZMQWindows.md 17:12:33 drwxrwxr-x 2 1001 1001 117 Jan 19 17:09 bin 17:12:33 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:09 cmd 17:12:33 -rw-r--r-- 1 root root 550280 Jan 19 17:12 coverage.out 17:12:33 -rw-r--r-- 1 root root 981 Jan 19 17:12 go.mod 17:12:33 -rw-r--r-- 1 root root 19326 Jan 19 17:12 go.sum 17:12:33 drwxrwxr-x 8 1001 1001 127 Jan 19 17:09 internal 17:12:33 drwxrwxr-x 4 1001 1001 26 Jan 19 17:09 openapi 17:12:33 drwxrwxr-x 4 1001 1001 71 Jan 19 17:09 snap 17:12:33 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:09 version.go [Pipeline] sh 17:12:33 + '[' -e coverage.out ] 17:12:33 + chown 1001:1001 coverage.out [Pipeline] stash 17:12:33 Stashed 1 file(s) [Pipeline] sh 17:12:34 + make build 17:12:34 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 17:12:37 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 17:12:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:12:47 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 17:12:48 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 17:12:48 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 17:12:50 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 17:12:51 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 17:12:52 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 17:12:54 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 17:12: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 17:12: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] } 17:12:57 $ docker stop --time=1 1a2054dad0079323673d85793f54728b6923fbaf72d3985597c8beceb7ba8be1 17:12:59 $ docker rm -f 1a2054dad0079323673d85793f54728b6923fbaf72d3985597c8beceb7ba8be1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:13:01 17:13:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:13:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:13:01 latest: Pulling from edgex-devops/edgex-compose 17:13:01 cbdbe7a5bc2a: Pulling fs layer 17:13:01 ca9280d653b3: Pulling fs layer 17:13:01 7e9c9ca2126c: Pulling fs layer 17:13:01 cbdbe7a5bc2a: Verifying Checksum 17:13:01 cbdbe7a5bc2a: Download complete 17:13:02 cbdbe7a5bc2a: Pull complete 17:13:02 ca9280d653b3: Verifying Checksum 17:13:02 ca9280d653b3: Download complete 17:13:04 ca9280d653b3: Pull complete 17:13:04 7e9c9ca2126c: Verifying Checksum 17:13:04 7e9c9ca2126c: Download complete 17:13:10 7e9c9ca2126c: Pull complete 17:13:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:13:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:13:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:13:11 prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container 17:13:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:13:14 $ docker top fb3648027b2ae4990ec72ce88c986a83a7b9b237ff44f0a1bb84380958a8b8a0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:14 + docker-compose build --help 17:13:14 + grep parallel 17:13:15 --parallel Build images in parallel. [Pipeline] } 17:13:16 $ docker stop --time=1 fb3648027b2ae4990ec72ce88c986a83a7b9b237ff44f0a1bb84380958a8b8a0 17:13:17 $ docker rm -f fb3648027b2ae4990ec72ce88c986a83a7b9b237ff44f0a1bb84380958a8b8a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:13:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:13:18 . [Pipeline] withDockerContainer 17:13:18 prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container 17:13:18 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:latest cat 17:13:18 $ docker top ccad4efe331a8c810467fc46e027766aa3a4c08250712393094e1c19f659428e -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:19 + docker-compose -f ./docker-compose-build.yml build --parallel 17:13:20 Building docker-core-command-go ... 17:13:20 Building docker-core-data-go ... 17:13:20 Building docker-core-metadata-go ... 17:13:20 Building docker-security-bootstrap-redis-go ... 17:13:20 Building docker-security-proxy-setup-go ... 17:13:20 Building docker-security-secretstore-setup-go ... 17:13:20 Building docker-support-notifications-go ... 17:13:20 Building docker-support-scheduler-go ... 17:13:20 Building docker-sys-mgmt-agent-go ... 17:13:20 Building docker-security-proxy-setup-go 17:13:20 Building docker-security-secretstore-setup-go 17:13:20 Building docker-core-command-go 17:13:20 Building docker-core-metadata-go 17:13:20 Building docker-support-scheduler-go 17:13:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:13:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:13:52 ---> 33e6aa439395 17:13:52 Step 3/21 : WORKDIR /edgex-go 17:13:52 17:13:52 ---> 33e6aa439395 17:13:52 Step 3/24 : WORKDIR /edgex-go 17:13:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:52 ---> 33e6aa439395 17:13:52 Step 3/22 : WORKDIR /edgex-go 17:13:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:13:52 ---> 33e6aa439395 17:13:52 Step 3/21 : WORKDIR /edgex-go 17:13:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:52 ---> 33e6aa439395 17:13:52 Step 3/22 : WORKDIR /edgex-go 17:13:52 ---> Running in 7bc1eed110bc 17:13:52 ---> Running in d9ebac80c66c 17:13:52 ---> Running in a5e082f48fdd 17:13:52 ---> Running in 24f232e66da5 17:13:52 ---> Running in cf7dfce36bc8 17:13:53 Removing intermediate container 7bc1eed110bc 17:13:53 ---> 7ae7560a2054 17:13:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:53 Removing intermediate container 24f232e66da5 17:13:53 ---> cc7a8073cc7d 17:13:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:53 Removing intermediate container cf7dfce36bc8 17:13:53 ---> 2ea258305289 17:13:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:53 Removing intermediate container d9ebac80c66c 17:13:53 ---> f5b7d52fe167 17:13:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:53 Removing intermediate container a5e082f48fdd 17:13:53 ---> a2d90dc9d859 17:13:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:53 ---> Running in 2c3acb1ce62c 17:13:53 ---> Running in 727a44b97ee7 17:13:53 ---> Running in b6337472efb6 17:13:53 ---> Running in 6a1bfceb4c08 17:13:53 ---> Running in 9b29a26e2ea5 17:13:55 Removing intermediate container 2c3acb1ce62c 17:13:55 ---> d450382cb355 17:13:55 Step 5/22 : RUN apk add --update --no-cache make git 17:13:55 Removing intermediate container 727a44b97ee7 17:13:55 ---> 4814ac244f4f 17:13:55 Step 5/24 : RUN apk add --update --no-cache make git 17:13:55 Removing intermediate container b6337472efb6 17:13:55 ---> ffb0ccfc7aef 17:13:55 Step 5/21 : RUN apk add --update --no-cache make git 17:13:56 Removing intermediate container 9b29a26e2ea5 17:13:56 ---> 125f8246d76b 17:13:56 Step 5/22 : RUN apk add --update --no-cache make git 17:13:56 Removing intermediate container 6a1bfceb4c08 17:13:56 ---> dd28ebbcf0ed 17:13:56 Step 5/21 : RUN apk add --update --no-cache make git 17:13:56 ---> Running in 5b88d64057ca 17:13:56 ---> Running in 6c6fdfd14daa 17:13:56 ---> Running in e7fd79829b16 17:13:56 ---> Running in e7498065eb8c 17:13:56 ---> Running in 20ee284df1f7 17:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:58 OK: 233 MiB in 51 packages 17:13:58 OK: 233 MiB in 51 packages 17:13:58 OK: 233 MiB in 51 packages 17:13:59 Removing intermediate container 6c6fdfd14daa 17:13:59 ---> d1286e05d5e8 17:13:59 Step 6/24 : COPY go.mod . 17:13:59 OK: 233 MiB in 51 packages 17:13:59 OK: 233 MiB in 51 packages 17:13:59 ---> 152c6a5f9871 17:13:59 Step 7/24 : RUN go mod download 17:13:59 Removing intermediate container 5b88d64057ca 17:13:59 ---> 88b8ca169e45 17:13:59 Step 6/22 : COPY go.mod . 17:13:59 ---> Running in 10ccdd568d87 17:13:59 Removing intermediate container 20ee284df1f7 17:13:59 ---> 6a81fbd048da 17:13:59 Step 6/21 : COPY go.mod . 17:13:59 ---> 2824c0a710f1 17:13:59 Step 7/22 : RUN go mod download 17:14:00 ---> Running in 3dde2c296418 17:14:00 ---> 684dac87854f 17:14:00 Step 7/21 : RUN go mod download 17:14:00 Removing intermediate container e7fd79829b16 17:14:00 ---> b50cc88415c2 17:14:00 Step 6/21 : COPY go.mod . 17:14:00 ---> Running in bc1485261e0a 17:14:00 Removing intermediate container e7498065eb8c 17:14:00 ---> d8d4f793900c 17:14:00 Step 6/22 : COPY go.mod . 17:14:01 ---> 2dfc3a422ab0 17:14:01 Step 7/21 : RUN go mod download 17:14:01 ---> Running in 992c5986b77f 17:14:01 ---> 8e4ab066fc41 17:14:01 Step 7/22 : RUN go mod download 17:14:01 ---> Running in c94358c1cc8a 17:14:03 Removing intermediate container 3dde2c296418 17:14:03 ---> 02d9b616b933 17:14:03 Step 8/22 : COPY . . 17:14:03 Removing intermediate container bc1485261e0a 17:14:03 ---> 17f9bf40e304 17:14:03 Step 8/21 : COPY . . 17:14:03 Removing intermediate container 10ccdd568d87 17:14:03 ---> 81c37fa03acf 17:14:03 Step 8/24 : COPY . . 17:14:03 Removing intermediate container 992c5986b77f 17:14:03 ---> bce613f21f9f 17:14:03 Step 8/21 : COPY . . 17:14:03 Removing intermediate container c94358c1cc8a 17:14:03 ---> 5efabd660f27 17:14:03 Step 8/22 : COPY . . 17:14:43 ---> 5ba2095a64b4 17:14:43 Step 9/22 : RUN make cmd/core-command/core-command 17:14:43 ---> 83a6a95cbeed 17:14:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:14:43 ---> 9114edc32ba4 17:14:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler ---> b74558e0b1e1 17:14:43 17:14:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:14:43 ---> 2fdc120ae451 17:14:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:14:43 ---> Running in fac9d60a8e58 17:14:43 ---> Running in 30643755d7e1 17:14:43 ---> Running in 49a358496cd3 17:14:43 ---> Running in 3e05dc9bf3eb 17:14:43 ---> Running in 28cab06fe56d 17:14:43 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 17:14:43 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 17:14:43 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 17:14:43 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 17:14:43 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 17:14:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21236 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws 17:14:58 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:15:02 using credential edgex-jenkins-ssh 17:15:02 Cloning the remote Git repository 17:15:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:15:03 > git init /w/workspace/edgex-go/3 # timeout=10 17:15:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:15:03 > git --version # timeout=10 17:15:03 > git --version # 'git version 2.17.1' 17:15:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:15:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:15:09 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 17:15:09 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 17:15:19 Removing intermediate container 30643755d7e1 17:15:19 ---> 23609865ce73 17:15:19 17:15:19 Step 10/24 : FROM alpine:3.12 17:15:19 Removing intermediate container fac9d60a8e58 17:15:19 ---> d3e9c2b5a095 17:15:19 17:15:19 Step 10/21 : FROM scratch 17:15:19 ---> 17:15:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:19 Removing intermediate container 49a358496cd3 17:15:19 ---> 25b1d760c37c 17:15:19 17:15:19 Step 10/22 : FROM scratch 17:15:19 ---> 17:15:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:19 3.12: Pulling from library/alpine 17:15:19 Removing intermediate container 28cab06fe56d 17:15:19 ---> 7630e1b194f2 17:15:19 17:15:19 Step 10/21 : FROM alpine:3.12 17:15:19 3.12: Pulling from library/alpine 17:15:19 ---> Running in 0f5e4353ee4c 17:15:19 ---> Running in b93502fce2f3 17:15:19 Removing intermediate container 0f5e4353ee4c 17:15:19 ---> be87f7f29080 17:15:19 Step 12/21 : ENV APP_PORT=48085 17:15:19 Removing intermediate container b93502fce2f3 17:15:19 ---> a2b43d7252cb 17:15:19 Step 12/22 : ENV APP_PORT=48082 17:15:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:15:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:15:20 ---> Running in 806ee711d80c 17:15:20 Status: Downloaded newer image for alpine:3.12 17:15:20 ---> 389fef711851 17:15:20 Step 11/21 : RUN apk add --update --no-cache curl 17:15:20 Status: Downloaded newer image for alpine:3.12 17:15:20 ---> 389fef711851 17:15:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:15:20 ---> Running in ca2ddbf02238 17:15:20 ---> Running in 4de275cd26d4 17:15:20 ---> Running in 9f8e10df0630 17:15:20 Removing intermediate container 3e05dc9bf3eb 17:15:20 ---> d04bfd48fc79 17:15:20 17:15:20 Step 10/22 : FROM scratch 17:15:20 ---> 17:15:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:20 ---> Using cache 17:15:20 ---> a2b43d7252cb 17:15:20 Step 12/22 : ENV APP_PORT=48081 17:15:20 Removing intermediate container ca2ddbf02238 17:15:20 ---> 4282143f8e1a 17:15:20 Step 13/22 : EXPOSE $APP_PORT 17:15:20 Removing intermediate container 806ee711d80c 17:15:20 ---> fef3ffade334 17:15:20 Step 13/21 : EXPOSE $APP_PORT 17:15:21 ---> Running in a72e46af9951 17:15:21 ---> Running in 730b58326b48 17:15:21 ---> Running in 3b7442d29932 17:15:21 Removing intermediate container a72e46af9951 17:15:21 ---> b6607fe9638c 17:15:21 Step 13/22 : EXPOSE $APP_PORT 17:15:22 ---> Running in 9803ca34b6d2 17:15:22 Removing intermediate container 730b58326b48 17:15:22 ---> 0879a20c0fd5 17:15:22 Step 14/22 : WORKDIR / 17:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:22 Removing intermediate container 3b7442d29932 17:15:22 ---> e1295d1554f1 17:15:22 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:22 ---> Running in 3c51e62c509f 17:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:23 Removing intermediate container 9803ca34b6d2 17:15:23 ---> 8a9545e218ed 17:15:23 Step 14/22 : WORKDIR / 17:15:23 ---> Running in 2182a027c579 17:15:23 (1/5) Installing ca-certificates (20191127-r4) 17:15:23 (1/4) Installing ca-certificates (20191127-r4) 17:15:23 Removing intermediate container 3c51e62c509f 17:15:23 ---> 2e902655b66d 17:15:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:15:23 (3/5) Installing libcurl (7.69.1-r3) 17:15:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:15:23 (4/5) Installing curl (7.69.1-r3) 17:15:23 (3/4) Installing libcurl (7.69.1-r3) 17:15:23 (5/5) Installing dumb-init (1.2.2-r1) 17:15:23 (4/4) Installing curl (7.69.1-r3) 17:15:23 Executing busybox-1.31.1-r19.trigger 17:15:23 Executing ca-certificates-20191127-r4.trigger 17:15:23 Executing busybox-1.31.1-r19.trigger 17:15:23 Executing ca-certificates-20191127-r4.trigger 17:15:23 OK: 7 MiB in 18 packages 17:15:23 OK: 7 MiB in 19 packages 17:15:23 ---> 22b64a4be245 17:15:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:15:23 Removing intermediate container 2182a027c579 17:15:23 ---> dace796f3622 17:15:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:23 ---> 1640f639741d 17:15:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:15:24 ---> cae5290c40c3 17:15:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:15:24 Removing intermediate container 4de275cd26d4 17:15:24 ---> 35dc45f69dad 17:15:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:15:25 ---> e4bc32d85164 17:15:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:15:25 ---> 874103232806 17:15:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:15:25 Removing intermediate container 9f8e10df0630 17:15:25 ---> fbf02aa4cf83 17:15:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:15:25 ---> Running in 24f167bc30c7 17:15:25 ---> fbbe50cc99e3 17:15:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:15:25 ---> Running in f1674aaaeed5 17:15:25 Removing intermediate container 24f167bc30c7 17:15:25 ---> 778b9a7af01b 17:15:25 Step 13/21 : WORKDIR /edgex 17:15:25 ---> 984fca339077 17:15:25 Step 18/22 : ENTRYPOINT ["/core-command"] 17:15:25 Removing intermediate container f1674aaaeed5 17:15:25 ---> cf3e9f54514a 17:15:25 Step 13/24 : WORKDIR / 17:15:25 ---> Running in 9bd7d76ab901 17:15:25 ---> 10119724ceb4 17:15:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:15:25 ---> 5446adff299a 17:15:25 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:15:25 ---> Running in 526b7a6c9c4c 17:15:25 ---> Running in 85b6fa6f9eac 17:15:25 ---> Running in a48f48a1ddf1 17:15:25 ---> Running in dd9d35605303 17:15:25 Removing intermediate container 9bd7d76ab901 17:15:25 ---> 27b883146a0c 17:15:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:15:26 Removing intermediate container 526b7a6c9c4c 17:15:26 ---> bee6ebd78e5c 17:15:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:26 Removing intermediate container 85b6fa6f9eac 17:15:26 ---> e8ef1e6dbb78 17:15:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:15:26 ---> Running in 06cd6c75ba0d 17:15:26 Removing intermediate container a48f48a1ddf1 17:15:26 ---> cf262fd212ba 17:15:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:26 Removing intermediate container dd9d35605303 17:15:26 ---> dce0d5aaea10 17:15:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:26 ---> Running in 0a26cc9b8d18 17:15:26 ---> c70e560865c9 17:15:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:15:26 ---> Running in 8ea8827ab79a 17:15:26 Removing intermediate container 06cd6c75ba0d 17:15:26 ---> 0cd4c101c95f 17:15:26 Step 20/22 : LABEL arch=x86_64 17:15:26 ---> f1e678fc57ff 17:15:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:15:26 ---> Running in 57b3b795e0f3 17:15:26 Removing intermediate container 0a26cc9b8d18 17:15:26 ---> c6f30a4a2bef 17:15:26 Step 19/21 : LABEL arch=x86_64 17:15:26 Removing intermediate container 8ea8827ab79a 17:15:26 ---> 05611195b450 17:15:26 Step 20/22 : LABEL arch=x86_64 17:15:26 ---> Running in e77f961237f6 17:15:26 ---> c1d157124834 17:15:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:15:27 ---> 9d9081ba72d0 17:15:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:15:27 ---> Running in f44087431ea2 17:15:27 Removing intermediate container 57b3b795e0f3 17:15:27 ---> fd062a84437d 17:15:27 Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:27 ---> Running in 9765252a2ef2 17:15:27 Removing intermediate container e77f961237f6 17:15:27 ---> e172ea8db47d 17:15:27 Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:27 Removing intermediate container f44087431ea2 17:15:27 ---> 05da5cf44892 17:15:27 Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:27 ---> 69f5ff5724f1 17:15:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:15:27 ---> Running in bc090648bcbd 17:15:27 Removing intermediate container 9765252a2ef2 17:15:27 ---> 6a597f96fca2 17:15:27 Step 22/22 : LABEL version=0.0.0 17:15:28 ---> 647dbbf96e38 17:15:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:15:28 ---> Running in f04785aedf19 17:15:28 ---> Running in a1c61eec9a3a 17:15:28 Removing intermediate container bc090648bcbd 17:15:28 ---> f1f82ff63964 17:15:28 Step 21/21 : LABEL version=0.0.0 17:15:28 ---> Running in 1ede756000d1 17:15:28 ---> Running in 4456ebaa0948 17:15:28 ---> 5eba28aa7599 17:15:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:15:28 Removing intermediate container f04785aedf19 17:15:28 ---> 6bc195914523 17:15:28 Step 22/22 : LABEL version=0.0.0 17:15:28 Removing intermediate container a1c61eec9a3a 17:15:28 ---> 1669503caa18 17:15:28 17:15:28 Removing intermediate container 1ede756000d1 17:15:28 ---> 8cc4f08ba5f6 17:15:28 Step 18/21 : CMD ["--init=true"] 17:15:28 ---> Running in 63f56ce948bd 17:15:28 Successfully built 1669503caa18 17:15:28 ---> Running in 6e17e192eefe 17:15:28 Successfully tagged docker-core-command-go:latest 17:15:28 Removing intermediate container 4456ebaa0948 17:15:28 ---> cfceb8c83cca 17:15:28 17:15:28 Building docker-core-data-go 17:15:29  Building docker-core-command-go ... done Successfully built cfceb8c83cca 17:15:29 Removing intermediate container 63f56ce948bd 17:15:29 ---> d39ae7e44474 17:15:29 17:15:29 Successfully tagged docker-support-scheduler-go:latest 17:15:29  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 17:15:29 ---> 442e2976b5ef 17:15:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:15:29 Removing intermediate container 6e17e192eefe 17:15:29 ---> 4fb48d7c8fb3 17:15:29 Step 19/21 : LABEL arch=x86_64 17:15:29 Successfully built d39ae7e44474 17:15:29 ---> Running in bc0e64c7a6cc 17:15:29 Successfully tagged docker-core-metadata-go:latest 17:15:29  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go 17:15:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:15:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:15:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:15:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:15:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:15:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:15:29 ---> ae16b13925a6 17:15:29 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/ 17:15:29 ---> Running in c8ae33764981 17:15:29 Removing intermediate container bc0e64c7a6cc 17:15:29 ---> a6d9e7acab72 17:15:29 Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:29 ---> Running in 5c3886f48fd2 17:15:29 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:30 Removing intermediate container 5c3886f48fd2 17:15:30 ---> 6818877d4c4d 17:15:30 Step 21/21 : LABEL version=0.0.0 17:15:30 Merge succeeded, producing ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:30 Checking out Revision ffa95b353c5b7caeaa4249210358a1a21b6c9aae (PR-3048) 17:15:30 ---> Running in b17af8dbe057 17:15:29 > git config core.sparsecheckout # timeout=10 17:15:29 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 17:15:30 > git remote # timeout=10 17:15:30 > git config --get remote.origin.url # timeout=10 17:15:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:15:30 > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 17:15:30 > git rev-parse HEAD^{commit} # timeout=10 17:15:30 > git config core.sparsecheckout # timeout=10 17:15:30 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 17:15:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:15:36 Removing intermediate container b17af8dbe057 17:15:36 ---> b0e2785d8378 17:15:36 17:15:36 Successfully built b0e2785d8378 17:15:36 Successfully tagged docker-security-proxy-setup-go:latest 17:15:36  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 17:15:36 Removing intermediate container c8ae33764981 17:15:36 ---> ed5f2445db4f 17:15:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:15:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:15:36 ---> Running in e9936e26d33d 17:15:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:15:37 + sudo+ service docker restarttrue 17:15:37 17:15:37 Removing intermediate container e9936e26d33d 17:15:37 ---> 7dd731fd06ef 17:15:37 Step 22/24 : LABEL arch=x86_64 17:15:38 ---> Running in 0b9c59743d86 17:15:38 Removing intermediate container 0b9c59743d86 17:15:38 ---> f626cbfe9d52 17:15:38 Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:15:38 ---> Running in 09c712c15bdb 17:15:38 Removing intermediate container 09c712c15bdb 17:15:38 ---> fe9d7964522a 17:15:38 Step 24/24 : LABEL version=0.0.0 17:15:39 ---> Running in b4d3faa33639 17:15:39 Removing intermediate container b4d3faa33639 17:15:39 ---> 9144f3ed0671 17:15:39 17:15:39 Successfully built 9144f3ed0671 17:15:39 Successfully tagged docker-security-secretstore-setup-go:latest [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:15:40 provisioning config files... 17:15:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9057325574501488566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:15:40 ---> docker-login.sh 17:15:40 nexus3.edgexfoundry.org:10001 17:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:41 Configure a credential helper to remove this warning. See 17:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:41 17:15:41 Login Succeeded 17:15:41 nexus3.edgexfoundry.org:10002 17:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:42 Configure a credential helper to remove this warning. See 17:15:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:42 17:15:42 Login Succeeded 17:15:42 nexus3.edgexfoundry.org:10003 17:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:42 Configure a credential helper to remove this warning. See 17:15:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:42 17:15:42 Login Succeeded 17:15:42 nexus3.edgexfoundry.org:10004 17:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:43 Configure a credential helper to remove this warning. See 17:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:43 17:15:43 Login Succeeded 17:15:43 docker.io 17:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:44 Configure a credential helper to remove this warning. See 17:15:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:44 17:15:44 Login Succeeded 17:15:44 ---> docker-login.sh ends [Pipeline] } 17:15:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:15:44 ========================================================= 17:15:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:15:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:15:45 + 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 . 17:15:47 Sending build context to Docker daemon 165.5MB 17:15:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:15:47 Step 2/6 : FROM ${BASE} 17:15:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:15:47 5f621e34cdf4: Pulling fs layer 17:15:47 a4357932f1b6: Pulling fs layer 17:15:47 18c013af1878: Pulling fs layer 17:15:47 00ac8860ef70: Pulling fs layer 17:15:47 63d7cb157983: Pulling fs layer 17:15:47 b116817d02f9: Pulling fs layer 17:15:47 745a02a5169b: Pulling fs layer 17:15:47 63d7cb157983: Waiting 17:15:47 b116817d02f9: Waiting 17:15:47 745a02a5169b: Waiting 17:15:47 00ac8860ef70: Waiting 17:15:47 18c013af1878: Verifying Checksum 17:15:47 18c013af1878: Download complete 17:15:47 a4357932f1b6: Download complete 17:15:47 63d7cb157983: Download complete 17:15:47 b116817d02f9: Verifying Checksum 17:15:47 b116817d02f9: Download complete 17:15:47 5f621e34cdf4: Download complete 17:15:48 5f621e34cdf4: Pull complete 17:15:49 a4357932f1b6: Pull complete 17:15:49 18c013af1878: Pull complete 17:15:49 745a02a5169b: Verifying Checksum 17:15:49 745a02a5169b: Download complete 17:15:51 00ac8860ef70: Verifying Checksum 17:15:51 00ac8860ef70: Download complete 17:15:51  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:15:51 ---> 33e6aa439395 17:15:51 Step 3/23 : WORKDIR /edgex-go 17:15:51 ---> Using cache 17:15:51 ---> a2d90dc9d859 17:15:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:51 ---> Using cache 17:15:51 ---> 125f8246d76b 17:15:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:15:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:15:51 ---> 33e6aa439395 17:15:51 Step 3/26 : WORKDIR /edgex-go 17:15:51 ---> Using cache 17:15:51 ---> a2d90dc9d859 17:15:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:51 ---> Using cache 17:15:51 ---> 125f8246d76b 17:15:51 Step 5/26 : RUN apk add --update --no-cache make bash git 17:15:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:51 ---> 33e6aa439395 17:15:51 Step 3/22 : WORKDIR /edgex-go 17:15:51 ---> Using cache 17:15:51 ---> a2d90dc9d859 17:15:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:51 ---> Using cache 17:15:51 ---> 125f8246d76b 17:15:51 Step 5/22 : RUN apk add --update --no-cache make git 17:15:51 ---> Using cache 17:15:51 ---> d8d4f793900c 17:15:51 Step 6/22 : COPY go.mod . 17:15:51 ---> Using cache 17:15:51 ---> 8e4ab066fc41 17:15:51 Step 7/22 : RUN go mod download 17:15:51 ---> Using cache 17:15:51 ---> 5efabd660f27 17:15:51 Step 8/22 : COPY . . 17:15:52 ---> Using cache 17:15:52 ---> b74558e0b1e1 17:15:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:15:53 ---> Running in bb09093c7197 17:15:53 ---> Running in db833838e835 17:15:53 ---> Running in a78511f7f33b 17:15:56 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 17:15:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:15:56 ---> 33e6aa439395 17:15:56 Step 3/24 : WORKDIR /edgex-go 17:15:56 ---> Using cache 17:15:56 ---> a2d90dc9d859 17:15:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:56 ---> Using cache 17:15:56 ---> 125f8246d76b 17:15:56 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:15:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:56 ---> Running in f87986dc1254 17:15:57 OK: 233 MiB in 51 packages 17:15:57 OK: 233 MiB in 51 packages 17:15:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:58 Removing intermediate container bb09093c7197 17:15:58 ---> 85d492bf4659 17:15:58 Step 6/26 : COPY go.mod . 17:15:58 Removing intermediate container db833838e835 17:15:58 ---> 8f03c5598c45 17:15:58 Step 6/23 : COPY go.mod . 17:15:59 OK: 233 MiB in 51 packages 17:16:00 ---> 0ef5094d14a8 17:16:00 Step 7/26 : RUN go mod download 17:16:00 ---> 84a04787c559 17:16:00 Step 7/23 : RUN go mod download 17:16:00 ---> Running in 89b4aec88ad2 17:16:00 ---> Running in b137bd78d73a 17:16:00 Removing intermediate container f87986dc1254 17:16:00 ---> c5cc55b84152 17:16:00 Step 6/24 : COPY go.mod . 17:16:01 ---> 54b85a25c788 17:16:01 Step 7/24 : RUN go mod download 17:16:01 ---> Running in a0730bedaf3f 17:16:02 00ac8860ef70: Pull complete 17:16:02 63d7cb157983: Pull complete 17:16:02 b116817d02f9: Pull complete 17:16:03 Removing intermediate container b137bd78d73a 17:16:03 ---> e24d7d1d27a9 17:16:03 Step 8/23 : COPY . . 17:16:03 Removing intermediate container a0730bedaf3f 17:16:03 ---> 2ca9d3bca186 17:16:03 Step 8/24 : COPY . . 17:16:03 Removing intermediate container 89b4aec88ad2 17:16:03 ---> 66e2de438278 17:16:03 Step 8/26 : COPY . . 17:16:05 745a02a5169b: Pull complete 17:16:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:16:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:16:05 ---> b7e6874047d6 17:16:05 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 17:16:08 ---> Running in 0e47076ca6e5 17:16:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:12 (1/12) Installing libmagic (5.38-r0) 17:16:12 (2/12) Installing file (5.38-r0) 17:16:12 (3/12) Installing libc-dev (0.7.2-r3) 17:16:12 (4/12) Installing g++ (9.3.0-r2) 17:16:16 (5/12) Installing fortify-headers (1.1-r0) 17:16:16 (6/12) Installing patch (2.7.6-r6) 17:16:16 (7/12) Installing build-base (0.5-r2) 17:16:16 (8/12) Installing libsodium (1.0.18-r0) 17:16:16 (9/12) Installing pkgconf (1.7.2-r0) 17:16:16 (10/12) Installing libsodium-dev (1.0.18-r0) 17:16:17 (11/12) Installing libzmq (4.3.3-r0) 17:16:17 (12/12) Installing zeromq-dev (4.3.3-r0) 17:16:17 Executing busybox-1.31.1-r19.trigger 17:16:17 OK: 217 MiB in 51 packages 17:16:21 Removing intermediate container 0e47076ca6e5 17:16:21 ---> b8e979090a28 17:16:21 Step 4/6 : WORKDIR /edgex-go 17:16:21 ---> Running in d2a259d7de0c 17:16:21 Removing intermediate container d2a259d7de0c 17:16:21 ---> 6b998681dc41 17:16:21 Step 5/6 : COPY go.mod . 17:16:22 ---> e9f939f3aab7 17:16:22 Step 6/6 : RUN go mod download 17:16:22 ---> Running in ffd99c42660e 17:16:30 Removing intermediate container a78511f7f33b 17:16:30 ---> f26f770a8c75 17:16:30 17:16:30 Step 10/22 : FROM alpine:3.12 17:16:30 ---> 389fef711851 17:16:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:16:30 ---> Using cache 17:16:30 ---> fbf02aa4cf83 17:16:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:16:31 ---> Running in 18bffb44dbaa 17:16:33 Removing intermediate container 18bffb44dbaa 17:16:33 ---> 43631ae40f90 17:16:33 Step 13/22 : WORKDIR / 17:16:34 ---> Running in 351c1cb5ac9e 17:16:34 ---> 73bfa4bc4af5 17:16:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:16:34 ---> e7a33ec18412 17:16:34 Step 9/23 : RUN make cmd/core-data/core-data 17:16:34 ---> d01959b52801 17:16:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:16:34 ---> Running in f1033378f064 17:16:34 ---> Running in 57026ee12a3f 17:16:34 ---> Running in 895e943e5048 17:16:34 Removing intermediate container 351c1cb5ac9e 17:16:34 ---> c49467e66e21 17:16:34 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:16:34 ---> be375bc8a1d2 17:16:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:16:35 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 17:16:35 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 17:16:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:16:35 ---> 96b748a2db46 17:16:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:16:36 ---> 65bfce10f248 17:16:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:16:36 ---> 57cc611ea065 17:16:36 Step 18/22 : RUN chmod +x entrypoint.sh 17:16:37 ---> Running in 4056dfc98eff 17:16:39 Removing intermediate container 4056dfc98eff 17:16:39 ---> 5fd180c686e0 17:16:39 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:16:39 ---> Running in abcbd6174a8c 17:16:40 Removing intermediate container abcbd6174a8c 17:16:40 ---> 59a3e27da4e3 17:16:40 Step 20/22 : LABEL arch=x86_64 17:16:40 ---> Running in 18ca6f30afbe 17:16:40 Removing intermediate container 18ca6f30afbe 17:16:40 ---> 2d155e7b0b48 17:16:40 Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:16:40 ---> Running in cf68ccbff420 17:16:42 Removing intermediate container cf68ccbff420 17:16:42 ---> 2b3e779e59b4 17:16:42 Step 22/22 : LABEL version=0.0.0 17:16:42 ---> Running in 9bc1ec2f82a4 17:16:42 Removing intermediate container 9bc1ec2f82a4 17:16:42 ---> 8fa954a9b963 17:16:42 17:16:43 Successfully built 8fa954a9b963 17:16:43 Successfully tagged docker-security-bootstrap-redis-go:latest 17:16:49 Removing intermediate container ffd99c42660e 17:16:49 ---> 0572c53f21a1 17:16:49 Successfully built 0572c53f21a1 17:16:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:16:49 + docker inspect -f . ci-base-image-arm64 17:16:49 . [Pipeline] withDockerContainer 17:16:50 prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container 17:16:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 17:16:51 $ docker top dfc6990769d58aae3778b7f0ea4f337be8769205be2719639d53c4d78530ce24 -eo pid,comm [Pipeline] { [Pipeline] sh 17:16:52 + go version 17:16:52 go version go1.15.5 linux/arm64 [Pipeline] } 17:16:52 $ docker stop --time=1 dfc6990769d58aae3778b7f0ea4f337be8769205be2719639d53c4d78530ce24 17:16:54 $ docker rm -f dfc6990769d58aae3778b7f0ea4f337be8769205be2719639d53c4d78530ce24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:16:55 + docker inspect -f . ci-base-image-arm64 17:16:55 . [Pipeline] withDockerContainer 17:16:55 prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container 17:16:55 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 17:16:57 $ docker top 281d41b9258d2876ab667bc6d819dfb6c95a2f3abd6db88b6dd535816819f805 -eo pid,comm [Pipeline] { [Pipeline] echo 17:16:57 ========================================================= 17:16:57 [edgeXBuildGoParallel] Running Tests and Build... 17:16:57 ========================================================= [Pipeline] sh 17:16:58 + make test 17:16:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:17:01  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f1033378f064 17:17:01 ---> ce82accf17a3 17:17:01 17:17:01 Step 10/24 : FROM scratch 17:17:01 ---> 17:17:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:17:01 Removing intermediate container 895e943e5048 17:17:01 ---> 784ed261e890 17:17:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:17:01 ---> Running in 9d32be2bda29 17:17:01 ---> Running in 5de24092efb7 17:17:01 Removing intermediate container 5de24092efb7 17:17:01 ---> 39f82cb83b3a 17:17:01 Step 12/24 : ENV APP_PORT=48060 17:17:01 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 17:17:01 ---> Running in 632ef43ecd7f 17:17:02 Removing intermediate container 632ef43ecd7f 17:17:02 ---> 8b0856591fb5 17:17:02 Step 13/24 : EXPOSE $APP_PORT 17:17:03 ---> Running in 36615cb5d5c7 17:17:03 Removing intermediate container 57026ee12a3f 17:17:03 ---> 0d5d401ca624 17:17:03 17:17:03 Step 10/23 : FROM alpine:3.12 17:17:03 ---> 389fef711851 17:17:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:17:03 ---> Running in 90ad012fd9e9 17:17:03 Removing intermediate container 36615cb5d5c7 17:17:03 ---> d22d467e5da0 17:17:03 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:17:03 Removing intermediate container 90ad012fd9e9 17:17:03 ---> 3b85e1874675 17:17:03 Step 12/23 : ENV APP_PORT=48080 17:17:04 ---> Running in bf87dffb19d7 17:17:04 Removing intermediate container 9d32be2bda29 17:17:04 ---> 1cce0f9420a3 17:17:04 17:17:04 Step 11/26 : FROM docker:20.10.0 17:17:04 ---> 811eb36c6448 17:17:04 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:17:04 20.10.0: Pulling from library/docker 17:17:04 Removing intermediate container bf87dffb19d7 17:17:04 ---> fbae91607b72 17:17:04 Step 13/23 : EXPOSE $APP_PORT 17:17:04 ---> Running in a0427968febe 17:17:05 Removing intermediate container a0427968febe 17:17:05 ---> 43be1693592e 17:17:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:06 ---> Running in 83ed45ec9a0a 17:17:06 ---> 9887a7defcb3 17:17:06 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:17:07 ---> 67632b1c1527 17:17:07 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:07 ---> b521d750d913 17:17:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:17:08 Removing intermediate container 83ed45ec9a0a 17:17:08 ---> 7bd612a99c9a 17:17:08 Step 15/23 : RUN apk add --update --no-cache zeromq 17:17:08 ---> Running in c152ae0bea71 17:17:08 ---> 91aed9d1e9cc 17:17:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:17:09 ---> 2bd7c856deb4 17:17:09 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:17:09 ---> Running in cf3753e12a88 17:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:09 Removing intermediate container cf3753e12a88 17:17:09 ---> a877ece8a134 17:17:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:09 ---> Running in 29e1dd527dd2 17:17:09 Removing intermediate container 29e1dd527dd2 17:17:09 ---> 8983280a7ab9 17:17:09 Step 22/24 : LABEL arch=x86_64 17:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:10 (1/5) Installing libgcc (9.3.0-r2) 17:17:10 ---> Running in ea52d6024788 17:17:10 (2/5) Installing libsodium (1.0.18-r0) 17:17:10 (3/5) Installing libstdc++ (9.3.0-r2) 17:17:11 (4/5) Installing libzmq (4.3.3-r0) 17:17:11 Removing intermediate container ea52d6024788 17:17:11 ---> 1e694b17c368 17:17:11 Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:17:11 (5/5) Installing zeromq (4.3.3-r0) 17:17:11 ---> Running in 771e15e76820 17:17:11 Executing busybox-1.31.1-r19.trigger 17:17:11 OK: 8 MiB in 19 packages 17:17:11 Removing intermediate container 771e15e76820 17:17:11 ---> 23e8ce7f9251 17:17:11 Step 24/24 : LABEL version=0.0.0 17:17:11 ---> Running in e51039c84547 17:17:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:17:11 Status: Downloaded newer image for docker:20.10.0 17:17:11 ---> aefe523efa57 17:17:11 Step 12/26 : RUN apk add --no-cache bash 17:17:11 ---> Running in c4fbf541860b 17:17:11 Removing intermediate container e51039c84547 17:17:11 ---> fd66e165baa5 17:17:11 17:17:11 Successfully built fd66e165baa5 17:17:12 Successfully tagged docker-support-notifications-go:latest 17:17:12 Removing intermediate container c152ae0bea71 17:17:12 ---> dedbefadf161 17:17:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:12  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:12 ---> e7e8018db77a 17:17:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:17:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:12 (1/2) Installing readline (8.0.4-r0) 17:17:12 (2/2) Installing bash (5.0.17-r0) 17:17:12 Executing bash-5.0.17-r0.post-install 17:17:12 Executing busybox-1.31.1-r19.trigger 17:17:12 OK: 12 MiB in 22 packages 17:17:13 ---> 778a24884794 17:17:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:17:14 ---> 3f32e9d22898 17:17:14 Step 19/23 : ENTRYPOINT ["/core-data"] 17:17:14 Removing intermediate container c4fbf541860b 17:17:14 ---> 74f3e2f3c013 17:17:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:17:14 ---> Running in 07435f983cfd 17:17:14 ---> Running in b364f588d96e 17:17:14 Removing intermediate container 07435f983cfd 17:17:14 ---> 0a552b4e97dd 17:17:14 Step 14/26 : ENV APP_PORT=48090 17:17:14 Removing intermediate container b364f588d96e 17:17:14 ---> c1a138a4a939 17:17:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:14 ---> Running in 771ec5854998 17:17:14 ---> Running in efde26fc579f 17:17:14 Removing intermediate container efde26fc579f 17:17:14 ---> 0290a8f5fac6 17:17:14 Step 21/23 : LABEL arch=x86_64 17:17:14 Removing intermediate container 771ec5854998 17:17:14 ---> a34ab979534b 17:17:14 Step 15/26 : EXPOSE $APP_PORT 17:17:15 ---> Running in 8b92cfcb0762 17:17:15 ---> Running in 8c756db6ee72 17:17:15 Removing intermediate container 8b92cfcb0762 17:17:15 ---> d8a37536e5d6 17:17:15 Step 22/23 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:17:15 Removing intermediate container 8c756db6ee72 17:17:15 ---> 065bbf213796 17:17:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:17:15 ---> Running in e8b5a6cc1be2 17:17:15 Removing intermediate container e8b5a6cc1be2 17:17:15 ---> 16d381fb035e 17:17:15 Step 23/23 : LABEL version=0.0.0 17:17:15 ---> Running in 13c350e175dc 17:17:15 ---> 43550e5d2def 17:17:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:17:15 Removing intermediate container 13c350e175dc 17:17:15 ---> df6d0cb7e407 17:17:15 17:17:15 Successfully built df6d0cb7e407 17:17:15 Successfully tagged docker-core-data-go:latest 17:17:15  Building docker-core-data-go ... done  ---> 0f3652f94c3e 17:17:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:17:16 ---> 6b096ef6162b 17:17:16 Step 19/26 : RUN apk --no-cache add py3-pip 17:17:16 ---> Running in c9f829c18775 17:17:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:17 (1/33) Installing libbz2 (1.0.8-r1) 17:17:17 (2/33) Installing expat (2.2.9-r1) 17:17:17 (3/33) Installing libffi (3.3-r2) 17:17:17 (4/33) Installing gdbm (1.13-r1) 17:17:17 (5/33) Installing xz-libs (5.2.5-r0) 17:17:17 (6/33) Installing sqlite-libs (3.32.1-r0) 17:17:17 (7/33) Installing python3 (3.8.5-r0) 17:17:18 (8/33) Installing py3-appdirs (1.4.4-r1) 17:17:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:17:18 (10/33) Installing py3-parsing (2.4.7-r0) 17:17:18 (11/33) Installing py3-six (1.15.0-r0) 17:17:18 (12/33) Installing py3-packaging (20.4-r0) 17:17:18 (13/33) Installing py3-setuptools (47.0.0-r0) 17:17:18 (14/33) Installing py3-chardet (3.0.4-r4) 17:17:18 (15/33) Installing py3-idna (2.9-r0) 17:17:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:17:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:17:18 (18/33) Installing py3-requests (2.23.0-r0) 17:17:18 (19/33) Installing py3-msgpack (1.0.0-r0) 17:17:18 (20/33) Installing py3-lockfile (0.12.2-r3) 17:17:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:17:18 (22/33) Installing py3-colorama (0.4.3-r0) 17:17:18 (23/33) Installing py3-distlib (0.3.0-r0) 17:17:18 (24/33) Installing py3-distro (1.5.0-r1) 17:17:18 (25/33) Installing py3-webencodings (0.5.1-r3) 17:17:18 (26/33) Installing py3-html5lib (1.0.1-r4) 17:17:18 (27/33) Installing py3-pytoml (0.1.21-r0) 17:17:18 (28/33) Installing py3-pep517 (0.8.2-r0) 17:17:18 (29/33) Installing py3-progress (1.5-r0) 17:17:18 (30/33) Installing py3-toml (0.10.1-r0) 17:17:18 (31/33) Installing py3-retrying (1.3.3-r0) 17:17:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:17:18 (33/33) Installing py3-pip (20.1.1-r0) 17:17:19 Executing busybox-1.31.1-r19.trigger 17:17:19 OK: 71 MiB in 55 packages 17:17:20 ? github.com/edgexfoundry/edgex-go [no test files] 17:17:27 Removing intermediate container c9f829c18775 17:17:27 ---> 1a9496cfb554 17:17:27 Step 20/26 : RUN pip install docker-compose==1.23.2 17:17:27 ---> Running in 72320c8ed960 17:17:28 Collecting docker-compose==1.23.2 17:17:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:17:28 Collecting docker<4.0,>=3.6.0 17:17:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:17:28 Collecting dockerpty<0.5,>=0.4.1 17:17:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:17:29 Collecting websocket-client<1.0,>=0.32.0 17:17:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:17:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:17:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:17:29 Collecting docopt<0.7,>=0.6.1 17:17:29 Downloading docopt-0.6.2.tar.gz (25 kB) 17:17:30 Collecting jsonschema<3,>=2.5.1 17:17:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:17:30 Collecting cached-property<2,>=1.2.0 17:17:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:17:30 Collecting texttable<0.10,>=0.9.0 17:17:30 Downloading texttable-0.9.1.tar.gz (11 kB) 17:17:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:17:31 Collecting PyYAML<4,>=3.10 17:17:31 Downloading PyYAML-3.13.tar.gz (270 kB) 17:17:32 Collecting docker-pycreds>=0.4.0 17:17:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:17:32 Collecting urllib3<1.25,>=1.21.1 17:17:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:17:32 Collecting idna<2.8,>=2.5 17:17:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:17:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:17:32 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:17:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:17:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:17:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:17:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:17:32 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, cached-property, texttable, PyYAML, docker-compose 17:17:32 Attempting uninstall: urllib3 17:17:32 Found existing installation: urllib3 1.25.9 17:17:32 Uninstalling urllib3-1.25.9: 17:17:32 Successfully uninstalled urllib3-1.25.9 17:17:33 Attempting uninstall: idna 17:17:33 Found existing installation: idna 2.9 17:17:33 Uninstalling idna-2.9: 17:17:33 Successfully uninstalled idna-2.9 17:17:33 Attempting uninstall: requests 17:17:33 Found existing installation: requests 2.23.0 17:17:33 Uninstalling requests-2.23.0: 17:17:33 Successfully uninstalled requests-2.23.0 17:17:33 Running setup.py install for dockerpty: started 17:17:34 Running setup.py install for dockerpty: finished with status 'done' 17:17:34 Running setup.py install for docopt: started 17:17:34 Running setup.py install for docopt: finished with status 'done' 17:17:34 Running setup.py install for texttable: started 17:17:35 Running setup.py install for texttable: finished with status 'done' 17:17:35 Running setup.py install for PyYAML: started 17:17:35 Running setup.py install for PyYAML: finished with status 'done' 17:17:36 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 17:17:40 Removing intermediate container 72320c8ed960 17:17:40 ---> 31df7cff4c33 17:17:40 Step 21/26 : RUN apk --no-cache add curl 17:17:40 ---> Running in 02c2c1b8a90c 17:17:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:17:40 (2/3) Installing libcurl (7.69.1-r3) 17:17:40 (3/3) Installing curl (7.69.1-r3) 17:17:40 Executing busybox-1.31.1-r19.trigger 17:17:40 OK: 72 MiB in 58 packages 17:17:41 Removing intermediate container 02c2c1b8a90c 17:17:41 ---> 9f1f135d116c 17:17:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:17:41 ---> Running in eff2f85d1488 17:17:41 Removing intermediate container eff2f85d1488 17:17:41 ---> 6f5c60578089 17:17:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:41 ---> Running in 86ad76169855 17:17:41 Removing intermediate container 86ad76169855 17:17:41 ---> 7d7e41216df6 17:17:41 Step 24/26 : LABEL arch=x86_64 17:17:41 ---> Running in 784bb0d7f3ef 17:17:41 Removing intermediate container 784bb0d7f3ef 17:17:41 ---> b99f99d6345f 17:17:41 Step 25/26 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:17:42 ---> Running in dd9eacbf1028 17:17:42 Removing intermediate container dd9eacbf1028 17:17:42 ---> d20eecdd8252 17:17:42 Step 26/26 : LABEL version=0.0.0 17:17:42 ---> Running in 3f9b7581d82c 17:17:42 Removing intermediate container 3f9b7581d82c 17:17:42 ---> b07f8616c57e 17:17:42 17:17:42 Successfully built b07f8616c57e 17:17:42 Successfully tagged docker-sys-mgmt-agent-go:latest 17:17:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:17:43 $ docker stop --time=1 ccad4efe331a8c810467fc46e027766aa3a4c08250712393094e1c19f659428e 17:17:44 $ docker rm -f ccad4efe331a8c810467fc46e027766aa3a4c08250712393094e1c19f659428e [Pipeline] // withDockerContainer [Pipeline] sh 17:17:45 + docker images 17:17:45 + grep docker 17:17:45 docker-sys-mgmt-agent-go latest b07f8616c57e 3 seconds ago 313MB 17:17:45 docker-core-data-go latest df6d0cb7e407 30 seconds ago 22.3MB 17:17:45 docker-support-notifications-go latest fd66e165baa5 34 seconds ago 12MB 17:17:45 docker-security-bootstrap-redis-go latest 8fa954a9b963 About a minute ago 15.8MB 17:17:45 docker-security-secretstore-setup-go latest 9144f3ed0671 2 minutes ago 24.6MB 17:17:45 docker-security-proxy-setup-go latest b0e2785d8378 2 minutes ago 24.4MB 17:17:45 docker-core-command-go latest 1669503caa18 2 minutes ago 10.6MB 17:17:45 docker-core-metadata-go latest d39ae7e44474 2 minutes ago 13.1MB 17:17:45 docker-support-scheduler-go latest cfceb8c83cca 2 minutes ago 10.7MB 17:17:45 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 17:18:01 Still waiting to schedule task 17:18:01 ‘prd-ubuntu18.04-docker-8c-8g-21240’ is offline 17:18:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:18:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:18:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:18:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:18:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:18:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:18:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:18:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:18:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:18:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements 17:18:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:18:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:18:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:18:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:18:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.545s coverage: 27.0% of statements 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 67.9% of statements 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.370s coverage: 82.3% of statements 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:18:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.210s coverage: 28.6% of statements 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:18:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:18:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 17:18:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:18:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements 17:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:18:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements 17:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:18:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements 17:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.144s coverage: 92.8% of statements 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.1% of statements 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements 17:18:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 17:18:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.174s coverage: 84.2% of statements 17:19:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.4% of statements 17:19:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:19:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.575s coverage: 63.5% of statements 17:19:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:19:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:19:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements 17:19:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements 17:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.101s coverage: 100.0% of statements 17:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 17:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 17:19:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.844s coverage: 68.9% of statements 17:19:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.446s coverage: 37.0% of statements 17:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements 17:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.115s coverage: 100.0% of statements 17:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements 17:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.106s coverage: 29.1% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 17:19:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 17:19:22 GO111MODULE=on go vet ./... 17:19:27 Running on prd-ubuntu18.04-docker-8c-8g-21241 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws 17:19:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:19:29 using credential edgex-jenkins-ssh 17:19:29 Cloning the remote Git repository 17:19:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:19:29 > git init /w/workspace/edgex-go/3 # timeout=10 17:19:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:19:29 > git --version # timeout=10 17:19:29 > git --version # 'git version 2.17.1' 17:19:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:50 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:19:51 Merge succeeded, producing ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:19:51 Checking out Revision ffa95b353c5b7caeaa4249210358a1a21b6c9aae (PR-3048) 17:19:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:19:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:19:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:19:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:19:50 > git config core.sparsecheckout # timeout=10 17:19:50 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 17:19:51 > git remote # timeout=10 17:19:51 > git config --get remote.origin.url # timeout=10 17:19:51 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:51 > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 17:19:51 > git rev-parse HEAD^{commit} # timeout=10 17:19:51 > git config core.sparsecheckout # timeout=10 17:19:51 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 17:19:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:19:55 + echo snap-build.sh 17:19:55 snap-build.sh 17:19:55 + SNAP_BASE_DIR=. 17:19:55 + '[' '!' -z /w/workspace/edgex-go/3 ']' 17:19:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 17:19:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 17:19:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 17:19:55 + cd /w/workspace/edgex-go/3 17:19:55 + sudo apt-get remove -qy --purge lxd lxd-client 17:19:55 Reading package lists... 17:19:55 Building dependency tree... 17:19:55 Reading state information... 17:19:56 The following packages were automatically installed and are no longer required: 17:19:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:19:56 uidmap xdelta3 17:19:56 Use 'sudo apt autoremove' to remove them. 17:19:56 The following packages will be REMOVED: 17:19:56 lxd* lxd-client* 17:19:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:19:56 After this operation, 31.7 MB disk space will be freed. 17:19:57 (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.) 17:19:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:19:58 Removing lxd dnsmasq configuration 17:19:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:19:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:19:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:19:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:19:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:20:01 Processing triggers for systemd (237-3ubuntu10.42) ... 17:20:01 Processing triggers for ureadahead (0.100.0-21) ... 17:20:02 + sudo snap remove --purge lxd 17:20:02 snap "lxd" is not installed 17:20:02 + sudo groupadd --force --system lxd 17:20:02 ++ whoami 17:20:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:20:02 + newgrp - lxd 17:20:02 + sudo snap install lxd 17:20:12 2021-01-19T17:20:10Z INFO Waiting for automatic snapd restart... 17:20:31 gofmt -l . 17:20:31 [ "`gofmt -l .`" = "" ] 17:20:31 ./bin/test-go-mod-tidy.sh 17:20:31 ./bin/test-attribution-txt.sh [Pipeline] sh 17:20:32 + ls -al . 17:20:32 total 684 17:20:32 drwxrwxr-x 9 1001 1001 4096 Jan 19 17:20 . 17:20:32 drwxr-xr-x 4 root root 4096 Jan 19 17:16 .. 17:20:32 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:15 .dockerignore 17:20:32 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:15 .git 17:20:32 drwxrwxr-x 3 1001 1001 4096 Jan 19 17:15 .github 17:20:32 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:15 .gitignore 17:20:32 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:15 .sonarcloud.properties 17:20:32 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:15 Attribution.txt 17:20:32 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:15 CONTRIBUTING.md 17:20:32 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:15 Dockerfile.build 17:20:32 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:15 Jenkinsfile 17:20:32 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:15 LICENSE 17:20:32 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:15 Makefile 17:20:32 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:15 README.md 17:20:32 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:15 SECURITY.md 17:20:32 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION 17:20:32 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:15 ZMQWindows.md 17:20:32 drwxrwxr-x 2 1001 1001 4096 Jan 19 17:15 bin 17:20:32 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:15 cmd 17:20:32 -rw-r--r-- 1 root root 550280 Jan 19 17:19 coverage.out 17:20:32 -rw-r--r-- 1 root root 981 Jan 19 17:20 go.mod 17:20:32 -rw-r--r-- 1 root root 19326 Jan 19 17:20 go.sum 17:20:32 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:15 internal 17:20:32 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:15 openapi 17:20:32 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:15 snap 17:20:32 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:15 version.go [Pipeline] sh 17:20:33 + '[' -e coverage.out ] 17:20:33 + chown 1001:1001 coverage.out [Pipeline] stash 17:20:33 Warning: overwriting stash ‘coverage-report’ 17:20:34 Stashed 1 file(s) [Pipeline] sh 17:20:34 lxd 4.10 from Canonical* installed 17:20:34 + sudo lxd init --auto 17:20:35 + make build 17:20:35 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 17:20:41 + sudo snap install --classic snapcraft 17:20:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:20:45 snapcraft 4.4.4 from Canonical* installed 17:20:45 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:20:45 + patch --verbose -p1 17:20:45 Hmm... Looks like a unified diff to me... 17:20:45 The text leading up to this was: 17:20:45 -------------------------- 17:20:45 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:20:45 |From: Tony Espy 17:20:45 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:20:45 |Subject: [PATCH] optimize snap build for pipeline CI check 17:20:45 | 17:20:45 |This patch is used by the EdgeX CI pipeline builds to 17:20:45 |optimize the snap CI check run for pull requests. When 17:20:45 |applied, it essentially strips out everything (apps and 17:20:45 |parts) from the snapcraft.yaml file except those required 17:20:45 |to build edgex-go, as the whole idea of the CI check is to 17:20:45 |catch changes to edgex-go that break the snap build. 17:20:45 | 17:20:45 |In general, anyone updating snapcraft.yaml will also need 17:20:45 |to update this patch file, otherwise it may fail to apply, 17:20:45 |resulting in a failed snap build CI check in the associated 17:20:45 |pull request. 17:20:45 | 17:20:45 |Note - in addition to applying this patch, the pipeline also 17:20:45 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:20:45 |need to build the finally binary .snap file (and it won't 17:20:45 |work with the patch applied). This further reduces the build 17:20:45 |time. 17:20:45 |--- 17:20:45 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:20:45 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:20:45 | 17:20:45 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:20:45 |index 1e537489..faf42425 100644 17:20:45 |--- a/snap/snapcraft.yaml 17:20:45 |+++ b/snap/snapcraft.yaml 17:20:45 -------------------------- 17:20:45 patching file snap/snapcraft.yaml 17:20:45 Using Plan A... 17:20:45 Hunk #1 succeeded at 73. 17:20:45 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 17:20:45 Hunk #3 succeeded at 214 (offset -1 lines). 17:20:45 Hunk #4 succeeded at 222 (offset -1 lines). 17:20:45 Hunk #5 succeeded at 229 (offset -1 lines). 17:20:45 Hunk #6 succeeded at 256 (offset -1 lines). 17:20:45 Hunk #7 succeeded at 290 (offset -1 lines). 17:20:45 Hunk #8 succeeded at 342. 17:20:45 Hmm... Ignoring the trailing garbage. 17:20:45 done 17:20:45 + sudo snapcraft prime --use-lxd 17:20:46 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:20: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: 17:20:46 - README.md 17:20:46 - snapcraft.yaml.orig 17:20:46 17:20:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:20:47 Launching a container. 17:21:02 Waiting for container to be ready 17:21:02 To start your first instance, try: lxc launch ubuntu:18.04 17:21:02 17:21:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:21:05 Waiting for network to be ready... 17:21:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:21:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:21:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 17:21:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 17:21:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:21:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:21:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 17:21:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 17:21:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 17:21:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 17:21:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:21:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:21:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:21:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:21:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:21:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:21:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:21:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:21:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:21:07 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 17:21:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 17:21:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 17:21:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 17:21:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 17:21:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 17:21:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 17:21:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 17:21:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 17:21:09 Fetched 23.8 MB in 4s (6244 kB/s) 17:21:10 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 17:21:10 Reading package lists... 17:21:10 Reading package lists... 17:21:10 Building dependency tree... 17:21:10 Reading state information... 17:21:10 The following additional packages will be installed: 17:21:10 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:21:10 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:21:10 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:21:10 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:21:10 Suggested packages: 17:21:10 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:21:10 Recommended packages: 17:21:10 gnupg libsasl2-modules 17:21:10 The following NEW packages will be installed: 17:21:10 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:21:10 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:21:10 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:21:10 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:21:10 The following packages will be upgraded: 17:21:10 gpg gpg-agent gpgconf libudev1 17:21:11 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 17:21:11 Need to get 3533 kB of archives. 17:21:11 After this operation, 13.3 MB of additional disk space will be used. 17:21:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:21:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:21:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:21:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:21:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:21:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:21:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:21:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:21:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:21:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:21:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:21:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:21:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:21:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:21:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:21:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:21:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:21:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:21:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:21:11 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:21:11 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:21:11 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:21:12 debconf: delaying package configuration, since apt-utils is not installed 17:21:12 Fetched 3533 kB in 1s (3086 kB/s) 17:21:12 (Reading database ... 12511 files and directories currently installed.) 17:21:12 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:21:12 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:21:12 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:21:12 Selecting previously unselected package udev. 17:21:12 (Reading database ... 12511 files and directories currently installed.) 17:21:12 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:21:12 Unpacking udev (237-3ubuntu10.44) ... 17:21:12 Selecting previously unselected package libfuse2:amd64. 17:21:12 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:21:12 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:21:12 Selecting previously unselected package fuse. 17:21:12 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:21:12 Unpacking fuse (2.9.7-1ubuntu1) ... 17:21:12 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:21:12 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:21:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:21:13 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:21:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:21:13 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:21:13 Selecting previously unselected package libksba8:amd64. 17:21:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:21:13 Unpacking libksba8:amd64 (1.3.5-2) ... 17:21:13 Selecting previously unselected package libroken18-heimdal:amd64. 17:21:13 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:13 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:13 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:21:13 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:13 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:13 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:21:13 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:13 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:13 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:21:13 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:13 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:13 Selecting previously unselected package libwind0-heimdal:amd64. 17:21:13 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:13 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:21:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:14 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:21:14 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:14 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:21:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:21:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:21:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:14 Selecting previously unselected package libsasl2-modules-db:amd64. 17:21:14 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:21:14 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:21:14 Selecting previously unselected package libsasl2-2:amd64. 17:21:14 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:21:14 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:21:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:21:14 Selecting previously unselected package libldap-common. 17:21:14 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:21:14 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:21:14 Selecting previously unselected package libldap-2.4-2:amd64. 17:21:14 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:21:14 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:21:14 Selecting previously unselected package dirmngr. 17:21:14 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:21:14 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:21:14 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:21:14 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:21:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:21:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:21:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:21:14 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:21:15 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libksba8:amd64 (1.3.5-2) ... 17:21:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:21:15 Setting up udev (237-3ubuntu10.44) ... 17:21:15 invoke-rc.d: policy-rc.d denied execution of start. 17:21:15 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 17:21:15 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Processing triggers for systemd (237-3ubuntu10) ... 17:21:15 Setting up fuse (2.9.7-1ubuntu1) ... 17:21:15 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:21:15 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:21:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:21:15 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:21:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:21:16 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:21:16 settings in the [Install] section, and DefaultInstance for template units). 17:21:16 This means they are not meant to be enabled using systemctl. 17:21:16 Possible reasons for having this kind of units are: 17:21:16 1) A unit may be statically enabled by being symlinked from another unit's 17:21:16 .wants/ or .requires/ directory. 17:21:16 2) A unit's purpose may be to act as a helper for some other unit which has 17:21:16 a requirement dependency on it. 17:21:16 3) A unit may be started when needed via activation (socket, path, timer, 17:21:16 D-Bus, udev, scripted systemctl call, ...). 17:21:16 4) In case of template units, the unit is meant to be enabled with some 17:21:16 instance name specified. 17:21:16 Reading package lists... 17:21:16 Building dependency tree... 17:21:16 Reading state information... 17:21:16 The following additional packages will be installed: 17:21:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:21:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:21:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:21:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:21:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:21:16 Suggested packages: 17:21:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:21:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:21:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:21:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:21:16 systemd-container policykit-1 17:21:16 Recommended packages: 17:21:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:21:16 The following NEW packages will be installed: 17:21:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:21:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:21:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:21:16 multiarch-support openssh-client python3 python3-minimal python3.6 17:21:16 python3.6-minimal snapd squashfs-tools sudo 17:21:16 The following packages will be upgraded: 17:21:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:21:17 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 17:21:17 Need to get 35.2 MB of archives. 17:21:17 After this operation, 141 MB of additional disk space will be used. 17:21:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:21:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:21:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:21:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:21:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:21:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:21:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:21:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:21:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:21:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:21:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:21:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:21:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:21:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:21:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:21:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:21:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:21:18 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:21:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:21:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:21:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:21:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:21:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:21:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:21:18 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:21:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 17:21:18 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:21:18 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:21:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:21:18 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:21:20 debconf: delaying package configuration, since apt-utils is not installed 17:21:20 Fetched 35.2 MB in 3s (11.7 MB/s) 17:21:20 (Reading database ... 12757 files and directories currently installed.) 17:21:20 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:21:20 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:21: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 17:21:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:21:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:21:21 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:21:21 (Reading database ... 12757 files and directories currently installed.) 17:21:21 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:21:21 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:21:21 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:21:21 (Reading database ... 12757 files and directories currently installed.) 17:21:21 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:21:21 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:21:21 Setting up apt (1.6.12ubuntu0.2) ... 17:21:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:21:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:21:22 (Reading database ... 12764 files and directories currently installed.) 17:21:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:21:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:21:22 Selecting previously unselected package libpython3.6-minimal:amd64. 17:21:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:21:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:21:22 Selecting previously unselected package libexpat1:amd64. 17:21:22 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:21:22 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:21:22 Selecting previously unselected package python3.6-minimal. 17:21:22 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:21:22 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:21:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:21:23 Checking for services that may need to be restarted...done. 17:21:23 Checking for services that may need to be restarted...done. 17:21:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:21:23 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:21:23 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:21:23 Selecting previously unselected package python3-minimal. 17:21:23 (Reading database ... 13012 files and directories currently installed.) 17:21:23 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:21:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:21:24 Selecting previously unselected package mime-support. 17:21:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:21:24 Unpacking mime-support (3.60ubuntu1) ... 17:21:24 Selecting previously unselected package libmpdec2:amd64. 17:21:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:21:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:21:24 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 17:21:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:21:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:21:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:21:24 Selecting previously unselected package python3.6. 17:21:24 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:21:24 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:21:24 Selecting previously unselected package libpython3-stdlib:amd64. 17:21:24 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:21:24 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:21:24 Setting up python3-minimal (3.6.7-1~18.04) ... 17:21:24 Selecting previously unselected package python3. 17:21:24 (Reading database ... 13442 files and directories currently installed.) 17:21:24 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:21:24 Unpacking python3 (3.6.7-1~18.04) ... 17:21:25 Selecting previously unselected package multiarch-support. 17:21:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:21:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:21:25 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:21:25 Selecting previously unselected package liblzo2-2:amd64. 17:21:25 (Reading database ... 13479 files and directories currently installed.) 17:21:25 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:21:25 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:21:25 Selecting previously unselected package libbsd0:amd64. 17:21:25 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:21:25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:21:25 Selecting previously unselected package sudo. 17:21:25 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 17:21:25 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 17:21:25 Selecting previously unselected package apparmor. 17:21:25 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:21:25 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:21:25 Selecting previously unselected package libedit2:amd64. 17:21:25 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:21:25 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:21:25 Selecting previously unselected package libkrb5support0:amd64. 17:21:25 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:21:25 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:21:25 Selecting previously unselected package libk5crypto3:amd64. 17:21:25 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:21:25 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:21:25 Selecting previously unselected package libkeyutils1:amd64. 17:21:25 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:21:25 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:21:26 Selecting previously unselected package libkrb5-3:amd64. 17:21:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:21:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:21:26 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:21:26 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:21:26 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:21:26 Selecting previously unselected package libssl1.0.0:amd64. 17:21:26 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:21:26 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:21:26 Selecting previously unselected package openssh-client. 17:21:26 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:21:26 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:21:26 Selecting previously unselected package squashfs-tools. 17:21:26 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:21:26 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:21:26 Selecting previously unselected package snapd. 17:21:26 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:21:26 Unpacking snapd (2.48+18.04) ... 17:21:28 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 17:21:28 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:21:28 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:21:28 Setting up mime-support (3.60ubuntu1) ... 17:21:28 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 17:21:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:21:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:21:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:21:30 Setting up systemd (237-3ubuntu10.44) ... 17:21:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:21:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:21:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:21:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:21:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:21:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:21:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:21:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:21:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:21:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:21:31 Setting up python3 (3.6.7-1~18.04) ... 17:21:31 running python rtupdate hooks for python3.6... 17:21:31 running python post-rtupdate hooks for python3.6... 17:21:31 Setting up apparmor (2.12-4ubuntu5.1) ... 17:21:31 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 17:21:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:21:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:21:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:21:33 Setting up snapd (2.48+18.04) ... 17:21:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:21:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:21:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:21:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:21:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:21:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:21:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:21:34 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:21:34 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:21:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:21:35 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 17:21:35 /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' 17:21:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:21:35 Processing triggers for systemd (237-3ubuntu10.44) ... 17:21:36 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:21:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:21:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:21:37 Reading package lists... 17:21:37 Reading package lists... 17:21:37 Building dependency tree... 17:21:37 Reading state information... 17:21:37 Calculating upgrade... 17:21:37 The following packages will be upgraded: 17:21:37 advancecomp base-files bash binutils binutils-common 17:21:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:21:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:21:37 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 17:21:37 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 17:21:37 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 17:21:37 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 17:21:37 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 17:21:37 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 17:21:37 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 17:21:37 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 17:21:37 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 17:21:37 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 17:21:37 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 17:21:37 ubuntu-keyring util-linux 17:21:38 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:21:38 Need to get 63.7 MB of archives. 17:21:38 After this operation, 5203 kB of additional disk space will be used. 17:21:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 17:21:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:21:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:21:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:21:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:21:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:21:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:21:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:21:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:21:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:21:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:21:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:21:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:21:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:21:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:21:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:21:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:21:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:21:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:21:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:21:38 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:21:38 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:21:38 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:21:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:21:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:21:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:21:38 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:21:38 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:21:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:21:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:21:38 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:21:38 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 17:21:38 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:21:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:21:38 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:21:38 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:21:38 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:21:38 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:21:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:21:38 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:21:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:21:38 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:21:38 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:21:38 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:21:38 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:21:38 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:21:38 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 17:21:38 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:21:38 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:21:38 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:21:38 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:21:38 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:21:38 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:21:38 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:21:38 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:21:38 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:21:38 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:21:38 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:21:38 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:21:38 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:21:38 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:21:39 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:21:39 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:21:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:21:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:21:39 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:21:39 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:21:39 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:21:39 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:21:39 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:21:39 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:21:39 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:21:39 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:21:39 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:21:39 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:21:39 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:21:39 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:21:39 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:21:39 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:21:39 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:21:39 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:21:39 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:21:39 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:21:39 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:21:39 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:21:39 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:21:39 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:21:39 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:21:39 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:21:39 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:21:39 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:21:40 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:21:40 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:21:40 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:21:40 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:21:40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:21:40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:21:40 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:21:40 debconf: delaying package configuration, since apt-utils is not installed 17:21:40 Fetched 63.7 MB in 2s (32.3 MB/s) 17:21:40 (Reading database ... 13912 files and directories currently installed.) 17:21:40 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:21:40 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:21:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:21:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:21:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 17:21:41 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 17:21:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:42 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:42 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:42 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:42 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:42 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:42 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] } 17:21:42 $ docker stop --time=1 281d41b9258d2876ab667bc6d819dfb6c95a2f3abd6db88b6dd535816819f805 17:21:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:21:43 (Reading database ... 13911 files and directories currently installed.) 17:21:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:21:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:21:43 (Reading database ... 13911 files and directories currently installed.) 17:21:43 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:43 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:43 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:43 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:43 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:21:43 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:21:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:21:44 (Reading database ... 13911 files and directories currently installed.) 17:21:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:21:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:21:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:21:44 (Reading database ... 13911 files and directories currently installed.) 17:21:44 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:21:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:21:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:21:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:21:45 Setting up base-files (10.1ubuntu2.10) ... 17:21:45 Installing new version of config file /etc/issue ... 17:21:45 Installing new version of config file /etc/issue.net ... 17:21:45 Installing new version of config file /etc/lsb-release ... 17:21:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:21:45 $ docker rm -f 281d41b9258d2876ab667bc6d819dfb6c95a2f3abd6db88b6dd535816819f805 17:21:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:21:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:21:45 Removing obsolete conffile /etc/default/motd-news ... 17:21:45 (Reading database ... 13912 files and directories currently installed.) 17:21:45 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:21:45 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:21:46 Setting up bash (4.4.18-2ubuntu1.2) ... 17:21:46 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 17:21:46 (Reading database ... 13912 files and directories currently installed.) 17:21:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:21:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:21:46 (Reading database ... 13912 files and directories currently installed.) 17:21:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:21:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [Pipeline] // withDockerContainer [Pipeline] } 17:21:46 Setting up tar (1.29b-2ubuntu0.2) ... 17:21:46 (Reading database ... 13912 files and directories currently installed.) 17:21:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:21:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 17:21:46 Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] isUnix [Pipeline] sh 17:21:47 (Reading database ... 13912 files and directories currently installed.) 17:21:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:21:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:21:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:21:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:21:47 17:21:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:21:47 (Reading database ... 13912 files and directories currently installed.) 17:21:47 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:21:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:21:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:21:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:21:47 latest: Pulling from edgex-devops/edgex-compose-arm64 17:21:47 29e5d40040c1: Pulling fs layer 17:21:47 1ce36da41761: Pulling fs layer 17:21:47 25b303627fd3: Pulling fs layer 17:21:47 (Reading database ... 13912 files and directories currently installed.) 17:21:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:21:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:21:47 Setting up grep (3.1-2build1) ... 17:21:47 29e5d40040c1: Verifying Checksum 17:21:47 29e5d40040c1: Download complete 17:21:47 (Reading database ... 13912 files and directories currently installed.) 17:21:47 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:21:47 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:21:48 Setting up login (1:4.5-1ubuntu2) ... 17:21:48 (Reading database ... 13912 files and directories currently installed.) 17:21:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:21:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:21:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:21:48 (Reading database ... 13912 files and directories currently installed.) 17:21:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:21:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:21:48 1ce36da41761: Verifying Checksum 17:21:48 1ce36da41761: Download complete 17:21:48 29e5d40040c1: Pull complete 17:21:48 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:21:48 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:21:48 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:21:48 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:21:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:21:49 (Reading database ... 13912 files and directories currently installed.) 17:21:49 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:21:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:21:49 1ce36da41761: Pull complete 17:21:50 25b303627fd3: Verifying Checksum 17:21:50 25b303627fd3: Download complete 17:21:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:21:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:21:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:21:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:21:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:21:51 (Reading database ... 13912 files and directories currently installed.) 17:21:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:21:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:21:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:21:51 (Reading database ... 13912 files and directories currently installed.) 17:21:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:52 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:52 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:21:52 (Reading database ... 13912 files and directories currently installed.) 17:21:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:21:52 (Reading database ... 13912 files and directories currently installed.) 17:21:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:21:52 (Reading database ... 13912 files and directories currently installed.) 17:21:52 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:52 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:52 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:21:52 (Reading database ... 13912 files and directories currently installed.) 17:21:52 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:21:52 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:21:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:21:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:21:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:21:53 (Reading database ... 13912 files and directories currently installed.) 17:21:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:21:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:21:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:21:53 (Reading database ... 13912 files and directories currently installed.) 17:21:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:21:53 (Reading database ... 13912 files and directories currently installed.) 17:21:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:53 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:53 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:21:53 (Reading database ... 13912 files and directories currently installed.) 17:21:53 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:21:54 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:21:54 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:21:55 (Reading database ... 13912 files and directories currently installed.) 17:21:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:21:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:21:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:21:55 (Reading database ... 13912 files and directories currently installed.) 17:21:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:21:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:21:55 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:21:55 (Reading database ... 13914 files and directories currently installed.) 17:21:55 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:21:55 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:21:55 Setting up debconf (1.5.66ubuntu1) ... 17:21:56 (Reading database ... 13914 files and directories currently installed.) 17:21:56 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:21:56 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:21:56 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:21:56 (Reading database ... 13914 files and directories currently installed.) 17:21:56 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:21:56 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:21:56 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:21:56 (Reading database ... 13914 files and directories currently installed.) 17:21:56 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:21:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:21:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:21:57 (Reading database ... 13914 files and directories currently installed.) 17:21:57 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:21:57 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:21:57 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:21:57 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:21:57 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:21:57 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:21:57 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:21:57 (Reading database ... 13914 files and directories currently installed.) 17:21:57 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:21:57 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:21:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:21:58 (Reading database ... 13914 files and directories currently installed.) 17:21:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:21:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:21:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:21:58 (Reading database ... 13914 files and directories currently installed.) 17:21:58 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:21:58 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:21:58 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:21:58 (Reading database ... 13914 files and directories currently installed.) 17:21:58 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:21:58 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:21:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:21:59 (Reading database ... 13914 files and directories currently installed.) 17:21:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:21:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:21:59 Setting up passwd (1:4.5-1ubuntu2) ... 17:21:59 (Reading database ... 13914 files and directories currently installed.) 17:21:59 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:21:59 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:21:59 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:21:59 (Reading database ... 13914 files and directories currently installed.) 17:21:59 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:21:59 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:22:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:22:00 (Reading database ... 13914 files and directories currently installed.) 17:22:00 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:22:00 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:22:00 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:22:00 (Reading database ... 13914 files and directories currently installed.) 17:22:00 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:22:00 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:22:00 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:22:00 (Reading database ... 13914 files and directories currently installed.) 17:22:00 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:22:00 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:22:00 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:22:01 25b303627fd3: Pull complete 17:22:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:22:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:22:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:22:01 (Reading database ... 13914 files and directories currently installed.) 17:22:01 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:22:01 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:22:01 prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container 17:22:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:22:01 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:22:01 (Reading database ... 13914 files and directories currently installed.) 17:22:01 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:22:01 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:22:01 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:22:01 (Reading database ... 13915 files and directories currently installed.) 17:22:01 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:22:01 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:22:01 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:22:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:22:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:22:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:22:02 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:22:02 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:22:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:22:02 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:22:02 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:22:02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:22:02 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:22:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:22:02 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:22:02 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:22:03 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:22:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:22:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:22:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:22:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:22:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:22:03 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 17:22:03 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 17:22:04 $ docker top bf567318e4c016ea40763b08ee7ac9aa6009311fbb032cdf3fa394da3c8a10d2 -eo pid,comm 17:22:04 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:22:04 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:22:04 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:22:04 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [Pipeline] { [Pipeline] sh 17:22:04 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:22:04 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:22:04 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:22:04 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:22:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:22:04 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:22:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:22:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:22:05 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:05 + docker-compose build --help 17:22:05 + grep parallel 17:22:05 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:05 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:05 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:06 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:08 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:08 --parallel Build images in parallel. [Pipeline] } 17:22:08 $ docker stop --time=1 bf567318e4c016ea40763b08ee7ac9aa6009311fbb032cdf3fa394da3c8a10d2 17:22:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:22:09 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:22:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:22:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:22:09 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:22:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:22:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:22:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:22:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:22:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:22:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:22:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:22:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:22:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:22:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:22:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:22:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:10 $ docker rm -f bf567318e4c016ea40763b08ee7ac9aa6009311fbb032cdf3fa394da3c8a10d2 17:22:10 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:22:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:22:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:22:10 Setting up tzdata (2020f-0ubuntu0.18.04) ... 17:22:10 17:22:10 Current default time zone: 'Etc/UTC' 17:22:10 Local time is now: Tue Jan 19 17:22:10 UTC 2021. 17:22:10 Universal Time is now: Tue Jan 19 17:22:10 UTC 2021. 17:22:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:22:10 17:22:10 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:22:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:10 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 17:22:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:22:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:22:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:22:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:22:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:22:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:22:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:22:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:22:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:22:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:11 Setting up patch (2.7.6-2ubuntu1.1) ... 17:22:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:22:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:22:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:22:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:22:11 . [Pipeline] withDockerContainer 17:22:11 prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container 17:22:11 Installing new version of config file /etc/ssl/openssl.cnf ... 17:22:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:22:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:22:11 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:22:11 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 17:22:13 $ docker top c57b51e183b95b02985d856ce7226431c4d949abb565999cf266cddbd8be015b -eo pid,comm [Pipeline] { 17:22:13 Updating certificates in /etc/ssl/certs... [Pipeline] sh 17:22:14 + docker-compose -f ./docker-compose-build.yml build --parallel 17:22:14 22 added, 17 removed; done. 17:22:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:22:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:22:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:22:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:22:14 Setting up pkgbinarymangler (138.18.04.1) ... 17:22:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:22:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:22:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:22:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:22:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:22:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:22:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:22:15 Setting up perl (5.26.1-6ubuntu0.5) ... 17:22:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:22:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:22:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:22:15 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:22:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:22:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:22:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:22:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:22:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:22:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:22:15 Processing triggers for systemd (237-3ubuntu10.44) ... 17:22:15 Processing triggers for mime-support (3.60ubuntu1) ... 17:22:15 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:22:15 Updating certificates in /etc/ssl/certs... 17:22:16 0 added, 0 removed; done. 17:22:16 Running hooks in /etc/ca-certificates/update.d... 17:22:16 done. 17:22:16 Reading package lists... 17:22:16 Building dependency tree... 17:22:16 Reading state information... 17:22:17 The following NEW packages will be installed: 17:22:17 apt-transport-https 17:22:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:22:17 Need to get 1696 B of archives. 17:22:17 After this operation, 153 kB of additional disk space will be used. 17:22:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:22:17 debconf: delaying package configuration, since apt-utils is not installed 17:22:17 Fetched 1696 B in 0s (8356 B/s) 17:22:17 Selecting previously unselected package apt-transport-https. 17:22:17 (Reading database ... 13929 files and directories currently installed.) 17:22:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:22:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:22:17 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:22:17 Waiting for network to be ready... 17:22:18 Building docker-core-command-go ... 17:22:18 Building docker-core-data-go ... 17:22:18 Building docker-core-metadata-go ... 17:22:18 Building docker-security-bootstrap-redis-go ... 17:22:18 Building docker-security-proxy-setup-go ... 17:22:18 Building docker-security-secretstore-setup-go ... 17:22:18 Building docker-support-notifications-go ... 17:22:18 Building docker-support-scheduler-go ... 17:22:18 Building docker-sys-mgmt-agent-go ... 17:22:18 Building docker-security-bootstrap-redis-go 17:22:18 Building docker-sys-mgmt-agent-go 17:22:18 Building docker-support-scheduler-go 17:22:18 Building docker-core-command-go 17:22:18 Building docker-support-notifications-go 17:22:24 2021-01-19T17:22:20Z INFO Waiting for automatic snapd restart... 17:22:24 snapd 2.48.2 from Canonical* installed 17:22:24 "snapd" switched to the "latest/stable" channel 17:22:24 17:22:27 core18 20201210 from Canonical* installed 17:22:27 "core18" switched to the "latest/stable" channel 17:22:27 17:22:31 snapcraft 4.4.4 from Canonical* installed 17:22:31 "snapcraft" switched to the "latest/stable" channel 17:22:31 17:22:34 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: 17:22:34 - README.md 17:22:34 - snapcraft.yaml.orig 17:22:34 17:22:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:22:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:22:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:22:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:22:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:22:42 Reading package lists... 17:22:42 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 17:22:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:22:49 Reading package lists... 17:22:49 Building dependency tree... 17:22:49 Reading state information... 17:22:49 Suggested packages: 17:22:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:22:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:22:49 Recommended packages: 17:22:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:22:49 The following NEW packages will be installed: 17:22:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:22:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:22:49 pkg-config zip 17:22:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:22:49 Need to get 7655 kB of archives. 17:22:49 After this operation, 43.7 MB of additional disk space will be used. 17:22:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:22:49 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:22:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:22:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:22:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:22:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:22:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:22:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:22:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:22:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:22:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:22:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:22:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:22:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:22:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:22:50 debconf: delaying package configuration, since apt-utils is not installed 17:22:50 Fetched 7655 kB in 2s (4241 kB/s) 17:22:50 Selecting previously unselected package libglib2.0-0:amd64. 17:22:50 (Reading database ... 13933 files and directories currently installed.) 17:22:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:22:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:22:51 Selecting previously unselected package libpsl5:amd64. 17:22:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:22:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:22:51 Selecting previously unselected package libnghttp2-14:amd64. 17:22:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:22:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:22:51 Selecting previously unselected package librtmp1:amd64. 17:22:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:22:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:22:51 Selecting previously unselected package libcurl3-gnutls:amd64. 17:22:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:22:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:22:51 Selecting previously unselected package liberror-perl. 17:22:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:22:51 Unpacking liberror-perl (0.17025-1) ... 17:22:51 Selecting previously unselected package git-man. 17:22:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:22:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:22:51 Selecting previously unselected package git. 17:22:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:22:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:22:52 Selecting previously unselected package libnorm1:amd64. 17:22:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:22:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:22:52 Selecting previously unselected package libpgm-5.2-0:amd64. 17:22:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:22:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:22:52 Selecting previously unselected package libsodium23:amd64. 17:22:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:22:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:22:53 Selecting previously unselected package libzmq5:amd64. 17:22:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:22:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:22:53 Selecting previously unselected package libzmq3-dev:amd64. 17:22:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:22:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:22:53 Selecting previously unselected package pkg-config. 17:22:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:22:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:22:53 Selecting previously unselected package zip. 17:22:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:22:53 Unpacking zip (3.0-11build1) ... 17:22:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:22:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:22:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:22:53 Setting up liberror-perl (0.17025-1) ... 17:22:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:22:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:22:53 No schema files found: doing nothing. 17:22:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:22:53 Setting up zip (3.0-11build1) ... 17:22:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:22:53 Setting up libsodium23:amd64 (1.0.16-2) ... 17:22:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:22:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:22:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:22:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:22:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:22:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:23:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:23:00 git set to automatically installed. 17:23:00 git-man set to automatically installed. 17:23:00 libcurl3-gnutls set to automatically installed. 17:23:00 liberror-perl set to automatically installed. 17:23:00 libglib2.0-0 set to automatically installed. 17:23:00 libnghttp2-14 set to automatically installed. 17:23:00 libnorm1 set to automatically installed. 17:23:00 libpgm-5.2-0 set to automatically installed. 17:23:00 libpsl5 set to automatically installed. 17:23:00 librtmp1 set to automatically installed. 17:23:00 libsodium23 set to automatically installed. 17:23:00 libzmq3-dev set to automatically installed. 17:23:00 libzmq5 set to automatically installed. 17:23:00 pkg-config set to automatically installed. 17:23:00 zip set to automatically installed. 17:23:02 snapd is not logged in, snap install commands will use sudo 17:23:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:23:09 snap "core18" has no updates available 17:23:09 Pulling config-common 17:23:10 Pulling go-build-helper 17:23:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:23:26 ---> 0572c53f21a1 17:23:26 Step 3/26 : WORKDIR /edgex-go 17:23:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:23:26 ---> 0572c53f21a1 17:23:26 Step 3/24 : WORKDIR /edgex-go 17:23:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:23:26 ---> 0572c53f21a1 17:23:26 Step 3/22 : WORKDIR /edgex-go 17:23:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:23:26 ---> 0572c53f21a1 17:23:26 Step 3/21 : WORKDIR /edgex-go 17:23:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:23:26 ---> 0572c53f21a1 17:23:26 Step 3/22 : WORKDIR /edgex-go 17:23:30 ---> Running in 58762166c837 17:23:30 ---> Running in d15fbf07e6f8 17:23:30 ---> Running in 29e55a893065 17:23:30 ---> Running in ec18a07cc001 17:23:30 ---> Running in 36f5a8ac854b 17:23:30 Removing intermediate container 29e55a893065 17:23:30 Removing intermediate container d15fbf07e6f8 17:23:30 ---> 6039eed19dec 17:23:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:30 ---> 75517e225d76 17:23:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container ec18a07cc001 17:23:30 17:23:30 ---> 4ad04d8b0591 17:23:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:31 Removing intermediate container 58762166c837 17:23:31 ---> f1294960e2c8 17:23:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:31 Removing intermediate container 36f5a8ac854b 17:23:31 ---> 24cb0d7b4b43 17:23:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:31 ---> Running in 3ef96d34f9e6 17:23:31 ---> Running in 79d725043ff4 17:23:31 ---> Running in 3f8dcd567d24 17:23:31 ---> Running in 6e183e137b4f 17:23:31 ---> Running in d5b98eb9084e 17:23:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:23:32 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:23:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:23:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 17:23:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:23:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 17:23:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:23:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:23:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 17:23:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:23:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 17:23:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 17:23:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:23:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:23:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:23:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:23:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:23:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 17:23:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:23:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 17:23:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 17:23:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 17:23:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 17:23:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 17:23:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 17:23:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 17:23:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 17:23:32 Fetched 23.8 MB in 0s (0 B/s) 17:23:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:23:32 Fetched 96.5 kB in 0s (0 B/s) 17:23:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:23:32 Fetched 279 kB in 0s (0 B/s) 17:23:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:23:32 Fetched 122 kB in 0s (0 B/s) 17:23:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:23:32 Fetched 77.8 kB in 0s (0 B/s) 17:23:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:23:32 Fetched 8848 B in 0s (0 B/s) 17:23:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:23:32 Fetched 47.8 kB in 0s (0 B/s) 17:23:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:23:32 Fetched 45.6 kB in 0s (0 B/s) 17:23:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:23:32 Fetched 15.0 kB in 0s (0 B/s) 17:23:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:23:32 Fetched 214 kB in 0s (0 B/s) 17:23:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:23:32 Fetched 155 kB in 0s (0 B/s) 17:23:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:23:32 Fetched 50.6 kB in 0s (0 B/s) 17:23:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:23:32 Fetched 14.8 kB in 0s (0 B/s) 17:23:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:23:32 Fetched 41.8 kB in 0s (0 B/s) 17:23:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:23:32 Fetched 499 kB in 0s (0 B/s) 17:23:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:23:32 Fetched 111 kB in 0s (0 B/s) 17:23:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:23:32 Fetched 240 kB in 0s (0 B/s) 17:23:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:23:32 Fetched 29.3 kB in 0s (0 B/s) 17:23:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:23:32 Fetched 85.5 kB in 0s (0 B/s) 17:23:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:23:32 Fetched 24.5 kB in 0s (0 B/s) 17:23:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:23:32 Fetched 49.2 kB in 0s (0 B/s) 17:23:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:23:32 Fetched 54.2 kB in 0s (0 B/s) 17:23:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:23:32 Fetched 30.8 kB in 0s (0 B/s) 17:23:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:23:32 Fetched 17.0 kB in 0s (0 B/s) 17:23:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:23:32 Fetched 85.9 kB in 0s (0 B/s) 17:23:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:23:32 Fetched 8720 B in 0s (0 B/s) 17:23:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:23:32 Fetched 137 kB in 0s (0 B/s) 17:23:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:23:32 Fetched 119 kB in 0s (0 B/s) 17:23:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:23:32 Fetched 109 kB in 0s (0 B/s) 17:23:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:23:32 Fetched 11.1 kB in 0s (0 B/s) 17:23:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:23:32 Fetched 645 kB in 0s (0 B/s) 17:23:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:23:32 Fetched 41.3 kB in 0s (0 B/s) 17:23:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:23:32 Fetched 17.9 kB in 0s (0 B/s) 17:23:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:23:32 Fetched 368 kB in 0s (0 B/s) 17:23:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:23:32 Fetched 187 kB in 0s (0 B/s) 17:23:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:23:32 Fetched 175 kB in 0s (0 B/s) 17:23:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:23:34 Fetched 206 kB in 0s (0 B/s) 17:23:34 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:23:34 Fetched 1301 kB in 0s (0 B/s) 17:23:34 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:23:34 Fetched 36.2 kB in 0s (0 B/s) 17:23:34 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:23:34 Fetched 159 kB in 0s (0 B/s) 17:23:34 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:23:34 Fetched 107 kB in 0s (0 B/s) 17:23:34 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:23:34 Fetched 48.7 kB in 0s (0 B/s) 17:23:34 Pulling static-packages 17:23:34 Removing intermediate container 79d725043ff4 17:23:34 ---> 04ebabfe6cbe 17:23:34 Step 5/22 : RUN apk add --update --no-cache make git 17:23:35 ---> Running in b69cdbc7db78 17:23:35 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:23:35 Skipping pull go-build-helper (already ran) 17:23:35 Skipping pull static-packages (already ran) 17:23:35 Building go-build-helper 17:23:35 Removing intermediate container 3ef96d34f9e6 17:23:35 ---> dfdd78a01481 17:23:35 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:23:35 ---> Running in 4d1ff6f38e61 17:23:35 Removing intermediate container 3f8dcd567d24 17:23:35 ---> 8ab51e45eaf0 17:23:35 Step 5/26 : RUN apk add --update --no-cache make bash git 17:23:35 Removing intermediate container 6e183e137b4f 17:23:35 ---> 8c28a27b1768 17:23:35 Step 5/22 : RUN apk add --update --no-cache make git 17:23:36 Removing intermediate container d5b98eb9084e 17:23:36 ---> 6415fac21346 17:23:36 Step 5/21 : RUN apk add --update --no-cache make git 17:23:36 ---> Running in e33b6f23ac8a 17:23:36 ---> Running in cc1d2af006a4 17:23:36 ---> Running in dd9e6d46931b 17:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:38 OK: 217 MiB in 51 packages 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:38 OK: 217 MiB in 51 packages 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:39 OK: 217 MiB in 51 packages 17:23:39 OK: 217 MiB in 51 packages 17:23:39 Building static-packages 17:23:39 OK: 217 MiB in 51 packages 17:23:39 Removing intermediate container b69cdbc7db78 17:23:39 ---> 985f4ede3797 17:23:39 Step 6/22 : COPY go.mod . 17:23:40 Removing intermediate container 4d1ff6f38e61 17:23:40 ---> 65bc2354b775 17:23:40 Step 6/24 : COPY go.mod . 17:23:40 ---> 6f508666a326 17:23:40 Step 7/22 : RUN go mod download 17:23:40 Staging go-build-helper 17:23:41 Removing intermediate container e33b6f23ac8a 17:23:41 ---> 02b4d349ec6b 17:23:41 Step 6/26 : COPY go.mod . 17:23:41 ---> Running in 7b7e4ca9e030 17:23:41 Removing intermediate container cc1d2af006a4 17:23:41 Removing intermediate container dd9e6d46931b 17:23:41 ---> b1ac3cacb71c 17:23:41 Step 6/22 : COPY go.mod . 17:23:41 ---> 93a0868c7a3e 17:23:41 Step 6/21 : COPY go.mod . 17:23:41 ---> 4309ccad4698 17:23:41 Step 7/24 : RUN go mod download 17:23:41 Staging static-packages 17:23:41 ---> Running in ed73aaa9c48c 17:23:42 ---> 1099f38cea22 17:23:42 Step 7/26 : RUN go mod download 17:23:42 ---> Running in 51c1273ad70d 17:23:42 ---> 2214e80946cc 17:23:42 Step 7/22 : RUN go mod download 17:23:42 ---> ad540e132e54 17:23:42 Step 7/21 : RUN go mod download 17:23:42 ---> Running in 7384b9b3d82b 17:23:42 Pulling go115 17:23:43 ---> Running in 485c227878b6 17:23:44 'edgex-go' has dependencies that need to be staged: go115 17:23:44 Skipping pull go115 (already ran) 17:23:44 Building go115 17:23:44 % Total % Received % Xferd Average Speed Time Time Time Current 17:23:44 Dload Upload Total Spent Left Speed 17:23:45 Removing intermediate container 7b7e4ca9e030 17:23:45 ---> a9f6e0e27c52 17:23:45 Step 8/22 : COPY . . 17:23:46 Removing intermediate container ed73aaa9c48c 17:23:46 ---> 58104997f48e 17:23:46 Step 8/24 : COPY . . 17:23:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7455k 0 0 12.9M 0 0:00:08 --:--:-- 0:00:08 12.9M 44 115M 44 51.5M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 32.9M 80 115M 80 93.5M 0 0 36.5M 0 0:00:03 0:00:02 0:00:01 36.5M 100 115M 100 115M 0 0 38.1M 0 0:00:03 0:00:03 --:--:-- 38.1M 17:23:47 Removing intermediate container 51c1273ad70d 17:23:47 ---> 7d77b065fafc 17:23:47 Step 8/26 : COPY . . 17:23:47 go1.15.2.linux-amd64.tar.gz: OK 17:23:47 Removing intermediate container 485c227878b6 17:23:47 ---> 923ed55b2743 17:23:47 Step 8/21 : COPY . . 17:23:48 Removing intermediate container 7384b9b3d82b 17:23:48 ---> 0b608691167e 17:23:48 Step 8/22 : COPY . . 17:23:51 Staging go115 17:23:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:23:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:23:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:23:57 Fetched 0 B in 0s (0 B/s) 17:23:57 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:23:57 Fetched 224 kB in 0s (0 B/s) 17:23:57 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:23:57 Fetched 157 kB in 0s (0 B/s) 17:23:57 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:23:57 Fetched 221 kB in 0s (0 B/s) 17:23:57 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:23:57 Fetched 143 kB in 0s (0 B/s) 17:23:57 Pulling edgex-go 17:23:58 Pulling version 17:23:59 Building config-common 17:24:00 Skipping build go-build-helper (already ran) 17:24:00 Skipping build static-packages (already ran) 17:24:00 Skipping build go115 (already ran) 17:24:00 Building edgex-go 17:24:01 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 17:24:03 go: downloading github.com/gorilla/mux v1.8.0 17:24:03 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:24:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.146 17:24:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:24:03 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 17:24:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 17:24:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:24:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 17:24:03 go: downloading github.com/x448/float16 v0.8.4 17:24:03 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 17:24:03 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 17:24:03 go: downloading github.com/pebbe/zmq4 v1.2.2 17:24:03 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:24:03 go: downloading github.com/BurntSushi/toml v0.3.1 17:24:03 go: downloading github.com/go-kit/kit v0.8.0 17:24:03 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 17:24:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:24:03 go: downloading gopkg.in/yaml.v2 v2.4.0 17:24:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:24:03 go: downloading github.com/hashicorp/consul/api v1.1.0 17:24:03 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:24:03 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:24:03 go: downloading github.com/pelletier/go-toml v1.2.0 17:24:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:24:03 go: downloading github.com/google/uuid v1.1.5 17:24:03 go: downloading github.com/mitchellh/copystructure v1.0.0 17:24:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:24:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:24:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:24:03 go: downloading github.com/pkg/errors v0.8.1 17:24:03 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:24:03 go: downloading github.com/imdario/mergo v0.3.11 17:24:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:24:03 go: downloading github.com/hashicorp/serf v0.8.2 17:24:03 go: downloading github.com/go-playground/universal-translator v0.17.0 17:24:03 go: downloading github.com/leodido/go-urn v1.2.0 17:24:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:24:03 go: downloading github.com/go-playground/locales v0.13.0 17:24:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:24:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:24:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:24:10 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 17:24:15 ---> bc172311d2c2 17:24:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:24:15 ---> 72edf49850ca 17:24:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:24:15 ---> 2e2c051f26dc 17:24:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:24:15 ---> 9ac78bc66057 17:24:15 Step 9/22 : RUN make cmd/core-command/core-command 17:24:15 ---> 8de3842fe8c8 17:24:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:24:15 ---> Running in 8326359be3a4 17:24:15 ---> Running in f4014720c1ca 17:24:15 ---> Running in 69721e598956 17:24:15 ---> Running in f0636c7b6cbe 17:24:15 ---> Running in 70c4a0b91570 17:24:15 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 17:24:15 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 17:24:15 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 17:24:15 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 17:24:15 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 17:24:15 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 17:24:16 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 17:24:17 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 17:24:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:24:18 go: downloading github.com/stretchr/testify v1.6.1 17:24:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:24:18 go: downloading github.com/davecgh/go-spew v1.1.1 17:24:18 go: downloading github.com/pmezard/go-difflib v1.0.0 17:24:19 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 17:24:19 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:24:19 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:24:21 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 17:24: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 17:24:22 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:24:23 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 17:24:24 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 17:24:25 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 17:24:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:24:28 Building version 17:24:30 Staging config-common 17:24:30 Skipping stage go-build-helper (already ran) 17:24:30 Skipping stage static-packages (already ran) 17:24:30 Skipping stage go115 (already ran) 17:24:30 Staging edgex-go 17:24:31 Staging version 17:24:32 Priming config-common 17:24:33 Priming go-build-helper 17:24:34 Priming static-packages 17:24:37 Priming go115 17:24:38 Priming edgex-go 17:24:39 Priming version 17:24:40 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] } 17:25:51 Removing intermediate container f4014720c1ca 17:25:51 ---> 5a7d7c7f01cc 17:25:51 17:25:51 Step 10/22 : FROM alpine:3.12 17:25:51 3.12: Pulling from library/alpine 17:25:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:25:51 Status: Downloaded newer image for alpine:3.12 17:25:51 ---> afeebe901d6b 17:25:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:25:51 ---> Running in 2678a45eb302 17:25:51 Removing intermediate container 69721e598956 17:25:51 ---> 9a43574f4278 17:25:51 17:25:51 Removing intermediate container 8326359be3a4 17:25:51 ---> d4bbc61227eb 17:25:51 17:25:51 Step 10/21 : FROM scratch 17:25:51 ---> 17:25:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:25:51 Step 10/24 : FROM scratch 17:25:51 ---> 17:25:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:25:51 Removing intermediate container f0636c7b6cbe 17:25:51 ---> 076291d351b6 17:25:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:25:51 Removing intermediate container 70c4a0b91570 17:25:51 ---> d2970254ba97 17:25:51 17:25:51 Step 10/22 : FROM scratch 17:25:51 ---> 17:25:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:25:51 ---> Running in 41b003dd237b 17:25:51 ---> Running in f7cff34a5fb2 17:25:51 ---> Running in 57ef6820986e 17:25:51 ---> Running in 750029eb9f40 17:25:51 Removing intermediate container 57ef6820986e 17:25:51 ---> cdedddb1d8ec 17:25:51 Step 12/21 : ENV APP_PORT=48085 17:25:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:51 ---> Running in b625a4277e78 17:25:51 Removing intermediate container 750029eb9f40 17:25:51 ---> 8ad8363799ca 17:25:51 Step 12/22 : ENV APP_PORT=48082 17:25:51 Removing intermediate container 41b003dd237b 17:25:51 ---> b3b83147abec 17:25:51 Step 12/24 : ENV APP_PORT=48060 17:25:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:51 ---> Running in cb1fcd74a4ea 17:25:51 ---> Running in d69c2faeb832 17:25:51 Removing intermediate container b625a4277e78 17:25:51 ---> 918d564c61ca 17:25:51 Step 13/21 : EXPOSE $APP_PORT 17:25:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:25:51 (1/5) Installing ca-certificates (20191127-r4) 17:25:51 ---> Running in c20fdceb2f5b 17:25:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:25:51 (3/5) Installing libcurl (7.69.1-r3) 17:25:51 (4/5) Installing curl (7.69.1-r3) 17:25:51 (5/5) Installing dumb-init (1.2.2-r1) 17:25:51 Executing busybox-1.31.1-r19.trigger 17:25:51 Executing ca-certificates-20191127-r4.trigger 17:25:51 Removing intermediate container d69c2faeb832 17:25:51 ---> 70d7e677d70f 17:25:51 Step 13/24 : EXPOSE $APP_PORT 17:25:51 Removing intermediate container cb1fcd74a4ea 17:25:51 ---> a6887639fc08 17:25:51 Step 13/22 : EXPOSE $APP_PORT 17:25:51 OK: 7 MiB in 19 packages 17:25:51 ---> Running in de7d559f412e 17:25:51 ---> Running in 211bf7b6b3e6 17:25:51 Removing intermediate container c20fdceb2f5b 17:25:51 ---> 3ab703bd70ab 17:25:51 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:51 Removing intermediate container 211bf7b6b3e6 17:25:51 ---> e55b88198681 17:25:51 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:25:51 Removing intermediate container de7d559f412e 17:25:51 ---> 110b4c102464 17:25:51 Step 14/22 : WORKDIR / 17:25:51 ---> Running in ea4631aa197a 17:25:51 ---> 6db9ba52bf3f 17:25:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:25:52 Removing intermediate container ea4631aa197a 17:25:52 ---> 4936ed2bad3c 17:25:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:52 ---> 4a744d08ee02 17:25:52 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:25:52 Removing intermediate container 2678a45eb302 17:25:52 ---> 70376afb3dbd 17:25:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:25:53 ---> Running in 53215caa2780 17:25:53 ---> a85c2b65e1f6 17:25:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:25:53 ---> 74baf1327ff6 17:25:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:25:53 Removing intermediate container 53215caa2780 17:25:53 ---> 192a374c0288 17:25:53 Step 13/22 : WORKDIR / 17:25:53 Removing intermediate container f7cff34a5fb2 17:25:53 ---> b1d93a1ca63f 17:25:53 17:25:53 Step 11/26 : FROM docker:20.10.0 17:25:54 20.10.0: Pulling from library/docker 17:25:54 ---> 4d9d0b50f589 17:25:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:25:54 ---> Running in 8c7972e4d62b 17:25:54 ---> 0532a6338de2 17:25:54 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:25:55 ---> Running in c4a15fecdce4 17:25:55 ---> 33f134e7dab4 17:25:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:25:55 Removing intermediate container 8c7972e4d62b 17:25:55 ---> 59174b464433 17:25:55 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:56 Removing intermediate container c4a15fecdce4 17:25:56 ---> dbf3fa1309e6 17:25:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:56 ---> 0f67096d49d3 17:25:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:56 ---> Running in a67c1451483b 17:25:57 ---> 7d5e059f7251 17:25:57 Step 18/22 : ENTRYPOINT ["/core-command"] 17:25:57 ---> ccc138c03f36 17:25:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:25:57 ---> Running in 2f4a4eb5999b 17:25:57 Removing intermediate container a67c1451483b 17:25:57 ---> 44d377e761d3 17:25:57 Step 19/21 : LABEL arch=arm64 17:25:57 ---> 57e94ecc98d9 17:25:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:25:58 ---> Running in 3a56f7625636 17:25:58 Removing intermediate container 2f4a4eb5999b 17:25:58 ---> 4bc184fb4f9f 17:25:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:58 ---> Running in b5a7e3696914 17:25:59 Removing intermediate container 3a56f7625636 17:25:59 ---> 8a7c3e36fabd 17:25:59 Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:25:59 ---> 447516490a2f 17:25:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:25:59 ---> a95067302a71 17:25:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:25:59 Removing intermediate container b5a7e3696914 17:25:59 ---> f4f1dbd91a96 17:25:59 Step 20/22 : LABEL arch=arm64 17:25:59 ---> Running in d6f8a647a423 17:25:59 ---> Running in 92d592ae0285 17:26:00 Removing intermediate container d6f8a647a423 17:26:00 ---> 00fd77b06338 17:26:00 Step 21/21 : LABEL version=0.0.0 17:26:00 ---> 2d9e5790919c 17:26:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:26:01 ---> Running in 3691e229c75d 17:26:01 ---> 920f42a3521a 17:26:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:26:01 Removing intermediate container 92d592ae0285 17:26:01 ---> 8bd52ee4251d 17:26:01 Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:26:01 ---> Running in cd87aff0fe9a 17:26:01 ---> Running in b38775b53381 17:26:02 Removing intermediate container 3691e229c75d 17:26:02 ---> 8b993c5989f0 17:26:02 17:26:02 ---> 22e02b5c67fd 17:26:02 Step 18/22 : RUN chmod +x entrypoint.sh 17:26:02 Successfully built 8b993c5989f0 17:26:02 Successfully tagged docker-support-scheduler-go-arm64:latest 17:26:02  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 17:26:02 ---> Running in 5cf5fb53b091 17:26:02 Removing intermediate container b38775b53381 17:26:02 ---> 45607403d05b 17:26:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:26:02 Removing intermediate container cd87aff0fe9a 17:26:02 ---> a529e20843c5 17:26:02 Step 22/22 : LABEL version=0.0.0 17:26:03 ---> Running in f536820fe080 17:26:03 ---> Running in 5bef3522e60a 17:26:04 Removing intermediate container f536820fe080 17:26:04 ---> 0733ca667b96 17:26:04 Step 22/24 : LABEL arch=arm64 17:26:05 Removing intermediate container 5bef3522e60a 17:26:05 ---> c135fb08d4b8 17:26:05 17:26:05 Successfully built c135fb08d4b8 17:26:05 Successfully tagged docker-core-command-go-arm64:latest 17:26:05  Building docker-core-command-go ... done Building docker-core-metadata-go 17:26:05 ---> Running in f4566c878641 17:26:06 Removing intermediate container f4566c878641 17:26:06 ---> 9031c0b279e3 17:26:06 Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:26:06 ---> Running in 42171044dd18 17:26:06 Removing intermediate container 5cf5fb53b091 17:26:06 ---> 99f5202c3655 17:26:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:26:07 ---> Running in 7fa00b5cef2c 17:26:07 Removing intermediate container 42171044dd18 17:26:07 ---> 570b5c7c00ca 17:26:07 Step 24/24 : LABEL version=0.0.0 17:26:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:26:07 Status: Downloaded newer image for docker:20.10.0 17:26:07 ---> eeaf43b92773 17:26:07 Step 12/26 : RUN apk add --no-cache bash 17:26:07 ---> Running in 26a3fbc9742f 17:26:08 ---> Running in 463fdf29cc2f 17:26:08 Removing intermediate container 7fa00b5cef2c 17:26:08 ---> 46350b9f9f79 17:26:08 Step 20/22 : LABEL arch=arm64 17:26:09 Removing intermediate container 463fdf29cc2f 17:26:09 ---> cf79d55569d7 17:26:09 17:26:09 ---> Running in 609ea9ba7ce9 17:26:09 Successfully built cf79d55569d7 17:26:09 Successfully tagged docker-support-notifications-go-arm64:latest 17:26:09  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 17:26:10 Removing intermediate container 609ea9ba7ce9 17:26:10 ---> 7143fd807667 17:26:10 Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:26:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:10 ---> Running in cb30ccaca695 17:26:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:10 Removing intermediate container cb30ccaca695 17:26:10 ---> ddc0460f1a92 17:26:10 Step 22/22 : LABEL version=0.0.0 17:26:11 ---> Running in d2113ae43284 17:26:11 (1/2) Installing readline (8.0.4-r0) 17:26:11 (2/2) Installing bash (5.0.17-r0) 17:26:11 Executing bash-5.0.17-r0.post-install 17:26:11 Executing busybox-1.31.1-r19.trigger 17:26:11 OK: 12 MiB in 22 packages 17:26:12 Removing intermediate container d2113ae43284 17:26:12 ---> 00170b196dd6 17:26:12 17:26:12 Successfully built 00170b196dd6 17:26:12 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:26:12 Building docker-core-data-go 17:26:13  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 26a3fbc9742f 17:26:13 ---> ddcefdd3661c 17:26:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:26:13 ---> Running in 3ccd351ef93e 17:26:14 Removing intermediate container 3ccd351ef93e 17:26:14 ---> 6ee68b2bf8a1 17:26:14 Step 14/26 : ENV APP_PORT=48090 17:26:14 ---> Running in 2bb7868a129a 17:26:15 Removing intermediate container 2bb7868a129a 17:26:15 ---> 9177676b8a8c 17:26:15 Step 15/26 : EXPOSE $APP_PORT 17:26:16 ---> Running in 226de0e6e1e9 17:26:16 Removing intermediate container 226de0e6e1e9 17:26:16 ---> 81ace39e669c 17:26:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:26:18 ---> d6e49d353801 17:26:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:26:20 ---> 7ea1d01d90ff 17:26:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:26:21 ---> 2942bceb27bc 17:26:21 Step 19/26 : RUN apk --no-cache add py3-pip 17:26:21 ---> Running in ecf7ee3cc514 17:26:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:23 (1/33) Installing libbz2 (1.0.8-r1) 17:26:23 (2/33) Installing expat (2.2.9-r1) 17:26:23 (3/33) Installing libffi (3.3-r2) 17:26:23 (4/33) Installing gdbm (1.13-r1) 17:26:23 (5/33) Installing xz-libs (5.2.5-r0) 17:26:23 (6/33) Installing sqlite-libs (3.32.1-r0) 17:26:23 (7/33) Installing python3 (3.8.5-r0) 17:26:25 (8/33) Installing py3-appdirs (1.4.4-r1) 17:26:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:26:25 (10/33) Installing py3-parsing (2.4.7-r0) 17:26:25 (11/33) Installing py3-six (1.15.0-r0) 17:26:25 (12/33) Installing py3-packaging (20.4-r0) 17:26:25 (13/33) Installing py3-setuptools (47.0.0-r0) 17:26:25 (14/33) Installing py3-chardet (3.0.4-r4) 17:26:25 (15/33) Installing py3-idna (2.9-r0) 17:26:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:26:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:26:25 (18/33) Installing py3-requests (2.23.0-r0) 17:26:25 (19/33) Installing py3-msgpack (1.0.0-r0) 17:26:26 (20/33) Installing py3-lockfile (0.12.2-r3) 17:26:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:26:26 (22/33) Installing py3-colorama (0.4.3-r0) 17:26:26 (23/33) Installing py3-distlib (0.3.0-r0) 17:26:26 (24/33) Installing py3-distro (1.5.0-r1) 17:26:26 (25/33) Installing py3-webencodings (0.5.1-r3) 17:26:26 (26/33) Installing py3-html5lib (1.0.1-r4) 17:26:26 (27/33) Installing py3-pytoml (0.1.21-r0) 17:26:26 (28/33) Installing py3-pep517 (0.8.2-r0) 17:26:26 (29/33) Installing py3-progress (1.5-r0) 17:26:26 (30/33) Installing py3-toml (0.10.1-r0) 17:26:26 (31/33) Installing py3-retrying (1.3.3-r0) 17:26:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:26:26 (33/33) Installing py3-pip (20.1.1-r0) 17:26:26 Executing busybox-1.31.1-r19.trigger 17:26:26 OK: 71 MiB in 55 packages 17:26:36 Removing intermediate container ecf7ee3cc514 17:26:36 ---> 0eb192060920 17:26:36 Step 20/26 : RUN pip install docker-compose==1.23.2 17:26:36 ---> Running in bdde3646b369 17:26:43 Collecting docker-compose==1.23.2 17:26:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:26:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:26:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:26:43 ---> 0572c53f21a1 17:26:43 Step 3/24 : WORKDIR /edgex-go 17:26:43 ---> Using cache 17:26:43 ---> 24cb0d7b4b43 17:26:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:43 ---> Using cache 17:26:43 ---> 8c28a27b1768 17:26:43 Step 5/24 : RUN apk add --update --no-cache make git 17:26:43 ---> Using cache 17:26:43 ---> b1ac3cacb71c 17:26:43 Step 6/24 : COPY go.mod . 17:26:43 ---> Using cache 17:26:43 ---> 2214e80946cc 17:26:43 Step 7/24 : RUN go mod download 17:26:43 ---> Using cache 17:26:43 ---> 0b608691167e 17:26:43 Step 8/24 : COPY . . 17:26:43 ---> Using cache 17:26:43 ---> 9ac78bc66057 17:26:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:26:43 Collecting cached-property<2,>=1.2.0 17:26:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:26:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:26:44 Collecting docker<4.0,>=3.6.0 17:26:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:26:45 ---> Running in 49ff50bcff7d 17:26:46 Collecting dockerpty<0.5,>=0.4.1 17:26:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:26:47 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 17:26:49 Collecting PyYAML<4,>=3.10 17:26:49 Downloading PyYAML-3.13.tar.gz (270 kB) 17:26:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:26:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:26:49 ---> 0572c53f21a1 17:26:49 Step 3/22 : WORKDIR /edgex-go 17:26:49 ---> Using cache 17:26:49 ---> 24cb0d7b4b43 17:26:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:49 ---> Using cache 17:26:49 ---> 8c28a27b1768 17:26:49 Step 5/22 : RUN apk add --update --no-cache make git 17:26:49 ---> Using cache 17:26:49 ---> b1ac3cacb71c 17:26:49 Step 6/22 : COPY go.mod . 17:26:49 ---> Using cache 17:26:49 ---> 2214e80946cc 17:26:49 Step 7/22 : RUN go mod download 17:26:49 ---> Using cache 17:26:49 ---> 0b608691167e 17:26:49 Step 8/22 : COPY . . 17:26:49 ---> Using cache 17:26:49 ---> 9ac78bc66057 17:26:49 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:26:51 ---> Running in daf135e9a19c 17:26:53 Collecting docopt<0.7,>=0.6.1 17:26:53 Downloading docopt-0.6.2.tar.gz (25 kB) 17:26:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:26:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:26:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:26:56 ---> 0572c53f21a1 17:26:56 Step 3/21 : WORKDIR /edgex-go 17:26:56 ---> Using cache 17:26:56 ---> 24cb0d7b4b43 17:26:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:56 ---> Using cache 17:26:56 ---> 8c28a27b1768 17:26:56 Step 5/21 : RUN apk add --update --no-cache make git 17:26:56 ---> Using cache 17:26:56 ---> b1ac3cacb71c 17:26:56 Step 6/21 : COPY go.mod . 17:26:56 ---> Using cache 17:26:56 ---> 2214e80946cc 17:26:56 Step 7/21 : RUN go mod download 17:26:56 ---> Using cache 17:26:56 ---> 0b608691167e 17:26:56 Step 8/21 : COPY . . 17:26:56 ---> Using cache 17:26:56 ---> 9ac78bc66057 17:26:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:26:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:26:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:26:56 ---> 0572c53f21a1 17:26:56 Step 3/23 : WORKDIR /edgex-go 17:26:56 ---> Using cache 17:26:56 ---> 24cb0d7b4b43 17:26:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:56 ---> Using cache 17:26:56 ---> 8c28a27b1768 17:26:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:26:57 Collecting jsonschema<3,>=2.5.1 17:26:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:26:57 ---> Running in 4bcda2d94108 17:26:57 ---> Running in 185773538fae 17:26:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:26:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:59 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 17:27:00 Collecting websocket-client<1.0,>=0.32.0 17:27:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:00 Collecting texttable<0.10,>=0.9.0 17:27:00 Downloading texttable-0.9.1.tar.gz (11 kB) 17:27:01 OK: 217 MiB in 51 packages 17:27:03 Removing intermediate container 185773538fae 17:27:03 ---> 44a4028ed40e 17:27:03 Step 6/23 : COPY go.mod . 17:27:03 Collecting docker-pycreds>=0.4.0 17:27:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:27:04 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) 17:27:04 ---> 2fedc3487bc0 17:27:04 Step 7/23 : RUN go mod download 17:27:04 ---> Running in 728a343d6e2e 17:27:04 Collecting idna<2.8,>=2.5 17:27:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:27:05 Collecting urllib3<1.25,>=1.21.1 17:27:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:27:05 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) 17:27:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:27:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:27:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:27:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:27:07 Installing collected packages: cached-property, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, PyYAML, docopt, jsonschema, texttable, docker-compose 17:27:08 Attempting uninstall: idna 17:27:08 Found existing installation: idna 2.9 17:27:08 Uninstalling idna-2.9: 17:27:08 Removing intermediate container 728a343d6e2e 17:27:08 ---> c20cb41b65cf 17:27:08 Step 8/23 : COPY . . 17:27:08 Successfully uninstalled idna-2.9 17:27:09 Attempting uninstall: urllib3 17:27:09 Found existing installation: urllib3 1.25.9 17:27:09 Uninstalling urllib3-1.25.9: 17:27:10 Successfully uninstalled urllib3-1.25.9 17:27:11 Attempting uninstall: requests 17:27:11 Found existing installation: requests 2.23.0 17:27:11 Uninstalling requests-2.23.0: 17:27:11 Successfully uninstalled requests-2.23.0 17:27:13 Running setup.py install for dockerpty: started 17:27:17 Running setup.py install for dockerpty: finished with status 'done' 17:27:17 Running setup.py install for PyYAML: started 17:27:21 Running setup.py install for PyYAML: finished with status 'done' 17:27:21 Running setup.py install for docopt: started 17:27:24 Running setup.py install for docopt: finished with status 'done' 17:27:25 Running setup.py install for texttable: started 17:27:27 ---> 5f7bf92c776b 17:27:27 Step 9/23 : RUN make cmd/core-data/core-data 17:27:28 ---> Running in 610a48cf9e00 17:27:28 Running setup.py install for texttable: finished with status 'done' 17:27:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:27:30 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 17:27:35 Removing intermediate container bdde3646b369 17:27:35 ---> 81ee7ed31add 17:27:35 Step 21/26 : RUN apk --no-cache add curl 17:27:35 ---> Running in 4cc118144033 17:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:27:37 (2/3) Installing libcurl (7.69.1-r3) 17:27:37 (3/3) Installing curl (7.69.1-r3) 17:27:37 Executing busybox-1.31.1-r19.trigger 17:27:37 OK: 71 MiB in 58 packages 17:27:40 Removing intermediate container 4cc118144033 17:27:40 ---> 9189a4aad90a 17:27:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:27:40 ---> Running in 1e44acbb6546 17:27:40 Removing intermediate container 1e44acbb6546 17:27:40 ---> 13cf67e41c11 17:27:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:40 ---> Running in 63e7699f61b3 17:27:41 Removing intermediate container 63e7699f61b3 17:27:41 ---> 92f82ea66866 17:27:41 Step 24/26 : LABEL arch=arm64 17:27:41 ---> Running in b11d93397d24 17:27:42 Removing intermediate container b11d93397d24 17:27:42 ---> 4aff9af64b5b 17:27:42 Step 25/26 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:27:42 ---> Running in dcfa815a9191 17:27:43 Removing intermediate container dcfa815a9191 17:27:43 ---> 37227cafae2f 17:27:43 Step 26/26 : LABEL version=0.0.0 17:27:43 ---> Running in 09586e4d928e 17:27:44 Removing intermediate container 09586e4d928e 17:27:44 ---> 813062ea2465 17:27:44 17:27:44 Successfully built 813062ea2465 17:27:44 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:27:59  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:28:12 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 17:28:14 Removing intermediate container 49ff50bcff7d 17:28:14 ---> 654c8b993123 17:28:14 17:28:14 Step 10/24 : FROM alpine:3.12 17:28:14 ---> afeebe901d6b 17:28:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:28:14 ---> Using cache 17:28:14 ---> 70376afb3dbd 17:28:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:28:14 ---> Running in 64aa2dfc3e97 17:28:15 Removing intermediate container 64aa2dfc3e97 17:28:15 ---> a9eddeae6011 17:28:15 Step 13/24 : WORKDIR / 17:28:15 ---> Running in 998edf6b0a5b 17:28:15 Removing intermediate container 998edf6b0a5b 17:28:15 ---> 51377072999f 17:28:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:28:16 ---> f013890cdac8 17:28:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:28:18 ---> d75b459ceddb 17:28:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:28:19 ---> 2b93bc4ed85e 17:28:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:28:21 ---> 050517c2ada5 17:28:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:28:22 ---> 8c8d3e3db4a9 17:28:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:28:24 ---> 9789caf034d0 17:28:24 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/ 17:28:24 ---> Running in ac6e6f24b534 17:28:28 Removing intermediate container 4bcda2d94108 17:28:28 ---> 7e0cedbacd7e 17:28:28 17:28:28 Step 10/21 : FROM alpine:3.12 17:28:28 ---> afeebe901d6b 17:28:28 Step 11/21 : RUN apk add --update --no-cache curl 17:28:28 Removing intermediate container ac6e6f24b534 17:28:28 ---> f7cf94b08255 17:28:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:28:28 ---> Running in 9bcf610b7b73 17:28:28 ---> Running in 3ba998c3afce 17:28:29 Removing intermediate container 9bcf610b7b73 17:28:29 ---> 515039e1280d 17:28:29 Step 22/24 : LABEL arch=arm64 17:28:30 ---> Running in 36abdd05c33d 17:28:30 Removing intermediate container 36abdd05c33d 17:28:30 ---> 1be84cb88281 17:28:30 Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:28:30 ---> Running in 64745373836d 17:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:31 Removing intermediate container 64745373836d 17:28:31 ---> a3ee68a3ff5c 17:28:31 Step 24/24 : LABEL version=0.0.0 17:28:31 ---> Running in fbbfaf5c15a4 17:28:32 (1/4) Installing ca-certificates (20191127-r4) 17:28:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:28:32 (3/4) Installing libcurl (7.69.1-r3) 17:28:32 (4/4) Installing curl (7.69.1-r3) 17:28:32 Executing busybox-1.31.1-r19.trigger 17:28:32 Executing ca-certificates-20191127-r4.trigger 17:28:32 OK: 7 MiB in 18 packages 17:28:32 Removing intermediate container fbbfaf5c15a4 17:28:32 ---> d01cb43babcc 17:28:32 17:28:32 Successfully built d01cb43babcc 17:28:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:28:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3ba998c3afce 17:28:35 ---> f1998fa7a84f 17:28:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:28:35 ---> Running in 3b09a2c96455 17:28:36 Removing intermediate container 3b09a2c96455 17:28:36 ---> 3ca58c9f1692 17:28:36 Step 13/21 : WORKDIR /edgex 17:28:36 ---> Running in 19cddf2ce5e0 17:28:37 Removing intermediate container 19cddf2ce5e0 17:28:37 ---> 71a236ac021f 17:28:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:28:39 ---> e89dc8203be3 17:28:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:28:40 Removing intermediate container daf135e9a19c 17:28:40 ---> 7a76a5755039 17:28:40 17:28:40 Step 10/22 : FROM scratch 17:28:40 ---> 17:28:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:28:41 ---> Using cache 17:28:41 ---> 8ad8363799ca 17:28:41 Step 12/22 : ENV APP_PORT=48081 17:28:41 ---> df33a299a6a4 17:28:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:28:41 ---> Running in 2e2ff76f9c82 17:28:42 Removing intermediate container 2e2ff76f9c82 17:28:42 ---> e0d4ac35bdb8 17:28:42 Step 13/22 : EXPOSE $APP_PORT 17:28:42 ---> Running in 4c061e8d1277 17:28:42 ---> 2a91ba0185c9 17:28:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:28:43 Removing intermediate container 4c061e8d1277 17:28:43 ---> bfd9f90e8a47 17:28:43 Step 14/22 : WORKDIR / 17:28:43 ---> Running in 722d6e4dbe63 17:28:43 ---> Running in a7664401a5a0 17:28:43 Removing intermediate container a7664401a5a0 17:28:43 ---> 297142d425b5 17:28:43 Step 18/21 : CMD ["--init=true"] 17:28:44 Removing intermediate container 722d6e4dbe63 17:28:44 ---> 9df4b9bda05e 17:28:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:28:44 ---> Running in 51b82f093950 17:28:44 Removing intermediate container 51b82f093950 17:28:44 ---> 24a8a279e930 17:28:44 Step 19/21 : LABEL arch=arm64 17:28:44 ---> c597fc8e643a 17:28:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:28:44 ---> Running in 93e950d0bcf5 17:28:45 Removing intermediate container 93e950d0bcf5 17:28:45 ---> 33752b99f489 17:28:45 Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:28:46 ---> Running in d7b428096f5f 17:28:46 ---> 5584eced643a 17:28:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:28:46 Removing intermediate container d7b428096f5f 17:28:46 ---> 8ab638e49636 17:28:46 Step 21/21 : LABEL version=0.0.0 17:28:46 ---> Running in 2887364de242 17:28:47 ---> 01168b5598da 17:28:47 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:28:47 Removing intermediate container 2887364de242 17:28:47 ---> 5c1ce486c31a 17:28:47 17:28:47 ---> Running in 44aa2f0f52df 17:28:47 Successfully built 5c1ce486c31a 17:28:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:28:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 44aa2f0f52df 17:28:48 ---> 1a97767dafb5 17:28:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:28:48 ---> Running in 5c602cbe9742 17:28:49 Removing intermediate container 5c602cbe9742 17:28:49 ---> 722b5444ec56 17:28:49 Step 20/22 : LABEL arch=arm64 17:28:49 ---> Running in e06f354eb380 17:28:50 Removing intermediate container e06f354eb380 17:28:50 ---> d317e53d2f48 17:28:50 Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:28:50 ---> Running in 0641b5a5f0ad 17:28:50 Removing intermediate container 0641b5a5f0ad 17:28:50 ---> b6f2492a128e 17:28:50 Step 22/22 : LABEL version=0.0.0 17:28:50 ---> Running in 7df8a26cbe6e 17:28:51 Removing intermediate container 7df8a26cbe6e 17:28:51 ---> 6adf97dc6dd5 17:28:51 17:28:51 Successfully built 6adf97dc6dd5 17:28:51 Successfully tagged docker-core-metadata-go-arm64:latest 17:28:57  Building docker-core-metadata-go ... done Removing intermediate container 610a48cf9e00 17:28:57 ---> 14c21a901b26 17:28:57 17:28:57 Step 10/23 : FROM alpine:3.12 17:28:57 ---> afeebe901d6b 17:28:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:28:57 ---> Running in 605070178a9c 17:28:57 Removing intermediate container 605070178a9c 17:28:57 ---> d0070745b282 17:28:57 Step 12/23 : ENV APP_PORT=48080 17:28:57 ---> Running in 218551e6e1d3 17:28:57 Removing intermediate container 218551e6e1d3 17:28:57 ---> 7049469994b1 17:28:57 Step 13/23 : EXPOSE $APP_PORT 17:28:58 ---> Running in 469bd73127e3 17:28:58 Removing intermediate container 469bd73127e3 17:28:58 ---> ef77fa230921 17:28:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:58 ---> Running in 244f7071d177 17:29:00 Removing intermediate container 244f7071d177 17:29:00 ---> aa440cc9ad80 17:29:00 Step 15/23 : RUN apk add --update --no-cache zeromq 17:29:00 ---> Running in 1964cb1dfc12 17:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:03 (1/5) Installing libgcc (9.3.0-r2) 17:29:03 (2/5) Installing libsodium (1.0.18-r0) 17:29:03 (3/5) Installing libstdc++ (9.3.0-r2) 17:29:03 (4/5) Installing libzmq (4.3.3-r0) 17:29:03 (5/5) Installing zeromq (4.3.3-r0) 17:29:04 Executing busybox-1.31.1-r19.trigger 17:29:04 OK: 8 MiB in 19 packages 17:29:05 Removing intermediate container 1964cb1dfc12 17:29:05 ---> f2220aee8b7c 17:29:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:29:06 ---> 1d07c069135c 17:29:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:29:07 ---> b411875748af 17:29:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:29:08 ---> 5efe54aa737b 17:29:08 Step 19/23 : ENTRYPOINT ["/core-data"] 17:29:08 ---> Running in ef2b1a93397f 17:29:08 Removing intermediate container ef2b1a93397f 17:29:08 ---> edc4aa631d40 17:29:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:29:08 ---> Running in 5bc8ee779ca0 17:29:09 Removing intermediate container 5bc8ee779ca0 17:29:09 ---> 77b8dc3575b0 17:29:09 Step 21/23 : LABEL arch=arm64 17:29:09 ---> Running in 9872d101a598 17:29:09 Removing intermediate container 9872d101a598 17:29:09 ---> bbabf15cbf35 17:29:09 Step 22/23 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae 17:29:09 ---> Running in 56fd744b7d41 17:29:10 Removing intermediate container 56fd744b7d41 17:29:10 ---> c2563a422c5b 17:29:10 Step 23/23 : LABEL version=0.0.0 17:29:10 ---> Running in b13b9b971361 17:29:11 Removing intermediate container b13b9b971361 17:29:11 ---> 74155d8fb01f 17:29:11 17:29:11 Successfully built 74155d8fb01f 17:29:11 Successfully tagged docker-core-data-go-arm64:latest 17:29:11  Building docker-core-data-go ... done  [Pipeline] } 17:29:11 $ docker stop --time=1 c57b51e183b95b02985d856ce7226431c4d949abb565999cf266cddbd8be015b 17:29:13 $ docker rm -f c57b51e183b95b02985d856ce7226431c4d949abb565999cf266cddbd8be015b [Pipeline] // withDockerContainer [Pipeline] sh 17:29:14 + + grep dockerdocker 17:29:14 images 17:29:14 docker-core-data-go-arm64 latest 74155d8fb01f 4 seconds ago 21MB 17:29:14 docker-core-metadata-go-arm64 latest 6adf97dc6dd5 23 seconds ago 12.3MB 17:29:14 docker-security-proxy-setup-go-arm64 latest 5c1ce486c31a 27 seconds ago 23.2MB 17:29:14 docker-security-secretstore-setup-go-arm64 latest d01cb43babcc 42 seconds ago 23.4MB 17:29:14 docker-sys-mgmt-agent-go-arm64 latest 813062ea2465 About a minute ago 300MB 17:29:14 docker-security-bootstrap-redis-go-arm64 latest 00170b196dd6 3 minutes ago 15.1MB 17:29:14 docker-support-notifications-go-arm64 latest cf79d55569d7 3 minutes ago 11.4MB 17:29:14 docker-core-command-go-arm64 latest c135fb08d4b8 3 minutes ago 9.98MB 17:29:14 docker-support-scheduler-go-arm64 latest 8b993c5989f0 3 minutes ago 10MB 17:29:14 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:29:16 provisioning config files... 17:29:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2300388275427589421tmp [Pipeline] { [Pipeline] sh 17:29:16 + set +x 17:29:16 + curl -s https://codecov.io/bash 17:29:16 + bash -s -- 17:29:17 17:29:17 _____ _ 17:29:17 / ____| | | 17:29:17 | | ___ __| | ___ ___ _____ __ 17:29:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:29:17 | |___| (_) | (_| | __/ (_| (_) \ V / 17:29:17 \_____\___/ \__,_|\___|\___\___/ \_/ 17:29:17 Bash-20210115-cec3c92 17:29:17 17:29:17 17:29:17 ==> git version 2.24.3 found 17:29:17 ==> 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 17:29:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:29:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:29:17 ==> Jenkins CI detected. 17:29:17 project root: . 17:29:17 --> token set from env 17:29:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:29:17 ==> Running gcov in . (disable via -X gcov) 17:29:17 ==> Python coveragepy not found 17:29:17 ==> Searching for coverage reports in: 17:29:17 + . 17:29:17 -> Found 1 reports 17:29:17 ==> Detecting git/mercurial file structure 17:29:17 ==> Reading reports 17:29:17 + ./coverage.out bytes=550280 17:29:17 ==> Appending adjustments 17:29:17 https://docs.codecov.io/docs/fixing-reports 17:29:20 + Found adjustments 17:29:20 ==> Gzipping contents 17:29:20 84K /tmp/codecov.rSNWml.gz 17:29:20 ==> Uploading reports 17:29:20 url: https://codecov.io 17:29:20 query: branch=PR-3048&commit=ffa95b353c5b7caeaa4249210358a1a21b6c9aae&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= 17:29:20 -> Pinging Codecov 17:29:20 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3048&commit=ffa95b353c5b7caeaa4249210358a1a21b6c9aae&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= 17:29:20 -> Uploading to 17:29:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/ffa95b353c5b7caeaa4249210358a1a21b6c9aae/d023caff-23db-4be5-aeb5-0b000af737f4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T172920Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f34256e201eb1c7bac5e7d810315fef7cac43571e109534e2a19ed83ee957cf 17:29:20 % Total % Received % Xferd Average Speed Time Time Time Current 17:29:20 Dload Upload Total Spent Left Speed 17:29:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83365 0 0 100 83365 0 140k --:--:-- --:--:-- --:--:-- 140k 17:29:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ffa95b353c5b7caeaa4249210358a1a21b6c9aae [Pipeline] } 17:29:21 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 17:29:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:29:24 ---> package-listing.sh 17:29:24 ++ facter osfamily 17:29:24 ++ tr '[:upper:]' '[:lower:]' 17:29:24 + OS_FAMILY=redhat 17:29:24 + workspace=/w/workspace/edgex-go/3 17:29:24 + START_PACKAGES=/tmp/packages_start.txt 17:29:24 + END_PACKAGES=/tmp/packages_end.txt 17:29:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:29:24 + PACKAGES=/tmp/packages_start.txt 17:29:24 + '[' /w/workspace/edgex-go/3 ']' 17:29:24 + PACKAGES=/tmp/packages_end.txt 17:29:24 + case "${OS_FAMILY}" in 17:29:24 + rpm -qa 17:29:24 + sort 17:29:29 + '[' -f /tmp/packages_start.txt ']' 17:29:29 + '[' -f /tmp/packages_end.txt ']' 17:29:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:29:29 + '[' /w/workspace/edgex-go/3 ']' 17:29:29 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:29:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:29:29 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:29:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:29:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:30 17:29:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:29:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:31 alpine: Pulling from edgex-lftools-log-publisher 17:29:31 df20fa9351a1: Pulling fs layer 17:29:31 36b3adc4ff6f: Pulling fs layer 17:29:31 8ad3a11d3b57: Pulling fs layer 17:29:31 46f8f816bc3b: Pulling fs layer 17:29:31 93b61091891f: Pulling fs layer 17:29:31 93b9cdb0e59b: Pulling fs layer 17:29:31 5e14af77c1be: Pulling fs layer 17:29:31 01666e4c0597: Pulling fs layer 17:29:31 aa168da1d23b: Pulling fs layer 17:29:31 01666e4c0597: Waiting 17:29:31 93b9cdb0e59b: Waiting 17:29:31 46f8f816bc3b: Waiting 17:29:31 93b61091891f: Waiting 17:29:31 aa168da1d23b: Waiting 17:29:31 36b3adc4ff6f: Download complete 17:29:31 46f8f816bc3b: Verifying Checksum 17:29:31 46f8f816bc3b: Download complete 17:29:31 df20fa9351a1: Verifying Checksum 17:29:31 93b9cdb0e59b: Verifying Checksum 17:29:31 93b9cdb0e59b: Download complete 17:29:31 5e14af77c1be: Verifying Checksum 17:29:31 5e14af77c1be: Download complete 17:29:31 93b61091891f: Verifying Checksum 17:29:31 93b61091891f: Download complete 17:29:31 01666e4c0597: Verifying Checksum 17:29:31 01666e4c0597: Download complete 17:29:31 df20fa9351a1: Pull complete 17:29:31 8ad3a11d3b57: Verifying Checksum 17:29:31 8ad3a11d3b57: Download complete 17:29:31 36b3adc4ff6f: Pull complete 17:29:32 8ad3a11d3b57: Pull complete 17:29:33 46f8f816bc3b: Pull complete 17:29:33 aa168da1d23b: Verifying Checksum 17:29:33 aa168da1d23b: Download complete 17:29:35 93b61091891f: Pull complete 17:29:35 93b9cdb0e59b: Pull complete 17:29:35 5e14af77c1be: Pull complete 17:29:35 01666e4c0597: Pull complete 17:29:43 aa168da1d23b: Pull complete 17:29:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:29:43 prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container 17:29:43 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-lftools-log-publisher:alpine cat 17:29:48 $ docker top 72973d45a423758a15d2283c0f910a07ec5acc730ae2fdd53bfdf66afdf17da1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:48 + touch /tmp/pre-build-complete [Pipeline] sh 17:29:49 + mkdir -p /var/log/sa [Pipeline] sh 17:29:49 + ls /var/log/sa-host 17:29:49 + sadf -c /var/log/sa-host/sa19 17:29:49 file_magic: OK 17:29:49 HZ: Using current value: 100 17:29:49 file_header: OK 17:29:49 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 17:29:49 Statistics: 17:29:49 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... 17:29:49 File successfully converted to sysstat format version 12.2.1 17:29:49 + sadf -c /var/log/sa-host/sa23 17:29:49 file_magic: OK 17:29:49 HZ: Using current value: 100 17:29:49 file_header: OK 17:29:49 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 17:29:49 Statistics: 17:29:49 Hnuu...uuuununununu... 17:29:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:29:49 provisioning config files... 17:29:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config906627904586077448tmp [Pipeline] { [Pipeline] echo 17:29:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:29:50 ---> create-netrc.sh [Pipeline] } 17:29:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:29:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:29:50 ---> python-tools-install.sh [Pipeline] echo 17:29:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:29:51 ---> sudo-logs.sh 17:29:51 Archiving 'sudo' log.. [Pipeline] echo 17:29:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:29:51 ---> job-cost.sh 17:29:51 lf-activate-venv: SKIPPING 17:29:51 INFO: No Stack... 17:29:52 INFO: Retrieving Pricing Info for: v1-standard-2 17:29:53 INFO: Archiving Costs [Pipeline] echo 17:29:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:29:53 ---> logs-deploy.sh 17:29:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3048/3 17:29:53 INFO: archiving workspace using pattern(s): 17:29:55 Archives upload complete. 17:29:55 INFO: archiving logs to Nexus