Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from a0fe9c2cbb5f2ba2374e06009d327325fce0109d+f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 (4eb72db8a33ff9737b1a3beb24ec052e171b37b2) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17671’ is offline; ‘prd-centos7-docker-4c-2g-17672’ is offline Running on prd-centos7-docker-4c-2g-17680 in /w/workspace/edgexfoundry_edgex-go_PR-2962 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2962/head:refs/remotes/origin/PR-2962 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit a0fe9c2cbb5f2ba2374e06009d327325fce0109d Merge succeeded, producing 21e072101d5435541b80262ca9aae949fd994ad4 Checking out Revision 21e072101d5435541b80262ca9aae949fd994ad4 (PR-2962) > git config core.sparsecheckout # timeout=10 > git checkout -f a0fe9c2cbb5f2ba2374e06009d327325fce0109d # 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 f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21e072101d5435541b80262ca9aae949fd994ad4 # timeout=10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:58 ========================================================= 00:30:58 EdgeX Global Pipelines Version Info 00:30:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 071c9262eec4428d3dc066793b2c79d6412a0b4b # timeout=10 00:31:00 ------------------- 00:31:00 stable info: 00:31:00 ------------------- 00:31:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:00 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:00 Message: update stable to v1.0.173 00:31:01 ------------------- 00:31:01 experimental info: 00:31:01 ------------------- 00:31:01 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:01 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:01 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2962 [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2962 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2962 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21e072101d5435541b80262ca9aae949fd994ad4 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21e0721 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:04 provisioning config files... 00:31:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3448869527248984443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:04 ---> docker-login.sh 00:31:04 nexus3.edgexfoundry.org:10001 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:05 Configure a credential helper to remove this warning. See 00:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:05 00:31:05 Login Succeeded 00:31:05 nexus3.edgexfoundry.org:10002 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:05 Configure a credential helper to remove this warning. See 00:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:05 00:31:05 Login Succeeded 00:31:05 nexus3.edgexfoundry.org:10003 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:05 Configure a credential helper to remove this warning. See 00:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:05 00:31:05 Login Succeeded 00:31:05 nexus3.edgexfoundry.org:10004 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:05 Configure a credential helper to remove this warning. See 00:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:05 00:31:05 Login Succeeded 00:31:05 docker.io 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 ---> docker-login.sh ends [Pipeline] } 00:31:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:06 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/core-command/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo core-command,cmd/core-command/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/core-data/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo core-data,cmd/core-data/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/core-metadata/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/support-notifications/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/support-scheduler/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:06 + for file in '`ls cmd/**/Dockerfile`' 00:31:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:06 ++ cut -d/ -f2 00:31:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:06 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:07 00:31:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:07 latest: Pulling from edgex-devops/git-semver 00:31:07 31603596830f: Pulling fs layer 00:31:07 2a8b12db71e7: Pulling fs layer 00:31:07 6ca5941a6612: Pulling fs layer 00:31:07 ecc8261a40a4: Pulling fs layer 00:31:07 ecc8261a40a4: Waiting 00:31:07 2a8b12db71e7: Verifying Checksum 00:31:07 2a8b12db71e7: Download complete 00:31:08 31603596830f: Verifying Checksum 00:31:08 31603596830f: Download complete 00:31:08 ecc8261a40a4: Verifying Checksum 00:31:08 ecc8261a40a4: Download complete 00:31:08 6ca5941a6612: Verifying Checksum 00:31:08 6ca5941a6612: Download complete 00:31:08 31603596830f: Pull complete 00:31:08 2a8b12db71e7: Pull complete 00:31:09 6ca5941a6612: Pull complete 00:31:09 ecc8261a40a4: Pull complete 00:31:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:10 prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container 00:31:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:12 $ docker top a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:13 [ssh-agent] Looking for ssh-agent implementation... 00:31:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:13 $ docker exec a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent 00:31:13 SSH_AUTH_SOCK=/tmp/ssh-HYfWnSR7tFx0/agent.11 00:31:13 SSH_AGENT_PID=16 00:31:13 Running ssh-add (command line suppressed) 00:31:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3334367835884277275.key (/w/workspace/edgex-go/3@tmp/private_key_3334367835884277275.key) 00:31:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:14 + git tag --points-at HEAD [Pipeline] } 00:31:14 $ docker exec --env ******** --env ******** a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent -k 00:31:14 unset SSH_AUTH_SOCK; 00:31:14 unset SSH_AGENT_PID; 00:31:14 echo Agent pid 16 killed; 00:31:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:14 [ssh-agent] Looking for ssh-agent implementation... 00:31:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:14 $ docker exec a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent 00:31:14 SSH_AUTH_SOCK=/tmp/ssh-Fpmmt0tgVzWb/agent.46 00:31:14 SSH_AGENT_PID=51 00:31:14 Running ssh-add (command line suppressed) 00:31:14 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2824030264828101684.key (/w/workspace/edgex-go/3@tmp/private_key_2824030264828101684.key) 00:31:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:15 + git semver init 00:31:15 # -> Open(): unable to determine branch for HEAD 00:31:15 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:31:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:31:15 # $SEMVER_REMOTE_NAME = origin 00:31:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:15 # $SEMVER_USER_NAME = edgex-jenkins 00:31:15 # $SEMVER_BRANCH = PR-2962 00:31:15 # $SEMVER_TEMP = /tmp/semver-909950818 00:31:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:42 # '/tmp/semver-909950818' -> '/w/workspace/edgex-go/3/.semver' 00:31:42 # -> Force: false 00:31:42 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:31:42 $ docker exec --env ******** --env ******** a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent -k 00:31:42 unset SSH_AUTH_SOCK; 00:31:42 unset SSH_AGENT_PID; 00:31:42 echo Agent pid 51 killed; 00:31:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:43 + git semver [Pipeline] } 00:31:43 $ docker stop --time=1 a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef 00:31:45 $ docker rm -f a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef [Pipeline] // withDockerContainer [Pipeline] sh 00:31:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:46 Stashed 1 file(s) [Pipeline] echo 00:31:46 [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:31:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:48 + sudo service docker restart 00:31:48 + true 00:31:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:49 ========================================================= 00:31:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:49 + 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:31:53 Sending build context to Docker daemon 326.3MB 00:31:53 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:53 Step 2/7 : FROM ${BASE} 00:31:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:53 188c0c94c7c5: Pulling fs layer 00:31:53 0ef7d3d256c8: Pulling fs layer 00:31:53 de9db76c5a1d: Pulling fs layer 00:31:53 bca2f99d35d6: Pulling fs layer 00:31:53 93359f2a8cfa: Pulling fs layer 00:31:53 7c6f9722023f: Pulling fs layer 00:31:53 a35cf1a2eb13: Pulling fs layer 00:31:53 93359f2a8cfa: Waiting 00:31:53 7c6f9722023f: Waiting 00:31:53 a35cf1a2eb13: Waiting 00:31:53 bca2f99d35d6: Waiting 00:31:53 de9db76c5a1d: Verifying Checksum 00:31:53 de9db76c5a1d: Download complete 00:31:53 0ef7d3d256c8: Verifying Checksum 00:31:53 0ef7d3d256c8: Download complete 00:31:55 93359f2a8cfa: Download complete 00:31:55 188c0c94c7c5: Verifying Checksum 00:31:55 188c0c94c7c5: Download complete 00:31:55 7c6f9722023f: Download complete 00:31:56 188c0c94c7c5: Pull complete 00:31:56 0ef7d3d256c8: Pull complete 00:31:56 de9db76c5a1d: Pull complete 00:32:02 a35cf1a2eb13: Verifying Checksum 00:32:02 a35cf1a2eb13: Download complete 00:32:02 Still waiting to schedule task 00:32:02 ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17671’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17686’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17689’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17684’ is offline 00:32:03 bca2f99d35d6: Verifying Checksum 00:32:03 bca2f99d35d6: Download complete 00:32:08 bca2f99d35d6: Pull complete 00:32:09 93359f2a8cfa: Pull complete 00:32:09 7c6f9722023f: Pull complete 00:32:15 a35cf1a2eb13: Pull complete 00:32:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:15 ---> a62c8e92a672 00:32:15 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:15 ---> Running in 02f189f09e78 00:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:17 (1/12) Installing libmagic (5.38-r0) 00:32:17 (2/12) Installing file (5.38-r0) 00:32:17 (3/12) Installing libc-dev (0.7.2-r3) 00:32:18 (4/12) Installing g++ (9.3.0-r2) 00:32:33 (5/12) Installing fortify-headers (1.1-r0) 00:32:33 (6/12) Installing patch (2.7.6-r6) 00:32:33 (7/12) Installing build-base (0.5-r2) 00:32:33 (8/12) Installing libsodium (1.0.18-r0) 00:32:33 (9/12) Installing pkgconf (1.7.2-r0) 00:32:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:33 (11/12) Installing libzmq (4.3.3-r0) 00:32:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:33 Executing busybox-1.31.1-r19.trigger 00:32:33 OK: 233 MiB in 51 packages 00:32:35 Removing intermediate container 02f189f09e78 00:32:35 ---> c5526e8a1d19 00:32:35 Step 4/7 : WORKDIR /edgex-go 00:32:35 ---> Running in 107459e6163e 00:32:35 Removing intermediate container 107459e6163e 00:32:35 ---> 40bfde84851c 00:32:35 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:36 latest: Pulling from library/docker 00:32:36 801bfaa63ef2: Pulling fs layer 00:32:36 4f7dc993c79e: Pulling fs layer 00:32:36 d39d95e4997f: Pulling fs layer 00:32:36 1cda4b703d87: Pulling fs layer 00:32:36 54e5375350ea: Pulling fs layer 00:32:36 f08cd1b3bb1b: Pulling fs layer 00:32:36 8e17d04e0c68: Pulling fs layer 00:32:36 54e5375350ea: Waiting 00:32:36 f08cd1b3bb1b: Waiting 00:32:36 8e17d04e0c68: Waiting 00:32:36 1cda4b703d87: Waiting 00:32:36 d39d95e4997f: Verifying Checksum 00:32:36 d39d95e4997f: Download complete 00:32:36 4f7dc993c79e: Verifying Checksum 00:32:36 4f7dc993c79e: Download complete 00:32:36 801bfaa63ef2: Verifying Checksum 00:32:36 801bfaa63ef2: Download complete 00:32:37 54e5375350ea: Verifying Checksum 00:32:37 54e5375350ea: Download complete 00:32:37 f08cd1b3bb1b: Verifying Checksum 00:32:37 f08cd1b3bb1b: Download complete 00:32:37 801bfaa63ef2: Pull complete 00:32:37 8e17d04e0c68: Verifying Checksum 00:32:37 8e17d04e0c68: Download complete 00:32:37 4f7dc993c79e: Pull complete 00:32:37 d39d95e4997f: Pull complete 00:32:38 1cda4b703d87: Verifying Checksum 00:32:38 1cda4b703d87: Download complete 00:32:41 1cda4b703d87: Pull complete 00:32:41 54e5375350ea: Pull complete 00:32:41 f08cd1b3bb1b: Pull complete 00:32:41 8e17d04e0c68: Pull complete 00:32:41 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:32:41 Status: Downloaded newer image for docker:latest 00:32:42 ---> 3bfbb6ea957e 00:32:42 Step 6/7 : COPY go.mod . 00:32:43 ---> 16f1cc3d7e9e 00:32:43 Step 7/7 : RUN go mod download 00:32:43 ---> Running in 2e4907125364 00:33:05 Removing intermediate container 2e4907125364 00:33:05 ---> 1044df4ca6e4 00:33:05 Successfully built 1044df4ca6e4 00:33:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:06 + docker inspect -f . ci-base-image-x86_64 00:33:06 . [Pipeline] withDockerContainer 00:33:06 prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container 00:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:07 $ docker top 173e4a424da00435c1e04501f344671b40386e8a93d36b39c751422277cedfb9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:07 + go version 00:33:07 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:07 $ docker stop --time=1 173e4a424da00435c1e04501f344671b40386e8a93d36b39c751422277cedfb9 00:33:08 $ docker rm -f 173e4a424da00435c1e04501f344671b40386e8a93d36b39c751422277cedfb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:09 + docker inspect -f . ci-base-image-x86_64 00:33:09 . [Pipeline] withDockerContainer 00:33:10 prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container 00:33:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:10 $ docker top 05ea9fdb22a2244217b54651c6c0e7daf3ed059416d2795fffd88d0fb1ca787e -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:11 ========================================================= 00:33:11 [edgeXBuildGoParallel] Running Tests and Build... 00:33:11 ========================================================= [Pipeline] sh 00:33:11 + make test 00:33:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 73.9% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.9% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 93.8% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.366s coverage: 55.9% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.376s coverage: 84.0% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.1% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.653s coverage: 29.1% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.100s coverage: 99.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:05 GO111MODULE=on go vet ./... 00:34:31 gofmt -l . 00:34:31 [ "`gofmt -l .`" = "" ] 00:34:31 ./bin/test-go-mod-tidy.sh 00:34:31 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:32 + ls -al . 00:34:32 total 636 00:34:32 drwxrwxr-x 10 1001 1001 4096 Dec 30 00:34 . 00:34:32 drwxr-xr-x 4 root root 28 Dec 30 00:33 .. 00:34:32 -rw-rw-r-- 1 1001 1001 11 Dec 30 00:30 .dockerignore 00:34:32 drwxrwxr-x 8 1001 1001 179 Dec 30 00:30 .git 00:34:32 drwxrwxr-x 3 1001 1001 125 Dec 30 00:30 .github 00:34:32 -rw-rw-r-- 1 1001 1001 824 Dec 30 00:30 .gitignore 00:34:32 drwx------ 3 1001 1001 47 Dec 30 00:31 .semver 00:34:32 -rw-rw-r-- 1 1001 1001 166 Dec 30 00:30 .sonarcloud.properties 00:34:32 -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:30 CONTRIBUTING.md 00:34:32 -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:30 Dockerfile.build 00:34:32 -rw-rw-r-- 1 1001 1001 863 Dec 30 00:30 Jenkinsfile 00:34:32 -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:30 LICENSE 00:34:32 -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:30 Makefile 00:34:32 -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:30 README.md 00:34:32 -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:30 SECURITY.md 00:34:32 -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION 00:34:32 -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:30 ZMQWindows.md 00:34:32 drwxrwxr-x 2 1001 1001 117 Dec 30 00:30 bin 00:34:32 drwxrwxr-x 14 1001 1001 4096 Dec 30 00:30 cmd 00:34:32 -rw-r--r-- 1 root root 538157 Dec 30 00:34 coverage.out 00:34:32 -rw-r--r-- 1 root root 979 Dec 30 00:34 go.mod 00:34:32 -rw-r--r-- 1 root root 18739 Dec 30 00:34 go.sum 00:34:32 drwxrwxr-x 8 1001 1001 127 Dec 30 00:30 internal 00:34:32 drwxrwxr-x 4 1001 1001 26 Dec 30 00:30 openapi 00:34:32 drwxrwxr-x 4 1001 1001 71 Dec 30 00:30 snap 00:34:32 -rw-rw-r-- 1 1001 1001 168 Dec 30 00:30 version.go [Pipeline] sh 00:34:32 + '[' -e coverage.out ] 00:34:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:32 Stashed 1 file(s) [Pipeline] sh 00:34:33 + make build 00:34:33 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:34:35 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:34:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:44 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:34: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:34:45 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:34:47 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:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:51 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:52 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:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:34:54 $ docker stop --time=1 05ea9fdb22a2244217b54651c6c0e7daf3ed059416d2795fffd88d0fb1ca787e 00:34:56 $ docker rm -f 05ea9fdb22a2244217b54651c6c0e7daf3ed059416d2795fffd88d0fb1ca787e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:59 00:34:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:00 latest: Pulling from edgex-devops/edgex-compose 00:35:00 cbdbe7a5bc2a: Pulling fs layer 00:35:00 ca9280d653b3: Pulling fs layer 00:35:00 7e9c9ca2126c: Pulling fs layer 00:35:00 cbdbe7a5bc2a: Verifying Checksum 00:35:00 cbdbe7a5bc2a: Download complete 00:35:00 cbdbe7a5bc2a: Pull complete 00:35:01 ca9280d653b3: Verifying Checksum 00:35:01 ca9280d653b3: Download complete 00:35:02 ca9280d653b3: Pull complete 00:35:03 7e9c9ca2126c: Verifying Checksum 00:35:03 7e9c9ca2126c: Download complete 00:35:09 7e9c9ca2126c: Pull complete 00:35:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:09 prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container 00:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:12 $ docker top c7bca539aedec10435e6d2343a8dd058db58912979bf3c7e867184ab27ad41b4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:13 + docker-compose build --help 00:35:13 + grep parallel 00:35:14 --parallel Build images in parallel. [Pipeline] } 00:35:14 $ docker stop --time=1 c7bca539aedec10435e6d2343a8dd058db58912979bf3c7e867184ab27ad41b4 00:35:15 $ docker rm -f c7bca539aedec10435e6d2343a8dd058db58912979bf3c7e867184ab27ad41b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:16 . [Pipeline] withDockerContainer 00:35:16 prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container 00:35:16 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:17 $ docker top c1c8ea263f02217c53fcc52c7e7f22b22d808a80ab2e5b61c9e488df9ff1717b -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:18 Building docker-core-command-go ... 00:35:18 Building docker-core-data-go ... 00:35:18 Building docker-core-metadata-go ... 00:35:18 Building docker-security-bootstrap-redis-go ... 00:35:18 Building docker-security-proxy-setup-go ... 00:35:18 Building docker-security-secretstore-setup-go ... 00:35:18 Building docker-support-notifications-go ... 00:35:18 Building docker-support-scheduler-go ... 00:35:18 Building docker-sys-mgmt-agent-go ... 00:35:18 Building docker-security-secretstore-setup-go 00:35:18 Building docker-sys-mgmt-agent-go 00:35:18 Building docker-core-metadata-go 00:35:18 Building docker-support-notifications-go 00:35:18 Building docker-security-bootstrap-redis-go 00:35:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17699 in /w/workspace/edgexfoundry_edgex-go_PR-2962 [Pipeline] { [Pipeline] ws 00:35:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:35:28 using credential edgex-jenkins-ssh 00:35:28 Cloning the remote Git repository 00:35:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:28 > git init /w/workspace/edgex-go/3 # timeout=10 00:35:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:28 > git --version # timeout=10 00:35:28 > git --version # 'git version 2.17.1' 00:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2962/head:refs/remotes/origin/PR-2962 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:49 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit a0fe9c2cbb5f2ba2374e06009d327325fce0109d 00:35:50 Merge succeeded, producing 0e2fef48ee818b86c7eac6f3763ae3e9f870f73a 00:35:50 Checking out Revision 0e2fef48ee818b86c7eac6f3763ae3e9f870f73a (PR-2962) 00:35:49 > git config core.sparsecheckout # timeout=10 00:35:49 > git checkout -f a0fe9c2cbb5f2ba2374e06009d327325fce0109d # timeout=10 00:35:50 > git remote # timeout=10 00:35:50 > git config --get remote.origin.url # timeout=10 00:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:50 > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 00:35:50 > git rev-parse HEAD^{commit} # timeout=10 00:35:50 > git config core.sparsecheckout # timeout=10 00:35:50 > git checkout -f 0e2fef48ee818b86c7eac6f3763ae3e9f870f73a # timeout=10 00:35:54 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" 00:35:54 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:54 > git rev-list --no-walk 071c9262eec4428d3dc066793b2c79d6412a0b4b # timeout=10 00:35:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:57 + + sudo service docker restart 00:35:57 true 00:35:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:57 ---> 1044df4ca6e4 00:35:57 Step 3/24 : WORKDIR /edgex-go 00:35:57 ---> 1044df4ca6e4 00:35:57 Step 3/22 : WORKDIR /edgex-go 00:35:57 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:35:57 ---> 1044df4ca6e4 00:35:57 Step 3/27 : WORKDIR /edgex-go 00:35:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:57 ---> 1044df4ca6e4 00:35:57 Step 3/22 : WORKDIR /edgex-go 00:35:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:57 ---> 1044df4ca6e4 00:35:57 Step 3/24 : WORKDIR /edgex-go 00:35:57 ---> Running in e2d5ec439628 00:35:57 ---> Running in d1fd12c0f798 00:35:57 ---> Running in 87256ba52e6e 00:35:57 ---> Running in e1555001fa72 00:35:57 ---> Running in b002936d3e69 00:35:57 Removing intermediate container e2d5ec439628 00:35:57 ---> bb6cd9c4f7bc 00:35:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:57 Removing intermediate container b002936d3e69 00:35:57 ---> 30cb3060e22c 00:35:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:57 Removing intermediate container 87256ba52e6e 00:35:57 ---> 4fa346260316 00:35:57 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:57 Removing intermediate container e1555001fa72 00:35:57 ---> a7e31554832e 00:35:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:57 Removing intermediate container d1fd12c0f798 00:35:57 ---> 194a8673a0e5 00:35:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:57 ---> Running in 35a4ce63ca3c 00:35:57 ---> Running in 6b277e9146a4 00:35:57 ---> Running in 3bcb1ab378d9 00:35:57 ---> Running in 96f69a0edfae 00:35:57 ---> Running in be2373cd5a54 00:35:57 Removing intermediate container 3bcb1ab378d9 00:35:57 ---> 2a4aaaa4eb55 00:35:57 Step 5/27 : RUN apk update && apk add make bash git 00:35:57 ---> Running in f39f2473b392 00:35:57 Removing intermediate container 6b277e9146a4 00:35:57 ---> a75a66474565 00:35:57 Step 5/22 : RUN apk update && apk add make git 00:35:58 ---> Running in a60d4d5f97ff 00:35:58 Removing intermediate container 35a4ce63ca3c 00:35:58 ---> c56f23c83cfc 00:35:58 Step 5/22 : RUN apk update && apk add make git 00:35:58 Removing intermediate container be2373cd5a54 00:35:58 ---> 3ddeaa4a0486 00:35:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:35:58 ---> Running in fd3b7ecaac72 00:35:58 Removing intermediate container 96f69a0edfae 00:35:58 ---> 9b2a34776e8f 00:35:58 Step 5/24 : RUN apk update && apk add make git 00:35:58 ---> Running in 1b3a5d91f541 00:35:58 ---> Running in 905ddc17b28e 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:59 provisioning config files... 00:35:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6027646020868370318tmp 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 ---> docker-login.sh 00:35:59 nexus3.edgexfoundry.org:10001 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:00 Configure a credential helper to remove this warning. See 00:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:00 00:36:00 Login Succeeded 00:36:00 nexus3.edgexfoundry.org:10002 00:36:01 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:01 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:01 OK: 12750 distinct packages available 00:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:01 OK: 233 MiB in 51 packages 00:36:01 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:01 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:01 OK: 12750 distinct packages available 00:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:01 Configure a credential helper to remove this warning. See 00:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:01 00:36:01 Login Succeeded 00:36:01 nexus3.edgexfoundry.org:10003 00:36:01 OK: 233 MiB in 51 packages 00:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:02 Removing intermediate container a60d4d5f97ff 00:36:02 ---> 3dc43d5a1219 00:36:02 Step 6/22 : COPY go.mod . 00:36:02 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:02 OK: 12750 distinct packages available 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:02 Configure a credential helper to remove this warning. See 00:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:02 00:36:02 Login Succeeded 00:36:02 nexus3.edgexfoundry.org:10004 00:36:02 ---> bd746901746f 00:36:02 Step 7/22 : RUN go mod download 00:36:02 OK: 233 MiB in 51 packages 00:36:02 ---> Running in 046007dc6f14 00:36:02 Removing intermediate container f39f2473b392 00:36:02 ---> 8b80a85998e2 00:36:02 Step 6/27 : COPY go.mod . 00:36:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:02 ---> 7659bd6d92f0 00:36:02 Step 7/27 : RUN go mod download 00:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:02 Configure a credential helper to remove this warning. See 00:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:02 00:36:02 Login Succeeded 00:36:02 docker.io 00:36:02 ---> Running in f4e44c43026a 00:36:02 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:02 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:02 OK: 12750 distinct packages available 00:36:02 Removing intermediate container fd3b7ecaac72 00:36:02 ---> 3809505b05b8 00:36:02 Step 6/22 : COPY go.mod . 00:36:03 OK: 233 MiB in 51 packages 00:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:03 ---> b480d7bd1f79 00:36:03 Step 7/22 : RUN go mod download 00:36:03 ---> Running in 47e342b55c63 00:36:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:03 Configure a credential helper to remove this warning. See 00:36:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:03 00:36:03 Login Succeeded 00:36:03 ---> docker-login.sh ends [Pipeline] } 00:36:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:36:03 Removing intermediate container 1b3a5d91f541 00:36:03 ---> 0e8f897e5a0e 00:36:03 Step 6/24 : COPY go.mod . [Pipeline] echo 00:36:04 ========================================================= 00:36:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:04 ---> 2340262f330e 00:36:04 Step 7/24 : RUN go mod download 00:36:04 ---> Running in dec489e1d16f 00:36:04 Removing intermediate container 046007dc6f14 00:36:04 ---> 38f395aab87d 00:36:04 Step 8/22 : COPY . . 00:36:04 Removing intermediate container f4e44c43026a 00:36:04 ---> ab462f134d03 00:36:04 Step 8/27 : COPY . . 00:36:04 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:04 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:04 OK: 12750 distinct packages available 00:36:04 + 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:36:05 OK: 233 MiB in 51 packages 00:36:07 Sending build context to Docker daemon 165.4MB 00:36:07 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:07 Step 2/7 : FROM ${BASE} 00:36:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:07 5f621e34cdf4: Pulling fs layer 00:36:07 a4357932f1b6: Pulling fs layer 00:36:07 18c013af1878: Pulling fs layer 00:36:07 00ac8860ef70: Pulling fs layer 00:36:07 63d7cb157983: Pulling fs layer 00:36:07 b116817d02f9: Pulling fs layer 00:36:07 745a02a5169b: Pulling fs layer 00:36:07 00ac8860ef70: Waiting 00:36:07 63d7cb157983: Waiting 00:36:07 b116817d02f9: Waiting 00:36:07 745a02a5169b: Waiting 00:36:07 18c013af1878: Verifying Checksum 00:36:07 18c013af1878: Download complete 00:36:07 a4357932f1b6: Verifying Checksum 00:36:07 a4357932f1b6: Download complete 00:36:07 63d7cb157983: Verifying Checksum 00:36:07 63d7cb157983: Download complete 00:36:07 b116817d02f9: Verifying Checksum 00:36:07 b116817d02f9: Download complete 00:36:07 5f621e34cdf4: Verifying Checksum 00:36:07 5f621e34cdf4: Download complete 00:36:07 5f621e34cdf4: Pull complete 00:36:08 a4357932f1b6: Pull complete 00:36:08 Removing intermediate container 47e342b55c63 00:36:08 ---> 71e8991bbeee 00:36:08 Step 8/22 : COPY . . 00:36:08 18c013af1878: Pull complete 00:36:10 745a02a5169b: Download complete 00:36:13 00ac8860ef70: Verifying Checksum 00:36:13 00ac8860ef70: Download complete 00:36:16 Removing intermediate container 905ddc17b28e 00:36:16 ---> 0431c53daeb9 00:36:16 Step 6/24 : COPY go.mod . 00:36:16 Removing intermediate container dec489e1d16f 00:36:16 ---> 7fce54c1e50a 00:36:16 Step 8/24 : COPY . . 00:36:19 ---> b79cb4564287 00:36:19 Step 7/24 : RUN go mod download 00:36:22 ---> Running in 1c691702c4c1 00:36:23 00ac8860ef70: Pull complete 00:36:23 63d7cb157983: Pull complete 00:36:23 b116817d02f9: Pull complete 00:36:27 745a02a5169b: Pull complete 00:36:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:27 ---> b7e6874047d6 00:36:27 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:30 Removing intermediate container 1c691702c4c1 00:36:30 ---> 3279d9c83e9d 00:36:30 Step 8/24 : COPY . . 00:36:31 ---> Running in 8a322583e0ef 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:35 (1/12) Installing libmagic (5.38-r0) 00:36:35 (2/12) Installing file (5.38-r0) 00:36:35 (3/12) Installing libc-dev (0.7.2-r3) 00:36:36 (4/12) Installing g++ (9.3.0-r2) 00:36:40 ---> ab17fe5bbcf5 00:36:40 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:40 ---> 28eed8bdfb56 00:36:40 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:41 ---> 715adc3cc945 00:36:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:41 ---> Running in 6319b4d8de84 00:36:41 ---> Running in aeca68f885ab 00:36:44 ---> Running in abf89ef87fe9 00:36:44 ---> ba035ae03df5 00:36:44 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:36:44 ---> Running in 87100d14dcb2 00:36:46 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:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:53 ---> bc8abff7f29b 00:36:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:53 ---> Running in 6a0df8e254fd 00:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:54 (5/12) Installing fortify-headers (1.1-r0) 00:36:54 (6/12) Installing patch (2.7.6-r6) 00:36:54 (7/12) Installing build-base (0.5-r2) 00:36:54 (8/12) Installing libsodium (1.0.18-r0) 00:36:54 (9/12) Installing pkgconf (1.7.2-r0) 00:36:54 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:54 (11/12) Installing libzmq (4.3.3-r0) 00:36:54 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:54 Executing busybox-1.31.1-r19.trigger 00:36:54 OK: 217 MiB in 51 packages 00:36:58 Removing intermediate container 8a322583e0ef 00:36:58 ---> 83c85d4bf5e0 00:36:58 Step 4/7 : WORKDIR /edgex-go 00:36:58 ---> Running in d0322d842cbe 00:36:59 Removing intermediate container d0322d842cbe 00:36:59 ---> 29515742ac87 00:36:59 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:59 latest: Pulling from library/docker 00:36:59 159e5727ea61: Pulling fs layer 00:36:59 687389c36290: Pulling fs layer 00:36:59 94e28978939c: Pulling fs layer 00:36:59 ea42096754a7: Pulling fs layer 00:36:59 bd61cee6920e: Pulling fs layer 00:36:59 87c4ece4675c: Pulling fs layer 00:36:59 90ca8b2ff088: Pulling fs layer 00:36:59 ea42096754a7: Waiting 00:36:59 bd61cee6920e: Waiting 00:36:59 87c4ece4675c: Waiting 00:36:59 90ca8b2ff088: Waiting 00:36:59 94e28978939c: Download complete 00:36:59 687389c36290: Verifying Checksum 00:36:59 687389c36290: Download complete 00:37:00 159e5727ea61: Download complete 00:37:00 bd61cee6920e: Verifying Checksum 00:37:00 bd61cee6920e: Download complete 00:37:00 87c4ece4675c: Download complete 00:37:00 159e5727ea61: Pull complete 00:37:01 90ca8b2ff088: Verifying Checksum 00:37:01 90ca8b2ff088: Download complete 00:37:01 687389c36290: Pull complete 00:37:01 ea42096754a7: Verifying Checksum 00:37:01 ea42096754a7: Download complete 00:37:01 94e28978939c: Pull complete 00:37:05 ea42096754a7: Pull complete 00:37:05 bd61cee6920e: Pull complete 00:37:06 87c4ece4675c: Pull complete 00:37:06 90ca8b2ff088: Pull complete 00:37:06 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:37:06 Status: Downloaded newer image for docker:latest 00:37:09 ---> e39cba1f59f5 00:37:09 Step 6/7 : COPY go.mod . 00:37:10 ---> e16e44c4686f 00:37:10 Step 7/7 : RUN go mod download 00:37:10 ---> Running in 8819e4155160 00:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:22 Removing intermediate container aeca68f885ab 00:37:22 ---> 09276698a5a7 00:37:22 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:22 Removing intermediate container 6319b4d8de84 00:37:22 ---> a3401517ee01 00:37:22 00:37:22 Step 10/22 : FROM alpine:3.10 00:37:22 3.10: Pulling from library/alpine 00:37:22 Removing intermediate container 87100d14dcb2 00:37:22 ---> 6bf178a8d839 00:37:22 00:37:22 Step 10/24 : FROM scratch 00:37:22 ---> 00:37:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:22 ---> Running in 9eec397e20a9 00:37:22 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:22 Status: Downloaded newer image for alpine:3.10 00:37:22 ---> be4e4bea2c2e 00:37:22 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:22 ---> Running in a53643a59927 00:37:23 Removing intermediate container abf89ef87fe9 00:37:23 ---> 5650b5b047ff 00:37:23 00:37:23 Step 10/22 : FROM scratch 00:37:23 ---> 00:37:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:23 ---> Running in 77c26869030b 00:37:23 ---> Running in 3ea29b6d65fd 00:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:24 Removing intermediate container a53643a59927 00:37:24 ---> c61ef75a0368 00:37:24 Step 12/24 : ENV APP_PORT=48060 00:37:24 ---> Running in fe1b73698582 00:37:24 Removing intermediate container 3ea29b6d65fd 00:37:24 ---> c46cd47636a2 00:37:24 Step 12/22 : ENV APP_PORT=48081 00:37:24 Removing intermediate container 6a0df8e254fd 00:37:24 ---> 1952b5c3e083 00:37:24 00:37:24 Step 10/24 : FROM alpine:3.10 00:37:24 ---> be4e4bea2c2e 00:37:24 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:24 ---> Running in d6bb44fa276b 00:37:24 ---> Running in e56c3da9f9b3 00:37:25 Removing intermediate container fe1b73698582 00:37:25 ---> 900f3317578e 00:37:25 Step 13/24 : EXPOSE $APP_PORT 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:25 Removing intermediate container d6bb44fa276b 00:37:25 ---> 5bf24b2d78ba 00:37:25 Step 13/22 : EXPOSE $APP_PORT 00:37:25 ---> Running in db2483e5f3e2 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:25 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:25 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:25 OK: 10350 distinct packages available 00:37:25 (1/5) Installing ca-certificates (20191127-r2) 00:37:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:26 (3/5) Installing libcurl (7.66.0-r3) 00:37:26 (4/5) Installing curl (7.66.0-r3) 00:37:26 (5/5) Installing dumb-init (1.2.2-r1) 00:37:26 Executing busybox-1.30.1-r3.trigger 00:37:26 Executing ca-certificates-20191127-r2.trigger 00:37:26 ---> Running in 122a4ffbf1b5 00:37:26 OK: 7 MiB in 19 packages 00:37:27 Removing intermediate container db2483e5f3e2 00:37:27 ---> 4a4dbe8400ad 00:37:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:27 Removing intermediate container 122a4ffbf1b5 00:37:27 ---> 2478d81f3d60 00:37:27 Step 14/22 : WORKDIR / 00:37:27 Removing intermediate container 9eec397e20a9 00:37:27 ---> edbb66da94c7 00:37:27 00:37:27 Step 11/27 : FROM docker:latest 00:37:27 ---> 0040bc98e531 00:37:27 Step 12/27 : RUN apk add --no-cache bash 00:37:27 ---> f7e240c7d370 00:37:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:27 ---> Running in 99a1f706d4d7 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:28 ---> Running in a9376254a91b 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:28 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:28 OK: 10350 distinct packages available 00:37:28 (1/5) Installing ca-certificates (20191127-r2) 00:37:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:28 Removing intermediate container 99a1f706d4d7 00:37:28 ---> be093203e752 00:37:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:28 (3/5) Installing libcurl (7.66.0-r3) 00:37:28 (4/5) Installing curl (7.66.0-r3) 00:37:28 (5/5) Installing dumb-init (1.2.2-r1) 00:37:28 Executing busybox-1.30.1-r3.trigger 00:37:28 Executing ca-certificates-20191127-r2.trigger 00:37:29 OK: 7 MiB in 19 packages 00:37:29 ---> 80948cb99217 00:37:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:29 Removing intermediate container 77c26869030b 00:37:29 ---> 1e035464c962 00:37:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:29 ---> 516e2a5e24e2 00:37:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:29 ---> Running in a1edd66e4d7f 00:37:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:29 (1/2) Installing readline (8.0.4-r0) 00:37:29 (2/2) Installing bash (5.0.17-r0) 00:37:29 Removing intermediate container a1edd66e4d7f 00:37:29 ---> d8636300a240 00:37:29 Step 13/22 : WORKDIR / 00:37:29 Executing bash-5.0.17-r0.post-install 00:37:29 Executing busybox-1.31.1-r19.trigger 00:37:29 OK: 12 MiB in 22 packages 00:37:30 ---> Running in 6ab1a97a1007 00:37:30 ---> 18da9259ca9e 00:37:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:30 Removing intermediate container e56c3da9f9b3 00:37:30 ---> cb25b0cee97a 00:37:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:30 ---> 40e83e41952f 00:37:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:30 ---> Running in 1690120ed250 00:37:30 Removing intermediate container 6ab1a97a1007 00:37:30 ---> eb4b22205d6e 00:37:30 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:30 ---> c9a28c29db2a 00:37:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:30 Removing intermediate container a9376254a91b 00:37:30 ---> 256866b6de8c 00:37:30 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:37:30 Removing intermediate container 1690120ed250 00:37:30 ---> dc820b96b385 00:37:30 Step 13/24 : WORKDIR / 00:37:31 ---> 3fcbe00592b8 00:37:31 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:31 ---> Running in 4b670b55ec75 00:37:31 ---> Running in a5c44d9ee750 00:37:31 ---> ea76249a59ac 00:37:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:31 ---> Running in ad2d9dbc719e 00:37:31 ---> 7ce0d6e2e500 00:37:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:32 Removing intermediate container a5c44d9ee750 00:37:32 ---> ba20a80f9cc8 00:37:32 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:37:32 Removing intermediate container ad2d9dbc719e 00:37:32 ---> 76162dcfe47a 00:37:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:32 ---> 4a19b186790f 00:37:32 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:32 ---> 6944ebed3560 00:37:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:32 ---> Running in 88779f6fe0a0 00:37:32 ---> Running in bf1331593201 00:37:32 Removing intermediate container 88779f6fe0a0 00:37:32 ---> 5e10ac56b88f 00:37:32 Step 20/22 : LABEL arch=x86_64 00:37:32 ---> 13fca1a45ad2 00:37:32 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:37:33 ---> 51b1a8db9262 00:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:33 Removing intermediate container bf1331593201 00:37:33 ---> 178b19744cb7 00:37:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:33 ---> Running in 780cbaf0e91d 00:37:33 ---> Running in 6ae6aa75ac62 00:37:33 Removing intermediate container 4b670b55ec75 00:37:33 ---> eabc6963a254 00:37:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:33 ---> a2858b1bd38a 00:37:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:33 ---> 80520ad1e91e 00:37:33 Step 18/22 : RUN chmod +x entrypoint.sh ---> Running in 3327953456e6 00:37:33 00:37:33 ---> Running in 111d1d1f9897 00:37:33 Removing intermediate container 780cbaf0e91d 00:37:33 ---> 8ad6d2b28171 00:37:33 Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:37:33 Removing intermediate container 6ae6aa75ac62 00:37:33 ---> ae866e402457 00:37:33 Step 22/24 : LABEL arch=x86_64 00:37:33 ---> 29671b65e38c 00:37:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:33 Removing intermediate container 3327953456e6 00:37:33 ---> 8fcbb1a77c63 00:37:33 Step 15/27 : ENV APP_PORT=48090 00:37:34 ---> Running in d83e306c4b59 00:37:34 ---> Running in d80a85d861e2 00:37:34 ---> Running in 2d84cc56ee58 00:37:34 Removing intermediate container d83e306c4b59 00:37:34 ---> 6fddd4d42124 00:37:34 Step 22/22 : LABEL version=0.0.0 00:37:34 ---> 2840a69d6e22 00:37:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:34 Removing intermediate container d80a85d861e2 00:37:34 ---> cae5b4d6c2d0 00:37:34 Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:37:34 ---> Running in de0bc82ebda5 00:37:34 Removing intermediate container 2d84cc56ee58 00:37:34 ---> c77342e68b3e 00:37:34 Step 16/27 : EXPOSE $APP_PORT 00:37:34 ---> Running in e1e56ee32a88 00:37:34 ---> Running in e9339b757a31 00:37:35 Removing intermediate container de0bc82ebda5 00:37:35 ---> 90bd953394ed 00:37:35 00:37:35 Successfully built 90bd953394ed 00:37:36 ---> f14babcab322 00:37:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:36 Successfully tagged docker-core-metadata-go:latest 00:37:36  Building docker-core-metadata-go ... done Building docker-core-command-go 00:37:36 Removing intermediate container e1e56ee32a88 00:37:36 ---> 94a9f1db79c2 00:37:36 Step 24/24 : LABEL version=0.0.0 00:37:36 Removing intermediate container e9339b757a31 00:37:36 ---> 22f3c6e7e199 00:37:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:36 Removing intermediate container 111d1d1f9897 00:37:36 ---> e736bc982165 00:37:36 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:36 ---> Running in 2f175e972fbf 00:37:36 ---> Running in 04cd3f12a841 00:37:36 ---> c510a4632793 00:37:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:36 Removing intermediate container 2f175e972fbf 00:37:36 ---> 3aa75ae73fde 00:37:36 00:37:36 ---> Running in 2385fb8b67de 00:37:36 Removing intermediate container 04cd3f12a841 00:37:36 ---> bc27871e590d 00:37:36 Step 20/22 : LABEL arch=x86_64 00:37:36 Successfully built 3aa75ae73fde 00:37:36 Successfully tagged docker-support-notifications-go:latest 00:37:36  Building docker-support-notifications-go ... done Building docker-core-data-go 00:37:37 ---> Running in 60bc12103ea4 00:37:37 ---> 9a7f3d4848a0 00:37:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:37 Removing intermediate container 8819e4155160 00:37:37 ---> d129623d2b84 00:37:37 Successfully built d129623d2b84 00:37:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:37 + docker inspect -f . ci-base-image-arm64 00:37:37 . [Pipeline] withDockerContainer 00:37:38 prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container 00:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:39 $ docker top 7a08c31be14375834f75ea8ff5758482cb2a3ac1e31ffcd6e138cfb84106617d -eo pid,comm [Pipeline] { 00:37:41 Removing intermediate container 60bc12103ea4 00:37:41 ---> 4e2a8bdf03f4 00:37:41 Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [Pipeline] sh 00:37:42 + go version 00:37:42 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:42 $ docker stop --time=1 7a08c31be14375834f75ea8ff5758482cb2a3ac1e31ffcd6e138cfb84106617d 00:37:42 ---> Running in ee55037299ac 00:37:42 ---> c4ac46c87caf 00:37:42 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:43 Removing intermediate container ee55037299ac 00:37:43 ---> 2c6133ed3ef5 00:37:43 Step 22/22 : LABEL version=0.0.0 00:37:43 ---> 7c2cf625c110 00:37:43 Step 20/27 : RUN apk --no-cache add py3-pip 00:37:44 $ docker rm -f 7a08c31be14375834f75ea8ff5758482cb2a3ac1e31ffcd6e138cfb84106617d 00:37:44 ---> Running in db0058672088 00:37:44 ---> Running in 6cdd8e38c118 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:45 + docker inspect -f . ci-base-image-arm64 00:37:45 . [Pipeline] withDockerContainer 00:37:45 Removing intermediate container 2385fb8b67de 00:37:45 ---> f9483cb96aec 00:37:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:45 prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container 00:37:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:47 $ docker top d2756dd7c93b05ec30b4ebaa2d9c36bf41a94c2fa512511d2e4c0c5fcf7cc4c2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:47 ========================================================= 00:37:47 [edgeXBuildGoParallel] Running Tests and Build... 00:37:47 ========================================================= [Pipeline] sh 00:37:47 ---> Running in 496e686fa88a 00:37:48 + make test 00:37:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:48 Removing intermediate container 6cdd8e38c118 00:37:48 ---> 7ab85fcad33a 00:37:48 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 (1/33) Installing libbz2 (1.0.8-r1) 00:37:49 (2/33) Installing expat (2.2.9-r1) 00:37:49 (3/33) Installing libffi (3.3-r2) 00:37:49 (4/33) Installing gdbm (1.13-r1) 00:37:49 (5/33) Installing xz-libs (5.2.5-r0) 00:37:49 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:49 (7/33) Installing python3 (3.8.5-r0) 00:37:49 Successfully built 7ab85fcad33a 00:37:49 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:49  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 00:37:49 Removing intermediate container 496e686fa88a 00:37:49 ---> 51874f86b047 00:37:49 Step 22/24 : LABEL arch=x86_64 00:37:56 ---> Running in 2209f1f5e17b 00:37:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:57 ---> 1044df4ca6e4 00:37:57 Step 3/22 : WORKDIR /edgex-go 00:37:57 ---> Using cache 00:37:57 ---> 194a8673a0e5 00:37:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:57 ---> Using cache 00:37:57 ---> 3ddeaa4a0486 00:37:57 Step 5/22 : RUN apk update && apk add make git 00:37:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> 1044df4ca6e4 00:37:59 Step 3/23 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> 194a8673a0e5 00:37:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> 3ddeaa4a0486 00:37:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:37:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:59 (11/33) Installing py3-six (1.15.0-r0) 00:38:00 (12/33) Installing py3-packaging (20.4-r0) 00:38:00 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:00 ---> Running in 21aef12f512f 00:38:00 ---> Running in 52e285c5dcc5 00:38:00 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:00 (15/33) Installing py3-idna (2.9-r0) 00:38:00 Removing intermediate container 2209f1f5e17b 00:38:00 ---> 58af291ebba2 00:38:00 Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:38:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:00 (18/33) Installing py3-requests (2.23.0-r0) 00:38:00 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:01 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:01 ---> Running in 3717b185ccde 00:38:01 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:01 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:01 (24/33) Installing py3-distro (1.5.0-r1) 00:38:01 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:01 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:02 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:02 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:03 (29/33) Installing py3-progress (1.5-r0) 00:38:03 (30/33) Installing py3-toml (0.10.1-r0) 00:38:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:04 Removing intermediate container 3717b185ccde 00:38:04 ---> 0e09c3b7478b 00:38:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:04 Step 24/24 : LABEL version=0.0.0 00:38:04 (33/33) Installing py3-pip (20.1.1-r0) 00:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 Executing busybox-1.31.1-r19.trigger 00:38:04 OK: 71 MiB in 55 packages 00:38:04 ---> Running in 5f2d78b0cca3 00:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:05 Removing intermediate container 5f2d78b0cca3 00:38:05 ---> 6296d9f9bc32 00:38:05 00:38:05 Successfully built 6296d9f9bc32 00:38:05 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:05 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:05 OK: 12750 distinct packages available 00:38:06 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:06 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:06 OK: 12750 distinct packages available 00:38:06 OK: 233 MiB in 51 packages 00:38:06 OK: 233 MiB in 51 packages 00:38:06 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:06  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:38:10 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:14 ---> 1044df4ca6e4 00:38:14 Step 3/21 : WORKDIR /edgex-go 00:38:14 ---> Using cache 00:38:14 ---> 194a8673a0e5 00:38:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:14 ---> Using cache 00:38:14 ---> 3ddeaa4a0486 00:38:14 Step 5/21 : RUN apk update && apk add make git 00:38:16 ---> Running in 790876d58c6c 00:38:16 Removing intermediate container 21aef12f512f 00:38:16 ---> 797f76529d56 00:38:16 Step 6/22 : COPY go.mod . 00:38:16 Removing intermediate container 52e285c5dcc5 00:38:16 ---> 3ddd9ce7bf1a 00:38:16 Step 6/23 : COPY go.mod . 00:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:18 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:18 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:18 OK: 12750 distinct packages available 00:38:18 OK: 233 MiB in 51 packages 00:38:19 ---> 9453bb15c8c8 00:38:19 Step 7/22 : RUN go mod download 00:38:19 ---> 7ab3d85d3fef 00:38:19 Step 7/23 : RUN go mod download 00:38:22 ---> Running in 81642a84811c 00:38:22 ---> Running in 47a64365998a 00:38:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:23 ---> 1044df4ca6e4 00:38:23 Step 3/21 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> 194a8673a0e5 00:38:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:23 ---> Using cache 00:38:23 ---> 3ddeaa4a0486 00:38:23 Step 5/21 : RUN apk update && apk add make git 00:38:23 ---> Using cache 00:38:23 ---> 797f76529d56 00:38:23 Step 6/21 : COPY go.mod . 00:38:23 ---> Using cache 00:38:23 ---> 9453bb15c8c8 00:38:23 Step 7/21 : RUN go mod download 00:38:24 ---> Running in 9805d67e0b24 00:38:24 Removing intermediate container 790876d58c6c 00:38:24 ---> 3247802748e0 00:38:24 Step 6/21 : COPY go.mod . 00:38:25 Removing intermediate container db0058672088 00:38:25 ---> 6f4a4a46acc7 00:38:25 Step 21/27 : RUN pip install docker-compose==1.23.2 00:38:25 ---> 101136c3bb60 00:38:25 Step 7/21 : RUN go mod download 00:38:25 ---> Running in 341cfe496d41 00:38:25 ---> Running in f1b2c451f61e 00:38:27 Removing intermediate container 9805d67e0b24 00:38:27 ---> c2035d159312 00:38:27 Step 8/21 : COPY . . 00:38:27 Removing intermediate container 81642a84811c 00:38:27 ---> 447dfa8e3038 00:38:27 Step 8/23 : COPY . . 00:38:27 Removing intermediate container 47a64365998a 00:38:27 ---> ee6a8a29f6c3 00:38:27 Step 8/22 : COPY . . 00:38:30 Collecting docker-compose==1.23.2 00:38:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:34 Collecting texttable<0.10,>=0.9.0 00:38:34 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:40 Removing intermediate container f1b2c451f61e 00:38:40 ---> 3e3200041871 00:38:40 Step 8/21 : COPY . . 00:38:40 Collecting jsonschema<3,>=2.5.1 00:38:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:41 Collecting docker<4.0,>=3.6.0 00:38:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:41 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:38:42 Collecting docopt<0.7,>=0.6.1 00:38:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:50 Collecting dockerpty<0.5,>=0.4.1 00:38:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:57 Collecting cached-property<2,>=1.2.0 00:38:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:00 Collecting websocket-client<1.0,>=0.32.0 00:39:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:02 Collecting PyYAML<4,>=3.10 00:39:02 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:05 ---> 9c7e38b35e81 00:39:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:05 ---> a52b4294d3c6 00:39:05 Step 9/23 : RUN make cmd/core-data/core-data 00:39:05 Collecting docker-pycreds>=0.4.0 00:39:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:05 ---> db15099b718b 00:39:05 Step 9/22 : RUN make cmd/core-command/core-command 00:39:05 Collecting idna<2.8,>=2.5 00:39:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:06 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:39:06 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:39:06 Collecting urllib3<1.25,>=1.21.1 00:39:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:07 ---> Running in 5d31b4098e62 00:39:07 ---> Running in 11680dc87525 00:39:07 ---> Running in 401c13b026bb 00:39:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:07 Installing collected packages: texttable, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, cached-property, PyYAML, docker-compose 00:39:07 Running setup.py install for texttable: started 00:39:07 ---> acc07452e25e 00:39:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:07 Running setup.py install for texttable: finished with status 'done' 00:39:08 ---> Running in c74eef92243f 00:39:08 Attempting uninstall: idna 00:39:08 Found existing installation: idna 2.9 00:39:08 Uninstalling idna-2.9: 00:39:08 Successfully uninstalled idna-2.9 00:39:08 Attempting uninstall: urllib3 00:39:08 Found existing installation: urllib3 1.25.9 00:39:08 Uninstalling urllib3-1.25.9: 00:39:08 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:08 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:08 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:08 Successfully uninstalled urllib3-1.25.9 00:39:09 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:09 Attempting uninstall: requests 00:39:09 Found existing installation: requests 2.23.0 00:39:09 Uninstalling requests-2.23.0: 00:39:09 Successfully uninstalled requests-2.23.0 00:39:10 Running setup.py install for docopt: started 00:39:10 Running setup.py install for docopt: finished with status 'done' 00:39:10 Running setup.py install for dockerpty: started 00:39:11 Running setup.py install for dockerpty: finished with status 'done' 00:39:11 Running setup.py install for PyYAML: started 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:13 Running setup.py install for PyYAML: finished with status 'done' 00:39:14 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:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:19 Removing intermediate container 341cfe496d41 00:39:19 ---> a5663812b1f1 00:39:19 Step 22/27 : RUN apk --no-cache add curl 00:39:19 ---> Running in 5755e7c38bc5 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:22 (2/3) Installing libcurl (7.69.1-r3) 00:39:22 (3/3) Installing curl (7.69.1-r3) 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 OK: 72 MiB in 58 packages 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.197s coverage: 46.6% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:24 Removing intermediate container 5755e7c38bc5 00:39:24 ---> 53a7e9a7dfd9 00:39:24 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:24 ---> Running in 1b495ca97af0 00:39:25 Removing intermediate container 1b495ca97af0 00:39:25 ---> 437cfbf5eab3 00:39:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:25 ---> Running in f34f45c948c4 00:39:26 Removing intermediate container f34f45c948c4 00:39:26 ---> e6c93f5300f1 00:39:26 Step 25/27 : LABEL arch=x86_64 00:39:26 ---> Running in 47a57f953194 00:39:26 Removing intermediate container 47a57f953194 00:39:26 ---> 0335513f4d49 00:39:26 Step 26/27 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:39:27 ---> Running in 24e6cbec8cad 00:39:27 Removing intermediate container 24e6cbec8cad 00:39:27 ---> 258a5ad69644 00:39:27 Step 27/27 : LABEL version=0.0.0 00:39:27 ---> Running in ad73d4243654 00:39:28 Removing intermediate container ad73d4243654 00:39:28 ---> b9ef41d515e6 00:39:28 00:39:28 Successfully built b9ef41d515e6 00:39:28 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.556s coverage: 74.6% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.673s coverage: 82.9% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:32  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:38 Removing intermediate container 11680dc87525 00:39:38 ---> c285fc6649a1 00:39:38 00:39:38 Step 10/21 : FROM scratch 00:39:38 ---> 00:39:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:39 ---> Using cache 00:39:39 ---> c46cd47636a2 00:39:39 Step 12/21 : ENV APP_PORT=48085 00:39:39 Removing intermediate container 5d31b4098e62 00:39:39 ---> 76d186bb6e61 00:39:39 00:39:39 Step 10/22 : FROM scratch 00:39:39 ---> 00:39:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:39 ---> Using cache 00:39:39 ---> c46cd47636a2 00:39:39 Step 12/22 : ENV APP_PORT=48082 00:39:39 ---> Running in 618e777012f8 00:39:39 ---> Running in 7f2deb560d40 00:39:39 Removing intermediate container 7f2deb560d40 00:39:39 ---> 9d4e8b7686c9 00:39:39 Step 13/22 : EXPOSE $APP_PORT 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.156s coverage: 28.6% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.279s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.416s coverage: 97.5% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:41 Removing intermediate container 618e777012f8 00:39:41 ---> 476f9777d6d9 00:39:41 Step 13/21 : EXPOSE $APP_PORT 00:39:41 ---> Running in bf7d15c75d6b 00:39:41 ---> Running in 6876ce2f1525 00:39:42 Removing intermediate container bf7d15c75d6b 00:39:42 ---> 609d76ec3d52 00:39:42 Step 14/22 : WORKDIR / 00:39:42 Removing intermediate container c74eef92243f 00:39:42 ---> 23e6809413e4 00:39:42 00:39:42 Step 10/21 : FROM alpine 00:39:42 latest: Pulling from library/alpine 00:39:42 ---> Running in 7d90641eeb63 00:39:42 Removing intermediate container 6876ce2f1525 00:39:42 ---> 684519dc1fea 00:39:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:39:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:42 Status: Downloaded newer image for alpine:latest 00:39:42 ---> 389fef711851 00:39:42 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:42 ---> Running in 1fff26539740 00:39:42 Removing intermediate container 7d90641eeb63 00:39:42 ---> 1d0b2efeb645 00:39:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:43 ---> 24fed09d93bf 00:39:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:45 ---> e676f62b0e6f 00:39:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:45 Removing intermediate container 401c13b026bb 00:39:45 ---> 56fbf600ecf7 00:39:45 00:39:45 Step 10/23 : FROM alpine 00:39:45 ---> 389fef711851 00:39:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:45 ---> b4c85c3f8553 00:39:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:45 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:45 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:45 OK: 12745 distinct packages available 00:39:45 ---> Running in abb5369266b4 00:39:45 (1/4) Installing ca-certificates (20191127-r4) 00:39:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:45 (3/4) Installing libcurl (7.69.1-r3) 00:39:45 (4/4) Installing curl (7.69.1-r3) 00:39:45 Executing busybox-1.31.1-r19.trigger 00:39:45 Executing ca-certificates-20191127-r4.trigger 00:39:45 OK: 7 MiB in 18 packages 00:39:46 Removing intermediate container abb5369266b4 00:39:46 ---> 91a0cfe0d842 00:39:46 Step 12/23 : ENV APP_PORT=48080 00:39:46 ---> 8434b77ff57e 00:39:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:46 ---> 262fc234ed8f 00:39:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:39:46 ---> Running in 661a9053b0c3 00:39:46 ---> Running in c322f0cbcf54 00:39:46 ---> 6323eea617f3 00:39:46 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:46 Removing intermediate container 661a9053b0c3 00:39:46 ---> d611a2a99b26 00:39:46 Step 13/23 : EXPOSE $APP_PORT 00:39:47 Removing intermediate container c322f0cbcf54 00:39:47 ---> 30b784d44498 00:39:47 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:47 ---> Running in 1f625ac2d78b 00:39:47 ---> Running in 89456cdc97e4 00:39:47 ---> Running in 699e283ddc2b 00:39:47 Removing intermediate container 1fff26539740 00:39:47 ---> 6a106c56e17d 00:39:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:48 ---> Running in bbad0778471a 00:39:48 Removing intermediate container 89456cdc97e4 00:39:48 ---> 304070d51ca3 00:39:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:48 Removing intermediate container 699e283ddc2b 00:39:48 ---> 932adceffdb5 00:39:48 Step 19/21 : LABEL arch=x86_64 00:39:48 Removing intermediate container 1f625ac2d78b 00:39:48 ---> 53b09f980803 00:39:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:48 ---> Running in edfcaceee917 00:39:48 ---> Running in 38f0f147a701 00:39:48 ---> Running in f1d40bd01894 00:39:48 Removing intermediate container bbad0778471a 00:39:48 ---> 6234195e851c 00:39:48 Step 13/21 : WORKDIR /edgex 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.105s coverage: 93.8% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.161s coverage: 75.5% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements 00:39:48 ---> Running in af1636c72390 00:39:48 Removing intermediate container edfcaceee917 00:39:48 ---> 21444c127fd3 00:39:48 Step 20/22 : LABEL arch=x86_64 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements 00:39:48 Removing intermediate container 38f0f147a701 00:39:48 ---> 091dafa86d59 00:39:48 Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:39:48 ---> Running in 1ada7663f1bc 00:39:48 ---> Running in 79fb120d06b6 00:39:49 Removing intermediate container af1636c72390 00:39:49 ---> 160eb25caeb5 00:39:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:49 Removing intermediate container 1ada7663f1bc 00:39:49 ---> f64fe9056283 00:39:49 Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:39:49 Removing intermediate container 79fb120d06b6 00:39:49 ---> 64e7a2c8dd98 00:39:49 Step 21/21 : LABEL version=0.0.0 00:39:49 ---> Running in d392296202b7 00:39:49 ---> Running in 9b544ffdb5d5 00:39:49 ---> da96d5283bb8 00:39:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:50 Removing intermediate container 9b544ffdb5d5 00:39:50 ---> 89c136b84af4 00:39:50 00:39:50 Removing intermediate container d392296202b7 00:39:50 ---> e94a3a5b8761 00:39:50 Step 22/22 : LABEL version=0.0.0 00:39:50 Removing intermediate container f1d40bd01894 00:39:50 ---> af8f0bb4097c 00:39:50 Step 15/23 : RUN apk --no-cache add zeromq 00:39:50 ---> 929f9a6f9726 00:39:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:50 ---> Running in 6f1fd44b6d83 00:39:50 ---> Running in dcf7a4170902 00:39:50 Successfully built 89c136b84af4 00:39:50 Successfully tagged docker-support-scheduler-go:latest 00:39:51  Building docker-support-scheduler-go ... done Removing intermediate container 6f1fd44b6d83 00:39:51 ---> 7ddfb3953f14 00:39:51 00:39:51 ---> 285ddfceacde 00:39:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:51 ---> Running in f20bac5b549b 00:39:51 Successfully built 7ddfb3953f14 00:39:51 Successfully tagged docker-core-command-go:latest 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:51  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:51 Removing intermediate container f20bac5b549b 00:39:51 ---> c27bfba788c7 00:39:51 Step 18/21 : CMD ["--init=true"] 00:39:51 ---> Running in 9fc37ae21316 00:39:51 Removing intermediate container 9fc37ae21316 00:39:51 ---> 0b92b742285e 00:39:51 Step 19/21 : LABEL arch=x86_64 00:39:51 ---> Running in 5fd9106bcef7 00:39:52 Removing intermediate container 5fd9106bcef7 00:39:52 ---> d7fb4d66cc5e 00:39:52 Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:52 ---> Running in 08e327d56280 00:39:52 Removing intermediate container 08e327d56280 00:39:52 ---> 0518bbaacbee 00:39:52 Step 21/21 : LABEL version=0.0.0 00:39:52 ---> Running in fb4ba34eadbb 00:39:52 Removing intermediate container fb4ba34eadbb 00:39:52 ---> d7fff9c42953 00:39:52 00:39:52 Successfully built d7fff9c42953 00:39:52 Successfully tagged docker-security-proxy-setup-go:latest 00:39:52  Building docker-security-proxy-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) 00:39:52 (2/5) Installing libsodium (1.0.18-r0) 00:39:52 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:53 (4/5) Installing libzmq (4.3.3-r0) 00:39:53 (5/5) Installing zeromq (4.3.3-r0) 00:39:53 Executing busybox-1.31.1-r19.trigger 00:39:53 OK: 8 MiB in 19 packages 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.649s coverage: 63.5% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:39:53 Removing intermediate container dcf7a4170902 00:39:53 ---> b0d365c13122 00:39:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:39:54 ---> 0f4852c3b477 00:39:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 00:39:54 ---> 3a6bb770f981 00:39:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:54 ---> 3bf5a37ee846 00:39:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:54 ---> Running in 289105677f61 00:39:55 Removing intermediate container 289105677f61 00:39:55 ---> 6c6412676601 00:39:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:55 ---> Running in 660a5dbfe22b 00:39:55 Removing intermediate container 660a5dbfe22b 00:39:55 ---> 3b09873541ab 00:39:55 Step 21/23 : LABEL arch=x86_64 00:39:55 ---> Running in 558d1a64a054 00:39:55 Removing intermediate container 558d1a64a054 00:39:55 ---> b9fc04d03cd6 00:39:55 Step 22/23 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:39:55 ---> Running in ab7da416fdf0 00:39:57 Removing intermediate container ab7da416fdf0 00:39:57 ---> 818fdacff0d1 00:39:57 Step 23/23 : LABEL version=0.0.0 00:39:57 ---> Running in 4d9679aa35a3 00:39:57 Removing intermediate container 4d9679aa35a3 00:39:57 ---> ef2e52aa95d2 00:39:57 00:39:57 Successfully built ef2e52aa95d2 00:39:57 Successfully tagged docker-core-data-go:latest 00:39:57  Building docker-core-data-go ... done  [Pipeline] } 00:39:58 $ docker stop --time=1 c1c8ea263f02217c53fcc52c7e7f22b22d808a80ab2e5b61c9e488df9ff1717b 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 55.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:59 $ docker rm -f c1c8ea263f02217c53fcc52c7e7f22b22d808a80ab2e5b61c9e488df9ff1717b [Pipeline] // withDockerContainer [Pipeline] sh 00:40:00 + docker images 00:40:00 + grep docker 00:40:00 docker-core-data-go latest ef2e52aa95d2 2 seconds ago 22.2MB 00:40:00 docker-security-proxy-setup-go latest d7fff9c42953 7 seconds ago 24.5MB 00:40:00 docker-support-scheduler-go latest 89c136b84af4 9 seconds ago 10.7MB 00:40:00 docker-core-command-go latest 7ddfb3953f14 9 seconds ago 10.6MB 00:40:00 docker-sys-mgmt-agent-go latest b9ef41d515e6 32 seconds ago 313MB 00:40:00 docker-security-secretstore-setup-go latest 6296d9f9bc32 About a minute ago 24.6MB 00:40:00 docker-security-bootstrap-redis-go latest 7ab85fcad33a 2 minutes ago 15.8MB 00:40:00 docker-support-notifications-go latest 3aa75ae73fde 2 minutes ago 12MB 00:40:00 docker-core-metadata-go latest 90bd953394ed 2 minutes ago 13MB 00:40:00 docker latest 0040bc98e531 12 days ago 240MB [Pipeline] } [Pipeline] // withEnv 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [Pipeline] } [Pipeline] // script 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.608s coverage: 84.0% of statements 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [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:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.374s coverage: 47.1% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.165s coverage: 29.1% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.130s coverage: 87.9% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 00:40:14 GO111MODULE=on go vet ./... 00:40:16 Still waiting to schedule task 00:40:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:21 Running on prd-ubuntu18.04-docker-8c-8g-17703 in /w/workspace/edgexfoundry_edgex-go_PR-2962 [Pipeline] { [Pipeline] ws 00:41:21 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:41:22 gofmt -l . 00:41:22 [ "`gofmt -l .`" = "" ] 00:41:24 using credential edgex-jenkins-ssh 00:41:24 Cloning the remote Git repository 00:41:25 ./bin/test-go-mod-tidy.sh 00:41:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:23 > git init /w/workspace/edgex-go/3 # timeout=10 00:41:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:23 > git --version # timeout=10 00:41:23 > git --version # 'git version 2.17.1' 00:41:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:25 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:30 + ls -al . 00:41:30 total 664 00:41:30 drwxrwxr-x 9 1001 1001 4096 Dec 30 00:41 . 00:41:30 drwxr-xr-x 4 root root 4096 Dec 30 00:37 .. 00:41:30 -rw-rw-r-- 1 1001 1001 11 Dec 30 00:35 .dockerignore 00:41:30 drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 .git 00:41:30 drwxrwxr-x 3 1001 1001 4096 Dec 30 00:35 .github 00:41:30 -rw-rw-r-- 1 1001 1001 824 Dec 30 00:35 .gitignore 00:41:30 -rw-rw-r-- 1 1001 1001 166 Dec 30 00:35 .sonarcloud.properties 00:41:30 -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:35 CONTRIBUTING.md 00:41:30 -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:35 Dockerfile.build 00:41:30 -rw-rw-r-- 1 1001 1001 863 Dec 30 00:35 Jenkinsfile 00:41:30 -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:35 LICENSE 00:41:30 -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:35 Makefile 00:41:30 -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:35 README.md 00:41:30 -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:35 SECURITY.md 00:41:30 -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION 00:41:30 -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:35 ZMQWindows.md 00:41:30 drwxrwxr-x 2 1001 1001 4096 Dec 30 00:35 bin 00:41:30 drwxrwxr-x 14 1001 1001 4096 Dec 30 00:35 cmd 00:41:30 -rw-r--r-- 1 root root 538157 Dec 30 00:40 coverage.out 00:41:30 -rw-r--r-- 1 root root 979 Dec 30 00:41 go.mod 00:41:30 -rw-r--r-- 1 root root 18739 Dec 30 00:41 go.sum 00:41:30 drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 internal 00:41:30 drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 openapi 00:41:30 drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 snap 00:41:30 -rw-rw-r-- 1 1001 1001 168 Dec 30 00:35 version.go [Pipeline] sh 00:41:31 + '[' -e coverage.out ] 00:41:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:31 Warning: overwriting stash ‘coverage-report’ 00:41:32 Stashed 1 file(s) [Pipeline] sh 00:41:33 + make build 00:41:33 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:41:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2962/head:refs/remotes/origin/PR-2962 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:42 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit a0fe9c2cbb5f2ba2374e06009d327325fce0109d 00:41:42 Merge succeeded, producing 9790c571c8fe4b72137145f357ef2d7f0c9b977b 00:41:42 Checking out Revision 9790c571c8fe4b72137145f357ef2d7f0c9b977b (PR-2962) 00:41:42 > git config core.sparsecheckout # timeout=10 00:41:42 > git checkout -f a0fe9c2cbb5f2ba2374e06009d327325fce0109d # timeout=10 00:41:42 > git remote # timeout=10 00:41:42 > git config --get remote.origin.url # timeout=10 00:41:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:42 > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 00:41:42 > git rev-parse HEAD^{commit} # timeout=10 00:41:42 > git config core.sparsecheckout # timeout=10 00:41:42 > git checkout -f 9790c571c8fe4b72137145f357ef2d7f0c9b977b # timeout=10 00:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:46 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" 00:41:46 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:47 + echo snap-build.sh 00:41:47 snap-build.sh 00:41:47 + SNAP_BASE_DIR=. 00:41:47 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:41:47 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:41:47 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:41:47 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:41:47 + cd /w/workspace/edgex-go/3 00:41:47 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:47 Reading package lists... 00:41:48 Building dependency tree... 00:41:48 Reading state information... 00:41:48 The following packages were automatically installed and are no longer required: 00:41:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:48 uidmap xdelta3 00:41:48 Use 'sudo apt autoremove' to remove them. 00:41:46 > git rev-list --no-walk 071c9262eec4428d3dc066793b2c79d6412a0b4b # timeout=10 00:41:48 The following packages will be REMOVED: 00:41:48 lxd* lxd-client* 00:41:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:48 After this operation, 31.7 MB disk space will be freed. 00:41:50 (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:41:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:51 Removing lxd dnsmasq configuration 00:41:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:54 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:54 Processing triggers for ureadahead (0.100.0-21) ... 00:41:56 + sudo snap remove --purge lxd 00:41:56 snap "lxd" is not installed 00:41:56 + sudo groupadd --force --system lxd 00:41:56 ++ whoami 00:41:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:56 + newgrp - lxd 00:41:56 + sudo snap install lxd 00:42:06 2020-12-30T00:42:04Z INFO Waiting for automatic snapd restart... 00:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:24 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:42:25 lxd 4.9 from Canonical* installed 00:42:25 + sudo lxd init --auto 00:42: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:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:35 + sudo snap install --classic snapcraft 00:42:37 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: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:43 snapcraft 4.4.4 from Canonical* installed 00:42:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:43 + patch --verbose -p1 00:42:43 Hmm... Looks like a unified diff to me... 00:42:43 The text leading up to this was: 00:42:43 -------------------------- 00:42:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:43 |From: Tony Espy 00:42:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:43 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:43 | 00:42:43 |This patch is used by the EdgeX CI pipeline builds to 00:42:43 |optimize the snap CI check run for pull requests. When 00:42:43 |applied, it essentially strips out everything (apps and 00:42:43 |parts) from the snapcraft.yaml file except those required 00:42:43 |to build edgex-go, as the whole idea of the CI check is to 00:42:43 |catch changes to edgex-go that break the snap build. 00:42:43 | 00:42:43 |In general, anyone updating snapcraft.yaml will also need 00:42:43 |to update this patch file, otherwise it may fail to apply, 00:42:43 |resulting in a failed snap build CI check in the associated 00:42:43 |pull request. 00:42:43 | 00:42:43 |Note - in addition to applying this patch, the pipeline also 00:42:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:43 |need to build the finally binary .snap file (and it won't 00:42:43 |work with the patch applied). This further reduces the build 00:42:43 |time. 00:42:43 |--- 00:42:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:43 | 00:42:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:43 |index 1e537489..faf42425 100644 00:42:43 |--- a/snap/snapcraft.yaml 00:42:43 |+++ b/snap/snapcraft.yaml 00:42:43 -------------------------- 00:42:43 patching file snap/snapcraft.yaml 00:42:43 Using Plan A... 00:42:43 Hunk #1 succeeded at 73. 00:42:43 Hunk #2 succeeded at 202. 00:42:43 Hunk #3 succeeded at 214. 00:42:43 Hunk #4 succeeded at 222. 00:42:43 Hunk #5 succeeded at 229. 00:42:43 Hunk #6 succeeded at 256. 00:42:43 Hunk #7 succeeded at 290. 00:42:43 Hunk #8 succeeded at 341. 00:42:43 Hmm... Ignoring the trailing garbage. 00:42:43 done 00:42:43 + sudo snapcraft prime --use-lxd 00:42:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:44 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:42:44 - README.md 00:42:44 00:42:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:44 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:45 Launching a container. [Pipeline] } 00:42:49 $ docker stop --time=1 d2756dd7c93b05ec30b4ebaa2d9c36bf41a94c2fa512511d2e4c0c5fcf7cc4c2 00:42:51 $ docker rm -f d2756dd7c93b05ec30b4ebaa2d9c36bf41a94c2fa512511d2e4c0c5fcf7cc4c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:53 00:42:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:53 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:53 29e5d40040c1: Pulling fs layer 00:42:53 1ce36da41761: Pulling fs layer 00:42:53 25b303627fd3: Pulling fs layer 00:42:54 29e5d40040c1: Verifying Checksum 00:42:54 29e5d40040c1: Download complete 00:42:54 1ce36da41761: Verifying Checksum 00:42:54 1ce36da41761: Download complete 00:42:55 29e5d40040c1: Pull complete 00:42:55 1ce36da41761: Pull complete 00:42:57 25b303627fd3: Verifying Checksum 00:42:57 25b303627fd3: Download complete 00:43:00 Waiting for container to be ready 00:43:00 To start your first instance, try: lxc launch ubuntu:18.04 00:43:00 00:43:04 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:04 Waiting for network to be ready... 00:43:05 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:43:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:43:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:43:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:43:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:43:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:43:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:43:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:43:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:43:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:43:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:43:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:43:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:43:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:43:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:43:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:43:07 25b303627fd3: Pull complete 00:43:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:07 prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container 00:43:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:11 $ docker top a23ac5852851fabb1944ae09acd3326eda4e694e7a4746957fd7cc8b5bb52d8d -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:12 + docker-compose build --help 00:43:12 + grep parallel 00:43:12 Fetched 23.5 MB in 7s (3312 kB/s) 00:43:14 Reading package lists... 00:43:14 Reading package lists... 00:43:15 Building dependency tree... 00:43:15 Reading state information... 00:43:15 The following additional packages will be installed: 00:43:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:15 Suggested packages: 00:43:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:15 Recommended packages: 00:43:15 gnupg libsasl2-modules 00:43:15 The following NEW packages will be installed: 00:43:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:15 The following packages will be upgraded: 00:43:15 gpg gpg-agent gpgconf libudev1 00:43:15 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:43:15 Need to get 3531 kB of archives. 00:43:15 After this operation, 13.3 MB of additional disk space will be used. 00:43:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 00:43:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 00:43:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:15 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:43:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:43:15 --parallel Build images in parallel. 00:43:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:43:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [Pipeline] } 00:43:16 $ docker stop --time=1 a23ac5852851fabb1944ae09acd3326eda4e694e7a4746957fd7cc8b5bb52d8d 00:43:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:16 debconf: delaying package configuration, since apt-utils is not installed 00:43:16 Fetched 3531 kB in 1s (3076 kB/s) 00:43:16 (Reading database ... 12511 files and directories currently installed.) 00:43:16 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:43:16 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:16 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:43:16 Selecting previously unselected package udev. 00:43:16 (Reading database ... 12511 files and directories currently installed.) 00:43:16 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:43:16 Unpacking udev (237-3ubuntu10.43) ... 00:43:17 Selecting previously unselected package libfuse2:amd64. 00:43:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:17 Selecting previously unselected package fuse. 00:43:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:17 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:17 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:17 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:17 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:17 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:17 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:18 $ docker rm -f a23ac5852851fabb1944ae09acd3326eda4e694e7a4746957fd7cc8b5bb52d8d 00:43:18 Selecting previously unselected package libksba8:amd64. 00:43:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:18 Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] // withDockerContainer 00:43:18 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:18 . [Pipeline] withDockerContainer 00:43:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:18 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:19 prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container 00:43:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:43:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:20 Selecting previously unselected package libsasl2-2:amd64. 00:43:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:43:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:20 Selecting previously unselected package libldap-common. 00:43:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:20 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:20 Selecting previously unselected package dirmngr. 00:43:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:20 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:20 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:20 $ docker top 469b3699a6d77ab31e1c211645ab9fcf5d1b37d6bcfb5ea71bed19b1964a95b3 -eo pid,comm 00:43:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:43:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:20 Setting up udev (237-3ubuntu10.43) ... [Pipeline] { [Pipeline] sh 00:43:21 invoke-rc.d: policy-rc.d denied execution of start. 00:43:21 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Processing triggers for systemd (237-3ubuntu10) ... 00:43:21 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:21 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:22 settings in the [Install] section, and DefaultInstance for template units). 00:43:22 This means they are not meant to be enabled using systemctl. 00:43:22 Possible reasons for having this kind of units are: 00:43:22 1) A unit may be statically enabled by being symlinked from another unit's 00:43:22 .wants/ or .requires/ directory. 00:43:22 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:22 a requirement dependency on it. 00:43:22 3) A unit may be started when needed via activation (socket, path, timer, 00:43:22 D-Bus, udev, scripted systemctl call, ...). 00:43:22 4) In case of template units, the unit is meant to be enabled with some 00:43:22 instance name specified. 00:43:23 Reading package lists... 00:43:23 Building dependency tree... 00:43:23 Reading state information... 00:43:24 The following additional packages will be installed: 00:43:24 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:24 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:24 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:24 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:24 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:24 Suggested packages: 00:43:24 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:24 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:24 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:24 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:24 systemd-container policykit-1 00:43:24 Recommended packages: 00:43:24 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:24 The following NEW packages will be installed: 00:43:24 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:24 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:24 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:24 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:24 python3.6-minimal snapd squashfs-tools sudo 00:43:24 The following packages will be upgraded: 00:43:24 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:24 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:43:24 Need to get 35.2 MB of archives. 00:43:24 After this operation, 141 MB of additional disk space will be used. 00:43:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:43:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:25 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:43:25 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:43:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:25 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:43:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:43:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:25 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:43:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:25 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:43:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:25 Building docker-core-command-go ... 00:43:25 Building docker-core-data-go ... 00:43:25 Building docker-core-metadata-go ... 00:43:25 Building docker-security-bootstrap-redis-go ... 00:43:25 Building docker-security-proxy-setup-go ... 00:43:25 Building docker-security-secretstore-setup-go ... 00:43:25 Building docker-support-notifications-go ... 00:43:25 Building docker-support-scheduler-go ... 00:43:25 Building docker-sys-mgmt-agent-go ... 00:43:25 Building docker-support-scheduler-go 00:43:25 Building docker-support-notifications-go 00:43:25 Building docker-security-proxy-setup-go 00:43:25 Building docker-core-data-go 00:43:25 Building docker-core-metadata-go 00:43:26 debconf: delaying package configuration, since apt-utils is not installed 00:43:26 Fetched 35.2 MB in 2s (14.5 MB/s) 00:43:27 (Reading database ... 12757 files and directories currently installed.) 00:43:27 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:43:27 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:43:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:28 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:43:28 (Reading database ... 12757 files and directories currently installed.) 00:43:28 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:28 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:28 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:28 (Reading database ... 12757 files and directories currently installed.) 00:43:28 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:28 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:29 Setting up apt (1.6.12ubuntu0.2) ... 00:43:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:29 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:30 (Reading database ... 12764 files and directories currently installed.) 00:43:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:30 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:30 Selecting previously unselected package libexpat1:amd64. 00:43:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:30 Selecting previously unselected package python3.6-minimal. 00:43:30 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:32 Checking for services that may need to be restarted...done. 00:43:32 Checking for services that may need to be restarted...done. 00:43:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:33 Selecting previously unselected package python3-minimal. 00:43:33 (Reading database ... 13012 files and directories currently installed.) 00:43:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:33 Selecting previously unselected package mime-support. 00:43:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:33 Unpacking mime-support (3.60ubuntu1) ... 00:43:33 Selecting previously unselected package libmpdec2:amd64. 00:43:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:33 Selecting previously unselected package python3.6. 00:43:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:33 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:34 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:34 Selecting previously unselected package python3. 00:43:34 (Reading database ... 13442 files and directories currently installed.) 00:43:34 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:34 Unpacking python3 (3.6.7-1~18.04) ... 00:43:34 Selecting previously unselected package multiarch-support. 00:43:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:34 Selecting previously unselected package liblzo2-2:amd64. 00:43:34 (Reading database ... 13479 files and directories currently installed.) 00:43:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:34 Selecting previously unselected package libbsd0:amd64. 00:43:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:34 Selecting previously unselected package sudo. 00:43:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:43:34 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:43:35 Selecting previously unselected package apparmor. 00:43:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:35 Selecting previously unselected package libedit2:amd64. 00:43:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:35 Selecting previously unselected package libkrb5support0:amd64. 00:43:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:36 Selecting previously unselected package libk5crypto3:amd64. 00:43:36 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:36 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:36 Selecting previously unselected package libkeyutils1:amd64. 00:43:36 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:36 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:36 Selecting previously unselected package libkrb5-3:amd64. 00:43:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:36 Selecting previously unselected package libssl1.0.0:amd64. 00:43:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:37 Selecting previously unselected package openssh-client. 00:43:37 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:37 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:37 Selecting previously unselected package squashfs-tools. 00:43:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:37 Selecting previously unselected package snapd. 00:43:37 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:37 Unpacking snapd (2.48+18.04) ... 00:43:40 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:40 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:40 Setting up mime-support (3.60ubuntu1) ... 00:43:40 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:43:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:41 Setting up systemd (237-3ubuntu10.43) ... 00:43:41 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:43 Setting up python3 (3.6.7-1~18.04) ... 00:43:43 running python rtupdate hooks for python3.6... 00:43:43 running python post-rtupdate hooks for python3.6... 00:43:43 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:45 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:45 Setting up snapd (2.48+18.04) ... 00:43:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:47 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:48 /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:43:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:48 Processing triggers for systemd (237-3ubuntu10.43) ... 00:43:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:52 Reading package lists... 00:43:53 Reading package lists... 00:43:53 Building dependency tree... 00:43:53 Reading state information... 00:43:53 Calculating upgrade... 00:43:54 The following packages will be upgraded: 00:43:54 advancecomp base-files bash binutils binutils-common 00:43:54 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:54 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:54 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:43:54 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:43:54 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:43:54 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:43:54 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:43:54 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:43:54 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:43:54 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:43:54 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:43:54 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:43:54 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:54 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:54 Need to get 63.5 MB of archives. 00:43:54 After this operation, 5191 kB of additional disk space will be used. 00:43:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:43:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:54 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:43:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:54 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:55 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:55 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:55 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:55 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:55 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:55 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:55 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:55 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:55 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:55 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:55 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:55 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:55 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:55 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:55 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:43:55 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:43:55 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:55 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:55 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:43:55 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:43:55 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:55 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:55 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:55 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:43:55 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:55 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:55 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:43:55 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:43:55 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:43:55 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:43:55 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:55 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:55 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:55 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:55 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:55 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:55 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:56 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:56 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:56 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:56 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:56 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:56 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:43:56 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:56 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:56 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:56 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:56 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:56 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:56 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:56 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:56 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:56 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:56 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:56 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:56 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:56 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:56 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:56 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:56 Get:80 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:43:56 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:56 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:43:56 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:56 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:56 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:56 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:56 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:56 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:56 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:56 Get:90 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:43:56 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:56 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:56 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:56 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:56 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:56 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:56 debconf: delaying package configuration, since apt-utils is not installed 00:43:56 Fetched 63.5 MB in 3s (24.9 MB/s) 00:43:57 (Reading database ... 13912 files and directories currently installed.) 00:43:57 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:57 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:58 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:58 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:58 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:43:58 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:43:59 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 (Reading database ... 13911 files and directories currently installed.) 00:43:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:00 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:00 (Reading database ... 13911 files and directories currently installed.) 00:44:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:00 (Reading database ... 13911 files and directories currently installed.) 00:44:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:01 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:02 (Reading database ... 13911 files and directories currently installed.) 00:44:02 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:02 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:02 Setting up base-files (10.1ubuntu2.10) ... 00:44:02 Installing new version of config file /etc/issue ... 00:44:02 Installing new version of config file /etc/issue.net ... 00:44:02 Installing new version of config file /etc/lsb-release ... 00:44:02 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:02 Removing obsolete conffile /etc/default/motd-news ... 00:44:03 (Reading database ... 13912 files and directories currently installed.) 00:44:03 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:03 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:03 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:03 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:44:03 (Reading database ... 13912 files and directories currently installed.) 00:44:03 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:03 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:03 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:03 (Reading database ... 13912 files and directories currently installed.) 00:44:03 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:44:03 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:44:03 Setting up tar (1.29b-2ubuntu0.1) ... 00:44:03 (Reading database ... 13912 files and directories currently installed.) 00:44:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:04 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:04 (Reading database ... 13912 files and directories currently installed.) 00:44:04 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:04 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:04 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:04 (Reading database ... 13912 files and directories currently installed.) 00:44:04 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:05 (Reading database ... 13912 files and directories currently installed.) 00:44:05 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:05 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:05 Setting up grep (3.1-2build1) ... 00:44:05 (Reading database ... 13912 files and directories currently installed.) 00:44:05 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:05 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:05 Setting up login (1:4.5-1ubuntu2) ... 00:44:05 (Reading database ... 13912 files and directories currently installed.) 00:44:05 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:05 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:06 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:06 (Reading database ... 13912 files and directories currently installed.) 00:44:06 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:06 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:06 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:06 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:07 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:07 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:07 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:09 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:09 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:09 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:09 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:09 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:09 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:09 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:09 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:10 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:10 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:10 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:10 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:10 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:10 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:10 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:11 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:11 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:11 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:11 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:11 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:11 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:11 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:11 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:11 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:12 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:12 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:13 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:13 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:14 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:14 (Reading database ... 13914 files and directories currently installed.) 00:44:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:14 Setting up debconf (1.5.66ubuntu1) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:15 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:15 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:15 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:15 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:16 (Reading database ... 13914 files and directories currently installed.) 00:44:16 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:16 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:44:16 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:16 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:16 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:16 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:17 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:18 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:18 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:19 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:19 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:19 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:19 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:19 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:19 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:20 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:20 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:20 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:20 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:20 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:20 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:21 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:21 (Reading database ... 13915 files and directories currently installed.) 00:44:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:21 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:21 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:21 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:21 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:21 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:21 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:44:21 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:44:22 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:22 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:22 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:22 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:22 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:22 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:22 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:22 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:23 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:23 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:23 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:23 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:23 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:44:23 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:44:24 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:24 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:24 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:24 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:24 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:25 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:25 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:25 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:25 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:25 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:25 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:26 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:26 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:33 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:44:33 00:44:33 Current default time zone: 'Etc/UTC' 00:44:33 Local time is now: Wed Dec 30 00:44:33 UTC 2020. 00:44:33 Universal Time is now: Wed Dec 30 00:44:33 UTC 2020. 00:44:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:33 00:44:33 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:44:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:44:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:33 ---> d129623d2b84 00:44:33 Step 3/21 : WORKDIR /edgex-go 00:44:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:33 ---> d129623d2b84 00:44:33 Step 3/23 : WORKDIR /edgex-go 00:44:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:33 ---> d129623d2b84 00:44:33 Step 3/24 : WORKDIR /edgex-go 00:44:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:33 ---> d129623d2b84 00:44:33 Step 3/22 : WORKDIR /edgex-go 00:44:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:33 ---> d129623d2b84 00:44:33 Step 3/21 : WORKDIR /edgex-go 00:44:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:34 ---> Running in a94a1d65cec4 00:44:34 ---> Running in fba09b364cc7 00:44:34 ---> Running in 0f3c889ccdaf 00:44:34 ---> Running in 7fa15b293592 00:44:34 ---> Running in a8671022790d 00:44:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:34 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:34 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:34 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:34 Removing intermediate container a8671022790d 00:44:34 ---> 02f3036061b8 00:44:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:35 Removing intermediate container 7fa15b293592 00:44:35 ---> 6f05b4295462 00:44:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:35 ---> Running in 066225877bca 00:44:35 Removing intermediate container 0f3c889ccdaf 00:44:35 ---> 0d52d883712e 00:44:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:35 Removing intermediate container a94a1d65cec4 00:44:35 ---> ea2e71238a41 00:44:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:35 Removing intermediate container fba09b364cc7 00:44:35 ---> 2bedf1f0d66e 00:44:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:35 ---> Running in b526b9d2d81d 00:44:35 ---> Running in 85cfdf0870ee 00:44:35 ---> Running in b218050aa64c 00:44:35 ---> Running in 6f1c7fdb6eb7 00:44:37 Updating certificates in /etc/ssl/certs... 00:44:38 22 added, 17 removed; done. 00:44:38 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:38 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:38 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:38 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:38 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:38 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:38 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:38 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:38 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:38 Processing triggers for systemd (237-3ubuntu10.43) ... 00:44:39 Removing intermediate container 066225877bca 00:44:39 ---> 122fbb85bc88 00:44:39 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:44:39 ---> Running in 42b642ccebf0 00:44:39 Removing intermediate container b526b9d2d81d 00:44:39 ---> c36bae31303e 00:44:39 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:39 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:39 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:39 Updating certificates in /etc/ssl/certs... 00:44:39 ---> Running in 6566329bbb3c 00:44:39 Removing intermediate container 6f1c7fdb6eb7 00:44:39 ---> 9aa3ca592f3d 00:44:39 Step 5/21 : RUN apk update && apk add make git 00:44:39 Removing intermediate container b218050aa64c 00:44:39 ---> 6cdf877916f3 00:44:39 Step 5/21 : RUN apk update && apk add make git 00:44:39 ---> Running in 6f6c1d74c5a8 00:44:39 Removing intermediate container 85cfdf0870ee 00:44:39 ---> 161ec9705251 00:44:39 Step 5/22 : RUN apk update && apk add make git 00:44:39 ---> Running in be279d5dca7e 00:44:40 0 added, 0 removed; done. 00:44:40 Running hooks in /etc/ca-certificates/update.d... 00:44:40 done. 00:44:40 ---> Running in cac9e147553f 00:44:40 Reading package lists... 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:40 Building dependency tree... 00:44:40 Reading state information... 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:41 The following NEW packages will be installed: 00:44:41 apt-transport-https 00:44:41 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:41 Need to get 1696 B of archives. 00:44:41 After this operation, 153 kB of additional disk space will be used. 00:44:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:41 debconf: delaying package configuration, since apt-utils is not installed 00:44:41 Fetched 1696 B in 0s (41.1 kB/s) 00:44:41 Selecting previously unselected package apt-transport-https. 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:41 (Reading database ... 13929 files and directories currently installed.) 00:44:41 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:41 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:41 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:41 Waiting for network to be ready... 00:44:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:43 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:43 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:43 OK: 12620 distinct packages available 00:44:43 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:43 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:43 OK: 12620 distinct packages available 00:44:43 OK: 217 MiB in 51 packages 00:44:43 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:43 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:43 OK: 12620 distinct packages available 00:44:43 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:43 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:43 OK: 12620 distinct packages available 00:44:44 OK: 217 MiB in 51 packages 00:44:44 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:44 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:44 OK: 12620 distinct packages available 00:44:45 OK: 217 MiB in 51 packages 00:44:45 OK: 217 MiB in 51 packages 00:44:45 OK: 217 MiB in 51 packages 00:44:46 Removing intermediate container 42b642ccebf0 00:44:46 ---> b7eff5e5aa16 00:44:46 Step 6/24 : COPY go.mod . 00:44:46 Removing intermediate container 6566329bbb3c 00:44:46 ---> fbeb962850c4 00:44:46 Step 6/23 : COPY go.mod . 00:44:46 Removing intermediate container cac9e147553f 00:44:46 ---> d3d33e5d4c40 00:44:46 Step 6/22 : COPY go.mod . 00:44:47 ---> 5c0472c20d90 00:44:47 Step 7/24 : RUN go mod download 00:44:47 ---> Running in 07af8a3ce79f 00:44:47 Removing intermediate container be279d5dca7e 00:44:47 ---> 5cbe0a544d4b 00:44:47 Step 6/21 : COPY go.mod . 00:44:47 ---> 2c8fa7a246f4 00:44:47 Step 7/23 : RUN go mod download 00:44:47 Removing intermediate container 6f6c1d74c5a8 00:44:47 ---> 4d3cbbb738c2 00:44:47 Step 6/21 : COPY go.mod . 00:44:47 ---> Running in 4fd21ff1ced4 00:44:47 ---> 1a4f6ab3654e 00:44:47 Step 7/22 : RUN go mod download 00:44:48 ---> Running in 4dc09705dee9 00:44:48 ---> bb20d08ef274 00:44:48 Step 7/21 : RUN go mod download 00:44:48 ---> 962088a8cde6 00:44:48 Step 7/21 : RUN go mod download 00:44:48 ---> Running in f6dbad7f0bbc 00:44:48 ---> Running in 8a49cb034066 00:44:50 2020-12-30T00:44:46Z INFO Waiting for automatic snapd restart... 00:44:50 snapd 2.48.1 from Canonical* installed 00:44:52 "snapd" switched to the "latest/stable" channel 00:44:52 00:44:52 Removing intermediate container 07af8a3ce79f 00:44:52 ---> 73ef9696d83d 00:44:52 Step 8/24 : COPY . . 00:44:52 Removing intermediate container 4fd21ff1ced4 00:44:52 ---> 3b9e35625383 00:44:52 Step 8/23 : COPY . . 00:44:52 Removing intermediate container 4dc09705dee9 00:44:52 ---> d3a64e779e90 00:44:52 Step 8/22 : COPY . . 00:44:53 Removing intermediate container f6dbad7f0bbc 00:44:53 ---> 8575eb74c072 00:44:53 Step 8/21 : COPY . . 00:44:54 Removing intermediate container 8a49cb034066 00:44:54 ---> d06f3539a042 00:44:54 Step 8/21 : COPY . . 00:44:58 core18 20201210 from Canonical* installed 00:44:58 "core18" switched to the "latest/stable" channel 00:44:58 00:45:06 snapcraft 4.4.4 from Canonical* installed 00:45:06 "snapcraft" switched to the "latest/stable" channel 00:45:06 00:45:12 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:45:12 - README.md 00:45:12 00:45:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:18 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:18 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:18 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:20 Reading package lists... 00:45:21 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:45:21 ---> 06d9f40e9a76 00:45:21 Step 9/23 : RUN make cmd/core-data/core-data 00:45:21 ---> b23c6c9b34d3 00:45:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:21 ---> fc6a8a3039c0 00:45:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:45:21 ---> 89fcaebe6571 00:45:21 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:45:21 ---> b6258d078463 00:45:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:21 ---> Running in 5f6f106c8195 00:45:21 ---> Running in 5605494697b9 00:45:21 ---> Running in 4778927e4db3 00:45:21 ---> Running in e84b8681ea5b 00:45:21 ---> Running in d406326c4c05 00:45:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45: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:45:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45: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:45:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:28 Reading package lists... 00:45:28 Building dependency tree... 00:45:28 Reading state information... 00:45:28 Suggested packages: 00:45:28 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:28 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:28 Recommended packages: 00:45:28 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:28 The following NEW packages will be installed: 00:45:28 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:28 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:28 pkg-config zip 00:45:28 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:28 Need to get 7655 kB of archives. 00:45:28 After this operation, 43.7 MB of additional disk space will be used. 00:45:28 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:45:28 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:29 debconf: delaying package configuration, since apt-utils is not installed 00:45:29 Fetched 7655 kB in 1s (9640 kB/s) 00:45:29 Selecting previously unselected package libglib2.0-0:amd64. 00:45:29 (Reading database ... 13933 files and directories currently installed.) 00:45:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:29 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:29 Selecting previously unselected package libpsl5:amd64. 00:45:29 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:29 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:29 Selecting previously unselected package libnghttp2-14:amd64. 00:45:29 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:29 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:29 Selecting previously unselected package librtmp1:amd64. 00:45:29 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:29 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:29 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:29 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:29 Selecting previously unselected package liberror-perl. 00:45:29 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:29 Unpacking liberror-perl (0.17025-1) ... 00:45:30 Selecting previously unselected package git-man. 00:45:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:30 Selecting previously unselected package git. 00:45:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:30 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:31 Selecting previously unselected package libnorm1:amd64. 00:45:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:31 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:31 Selecting previously unselected package libsodium23:amd64. 00:45:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:31 Selecting previously unselected package libzmq5:amd64. 00:45:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:31 Selecting previously unselected package libzmq3-dev:amd64. 00:45:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:32 Selecting previously unselected package pkg-config. 00:45:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:32 Selecting previously unselected package zip. 00:45:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:32 Unpacking zip (3.0-11build1) ... 00:45:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:32 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:32 Setting up liberror-perl (0.17025-1) ... 00:45:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:32 No schema files found: doing nothing. 00:45:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:32 Setting up zip (3.0-11build1) ... 00:45:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:32 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:39 git set to automatically installed. 00:45:39 git-man set to automatically installed. 00:45:39 libcurl3-gnutls set to automatically installed. 00:45:39 liberror-perl set to automatically installed. 00:45:39 libglib2.0-0 set to automatically installed. 00:45:39 libnghttp2-14 set to automatically installed. 00:45:39 libnorm1 set to automatically installed. 00:45:39 libpgm-5.2-0 set to automatically installed. 00:45:39 libpsl5 set to automatically installed. 00:45:39 librtmp1 set to automatically installed. 00:45:39 libsodium23 set to automatically installed. 00:45:39 libzmq3-dev set to automatically installed. 00:45:39 libzmq5 set to automatically installed. 00:45:39 pkg-config set to automatically installed. 00:45:39 zip set to automatically installed. 00:45:41 snapd is not logged in, snap install commands will use sudo 00:45:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:48 snap "core18" has no updates available 00:45:48 Pulling config-common 00:45:50 Pulling go-build-helper 00:46:23 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:46:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:46:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:46:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:46:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:46:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:46:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:46:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:46:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:46:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:46:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:46:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:46:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:46:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:46:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:46:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:46:23 Fetched 23.5 MB in 6s (3838 kB/s) 00:46:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:23 Fetched 96.5 kB in 0s (0 B/s) 00:46:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:23 Fetched 279 kB in 0s (0 B/s) 00:46:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:23 Fetched 122 kB in 0s (0 B/s) 00:46:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:23 Fetched 77.8 kB in 0s (0 B/s) 00:46:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:23 Fetched 8848 B in 0s (0 B/s) 00:46:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:23 Fetched 47.8 kB in 0s (0 B/s) 00:46:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:23 Fetched 45.6 kB in 0s (0 B/s) 00:46:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:46:23 Fetched 14.8 kB in 0s (0 B/s) 00:46:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:23 Fetched 214 kB in 0s (0 B/s) 00:46:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:46:23 Fetched 155 kB in 0s (0 B/s) 00:46:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:23 Fetched 50.6 kB in 0s (0 B/s) 00:46:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:23 Fetched 14.8 kB in 0s (0 B/s) 00:46:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:23 Fetched 41.8 kB in 0s (0 B/s) 00:46:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:23 Fetched 499 kB in 0s (0 B/s) 00:46:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:23 Fetched 111 kB in 0s (0 B/s) 00:46:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:23 Fetched 240 kB in 0s (0 B/s) 00:46:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:23 Fetched 29.3 kB in 0s (0 B/s) 00:46:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:23 Fetched 85.5 kB in 0s (0 B/s) 00:46:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:23 Fetched 24.5 kB in 0s (0 B/s) 00:46:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:46:23 Fetched 49.2 kB in 0s (0 B/s) 00:46:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:23 Fetched 54.2 kB in 0s (0 B/s) 00:46:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:23 Fetched 30.8 kB in 0s (0 B/s) 00:46:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:46:23 Fetched 17.0 kB in 0s (0 B/s) 00:46:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:23 Fetched 85.9 kB in 0s (0 B/s) 00:46:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:23 Fetched 8720 B in 0s (0 B/s) 00:46:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:23 Fetched 137 kB in 0s (0 B/s) 00:46:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:23 Fetched 119 kB in 0s (0 B/s) 00:46:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:23 Fetched 109 kB in 0s (0 B/s) 00:46:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:23 Fetched 11.1 kB in 0s (0 B/s) 00:46:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:23 Fetched 645 kB in 0s (0 B/s) 00:46:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:23 Fetched 41.3 kB in 0s (0 B/s) 00:46:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:23 Fetched 17.9 kB in 0s (0 B/s) 00:46:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:23 Fetched 368 kB in 0s (0 B/s) 00:46:23 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:46:23 Fetched 187 kB in 0s (0 B/s) 00:46:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:23 Fetched 175 kB in 0s (0 B/s) 00:46:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:23 Fetched 206 kB in 0s (0 B/s) 00:46:23 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:23 Fetched 1301 kB in 0s (0 B/s) 00:46:23 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:23 Fetched 36.2 kB in 0s (0 B/s) 00:46:23 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:23 Fetched 159 kB in 0s (0 B/s) 00:46:23 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:23 Fetched 107 kB in 0s (0 B/s) 00:46:23 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:23 Fetched 48.7 kB in 0s (0 B/s) 00:46:23 Pulling static-packages 00:46:24 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:46:24 Skipping pull go-build-helper (already ran) 00:46:24 Skipping pull static-packages (already ran) 00:46:24 Building go-build-helper 00:46:30 Building static-packages 00:46:33 Staging go-build-helper 00:46:35 Staging static-packages 00:46:36 Pulling go115 00:46:38 'edgex-go' has dependencies that need to be staged: go115 00:46:38 Skipping pull go115 (already ran) 00:46:38 Building go115 00:46:38 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:38 Dload Upload Total Spent Left Speed 00:46:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.1M 0 0 15.5M 0 0:00:07 --:--:-- 0:00:07 15.4M 35 115M 35 41.3M 0 0 24.9M 0 0:00:04 0:00:01 0:00:03 24.8M 54 115M 54 62.6M 0 0 23.5M 0 0:00:04 0:00:02 0:00:02 23.5M 72 115M 72 83.5M 0 0 22.8M 0 0:00:05 0:00:03 0:00:02 22.8M 99 115M 99 114M 0 0 24.5M 0 0:00:04 0:00:04 --:--:-- 24.5M 100 115M 100 115M 0 0 24.5M 0 0:00:04 0:00:04 --:--:-- 26.0M 00:46:43 go1.15.2.linux-amd64.tar.gz: OK 00:46:50 Staging go115 00:46:58 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:58 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:58 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:58 Fetched 0 B in 0s (0 B/s) 00:46:58 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:58 Fetched 224 kB in 0s (0 B/s) 00:46:58 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:58 Fetched 157 kB in 0s (0 B/s) 00:46:58 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:58 Fetched 221 kB in 0s (0 B/s) 00:46:58 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:58 Fetched 143 kB in 0s (0 B/s) 00:46:58 Pulling edgex-go 00:46:58 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:46:58 Removing intermediate container 5f6f106c8195 00:46:58 ---> 6b2eca8e417f 00:46:58 00:46:58 Step 10/24 : FROM scratch 00:46:58 ---> 00:46:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:59 ---> Running in 608020a0b6d5 00:47:00 Removing intermediate container 608020a0b6d5 00:47:00 ---> 4ad37b7d85b2 00:47:00 Step 12/24 : ENV APP_PORT=48060 00:47:00 Pulling version 00:47:00 ---> Running in 8a79a60187bf 00:47:00 Removing intermediate container e84b8681ea5b 00:47:00 ---> fc26dde588fb 00:47:00 00:47:00 Step 10/21 : FROM scratch 00:47:00 ---> 00:47:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:01 ---> Running in b08c906e2a60 00:47:01 Removing intermediate container 8a79a60187bf 00:47:01 ---> 8ea6292209eb 00:47:01 Step 13/24 : EXPOSE $APP_PORT 00:47:02 ---> Running in c83b46cf3d80 00:47:02 Building config-common 00:47:02 Removing intermediate container b08c906e2a60 00:47:02 ---> 1feddd1f6825 00:47:02 Step 12/21 : ENV APP_PORT=48085 00:47:02 ---> Running in 76565c02cd6d 00:47:03 Removing intermediate container c83b46cf3d80 00:47:03 ---> 36db0e7012b0 00:47:03 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:03 Removing intermediate container 76565c02cd6d 00:47:03 ---> c71d2e5a85a6 00:47:03 Step 13/21 : EXPOSE $APP_PORT 00:47:04 ---> Running in 56ae1659ee6c 00:47:04 Removing intermediate container d406326c4c05 00:47:04 ---> b011786dbe42 00:47:04 00:47:04 Step 10/21 : FROM alpine 00:47:04 latest: Pulling from library/alpine 00:47:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:04 Status: Downloaded newer image for alpine:latest 00:47:04 ---> afeebe901d6b 00:47:04 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:47:04 ---> Running in 5bd042098d68 00:47:04 ---> 26cc0c2277fa 00:47:04 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:05 Removing intermediate container 56ae1659ee6c 00:47:05 ---> 40d27ed3a926 00:47:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:47:05 Skipping build go-build-helper (already ran) 00:47:05 Skipping build static-packages (already ran) 00:47:05 Skipping build go115 (already ran) 00:47:05 Building edgex-go 00:47:06 ---> 1cbb61d54124 00:47:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:07 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:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:07 ---> 8e32754bea16 00:47:07 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 go: downloading github.com/gorilla/mux v1.8.0 00:47:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 00:47:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 00:47:08 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:47:08 go: downloading github.com/google/uuid v1.1.2 00:47:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:08 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:47:08 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:47:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:08 go: downloading github.com/pkg/errors v0.8.1 00:47:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:08 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:08 go: downloading github.com/imdario/mergo v0.3.11 00:47:08 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:08 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:08 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:08 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:08 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:47:08 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:47:08 OK: 12615 distinct packages available 00:47:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:09 go: downloading github.com/pebbe/zmq4 v1.0.0 00:47:09 go: downloading github.com/go-kit/kit v0.8.0 00:47:09 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:09 go: downloading github.com/x448/float16 v0.8.4 00:47:09 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:09 go: downloading github.com/leodido/go-urn v1.2.0 00:47:09 ---> 7f5f1c5ef3e9 00:47:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:09 go: downloading github.com/hashicorp/serf v0.8.2 00:47:09 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:09 (1/4) Installing ca-certificates (20191127-r4) 00:47:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:09 go: downloading github.com/go-playground/locales v0.13.0 00:47:09 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:09 (3/4) Installing libcurl (7.69.1-r3) 00:47:09 ---> f121975a979a 00:47:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:09 (4/4) Installing curl (7.69.1-r3) 00:47:09 Executing busybox-1.31.1-r19.trigger 00:47:09 Executing ca-certificates-20191127-r4.trigger 00:47:10 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:10 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:10 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:10 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:10 OK: 7 MiB in 18 packages 00:47:10 ---> 89514caf1211 00:47:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:47:10 ---> 458b7786cb4b 00:47:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:10 ---> Running in 2ebd343f185b 00:47:12 ---> 5ce44aef7478 00:47:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:12 Removing intermediate container 2ebd343f185b 00:47:12 ---> 2f81134aa07f 00:47:12 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:13 ---> Running in 86555bdf2261 00:47:13 Removing intermediate container 5bd042098d68 00:47:13 ---> 8ebbaf36662c 00:47:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:14 ---> 321222eb9689 00:47:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:14 ---> Running in 6126a6b15d41 00:47:14 Removing intermediate container 86555bdf2261 00:47:14 ---> 2ce92619979e 00:47:14 Step 19/21 : LABEL arch=arm64 00:47:14 ---> Running in 5070dc0d97c9 00:47:14 ---> Running in e53863669eba 00:47:15 Removing intermediate container 5070dc0d97c9 00:47:15 ---> 250036c7d5ca 00:47:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:15 Removing intermediate container 6126a6b15d41 00:47:15 ---> 6dc8978006d8 00:47:15 Step 13/21 : WORKDIR /edgex 00:47:15 ---> Running in 6cb36f05e8bf 00:47:15 ---> Running in d16d8e1fbf27 00:47:15 Removing intermediate container e53863669eba 00:47:15 ---> 730a73500d9e 00:47:15 Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:47:16 ---> Running in fcdc1c0ad59a 00:47:16 Removing intermediate container 6cb36f05e8bf 00:47:16 ---> 628542326170 00:47:16 Step 22/24 : LABEL arch=arm64 00:47:16 ---> Running in 53f801655aad 00:47:16 Removing intermediate container d16d8e1fbf27 00:47:16 ---> 56a551fad5c8 00:47:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:16 Removing intermediate container fcdc1c0ad59a 00:47:16 ---> 5c0128cd0bb5 00:47:16 Step 21/21 : LABEL version=0.0.0 00:47:17 ---> Running in 1fa02e753a4b 00:47:17 Removing intermediate container 53f801655aad 00:47:17 ---> 0b6de0b9cf13 00:47:17 Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:47:17 ---> 4dc240b2ceb2 00:47:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:17 ---> Running in ea3f7f2c48bc 00:47:18 Removing intermediate container 1fa02e753a4b 00:47:18 ---> 08b4f1eae7b2 00:47:18 00:47:18 Removing intermediate container ea3f7f2c48bc 00:47:18 ---> b57494b01dd9 00:47:18 Step 24/24 : LABEL version=0.0.0 00:47:18 Successfully built 08b4f1eae7b2 00:47:18 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:18  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:47:18 ---> Running in f6b44abb056d 00:47:20 ---> a424f17fde0c 00:47:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47: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:47:20 Removing intermediate container f6b44abb056d 00:47:20 ---> b9ffe02cfc68 00:47:20 00:47:21 Successfully built b9ffe02cfc68 00:47:22 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:22 Building docker-security-bootstrap-redis-go 00:47:22  Building docker-support-notifications-go ... done Removing intermediate container 4778927e4db3 00:47:22 ---> 6a3f2b9e8aa8 00:47:22 00:47:22 Step 10/22 : FROM scratch 00:47:22 ---> 00:47:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:22 ---> Using cache 00:47:22 ---> 1feddd1f6825 00:47:22 Step 12/22 : ENV APP_PORT=48081 00:47:22 ---> e8f729aa9562 00:47:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:23 ---> Running in 199da81b347d 00:47:23 ---> Running in a40ec83b8b52 00:47:23 Removing intermediate container 199da81b347d 00:47:23 ---> 96d2d79d1939 00:47:23 Step 13/22 : EXPOSE $APP_PORT 00:47:24 Removing intermediate container a40ec83b8b52 00:47:24 ---> 604e705358a0 00:47:24 Step 18/21 : CMD ["--init=true"] 00:47:24 ---> Running in 3dd595523485 00:47:24 ---> Running in f1216b69fb7e 00:47:25 Removing intermediate container 3dd595523485 00:47:25 ---> e1d47b7206b2 00:47:25 Step 14/22 : WORKDIR / 00:47:26 ---> Running in 39657f12eb95 00:47:26 Removing intermediate container f1216b69fb7e 00:47:26 ---> b7c360bf0949 00:47:26 Step 19/21 : LABEL arch=arm64 00:47:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:27 ---> Running in 2b49a509fa66 00:47:27 Removing intermediate container 39657f12eb95 00:47:27 ---> f4a787318b25 00:47:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:47:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:27 Removing intermediate container 2b49a509fa66 00:47:27 ---> 1b457840182e 00:47:27 Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:47:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:29 ---> d093864b22dc 00:47:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:29 ---> Running in 1887dc082353 00:47:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:29 go: downloading github.com/stretchr/testify v1.6.1 00:47:29 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:29 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:29 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:30 Removing intermediate container 1887dc082353 00:47:30 ---> de26eb08c293 00:47:30 Step 21/21 : LABEL version=0.0.0 00:47:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:33 Removing intermediate container 5605494697b9 00:47:33 ---> c44ef39b6abe 00:47:33 00:47:33 Step 10/23 : FROM alpine 00:47:33 ---> afeebe901d6b 00:47:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:33 ---> 7344eb093969 00:47:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:33 ---> Running in 1ec812143aca 00:47:33 ---> Running in 457c9962d842 00:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:33 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:34 Removing intermediate container 1ec812143aca 00:47:34 ---> a5783487fee2 00:47:34 00:47:34 Successfully built a5783487fee2 00:47:35 ---> e30b93502d6a 00:47:35 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:47:35 Removing intermediate container 457c9962d842 00:47:35 ---> bc2bc2acd291 00:47:35 Step 12/23 : ENV APP_PORT=48080 00:47:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:35  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:35 ---> Running in 256fe3848d39 00:47:35 ---> Running in b90da4af7c9d 00:47:36 Removing intermediate container 256fe3848d39 00:47:36 ---> ab54aef2110e 00:47:36 Step 13/23 : EXPOSE $APP_PORT 00:47:36 Removing intermediate container b90da4af7c9d 00:47:36 ---> 80da519df4a2 00:47:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:36 ---> Running in 1d6e8e551834 00:47:36 ---> Running in d8237dcc8ce8 00:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:37 Removing intermediate container d8237dcc8ce8 00:47:37 ---> 81ea30a2a2ce 00:47:37 Step 20/22 : LABEL arch=arm64 00:47:37 Removing intermediate container 1d6e8e551834 00:47:37 ---> cdf618aeb747 00:47:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:37 ---> Running in 7508f3a16cb4 00:47:37 ---> Running in 15f1a910b355 00:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:47:39 Removing intermediate container 7508f3a16cb4 00:47:39 ---> 0d977b388c43 00:47:39 Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:47:39 ---> Running in 1c1056cb5b05 00:47: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:47:41 Removing intermediate container 1c1056cb5b05 00:47:41 ---> 9cef4b123638 00:47:41 Step 22/22 : LABEL version=0.0.0 00:47:41 Removing intermediate container 15f1a910b355 00:47:41 ---> 3e0690e0fb07 00:47:41 Step 15/23 : RUN apk --no-cache add zeromq 00:47:42 ---> Running in 9ea69d30c84c 00:47:42 ---> Running in e699ea41643b 00:47:43 Removing intermediate container 9ea69d30c84c 00:47:43 ---> f64184d407d3 00:47:43 00:47:43 Successfully built f64184d407d3 00:47:43 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:43 Building docker-core-command-go 00:47:44  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:44 Building version 00:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:45 (1/5) Installing libgcc (9.3.0-r2) 00:47:45 (2/5) Installing libsodium (1.0.18-r0) 00:47:45 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:46 (4/5) Installing libzmq (4.3.3-r0) 00:47:46 (5/5) Installing zeromq (4.3.3-r0) 00:47:46 Executing busybox-1.31.1-r19.trigger 00:47:46 OK: 8 MiB in 19 packages 00:47:47 Staging config-common 00:47:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:48 ---> d129623d2b84 00:47:48 Step 3/24 : WORKDIR /edgex-go 00:47:48 ---> Using cache 00:47:48 ---> ea2e71238a41 00:47:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:48 ---> Using cache 00:47:48 ---> 6cdf877916f3 00:47:48 Step 5/24 : RUN apk update && apk add make git 00:47:48 ---> Using cache 00:47:48 ---> 5cbe0a544d4b 00:47:48 Step 6/24 : COPY go.mod . 00:47:48 ---> Using cache 00:47:48 ---> 962088a8cde6 00:47:48 Step 7/24 : RUN go mod download 00:47:48 ---> Using cache 00:47:48 ---> 8575eb74c072 00:47:48 Step 8/24 : COPY . . 00:47:48 ---> Using cache 00:47:48 ---> fc6a8a3039c0 00:47:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:48 Skipping stage go-build-helper (already ran) 00:47:48 Skipping stage static-packages (already ran) 00:47:48 Skipping stage go115 (already ran) 00:47:48 Staging edgex-go 00:47:49 ---> Running in 0499a766c948 00:47:50 Staging version 00:47:50 Removing intermediate container e699ea41643b 00:47:50 ---> e47db6a23ad3 00:47:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:52 Priming config-common 00:47:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:52 ---> ae1c3d76c8de 00:47:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:53 Priming go-build-helper 00:47:55 ---> 9fb3160745b9 00:47:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:55 Priming static-packages 00:47:57 ---> 349fab45e117 00:47:57 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:57 ---> Running in 5d18a80d11c2 00:47:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:58 ---> d129623d2b84 00:47:58 Step 3/22 : WORKDIR /edgex-go 00:47:58 ---> Using cache 00:47:58 ---> ea2e71238a41 00:47:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:58 ---> Using cache 00:47:58 ---> 6cdf877916f3 00:47:58 Step 5/22 : RUN apk update && apk add make git 00:47:58 ---> Using cache 00:47:58 ---> 5cbe0a544d4b 00:47:58 Step 6/22 : COPY go.mod . 00:47:58 ---> Using cache 00:47:58 ---> 962088a8cde6 00:47:58 Step 7/22 : RUN go mod download 00:47:58 ---> Using cache 00:47:58 ---> 8575eb74c072 00:47:58 Step 8/22 : COPY . . 00:47:58 ---> Using cache 00:47:58 ---> fc6a8a3039c0 00:47:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:58 Priming go115 00:47:59 ---> Running in bef0e43bf3cc 00:47:59 Removing intermediate container 5d18a80d11c2 00:47:59 ---> 26ac078a468f 00:47:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:59 Priming edgex-go 00:48:00 ---> Running in 8bd8d884e551 00:48:01 Removing intermediate container 8bd8d884e551 00:48:01 ---> a554776cc07f 00:48:01 Step 21/23 : LABEL arch=arm64 00:48:01 Priming version 00:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:01 ---> Running in e0b9c1747e7b 00:48:02 Removing intermediate container e0b9c1747e7b 00:48:02 ---> 1e30cdc90ccc 00:48:02 Step 22/23 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:48:02 ---> Running in fac9e5adcc3e 00:48:02 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:06 Removing intermediate container fac9e5adcc3e 00:48:06 ---> a9c9a8ad87d2 00:48:06 Step 23/23 : LABEL version=0.0.0 00:48:07 ---> Running in f8936745660b 00:48:08 Removing intermediate container f8936745660b 00:48:08 ---> 199dc938f148 00:48:08 00:48:09 Successfully built 199dc938f148 00:48:09 Successfully tagged docker-core-data-go-arm64:latest 00:48:12  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:12 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:48:12 ---> d129623d2b84 00:48:12 Step 3/27 : WORKDIR /edgex-go 00:48:12 ---> Using cache 00:48:12 ---> ea2e71238a41 00:48:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:12 ---> Using cache 00:48:12 ---> 6cdf877916f3 00:48:12 Step 5/27 : RUN apk update && apk add make bash git 00:48:13 ---> Running in 9cda00bc76e9 00:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:17 ---> d129623d2b84 00:48:17 Step 3/22 : WORKDIR /edgex-go 00:48:17 ---> Using cache 00:48:17 ---> ea2e71238a41 00:48:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:17 ---> Using cache 00:48:17 ---> 6cdf877916f3 00:48:17 Step 5/22 : RUN apk update && apk add make git 00:48:17 ---> Using cache 00:48:17 ---> 5cbe0a544d4b 00:48:17 Step 6/22 : COPY go.mod . 00:48:17 ---> Using cache 00:48:17 ---> 962088a8cde6 00:48:17 Step 7/22 : RUN go mod download 00:48:17 ---> Using cache 00:48:17 ---> 8575eb74c072 00:48:17 Step 8/22 : COPY . . 00:48:17 ---> Using cache 00:48:17 ---> fc6a8a3039c0 00:48:17 Step 9/22 : RUN make cmd/core-command/core-command 00:48:18 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:18 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:18 OK: 12620 distinct packages available 00:48:18 ---> Running in be2a42bf1ca6 00:48:19 OK: 217 MiB in 51 packages 00:48:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:20 Removing intermediate container 9cda00bc76e9 00:48:20 ---> bf3cfdc1057d 00:48:20 Step 6/27 : COPY go.mod . 00:48:21 ---> 07dd77fcac66 00:48:21 Step 7/27 : RUN go mod download 00:48:22 ---> Running in 30b0aae92213 00:48:26 Removing intermediate container 30b0aae92213 00:48:26 ---> d90c6bb754bc 00:48:26 Step 8/27 : COPY . . 00:48:48 ---> b49db1c04adb 00:48:48 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:48 ---> Running in d6f947c875b4 00:48:48 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:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:03 Removing intermediate container 0499a766c948 00:49:03 ---> 8aa9e54d0b1b 00:49:03 00:49:03 Step 10/24 : FROM alpine:3.10 00:49:03 3.10: Pulling from library/alpine 00:49:04 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:04 Status: Downloaded newer image for alpine:3.10 00:49:04 ---> 536a684cf733 00:49:04 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:04 ---> Running in 18762e151f4a 00:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:07 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:07 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:07 OK: 10171 distinct packages available 00:49:08 (1/5) Installing ca-certificates (20191127-r2) 00:49:08 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:08 (3/5) Installing libcurl (7.66.0-r3) 00:49:08 (4/5) Installing curl (7.66.0-r3) 00:49:08 (5/5) Installing dumb-init (1.2.2-r1) 00:49:08 Executing busybox-1.30.1-r3.trigger 00:49:08 Executing ca-certificates-20191127-r2.trigger 00:49:08 OK: 7 MiB in 19 packages 00:49:11 Removing intermediate container 18762e151f4a 00:49:11 ---> 490a9ff50ea9 00:49:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:12 ---> Running in 7a172871c58e 00:49:13 Removing intermediate container 7a172871c58e 00:49:13 ---> cd1b6112c7cf 00:49:13 Step 13/24 : WORKDIR / 00:49:13 ---> Running in 3f1e7eadc52d 00:49:14 Removing intermediate container bef0e43bf3cc 00:49:14 ---> 95f279537213 00:49:14 00:49:14 Step 10/22 : FROM alpine:3.10 00:49:14 ---> 536a684cf733 00:49:14 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:14 ---> Using cache 00:49:14 ---> 490a9ff50ea9 00:49:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:14 ---> Running in ea81f90931e3 00:49:14 Removing intermediate container 3f1e7eadc52d 00:49:14 ---> 7312325e2387 00:49:14 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:49:15 Removing intermediate container ea81f90931e3 00:49:15 ---> 8de9c621a9a8 00:49:15 Step 13/22 : WORKDIR / 00:49:15 ---> Running in b1e5ed4c33f7 00:49:16 ---> 205e59f5cec7 00:49:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:17 Removing intermediate container b1e5ed4c33f7 00:49:17 ---> 504e40f704dc 00:49:17 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:49:17 ---> 27fdf927c45d 00:49:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:18 ---> 0e58c0650d07 00:49:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:18 ---> 71c6dcdb1c67 00:49:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:20 ---> 3a998ea38d03 00:49:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:21 ---> 82bfd361b205 00:49:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:23 ---> 347705d882da 00:49:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:49:24 ---> a0254f2cd884 00:49:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:24 ---> 342c146fd19d 00:49:24 Step 18/22 : RUN chmod +x entrypoint.sh 00:49:24 ---> Running in 122bed1dc235 00:49:25 ---> 27ed66d563f9 00:49:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:25 ---> Running in 55d57f93b8e5 00:49:29 Removing intermediate container 122bed1dc235 00:49:29 ---> c13109bb3d33 00:49:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:49:29 ---> Running in 7586ad3fcb6e 00:49:30 Removing intermediate container 7586ad3fcb6e 00:49:30 ---> bc9430ef68be 00:49:30 Step 20/22 : LABEL arch=arm64 00:49:30 Removing intermediate container 55d57f93b8e5 00:49:30 ---> 810e94846c35 00:49:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:30 ---> Running in 6ace86637b98 00:49:30 ---> Running in 9154fd9297d3 00:49:31 Removing intermediate container 6ace86637b98 00:49:31 ---> 14087013dc35 00:49:31 Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:49:32 ---> Running in a62f27ecfb7f 00:49:32 Removing intermediate container 9154fd9297d3 00:49:32 ---> b1692ff8c93a 00:49:32 Step 22/24 : LABEL arch=arm64 00:49:32 ---> Running in 06cc5e21bcbd 00:49:32 Removing intermediate container be2a42bf1ca6 00:49:32 ---> ed8e95c2ccec 00:49:32 00:49:32 Step 10/22 : FROM scratch 00:49:32 ---> 00:49:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:32 ---> Using cache 00:49:32 ---> 1feddd1f6825 00:49:32 Step 12/22 : ENV APP_PORT=48082 00:49:32 Removing intermediate container a62f27ecfb7f 00:49:32 ---> 7eb76d799f97 00:49:32 Step 22/22 : LABEL version=0.0.0 00:49:33 ---> Running in 9474318f0b0c 00:49:33 ---> Running in 59da937ce5db 00:49:33 Removing intermediate container 06cc5e21bcbd 00:49:33 ---> 533cfa915990 00:49:33 Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:49:33 ---> Running in 005487cb868c 00:49:33 Removing intermediate container 9474318f0b0c 00:49:33 ---> 0f993463ab69 00:49:33 Step 13/22 : EXPOSE $APP_PORT 00:49:34 ---> Running in dcb34585b758 00:49:34 Removing intermediate container 59da937ce5db 00:49:34 ---> 6dc23ed2bac6 00:49:34 00:49:34 Removing intermediate container 005487cb868c 00:49:34 ---> ce831a7614cb 00:49:34 Step 24/24 : LABEL version=0.0.0 00:49:34 ---> Running in 350b8a8fe092 00:49:34 Removing intermediate container dcb34585b758 00:49:34 ---> e88f6758b9ec 00:49:34 Step 14/22 : WORKDIR / 00:49:35 ---> Running in 7d299d89b04d 00:49:35 Successfully built 6dc23ed2bac6 00:49:35 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:49:35  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 350b8a8fe092 00:49:35 ---> 9e96157c6352 00:49:35 00:49:36 Removing intermediate container 7d299d89b04d 00:49:36 ---> 99e3cb7f2d7b 00:49:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:36 Successfully built 9e96157c6352 00:49:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:36  Building docker-security-secretstore-setup-go ... done  ---> 545c57c3c8f7 00:49:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:38 ---> 00e426c67d88 00:49:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:39 ---> 7d103c4b9eb2 00:49:39 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:39 ---> Running in 369eac614d40 00:49:39 Removing intermediate container 369eac614d40 00:49:39 ---> 7c79388fe7d9 00:49:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:40 ---> Running in 3314800a325a 00:49:40 Removing intermediate container 3314800a325a 00:49:40 ---> e3260f75e2e2 00:49:40 Step 20/22 : LABEL arch=arm64 00:49:41 ---> Running in 787b065f1dfd 00:49:41 Removing intermediate container 787b065f1dfd 00:49:41 ---> 71f8127ce7d1 00:49:41 Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:49:41 ---> Running in 700a38c0b73e 00:49:42 Removing intermediate container 700a38c0b73e 00:49:42 ---> 2d158a6cba70 00:49:42 Step 22/22 : LABEL version=0.0.0 00:49:42 ---> Running in 5c7d9383e55a 00:49:43 Removing intermediate container 5c7d9383e55a 00:49:43 ---> 675775bba3ec 00:49:43 00:49:43 Removing intermediate container d6f947c875b4 00:49:43 ---> 7550282a9a29 00:49:43 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:44 Successfully built 675775bba3ec 00:49:44 Successfully tagged docker-core-command-go-arm64:latest 00:49:44  Building docker-core-command-go ... done  ---> Running in 69763250adda 00:49: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:49:47 Removing intermediate container 69763250adda 00:49:47 ---> 4ca4a9090371 00:49:47 00:49:47 Step 11/27 : FROM docker:latest 00:49:47 ---> f66387bf908a 00:49:47 Step 12/27 : RUN apk add --no-cache bash 00:49:47 ---> Running in 113d03ddc318 00:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:49 (1/2) Installing readline (8.0.4-r0) 00:49:49 (2/2) Installing bash (5.0.17-r0) 00:49:49 Executing bash-5.0.17-r0.post-install 00:49:49 Executing busybox-1.31.1-r19.trigger 00:49:49 OK: 12 MiB in 22 packages 00:49:50 Removing intermediate container 113d03ddc318 00:49:50 ---> 569b3119da37 00:49:50 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:49:50 ---> Running in fad13f8c85b4 00:49:52 Removing intermediate container fad13f8c85b4 00:49:52 ---> d90e933f7362 00:49:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:52 ---> Running in cdb5aa12c4f1 00:49:53 Removing intermediate container cdb5aa12c4f1 00:49:53 ---> be2bb86c248d 00:49:53 Step 15/27 : ENV APP_PORT=48090 00:49:53 ---> Running in db2d249d913c 00:49:53 Removing intermediate container db2d249d913c 00:49:53 ---> 2890f615b474 00:49:53 Step 16/27 : EXPOSE $APP_PORT 00:49:53 ---> Running in 7e7a3a7d51f6 00:49:54 Removing intermediate container 7e7a3a7d51f6 00:49:54 ---> 3c4454025cc3 00:49:54 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:55 ---> 0e7365c90c13 00:49:55 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:56 ---> 4aac0710cf02 00:49:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:57 ---> 0306f04e1ef7 00:49:57 Step 20/27 : RUN apk --no-cache add py3-pip 00:49:57 ---> Running in a13bd03048d5 00:49:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:59 (1/33) Installing libbz2 (1.0.8-r1) 00:49:59 (2/33) Installing expat (2.2.9-r1) 00:49:59 (3/33) Installing libffi (3.3-r2) 00:49:59 (4/33) Installing gdbm (1.13-r1) 00:49:59 (5/33) Installing xz-libs (5.2.5-r0) 00:49:59 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:59 (7/33) Installing python3 (3.8.5-r0) 00:50:01 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:01 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:01 (11/33) Installing py3-six (1.15.0-r0) 00:50:01 (12/33) Installing py3-packaging (20.4-r0) 00:50:01 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:01 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:01 (15/33) Installing py3-idna (2.9-r0) 00:50:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:01 (18/33) Installing py3-requests (2.23.0-r0) 00:50:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:02 (24/33) Installing py3-distro (1.5.0-r1) 00:50:02 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:02 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:02 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:02 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:02 (29/33) Installing py3-progress (1.5-r0) 00:50:02 (30/33) Installing py3-toml (0.10.1-r0) 00:50:02 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:02 (33/33) Installing py3-pip (20.1.1-r0) 00:50:02 Executing busybox-1.31.1-r19.trigger 00:50:02 OK: 71 MiB in 55 packages 00:50:09 Removing intermediate container a13bd03048d5 00:50:09 ---> f1cb38f67bbc 00:50:09 Step 21/27 : RUN pip install docker-compose==1.23.2 00:50:09 ---> Running in 171e8a602112 00:50:14 Collecting docker-compose==1.23.2 00:50:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:15 Collecting websocket-client<1.0,>=0.32.0 00:50:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:15 Collecting cached-property<2,>=1.2.0 00:50:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:15 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:50:15 Collecting jsonschema<3,>=2.5.1 00:50:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:16 Collecting texttable<0.10,>=0.9.0 00:50:16 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:18 Collecting PyYAML<4,>=3.10 00:50:18 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:22 Collecting dockerpty<0.5,>=0.4.1 00:50:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:23 Collecting docker<4.0,>=3.6.0 00:50:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:24 Collecting docopt<0.7,>=0.6.1 00:50:24 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:27 Collecting docker-pycreds>=0.4.0 00:50:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:28 Collecting urllib3<1.25,>=1.21.1 00:50:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:28 Collecting idna<2.8,>=2.5 00:50:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:28 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:50:28 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:50:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:29 Installing collected packages: websocket-client, cached-property, jsonschema, texttable, PyYAML, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose 00:50:30 Running setup.py install for texttable: started 00:50:32 Running setup.py install for texttable: finished with status 'done' 00:50:32 Running setup.py install for PyYAML: started 00:50:34 Running setup.py install for PyYAML: finished with status 'done' 00:50:34 Running setup.py install for dockerpty: started 00:50:35 Running setup.py install for dockerpty: finished with status 'done' 00:50:35 Attempting uninstall: urllib3 00:50:35 Found existing installation: urllib3 1.25.9 00:50:35 Uninstalling urllib3-1.25.9: 00:50:35 Successfully uninstalled urllib3-1.25.9 00:50:36 Attempting uninstall: idna 00:50:36 Found existing installation: idna 2.9 00:50:36 Uninstalling idna-2.9: 00:50:36 Successfully uninstalled idna-2.9 00:50:37 Attempting uninstall: requests 00:50:37 Found existing installation: requests 2.23.0 00:50:37 Uninstalling requests-2.23.0: 00:50:37 Successfully uninstalled requests-2.23.0 00:50:38 Running setup.py install for docopt: started 00:50:40 Running setup.py install for docopt: finished with status 'done' 00:50:41 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:50:45 Removing intermediate container 171e8a602112 00:50:45 ---> 90302d770e9c 00:50:45 Step 22/27 : RUN apk --no-cache add curl 00:50:45 ---> Running in 2fa05fe4b241 00:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:47 (2/3) Installing libcurl (7.69.1-r3) 00:50:47 (3/3) Installing curl (7.69.1-r3) 00:50:47 Executing busybox-1.31.1-r19.trigger 00:50:47 OK: 71 MiB in 58 packages 00:50:49 Removing intermediate container 2fa05fe4b241 00:50:49 ---> beb410ca11c2 00:50:49 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:49 ---> Running in 5ba4aec98599 00:50:49 Removing intermediate container 5ba4aec98599 00:50:49 ---> a3a783b8f514 00:50:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:49 ---> Running in 961eac8d681b 00:50:50 Removing intermediate container 961eac8d681b 00:50:50 ---> 0fa2b0abf971 00:50:50 Step 25/27 : LABEL arch=arm64 00:50:50 ---> Running in c4565adf3199 00:50:50 Removing intermediate container c4565adf3199 00:50:50 ---> 9e59835eecb0 00:50:50 Step 26/27 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 00:50:50 ---> Running in 4d179441c765 00:50:51 Removing intermediate container 4d179441c765 00:50:51 ---> ee8b24ce3b43 00:50:51 Step 27/27 : LABEL version=0.0.0 00:50:51 ---> Running in 616a09ea5f60 00:50:51 Removing intermediate container 616a09ea5f60 00:50:51 ---> 4ae11ef17cd6 00:50:51 00:50:52 Successfully built 4ae11ef17cd6 00:50:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:52 $ docker stop --time=1 469b3699a6d77ab31e1c211645ab9fcf5d1b37d6bcfb5ea71bed19b1964a95b3 00:50:54 $ docker rm -f 469b3699a6d77ab31e1c211645ab9fcf5d1b37d6bcfb5ea71bed19b1964a95b3 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:55 + docker images 00:50:55 + grep docker 00:50:55 docker-sys-mgmt-agent-go-arm64 latest 4ae11ef17cd6 4 seconds ago 300MB 00:50:55 docker-core-command-go-arm64 latest 675775bba3ec About a minute ago 9.98MB 00:50:55 docker-security-secretstore-setup-go-arm64 latest 9e96157c6352 About a minute ago 23.5MB 00:50:55 docker-security-bootstrap-redis-go-arm64 latest 6dc23ed2bac6 About a minute ago 15.1MB 00:50:55 docker-core-data-go-arm64 latest 199dc938f148 2 minutes ago 20.9MB 00:50:55 docker-core-metadata-go-arm64 latest f64184d407d3 3 minutes ago 12.2MB 00:50:55 docker-security-proxy-setup-go-arm64 latest a5783487fee2 3 minutes ago 23.3MB 00:50:55 docker-support-notifications-go-arm64 latest b9ffe02cfc68 3 minutes ago 11.4MB 00:50:55 docker-support-scheduler-go-arm64 latest 08b4f1eae7b2 3 minutes ago 10MB 00:50:55 docker latest f66387bf908a 11 days 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:50:58 provisioning config files... 00:50:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4106600056119283029tmp [Pipeline] { [Pipeline] sh 00:50:58 + set +x 00:50:58 + curl -s https://codecov.io/bash 00:50:58 + bash -s -- 00:50:59 00:50:59 _____ _ 00:50:59 / ____| | | 00:50:59 | | ___ __| | ___ ___ _____ __ 00:50:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:59 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:59 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:59 Bash-20201223-5ad85e3 00:50:59 00:50:59 00:50:59 ==> git version 2.24.3 found 00:50:59 ==> 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:50:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:59 ==> Jenkins CI detected. 00:50:59 project root: . 00:50:59 --> token set from env 00:50:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:59 ==> Running gcov in . (disable via -X gcov) 00:50:59 ==> Python coveragepy not found 00:50:59 ==> Searching for coverage reports in: 00:50:59 + . 00:50:59 -> Found 1 reports 00:50:59 ==> Detecting git/mercurial file structure 00:50:59 ==> Reading reports 00:50:59 + ./coverage.out bytes=538157 00:50:59 ==> Appending adjustments 00:50:59 https://docs.codecov.io/docs/fixing-reports 00:51:02 + Found adjustments 00:51:02 ==> Gzipping contents 00:51:02 84K /tmp/codecov.Ey1oAx.gz 00:51:02 ==> Uploading reports 00:51:02 url: https://codecov.io 00:51:02 query: branch=PR-2962&commit=21e072101d5435541b80262ca9aae949fd994ad4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2962%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2962&job=&cmd_args= 00:51:02 -> Pinging Codecov 00:51:02 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2962&commit=21e072101d5435541b80262ca9aae949fd994ad4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2962%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2962&job=&cmd_args= 00:51:02 -> Uploading to 00:51:02 https://storage.googleapis.com/codecov/v4/raw/2020-12-30/00271124DB129430A58F1EEE437C3FCB/21e072101d5435541b80262ca9aae949fd994ad4/db555de6-a002-471f-b139-d306cc3f3f12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T005102Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=327d64e9622076be06ffb0d51f9e7ee6353a0668f9c894cf41e42bffb8896fda 00:51:02 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:02 Dload Upload Total Spent Left Speed 00:51:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81948 0 0 100 81948 0 127k --:--:-- --:--:-- --:--:-- 128k 00:51:03 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/21e072101d5435541b80262ca9aae949fd994ad4 [Pipeline] } 00:51:03 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:51:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:06 ---> package-listing.sh 00:51:06 ++ facter osfamily 00:51:06 ++ tr '[:upper:]' '[:lower:]' 00:51:06 + OS_FAMILY=redhat 00:51:06 + workspace=/w/workspace/edgex-go/3 00:51:06 + START_PACKAGES=/tmp/packages_start.txt 00:51:06 + END_PACKAGES=/tmp/packages_end.txt 00:51:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:06 + PACKAGES=/tmp/packages_start.txt 00:51:06 + '[' /w/workspace/edgex-go/3 ']' 00:51:06 + PACKAGES=/tmp/packages_end.txt 00:51:06 + case "${OS_FAMILY}" in 00:51:06 + rpm -qa 00:51:06 + sort 00:51:12 + '[' -f /tmp/packages_start.txt ']' 00:51:12 + '[' -f /tmp/packages_end.txt ']' 00:51:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:12 + '[' /w/workspace/edgex-go/3 ']' 00:51:12 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:51:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:51:12 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:12 00:51:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:13 alpine: Pulling from edgex-lftools-log-publisher 00:51:13 df20fa9351a1: Pulling fs layer 00:51:13 36b3adc4ff6f: Pulling fs layer 00:51:13 8ad3a11d3b57: Pulling fs layer 00:51:13 46f8f816bc3b: Pulling fs layer 00:51:13 93b61091891f: Pulling fs layer 00:51:13 93b9cdb0e59b: Pulling fs layer 00:51:13 5e14af77c1be: Pulling fs layer 00:51:13 01666e4c0597: Pulling fs layer 00:51:13 aa168da1d23b: Pulling fs layer 00:51:13 93b9cdb0e59b: Waiting 00:51:13 5e14af77c1be: Waiting 00:51:13 01666e4c0597: Waiting 00:51:13 aa168da1d23b: Waiting 00:51:13 46f8f816bc3b: Waiting 00:51:13 93b61091891f: Waiting 00:51:13 36b3adc4ff6f: Verifying Checksum 00:51:13 36b3adc4ff6f: Download complete 00:51:13 46f8f816bc3b: Verifying Checksum 00:51:13 46f8f816bc3b: Download complete 00:51:13 df20fa9351a1: Verifying Checksum 00:51:13 df20fa9351a1: Download complete 00:51:13 93b9cdb0e59b: Verifying Checksum 00:51:13 93b9cdb0e59b: Download complete 00:51:13 5e14af77c1be: Download complete 00:51:13 93b61091891f: Download complete 00:51:13 01666e4c0597: Verifying Checksum 00:51:13 01666e4c0597: Download complete 00:51:13 df20fa9351a1: Pull complete 00:51:13 36b3adc4ff6f: Pull complete 00:51:14 8ad3a11d3b57: Verifying Checksum 00:51:14 8ad3a11d3b57: Download complete 00:51:15 8ad3a11d3b57: Pull complete 00:51:15 46f8f816bc3b: Pull complete 00:51:15 aa168da1d23b: Verifying Checksum 00:51:15 aa168da1d23b: Download complete 00:51:16 93b61091891f: Pull complete 00:51:16 93b9cdb0e59b: Pull complete 00:51:17 5e14af77c1be: Pull complete 00:51:17 01666e4c0597: Pull complete 00:51:26 aa168da1d23b: Pull complete 00:51:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:26 prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container 00:51:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:37 $ docker top 6c4c6a1d4ff40513a594a29709bb9387b81ab08d3bd82355af2de6465d4c49ec -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:37 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:38 + mkdir -p /var/log/sa [Pipeline] sh 00:51:38 + ls /var/log/sa-host 00:51:38 + sadf -c /var/log/sa-host/sa23 00:51:38 file_magic: OK 00:51:38 HZ: Using current value: 100 00:51:38 file_header: OK 00:51:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:38 Statistics: 00:51:38 Hnuu...uuuununununu... 00:51:38 File successfully converted to sysstat format version 12.2.1 00:51:38 + sadf -c /var/log/sa-host/sa30 00:51:38 file_magic: OK 00:51:38 HZ: Using current value: 100 00:51:38 file_header: OK 00:51:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:38 Statistics: 00:51:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:39 provisioning config files... 00:51:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8847921055939998338tmp [Pipeline] { [Pipeline] echo 00:51:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:39 ---> create-netrc.sh [Pipeline] } 00:51:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:39 ---> python-tools-install.sh [Pipeline] echo 00:51:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:40 ---> sudo-logs.sh 00:51:40 Archiving 'sudo' log.. [Pipeline] echo 00:51:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:40 ---> job-cost.sh 00:51:40 lf-activate-venv: SKIPPING 00:51:40 INFO: No Stack... 00:51:41 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:42 INFO: Archiving Costs [Pipeline] echo 00:51:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:42 ---> logs-deploy.sh 00:51:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2962/3 00:51:42 INFO: archiving workspace using pattern(s): 00:51:44 Archives upload complete. 00:51:44 INFO: archiving logs to Nexus