Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf+4a83cd830d92d64e3c8662a0b68849c078e73697 (c84662f4781199954255a197c984b4248b5ee2d0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23556 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf Merge succeeded, producing 90a31123e9e59c7fc9b668539822c6cbae3777a8 Checking out Revision 90a31123e9e59c7fc9b668539822c6cbae3777a8 (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90a31123e9e59c7fc9b668539822c6cbae3777a8 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:22:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:22:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:22:15 ========================================================= 00:22:15 EdgeX Global Pipelines Version Info 00:22:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c9354c67e1855124fb99c181fde4a88af4513860 # timeout=10 00:22:16 ------------------- 00:22:16 stable info: 00:22:16 ------------------- 00:22:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:22:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:22:16 Message: update stable to v1.0.179 00:22:17 ------------------- 00:22:17 experimental info: 00:22:17 ------------------- 00:22:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:22:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:22:17 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:22:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:22:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:22:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 00:22:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 00:22:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 00:22:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90a31123e9e59c7fc9b668539822c6cbae3777a8 [Pipeline] echo 00:22:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90a3112 [Pipeline] echo 00:22:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:22:21 provisioning config files... 00:22:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config6684735317705169397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:22:21 ---> docker-login.sh 00:22:21 nexus3.edgexfoundry.org:10001 00:22:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:22:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:22:21 Configure a credential helper to remove this warning. See 00:22:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:22:21 00:22:21 Login Succeeded 00:22:21 nexus3.edgexfoundry.org:10002 00:22:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:22:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:22:21 Configure a credential helper to remove this warning. See 00:22:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:22:21 00:22:21 Login Succeeded 00:22:21 nexus3.edgexfoundry.org:10003 00:22:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:22:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:22:22 Configure a credential helper to remove this warning. See 00:22:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:22:22 00:22:22 Login Succeeded 00:22:22 nexus3.edgexfoundry.org:10004 00:22:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:22:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:22:22 Configure a credential helper to remove this warning. See 00:22:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:22:22 00:22:22 Login Succeeded 00:22:22 docker.io 00:22:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:22:23 Configure a credential helper to remove this warning. See 00:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:22:23 00:22:23 Login Succeeded 00:22:23 ---> docker-login.sh ends [Pipeline] } 00:22:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:22:23 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/core-command/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo core-command,cmd/core-command/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/core-data/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo core-data,cmd/core-data/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/core-metadata/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo core-metadata,cmd/core-metadata/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/security-bootstrapper/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/security-proxy-setup/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/support-notifications/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo support-notifications,cmd/support-notifications/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/support-scheduler/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:22:23 + for file in '`ls cmd/**/Dockerfile`' 00:22:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:22:23 ++ cut -d/ -f2 00:22:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:22:23 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:22:24 00:22:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:22:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:22:24 latest: Pulling from edgex-devops/git-semver 00:22:24 31603596830f: Pulling fs layer 00:22:24 2a8b12db71e7: Pulling fs layer 00:22:24 6ca5941a6612: Pulling fs layer 00:22:24 ecc8261a40a4: Pulling fs layer 00:22:24 ecc8261a40a4: Waiting 00:22:24 2a8b12db71e7: Verifying Checksum 00:22:24 2a8b12db71e7: Download complete 00:22:24 31603596830f: Verifying Checksum 00:22:24 31603596830f: Download complete 00:22:25 ecc8261a40a4: Verifying Checksum 00:22:25 ecc8261a40a4: Download complete 00:22:25 6ca5941a6612: Verifying Checksum 00:22:25 6ca5941a6612: Download complete 00:22:25 31603596830f: Pull complete 00:22:25 2a8b12db71e7: Pull complete 00:22:26 6ca5941a6612: Pull complete 00:22:26 ecc8261a40a4: Pull complete 00:22:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:22:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:22:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:22:26 prd-centos7-docker-4c-2g-23556 does not seem to be running inside a container 00:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:22:29 $ docker top d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:22:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:29 [ssh-agent] Looking for ssh-agent implementation... 00:22:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:29 $ docker exec d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 ssh-agent 00:22:29 SSH_AUTH_SOCK=/tmp/ssh-L12SCwERY87w/agent.12 00:22:29 SSH_AGENT_PID=18 00:22:29 Running ssh-add (command line suppressed) 00:22:30 Identity added: /w/workspace/edgex-go/26@tmp/private_key_4494817049969781724.key (/w/workspace/edgex-go/26@tmp/private_key_4494817049969781724.key) 00:22:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:30 + git tag --points-at HEAD [Pipeline] } 00:22:30 $ docker exec --env ******** --env ******** d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 ssh-agent -k 00:22:30 unset SSH_AUTH_SOCK; 00:22:30 unset SSH_AGENT_PID; 00:22:30 echo Agent pid 18 killed; 00:22:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:22:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:30 [ssh-agent] Looking for ssh-agent implementation... 00:22:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:31 $ docker exec d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 ssh-agent 00:22:31 SSH_AUTH_SOCK=/tmp/ssh-BiOKhjKIZD1N/agent.48 00:22:31 SSH_AGENT_PID=54 00:22:31 Running ssh-add (command line suppressed) 00:22:31 Identity added: /w/workspace/edgex-go/26@tmp/private_key_663785867712469000.key (/w/workspace/edgex-go/26@tmp/private_key_663785867712469000.key) 00:22:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:31 + git semver init 00:22:31 # -> Open(): unable to determine branch for HEAD 00:22:31 # $GIT_DIR = /w/workspace/edgex-go/26/.git 00:22:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 00:22:31 # $SEMVER_REMOTE_NAME = origin 00:22:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:22:31 # $SEMVER_USER_NAME = edgex-jenkins 00:22:31 # $SEMVER_BRANCH = PR-3027 00:22:31 # $SEMVER_TEMP = /tmp/semver-622613745 00:22:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:22:54 # '/tmp/semver-622613745' -> '/w/workspace/edgex-go/26/.semver' 00:22:54 # -> Force: false 00:22:54 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 00:22:54 $ docker exec --env ******** --env ******** d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 ssh-agent -k 00:22:54 unset SSH_AUTH_SOCK; 00:22:54 unset SSH_AGENT_PID; 00:22:54 echo Agent pid 54 killed; 00:22:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:22:55 + git semver [Pipeline] } 00:22:55 $ docker stop --time=1 d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 00:22:56 $ docker rm -f d8ae02ee3d9920c405e21c5ab2d42e3cbf0b5886bf1f7b576e09cf6334fee619 [Pipeline] // withDockerContainer [Pipeline] sh 00:22:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:22:58 Stashed 1 file(s) [Pipeline] echo 00:22:58 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:22:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:22:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:22:59 + sudo service docker restart 00:22:59 + true 00:22:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:23:00 ========================================================= 00:23:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:23:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:23:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:23:04 Sending build context to Docker daemon 327.2MB 00:23:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:23:04 Step 2/6 : FROM ${BASE} 00:23:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:23:04 188c0c94c7c5: Pulling fs layer 00:23:04 0ef7d3d256c8: Pulling fs layer 00:23:04 de9db76c5a1d: Pulling fs layer 00:23:04 bca2f99d35d6: Pulling fs layer 00:23:04 93359f2a8cfa: Pulling fs layer 00:23:04 7c6f9722023f: Pulling fs layer 00:23:04 a35cf1a2eb13: Pulling fs layer 00:23:04 93359f2a8cfa: Waiting 00:23:04 7c6f9722023f: Waiting 00:23:04 a35cf1a2eb13: Waiting 00:23:04 bca2f99d35d6: Waiting 00:23:04 de9db76c5a1d: Verifying Checksum 00:23:04 de9db76c5a1d: Download complete 00:23:04 0ef7d3d256c8: Download complete 00:23:04 93359f2a8cfa: Verifying Checksum 00:23:04 93359f2a8cfa: Download complete 00:23:04 7c6f9722023f: Download complete 00:23:04 188c0c94c7c5: Verifying Checksum 00:23:04 188c0c94c7c5: Download complete 00:23:05 188c0c94c7c5: Pull complete 00:23:05 0ef7d3d256c8: Pull complete 00:23:05 de9db76c5a1d: Pull complete 00:23:06 a35cf1a2eb13: Verifying Checksum 00:23:06 a35cf1a2eb13: Download complete 00:23:07 bca2f99d35d6: Verifying Checksum 00:23:07 bca2f99d35d6: Download complete 00:23:13 Still waiting to schedule task 00:23:13 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23524’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23534’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23535’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23536’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23537’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23539’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23540’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23541’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23543’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23545’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23552’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23538’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23525’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23542’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23544’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23546’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23549’ is offline 00:23:13 bca2f99d35d6: Pull complete 00:23:13 93359f2a8cfa: Pull complete 00:23:13 7c6f9722023f: Pull complete 00:23:19 a35cf1a2eb13: Pull complete 00:23:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:23:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:23:19 ---> a62c8e92a672 00:23:19 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:23:19 ---> Running in 961cd816c794 00:23:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:20 (1/12) Installing libmagic (5.38-r0) 00:23:20 (2/12) Installing file (5.38-r0) 00:23:20 (3/12) Installing libc-dev (0.7.2-r3) 00:23:20 (4/12) Installing g++ (9.3.0-r2) 00:23:24 (5/12) Installing fortify-headers (1.1-r0) 00:23:24 (6/12) Installing patch (2.7.6-r6) 00:23:24 (7/12) Installing build-base (0.5-r2) 00:23:24 (8/12) Installing libsodium (1.0.18-r0) 00:23:24 (9/12) Installing pkgconf (1.7.2-r0) 00:23:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:23:24 (11/12) Installing libzmq (4.3.3-r0) 00:23:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:23:25 Executing busybox-1.31.1-r19.trigger 00:23:25 OK: 233 MiB in 51 packages 00:23:28 Removing intermediate container 961cd816c794 00:23:28 ---> e781f9e7957c 00:23:28 Step 4/6 : WORKDIR /edgex-go 00:23:28 ---> Running in 3da17ce2d0c7 00:23:28 Removing intermediate container 3da17ce2d0c7 00:23:28 ---> 01a405815287 00:23:28 Step 5/6 : COPY go.mod . 00:23:28 ---> 53a426678e75 00:23:28 Step 6/6 : RUN go mod download 00:23:29 ---> Running in 37584ebe8ec6 00:23:51 Removing intermediate container 37584ebe8ec6 00:23:51 ---> d84e04fa1b1c 00:23:51 Successfully built d84e04fa1b1c 00:23:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:23:51 + docker inspect -f . ci-base-image-x86_64 00:23:51 . [Pipeline] withDockerContainer 00:23:52 prd-centos7-docker-4c-2g-23556 does not seem to be running inside a container 00:23:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:23:52 $ docker top 939be4347670bb68dd9127fc32c03947851dfcff532ebc629b95399c91b2226a -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:53 + go version 00:23:53 go version go1.15.5 linux/amd64 [Pipeline] } 00:23:53 $ docker stop --time=1 939be4347670bb68dd9127fc32c03947851dfcff532ebc629b95399c91b2226a 00:23:55 $ docker rm -f 939be4347670bb68dd9127fc32c03947851dfcff532ebc629b95399c91b2226a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:55 + docker inspect -f . ci-base-image-x86_64 00:23:55 . [Pipeline] withDockerContainer 00:23:56 prd-centos7-docker-4c-2g-23556 does not seem to be running inside a container 00:23:56 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:23:57 $ docker top bbd0d86e72c81a3488de272c940e3f18f8b9ed5477b10d8082b40bb2b7104578 -eo pid,comm [Pipeline] { [Pipeline] echo 00:23:57 ========================================================= 00:23:57 [edgeXBuildGoParallel] Running Tests and Build... 00:23:57 ========================================================= [Pipeline] sh 00:23:57 + make test 00:23:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:24:10 ? github.com/edgexfoundry/edgex-go [no test files] 00:24:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:24:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:24:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:24:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:24:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:24:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:24:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:24:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:24:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:24:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:24:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.133s coverage: 46.6% of statements 00:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:24:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.243s coverage: 27.1% of statements 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:24:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:24:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:24:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.154s coverage: 65.8% of statements 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:24:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.195s coverage: 82.3% of statements 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:24:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.550s coverage: 28.6% of statements 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:24:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.120s coverage: 100.0% of statements 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:24:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:24:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.150s coverage: 86.7% of statements 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:24:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 00:24:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.583s coverage: 92.8% of statements 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:24:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 43.8% of statements 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.042s coverage: 79.5% of statements 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 00:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.139s coverage: 87.2% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.4% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.215s coverage: 63.5% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.474s coverage: 68.9% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 37.0% of statements 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.326s coverage: 84.0% of statements 00:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.164s coverage: 47.1% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements 00:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.784s coverage: 29.1% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.147s coverage: 99.0% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 00:25:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:25:17 GO111MODULE=on go vet ./... 00:25:49 gofmt -l . 00:25:49 [ "`gofmt -l .`" = "" ] 00:25:49 ./bin/test-go-mod-tidy.sh 00:25:49 ./bin/test-attribution-txt.sh [Pipeline] sh 00:25:50 + ls -al . 00:25:50 total 668 00:25:50 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:25 . 00:25:50 drwxr-xr-x 4 root root 30 Jan 28 00:23 .. 00:25:50 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:22 .dockerignore 00:25:50 drwxrwxr-x 8 1001 1001 179 Jan 28 00:22 .git 00:25:50 drwxrwxr-x 3 1001 1001 125 Jan 28 00:22 .github 00:25:50 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:22 .gitignore 00:25:50 drwx------ 3 1001 1001 60 Jan 28 00:22 .semver 00:25:50 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:22 .sonarcloud.properties 00:25:50 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:22 Attribution.txt 00:25:50 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:22 CONTRIBUTING.md 00:25:50 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:22 Dockerfile.build 00:25:50 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:22 Jenkinsfile 00:25:50 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:22 LICENSE 00:25:50 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:22 Makefile 00:25:50 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:22 README.md 00:25:50 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:22 SECURITY.md 00:25:50 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:22 VERSION 00:25:50 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:22 ZMQWindows.md 00:25:50 drwxrwxr-x 2 1001 1001 117 Jan 28 00:22 bin 00:25:50 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:22 cmd 00:25:50 -rw-r--r-- 1 root root 564700 Jan 28 00:25 coverage.out 00:25:50 -rw-r--r-- 1 root root 1053 Jan 28 00:25 go.mod 00:25:50 -rw-r--r-- 1 root root 19170 Jan 28 00:25 go.sum 00:25:50 drwxrwxr-x 8 1001 1001 127 Jan 28 00:22 internal 00:25:50 drwxrwxr-x 4 1001 1001 26 Jan 28 00:22 openapi 00:25:50 drwxrwxr-x 4 1001 1001 71 Jan 28 00:22 snap 00:25:50 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:22 version.go [Pipeline] sh 00:25:50 + '[' -e coverage.out ] 00:25:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:25:50 Stashed 1 file(s) [Pipeline] sh 00:25:51 + make build 00:25:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:25:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:26:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:26:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:26:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:26:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:26:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:26:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:26:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:26:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:26:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:26:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:26:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:26:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23566 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 00:26:21 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [Pipeline] } 00:26:21 $ docker stop --time=1 bbd0d86e72c81a3488de272c940e3f18f8b9ed5477b10d8082b40bb2b7104578 00:26:23 $ docker rm -f bbd0d86e72c81a3488de272c940e3f18f8b9ed5477b10d8082b40bb2b7104578 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:26:25 00:26:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:26:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:26:26 latest: Pulling from edgex-devops/edgex-compose 00:26:26 cbdbe7a5bc2a: Pulling fs layer 00:26:26 ca9280d653b3: Pulling fs layer 00:26:26 7e9c9ca2126c: Pulling fs layer 00:26:26 cbdbe7a5bc2a: Download complete 00:26:26 cbdbe7a5bc2a: Pull complete 00:26:27 ca9280d653b3: Download complete 00:26:27 using credential edgex-jenkins-ssh 00:26:27 Cloning the remote Git repository 00:26:28 7e9c9ca2126c: Verifying Checksum 00:26:28 7e9c9ca2126c: Download complete 00:26:28 ca9280d653b3: Pull complete 00:26:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:26:27 > git init /w/workspace/edgex-go/26 # timeout=10 00:26:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:27 > git --version # timeout=10 00:26:27 > git --version # 'git version 2.17.1' 00:26:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:36 7e9c9ca2126c: Pull complete 00:26:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:26:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:26:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:26:36 prd-centos7-docker-4c-2g-23556 does not seem to be running inside a container 00:26:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 00:26:39 $ docker top 889d3c5b3043a5df6b693076aea2408c4640b32b15336a95bb710eec69893bf9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:40 + docker-compose build --help 00:26:40 + grep parallel 00:26:41 --parallel Build images in parallel. [Pipeline] } 00:26:41 $ docker stop --time=1 889d3c5b3043a5df6b693076aea2408c4640b32b15336a95bb710eec69893bf9 00:26:43 $ docker rm -f 889d3c5b3043a5df6b693076aea2408c4640b32b15336a95bb710eec69893bf9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:26:43 . [Pipeline] withDockerContainer 00:26:44 prd-centos7-docker-4c-2g-23556 does not seem to be running inside a container 00:26:44 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:26:45 $ docker top 5e606fedf31ba2652c07aeb436327f5d1c9791dc1e7a258a2931a7dda2f4ca02 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:45 + docker-compose -f ./docker-compose-build.yml build --parallel 00:26:46 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 00:26:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:26:46 > git config core.sparsecheckout # timeout=10 00:26:46 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 00:26:46 > git remote # timeout=10 00:26:46 > git config --get remote.origin.url # timeout=10 00:26:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:46 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:26:46 Merge succeeded, producing d784776a03a01078900c6fe93f8587e5dbd42fae 00:26:46 Checking out Revision d784776a03a01078900c6fe93f8587e5dbd42fae (PR-3027) 00:26:47 Building docker-core-command-go ... 00:26:47 Building docker-core-data-go ... 00:26:47 Building docker-core-metadata-go ... 00:26:47 Building docker-security-bootstrapper-go ... 00:26:47 Building docker-security-proxy-setup-go ... 00:26:47 Building docker-security-secretstore-setup-go ... 00:26:47 Building docker-support-notifications-go ... 00:26:47 Building docker-support-scheduler-go ... 00:26:47 Building docker-sys-mgmt-agent-go ... 00:26:47 Building docker-core-metadata-go 00:26:47 Building docker-security-secretstore-setup-go 00:26:47 Building docker-sys-mgmt-agent-go 00:26:47 Building docker-security-bootstrapper-go 00:26:47 Building docker-security-proxy-setup-go 00:26:46 > git rev-parse HEAD^{commit} # timeout=10 00:26:46 > git config core.sparsecheckout # timeout=10 00:26:46 > git checkout -f d784776a03a01078900c6fe93f8587e5dbd42fae # timeout=10 00:26:51 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:26:51 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:26:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:26:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:26:51 > git rev-list --no-walk c9354c67e1855124fb99c181fde4a88af4513860 # timeout=10 00:26:53 + sudo service docker restart 00:26:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:26:55 provisioning config files... 00:26:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config7173706181538973147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:26:56 ---> docker-login.sh 00:26:56 nexus3.edgexfoundry.org:10001 00:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:57 Configure a credential helper to remove this warning. See 00:26:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:57 00:26:57 Login Succeeded 00:26:57 nexus3.edgexfoundry.org:10002 00:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:58 Configure a credential helper to remove this warning. See 00:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:58 00:26:58 Login Succeeded 00:26:58 nexus3.edgexfoundry.org:10003 00:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:58 Configure a credential helper to remove this warning. See 00:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:58 00:26:58 Login Succeeded 00:26:58 nexus3.edgexfoundry.org:10004 00:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:59 Configure a credential helper to remove this warning. See 00:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:59 00:26:59 Login Succeeded 00:26:59 docker.io 00:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:59 Configure a credential helper to remove this warning. See 00:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:59 00:26:59 Login Succeeded 00:26:59 ---> docker-login.sh ends [Pipeline] } 00:26:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:27:00 ========================================================= 00:27:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:27:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:27:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:27:03 Sending build context to Docker daemon 165.9MB 00:27:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:27:03 Step 2/6 : FROM ${BASE} 00:27:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:27:03 5f621e34cdf4: Pulling fs layer 00:27:03 a4357932f1b6: Pulling fs layer 00:27:03 18c013af1878: Pulling fs layer 00:27:03 00ac8860ef70: Pulling fs layer 00:27:03 63d7cb157983: Pulling fs layer 00:27:03 b116817d02f9: Pulling fs layer 00:27:03 745a02a5169b: Pulling fs layer 00:27:03 63d7cb157983: Waiting 00:27:03 00ac8860ef70: Waiting 00:27:03 b116817d02f9: Waiting 00:27:03 745a02a5169b: Waiting 00:27:03 18c013af1878: Verifying Checksum 00:27:03 18c013af1878: Download complete 00:27:03 a4357932f1b6: Verifying Checksum 00:27:03 a4357932f1b6: Download complete 00:27:03 63d7cb157983: Verifying Checksum 00:27:03 63d7cb157983: Download complete 00:27:03 b116817d02f9: Verifying Checksum 00:27:03 b116817d02f9: Download complete 00:27:03 5f621e34cdf4: Verifying Checksum 00:27:03 5f621e34cdf4: Download complete 00:27:04 5f621e34cdf4: Pull complete 00:27:04 a4357932f1b6: Pull complete 00:27:04 18c013af1878: Pull complete 00:27:06 745a02a5169b: Verifying Checksum 00:27:06 745a02a5169b: Download complete 00:27:07 00ac8860ef70: Download complete 00:27:18 00ac8860ef70: Pull complete 00:27:18 63d7cb157983: Pull complete 00:27:18 b116817d02f9: Pull complete 00:27:23 745a02a5169b: Pull complete 00:27:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:27:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:27:23 ---> b7e6874047d6 00:27:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:27:26 ---> Running in 21edb6bca3dd 00:27:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:27:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:27:26 ---> d84e04fa1b1c 00:27:26 Step 3/21 : WORKDIR /edgex-go 00:27:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:27:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:27:26 ---> d84e04fa1b1c 00:27:26 Step 3/26 : WORKDIR /edgex-go 00:27:26 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:27:26 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:27:26 ---> d84e04fa1b1c 00:27:26 Step 3/34 : WORKDIR /edgex-go 00:27:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:27:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:27:26 ---> d84e04fa1b1c 00:27:26 Step 3/23 : WORKDIR /edgex-go 00:27:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:27:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:27:26 ---> d84e04fa1b1c 00:27:26 Step 3/24 : WORKDIR /edgex-go 00:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:27 ---> Running in 8983808b2867 00:27:27 ---> Running in b54b389e2d9a 00:27:27 ---> Running in 97ad7eb7fd0e 00:27:27 ---> Running in fdde796c31e5 00:27:27 ---> Running in cc72935ba9d5 00:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:28 Removing intermediate container 97ad7eb7fd0e 00:27:28 ---> 0959399a16e1 00:27:28 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:28 Removing intermediate container b54b389e2d9a 00:27:28 ---> 65d1d55ccdb5 00:27:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:28 Removing intermediate container fdde796c31e5 00:27:28 ---> cbeb20d51eee 00:27:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:28 Removing intermediate container 8983808b2867 00:27:28 ---> d370dc4ced0f 00:27:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:28 Removing intermediate container cc72935ba9d5 00:27:28 ---> 09e7efb75dbc 00:27:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:27:28 ---> Running in d4f564f00d69 00:27:28 ---> Running in 5a067648b579 00:27:28 (1/12) Installing libmagic (5.38-r0) 00:27:28 ---> Running in 402dd3590d7b 00:27:28 ---> Running in fcafc380f67c 00:27:28 ---> Running in 1579fe14941a 00:27:29 (2/12) Installing file (5.38-r0) 00:27:29 (3/12) Installing libc-dev (0.7.2-r3) 00:27:29 (4/12) Installing g++ (9.3.0-r2) 00:27:31 Removing intermediate container 5a067648b579 00:27:31 ---> d00c6a57e6ac 00:27:31 Step 5/34 : RUN apk add --update --no-cache make git 00:27:31 ---> Running in 9c1af36d529c 00:27:31 Removing intermediate container d4f564f00d69 00:27:31 ---> 4383ed967439 00:27:31 Step 5/21 : RUN apk add --update --no-cache make git 00:27:31 Removing intermediate container 402dd3590d7b 00:27:31 ---> 8c99aa6af78a 00:27:31 Step 5/23 : RUN apk add --update --no-cache make git 00:27:31 ---> Running in 83d9db3f035f 00:27:31 Removing intermediate container 1579fe14941a 00:27:31 ---> 45211ac2092a 00:27:31 Step 5/24 : RUN apk add --update --no-cache make git 00:27:32 ---> Running in 4b775961973b 00:27:32 ---> Running in 12116f85454b 00:27:32 Removing intermediate container fcafc380f67c 00:27:32 ---> 1ae386a96e00 00:27:32 Step 5/26 : RUN apk add --update --no-cache make bash git 00:27:32 ---> Running in 7c434a17c484 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:34 OK: 233 MiB in 51 packages 00:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:34 OK: 233 MiB in 51 packages 00:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:35 OK: 233 MiB in 51 packages 00:27:35 Removing intermediate container 9c1af36d529c 00:27:35 ---> d21fcc771f39 00:27:35 Step 6/34 : COPY go.mod . 00:27:35 Removing intermediate container 83d9db3f035f 00:27:35 ---> 2a336cf022d6 00:27:35 Step 6/21 : COPY go.mod . 00:27:35 OK: 233 MiB in 51 packages 00:27:36 OK: 233 MiB in 51 packages 00:27:36 ---> 1f8b03b13577 00:27:36 Step 7/34 : RUN go mod download 00:27:36 ---> f1b7313aac50 00:27:36 Step 7/21 : RUN go mod download 00:27:36 ---> Running in 3361dc6b7491 00:27:36 ---> Running in 2a131da4ae51 00:27:36 Removing intermediate container 4b775961973b 00:27:36 ---> 0477897bbae6 00:27:36 Step 6/23 : COPY go.mod . 00:27:37 Removing intermediate container 12116f85454b 00:27:37 ---> 388fc15a456c 00:27:37 Step 6/24 : COPY go.mod . 00:27:37 ---> aa50305c58ae 00:27:37 Step 7/23 : RUN go mod download 00:27:37 Removing intermediate container 7c434a17c484 00:27:37 ---> 5392d31f0d5c 00:27:37 Step 6/26 : COPY go.mod . 00:27:37 ---> Running in 68ef97d7f580 00:27:37 ---> cec825ffb833 00:27:37 Step 7/24 : RUN go mod download 00:27:37 ---> Running in 2912462f3e3e 00:27:37 ---> 0eb35d4c6e17 00:27:37 Step 7/26 : RUN go mod download 00:27:38 ---> Running in f5a09c53ef12 00:27:41 Removing intermediate container 3361dc6b7491 00:27:41 ---> 4042e9ee65a0 00:27:41 Step 8/34 : COPY . . 00:27:41 Removing intermediate container 2a131da4ae51 00:27:41 ---> 8f6be3245a42 00:27:41 Step 8/21 : COPY . . 00:27:41 Removing intermediate container 2912462f3e3e 00:27:41 ---> 461e4d70c756 00:27:41 Step 8/24 : COPY . . 00:27:41 Removing intermediate container 68ef97d7f580 00:27:41 ---> 30b21d5dbeaf 00:27:41 Step 8/23 : COPY . . 00:27:41 Removing intermediate container f5a09c53ef12 00:27:41 ---> fcf5776058f0 00:27:41 Step 8/26 : COPY . . 00:27:47 (5/12) Installing fortify-headers (1.1-r0) 00:27:47 (6/12) Installing patch (2.7.6-r6) 00:27:47 (7/12) Installing build-base (0.5-r2) 00:27:47 (8/12) Installing libsodium (1.0.18-r0) 00:27:47 (9/12) Installing pkgconf (1.7.2-r0) 00:27:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:27:47 (11/12) Installing libzmq (4.3.3-r0) 00:27:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:27:47 Executing busybox-1.31.1-r19.trigger 00:27:47 OK: 217 MiB in 51 packages 00:27:51 Removing intermediate container 21edb6bca3dd 00:27:51 ---> 701eae8fcf75 00:27:51 Step 4/6 : WORKDIR /edgex-go 00:27:51 ---> Running in 77f8b61856c1 00:27:52 Removing intermediate container 77f8b61856c1 00:27:52 ---> 6f05ac7d65fa 00:27:52 Step 5/6 : COPY go.mod . 00:27:52 ---> 22c2efa4953d 00:27:52 Step 6/6 : RUN go mod download 00:27:53 ---> Running in 0a60fab125b7 00:28:19 Removing intermediate container 0a60fab125b7 00:28:19 ---> 230abd896534 00:28:19 Successfully built 230abd896534 00:28:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:28:20 + docker inspect -f . ci-base-image-arm64 00:28:20 . [Pipeline] withDockerContainer 00:28:20 prd-ubuntu18.04-docker-arm64-4c-16g-23566 does not seem to be running inside a container 00:28:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:28:22 $ docker top ee24356f72abb9ba072ebf684cafe133664b57726dce290e92efd1deedf92854 -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:23 + go version 00:28:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:28:23 $ docker stop --time=1 ee24356f72abb9ba072ebf684cafe133664b57726dce290e92efd1deedf92854 00:28:25 $ docker rm -f ee24356f72abb9ba072ebf684cafe133664b57726dce290e92efd1deedf92854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:26 + docker inspect -f . ci-base-image-arm64 00:28:26 . [Pipeline] withDockerContainer 00:28:26 prd-ubuntu18.04-docker-arm64-4c-16g-23566 does not seem to be running inside a container 00:28:26 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:28:28 $ docker top f23b3a8a74170ea5fdf12583db623caef1d6a33b16e93b73a8dc0c466a176b16 -eo pid,comm 00:28:28 ---> ca9701104561 00:28:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:28:28 ---> 35e7dfe46648 00:28:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:28:28 ---> Running in 36f08ea85d17 00:28:28 ---> Running in 14abbf3b09de 00:28:28 ---> 9b33f6de3e04 00:28:28 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:28:28 ---> 026429c050b0 00:28:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:28:28 ---> bef13db8029d 00:28:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:28:28 ---> Running in 99a2687b3372 00:28:28 ---> Running in eb611637149e 00:28:28 ---> Running in 3e4c72d605b8 00:28:28 Removing intermediate container 99a2687b3372 00:28:28 ---> 9cff2c95452b 00:28:28 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:28:28 ---> Running in f4b6e261ca51 00:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] { [Pipeline] echo 00:28:28 ========================================================= 00:28:28 [edgeXBuildGoParallel] Running Tests and Build... 00:28:28 ========================================================= [Pipeline] sh 00:28:29 + make test 00:28:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:28:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:28:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:28:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:28:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:29:03 Removing intermediate container 36f08ea85d17 00:29:03 ---> 8f258e986795 00:29:03 00:29:03 Step 10/24 : FROM alpine:3.12 00:29:03 3.12: Pulling from library/alpine 00:29:03 Removing intermediate container eb611637149e 00:29:03 ---> a1da12b094ea 00:29:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:29:04 ---> Running in 19271b4b7952 00:29:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:29:04 Status: Downloaded newer image for alpine:3.12 00:29:04 ---> 389fef711851 00:29:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:29:05 Removing intermediate container 14abbf3b09de 00:29:05 ---> 2980e56ff43e 00:29:05 00:29:05 Step 10/21 : FROM alpine:3.12 00:29:05 ---> 389fef711851 00:29:05 Step 11/21 : RUN apk add --update --no-cache curl 00:29:05 + mkdir -p /tmp/build/dist/linux 00:29:05 + cd /tmp/build/dist/linux 00:29:05 + git clone https://github.com/jwilder/dockerize.git . 00:29:05  ---> Running in 84458454f348 00:29:05 Cloning into '.'... 00:29:05  ---> Running in d292ab5d33d8 00:29:06 + go get github.com/robfig/glock 00:29:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:07 (1/5) Installing ca-certificates (20191127-r4) 00:29:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:07 (3/5) Installing libcurl (7.69.1-r3) 00:29:07 (4/5) Installing curl (7.69.1-r3) 00:29:07 (5/5) Installing dumb-init (1.2.2-r1) 00:29:07 Executing busybox-1.31.1-r19.trigger 00:29:07 Executing ca-certificates-20191127-r4.trigger 00:29:07 OK: 7 MiB in 19 packages 00:29:07 (1/4) Installing ca-certificates (20191127-r4) 00:29:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:29:07 (3/4) Installing libcurl (7.69.1-r3) 00:29:07 (4/4) Installing curl (7.69.1-r3) 00:29:07 Executing busybox-1.31.1-r19.trigger 00:29:07 Executing ca-certificates-20191127-r4.trigger 00:29:07 OK: 7 MiB in 18 packages 00:29:09 Removing intermediate container 3e4c72d605b8 00:29:09 ---> 16ce14801cf3 00:29:09 00:29:09 Step 10/23 : FROM alpine:3.12 00:29:09 ---> 389fef711851 00:29:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:29:10 Removing intermediate container 84458454f348 00:29:10 ---> fbcc8dfca24e 00:29:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:29:10 ---> Running in cf8220ebd56a 00:29:10 ---> Running in 792a125fc987 00:29:10 Removing intermediate container 19271b4b7952 00:29:10 ---> 0475c18f1143 00:29:10 00:29:10 Step 11/26 : FROM docker:20.10.0 00:29:10 20.10.0: Pulling from library/docker 00:29:10 Removing intermediate container 792a125fc987 00:29:10 ---> 190f730901b9 00:29:10 Step 13/24 : WORKDIR / 00:29:11 Removing intermediate container d292ab5d33d8 00:29:11 ---> 2f68f356e51e 00:29:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:29:11 ---> Running in afe20f803a5b 00:29:11 ---> Running in 256b512cfa05 00:29:11 Removing intermediate container afe20f803a5b 00:29:11 ---> fdf29f1d376a 00:29:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:29:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:12 Removing intermediate container 256b512cfa05 00:29:12 ---> 6cb9cef1c1bb 00:29:12 Step 13/21 : WORKDIR /edgex 00:29:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:13 (1/1) Installing dumb-init (1.2.2-r1) 00:29:13 Executing busybox-1.31.1-r19.trigger 00:29:13 OK: 6 MiB in 15 packages 00:29:13 ---> Running in dd1951e4a8c9 00:29:13 ---> 7e300d55961c 00:29:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:29:14 Removing intermediate container dd1951e4a8c9 00:29:14 ---> 844ce3374be3 00:29:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:29:14 ---> 60990ea2dbc2 00:29:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:29:14 Removing intermediate container cf8220ebd56a 00:29:14 ---> fba2ad96c467 00:29:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:29:14 ---> Running in a52f791cd580 00:29:15 ---> e4cae7f553a9 00:29:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:29:15 Removing intermediate container a52f791cd580 00:29:15 ---> eab726701cf4 00:29:15 Step 13/23 : ENV APP_PORT=48081 00:29:15 ---> b4cebbd41c1f 00:29:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:29:15 ---> Running in 0fc8d1e454ed 00:29:18 Removing intermediate container 0fc8d1e454ed 00:29:18 ---> aaf5d4a03012 00:29:18 Step 14/23 : EXPOSE $APP_PORT 00:29:18 ---> 5d7c9b681216 00:29:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:29:18 ---> 8c2819e70372 00:29:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:29:18 ---> Running in 343fcc8a0aea 00:29:20 ---> a92c6fafb96a 00:29:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:29:20 Removing intermediate container 343fcc8a0aea 00:29:20 ---> f60dfbfa878a 00:29:20 Step 15/23 : WORKDIR / 00:29:20 + glock sync -n 00:29:20  ---> Running in 7c776feb2c09 00:29:20 ---> 7bf7c43c1535 00:29:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:29:20 ---> Running in c4d85d73dbd2 00:29:20 ---> ad0373362c16 00:29:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:29:20 Removing intermediate container 7c776feb2c09 00:29:20 ---> ff2bc678ea73 00:29:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:29:21 ---> Running in 2a5d779d900d 00:29:21 Removing intermediate container c4d85d73dbd2 00:29:21 ---> b2afd08929fc 00:29:21 Step 18/21 : CMD ["--init=true"] 00:29:21 ---> Running in 6d6fe19859b0 00:29:21 ---> 628ec0848bc8 00:29:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:29:21 Removing intermediate container 6d6fe19859b0 00:29:21 ---> 90071d682422 00:29:21 Step 19/21 : LABEL arch=x86_64 00:29:22 ---> Running in 414e5a27d1ca 00:29:22 ---> e54003e9acc7 00:29:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:29:22 Removing intermediate container 414e5a27d1ca 00:29:22 ---> 06f0fd3bcff6 00:29:22 Step 20/21 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:29:22 ---> Running in 756fceb2a7ed 00:29:23 Removing intermediate container 2a5d779d900d 00:29:23 ---> 50d50e7bace6 00:29:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:29:23 ---> Running in 0d14495b3c88 00:29:23 ---> 8ed9201be32f 00:29:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:29:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:29:23 Removing intermediate container 756fceb2a7ed 00:29:23 ---> a941a027a1dd 00:29:23 Step 21/21 : LABEL version=0.0.0 00:29:23 Status: Downloaded newer image for docker:20.10.0 00:29:23 ---> aefe523efa57 00:29:23 Step 12/26 : RUN apk add --no-cache bash 00:29:23 ---> Running in ed844d48a093 00:29:23 ---> Running in 1a215d2bb943 00:29:23 Removing intermediate container 0d14495b3c88 00:29:23 ---> 123f4e41a4c4 00:29:23 Step 22/24 : LABEL arch=x86_64 00:29:23 ---> Running in 52986ce23ec8 00:29:23 ---> Running in 21ef4763d1b0 00:29:23 Removing intermediate container 52986ce23ec8 00:29:23 ---> 33a13f5fafce 00:29:23 00:29:23 Removing intermediate container ed844d48a093 00:29:23 ---> 544753fb3da3 00:29:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:29:24 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:29:24 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:29:24 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:29:24 Successfully built 33a13f5fafce 00:29:24 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:29:24 + git describe '--abbrev=0' --tags 00:29:24 + TAG=v0.6.1 00:29:24 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:29:24 + apk --print-arch 00:29:24 building [dockerize] for amd64 ... 00:29:24 + arch=x86_64 00:29:24 + echo 'building [dockerize] for amd64 ... ' 00:29:24 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:29:24 Successfully tagged docker-security-proxy-setup-go:latest 00:29:24 Removing intermediate container 21ef4763d1b0 00:29:24 ---> c2e73d62ec42 00:29:24 Step 23/24 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:29:24 Building docker-support-notifications-go 00:29:24  Building docker-security-proxy-setup-go ... done  ---> Running in daf5c177b209 00:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:25 (1/2) Installing readline (8.0.4-r0) 00:29:25 (2/2) Installing bash (5.0.17-r0) 00:29:25 Executing bash-5.0.17-r0.post-install 00:29:25 Executing busybox-1.31.1-r19.trigger 00:29:25 OK: 12 MiB in 22 packages 00:29:25 ---> Running in b0d539f8f065 00:29:27 Removing intermediate container daf5c177b209 00:29:27 ---> ca232d67e4b2 00:29:27 Step 21/23 : LABEL arch=x86_64 00:29:29 ---> Running in 33361637b91e 00:29:29 Removing intermediate container b0d539f8f065 00:29:29 ---> 42aa45a86f5d 00:29:29 Step 24/24 : LABEL version=0.0.0 00:29:29 ---> Running in 1206a2e4c428 00:29:30 Removing intermediate container 33361637b91e 00:29:30 ---> 0eb904bb7456 00:29:30 Step 22/23 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:29:30 Removing intermediate container 1a215d2bb943 00:29:30 ---> 12369f733ff8 00:29:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:29:30 ---> Running in b019a479f9fa 00:29:30 ---> Running in 6a6829bec355 00:29:31 Removing intermediate container 1206a2e4c428 00:29:31 ---> 5606842f6548 00:29:31 00:29:31 Removing intermediate container b019a479f9fa 00:29:31 ---> 1dbdd3b7091c 00:29:31 Step 23/23 : LABEL version=0.0.0 00:29:31 Successfully built 5606842f6548 00:29:31 Successfully tagged docker-security-secretstore-setup-go:latest 00:29:31 Building docker-support-scheduler-go 00:29:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6a6829bec355 00:29:31 ---> ac34ee27f384 00:29:31 Step 14/26 : ENV APP_PORT=48090 00:29:31 ---> Running in aedeeb8b5879 00:29:32 ---> Running in cb1354ae5836 00:29:34 Removing intermediate container aedeeb8b5879 00:29:34 ---> 68d0cab68f97 00:29:34 00:29:35 Removing intermediate container cb1354ae5836 00:29:35 ---> b9cad2bc1e03 00:29:35 Step 15/26 : EXPOSE $APP_PORT 00:29:35 Successfully built 68d0cab68f97 00:29:35 Successfully tagged docker-core-metadata-go:latest 00:29:35  Building docker-core-metadata-go ... done Building docker-core-command-go 00:29:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:29:39 ---> Running in fa95f09460e1 00:29:40 Removing intermediate container fa95f09460e1 00:29:40 ---> 87dd9d247edd 00:29:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:29:44 ---> 063142153e8b 00:29:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:29:44 ---> 07b726d72874 00:29:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:29:47 ---> d9c200ca2e25 00:29:47 Step 19/26 : RUN apk --no-cache add py3-pip 00:29:47 ---> Running in fd2dc32eef27 00:29:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:51 (1/33) Installing libbz2 (1.0.8-r1) 00:29:51 (2/33) Installing expat (2.2.9-r1) 00:29:51 (3/33) Installing libffi (3.3-r2) 00:29:51 (4/33) Installing gdbm (1.13-r1) 00:29:52 (5/33) Installing xz-libs (5.2.5-r0) 00:29:52 (6/33) Installing sqlite-libs (3.32.1-r0) 00:29:52 (7/33) Installing python3 (3.8.5-r0) 00:29:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:29:54 ---> d84e04fa1b1c 00:29:54 Step 3/22 : WORKDIR /edgex-go 00:29:54 ---> Using cache 00:29:54 ---> 09e7efb75dbc 00:29:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:54 ---> Using cache 00:29:54 ---> 45211ac2092a 00:29:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:29:56 (8/33) Installing py3-appdirs (1.4.4-r1) 00:29:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:29:56 ---> Running in e12d22657160 00:29:56 (10/33) Installing py3-parsing (2.4.7-r0) 00:29:56 (11/33) Installing py3-six (1.15.0-r0) 00:29:56 (12/33) Installing py3-packaging (20.4-r0) 00:29:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:29:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:29:57 (15/33) Installing py3-idna (2.9-r0) 00:29:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:29:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:29:57 (18/33) Installing py3-requests (2.23.0-r0) 00:29:57 (19/33) Installing py3-msgpack (1.0.0-r0) 00:29:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:29:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:29:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:29:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:29:58 (24/33) Installing py3-distro (1.5.0-r1) 00:29:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:29:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:29:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:29:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:29:58 (29/33) Installing py3-progress (1.5-r0) 00:29:58 (30/33) Installing py3-toml (0.10.1-r0) 00:29:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:29:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:29:58 (33/33) Installing py3-pip (20.1.1-r0) 00:29:59 Executing busybox-1.31.1-r19.trigger 00:29:59 OK: 71 MiB in 55 packages 00:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:00 + date 00:30:00 + echo 'Thu Jan 28 00:30:00 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:30:00 Thu Jan 28 00:30:00 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:01 OK: 233 MiB in 51 packages 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:30:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:30:05 ---> d84e04fa1b1c 00:30:05 Step 3/22 : WORKDIR /edgex-go 00:30:05 ---> Using cache 00:30:05 ---> 09e7efb75dbc 00:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:05 ---> Using cache 00:30:05 ---> 45211ac2092a 00:30:05 Step 5/22 : RUN apk add --update --no-cache make git 00:30:05 ---> Using cache 00:30:05 ---> 388fc15a456c 00:30:05 Step 6/22 : COPY go.mod . 00:30:05 ---> Using cache 00:30:05 ---> cec825ffb833 00:30:05 Step 7/22 : RUN go mod download 00:30:05 ---> Using cache 00:30:05 ---> 461e4d70c756 00:30:05 Step 8/22 : COPY . . 00:30:05 ---> Using cache 00:30:05 ---> ca9701104561 00:30:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:30:06 Removing intermediate container e12d22657160 00:30:06 ---> d04aab774d4e 00:30:06 Step 6/22 : COPY go.mod . 00:30:06 ---> Running in 4199b53d3d0c 00:30:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:30:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:30:06 ---> d84e04fa1b1c 00:30:06 Step 3/23 : WORKDIR /edgex-go 00:30:06 ---> Using cache 00:30:06 ---> 09e7efb75dbc 00:30:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:06 ---> Using cache 00:30:06 ---> 45211ac2092a 00:30:06 Step 5/23 : RUN apk add --update --no-cache make git 00:30:06 ---> Using cache 00:30:06 ---> 388fc15a456c 00:30:06 Step 6/23 : COPY go.mod . 00:30:06 ---> Using cache 00:30:06 ---> cec825ffb833 00:30:06 Step 7/23 : RUN go mod download 00:30:06 ---> Using cache 00:30:06 ---> 461e4d70c756 00:30:06 Step 8/23 : COPY . . 00:30:06 ---> Using cache 00:30:06 ---> ca9701104561 00:30:06 Step 9/23 : RUN make cmd/core-command/core-command 00:30:07 ---> 7e25e803e87f 00:30:07 Step 7/22 : RUN go mod download 00:30:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:30:07 ---> Running in a1d3ca8940e0 00:30:08 ---> Running in 4dd72c940893 00:30:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:30:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:30:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:30:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:30:15 Removing intermediate container 4dd72c940893 00:30:15 ---> 05127841bd89 00:30:15 Step 8/22 : COPY . . 00:30:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 46.6% of statements 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:30:25 Removing intermediate container fd2dc32eef27 00:30:25 ---> 8a4d1d12de0a 00:30:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.1% of statements 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.136s coverage: 100.0% of statements 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 82.3% of statements 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:30:31 ---> Running in c1a89b7556c5 00:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.289s coverage: 28.6% of statements 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.417s coverage: 86.7% of statements 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.329s coverage: 97.5% of statements 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:30:40 Removing intermediate container f4b6e261ca51 00:30:40 ---> b1f3207310d6 00:30:40 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:30:41 Collecting docker-compose==1.23.2 00:30:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:30:43 Collecting PyYAML<4,>=3.10 00:30:43 Downloading PyYAML-3.13.tar.gz (270 kB) 00:30:43 ---> Running in c408654bb0fd 00:30:44 ---> 83a757bee888 00:30:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.316s coverage: 92.8% of statements 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.267s coverage: 0.1% of statements 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 43.8% of statements 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 00:30:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:30:45 Collecting docopt<0.7,>=0.6.1 00:30:45 Downloading docopt-0.6.2.tar.gz (25 kB) 00:30:45 ---> Running in 70d4a05df934 00:30:46 Removing intermediate container 4199b53d3d0c 00:30:46 ---> 6ed7f4363db3 00:30:46 00:30:46 Step 10/22 : FROM alpine:3.12 00:30:46 ---> 389fef711851 00:30:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:30:46 ---> Using cache 00:30:46 ---> fba2ad96c467 00:30:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:46 ---> Using cache 00:30:46 ---> eab726701cf4 00:30:46 Step 13/22 : ENV APP_PORT=48085 00:30:46 Collecting dockerpty<0.5,>=0.4.1 00:30:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:30:46 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:30:46 statically linked 00:30:46 ---> Running in 53074e57ba29 00:30: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 00:30:48 Removing intermediate container 53074e57ba29 00:30:48 ---> 7cab45b6f241 00:30:48 Step 14/22 : EXPOSE $APP_PORT 00:30:48 Collecting jsonschema<3,>=2.5.1 00:30:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:30:48 ---> Running in 0d3dd3e76a10 00:30:48 Collecting docker<4.0,>=3.6.0 00:30:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:30:48 Removing intermediate container a1d3ca8940e0 00:30:48 ---> 5b010a23e252 00:30:48 00:30:48 Step 10/23 : FROM alpine:3.12 00:30:48 ---> 389fef711851 00:30:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:30:48 ---> Using cache 00:30:48 ---> fba2ad96c467 00:30:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:48 ---> Using cache 00:30:48 ---> eab726701cf4 00:30:48 Step 13/23 : ENV APP_PORT=48082 00:30:49 ---> Running in 7c56bde8b5dd 00:30:49 Collecting cached-property<2,>=1.2.0 00:30:49 Removing intermediate container c408654bb0fd 00:30:49 ---> 7ec38dc0740c 00:30:49 00:30:49 Step 12/34 : FROM alpine:3.12 00:30:49 ---> 389fef711851 00:30:49 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:30:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:30:49 Removing intermediate container 0d3dd3e76a10 00:30:49 ---> b41bd0044d60 00:30:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:49 ---> Running in d074c8c717ea 00:30:49 Removing intermediate container 7c56bde8b5dd 00:30:49 ---> 61d5df722adc 00:30:49 Step 14/23 : EXPOSE $APP_PORT 00:30:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:30:49 ---> Running in a4eef687e467 00:30:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:30:49 Collecting websocket-client<1.0,>=0.32.0 00:30:49 Removing intermediate container d074c8c717ea 00:30:49 ---> fdc1270a5ebd 00:30:49 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:30:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:30:49 Collecting texttable<0.10,>=0.9.0 00:30:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:30:49 ---> 0bd516b971b8 00:30:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:30:49 ---> Running in 71548327f8c3 00:30:50 Collecting docker-pycreds>=0.4.0 00:30:50 Removing intermediate container a4eef687e467 00:30:50 ---> e3c86d080691 00:30:50 Step 15/23 : WORKDIR / 00:30:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:30:51 Collecting urllib3<1.25,>=1.21.1 00:30:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:30:51 ---> Running in 4655badbea6f 00:30:51 ---> ff9184cc7072 00:30:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:30:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:30:51 Collecting idna<2.8,>=2.5 00:30:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:30:51 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:30:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:30:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:30:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:30:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:30:52 Removing intermediate container 4655badbea6f 00:30:52 ---> d93bfafd1e56 00:30:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:52 Installing collected packages: PyYAML, docopt, dockerpty, jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, texttable, docker-compose 00:30:52 Running setup.py install for PyYAML: started 00:30:52 ---> 42cd01a368f7 00:30:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:30:52 ---> Running in 921d03c1999e 00:30:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:52 ---> 095485671097 00:30:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:30:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:52 Removing intermediate container 921d03c1999e 00:30:52 ---> daac6d44bee1 00:30:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:30:52 ---> Running in f26df39740b9 00:30:52 (1/3) Installing dumb-init (1.2.2-r1) 00:30:52 (2/3) Installing openssl (1.1.1i-r0) 00:30:52 (3/3) Installing su-exec (0.2-r1) 00:30:52 Executing busybox-1.31.1-r19.trigger 00:30:52 OK: 6 MiB in 17 packages 00:30:53 Running setup.py install for PyYAML: finished with status 'done' 00:30:53 Running setup.py install for docopt: started 00:30:53 Removing intermediate container f26df39740b9 00:30:53 ---> 21deb0a2106b 00:30:53 Step 20/22 : LABEL arch=x86_64 00:30:53 ---> Running in 8116944bbb17 00:30:53 Running setup.py install for docopt: finished with status 'done' 00:30:53 Running setup.py install for dockerpty: started 00:30:53 ---> 0bd25508860b 00:30:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:30:54 Running setup.py install for dockerpty: finished with status 'done' 00:30:54 Removing intermediate container 8116944bbb17 00:30:54 ---> fc2a11ee1cb9 00:30:54 Step 21/22 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:30:55 Removing intermediate container 71548327f8c3 00:30:55 ---> 86c7f2380077 00:30:55 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:30:55 Attempting uninstall: urllib3 00:30:55 Found existing installation: urllib3 1.25.9 00:30:55 Uninstalling urllib3-1.25.9: 00:30:55 ---> d593982c53e3 00:30:55 Step 19/23 : ENTRYPOINT ["/core-command"] 00:30:55 Successfully uninstalled urllib3-1.25.9 00:30:55 ---> Running in 297a97746dd4 00:30:55 ---> Running in 146a038ecd5c 00:30:55 ---> Running in 6317f3e77356 00:30:56 Attempting uninstall: idna 00:30:56 Found existing installation: idna 2.9 00:30:56 Uninstalling idna-2.9: 00:30:56 Successfully uninstalled idna-2.9 00:30:56 Removing intermediate container 297a97746dd4 00:30:56 ---> a1c0a50f2d42 00:30:56 Step 22/22 : LABEL version=0.0.0 00:30:56 Attempting uninstall: requests 00:30:56 Found existing installation: requests 2.23.0 00:30:56 Uninstalling requests-2.23.0: 00:30:56 Successfully uninstalled requests-2.23.0 00:30:56 Removing intermediate container 146a038ecd5c 00:30:56 ---> d82ca3646b79 00:30:56 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:30:56 ---> Running in 4d680966b18b 00:30:56 Removing intermediate container 6317f3e77356 00:30:56 ---> e8ddd05ea512 00:30:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:30:57 ---> Running in 1bb3688b968f 00:30:57 ---> Running in 7be7e2e2cef9 00:30:57 Removing intermediate container 4d680966b18b 00:30:57 ---> 9e707bf0502e 00:30:57 00:30:57 Removing intermediate container 1bb3688b968f 00:30:57 ---> 2d3b70b99780 00:30:57 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:30:57 Successfully built 9e707bf0502e 00:30:58 Running setup.py install for texttable: started 00:30:58 Successfully tagged docker-support-scheduler-go:latest 00:30:58 Building docker-core-data-go 00:30:58  Building docker-support-scheduler-go ... done  ---> Running in 9819369b32f3 00:30:58 Removing intermediate container 7be7e2e2cef9 00:30:58 ---> 713cc5eb0546 00:30:58 Step 21/23 : LABEL arch=x86_64 00:30:59 Running setup.py install for texttable: finished with status 'done' 00:30:59 ---> Running in ac79ddb91e0a 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.992s coverage: 94.4% of statements 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.781s coverage: 87.2% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.4% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:31:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.726s coverage: 63.5% of statements 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:31:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:31:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:31:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 91.3% of statements 00:31:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 00:31:03 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 00:31:03 Removing intermediate container ac79ddb91e0a 00:31:03 ---> 340bafd49afb 00:31:03 Step 22/23 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:31:03 ---> Running in 5343f918bfa2 00:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 00:31:05 Removing intermediate container 5343f918bfa2 00:31:05 ---> 3b6474733c28 00:31:05 Step 23/23 : LABEL version=0.0.0 00:31:05 Removing intermediate container 9819369b32f3 00:31:05 ---> ede44d9cf715 00:31:05 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:31:05 ---> Running in 60bbf1be1790 00:31:06 ---> Running in 32c4af0bac6b 00:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 68.9% of statements 00:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:31:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.421s coverage: 37.0% of statements 00:31:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:31:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:31:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.709s coverage: 84.0% of statements 00:31:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 00:31:10 Removing intermediate container 60bbf1be1790 00:31:10 ---> ca35917512ac 00:31:10 00:31:10 Removing intermediate container c1a89b7556c5 00:31:10 ---> 3143bbd63ea3 00:31:10 Step 21/26 : RUN apk --no-cache add curl 00:31:10 Successfully built ca35917512ac 00:31:11 Successfully tagged docker-core-command-go:latest 00:31:11  Building docker-core-command-go ... done Removing intermediate container 32c4af0bac6b 00:31:11 ---> a29193cac56a 00:31:11 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:31:13 ---> Running in 19fe8a8282b0 00:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.1% of statements 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.179s coverage: 100.0% of statements 00:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:31:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:31:18 ---> d84e04fa1b1c 00:31:18 Step 3/23 : WORKDIR /edgex-go 00:31:18 ---> Using cache 00:31:18 ---> 09e7efb75dbc 00:31:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:18 ---> Using cache 00:31:18 ---> 45211ac2092a 00:31:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:31:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:31:18 (2/3) Installing libcurl (7.69.1-r3) 00:31:18 (3/3) Installing curl (7.69.1-r3) 00:31:18 Executing busybox-1.31.1-r19.trigger 00:31:18 OK: 72 MiB in 58 packages 00:31:18 ---> 4b80f7791def 00:31:18 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:31:18 ---> Running in d5fab3fb94e4 00:31:18 Removing intermediate container 70d4a05df934 00:31:18 ---> 7cfc8b2bd7dd 00:31:18 00:31:18 Step 10/22 : FROM alpine:3.12 00:31:18 ---> 389fef711851 00:31:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:31:19 ---> Running in 33e1cc631805 00:31:19 ---> a892c1fa3f57 00:31:19 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:31:19 ---> Running in 1daec95055ed 00:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:19 Removing intermediate container 19fe8a8282b0 00:31:19 ---> bd98baf6e9ca 00:31:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:31:20 ---> Running in d8f56809ad01 00:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:20 Removing intermediate container d8f56809ad01 00:31:20 ---> efb83a54cf05 00:31:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:20 ---> Running in 2d7e5047a727 00:31:20 (1/2) Installing ca-certificates (20191127-r4) 00:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:20 (2/2) Installing dumb-init (1.2.2-r1) 00:31:20 Executing busybox-1.31.1-r19.trigger 00:31:20 Executing ca-certificates-20191127-r4.trigger 00:31:20 OK: 6 MiB in 16 packages 00:31:20 Removing intermediate container 2d7e5047a727 00:31:20 ---> 91e95160a1f2 00:31:20 Step 24/26 : LABEL arch=x86_64 00:31:20 ---> Running in 8854d6e5c2cc 00:31:20 OK: 233 MiB in 51 packages 00:31:21 Removing intermediate container 8854d6e5c2cc 00:31:21 ---> 77154f913b82 00:31:21 Step 25/26 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:31:21 Removing intermediate container 1daec95055ed 00:31:21 ---> 085ca9ec5215 00:31:21 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:21 ---> Running in 05bd537bf793 00:31:21 Removing intermediate container 33e1cc631805 00:31:21 ---> b41b8b04a51a 00:31:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:31:21 Removing intermediate container d5fab3fb94e4 00:31:21 ---> 3ea7eeaae89c 00:31:21 Step 6/23 : COPY go.mod . 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.531s coverage: 29.1% of statements 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:31:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:31:22 ---> Running in 408381eede09 00:31:22 ---> 3b1c262d92e2 00:31:22 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:31:22 Removing intermediate container 05bd537bf793 00:31:22 ---> 7d672b10db5e 00:31:22 Step 26/26 : LABEL version=0.0.0 00:31:22 ---> Running in 967b9ad007ec 00:31:22 Removing intermediate container 408381eede09 00:31:22 ---> 78e97a928915 00:31:22 Step 13/22 : ENV APP_PORT=48060 00:31:22 ---> 156424afbb7e 00:31:22 Step 7/23 : RUN go mod download 00:31:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:31:22 ---> Running in c762fbce702d 00:31:22 ---> Running in 2ec7d6e168c1 00:31:22 Removing intermediate container 967b9ad007ec 00:31:22 ---> 9a5c2bff2939 00:31:22 00:31:22 ---> c54535fe2f8b 00:31:22 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:31:23 Successfully built 9a5c2bff2939 00:31:23 Successfully tagged docker-sys-mgmt-agent-go:latest 00:31:23  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c762fbce702d 00:31:23 ---> c1fe9e11a822 00:31:23 Step 14/22 : EXPOSE $APP_PORT 00:31:23 ---> Running in fad439502b7c 00:31:23 ---> 5c82816190d6 00:31:23 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:31:23 Removing intermediate container fad439502b7c 00:31:23 ---> aee59c3e412d 00:31:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:24 ---> 743368bcbf57 00:31:24 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:31:24 ---> 8f45d19b5f4b 00:31:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:31:24 ---> 2ad314c68f6c 00:31:24 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:31:24 ---> Running in 8ee902429f96 00:31:24 Removing intermediate container 2ec7d6e168c1 00:31:24 ---> 88386d5a7bfc 00:31:24 Step 8/23 : COPY . . 00:31:24 ---> c0cc084dec88 00:31:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:31:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:31:25 Removing intermediate container 8ee902429f96 00:31:25 ---> 52d5de69fc8a 00:31:25 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:31:25 GO111MODULE=on go vet ./... 00:31:26 ---> a5702c04ba03 00:31:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:31:26 ---> 6001fa497b0a 00:31:26 Step 29/34 : RUN chmod +x /entrypoint.sh 00:31:26 ---> Running in fad1d5f4f8af 00:31:27 ---> Running in a088474ae4da 00:31:30 Removing intermediate container fad1d5f4f8af 00:31:30 ---> 98ac5e440b0c 00:31:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:31 ---> Running in 10bb00bc5b4d 00:31:32 Removing intermediate container 10bb00bc5b4d 00:31:32 ---> 465ab2811ce3 00:31:32 Step 20/22 : LABEL arch=x86_64 00:31:34 ---> Running in 91f1aa1aea96 00:31:35 Removing intermediate container 91f1aa1aea96 00:31:35 ---> 9d703e09435c 00:31:35 Step 21/22 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:31:35 Removing intermediate container a088474ae4da 00:31:35 ---> 81e8b71c04e7 00:31:35 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:31:35 ---> Running in 0c17a6fb738a 00:31:36 ---> Running in c29e0c931f62 00:31:38 Removing intermediate container 0c17a6fb738a 00:31:38 ---> 1c0c1fa833d1 00:31:38 Step 22/22 : LABEL version=0.0.0 00:31:38 Removing intermediate container c29e0c931f62 00:31:38 ---> 0e0f087b3080 00:31:38 Step 31/34 : CMD ["gate"] 00:31:38 ---> Running in 4a2631a2d82a 00:31:39 ---> Running in 83c3447d3179 00:31:39 Removing intermediate container 4a2631a2d82a 00:31:39 ---> b5fd7fed37e6 00:31:39 00:31:39 Successfully built b5fd7fed37e6 00:31:39 Successfully tagged docker-support-notifications-go:latest 00:31:40  Building docker-support-notifications-go ... done Removing intermediate container 83c3447d3179 00:31:40 ---> be2dad3a94a7 00:31:40 Step 32/34 : LABEL arch=x86_64 00:31:41 ---> Running in 6ad988a79f6a 00:31:43 Removing intermediate container 6ad988a79f6a 00:31:43 ---> f4ce3550fd35 00:31:43 Step 33/34 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:31:44 ---> Running in 206d8a24abfc 00:31:44 ---> ca386a38605a 00:31:44 Step 9/23 : RUN make cmd/core-data/core-data 00:31:44 ---> Running in 37819e150119 00:31:44 Removing intermediate container 206d8a24abfc 00:31:44 ---> 00d37100307f 00:31:44 Step 34/34 : LABEL version=0.0.0 00:31:44 ---> Running in 32ca9de7841c 00:31:45 Removing intermediate container 32ca9de7841c 00:31:45 ---> cc93b5f5b654 00:31:45 00:31:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:31:45 Successfully built cc93b5f5b654 00:31:45 Successfully tagged docker-security-bootstrapper-go:latest 00:32:03  Building docker-security-bootstrapper-go ... done Removing intermediate container 37819e150119 00:32:03 ---> d462a900480f 00:32:03 00:32:03 Step 10/23 : FROM alpine:3.12 00:32:03 ---> 389fef711851 00:32:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:32:03 ---> Running in 7b97eec8e3a2 00:32:03 Removing intermediate container 7b97eec8e3a2 00:32:03 ---> ff414a7d1711 00:32:03 Step 12/23 : ENV APP_PORT=48080 00:32:03 ---> Running in 9b7a9ab0178a 00:32:03 Removing intermediate container 9b7a9ab0178a 00:32:03 ---> a97f4bcaccfc 00:32:03 Step 13/23 : EXPOSE $APP_PORT 00:32:03 ---> Running in d9bf49502ff9 00:32:03 Removing intermediate container d9bf49502ff9 00:32:03 ---> 5667e879034b 00:32:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:03 ---> Running in 60ac64832abf 00:32:03 Removing intermediate container 60ac64832abf 00:32:03 ---> af36fe0e1049 00:32:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:32:03 ---> Running in d68e4c6223f2 00:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:04 (1/6) Installing dumb-init (1.2.2-r1) 00:32:04 (2/6) Installing libgcc (9.3.0-r2) 00:32:04 (3/6) Installing libsodium (1.0.18-r0) 00:32:04 (4/6) Installing libstdc++ (9.3.0-r2) 00:32:04 (5/6) Installing libzmq (4.3.3-r0) 00:32:05 (6/6) Installing zeromq (4.3.3-r0) 00:32:05 Executing busybox-1.31.1-r19.trigger 00:32:05 OK: 8 MiB in 20 packages 00:32:05 Removing intermediate container d68e4c6223f2 00:32:05 ---> 24bc77d15f82 00:32:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:32:06 ---> 29b6e5c00bcd 00:32:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:32:06 ---> 8165ac1f7e28 00:32:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:32:06 ---> 9f47a044ecf3 00:32:06 Step 19/23 : ENTRYPOINT ["/core-data"] 00:32:06 ---> Running in b4ead7a3114b 00:32:07 Removing intermediate container b4ead7a3114b 00:32:07 ---> 8a81eb62dd35 00:32:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:07 ---> Running in 27b65bc12249 00:32:07 Removing intermediate container 27b65bc12249 00:32:07 ---> 168031231ab6 00:32:07 Step 21/23 : LABEL arch=x86_64 00:32:07 ---> Running in 1d7a5ae4c4b5 00:32:07 Removing intermediate container 1d7a5ae4c4b5 00:32:07 ---> 561cf4106235 00:32:07 Step 22/23 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:32:07 ---> Running in 515660d1e367 00:32:07 Removing intermediate container 515660d1e367 00:32:07 ---> 1799477a2976 00:32:07 Step 23/23 : LABEL version=0.0.0 00:32:07 ---> Running in 582bfbcdbe3f 00:32:08 Removing intermediate container 582bfbcdbe3f 00:32:08 ---> e6758914abf9 00:32:08 00:32:08 Successfully built e6758914abf9 00:32:08 Successfully tagged docker-core-data-go:latest 00:32:09  Building docker-core-data-go ... done  [Pipeline] } 00:32:09 $ docker stop --time=1 5e606fedf31ba2652c07aeb436327f5d1c9791dc1e7a258a2931a7dda2f4ca02 00:32:10 $ docker rm -f 5e606fedf31ba2652c07aeb436327f5d1c9791dc1e7a258a2931a7dda2f4ca02 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:11 + docker images 00:32:11 + grep docker 00:32:11 docker-core-data-go latest e6758914abf9 4 seconds ago 22.3MB 00:32:11 docker-security-bootstrapper-go latest cc93b5f5b654 27 seconds ago 33.5MB 00:32:11 docker-support-notifications-go latest b5fd7fed37e6 33 seconds ago 16.9MB 00:32:11 docker-sys-mgmt-agent-go latest 9a5c2bff2939 49 seconds ago 313MB 00:32:11 docker-core-command-go latest ca35917512ac About a minute ago 16.3MB 00:32:11 docker-support-scheduler-go latest 9e707bf0502e About a minute ago 16.4MB 00:32:11 docker-core-metadata-go latest 68d0cab68f97 2 minutes ago 18.8MB 00:32:11 docker-security-secretstore-setup-go latest 5606842f6548 2 minutes ago 24.6MB 00:32:11 docker-security-proxy-setup-go latest 33a13f5fafce 2 minutes ago 24.4MB 00:32:11 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:32:27 Still waiting to schedule task 00:32:27 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:32:47 gofmt -l . 00:32:47 [ "`gofmt -l .`" = "" ] 00:32:47 ./bin/test-go-mod-tidy.sh 00:32:47 ./bin/test-attribution-txt.sh [Pipeline] sh 00:32:48 + ls -al . 00:32:48 total 696 00:32:48 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:32 . 00:32:48 drwxr-xr-x 4 root root 4096 Jan 28 00:28 .. 00:32:48 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:26 .dockerignore 00:32:48 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:26 .git 00:32:48 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:26 .github 00:32:48 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:26 .gitignore 00:32:48 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:26 .sonarcloud.properties 00:32:48 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:26 Attribution.txt 00:32:48 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:26 CONTRIBUTING.md 00:32:48 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:26 Dockerfile.build 00:32:48 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:26 Jenkinsfile 00:32:48 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:26 LICENSE 00:32:48 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:26 Makefile 00:32:48 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:26 README.md 00:32:48 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:26 SECURITY.md 00:32:48 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:22 VERSION 00:32:48 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:26 ZMQWindows.md 00:32:48 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:26 bin 00:32:48 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:26 cmd 00:32:48 -rw-r--r-- 1 root root 564700 Jan 28 00:31 coverage.out 00:32:48 -rw-r--r-- 1 root root 1053 Jan 28 00:32 go.mod 00:32:48 -rw-r--r-- 1 root root 19170 Jan 28 00:32 go.sum 00:32:48 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:26 internal 00:32:48 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:26 openapi 00:32:48 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:26 snap 00:32:48 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:26 version.go [Pipeline] sh 00:32:49 + '[' -e coverage.out ] 00:32:49 + chown 1001:1001 coverage.out [Pipeline] stash 00:32:49 Warning: overwriting stash ‘coverage-report’ 00:32:50 Stashed 1 file(s) [Pipeline] sh 00:32:51 + make build 00:32:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:33:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:33:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:34:30 Running on prd-ubuntu18.04-docker-8c-8g-23576 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 00:34:30 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 00:34:33 using credential edgex-jenkins-ssh 00:34:33 Cloning the remote Git repository 00:34:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:33 > git init /w/workspace/edgex-go/26 # timeout=10 00:34:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:33 > git --version # timeout=10 00:34:33 > git --version # 'git version 2.17.1' 00:34:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:34:35 $ docker stop --time=1 f23b3a8a74170ea5fdf12583db623caef1d6a33b16e93b73a8dc0c466a176b16 00:34:37 $ docker rm -f f23b3a8a74170ea5fdf12583db623caef1d6a33b16e93b73a8dc0c466a176b16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:40 00:34:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:41 latest: Pulling from edgex-devops/edgex-compose-arm64 00:34:41 29e5d40040c1: Pulling fs layer 00:34:41 1ce36da41761: Pulling fs layer 00:34:41 25b303627fd3: Pulling fs layer 00:34:41 29e5d40040c1: Verifying Checksum 00:34:41 29e5d40040c1: Download complete 00:34:42 29e5d40040c1: Pull complete 00:34:42 1ce36da41761: Verifying Checksum 00:34:42 1ce36da41761: Download complete 00:34:43 1ce36da41761: Pull complete 00:34:43 25b303627fd3: Verifying Checksum 00:34:43 25b303627fd3: Download complete 00:34:53 25b303627fd3: Pull complete 00:34:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:34:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:34:53 prd-ubuntu18.04-docker-arm64-4c-16g-23566 does not seem to be running inside a container 00:34:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:34:57 $ docker top feda0830e7b07136e7e66a6a721a90a14e7cddfb30bf31eb088f1ab0f8f9b91c -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:58 + docker-compose build --help 00:34:58 + grep parallel 00:35:01 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 00:35:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:01 > git config core.sparsecheckout # timeout=10 00:35:01 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 00:35:01 Merge succeeded, producing d974a2b9c1b42678cbc0f4625b004030c7a9408a 00:35:01 Checking out Revision d974a2b9c1b42678cbc0f4625b004030c7a9408a (PR-3027) 00:35:02 --parallel Build images in parallel. [Pipeline] } 00:35:03 $ docker stop --time=1 feda0830e7b07136e7e66a6a721a90a14e7cddfb30bf31eb088f1ab0f8f9b91c 00:35:01 > git remote # timeout=10 00:35:01 > git config --get remote.origin.url # timeout=10 00:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:01 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:35:01 > git rev-parse HEAD^{commit} # timeout=10 00:35:01 > git config core.sparsecheckout # timeout=10 00:35:01 > git checkout -f d974a2b9c1b42678cbc0f4625b004030c7a9408a # timeout=10 00:35:05 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:35:05 First time build. Skipping changelog. 00:35:05 $ docker rm -f feda0830e7b07136e7e66a6a721a90a14e7cddfb30bf31eb088f1ab0f8f9b91c [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:06 + echo snap-build.sh 00:35:06 snap-build.sh 00:35:06 + SNAP_BASE_DIR=. 00:35:06 + '[' '!' -z /w/workspace/edgex-go/26 ']' 00:35:06 + SNAP_BASE_DIR=/w/workspace/edgex-go/26 00:35:06 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/26]' 00:35:06 [snap-build] Building snap in dir [/w/workspace/edgex-go/26] 00:35:06 + cd /w/workspace/edgex-go/26 00:35:06 + sudo apt-get remove -qy --purge lxd lxd-client 00:35:06 Reading package lists... 00:35:06 Building dependency tree... 00:35:06 Reading state information... 00:35:05 > git rev-list --no-walk c9354c67e1855124fb99c181fde4a88af4513860 # timeout=10 00:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:06 . [Pipeline] withDockerContainer 00:35:06 The following packages were automatically installed and are no longer required: 00:35:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:35:06 uidmap xdelta3 00:35:06 Use 'sudo apt autoremove' to remove them. 00:35:06 The following packages will be REMOVED: 00:35:06 lxd* lxd-client* 00:35:07 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:35:07 After this operation, 31.7 MB disk space will be freed. 00:35:07 prd-ubuntu18.04-docker-arm64-4c-16g-23566 does not seem to be running inside a container 00:35:07 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:35:08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:35:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:35:08 $ docker top d87805065b2675899b16d944aeb8e23dcbab24f4ba94ee1f9575181250a81d5a -eo pid,comm 00:35:09 Removing lxd dnsmasq configuration 00:35:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:35:09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] { [Pipeline] sh 00:35:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:35:10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:35:10 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:35:11 Processing triggers for systemd (237-3ubuntu10.42) ... 00:35:11 Processing triggers for ureadahead (0.100.0-21) ... 00:35:13 + sudo snap remove --purge lxd 00:35:13 snap "lxd" is not installed 00:35:13 + sudo groupadd --force --system lxd 00:35:13 ++ whoami 00:35:13 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:35:13 + newgrp - lxd 00:35:13 + sudo snap install lxd 00:35:16 Building docker-core-command-go ... 00:35:16 Building docker-core-data-go ... 00:35:16 Building docker-core-metadata-go ... 00:35:16 Building docker-security-bootstrapper-go ... 00:35:16 Building docker-security-proxy-setup-go ... 00:35:16 Building docker-security-secretstore-setup-go ... 00:35:16 Building docker-support-notifications-go ... 00:35:16 Building docker-support-scheduler-go ... 00:35:16 Building docker-sys-mgmt-agent-go ... 00:35:16 Building docker-core-data-go 00:35:16 Building docker-security-secretstore-setup-go 00:35:16 Building docker-support-notifications-go 00:35:16 Building docker-core-metadata-go 00:35:16 Building docker-support-scheduler-go 00:35:23 2021-01-28T00:35:20Z INFO Waiting for automatic snapd restart... 00:35:41 lxd 4.10 from Canonical* installed 00:35:41 + sudo lxd init --auto 00:35:47 + sudo snap install --classic snapcraft 00:35:53 snapcraft 4.4.4 from Canonical* installed 00:35:53 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:35:53 + patch --verbose -p1 00:35:53 Hmm... Looks like a unified diff to me... 00:35:53 The text leading up to this was: 00:35:53 -------------------------- 00:35:53 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:35:53 |From: Tony Espy 00:35:53 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:35:53 |Subject: [PATCH] optimize snap build for pipeline CI check 00:35:53 | 00:35:53 |This patch is used by the EdgeX CI pipeline builds to 00:35:53 |optimize the snap CI check run for pull requests. When 00:35:53 |applied, it essentially strips out everything (apps and 00:35:53 |parts) from the snapcraft.yaml file except those required 00:35:53 |to build edgex-go, as the whole idea of the CI check is to 00:35:53 |catch changes to edgex-go that break the snap build. 00:35:53 | 00:35:53 |In general, anyone updating snapcraft.yaml will also need 00:35:53 |to update this patch file, otherwise it may fail to apply, 00:35:53 |resulting in a failed snap build CI check in the associated 00:35:53 |pull request. 00:35:53 | 00:35:53 |Note - in addition to applying this patch, the pipeline also 00:35:53 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:35:53 |need to build the finally binary .snap file (and it won't 00:35:53 |work with the patch applied). This further reduces the build 00:35:53 |time. 00:35:53 |--- 00:35:53 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:35:53 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:35:53 | 00:35:53 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:35:53 |index 1e537489..faf42425 100644 00:35:53 |--- a/snap/snapcraft.yaml 00:35:53 |+++ b/snap/snapcraft.yaml 00:35:53 -------------------------- 00:35:53 patching file snap/snapcraft.yaml 00:35:53 Using Plan A... 00:35:53 Hunk #1 succeeded at 73. 00:35:53 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:35:53 Hunk #3 succeeded at 214 (offset -1 lines). 00:35:53 Hunk #4 succeeded at 222 (offset -1 lines). 00:35:53 Hunk #5 succeeded at 229 (offset -1 lines). 00:35:53 Hunk #6 succeeded at 256 (offset -1 lines). 00:35:53 Hunk #7 succeeded at 290 (offset -1 lines). 00:35:53 Hunk #8 succeeded at 342. 00:35:53 Hmm... Ignoring the trailing garbage. 00:35:53 done 00:35:53 + sudo snapcraft prime --use-lxd 00:35:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:35:54 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:35:54 - README.md 00:35:54 - snapcraft.yaml.orig 00:35:54 00:35:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:35:55 Launching a container. 00:36:07 Waiting for container to be ready 00:36:07 To start your first instance, try: lxc launch ubuntu:18.04 00:36:07 00:36:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:36:10 Waiting for network to be ready... 00:36:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:36:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:36:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:36:11 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:36:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:36:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:36:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:36:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:36:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:36:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:36:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:36:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:36:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:36:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:36:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:36:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:36:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:36:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:36:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:36:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:36:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:36:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:36:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:36:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:36:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:36:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:36:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:36:15 Fetched 23.8 MB in 4s (5742 kB/s) 00:36:15 Reading package lists... 00:36:15 Reading package lists... 00:36:15 Building dependency tree... 00:36:15 Reading state information... 00:36:16 The following additional packages will be installed: 00:36:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:36:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:36:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:36:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:36:16 Suggested packages: 00:36:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:36:16 Recommended packages: 00:36:16 gnupg libsasl2-modules 00:36:16 The following NEW packages will be installed: 00:36:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:36:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:36:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:36:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:36:16 The following packages will be upgraded: 00:36:16 gpg gpg-agent gpgconf libudev1 00:36:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:36:16 Need to get 3533 kB of archives. 00:36:16 After this operation, 13.3 MB of additional disk space will be used. 00:36:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:36:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:36:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:36:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:36:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:36:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:36:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:36:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:36:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:36:16 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:36:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:36:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:36:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:36:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:36:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:36:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:36:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:36:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:36:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:36:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:36:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:36:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:36:17 debconf: delaying package configuration, since apt-utils is not installed 00:36:17 Fetched 3533 kB in 1s (3472 kB/s) 00:36:17 (Reading database ... 12511 files and directories currently installed.) 00:36:17 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:36:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:36:17 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:36:17 Selecting previously unselected package udev. 00:36:17 (Reading database ... 12511 files and directories currently installed.) 00:36:17 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:36:17 Unpacking udev (237-3ubuntu10.44) ... 00:36:17 Selecting previously unselected package libfuse2:amd64. 00:36:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:36:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:36:17 Selecting previously unselected package fuse. 00:36:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:36:17 Unpacking fuse (2.9.7-1ubuntu1) ... 00:36:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:36:17 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:36:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:36:18 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:36:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:36:18 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:36:18 Selecting previously unselected package libksba8:amd64. 00:36:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:36:18 Unpacking libksba8:amd64 (1.3.5-2) ... 00:36:18 Selecting previously unselected package libroken18-heimdal:amd64. 00:36:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:36:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:36:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:36:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:19 Selecting previously unselected package libwind0-heimdal:amd64. 00:36:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:36:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:36:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:36:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:36:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:36:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:19 Selecting previously unselected package libsasl2-modules-db:amd64. 00:36:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:36:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:36:19 Selecting previously unselected package libsasl2-2:amd64. 00:36:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:36:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:36:19 Selecting previously unselected package libldap-common. 00:36:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:36:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:36:19 Selecting previously unselected package libldap-2.4-2:amd64. 00:36:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:36:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:36:19 Selecting previously unselected package dirmngr. 00:36:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:36:19 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:36:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:36:19 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:36:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:36:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:36:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:36:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:36:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libksba8:amd64 (1.3.5-2) ... 00:36:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:36:20 Setting up udev (237-3ubuntu10.44) ... 00:36:20 invoke-rc.d: policy-rc.d denied execution of start. 00:36:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Processing triggers for systemd (237-3ubuntu10) ... 00:36:20 Setting up fuse (2.9.7-1ubuntu1) ... 00:36:20 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:36:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:36:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:36:20 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:36:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:36:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:36:21 settings in the [Install] section, and DefaultInstance for template units). 00:36:21 This means they are not meant to be enabled using systemctl. 00:36:21 Possible reasons for having this kind of units are: 00:36:21 1) A unit may be statically enabled by being symlinked from another unit's 00:36:21 .wants/ or .requires/ directory. 00:36:21 2) A unit's purpose may be to act as a helper for some other unit which has 00:36:21 a requirement dependency on it. 00:36:21 3) A unit may be started when needed via activation (socket, path, timer, 00:36:21 D-Bus, udev, scripted systemctl call, ...). 00:36:21 4) In case of template units, the unit is meant to be enabled with some 00:36:21 instance name specified. 00:36:21 Reading package lists... 00:36:21 Building dependency tree... 00:36:21 Reading state information... 00:36:21 The following additional packages will be installed: 00:36:21 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:36:21 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:36:21 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:36:21 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:36:21 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:36:21 Suggested packages: 00:36:21 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:36:21 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:36:21 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:36:21 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:36:21 systemd-container policykit-1 00:36:21 Recommended packages: 00:36:21 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:36:21 The following NEW packages will be installed: 00:36:21 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:36:21 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:36:21 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:36:21 multiarch-support openssh-client python3 python3-minimal python3.6 00:36:21 python3.6-minimal snapd squashfs-tools sudo 00:36:21 The following packages will be upgraded: 00:36:21 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:36:22 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:36:22 Need to get 35.2 MB of archives. 00:36:22 After this operation, 141 MB of additional disk space will be used. 00:36:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:36:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:36:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:36:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:36:23 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:36:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:36:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:36:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:36:23 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:36:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:36:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:36:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:36:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:36:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:36:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:36:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:36:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:36:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:36:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:36:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:36:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:36:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:36:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:36:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:36:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:36:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:36:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:36:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:36:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:36:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:36:24 debconf: delaying package configuration, since apt-utils is not installed 00:36:24 Fetched 35.2 MB in 3s (13.0 MB/s) 00:36:24 (Reading database ... 12757 files and directories currently installed.) 00:36:24 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:36:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:36:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:36:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:36:25 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:36:25 (Reading database ... 12757 files and directories currently installed.) 00:36:25 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:36:25 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:36:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:36:26 (Reading database ... 12757 files and directories currently installed.) 00:36:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:36:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:36:26 Setting up apt (1.6.12ubuntu0.2) ... 00:36:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:36:26 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:36:27 (Reading database ... 12764 files and directories currently installed.) 00:36:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:36:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:36:27 Selecting previously unselected package libpython3.6-minimal:amd64. 00:36:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:36:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:36:27 Selecting previously unselected package libexpat1:amd64. 00:36:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:36:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:36:27 Selecting previously unselected package python3.6-minimal. 00:36:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:36:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:36:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:36:28 Checking for services that may need to be restarted...done. 00:36:28 Checking for services that may need to be restarted...done. 00:36:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:36:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:36:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:36:28 Selecting previously unselected package python3-minimal. 00:36:28 (Reading database ... 13012 files and directories currently installed.) 00:36:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:36:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:36:28 Selecting previously unselected package mime-support. 00:36:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:36:28 Unpacking mime-support (3.60ubuntu1) ... 00:36:28 Selecting previously unselected package libmpdec2:amd64. 00:36:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:36:28 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:36:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:36:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:36:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:36:29 Selecting previously unselected package python3.6. 00:36:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:36:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:36:29 Selecting previously unselected package libpython3-stdlib:amd64. 00:36:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:36:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:36:29 Setting up python3-minimal (3.6.7-1~18.04) ... 00:36:29 Selecting previously unselected package python3. 00:36:29 (Reading database ... 13442 files and directories currently installed.) 00:36:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:36:29 Unpacking python3 (3.6.7-1~18.04) ... 00:36:29 Selecting previously unselected package multiarch-support. 00:36:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:36:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:36:29 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:36:29 Selecting previously unselected package liblzo2-2:amd64. 00:36:29 (Reading database ... 13479 files and directories currently installed.) 00:36:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:36:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:36:30 Selecting previously unselected package libbsd0:amd64. 00:36:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:36:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:36:30 Selecting previously unselected package sudo. 00:36:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:36:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:36:30 Selecting previously unselected package apparmor. 00:36:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:36:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:36:30 Selecting previously unselected package libedit2:amd64. 00:36:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:36:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:36:30 Selecting previously unselected package libkrb5support0:amd64. 00:36:30 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:36:30 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:36:30 Selecting previously unselected package libk5crypto3:amd64. 00:36:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:36:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:36:30 Selecting previously unselected package libkeyutils1:amd64. 00:36:30 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:36:30 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:36:30 Selecting previously unselected package libkrb5-3:amd64. 00:36:30 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:36:30 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:36:30 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:36:30 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:36:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:36:31 Selecting previously unselected package libssl1.0.0:amd64. 00:36:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:36:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:36:31 Selecting previously unselected package openssh-client. 00:36:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:36:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:36:31 Selecting previously unselected package squashfs-tools. 00:36:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:36:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:36:31 Selecting previously unselected package snapd. 00:36:31 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:36:31 Unpacking snapd (2.48+18.04) ... 00:36:33 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:36:33 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:36:33 Setting up mime-support (3.60ubuntu1) ... 00:36:33 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:36:33 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:36:33 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:36:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:36:33 Setting up systemd (237-3ubuntu10.44) ... 00:36:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:36:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:36:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:36:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:36:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:36:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:36:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:36:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:36:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:36:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:36:35 Setting up python3 (3.6.7-1~18.04) ... 00:36:35 running python rtupdate hooks for python3.6... 00:36:35 running python post-rtupdate hooks for python3.6... 00:36:35 Setting up apparmor (2.12-4ubuntu5.1) ... 00:36:37 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:36:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:36:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:36:37 Setting up snapd (2.48+18.04) ... 00:36:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:36:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 230abd896534 00:36:38 Step 3/23 : WORKDIR /edgex-go 00:36:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 230abd896534 00:36:38 Step 3/24 : WORKDIR /edgex-go 00:36:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 230abd896534 00:36:38 Step 3/22 : WORKDIR /edgex-go 00:36:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 230abd896534 00:36:38 Step 3/22 : WORKDIR /edgex-go 00:36:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 230abd896534 00:36:38 Step 3/23 : WORKDIR /edgex-go 00:36:38 ---> Running in d4c679c4178c 00:36:38 ---> Running in e129b819c081 00:36:38 ---> Running in 1e9b1c707c86 00:36:38 ---> Running in c663607e8156 00:36:38 ---> Running in 3d62a51408cf 00:36:38 Removing intermediate container 3d62a51408cf 00:36:38 ---> e89b0d8cb1e6 00:36:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:38 Removing intermediate container e129b819c081 00:36:38 ---> 7ec6b487b14f 00:36:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:38 Removing intermediate container 1e9b1c707c86 00:36:38 ---> bef84648fd82 00:36:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:38 Removing intermediate container d4c679c4178c 00:36:38 ---> ce7057ac8175 00:36:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:38 Removing intermediate container c663607e8156 00:36:38 ---> 871669b57491 00:36:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:38 ---> Running in cf8ca1401ba7 00:36:38 ---> Running in ed8d0af1405b 00:36:38 ---> Running in 64c47307930e 00:36:38 ---> Running in 4a4782a95bd1 00:36:38 ---> Running in 2d8b00f46d64 00:36:38 Removing intermediate container cf8ca1401ba7 00:36:38 ---> 0f39f9034eb8 00:36:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:38 Removing intermediate container ed8d0af1405b 00:36:38 ---> 38c280a5e0cb 00:36:38 Step 5/23 : RUN apk add --update --no-cache make git 00:36:38 ---> Running in 3cb255bfba5b 00:36:38 ---> Running in 358d0b4e29e0 00:36:38 Removing intermediate container 2d8b00f46d64 00:36:38 ---> cc025ab01692 00:36:38 Step 5/24 : RUN apk add --update --no-cache make git 00:36:38 Removing intermediate container 4a4782a95bd1 00:36:38 ---> 2353075798e9 00:36:38 Step 5/22 : RUN apk add --update --no-cache make git 00:36:38 ---> Running in 7daac44c1b84 00:36:38 Removing intermediate container 64c47307930e 00:36:38 ---> 6e9f130d4439 00:36:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:36:38 ---> Running in 7f6ca0e047f3 00:36:38 ---> Running in 02a8d01f46fc 00:36:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:36:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:36:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:36:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:36:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:36:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:36:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:36:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:36:39 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:36:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:36:39 Processing triggers for systemd (237-3ubuntu10.44) ... 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:36:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:42 Reading package lists... 00:36:42 Reading package lists... 00:36:42 Building dependency tree... 00:36:42 Reading state information... 00:36:42 Calculating upgrade... 00:36:42 The following packages will be upgraded: 00:36:42 advancecomp base-files bash binutils binutils-common 00:36:42 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:36:42 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:36:42 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:36:42 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:36:42 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:36:42 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:36:42 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:36:42 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:36:42 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:36:42 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:36:42 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:36:42 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:36:42 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:36:42 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:36:42 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:36:42 Need to get 63.8 MB of archives. 00:36:42 After this operation, 5205 kB of additional disk space will be used. 00:36:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:36:42 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:36:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:36:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:36:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:36:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:36:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:36:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:36:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:36:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:36:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:36:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:36:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:36:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:36:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:36:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:36:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:36:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:36:42 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:36:42 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:36:42 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:36:42 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:36:42 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:36:42 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:36:42 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:36:42 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:36:42 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:36:42 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:36:42 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:36:42 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:36:42 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:36:42 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:36:42 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:36:42 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:36:42 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:36:42 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:36:42 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:36:42 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:36:42 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:36:42 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:36:42 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:36:42 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:36:42 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:36:42 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:36:42 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:36:42 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:36:42 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:36:42 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:36:42 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] 00:36:42 OK: 217 MiB in 51 packages 00:36:42 OK: 217 MiB in 51 packages 00:36:43 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:36:43 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:36:43 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:36:43 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:36:43 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:36:43 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:36:43 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:36:43 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:36:43 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:36:43 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:36:43 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:36:43 OK: 217 MiB in 51 packages 00:36:43 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:36:43 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:36:43 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:36:43 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:36:43 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:36:43 OK: 217 MiB in 51 packages 00:36:43 OK: 217 MiB in 51 packages 00:36:43 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:36:43 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:36:43 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:36:43 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:36:43 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:36:44 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:36:44 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:36:44 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:36:44 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:36:44 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:36:44 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:36:44 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:36:44 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:36:44 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:36:44 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:36:44 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:36:44 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:36:44 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:36:44 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:36:44 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:36:44 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:36:44 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:36:44 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:36:44 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:36:44 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:36:44 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:36:44 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:36:44 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:36:44 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:36:44 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:36:44 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:36:44 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:36:44 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:36:44 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:36:44 Removing intermediate container 3cb255bfba5b 00:36:44 ---> 1c609e8ac6c6 00:36:44 Step 6/22 : COPY go.mod . 00:36:44 Removing intermediate container 358d0b4e29e0 00:36:44 ---> 30eba1896fe6 00:36:44 Step 6/23 : COPY go.mod . 00:36:45 debconf: delaying package configuration, since apt-utils is not installed 00:36:45 Fetched 63.8 MB in 2s (27.0 MB/s) 00:36:45 (Reading database ... 13912 files and directories currently installed.) 00:36:45 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:36:45 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:36:45 Removing intermediate container 7f6ca0e047f3 00:36:45 ---> 6c2880a09479 00:36:45 Step 6/22 : COPY go.mod . 00:36:45 Removing intermediate container 02a8d01f46fc 00:36:45 ---> cf71fadbc637 00:36:45 Step 6/23 : COPY go.mod . 00:36:45 Removing intermediate container 7daac44c1b84 00:36:45 ---> 1bfd59686093 00:36:45 Step 6/24 : COPY go.mod . 00:36:45 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:36:45 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:36:45 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:36:45 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:36:46 ---> ac62cad45d63 00:36:46 Step 7/22 : RUN go mod download 00:36:46 ---> Running in 9604f3913b24 00:36:46 ---> 57358a61a52a 00:36:46 Step 7/23 : RUN go mod download 00:36:46 ---> 161c8cae008a 00:36:46 Step 7/22 : RUN go mod download 00:36:46 ---> Running in 98258884a4b6 00:36:46 ---> Running in e4bc1379cc31 00:36:46 ---> b1d18ad5c31e 00:36:46 Step 7/23 : RUN go mod download 00:36:46 ---> 889059a4ee94 00:36:46 Step 7/24 : RUN go mod download 00:36:46 ---> Running in bd26a23c3bc4 00:36:46 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:46 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:46 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:46 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:46 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:46 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:47 ---> Running in d8006329a96f 00:36:47 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:47 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:47 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:47 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:47 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:47 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:47 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:36:47 (Reading database ... 13911 files and directories currently installed.) 00:36:47 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:47 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:36:47 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:36:47 (Reading database ... 13911 files and directories currently installed.) 00:36:47 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:47 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:47 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:48 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:48 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:36:48 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:36:48 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:36:48 (Reading database ... 13911 files and directories currently installed.) 00:36:48 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:36:48 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:36:49 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:36:49 (Reading database ... 13911 files and directories currently installed.) 00:36:49 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:36:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:36:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:36:49 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:36:49 Setting up base-files (10.1ubuntu2.10) ... 00:36:49 Installing new version of config file /etc/issue ... 00:36:49 Installing new version of config file /etc/issue.net ... 00:36:49 Installing new version of config file /etc/lsb-release ... 00:36:49 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:36:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:36:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:36:50 Removing obsolete conffile /etc/default/motd-news ... 00:36:50 (Reading database ... 13912 files and directories currently installed.) 00:36:50 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:36:50 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:36:50 Setting up bash (4.4.18-2ubuntu1.2) ... 00:36:50 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:36:50 (Reading database ... 13912 files and directories currently installed.) 00:36:50 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:50 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:36:50 Removing intermediate container 9604f3913b24 00:36:50 ---> 07087e218458 00:36:50 Step 8/22 : COPY . . 00:36:50 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:36:50 (Reading database ... 13912 files and directories currently installed.) 00:36:50 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:36:50 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:36:50 Removing intermediate container 98258884a4b6 00:36:50 ---> 27507d1636f5 00:36:50 Step 8/23 : COPY . . 00:36:50 Setting up tar (1.29b-2ubuntu0.2) ... 00:36:50 (Reading database ... 13912 files and directories currently installed.) 00:36:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:36:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:36:51 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:36:51 (Reading database ... 13912 files and directories currently installed.) 00:36:51 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:36:51 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:36:51 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:36:51 (Reading database ... 13912 files and directories currently installed.) 00:36:51 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:36:51 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:36:51 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:36:51 (Reading database ... 13912 files and directories currently installed.) 00:36:51 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:36:51 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:36:51 Setting up grep (3.1-2build1) ... 00:36:51 Removing intermediate container e4bc1379cc31 00:36:51 ---> 6eb965d790a5 00:36:51 Step 8/22 : COPY . . 00:36:51 Removing intermediate container d8006329a96f 00:36:51 ---> fc7fa63ea8c6 00:36:51 Step 8/24 : COPY . . 00:36:51 (Reading database ... 13912 files and directories currently installed.) 00:36:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:36:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:36:51 Setting up login (1:4.5-1ubuntu2) ... 00:36:52 Removing intermediate container bd26a23c3bc4 00:36:52 ---> eb6012e22d85 00:36:52 Step 8/23 : COPY . . 00:36:52 (Reading database ... 13912 files and directories currently installed.) 00:36:52 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:36:52 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:36:52 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:36:52 (Reading database ... 13912 files and directories currently installed.) 00:36:52 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:36:52 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:36:53 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:36:53 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:36:53 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:36:53 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:36:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:36:53 (Reading database ... 13912 files and directories currently installed.) 00:36:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:36:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:36:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:36:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:36:55 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:36:55 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:36:55 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:36:55 (Reading database ... 13912 files and directories currently installed.) 00:36:55 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:36:55 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:36:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:36:55 (Reading database ... 13912 files and directories currently installed.) 00:36:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:36:55 (Reading database ... 13912 files and directories currently installed.) 00:36:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:36:56 (Reading database ... 13912 files and directories currently installed.) 00:36:56 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:56 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:56 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:36:56 (Reading database ... 13912 files and directories currently installed.) 00:36:56 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:56 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:36:56 (Reading database ... 13912 files and directories currently installed.) 00:36:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:36:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:36:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:36:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:36:56 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:36:56 (Reading database ... 13912 files and directories currently installed.) 00:36:56 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:36:56 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:36:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:36:57 (Reading database ... 13912 files and directories currently installed.) 00:36:57 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:57 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:57 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:36:57 (Reading database ... 13912 files and directories currently installed.) 00:36:57 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:57 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:36:57 (Reading database ... 13912 files and directories currently installed.) 00:36:57 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:36:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:36:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:36:58 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:36:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:36:58 (Reading database ... 13912 files and directories currently installed.) 00:36:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:36:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:36:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:36:59 (Reading database ... 13912 files and directories currently installed.) 00:36:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:36:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:36:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:36:59 (Reading database ... 13914 files and directories currently installed.) 00:36:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:36:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:36:59 Setting up debconf (1.5.66ubuntu1) ... 00:36:59 (Reading database ... 13914 files and directories currently installed.) 00:36:59 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:36:59 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:36:59 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:37:00 (Reading database ... 13914 files and directories currently installed.) 00:37:00 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:37:00 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:37:00 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:37:00 (Reading database ... 13914 files and directories currently installed.) 00:37:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:00 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:00 (Reading database ... 13914 files and directories currently installed.) 00:37:00 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:00 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:00 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:00 (Reading database ... 13914 files and directories currently installed.) 00:37:00 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:00 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:00 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:01 (Reading database ... 13914 files and directories currently installed.) 00:37:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:37:01 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:01 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:37:01 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:37:01 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:37:01 (Reading database ... 13914 files and directories currently installed.) 00:37:01 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:37:01 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:37:01 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:37:01 (Reading database ... 13914 files and directories currently installed.) 00:37:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:37:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:02 (Reading database ... 13914 files and directories currently installed.) 00:37:02 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:37:02 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:37:02 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:37:02 (Reading database ... 13914 files and directories currently installed.) 00:37:02 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:37:02 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:37:02 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:37:02 (Reading database ... 13914 files and directories currently installed.) 00:37:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:37:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:37:03 Setting up passwd (1:4.5-1ubuntu2) ... 00:37:03 (Reading database ... 13914 files and directories currently installed.) 00:37:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:03 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:03 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:37:03 (Reading database ... 13914 files and directories currently installed.) 00:37:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:37:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:37:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:37:04 (Reading database ... 13914 files and directories currently installed.) 00:37:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:37:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:37:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:37:05 (Reading database ... 13914 files and directories currently installed.) 00:37:05 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:37:05 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:37:05 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:37:05 (Reading database ... 13914 files and directories currently installed.) 00:37:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:37:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:37:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:37:05 (Reading database ... 13914 files and directories currently installed.) 00:37:05 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:37:05 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:37:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:37:05 (Reading database ... 13914 files and directories currently installed.) 00:37:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:37:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:37:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:37:05 (Reading database ... 13915 files and directories currently installed.) 00:37:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:37:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:37:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:37:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:37:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:37:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:37:05 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:37:05 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:37:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:37:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:37:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:37:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:37:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:37:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:37:06 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:37:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:37:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:37:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:37:06 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:37:06 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:37:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:37:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:37:06 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:37:06 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:37:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:37:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:37:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:37:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:37:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:37:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:37:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:37:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:37:08 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:37:08 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:37:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:37:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:37:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:09 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:12 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:12 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:37:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:37:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:37:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:37:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:37:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:37:13 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:37:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:37:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:37:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:37:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:37:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:37:14 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:37:14 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:37:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:37:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:37:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:37:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:37:14 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:37:14 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:37:14 00:37:14 Current default time zone: 'Etc/UTC' 00:37:14 Local time is now: Thu Jan 28 00:37:14 UTC 2021. 00:37:14 Universal Time is now: Thu Jan 28 00:37:14 UTC 2021. 00:37:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:37:14 00:37:14 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:37:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:14 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:37:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:37:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:37:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:37:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:37:14 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:37:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:37:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:37:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:37:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:37:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:37:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:15 Setting up patch (2.7.6-2ubuntu1.1) ... 00:37:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:37:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:37:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:37:15 Installing new version of config file /etc/ssl/openssl.cnf ... 00:37:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:37:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:37:15 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:37:17 Updating certificates in /etc/ssl/certs... 00:37:18 22 added, 17 removed; done. 00:37:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:37:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:37:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:37:18 Setting up pkgbinarymangler (138.18.04.1) ... 00:37:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:37:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up perl (5.26.1-6ubuntu0.5) ... 00:37:18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:37:18 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:37:18 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:37:18 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:37:18 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:37:18 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:37:18 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:37:18 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:37:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:37:19 Processing triggers for systemd (237-3ubuntu10.44) ... 00:37:19 Processing triggers for mime-support (3.60ubuntu1) ... 00:37:19 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:37:19 Updating certificates in /etc/ssl/certs... 00:37:19 0 added, 0 removed; done. 00:37:19 Running hooks in /etc/ca-certificates/update.d... 00:37:19 done. 00:37:19 ---> cdc485b713af 00:37:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:19 ---> 4132367dac95 00:37:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:19 ---> Running in 97adbb70bf69 00:37:19 ---> Running in 96d0f29fe2c2 00:37:19 ---> e94732d22a0a 00:37:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:19 ---> ff68f861bbcb 00:37:19 Step 9/23 : RUN make cmd/core-data/core-data 00:37:19 ---> 97ea422945fb 00:37:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:19 ---> Running in a59e6b2db044 00:37:19 ---> Running in 967dac8b55ba 00:37:19 ---> Running in 4e1aa4c6981c 00:37:20 Reading package lists... 00:37:20 Building dependency tree... 00:37:20 Reading state information... 00:37:20 The following NEW packages will be installed: 00:37:20 apt-transport-https 00:37:20 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:37:20 Need to get 1696 B of archives. 00:37:20 After this operation, 153 kB of additional disk space will be used. 00:37:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:37:20 debconf: delaying package configuration, since apt-utils is not installed 00:37:20 Fetched 1696 B in 0s (40.4 kB/s) 00:37:20 Selecting previously unselected package apt-transport-https. 00:37:20 (Reading database ... 13929 files and directories currently installed.) 00:37:20 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:37:20 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:37:20 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:21 Waiting for network to be ready... 00:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:27 2021-01-28T00:37:23Z INFO Waiting for automatic snapd restart... 00:37:27 snapd 2.48.2 from Canonical* installed 00:37:27 "snapd" switched to the "latest/stable" channel 00:37:27 00:37:30 core18 20201210 from Canonical* installed 00:37:30 "core18" switched to the "latest/stable" channel 00:37:30 00:37:34 snapcraft 4.4.4 from Canonical* installed 00:37:34 "snapcraft" switched to the "latest/stable" channel 00:37:34 00:37:37 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:37:37 - README.md 00:37:37 - snapcraft.yaml.orig 00:37:37 00:37:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:37:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:37:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:37:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:37:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:37:44 Reading package lists... 00:37:45 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:37:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:37:51 Reading package lists... 00:37:51 Building dependency tree... 00:37:51 Reading state information... 00:37:51 Suggested packages: 00:37:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:37:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:37:51 Recommended packages: 00:37:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:37:51 The following NEW packages will be installed: 00:37:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:37:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:37:51 pkg-config zip 00:37:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:37:51 Need to get 7655 kB of archives. 00:37:51 After this operation, 43.7 MB of additional disk space will be used. 00:37:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:37:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:37:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:37:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:37:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:37:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:37:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:37:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:37:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:37:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:37:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:37:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:37:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:37:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:37:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:37:52 debconf: delaying package configuration, since apt-utils is not installed 00:37:52 Fetched 7655 kB in 1s (9683 kB/s) 00:37:52 Selecting previously unselected package libglib2.0-0:amd64. 00:37:52 (Reading database ... 13933 files and directories currently installed.) 00:37:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:37:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:37:52 Selecting previously unselected package libpsl5:amd64. 00:37:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:37:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:37:52 Selecting previously unselected package libnghttp2-14:amd64. 00:37:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:37:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:37:52 Selecting previously unselected package librtmp1:amd64. 00:37:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:37:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:37:53 Selecting previously unselected package libcurl3-gnutls:amd64. 00:37:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:37:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:37:53 Selecting previously unselected package liberror-perl. 00:37:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:37:53 Unpacking liberror-perl (0.17025-1) ... 00:37:53 Selecting previously unselected package git-man. 00:37:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:37:53 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:37:53 Selecting previously unselected package git. 00:37:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:37:53 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:37:54 Selecting previously unselected package libnorm1:amd64. 00:37:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:37:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:37:54 Selecting previously unselected package libpgm-5.2-0:amd64. 00:37:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:37:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:37:54 Selecting previously unselected package libsodium23:amd64. 00:37:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:37:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:37:54 Selecting previously unselected package libzmq5:amd64. 00:37:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:37:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:37:54 Selecting previously unselected package libzmq3-dev:amd64. 00:37:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:37:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:37:54 Selecting previously unselected package pkg-config. 00:37:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:37:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:37:54 Selecting previously unselected package zip. 00:37:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:37:54 Unpacking zip (3.0-11build1) ... 00:37:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:37:54 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:37:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:37:55 Setting up liberror-perl (0.17025-1) ... 00:37:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:37:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:37:55 No schema files found: doing nothing. 00:37:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:37:55 Setting up zip (3.0-11build1) ... 00:37:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:37:55 Setting up libsodium23:amd64 (1.0.16-2) ... 00:37:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:37:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:37:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:37:55 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:37:55 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:37:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:38:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:38:01 git set to automatically installed. 00:38:01 git-man set to automatically installed. 00:38:01 libcurl3-gnutls set to automatically installed. 00:38:01 liberror-perl set to automatically installed. 00:38:01 libglib2.0-0 set to automatically installed. 00:38:01 libnghttp2-14 set to automatically installed. 00:38:01 libnorm1 set to automatically installed. 00:38:01 libpgm-5.2-0 set to automatically installed. 00:38:01 libpsl5 set to automatically installed. 00:38:01 librtmp1 set to automatically installed. 00:38:01 libsodium23 set to automatically installed. 00:38:01 libzmq3-dev set to automatically installed. 00:38:01 libzmq5 set to automatically installed. 00:38:01 pkg-config set to automatically installed. 00:38:01 zip set to automatically installed. 00:38:04 snapd is not logged in, snap install commands will use sudo 00:38:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:38:11 snap "core18" has no updates available 00:38:11 Pulling config-common 00:38:12 Pulling go-build-helper 00:38:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:38:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:38:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:38:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:38:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:38:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:38:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:38:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:38:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:38:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:38:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:38:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:38:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:38:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:38:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:38:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:38:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:38:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:38:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:38:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:38:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:38:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:38:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:38:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:38:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:38:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:38:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:38:34 Fetched 23.8 MB in 0s (0 B/s) 00:38:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:38:34 Fetched 96.5 kB in 0s (0 B/s) 00:38:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:38:34 Fetched 279 kB in 0s (0 B/s) 00:38:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:38:34 Fetched 122 kB in 0s (0 B/s) 00:38:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:38:34 Fetched 77.8 kB in 0s (0 B/s) 00:38:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:38:34 Fetched 8848 B in 0s (0 B/s) 00:38:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:38:34 Fetched 47.8 kB in 0s (0 B/s) 00:38:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:38:34 Fetched 45.6 kB in 0s (0 B/s) 00:38:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:38:34 Fetched 15.0 kB in 0s (0 B/s) 00:38:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:38:34 Fetched 214 kB in 0s (0 B/s) 00:38:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:38:34 Fetched 155 kB in 0s (0 B/s) 00:38:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:38:34 Fetched 50.6 kB in 0s (0 B/s) 00:38:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:38:34 Fetched 14.8 kB in 0s (0 B/s) 00:38:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:38:34 Fetched 41.8 kB in 0s (0 B/s) 00:38:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:38:34 Fetched 499 kB in 0s (0 B/s) 00:38:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:38:34 Fetched 111 kB in 0s (0 B/s) 00:38:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:38:34 Fetched 240 kB in 0s (0 B/s) 00:38:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:38:34 Fetched 29.3 kB in 0s (0 B/s) 00:38:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:38:34 Fetched 85.5 kB in 0s (0 B/s) 00:38:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:38:34 Fetched 24.5 kB in 0s (0 B/s) 00:38:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:38:34 Fetched 49.2 kB in 0s (0 B/s) 00:38:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:38:34 Fetched 54.2 kB in 0s (0 B/s) 00:38:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:38:34 Fetched 30.8 kB in 0s (0 B/s) 00:38:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:38:34 Fetched 17.0 kB in 0s (0 B/s) 00:38:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:38:34 Fetched 85.9 kB in 0s (0 B/s) 00:38:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:38:34 Fetched 8720 B in 0s (0 B/s) 00:38:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:38:34 Fetched 137 kB in 0s (0 B/s) 00:38:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:38:34 Fetched 119 kB in 0s (0 B/s) 00:38:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:38:34 Fetched 109 kB in 0s (0 B/s) 00:38:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:38:34 Fetched 11.1 kB in 0s (0 B/s) 00:38:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:38:34 Fetched 645 kB in 0s (0 B/s) 00:38:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:38:34 Fetched 41.3 kB in 0s (0 B/s) 00:38:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:38:34 Fetched 17.9 kB in 0s (0 B/s) 00:38:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:38:34 Fetched 368 kB in 0s (0 B/s) 00:38:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:38:34 Fetched 187 kB in 0s (0 B/s) 00:38:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:38:34 Fetched 175 kB in 0s (0 B/s) 00:38:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:38:36 Fetched 206 kB in 0s (0 B/s) 00:38:36 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:38:36 Fetched 1301 kB in 0s (0 B/s) 00:38:36 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:38:36 Fetched 36.2 kB in 0s (0 B/s) 00:38:36 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:38:36 Fetched 159 kB in 0s (0 B/s) 00:38:36 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:38:36 Fetched 107 kB in 0s (0 B/s) 00:38:36 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:38:36 Fetched 48.7 kB in 0s (0 B/s) 00:38:36 Pulling static-packages 00:38:36 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:38:36 Skipping pull go-build-helper (already ran) 00:38:36 Skipping pull static-packages (already ran) 00:38:36 Building go-build-helper 00:38:41 Building static-packages 00:38:42 Staging go-build-helper 00:38:43 Staging static-packages 00:38:44 Pulling go115 00:38:45 'edgex-go' has dependencies that need to be staged: go115 00:38:45 Skipping pull go115 (already ran) 00:38:45 Building go115 00:38:45 % Total % Received % Xferd Average Speed Time Time Time Current 00:38:45 Dload Upload Total Spent Left Speed 00:38:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.1M 0 0 27.0M 0 0:00:04 --:--:-- 0:00:04 27.0M 57 115M 57 66.4M 0 0 38.9M 0 0:00:02 0:00:01 0:00:01 38.9M 100 115M 100 115M 0 0 44.6M 0 0:00:02 0:00:02 --:--:-- 44.6M 00:38:48 go1.15.2.linux-amd64.tar.gz: OK 00:38:52 Staging go115 00:38:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:38:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:38:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:38:56 Fetched 88.7 kB in 0s (0 B/s) 00:38:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:38:56 Fetched 224 kB in 0s (0 B/s) 00:38:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:38:56 Fetched 157 kB in 0s (0 B/s) 00:38:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:38:56 Fetched 221 kB in 0s (0 B/s) 00:38:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:38:56 Fetched 143 kB in 0s (0 B/s) 00:38:56 Pulling edgex-go 00:38:58 Pulling version 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:58 Building config-common 00:39:00 Skipping build go-build-helper (already ran) 00:39:00 Skipping build static-packages (already ran) 00:39:00 Skipping build go115 (already ran) 00:39:01 Building edgex-go 00:39: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 00:39:02 go: downloading github.com/gorilla/mux v1.8.0 00:39:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:39:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:39:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:39:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 00:39:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:39:02 go: downloading github.com/google/uuid v1.2.0 00:39:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:39:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:39:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:39:02 go: downloading github.com/pelletier/go-toml v1.2.0 00:39:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:39:02 go: downloading github.com/x448/float16 v0.8.4 00:39:02 go: downloading github.com/BurntSushi/toml v0.3.1 00:39:02 go: downloading github.com/imdario/mergo v0.3.11 00:39:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:39:02 go: downloading github.com/go-kit/kit v0.8.0 00:39:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:39:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:39:02 go: downloading gopkg.in/yaml.v2 v2.4.0 00:39:02 go: downloading github.com/pkg/errors v0.8.1 00:39:02 go: downloading github.com/hashicorp/consul/api v1.1.0 00:39:02 go: downloading github.com/pebbe/zmq4 v1.2.2 00:39:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:39:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:39:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:39:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:39:02 go: downloading github.com/mitchellh/copystructure v1.0.0 00:39:02 go: downloading github.com/go-playground/universal-translator v0.17.0 00:39:02 go: downloading github.com/leodido/go-urn v1.2.0 00:39:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:39:02 go: downloading github.com/hashicorp/serf v0.8.2 00:39:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:39:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:39:02 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:39:02 go: downloading github.com/go-playground/locales v0.13.0 00:39:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:39:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:39:02 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:39:02 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:39:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:13 Removing intermediate container 967dac8b55ba 00:39:13 ---> d7d24f5a79ec 00:39:13 00:39:13 Step 10/24 : FROM alpine:3.12 00:39:13 3.12: Pulling from library/alpine 00:39:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:39:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:14 Status: Downloaded newer image for alpine:3.12 00:39:14 ---> afeebe901d6b 00:39:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:14 Removing intermediate container 96d0f29fe2c2 00:39:14 ---> ffea7eca865c 00:39:14 00:39:14 Step 10/22 : FROM alpine:3.12 00:39:14 ---> afeebe901d6b 00:39:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:15 ---> Running in c8bb2d3297a3 00:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:15 ---> Running in df636776cca0 00:39: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 00:39:15 go: downloading github.com/stretchr/testify v1.7.0 00:39:15 Removing intermediate container a59e6b2db044 00:39:15 ---> 5c6aae7005b6 00:39:15 00:39:15 Step 10/22 : FROM alpine:3.12 00:39:15 ---> afeebe901d6b 00:39:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:15 go: downloading github.com/pmezard/go-difflib v1.0.0 00:39:15 go: downloading github.com/davecgh/go-spew v1.1.1 00:39:15 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:39:16 ---> Running in 33583249a844 00:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:17 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:39:17 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:19 (1/2) Installing ca-certificates (20191127-r4) 00:39:19 (2/2) Installing dumb-init (1.2.2-r1) 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:19 Executing ca-certificates-20191127-r4.trigger 00:39:19 (1/5) Installing ca-certificates (20191127-r4) 00:39:19 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:39:19 (1/1) Installing dumb-init (1.2.2-r1) 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:19 (3/5) Installing libcurl (7.69.1-r3) 00:39:19 OK: 5 MiB in 15 packages 00:39:19 (4/5) Installing curl (7.69.1-r3) 00:39:19 (5/5) Installing dumb-init (1.2.2-r1) 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 OK: 6 MiB in 16 packages 00:39:19 Executing ca-certificates-20191127-r4.trigger 00:39:20 OK: 7 MiB in 19 packages 00:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:39:22 Removing intermediate container 33583249a844 00:39:22 ---> e079762096db 00:39:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:23 ---> Running in 744f5605544c 00:39:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:39:23 go: downloading github.com/lib/pq v1.9.0 00:39:23 Removing intermediate container df636776cca0 00:39:23 ---> eac587b0e71c 00:39:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:23 ---> Running in aea01bfa8497 00:39:23 Removing intermediate container 744f5605544c 00:39:23 ---> 031ecad55986 00:39:23 Step 13/22 : ENV APP_PORT=48085 00:39:23 Removing intermediate container c8bb2d3297a3 00:39:23 ---> b24c36804097 00:39:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:24 ---> Running in fec377d40f33 00:39:24 ---> Running in 8300b9854dec 00:39:24 Removing intermediate container aea01bfa8497 00:39:24 ---> 687c25cdb4a6 00:39:24 Step 13/22 : ENV APP_PORT=48060 00:39:24 ---> Running in 89e848f97a79 00:39:25 Removing intermediate container 8300b9854dec 00:39:25 ---> bf8f4cdf5064 00:39:25 Step 13/24 : WORKDIR / 00:39:25 ---> Running in 2dbc56d2f056 00:39:25 Removing intermediate container fec377d40f33 00:39:25 ---> f722fd0f0666 00:39:25 Step 14/22 : EXPOSE $APP_PORT 00:39:25 Removing intermediate container 89e848f97a79 00:39:25 ---> 21aad0c0bf5e 00:39:25 Step 14/22 : EXPOSE $APP_PORT 00:39:25 ---> Running in 49fb9180b73a 00:39:25 Building version 00:39:26 ---> Running in 4eb8f029da32 00:39:26 Removing intermediate container 2dbc56d2f056 00:39:26 ---> 3cadd0e8ce5c 00:39: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 00:39:26 Removing intermediate container 49fb9180b73a 00:39:26 ---> 7b1f87d3c627 00:39:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:26 Removing intermediate container 4eb8f029da32 00:39:26 ---> ca11e5c84b35 00:39:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:27 ---> bdd8da089d57 00:39:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:27 Staging config-common 00:39:28 ---> 76d8c561f9d3 00:39:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:28 Skipping stage go-build-helper (already ran) 00:39:28 Skipping stage static-packages (already ran) 00:39:28 Skipping stage go115 (already ran) 00:39:28 Staging edgex-go 00:39:28 ---> a9fef06293a2 00:39:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:28 ---> 8d6ae36a12a4 00:39:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:29 Staging version 00:39:30 Priming config-common 00:39:30 ---> bb3554ec60db 00:39:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:30 ---> a0c8ae3a638f 00:39:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:30 ---> e0e79a1bf342 00:39:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:31 Priming go-build-helper 00:39:32 Priming static-packages 00:39:32 ---> b6971781e53e 00:39:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:32 ---> b23fbba2b8aa 00:39:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:32 ---> 6314cc130a06 00:39:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:32 ---> Running in bc43f4834e5f 00:39:32 ---> Running in 243748e90a82 00:39:33 Removing intermediate container bc43f4834e5f 00:39:33 ---> c455f3f73861 00:39:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:33 Removing intermediate container 243748e90a82 00:39:33 ---> 566b57a0423f 00:39:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:34 ---> Running in 6ccc3418805b 00:39:34 ---> Running in 1d725e9de490 00:39:34 Priming go115 00:39:34 ---> 11af1932fae6 00:39:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:35 Priming edgex-go 00:39:35 Removing intermediate container 6ccc3418805b 00:39:35 ---> bdc49554d417 00:39:35 Step 20/22 : LABEL arch=arm64 00:39:35 ---> Running in c9e91a4db3a2 00:39:35 Removing intermediate container 1d725e9de490 00:39:35 ---> 739322b91a72 00:39:35 Step 20/22 : LABEL arch=arm64 00:39:36 ---> cd4cb9ea0207 00:39:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:36 Priming version 00:39:36 ---> Running in 364922efa520 00:39:36 ---> Running in c00b44a1e5d3 00:39:36 Removing intermediate container c9e91a4db3a2 00:39:36 ---> 15a7abe2c6e7 00:39:36 Step 21/22 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:39:37 Removing intermediate container 97adbb70bf69 00:39:37 ---> fcb64ba0e106 00:39:37 00:39:37 Step 10/23 : FROM alpine:3.12 00:39:37 ---> afeebe901d6b 00:39:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:37 ---> Using cache 00:39:37 ---> e079762096db 00:39:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:37 ---> Using cache 00:39:37 ---> Running in cf682b5410fb 00:39:37 ---> 031ecad55986 00:39:37 Step 13/23 : ENV APP_PORT=48081 00:39:37 Removing intermediate container 364922efa520 00:39:37 ---> 6a216f1c3161 00:39:37 Step 21/22 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:39:37 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:39:37 ---> Running in 5c125c7cb9d6 00:39:38 ---> Running in 0c9cd9e689ba 00:39:38 Removing intermediate container cf682b5410fb 00:39:38 ---> 1ecb3e606aff 00:39:38 Step 22/22 : LABEL version=0.0.0 00:39:38 Removing intermediate container 5c125c7cb9d6 00:39:38 ---> 1bced43ee964 00:39:38 Step 14/23 : EXPOSE $APP_PORT 00:39:38 ---> Running in 5c5e3f874566 00:39:38 ---> Running in cd3bf52b4ace 00:39:38 Removing intermediate container 0c9cd9e689ba 00:39:38 ---> 3c3471e5f884 00:39:38 Step 22/22 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 00:39:39 ---> Running in 38f9b71431ad [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 00:39:39 Removing intermediate container 5c5e3f874566 00:39:39 Removing intermediate container cd3bf52b4ace 00:39:39 ---> 5ad8232749fa 00:39:39 Step 15/23 : WORKDIR / 00:39:39 ---> 6fcccd330fe2 00:39:39 [Pipeline] } 00:39:40 Removing intermediate container 38f9b71431ad 00:39:40 ---> 5897ba2b0d5b 00:39:40 00:39:40 ---> Running in 4e6e3914a011 00:39:40 Removing intermediate container c00b44a1e5d3 00:39:40 ---> 1d67b41bfd06 00:39:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:40 Successfully built 6fcccd330fe2 00:39:40 Successfully tagged docker-support-notifications-go-arm64:latest 00:39:40  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 00:39:40 Successfully built 5897ba2b0d5b 00:39:41 Successfully tagged docker-support-scheduler-go-arm64:latest 00:39:41  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:39:41 ---> Running in 283bf1b10b80 00:39:41 Removing intermediate container 4e6e3914a011 00:39:41 ---> bd65ad7391ec 00:39:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:41 Removing intermediate container 283bf1b10b80 00:39:41 ---> 4b52d5befa1c 00:39:41 Step 22/24 : LABEL arch=arm64 00:39:41 ---> Running in 17b121e2b7f2 00:39:42 ---> e898b00ba585 00:39:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:42 Removing intermediate container 17b121e2b7f2 00:39:42 ---> 235d617e52f7 00:39:42 Step 23/24 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:39:43 ---> Running in 37962be71d18 00:39:44 Removing intermediate container 37962be71d18 00:39:44 ---> 1e7c229d9835 00:39:44 Step 24/24 : LABEL version=0.0.0 00:39:45 ---> 3a117725deb5 00:39:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:45 ---> Running in c26084c08e0f 00:39:46 Removing intermediate container 4e1aa4c6981c 00:39:46 ---> 1befcfbb5cee 00:39:46 00:39:46 Step 10/23 : FROM alpine:3.12 00:39:46 ---> afeebe901d6b 00:39:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:47 Removing intermediate container c26084c08e0f 00:39:47 ---> 774e7bd3c89b 00:39:47 00:39:47 ---> Running in 043ce7d70703 00:39:47 ---> 9e5cb5de56de 00:39:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:47 Successfully built 774e7bd3c89b 00:39:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:39:47  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:39:47 ---> Running in baa3d4957633 00:39:48 Removing intermediate container 043ce7d70703 00:39:48 ---> ded3f31e5cef 00:39:48 Step 12/23 : ENV APP_PORT=48080 00:39:48 ---> Running in 9df96d2f167f 00:39:48 Removing intermediate container baa3d4957633 00:39:48 ---> cedadedb7d8d 00:39:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:48 ---> Running in ba6537713505 00:39:48 Removing intermediate container 9df96d2f167f 00:39:48 ---> 7739602103b6 00:39:48 Step 13/23 : EXPOSE $APP_PORT 00:39:49 ---> Running in 853b28ff3d5f 00:39:49 Removing intermediate container ba6537713505 00:39:49 ---> b73ebde63707 00:39:49 Step 21/23 : LABEL arch=arm64 00:39:49 ---> Running in 57dedec2c440 00:39:49 Removing intermediate container 853b28ff3d5f 00:39:49 ---> d535c9b1a204 00:39:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:49 ---> Running in 6bb8f53404f5 00:39:50 Removing intermediate container 57dedec2c440 00:39:50 ---> 8aa1d36cf345 00:39:50 Step 22/23 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:39:50 ---> Running in 4e16bb4d2fe4 00:39:51 Removing intermediate container 4e16bb4d2fe4 00:39:51 ---> 708f407374bd 00:39:51 Step 23/23 : LABEL version=0.0.0 00:39:52 ---> Running in cdbadae9efeb 00:39:53 Removing intermediate container cdbadae9efeb 00:39:53 ---> c485372a9a74 00:39:53 00:39:53 Removing intermediate container 6bb8f53404f5 00:39:53 Successfully built c485372a9a74 00:39:53 ---> dfff2e82f79a 00:39:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:53 Successfully tagged docker-core-metadata-go-arm64:latest 00:39:53 Building docker-core-command-go 00:39:54  Building docker-core-metadata-go ... done  ---> Running in 43dc7699cd75 00:39:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:59 (1/6) Installing dumb-init (1.2.2-r1) 00:39:59 (2/6) Installing libgcc (9.3.0-r2) 00:39:59 (3/6) Installing libsodium (1.0.18-r0) 00:39:59 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:59 (5/6) Installing libzmq (4.3.3-r0) 00:40:00 (6/6) Installing zeromq (4.3.3-r0) 00:40:00 Executing busybox-1.31.1-r19.trigger 00:40:00 OK: 8 MiB in 20 packages 00:40:04 Removing intermediate container 43dc7699cd75 00:40:04 ---> 52123690d090 00:40:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:05 ---> e4bd3cb1659e 00:40:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:07 ---> ee2ef13c1ba3 00:40:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:08 ---> 073a1cdf61ae 00:40:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:09 ---> Running in 6bb7e32372f6 00:40:09 Removing intermediate container 6bb7e32372f6 00:40:09 ---> c19f2f617f6f 00:40:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:10 ---> Running in d5b9f7d6b0e0 00:40:11 Removing intermediate container d5b9f7d6b0e0 00:40:11 ---> 7aad4a8cd9cc 00:40:11 Step 21/23 : LABEL arch=arm64 00:40:11 ---> Running in 295fa1f04cfb 00:40:12 Removing intermediate container 295fa1f04cfb 00:40:12 ---> 60508a417b50 00:40:12 Step 22/23 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:40:12 ---> Running in 33b9d7525323 00:40:13 Removing intermediate container 33b9d7525323 00:40:13 ---> f35140b23a33 00:40:13 Step 23/23 : LABEL version=0.0.0 00:40:13 ---> Running in a4b4e687d2d7 00:40:14 Removing intermediate container a4b4e687d2d7 00:40:14 ---> 8892b4109dba 00:40:14 00:40:14 Successfully built 8892b4109dba 00:40:14 Successfully tagged docker-core-data-go-arm64:latest 00:40:36  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:36 ---> 230abd896534 00:40:36 Step 3/26 : WORKDIR /edgex-go 00:40:36 ---> Using cache 00:40:36 ---> bef84648fd82 00:40:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:36 ---> Using cache 00:40:36 ---> 6e9f130d4439 00:40:36 Step 5/26 : RUN apk add --update --no-cache make bash git 00:40:36 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:36 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:40:36 ---> 230abd896534 00:40:36 Step 3/34 : WORKDIR /edgex-go 00:40:36 ---> Using cache 00:40:36 ---> bef84648fd82 00:40:36 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:36 ---> Using cache 00:40:36 ---> 6e9f130d4439 00:40:36 Step 5/34 : RUN apk add --update --no-cache make git 00:40:39 ---> Running in 5a9335e548c8 00:40:39 ---> Running in 83d5733d96d4 00:40:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:41 ---> 230abd896534 00:40:41 Step 3/21 : WORKDIR /edgex-go 00:40:41 ---> Using cache 00:40:41 ---> bef84648fd82 00:40:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:41 ---> Using cache 00:40:41 ---> 6e9f130d4439 00:40:41 Step 5/21 : RUN apk add --update --no-cache make git 00:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:42 ---> Running in 332287a766b1 00:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:42 ---> 230abd896534 00:40:42 Step 3/23 : WORKDIR /edgex-go 00:40:42 ---> Using cache 00:40:42 ---> bef84648fd82 00:40:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:42 ---> Using cache 00:40:42 ---> 6e9f130d4439 00:40:42 Step 5/23 : RUN apk add --update --no-cache make git 00:40:43 ---> Running in fcedc55bef81 00:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:44 OK: 217 MiB in 51 packages 00:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:45 OK: 217 MiB in 51 packages 00:40:46 Removing intermediate container 5a9335e548c8 00:40:46 ---> eb68e3f4f8a9 00:40:46 Step 6/26 : COPY go.mod . 00:40:46 OK: 217 MiB in 51 packages 00:40:46 OK: 217 MiB in 51 packages 00:40:46 Removing intermediate container 83d5733d96d4 00:40:46 ---> 4e017b0d9b62 00:40:46 Step 6/34 : COPY go.mod . 00:40:47 ---> 408ca71ab60d 00:40:47 Step 7/26 : RUN go mod download 00:40:47 ---> Running in cf9ae5243c7f 00:40:47 Removing intermediate container 332287a766b1 00:40:47 ---> 04373e6ffd28 00:40:47 Step 6/21 : COPY go.mod . 00:40:48 ---> 19f46552925d 00:40:48 Step 7/34 : RUN go mod download 00:40:48 ---> Running in d4c8954f3403 00:40:48 Removing intermediate container fcedc55bef81 00:40:48 ---> e7e22d8111b0 00:40:48 Step 6/23 : COPY go.mod . 00:40:48 ---> 0facb51cab3a 00:40:48 Step 7/21 : RUN go mod download 00:40:48 ---> Running in 6a12460b28f1 00:40:49 ---> acd4c5273be8 00:40:49 Step 7/23 : RUN go mod download 00:40:50 ---> Running in 5ea6dced823d 00:40:51 Removing intermediate container cf9ae5243c7f 00:40:51 ---> 72988b5f439b 00:40:51 Step 8/26 : COPY . . 00:40:52 Removing intermediate container d4c8954f3403 00:40:52 ---> 2618ec394d5c 00:40:52 Step 8/34 : COPY . . 00:40:53 Removing intermediate container 6a12460b28f1 00:40:53 ---> 8d15d85f4b74 00:40:53 Step 8/21 : COPY . . 00:40:57 Removing intermediate container 5ea6dced823d 00:40:57 ---> 4f0698591755 00:40:57 Step 8/23 : COPY . . 00:41:17 ---> a419fb07d05d 00:41:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:17 ---> 1ab086347430 00:41:17 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:41:17 ---> da34471e6901 00:41:17 Step 9/23 : RUN make cmd/core-command/core-command 00:41:17 ---> bd8927658a6e 00:41:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:41:17 ---> Running in 32a50bed3cf7 00:41:17 ---> Running in a2928761c971 00:41:17 ---> Running in 3ce936044410 00:41:17 ---> Running in 0a570f34814d 00:41:17 Removing intermediate container 3ce936044410 00:41:17 ---> 7e55269a7518 00:41:17 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:41:17 ---> Running in e1a5876cba80 00:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:46 Removing intermediate container 32a50bed3cf7 00:42:46 ---> 4ecc4748aa72 00:42:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:42:46 Removing intermediate container a2928761c971 00:42:46 ---> e061b59706d2 00:42:46 00:42:46 Step 10/21 : FROM alpine:3.12 00:42:46 ---> afeebe901d6b 00:42:46 Step 11/21 : RUN apk add --update --no-cache curl 00:42:46 ---> Running in a0447d4eb022 00:42:46 Removing intermediate container 0a570f34814d 00:42:46 ---> 6042fdecd457 00:42:46 00:42:46 Step 10/23 : FROM alpine:3.12 00:42:46 ---> afeebe901d6b 00:42:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:46 ---> Using cache 00:42:46 ---> e079762096db 00:42:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:46 ---> Using cache 00:42:46 ---> 031ecad55986 00:42:46 Step 13/23 : ENV APP_PORT=48082 00:42:46 ---> Running in 08988f4ab2fe 00:42:46 ---> Running in 307d0b1a8da8 00:42:47 Removing intermediate container 307d0b1a8da8 00:42:47 ---> e60812665c19 00:42:47 Step 14/23 : EXPOSE $APP_PORT 00:42:47 ---> Running in 6903386fa666 00:42:47 + mkdir -p /tmp/build/dist/linux 00:42:47 + cd /tmp/build/dist/linux 00:42:47 + git clone https://github.com/jwilder/dockerize.git . 00:42:47 Cloning into '.'... 00:42: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 00:42:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:48 Removing intermediate container 6903386fa666 00:42:48 ---> 97a882d1ff69 00:42:48 Step 15/23 : WORKDIR / 00:42:48 + go get github.com/robfig/glock 00:42:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:48 ---> Running in ecfceaab2d67 00:42:49 Removing intermediate container ecfceaab2d67 00:42:49 ---> 5c67e67e4f59 00:42:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:49 (1/4) Installing ca-certificates (20191127-r4) 00:42:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:42:49 (3/4) Installing libcurl (7.69.1-r3) 00:42:49 (4/4) Installing curl (7.69.1-r3) 00:42:49 Executing busybox-1.31.1-r19.trigger 00:42:49 Executing ca-certificates-20191127-r4.trigger 00:42:49 OK: 7 MiB in 18 packages 00:42:50 ---> 2e5e247e6454 00:42:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:42:51 ---> 71566e164104 00:42:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:42:51 Removing intermediate container 08988f4ab2fe 00:42:51 ---> a164bf96c475 00:42:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:52 ---> Running in 3ec4705895bb 00:42:52 Removing intermediate container a0447d4eb022 00:42:52 ---> fee47e5e1a96 00:42:52 00:42:52 Step 11/26 : FROM docker:20.10.0 00:42:52 20.10.0: Pulling from library/docker 00:42:52 Removing intermediate container 3ec4705895bb 00:42:52 ---> 83e024b460ee 00:42:52 Step 13/21 : WORKDIR /edgex 00:42:52 ---> d1d78e81cc4b 00:42:52 Step 19/23 : ENTRYPOINT ["/core-command"] 00:42:53 ---> Running in 7bd4889eb769 00:42:53 ---> Running in fcbd69456854 00:42:54 Removing intermediate container 7bd4889eb769 00:42:54 ---> bcaa5f60761c 00:42:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:42:54 Removing intermediate container fcbd69456854 00:42:54 ---> a3c0dd167d7a 00:42:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:55 ---> Running in cfcd6e7bdd51 00:42:56 Removing intermediate container cfcd6e7bdd51 00:42:56 ---> fa98f71a0300 00:42:56 Step 21/23 : LABEL arch=arm64 00:42:56 ---> 013ead260a91 00:42:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:42:56 ---> Running in 603cc9932b4c 00:42:57 Removing intermediate container 603cc9932b4c 00:42:57 ---> 5548f84c43c9 00:42:57 Step 22/23 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:42:58 ---> Running in 9bb5877fa617 00:42:59 ---> dc531d84258c 00:42:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:42:59 Removing intermediate container 9bb5877fa617 00:42:59 ---> 5d9d66862e5e 00:42:59 Step 23/23 : LABEL version=0.0.0 00:42:59 ---> Running in f6020d23217e 00:43:00 Removing intermediate container f6020d23217e 00:43:00 ---> e2a9953fda97 00:43:00 00:43:01 ---> 345c50ae1995 00:43:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:43:01 ---> Running in b054b4c3cbb9 00:43:02 Successfully built e2a9953fda97 00:43:02 Successfully tagged docker-core-command-go-arm64:latest 00:43:03  Building docker-core-command-go ... done Removing intermediate container b054b4c3cbb9 00:43:03 ---> 57c5a15cb5c5 00:43:03 Step 18/21 : CMD ["--init=true"] 00:43:03 ---> Running in dbac4575c00c 00:43:04 Removing intermediate container dbac4575c00c 00:43:04 ---> 0d7484a5d6f3 00:43:04 Step 19/21 : LABEL arch=arm64 00:43:05 ---> Running in 0f1e6bce8457 00:43:06 Removing intermediate container 0f1e6bce8457 00:43:06 ---> 41de8db4e6cc 00:43:06 Step 20/21 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:43:06 ---> Running in b0ab84bba751 00:43:07 Removing intermediate container b0ab84bba751 00:43:07 ---> 258c0c6f68e6 00:43:07 Step 21/21 : LABEL version=0.0.0 00:43:07 ---> Running in fb192c8d0f7a 00:43:08 Removing intermediate container fb192c8d0f7a 00:43:08 ---> 508f50ede654 00:43:08 00:43:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:43:08 Successfully built 508f50ede654 00:43:08 Status: Downloaded newer image for docker:20.10.0 00:43:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:43:08 ---> eeaf43b92773 00:43:08 Step 12/26 : RUN apk add --no-cache bash 00:43:09  Building docker-security-proxy-setup-go ... done  ---> Running in 12496b4f29df 00:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:10 (1/2) Installing readline (8.0.4-r0) 00:43:10 (2/2) Installing bash (5.0.17-r0) 00:43:10 Executing bash-5.0.17-r0.post-install 00:43:10 + glock sync -n 00:43:10 Executing busybox-1.31.1-r19.trigger 00:43:10 OK: 12 MiB in 22 packages 00:43:12 Removing intermediate container 12496b4f29df 00:43:12 ---> df4a80ff657d 00:43:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:43:12 ---> Running in c1846d0b1d73 00:43:13 Removing intermediate container c1846d0b1d73 00:43:13 ---> 25a796fce8d1 00:43:13 Step 14/26 : ENV APP_PORT=48090 00:43:13 ---> Running in e76bf2c17efa 00:43:13 Removing intermediate container e76bf2c17efa 00:43:13 ---> d816c596380c 00:43:13 Step 15/26 : EXPOSE $APP_PORT 00:43:13 ---> Running in 8c1b5acc28ca 00:43:14 Removing intermediate container 8c1b5acc28ca 00:43:14 ---> 82c99a87e8a8 00:43:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:43:16 ---> e19a999cd92d 00:43:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:43:17 ---> 4287b9d26d49 00:43:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:43:18 ---> 79508d22e441 00:43:18 Step 19/26 : RUN apk --no-cache add py3-pip 00:43:18 ---> Running in ce9c19b81661 00:43:18 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:43:18 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:43:18 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:43:19 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:43:19 + git describe '--abbrev=0' --tags 00:43:19 + TAG=v0.6.1 00:43:19 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:43:19 + apk --print-arch 00:43:19 building [dockerize] for arm64 ... 00:43:19 + arch=aarch64 00:43:19 + echo 'building [dockerize] for arm64 ... ' 00:43:19 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:43:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:20 (1/33) Installing libbz2 (1.0.8-r1) 00:43:20 (2/33) Installing expat (2.2.9-r1) 00:43:20 (3/33) Installing libffi (3.3-r2) 00:43:20 (4/33) Installing gdbm (1.13-r1) 00:43:20 (5/33) Installing xz-libs (5.2.5-r0) 00:43:20 (6/33) Installing sqlite-libs (3.32.1-r0) 00:43:20 (7/33) Installing python3 (3.8.5-r0) 00:43:22 (8/33) Installing py3-appdirs (1.4.4-r1) 00:43:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:43:22 (10/33) Installing py3-parsing (2.4.7-r0) 00:43:22 (11/33) Installing py3-six (1.15.0-r0) 00:43:22 (12/33) Installing py3-packaging (20.4-r0) 00:43:22 (13/33) Installing py3-setuptools (47.0.0-r0) 00:43:23 (14/33) Installing py3-chardet (3.0.4-r4) 00:43:23 (15/33) Installing py3-idna (2.9-r0) 00:43:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:43:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:43:23 (18/33) Installing py3-requests (2.23.0-r0) 00:43:23 (19/33) Installing py3-msgpack (1.0.0-r0) 00:43:23 (20/33) Installing py3-lockfile (0.12.2-r3) 00:43:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:43:23 (22/33) Installing py3-colorama (0.4.3-r0) 00:43:23 (23/33) Installing py3-distlib (0.3.0-r0) 00:43:23 (24/33) Installing py3-distro (1.5.0-r1) 00:43:23 (25/33) Installing py3-webencodings (0.5.1-r3) 00:43:23 (26/33) Installing py3-html5lib (1.0.1-r4) 00:43:23 (27/33) Installing py3-pytoml (0.1.21-r0) 00:43:23 (28/33) Installing py3-pep517 (0.8.2-r0) 00:43:23 (29/33) Installing py3-progress (1.5-r0) 00:43:23 (30/33) Installing py3-toml (0.10.1-r0) 00:43:23 (31/33) Installing py3-retrying (1.3.3-r0) 00:43:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:43:23 (33/33) Installing py3-pip (20.1.1-r0) 00:43:23 Executing busybox-1.31.1-r19.trigger 00:43:23 OK: 71 MiB in 55 packages 00:43:24 + date 00:43:24 + echo 'Thu Jan 28 00:43:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:43:24 Thu Jan 28 00:43:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:43:32 Removing intermediate container ce9c19b81661 00:43:32 ---> 14d94f21ab13 00:43:32 Step 20/26 : RUN pip install docker-compose==1.23.2 00:43:33 ---> Running in abbc6aa31479 00:43:33 Removing intermediate container e1a5876cba80 00:43:33 ---> aa768fa5ca73 00:43:33 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:43:33 ---> Running in ff9276d4c8e3 00:43:34 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:43:34 statically linked 00:43:36 Removing intermediate container ff9276d4c8e3 00:43:36 ---> 67cb4a64161d 00:43:36 00:43:36 Step 12/34 : FROM alpine:3.12 00:43:36 ---> afeebe901d6b 00:43:36 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:43:36 ---> Running in 57562c6d7a32 00:43:36 Removing intermediate container 57562c6d7a32 00:43:36 ---> 773608443052 00:43:36 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:43:37 ---> Running in 4db27089272e 00:43:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 (1/3) Installing dumb-init (1.2.2-r1) 00:43:39 (2/3) Installing openssl (1.1.1i-r0) 00:43:39 (3/3) Installing su-exec (0.2-r1) 00:43:39 Executing busybox-1.31.1-r19.trigger 00:43:39 OK: 6 MiB in 17 packages 00:43:40 Collecting docker-compose==1.23.2 00:43:40 Removing intermediate container 4db27089272e 00:43:40 ---> b4931b107b8f 00:43:40 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:43:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:43:40 ---> Running in aaf300412920 00:43:41 Removing intermediate container aaf300412920 00:43:41 ---> 1b67f5261dc7 00:43:41 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:43:41 ---> Running in d890642eaa43 00:43:42 Removing intermediate container d890642eaa43 00:43:42 ---> f2c69e79b872 00:43:42 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:43:42 ---> Running in df9f40cc5629 00:43:42 Collecting PyYAML<4,>=3.10 00:43:42 Downloading PyYAML-3.13.tar.gz (270 kB) 00:43:44 Removing intermediate container df9f40cc5629 00:43:44 ---> 7839f475e746 00:43:44 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:43:44 ---> Running in d9daf9a12deb 00:43:45 Removing intermediate container d9daf9a12deb 00:43:45 ---> 0fcfd41977e6 00:43:45 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:43:46 ---> ceead3bd2579 00:43:46 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:43:47 ---> 9f0696ece8da 00:43:47 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:43:47 ---> Running in 6d36b0448e94 00:43:48 Collecting cached-property<2,>=1.2.0 00:43:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:43:49 Collecting dockerpty<0.5,>=0.4.1 00:43:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:43:50 Removing intermediate container 6d36b0448e94 00:43:50 ---> cacdb758def3 00:43:50 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:51 ---> 5a6489303036 00:43:51 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:43:52 ---> cdc5e6818357 00:43:52 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:43:52 Collecting docker<4.0,>=3.6.0 00:43:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:43:53 ---> ee793a8c4316 00:43:53 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:43:53 Collecting texttable<0.10,>=0.9.0 00:43:53 Downloading texttable-0.9.1.tar.gz (11 kB) 00:43:54 ---> ecf104339b61 00:43:54 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:43:55 ---> 7b80f1d80d26 00:43:55 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:43:56 ---> Running in 81d7f726bbda 00:43:56 Removing intermediate container 81d7f726bbda 00:43:56 ---> ec910376983c 00:43:56 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:43:57 ---> 95ccdae0b8b8 00:43:57 Step 29/34 : RUN chmod +x /entrypoint.sh 00:43:58 ---> Running in a9a96e52356e 00:43:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:43:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:43:59 Collecting docopt<0.7,>=0.6.1 00:43:59 Downloading docopt-0.6.2.tar.gz (25 kB) 00:44:01 Removing intermediate container a9a96e52356e 00:44:01 ---> 1ad8ae328c81 00:44:01 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:44:01 ---> Running in 099958b195cc 00:44:02 Removing intermediate container 099958b195cc 00:44:02 ---> 0dd740453840 00:44:02 Step 31/34 : CMD ["gate"] 00:44:02 ---> Running in 6a38e9bbe792 00:44:03 Removing intermediate container 6a38e9bbe792 00:44:03 ---> 61c876bdb864 00:44:03 Step 32/34 : LABEL arch=arm64 00:44:03 Collecting websocket-client<1.0,>=0.32.0 00:44:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:44:03 ---> Running in 0e332beaa9d0 00:44:04 Collecting jsonschema<3,>=2.5.1 00:44:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:44:04 Removing intermediate container 0e332beaa9d0 00:44:04 ---> 2f2b6f6aa0a0 00:44:04 Step 33/34 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:44:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:44:04 Collecting docker-pycreds>=0.4.0 00:44:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:44:05 ---> Running in de40ef1d0823 00:44:05 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:44: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) 00:44:05 Collecting idna<2.8,>=2.5 00:44:05 Removing intermediate container de40ef1d0823 00:44:05 ---> f0b4a23f2e7e 00:44:05 Step 34/34 : LABEL version=0.0.0 00:44:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:44:06 ---> Running in 64b40b60ac23 00:44:06 Collecting urllib3<1.25,>=1.21.1 00:44:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:44:06 Removing intermediate container 64b40b60ac23 00:44:06 ---> 0e047eace5e6 00:44:06 00:44:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:44:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:44:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:44:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:44:07 Successfully built 0e047eace5e6 00:44:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:44:08  Building docker-security-bootstrapper-go ... done Installing collected packages: PyYAML, cached-property, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose 00:44:08 Running setup.py install for PyYAML: started 00:44:12 Running setup.py install for PyYAML: finished with status 'done' 00:44:12 Running setup.py install for dockerpty: started 00:44:15 Running setup.py install for dockerpty: finished with status 'done' 00:44:16 Attempting uninstall: idna 00:44:16 Found existing installation: idna 2.9 00:44:16 Uninstalling idna-2.9: 00:44:16 Successfully uninstalled idna-2.9 00:44:17 Attempting uninstall: urllib3 00:44:17 Found existing installation: urllib3 1.25.9 00:44:17 Uninstalling urllib3-1.25.9: 00:44:17 Successfully uninstalled urllib3-1.25.9 00:44:18 Attempting uninstall: requests 00:44:18 Found existing installation: requests 2.23.0 00:44:18 Uninstalling requests-2.23.0: 00:44:18 Successfully uninstalled requests-2.23.0 00:44:20 Running setup.py install for texttable: started 00:44:23 Running setup.py install for texttable: finished with status 'done' 00:44:23 Running setup.py install for docopt: started 00:44:26 Running setup.py install for docopt: finished with status 'done' 00:44:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:44:33 Removing intermediate container abbc6aa31479 00:44:33 ---> 87cfa17e6e5e 00:44:33 Step 21/26 : RUN apk --no-cache add curl 00:44:33 ---> Running in 0fbb2c1e2d45 00:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:44:35 (2/3) Installing libcurl (7.69.1-r3) 00:44:35 (3/3) Installing curl (7.69.1-r3) 00:44:35 Executing busybox-1.31.1-r19.trigger 00:44:35 OK: 71 MiB in 58 packages 00:44:36 Removing intermediate container 0fbb2c1e2d45 00:44:36 ---> d5bc149506f2 00:44:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:44:37 ---> Running in 9d30846f4ec0 00:44:37 Removing intermediate container 9d30846f4ec0 00:44:37 ---> 49b07768f6ac 00:44:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:37 ---> Running in 1d2c56cce085 00:44:38 Removing intermediate container 1d2c56cce085 00:44:38 ---> 919a80fae1a0 00:44:38 Step 24/26 : LABEL arch=arm64 00:44:38 ---> Running in 221f24a1da0b 00:44:38 Removing intermediate container 221f24a1da0b 00:44:38 ---> a678e8fa7f68 00:44:38 Step 25/26 : LABEL git_sha=90a31123e9e59c7fc9b668539822c6cbae3777a8 00:44:38 ---> Running in 3af0df15644f 00:44:39 Removing intermediate container 3af0df15644f 00:44:39 ---> d3d9938992c8 00:44:39 Step 26/26 : LABEL version=0.0.0 00:44:39 ---> Running in 87718473c035 00:44:40 Removing intermediate container 87718473c035 00:44:40 ---> a34f31a290fb 00:44:40 00:44:40 Successfully built a34f31a290fb 00:44:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:44:41  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:44:41 $ docker stop --time=1 d87805065b2675899b16d944aeb8e23dcbab24f4ba94ee1f9575181250a81d5a 00:44:43 $ docker rm -f d87805065b2675899b16d944aeb8e23dcbab24f4ba94ee1f9575181250a81d5a [Pipeline] // withDockerContainer [Pipeline] sh 00:44:44 + docker images 00:44:44 + grep docker 00:44:44 docker-sys-mgmt-agent-go-arm64 latest a34f31a290fb 4 seconds ago 300MB 00:44:44 docker-security-bootstrapper-go-arm64 latest 0e047eace5e6 38 seconds ago 31.9MB 00:44:44 docker-security-proxy-setup-go-arm64 latest 508f50ede654 About a minute ago 23.2MB 00:44:44 docker-core-command-go-arm64 latest e2a9953fda97 About a minute ago 15.4MB 00:44:44 docker-core-data-go-arm64 latest 8892b4109dba 4 minutes ago 21MB 00:44:44 docker-core-metadata-go-arm64 latest c485372a9a74 4 minutes ago 17.7MB 00:44:44 docker-security-secretstore-setup-go-arm64 latest 774e7bd3c89b 4 minutes ago 23.4MB 00:44:44 docker-support-notifications-go-arm64 latest 6fcccd330fe2 5 minutes ago 16MB 00:44:44 docker-support-scheduler-go-arm64 latest 5897ba2b0d5b 5 minutes ago 15.5MB 00:44:44 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:44:46 provisioning config files... 00:44:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/26@tmp/config11112080211046844tmp [Pipeline] { [Pipeline] sh 00:44:47 + set +x 00:44:47 + curl -s https://codecov.io/bash 00:44:47 + bash -s -- 00:44:47 00:44:47 _____ _ 00:44:47 / ____| | | 00:44:47 | | ___ __| | ___ ___ _____ __ 00:44:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:44:47 | |___| (_) | (_| | __/ (_| (_) \ V / 00:44:47 \_____\___/ \__,_|\___|\___\___/ \_/ 00:44:47 Bash-20210128-d4071a2 00:44:47 00:44:47 00:44:47 ==> git version 2.24.3 found 00:44:47 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:44:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:44:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:44:47 ==> Jenkins CI detected. 00:44:47 project root: . 00:44:47 --> token set from env 00:44:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:44:47 ==> Running gcov in . (disable via -X gcov) 00:44:47 ==> Python coveragepy not found 00:44:47 ==> Searching for coverage reports in: 00:44:47 + . 00:44:47 -> Found 1 reports 00:44:47 ==> Detecting git/mercurial file structure 00:44:47 ==> Reading reports 00:44:47 + ./coverage.out bytes=564700 00:44:47 ==> Appending adjustments 00:44:47 https://docs.codecov.io/docs/fixing-reports 00:44:50 + Found adjustments 00:44:50 ==> Gzipping contents 00:44:50 84K /tmp/codecov.UJia6R.gz 00:44:50 ==> Uploading reports 00:44:50 url: https://codecov.io 00:44:50 query: branch=PR-3027&commit=90a31123e9e59c7fc9b668539822c6cbae3777a8&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 00:44:50 -> Pinging Codecov 00:44:50 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3027&commit=90a31123e9e59c7fc9b668539822c6cbae3777a8&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 00:44:50 -> Uploading to 00:44:50 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/90a31123e9e59c7fc9b668539822c6cbae3777a8/f6c1d4ae-806e-478e-9ea5-ef7d19dbb64d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T004450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a217a8668ab9b47ed7b4bb3a1f7613b2da6fa781fe2c3810c765a0f283853bed 00:44:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:50 Dload Upload Total Spent Left Speed 00:44:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85438 0 0 100 85438 0 161k --:--:-- --:--:-- --:--:-- 161k 00:44:51 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/90a31123e9e59c7fc9b668539822c6cbae3777a8 [Pipeline] } 00:44:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:44:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:44:54 ---> package-listing.sh 00:44:54 ++ facter osfamily 00:44:54 ++ tr '[:upper:]' '[:lower:]' 00:44:54 + OS_FAMILY=redhat 00:44:54 + workspace=/w/workspace/edgex-go/26 00:44:54 + START_PACKAGES=/tmp/packages_start.txt 00:44:54 + END_PACKAGES=/tmp/packages_end.txt 00:44:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:44:54 + PACKAGES=/tmp/packages_start.txt 00:44:54 + '[' /w/workspace/edgex-go/26 ']' 00:44:54 + PACKAGES=/tmp/packages_end.txt 00:44:54 + case "${OS_FAMILY}" in 00:44:54 + rpm -qa 00:44:54 + sort 00:44:59 + '[' -f /tmp/packages_start.txt ']' 00:44:59 + '[' -f /tmp/packages_end.txt ']' 00:44:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:44:59 + '[' /w/workspace/edgex-go/26 ']' 00:44:59 + mkdir -p /w/workspace/edgex-go/26/archives/ 00:44:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo 00:44:59 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:45:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:00 00:45:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:45:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:00 alpine: Pulling from edgex-lftools-log-publisher 00:45:00 df20fa9351a1: Pulling fs layer 00:45:00 36b3adc4ff6f: Pulling fs layer 00:45:00 8ad3a11d3b57: Pulling fs layer 00:45:00 46f8f816bc3b: Pulling fs layer 00:45:00 93b61091891f: Pulling fs layer 00:45:00 93b9cdb0e59b: Pulling fs layer 00:45:00 5e14af77c1be: Pulling fs layer 00:45:00 01666e4c0597: Pulling fs layer 00:45:00 aa168da1d23b: Pulling fs layer 00:45:00 93b9cdb0e59b: Waiting 00:45:00 5e14af77c1be: Waiting 00:45:00 01666e4c0597: Waiting 00:45:00 46f8f816bc3b: Waiting 00:45:00 93b61091891f: Waiting 00:45:00 aa168da1d23b: Waiting 00:45:00 36b3adc4ff6f: Verifying Checksum 00:45:00 36b3adc4ff6f: Download complete 00:45:00 46f8f816bc3b: Verifying Checksum 00:45:00 46f8f816bc3b: Download complete 00:45:00 df20fa9351a1: Verifying Checksum 00:45:00 df20fa9351a1: Download complete 00:45:00 93b9cdb0e59b: Verifying Checksum 00:45:00 93b9cdb0e59b: Download complete 00:45:00 5e14af77c1be: Verifying Checksum 00:45:00 5e14af77c1be: Download complete 00:45:01 01666e4c0597: Verifying Checksum 00:45:01 01666e4c0597: Download complete 00:45:01 8ad3a11d3b57: Verifying Checksum 00:45:01 8ad3a11d3b57: Download complete 00:45:01 93b61091891f: Verifying Checksum 00:45:01 93b61091891f: Download complete 00:45:01 df20fa9351a1: Pull complete 00:45:01 36b3adc4ff6f: Pull complete 00:45:03 8ad3a11d3b57: Pull complete 00:45:03 46f8f816bc3b: Pull complete 00:45:03 aa168da1d23b: Verifying Checksum 00:45:03 aa168da1d23b: Download complete 00:45:04 93b61091891f: Pull complete 00:45:04 93b9cdb0e59b: Pull complete 00:45:04 5e14af77c1be: Pull complete 00:45:05 01666e4c0597: Pull complete 00:45:13 aa168da1d23b: Pull complete 00:45:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:45:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:45:13 prd-centos7-docker-4c-2g-23556 does not seem to be running inside a container 00:45:13 $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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-lftools-log-publisher:alpine cat 00:45:19 $ docker top 0a1dfeb89d34fb42e46d37016024e1fba2a1f8b132c19f2c031cfdb0cfa38a76 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:19 + touch /tmp/pre-build-complete [Pipeline] sh 00:45:20 + mkdir -p /var/log/sa [Pipeline] sh 00:45:20 + ls /var/log/sa-host 00:45:20 + sadf -c /var/log/sa-host/sa23 00:45:20 file_magic: OK 00:45:20 HZ: Using current value: 100 00:45:20 file_header: OK 00:45:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:45:20 Statistics: 00:45:20 Hnuu...uuuununununu... 00:45:20 File successfully converted to sysstat format version 12.2.1 00:45:20 + sadf -c /var/log/sa-host/sa28 00:45:20 file_magic: OK 00:45:20 HZ: Using current value: 100 00:45:20 file_header: OK 00:45:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:45:20 Statistics: 00:45:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:45:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:45:20 provisioning config files... 00:45:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config2220412239568774329tmp [Pipeline] { [Pipeline] echo 00:45:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:45:21 ---> create-netrc.sh [Pipeline] } 00:45:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:45:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:45:21 ---> python-tools-install.sh [Pipeline] echo 00:45:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:45:21 ---> sudo-logs.sh 00:45:21 Archiving 'sudo' log.. [Pipeline] echo 00:45:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:45:22 ---> job-cost.sh 00:45:22 lf-activate-venv: SKIPPING 00:45:22 INFO: No Stack... 00:45:23 INFO: Retrieving Pricing Info for: v1-standard-2 00:45:23 INFO: Archiving Costs [Pipeline] echo 00:45:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:45:24 ---> logs-deploy.sh 00:45:24 lf-activate-venv: SKIPPING 00:45:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/26 00:45:24 INFO: archiving workspace using pattern(s): 00:45:25 Archives upload complete. 00:45:25 INFO: archiving logs to Nexus