Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 16cc25e94c27377845b649f3af051c6a69a82b9b+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (417f64e5dce2936457e1d9d900fc8354001975b2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21278 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 16cc25e94c27377845b649f3af051c6a69a82b9b Merge succeeded, producing 16cc25e94c27377845b649f3af051c6a69a82b9b Checking out Revision 16cc25e94c27377845b649f3af051c6a69a82b9b (PR-3027) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:59:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:59:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:59:24 ========================================================= 19:59:24 EdgeX Global Pipelines Version Info 19:59:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:59:25 ------------------- 19:59:25 stable info: 19:59:25 ------------------- 19:59:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:59:25 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 19:59:25 Message: update stable to v1.0.177 19:59:26 ------------------- 19:59:26 experimental info: 19:59:26 ------------------- 19:59:26 Commited By: **** collab-it+edgex@linuxfoundation.org 19:59:26 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 19:59:26 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:59:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:59:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16cc25e94c27377845b649f3af051c6a69a82b9b [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16cc25e [Pipeline] echo 19:59:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:59:30 provisioning config files... 19:59:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config2928512739913146236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:30 ---> docker-login.sh 19:59:30 nexus3.edgexfoundry.org:10001 19:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:31 Configure a credential helper to remove this warning. See 19:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:31 19:59:31 Login Succeeded 19:59:31 nexus3.edgexfoundry.org:10002 19:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:32 Configure a credential helper to remove this warning. See 19:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:32 19:59:32 Login Succeeded 19:59:32 nexus3.edgexfoundry.org:10003 19:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:32 Configure a credential helper to remove this warning. See 19:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:32 19:59:32 Login Succeeded 19:59:32 nexus3.edgexfoundry.org:10004 19:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:32 Configure a credential helper to remove this warning. See 19:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:32 19:59:32 Login Succeeded 19:59:32 docker.io 19:59:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:33 Configure a credential helper to remove this warning. See 19:59:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:33 19:59:33 Login Succeeded 19:59:33 ---> docker-login.sh ends [Pipeline] } 19:59:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:34 ++ 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 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/core-command/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo core-command,cmd/core-command/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ cut -d/ -f2 19:59:34 ++ dirname cmd/core-data/Dockerfile 19:59:34 + echo core-data,cmd/core-data/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/core-metadata/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo core-metadata,cmd/core-metadata/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/security-bootstrap-redis/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/security-proxy-setup/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ cut -d/ -f2 19:59:34 ++ dirname cmd/support-notifications/Dockerfile 19:59:34 + echo support-notifications,cmd/support-notifications/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/support-scheduler/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:59:34 + for file in '`ls cmd/**/Dockerfile`' 19:59:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:59:34 ++ cut -d/ -f2 19:59:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:59:34 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 19:59:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:59:35 19:59:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:59:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:59:35 latest: Pulling from edgex-devops/git-semver 19:59:35 31603596830f: Pulling fs layer 19:59:35 2a8b12db71e7: Pulling fs layer 19:59:35 6ca5941a6612: Pulling fs layer 19:59:35 ecc8261a40a4: Pulling fs layer 19:59:35 ecc8261a40a4: Waiting 19:59:35 2a8b12db71e7: Download complete 19:59:35 31603596830f: Download complete 19:59:36 ecc8261a40a4: Download complete 19:59:36 6ca5941a6612: Verifying Checksum 19:59:36 6ca5941a6612: Download complete 19:59:36 31603596830f: Pull complete 19:59:36 2a8b12db71e7: Pull complete 19:59:38 6ca5941a6612: Pull complete 19:59:38 ecc8261a40a4: Pull complete 19:59:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:59:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:59:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:59:39 prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container 19:59:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:59:42 $ docker top 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:59:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:42 [ssh-agent] Looking for ssh-agent implementation... 19:59:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:43 $ docker exec 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent 19:59:43 SSH_AUTH_SOCK=/tmp/ssh-ms0IYoRQMZX1/agent.11 19:59:43 SSH_AGENT_PID=16 19:59:43 Running ssh-add (command line suppressed) 19:59:43 Identity added: /w/workspace/edgex-go/16@tmp/private_key_8821577739782409863.key (/w/workspace/edgex-go/16@tmp/private_key_8821577739782409863.key) 19:59:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:44 + git tag --points-at HEAD [Pipeline] } 19:59:44 $ docker exec --env ******** --env ******** 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent -k 19:59:44 unset SSH_AUTH_SOCK; 19:59:44 unset SSH_AGENT_PID; 19:59:44 echo Agent pid 16 killed; 19:59:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:59:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:45 [ssh-agent] Looking for ssh-agent implementation... 19:59:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:45 $ docker exec 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent 19:59:45 SSH_AUTH_SOCK=/tmp/ssh-ZCkzr8IVWW2g/agent.44 19:59:45 SSH_AGENT_PID=49 19:59:45 Running ssh-add (command line suppressed) 19:59:46 Identity added: /w/workspace/edgex-go/16@tmp/private_key_2469909558344877546.key (/w/workspace/edgex-go/16@tmp/private_key_2469909558344877546.key) 19:59:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:46 + git semver init 19:59:46 # -> Open(): unable to determine branch for HEAD 19:59:46 # $GIT_DIR = /w/workspace/edgex-go/16/.git 19:59:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 19:59:46 # $SEMVER_REMOTE_NAME = origin 19:59:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:59:46 # $SEMVER_USER_NAME = edgex-jenkins 19:59:46 # $SEMVER_BRANCH = PR-3027 19:59:46 # $SEMVER_TEMP = /tmp/semver-983860625 19:59:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:00:19 # '/tmp/semver-983860625' -> '/w/workspace/edgex-go/16/.semver' 20:00:20 # -> Force: false 20:00:20 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 20:00:20 $ docker exec --env ******** --env ******** 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 ssh-agent -k 20:00:21 unset SSH_AUTH_SOCK; 20:00:21 unset SSH_AGENT_PID; 20:00:21 echo Agent pid 49 killed; 20:00:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:21 + git semver [Pipeline] } 20:00:22 $ docker stop --time=1 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 20:00:24 $ docker rm -f 74376e312ea7760d74bd1805ec0a6d64542ae27d000557f23fa005f69d3f5f02 [Pipeline] // withDockerContainer [Pipeline] sh 20:00:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:00:25 Stashed 1 file(s) [Pipeline] echo 20:00:25 [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 20:00:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:00:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:00:27 + sudo service docker restart 20:00:27 + true 20:00:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:00:28 ========================================================= 20:00:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:00:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:00:29 + 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 . 20:00:37 Sending build context to Docker daemon 326.6MB 20:00:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:00:37 Step 2/6 : FROM ${BASE} 20:00:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:00:37 188c0c94c7c5: Pulling fs layer 20:00:37 0ef7d3d256c8: Pulling fs layer 20:00:37 de9db76c5a1d: Pulling fs layer 20:00:37 bca2f99d35d6: Pulling fs layer 20:00:37 93359f2a8cfa: Pulling fs layer 20:00:37 7c6f9722023f: Pulling fs layer 20:00:37 a35cf1a2eb13: Pulling fs layer 20:00:37 bca2f99d35d6: Waiting 20:00:37 93359f2a8cfa: Waiting 20:00:37 7c6f9722023f: Waiting 20:00:37 a35cf1a2eb13: Waiting 20:00:37 de9db76c5a1d: Verifying Checksum 20:00:37 de9db76c5a1d: Download complete 20:00:37 0ef7d3d256c8: Verifying Checksum 20:00:37 0ef7d3d256c8: Download complete 20:00:37 93359f2a8cfa: Verifying Checksum 20:00:37 93359f2a8cfa: Download complete 20:00:37 7c6f9722023f: Verifying Checksum 20:00:37 7c6f9722023f: Download complete 20:00:37 188c0c94c7c5: Verifying Checksum 20:00:37 188c0c94c7c5: Download complete 20:00:37 188c0c94c7c5: Pull complete 20:00:38 0ef7d3d256c8: Pull complete 20:00:38 de9db76c5a1d: Pull complete 20:00:41 Still waiting to schedule task 20:00:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:00:41 a35cf1a2eb13: Verifying Checksum 20:00:41 a35cf1a2eb13: Download complete 20:00:43 bca2f99d35d6: Verifying Checksum 20:00:43 bca2f99d35d6: Download complete 20:00:56 bca2f99d35d6: Pull complete 20:00:56 93359f2a8cfa: Pull complete 20:00:56 7c6f9722023f: Pull complete 20:01:05 a35cf1a2eb13: Pull complete 20:01:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:01:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:01:05 ---> a62c8e92a672 20:01:05 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:01:05 ---> Running in 6c8a1784b187 20:01:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:01:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:01:08 (1/12) Installing libmagic (5.38-r0) 20:01:08 (2/12) Installing file (5.38-r0) 20:01:08 (3/12) Installing libc-dev (0.7.2-r3) 20:01:08 (4/12) Installing g++ (9.3.0-r2) 20:01:19 (5/12) Installing fortify-headers (1.1-r0) 20:01:19 (6/12) Installing patch (2.7.6-r6) 20:01:19 (7/12) Installing build-base (0.5-r2) 20:01:19 (8/12) Installing libsodium (1.0.18-r0) 20:01:19 (9/12) Installing pkgconf (1.7.2-r0) 20:01:19 (10/12) Installing libsodium-dev (1.0.18-r0) 20:01:19 (11/12) Installing libzmq (4.3.3-r0) 20:01:20 (12/12) Installing zeromq-dev (4.3.3-r0) 20:01:20 Executing busybox-1.31.1-r19.trigger 20:01:20 OK: 233 MiB in 51 packages 20:01:24 Removing intermediate container 6c8a1784b187 20:01:24 ---> 95223ece3dec 20:01:24 Step 4/6 : WORKDIR /edgex-go 20:01:24 ---> Running in af00e94b3ad5 20:01:24 Removing intermediate container af00e94b3ad5 20:01:24 ---> d39c834bd2d6 20:01:24 Step 5/6 : COPY go.mod . 20:01:25 ---> 73eb0f3da74a 20:01:25 Step 6/6 : RUN go mod download 20:01:25 ---> Running in d6a919577ea2 20:02:04 Removing intermediate container d6a919577ea2 20:02:04 ---> a59acd0df861 20:02:04 Successfully built a59acd0df861 20:02:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:02:05 + docker inspect -f . ci-base-image-x86_64 20:02:05 . [Pipeline] withDockerContainer 20:02:05 prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container 20:02:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:02:07 $ docker top 6a89f7d309106737f01a4aaee413c6da79fac317bb0b7db90ee8e8d640659ee2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:08 + go version 20:02:08 go version go1.15.5 linux/amd64 [Pipeline] } 20:02:08 $ docker stop --time=1 6a89f7d309106737f01a4aaee413c6da79fac317bb0b7db90ee8e8d640659ee2 20:02:10 $ docker rm -f 6a89f7d309106737f01a4aaee413c6da79fac317bb0b7db90ee8e8d640659ee2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:02:11 + docker inspect -f . ci-base-image-x86_64 20:02:11 . [Pipeline] withDockerContainer 20:02:11 prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container 20:02:11 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:02:13 $ docker top e628057fd37f2740b59d39b157d17f439aeeb2fbbc55f5b21024e2ab06cb81d7 -eo pid,comm [Pipeline] { [Pipeline] echo 20:02:13 ========================================================= 20:02:13 [edgeXBuildGoParallel] Running Tests and Build... 20:02:13 ========================================================= [Pipeline] sh 20:02:13 + make test 20:02:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:02:32 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:03:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:03:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:03:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:03:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:03:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:03:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:03:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:03:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.210s coverage: 46.6% of statements 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.372s coverage: 27.0% of statements 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.156s coverage: 100.0% of statements 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.300s coverage: 67.9% of statements 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.639s coverage: 82.3% of statements 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.745s coverage: 28.6% of statements 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.183s coverage: 86.7% of statements 20:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.317s coverage: 97.5% of statements 20:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 20:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:03:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21280 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 20:03:40 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.952s coverage: 92.8% of statements 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.213s coverage: 58.8% of statements 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.098s coverage: 80.8% of statements 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements 20:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 20:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.4% of statements 20:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:03:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.686s coverage: 63.5% of statements 20:03:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:03:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:03:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.155s coverage: 100.0% of statements 20:03:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 20:03:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 20:03:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 20:03:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 20:03:45 using credential edgex-jenkins-ssh 20:03:45 Cloning the remote Git repository 20:03:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:03:45 > git init /w/workspace/edgex-go/16 # timeout=10 20:03:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:03:45 > git --version # timeout=10 20:03:45 > git --version # 'git version 2.17.1' 20:03:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.647s coverage: 68.9% of statements 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.210s coverage: 37.0% of statements 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.733s coverage: 84.0% of statements 20:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.325s coverage: 47.1% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.165s coverage: 29.1% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.123s coverage: 99.0% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.098s coverage: 0.0% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:03:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.125s coverage: 100.0% of statements 20:03:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.082s coverage: 32.1% of statements 20:03:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:03:58 GO111MODULE=on go vet ./... 20:04:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:04:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:04:01 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 16cc25e94c27377845b649f3af051c6a69a82b9b 20:04:01 Merge succeeded, producing 16cc25e94c27377845b649f3af051c6a69a82b9b 20:04:01 Checking out Revision 16cc25e94c27377845b649f3af051c6a69a82b9b (PR-3027) 20:04:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:04:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:04:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:04:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:04:01 > git config core.sparsecheckout # timeout=10 20:04:01 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 20:04:01 > git remote # timeout=10 20:04:01 > git config --get remote.origin.url # timeout=10 20:04:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:04:01 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 20:04:01 > git rev-parse HEAD^{commit} # timeout=10 20:04:01 > git config core.sparsecheckout # timeout=10 20:04:01 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 20:04:06 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:04:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:04:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:04:08 + sudo service docker+ restart 20:04:08 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:04:11 provisioning config files... 20:04:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config7807531110864356058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:11 ---> docker-login.sh 20:04:11 nexus3.edgexfoundry.org:10001 20:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:12 Configure a credential helper to remove this warning. See 20:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:12 20:04:12 Login Succeeded 20:04:12 nexus3.edgexfoundry.org:10002 20:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:13 Configure a credential helper to remove this warning. See 20:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:13 20:04:13 Login Succeeded 20:04:13 nexus3.edgexfoundry.org:10003 20:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:14 Configure a credential helper to remove this warning. See 20:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:14 20:04:14 Login Succeeded 20:04:14 nexus3.edgexfoundry.org:10004 20:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:14 Configure a credential helper to remove this warning. See 20:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:14 20:04:14 Login Succeeded 20:04:14 docker.io 20:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:15 Configure a credential helper to remove this warning. See 20:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:15 20:04:15 Login Succeeded 20:04:15 ---> docker-login.sh ends [Pipeline] } 20:04:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:04:16 ========================================================= 20:04:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:04:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:04:16 + 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 . 20:04:19 Sending build context to Docker daemon 165.5MB 20:04:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:04:19 Step 2/6 : FROM ${BASE} 20:04:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:04:19 5f621e34cdf4: Pulling fs layer 20:04:19 a4357932f1b6: Pulling fs layer 20:04:19 18c013af1878: Pulling fs layer 20:04:19 00ac8860ef70: Pulling fs layer 20:04:19 63d7cb157983: Pulling fs layer 20:04:19 b116817d02f9: Pulling fs layer 20:04:19 745a02a5169b: Pulling fs layer 20:04:19 00ac8860ef70: Waiting 20:04:19 63d7cb157983: Waiting 20:04:19 b116817d02f9: Waiting 20:04:19 745a02a5169b: Waiting 20:04:19 18c013af1878: Verifying Checksum 20:04:19 18c013af1878: Download complete 20:04:19 a4357932f1b6: Verifying Checksum 20:04:19 a4357932f1b6: Download complete 20:04:19 63d7cb157983: Verifying Checksum 20:04:19 63d7cb157983: Download complete 20:04:19 5f621e34cdf4: Verifying Checksum 20:04:19 b116817d02f9: Verifying Checksum 20:04:19 b116817d02f9: Download complete 20:04:19 5f621e34cdf4: Pull complete 20:04:20 a4357932f1b6: Pull complete 20:04:20 18c013af1878: Pull complete 20:04:21 745a02a5169b: Verifying Checksum 20:04:21 745a02a5169b: Download complete 20:04:22 00ac8860ef70: Verifying Checksum 20:04:22 00ac8860ef70: Download complete 20:04:32 00ac8860ef70: Pull complete 20:04:33 63d7cb157983: Pull complete 20:04:33 b116817d02f9: Pull complete 20:04:37 745a02a5169b: Pull complete 20:04:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:04:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:04:37 ---> b7e6874047d6 20:04:37 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:04:41 ---> Running in 1ff9fd7f2391 20:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:04:43 (1/12) Installing libmagic (5.38-r0) 20:04:44 (2/12) Installing file (5.38-r0) 20:04:44 (3/12) Installing libc-dev (0.7.2-r3) 20:04:44 (4/12) Installing g++ (9.3.0-r2) 20:04:45 gofmt -l . 20:04:45 [ "`gofmt -l .`" = "" ] 20:04:45 ./bin/test-go-mod-tidy.sh 20:04:47 ./bin/test-attribution-txt.sh [Pipeline] sh 20:04:48 (5/12) Installing fortify-headers (1.1-r0) 20:04:48 (6/12) Installing patch (2.7.6-r6) 20:04:48 (7/12) Installing build-base (0.5-r2) 20:04:48 (8/12) Installing libsodium (1.0.18-r0) 20:04:48 (9/12) Installing pkgconf (1.7.2-r0) 20:04:48 (10/12) Installing libsodium-dev (1.0.18-r0) 20:04:48 (11/12) Installing libzmq (4.3.3-r0) 20:04:48 + ls -al . 20:04:48 total 656 20:04:48 drwxrwxr-x 10 1001 1001 4096 Jan 19 20:04 . 20:04:48 drwxr-xr-x 4 root root 30 Jan 19 20:02 .. 20:04:48 -rw-rw-r-- 1 1001 1001 11 Jan 19 19:59 .dockerignore 20:04:48 drwxrwxr-x 8 1001 1001 179 Jan 19 19:59 .git 20:04:48 drwxrwxr-x 3 1001 1001 125 Jan 19 19:59 .github 20:04:48 -rw-rw-r-- 1 1001 1001 824 Jan 19 19:59 .gitignore 20:04:48 drwx------ 3 1001 1001 47 Jan 19 20:00 .semver 20:04:48 -rw-rw-r-- 1 1001 1001 166 Jan 19 19:59 .sonarcloud.properties 20:04:48 -rw-rw-r-- 1 1001 1001 7744 Jan 19 19:59 Attribution.txt 20:04:48 -rw-rw-r-- 1 1001 1001 3804 Jan 19 19:59 CONTRIBUTING.md 20:04:48 -rw-rw-r-- 1 1001 1001 931 Jan 19 19:59 Dockerfile.build 20:04:48 -rw-rw-r-- 1 1001 1001 863 Jan 19 19:59 Jenkinsfile 20:04:48 -rw-rw-r-- 1 1001 1001 10775 Jan 19 19:59 LICENSE 20:04:48 -rw-rw-r-- 1 1001 1001 5750 Jan 19 19:59 Makefile 20:04:48 -rw-rw-r-- 1 1001 1001 6524 Jan 19 19:59 README.md 20:04:48 -rw-rw-r-- 1 1001 1001 6744 Jan 19 19:59 SECURITY.md 20:04:48 -rw-rw-r-- 1 1001 1001 5 Jan 19 20:00 VERSION 20:04:48 -rw-rw-r-- 1 1001 1001 4131 Jan 19 19:59 ZMQWindows.md 20:04:48 drwxrwxr-x 2 1001 1001 117 Jan 19 19:59 bin 20:04:48 drwxrwxr-x 14 1001 1001 4096 Jan 19 19:59 cmd 20:04:48 -rw-r--r-- 1 root root 550280 Jan 19 20:03 coverage.out 20:04:48 -rw-r--r-- 1 root root 981 Jan 19 20:04 go.mod 20:04:48 -rw-r--r-- 1 root root 19526 Jan 19 20:04 go.sum 20:04:48 drwxrwxr-x 8 1001 1001 127 Jan 19 19:59 internal 20:04:48 drwxrwxr-x 4 1001 1001 26 Jan 19 19:59 openapi 20:04:48 drwxrwxr-x 4 1001 1001 71 Jan 19 19:59 snap 20:04:48 -rw-rw-r-- 1 1001 1001 168 Jan 19 19:59 version.go [Pipeline] sh 20:04:48 (12/12) Installing zeromq-dev (4.3.3-r0) 20:04:48 Executing busybox-1.31.1-r19.trigger 20:04:48 OK: 217 MiB in 51 packages 20:04:49 + '[' -e coverage.out ] 20:04:49 + chown 1001:1001 coverage.out [Pipeline] stash 20:04:49 Stashed 1 file(s) [Pipeline] sh 20:04:50 + make build 20:04:50 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 20:04:53 Removing intermediate container 1ff9fd7f2391 20:04:53 ---> 9d198f2b6c02 20:04:53 Step 4/6 : WORKDIR /edgex-go 20:04:53 ---> Running in 3146ef1870ac 20:04:53 Removing intermediate container 3146ef1870ac 20:04:53 ---> 7e1524c9a991 20:04:53 Step 5/6 : COPY go.mod . 20:04:54 ---> cd3e36b8a162 20:04:54 Step 6/6 : RUN go mod download 20:04:54 ---> Running in 2a00a27e065f 20:04:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:05:14 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 20:05:17 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 20:05:20 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 20:05:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:05:20 Removing intermediate container 2a00a27e065f 20:05:20 ---> 38518f5f7ea8 20:05:20 Successfully built 38518f5f7ea8 20:05:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:05:21 + docker inspect -f . ci-base-image-arm64 20:05:21 . [Pipeline] withDockerContainer 20:05:21 prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container 20:05:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:05:23 $ docker top f9e9cc5fd561d84d6ce6bf3a3efd6479f443cdbe48de8a283574c505f8eb7332 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05: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 20:05:24 + go version 20:05:24 go version go1.15.5 linux/arm64 [Pipeline] } 20:05:24 $ docker stop --time=1 f9e9cc5fd561d84d6ce6bf3a3efd6479f443cdbe48de8a283574c505f8eb7332 20:05:26 $ docker rm -f f9e9cc5fd561d84d6ce6bf3a3efd6479f443cdbe48de8a283574c505f8eb7332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:05:26 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 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:27 + docker inspect -f . ci-base-image-arm64 20:05:27 . [Pipeline] withDockerContainer 20:05:27 prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container 20:05:27 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:05:29 $ docker top a7d854fd13197709bcb14349413dbb2d819d3989b624656d039b60d95d8968cd -eo pid,comm [Pipeline] { [Pipeline] echo 20:05:29 ========================================================= 20:05:29 [edgeXBuildGoParallel] Running Tests and Build... 20:05:29 ========================================================= [Pipeline] sh 20:05:29 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 20:05:30 + make test 20:05:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:05:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:05:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:05:37 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] } 20:05:39 $ docker stop --time=1 e628057fd37f2740b59d39b157d17f439aeeb2fbbc55f5b21024e2ab06cb81d7 20:05:41 $ docker rm -f e628057fd37f2740b59d39b157d17f439aeeb2fbbc55f5b21024e2ab06cb81d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:43 20:05:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:05:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:44 latest: Pulling from edgex-devops/edgex-compose 20:05:44 cbdbe7a5bc2a: Pulling fs layer 20:05:44 ca9280d653b3: Pulling fs layer 20:05:44 7e9c9ca2126c: Pulling fs layer 20:05:44 cbdbe7a5bc2a: Download complete 20:05:45 cbdbe7a5bc2a: Pull complete 20:05:46 ca9280d653b3: Verifying Checksum 20:05:46 ca9280d653b3: Download complete 20:05:49 ca9280d653b3: Pull complete 20:05:49 7e9c9ca2126c: Verifying Checksum 20:05:49 7e9c9ca2126c: Download complete 20:05:52 ? github.com/edgexfoundry/edgex-go [no test files] 20:06:04 7e9c9ca2126c: Pull complete 20:06:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:06:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:06:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:06:05 prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container 20:06:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:06:07 $ docker top 7d9796d00e60daad7add38b2eae63678c421c8fd960e18030ace2fb2a08a6abb -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:08 + docker-compose build --help 20:06:08 + grep parallel 20:06:10 --parallel Build images in parallel. [Pipeline] } 20:06:10 $ docker stop --time=1 7d9796d00e60daad7add38b2eae63678c421c8fd960e18030ace2fb2a08a6abb 20:06:11 $ docker rm -f 7d9796d00e60daad7add38b2eae63678c421c8fd960e18030ace2fb2a08a6abb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:06:12 . [Pipeline] withDockerContainer 20:06:13 prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container 20:06:13 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 20:06:15 $ docker top c13e7637b30aa6d926684c722600a4eba8557c159fb891ad486a65b1f9085c01 -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:15 + docker-compose -f ./docker-compose-build.yml build --parallel 20:06:17 Building docker-core-command-go ... 20:06:17 Building docker-core-data-go ... 20:06:17 Building docker-core-metadata-go ... 20:06:17 Building docker-security-bootstrap-redis-go ... 20:06:17 Building docker-security-proxy-setup-go ... 20:06:17 Building docker-security-secretstore-setup-go ... 20:06:17 Building docker-support-notifications-go ... 20:06:17 Building docker-support-scheduler-go ... 20:06:17 Building docker-sys-mgmt-agent-go ... 20:06:17 Building docker-core-metadata-go 20:06:17 Building docker-security-secretstore-setup-go 20:06:17 Building docker-core-command-go 20:06:17 Building docker-sys-mgmt-agent-go 20:06:17 Building docker-security-proxy-setup-go 20:06:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:06:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:06:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:06:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:07:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.0% of statements 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 67.9% of statements 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:07:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.799s coverage: 82.3% of statements 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.362s coverage: 86.7% of statements 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:07:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:07:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:07:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:07:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:26 ---> a59acd0df861 20:07:26 Step 3/22 : WORKDIR /edgex-go 20:07:26 ---> a59acd0df861 20:07:26 Step 3/24 : WORKDIR /edgex-go 20:07:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:07:26 ---> a59acd0df861 20:07:26 Step 3/26 : WORKDIR /edgex-go 20:07:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:26 ---> a59acd0df861 20:07:26 Step 3/22 : WORKDIR /edgex-go 20:07:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:07:26 ---> a59acd0df861 20:07:26 Step 3/21 : WORKDIR /edgex-go 20:07:26 ---> Running in 02619514fcef 20:07:26 ---> Running in 0b6cfd44589f 20:07:26 ---> Running in d0ee6401f537 20:07:26 ---> Running in d314a0affd7d 20:07:26 ---> Running in f3220b32d6f0 20:07:26 Removing intermediate container 0b6cfd44589f 20:07:26 ---> 0c51bd52574c 20:07:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:26 Removing intermediate container f3220b32d6f0 20:07:26 ---> d77739b887d3 20:07:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:26 ---> Running in df7f4db3c226 20:07:26 ---> Running in 830481a631d9 20:07:26 Removing intermediate container 02619514fcef 20:07:26 ---> b80ef6a4d752 20:07:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:26 Removing intermediate container d0ee6401f537 20:07:26 ---> c3acfc488b92 20:07:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:26 Removing intermediate container d314a0affd7d 20:07:26 ---> d0509a219a7f 20:07:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:26 ---> Running in 39caca88080b 20:07:26 ---> Running in 2b5ca33ccae6 20:07:26 ---> Running in abe07fa468f7 20:07:26 Removing intermediate container 2b5ca33ccae6 20:07:26 ---> 820a86cb3635 20:07:26 Step 5/22 : RUN apk add --update --no-cache make git 20:07:26 ---> Running in 5e3bcc43ae75 20:07:26 Removing intermediate container df7f4db3c226 20:07:26 ---> 7e5bd710712a 20:07:26 Step 5/24 : RUN apk add --update --no-cache make git 20:07:26 Removing intermediate container 830481a631d9 20:07:26 ---> 608bab080aaa 20:07:26 Step 5/26 : RUN apk add --update --no-cache make bash git 20:07:26 Removing intermediate container abe07fa468f7 20:07:26 ---> 05a02b74a294 20:07:26 Step 5/22 : RUN apk add --update --no-cache make git 20:07:26 Removing intermediate container 39caca88080b 20:07:26 ---> d28a9005d05e 20:07:26 Step 5/21 : RUN apk add --update --no-cache make git 20:07:26 ---> Running in 1628f9ae7e8a 20:07:26 ---> Running in 0827958e5d64 20:07:26 ---> Running in c31c5c7b25b3 20:07:26 ---> Running in eb2a1180faa9 20:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:27 OK: 233 MiB in 51 packages 20:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:27 OK: 233 MiB in 51 packages 20:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:28 OK: 233 MiB in 51 packages 20:07:28 OK: 233 MiB in 51 packages 20:07:28 OK: 233 MiB in 51 packages 20:07:28 Removing intermediate container 5e3bcc43ae75 20:07:28 ---> 9f635363793e 20:07:28 Step 6/22 : COPY go.mod . 20:07:29 ---> 8a330dc9e5db 20:07:29 Step 7/22 : RUN go mod download 20:07:29 Removing intermediate container 1628f9ae7e8a 20:07:29 ---> bfca3c9afd60 20:07:29 Step 6/26 : COPY go.mod . 20:07:29 ---> Running in 2337d395386b 20:07:29 Removing intermediate container c31c5c7b25b3 20:07:29 ---> ef0b733516cc 20:07:29 Step 6/21 : COPY go.mod . 20:07:29 Removing intermediate container 0827958e5d64 20:07:29 ---> aa2bbe77fd76 20:07:29 Step 6/24 : COPY go.mod . 20:07:30 Removing intermediate container eb2a1180faa9 20:07:30 ---> 7a726ca0f3f2 20:07:30 Step 6/22 : COPY go.mod . 20:07:30 ---> 509fd63e0c0e 20:07:30 Step 7/26 : RUN go mod download 20:07:30 ---> Running in 7f65558b28a1 20:07:30 ---> e7476fdfd196 20:07:30 Step 7/21 : RUN go mod download 20:07:30 ---> 865ada538abf 20:07:30 Step 7/22 : RUN go mod download 20:07:30 ---> Running in 09eb088b208e 20:07:30 ---> 901ba2c7826f 20:07:30 Step 7/24 : RUN go mod download 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.224s coverage: 92.8% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.161s coverage: 0.1% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.125s coverage: 75.5% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.204s coverage: 91.4% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:31 ---> Running in 2630e085b4b0 20:07:31 ---> Running in 7da65ce5b756 20:07:34 Removing intermediate container 2337d395386b 20:07:34 ---> f81064e50022 20:07:34 Step 8/22 : COPY . . 20:07:34 Removing intermediate container 7f65558b28a1 20:07:34 ---> 577644da6e52 20:07:34 Step 8/26 : COPY . . 20:07:34 Removing intermediate container 09eb088b208e 20:07:34 ---> 02be4f6b3308 20:07:34 Step 8/21 : COPY . . 20:07:34 Removing intermediate container 2630e085b4b0 20:07:34 ---> a06103e2a71e 20:07:34 Step 8/22 : COPY . . 20:07:34 Removing intermediate container 7da65ce5b756 20:07:34 ---> 67d565d49e8e 20:07:34 Step 8/24 : COPY . . 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.570s coverage: 63.5% of statements 20:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 20:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.892s coverage: 68.9% of statements 20:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements 20:07:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.580s coverage: 84.0% of statements 20:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements 20:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.942s coverage: 29.1% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:07:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:07:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 20:07:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 20:07:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:07:55 GO111MODULE=on go vet ./... 20:08:57 ---> 9daa3e60188a 20:08:57 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:08:57 ---> 1a61db3f421e 20:08:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:08:57 ---> e24503174d22 20:08:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:08:57 ---> e653bbe02436 20:08:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:08:57 ---> 88c48e31c683 20:08:57 Step 9/22 : RUN make cmd/core-command/core-command 20:08:57 ---> Running in 1961a1fec212 20:08:57 ---> Running in 41481f8f1fe5 20:08:57 ---> Running in c93180e86868 20:08:57 ---> Running in 6b0d25edb8a1 20:08:57 ---> Running in 77fca2d985b1 20:08:57 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 20:08:57 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 20:08:57 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 20:08:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:08:57 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 20:09:03 gofmt -l . 20:09:03 [ "`gofmt -l .`" = "" ] 20:09:03 ./bin/test-go-mod-tidy.sh 20:09:03 ./bin/test-attribution-txt.sh [Pipeline] sh 20:09:05 + ls -al . 20:09:05 total 684 20:09:05 drwxrwxr-x 9 1001 1001 4096 Jan 19 20:09 . 20:09:05 drwxr-xr-x 4 root root 4096 Jan 19 20:05 .. 20:09:05 -rw-rw-r-- 1 1001 1001 11 Jan 19 20:04 .dockerignore 20:09:05 drwxrwxr-x 8 1001 1001 4096 Jan 19 20:04 .git 20:09:05 drwxrwxr-x 3 1001 1001 4096 Jan 19 20:04 .github 20:09:05 -rw-rw-r-- 1 1001 1001 824 Jan 19 20:04 .gitignore 20:09:05 -rw-rw-r-- 1 1001 1001 166 Jan 19 20:04 .sonarcloud.properties 20:09:05 -rw-rw-r-- 1 1001 1001 7744 Jan 19 20:04 Attribution.txt 20:09:05 -rw-rw-r-- 1 1001 1001 3804 Jan 19 20:04 CONTRIBUTING.md 20:09:05 -rw-rw-r-- 1 1001 1001 931 Jan 19 20:04 Dockerfile.build 20:09:05 -rw-rw-r-- 1 1001 1001 863 Jan 19 20:04 Jenkinsfile 20:09:05 -rw-rw-r-- 1 1001 1001 10775 Jan 19 20:04 LICENSE 20:09:05 -rw-rw-r-- 1 1001 1001 5750 Jan 19 20:04 Makefile 20:09:05 -rw-rw-r-- 1 1001 1001 6524 Jan 19 20:04 README.md 20:09:05 -rw-rw-r-- 1 1001 1001 6744 Jan 19 20:04 SECURITY.md 20:09:05 -rw-rw-r-- 1 1001 1001 5 Jan 19 20:00 VERSION 20:09:05 -rw-rw-r-- 1 1001 1001 4131 Jan 19 20:04 ZMQWindows.md 20:09:05 drwxrwxr-x 2 1001 1001 4096 Jan 19 20:04 bin 20:09:05 drwxrwxr-x 14 1001 1001 4096 Jan 19 20:04 cmd 20:09:05 -rw-r--r-- 1 root root 550280 Jan 19 20:07 coverage.out 20:09:05 -rw-r--r-- 1 root root 981 Jan 19 20:09 go.mod 20:09:05 -rw-r--r-- 1 root root 19526 Jan 19 20:09 go.sum 20:09:05 drwxrwxr-x 8 1001 1001 4096 Jan 19 20:04 internal 20:09:05 drwxrwxr-x 4 1001 1001 4096 Jan 19 20:04 openapi 20:09:05 drwxrwxr-x 4 1001 1001 4096 Jan 19 20:04 snap 20:09:05 -rw-rw-r-- 1 1001 1001 168 Jan 19 20:04 version.go [Pipeline] sh 20:09:06 + '[' -e coverage.out ] 20:09:06 + chown 1001:1001 coverage.out [Pipeline] stash 20:09:06 Warning: overwriting stash ‘coverage-report’ 20:09:07 Stashed 1 file(s) [Pipeline] sh 20:09:08 + make build 20:09: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 20:09:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:09:37 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 20:09:37 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 20:09:40 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 20:09:42 Removing intermediate container 77fca2d985b1 20:09:42 ---> 42021dc36127 20:09:42 20:09:42 Step 10/22 : FROM scratch 20:09:42 ---> 20:09:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:09:42 ---> Running in d827f52de479 20:09:42 Removing intermediate container c93180e86868 20:09:42 ---> f7fa7b1be895 20:09:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:09:43 ---> Running in 438fbf8effca 20:09:44 Removing intermediate container d827f52de479 20:09:44 ---> faee7f50b1a9 20:09:44 Step 12/22 : ENV APP_PORT=48082 20:09:45 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 20:09:45 ---> Running in b6dd44315a33 20:09:45 Removing intermediate container 6b0d25edb8a1 20:09:45 ---> 8c03b2eb0907 20:09:45 20:09:45 Step 10/21 : FROM alpine:3.12 20:09:46 3.12: Pulling from library/alpine 20:09:46 Removing intermediate container 41481f8f1fe5 20:09:46 ---> 8ccb6cd24951 20:09:46 20:09:46 Step 10/24 : FROM alpine:3.12 20:09:46 3.12: Pulling from library/alpine 20:09:46 Removing intermediate container b6dd44315a33 20:09:46 ---> 4e4018256c6b 20:09:46 Step 13/22 : EXPOSE $APP_PORT 20:09:46 ---> Running in cb9fce309ba9 20:09:46 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 20:09:47 Removing intermediate container cb9fce309ba9 20:09:47 ---> f5f4ee6c14d0 20:09:47 Step 14/22 : WORKDIR / 20:09:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:09:48 ---> Running in a633cc60b1d9 20:09:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:09:49 Status: Image is up to date for alpine:3.12 20:09:49 ---> 389fef711851 20:09:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:09:49 Status: Downloaded newer image for alpine:3.12 20:09:49 ---> 389fef711851 20:09:49 Step 11/21 : RUN apk add --update --no-cache curl 20:09:49 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 20:09:49 ---> Running in 7ea4a2242e4e 20:09:50 ---> Running in f54c2ab2f023 20:09:50 Removing intermediate container 1961a1fec212 20:09:50 ---> c2c1eab97288 20:09:50 20:09:50 Step 10/22 : FROM scratch 20:09:50 ---> 20:09:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:09:50 ---> Using cache 20:09:50 ---> faee7f50b1a9 20:09:50 Step 12/22 : ENV APP_PORT=48081 20:09:50 Removing intermediate container a633cc60b1d9 20:09:50 ---> e717cf8ea368 20:09:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:50 ---> Running in 55274243ecba 20:09:50 Removing intermediate container 438fbf8effca 20:09:50 ---> 1c9e5c48c744 20:09:50 20:09:50 Step 11/26 : FROM docker:20.10.0 20:09:50 20.10.0: Pulling from library/docker 20:09:50 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 20:09:51 Removing intermediate container 55274243ecba 20:09:51 ---> c285b372e5ea 20:09:51 Step 13/22 : EXPOSE $APP_PORT 20:09:51 ---> 74f02c3c04c5 20:09:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:09:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:51 ---> Running in 0f523013eac3 20:09:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:52 (1/4) Installing ca-certificates (20191127-r4) 20:09:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:09:52 (3/4) Installing libcurl (7.69.1-r3) 20:09:52 Removing intermediate container 0f523013eac3 20:09:52 ---> 920402b47900 20:09:52 Step 14/22 : WORKDIR / 20:09:52 (4/4) Installing curl (7.69.1-r3) 20:09:52 Executing busybox-1.31.1-r19.trigger 20:09:52 Executing ca-certificates-20191127-r4.trigger 20:09:52 (1/5) Installing ca-certificates (20191127-r4) 20:09:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:09:52 (3/5) Installing libcurl (7.69.1-r3) 20:09:52 (4/5) Installing curl (7.69.1-r3) 20:09:52 OK: 7 MiB in 18 packages 20:09:52 (5/5) Installing dumb-init (1.2.2-r1) 20:09:53 Executing busybox-1.31.1-r19.trigger 20:09:53 Executing ca-certificates-20191127-r4.trigger 20:09:53 OK: 7 MiB in 19 packages 20:09:53 ---> Running in 6e96cda7fa30 20:09:53 ---> b459e6f62dde 20:09:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:09:54 Removing intermediate container 6e96cda7fa30 20:09:54 ---> 8a98639ee66b 20:09:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:54 ---> 4e671975cb47 20:09:54 Step 18/22 : ENTRYPOINT ["/core-command"] 20:09:54 ---> 647e612ff3c6 20:09:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:09:55 ---> Running in c126a37ae5be 20:09:56 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 20:09:56 Removing intermediate container c126a37ae5be 20:09:56 ---> efacce8d6100 20:09:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:56 Removing intermediate container f54c2ab2f023 20:09:56 ---> f6c0ffd20f04 20:09:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:09:56 Removing intermediate container 7ea4a2242e4e 20:09:56 ---> e77396ae4d22 20:09:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:09:56 ---> Running in 11e755dd75d8 20:09:56 ---> 57142ffdb694 20:09:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:09:56 ---> Running in 8aae0638070f 20:09:56 ---> Running in ac6cf8478024 20:09:56 Removing intermediate container 11e755dd75d8 20:09:56 ---> c6810dad6294 20:09:56 Step 20/22 : LABEL arch=x86_64 20:09:56 ---> Running in dc2dd682f41d 20:09:56 Removing intermediate container 8aae0638070f 20:09:56 ---> 28a895d5f324 20:09:56 Step 13/24 : WORKDIR / 20:09:57 Removing intermediate container ac6cf8478024 20:09:57 ---> 87fe72e73d30 20:09:57 Step 13/21 : WORKDIR /edgex 20:09:57 ---> 01712ba29a78 20:09:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:09:57 ---> Running in b801f33ee3a5 20:09:57 ---> Running in 14cf7d73ba12 20:09:57 ---> Running in f9a815cbdb64 20:09:57 Removing intermediate container dc2dd682f41d 20:09:57 ---> 5fe53ce1b870 20:09:57 Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:09:57 ---> Running in b27ec5863345 20:09:58 Removing intermediate container b801f33ee3a5 20:09:58 ---> 3fb0066792bd 20:09:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:09:58 Removing intermediate container 14cf7d73ba12 20:09:58 ---> ff2bf896bc2e 20:09:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:09:58 Removing intermediate container f9a815cbdb64 20:09:58 ---> a2c87edebaba 20:09:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:58 ---> Running in 50fe7232ce8d 20:09:58 Removing intermediate container b27ec5863345 20:09:58 ---> eb0369eec398 20:09:58 Step 22/22 : LABEL version=0.0.0 20:09:58 ---> Running in ff02c49eb269 20:09:58 ---> ee6faaf2d911 20:09:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:09:58 Removing intermediate container 50fe7232ce8d 20:09:58 ---> a01d31022458 20:09:58 Step 20/22 : LABEL arch=x86_64 20:09:58 ---> 326164e61efe 20:09:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:09:59 ---> Running in 552eea8d24f9 20:09:59 Removing intermediate container ff02c49eb269 20:09:59 ---> 395523639b95 20:09:59 20:09:59 ---> 5eb0e47cbc40 20:09:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:09:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:09:59 Removing intermediate container 552eea8d24f9 20:09:59 ---> 9a0ff7c179db 20:09:59 Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:09:59 ---> Running in f78481dbf997 20:10:00 ---> 8fc48c916516 20:10:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:10:00 Successfully built 395523639b95 20:10:00 ---> e089ed119c51 20:10:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:10:00 Successfully tagged docker-core-command-go:latest 20:10:00  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 20:10:00 Removing intermediate container f78481dbf997 20:10:00 ---> 20ffc6b0caeb 20:10:00 Step 22/22 : LABEL version=0.0.0 20:10:00 ---> Running in 8afd44dca8b0 20:10:01 ---> 68d6d782d1bf 20:10:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:10:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:10:03 ---> Running in c35f9291da9e 20:10:03 ---> f12fa16be0bc 20:10:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:10:03 Removing intermediate container 8afd44dca8b0 20:10:03 ---> 26a415efbbc6 20:10:03 20:10:04 Successfully built 26a415efbbc6 20:10:05 Successfully tagged docker-core-metadata-go:latest 20:10:05  Building docker-core-metadata-go ... done Building docker-support-notifications-go 20:10:05 Removing intermediate container c35f9291da9e 20:10:05 ---> 5bd412698d7a 20:10:05 Step 18/21 : CMD ["--init=true"] 20:10:05 ---> Running in a17d3554c59c 20:10:07 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 20:10:08 Removing intermediate container a17d3554c59c 20:10:08 ---> 7d2d998e48fc 20:10:08 Step 19/21 : LABEL arch=x86_64 20:10:08 ---> 9f792b22921c 20:10:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:10:09 ---> Running in 46dca042be02 20:10:09 ---> 5b2673bc8c82 20:10:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:10:09 ---> Running in 4392788f18aa 20:10:09 Removing intermediate container 46dca042be02 20:10:09 ---> 15a888134341 20:10:09 Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:10:09 ---> Running in 4755925eb136 20:10:10 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 20:10:10 Removing intermediate container 4755925eb136 20:10:10 ---> cd18f397a755 20:10:10 Step 21/21 : LABEL version=0.0.0 20:10:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:10:12 Status: Downloaded newer image for docker:20.10.0 20:10:12 ---> aefe523efa57 20:10:12 Step 12/26 : RUN apk add --no-cache bash 20:10:12 ---> Running in 317dc4988483 20:10:12 ---> Running in 37377bd6f388 20:10:12 Removing intermediate container 317dc4988483 20:10:12 ---> 90f9de9a7a33 20:10:12 20:10:13 Successfully built 90f9de9a7a33 20:10:13 Successfully tagged docker-security-proxy-setup-go:latest 20:10:13  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 20:10:13 Removing intermediate container 4392788f18aa 20:10:13 ---> ee48b7936574 20:10:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:10:13 ---> Running in ae58e36a53e9 20:10:14 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 20:10:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:14 Removing intermediate container ae58e36a53e9 20:10:14 ---> 5fef67ad9cd6 20:10:14 Step 22/24 : LABEL arch=x86_64 20:10:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:14 ---> Running in c8f86109e409 20:10:15 (1/2) Installing readline (8.0.4-r0) 20:10:15 (2/2) Installing bash (5.0.17-r0) 20:10:15 Executing bash-5.0.17-r0.post-install 20:10:15 Executing busybox-1.31.1-r19.trigger 20:10:15 OK: 12 MiB in 22 packages 20:10:15 Removing intermediate container c8f86109e409 20:10:15 ---> 00ecc2ebf7cd 20:10:15 Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:10:16 ---> Running in 3bdcc78545a9 20:10:16 Removing intermediate container 3bdcc78545a9 20:10:16 ---> f149899744eb 20:10:16 Step 24/24 : LABEL version=0.0.0 20:10:17 Removing intermediate container 37377bd6f388 20:10:17 ---> 00f2d3434eeb 20:10:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:10:17 ---> Running in 2220c6e27ae6 20:10:17 ---> Running in 8543504f05fa [Pipeline] } 20:10:18 $ docker stop --time=1 a7d854fd13197709bcb14349413dbb2d819d3989b624656d039b60d95d8968cd 20:10:18 Removing intermediate container 2220c6e27ae6 20:10:18 ---> 0eede6900ae1 20:10:18 20:10:19 Successfully built 0eede6900ae1 20:10:19 Successfully tagged docker-security-secretstore-setup-go:latest 20:10:19 Building docker-support-scheduler-go 20:10:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8543504f05fa 20:10:19 ---> 60f243909918 20:10:19 Step 14/26 : ENV APP_PORT=48090 20:10:20 ---> Running in 43e15052470d 20:10:21 $ docker rm -f a7d854fd13197709bcb14349413dbb2d819d3989b624656d039b60d95d8968cd 20:10:21 Removing intermediate container 43e15052470d 20:10:21 ---> 0568e281aa2a 20:10:21 Step 15/26 : EXPOSE $APP_PORT [Pipeline] // withDockerContainer [Pipeline] } 20:10:22 ---> Running in a6fc1ad825e3 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:23 Removing intermediate container a6fc1ad825e3 20:10:23 ---> 625e8f5fd58a 20:10:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:10:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:10:23 20:10:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:10:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:10:23 latest: Pulling from edgex-devops/edgex-compose-arm64 20:10:23 29e5d40040c1: Pulling fs layer 20:10:23 1ce36da41761: Pulling fs layer 20:10:23 25b303627fd3: Pulling fs layer 20:10:24 29e5d40040c1: Verifying Checksum 20:10:24 29e5d40040c1: Download complete 20:10:24 1ce36da41761: Verifying Checksum 20:10:24 1ce36da41761: Download complete 20:10:24 29e5d40040c1: Pull complete 20:10:25 ---> c697e9041940 20:10:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:10:26 1ce36da41761: Pull complete 20:10:26 25b303627fd3: Verifying Checksum 20:10:26 25b303627fd3: Download complete 20:10:27 ---> 0f86566d0cdc 20:10:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:10:29 ---> df9fbb2272a7 20:10:29 Step 19/26 : RUN apk --no-cache add py3-pip 20:10:29 ---> Running in 0cc86b37c67a 20:10:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:34 (1/33) Installing libbz2 (1.0.8-r1) 20:10:34 (2/33) Installing expat (2.2.9-r1) 20:10:34 (3/33) Installing libffi (3.3-r2) 20:10:34 (4/33) Installing gdbm (1.13-r1) 20:10:34 (5/33) Installing xz-libs (5.2.5-r0) 20:10:34 (6/33) Installing sqlite-libs (3.32.1-r0) 20:10:34 (7/33) Installing python3 (3.8.5-r0) 20:10:36 25b303627fd3: Pull complete 20:10:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:10:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:10:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:10:36 prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container 20:10:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:10:37 (8/33) Installing py3-appdirs (1.4.4-r1) 20:10:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:10:37 (10/33) Installing py3-parsing (2.4.7-r0) 20:10:38 (11/33) Installing py3-six (1.15.0-r0) 20:10:38 (12/33) Installing py3-packaging (20.4-r0) 20:10:38 (13/33) Installing py3-setuptools (47.0.0-r0) 20:10:38 (14/33) Installing py3-chardet (3.0.4-r4) 20:10:39 (15/33) Installing py3-idna (2.9-r0) 20:10:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:10:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:10:39 $ docker top 0a2d9b7ef75a1c6367d1f71d43b189455861a9d34e2e39e0e93323e0c255c199 -eo pid,comm 20:10:39 (18/33) Installing py3-requests (2.23.0-r0) 20:10:39 (19/33) Installing py3-msgpack (1.0.0-r0) 20:10:39 (20/33) Installing py3-lockfile (0.12.2-r3) 20:10:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) [Pipeline] { [Pipeline] sh 20:10:40 (22/33) Installing py3-colorama (0.4.3-r0) 20:10:40 (23/33) Installing py3-distlib (0.3.0-r0) 20:10:40 (24/33) Installing py3-distro (1.5.0-r1) 20:10:40 (25/33) Installing py3-webencodings (0.5.1-r3) 20:10:40 (26/33) Installing py3-html5lib (1.0.1-r4) 20:10:40 (27/33) Installing py3-pytoml (0.1.21-r0) 20:10:40 (28/33) Installing py3-pep517 (0.8.2-r0) 20:10:40 (29/33) Installing py3-progress (1.5-r0) 20:10:40 + docker-compose build --help 20:10:40 + grep parallel 20:10:40 (30/33) Installing py3-toml (0.10.1-r0) 20:10:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:10:40 ---> a59acd0df861 20:10:40 Step 3/22 : WORKDIR /edgex-go 20:10:40 (31/33) Installing py3-retrying (1.3.3-r0) 20:10:40 ---> Using cache 20:10:40 ---> d0509a219a7f 20:10:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:40 ---> Using cache 20:10:40 ---> 05a02b74a294 20:10:40 Step 5/22 : RUN apk add --update --no-cache make git 20:10:40 ---> Using cache 20:10:40 ---> 7a726ca0f3f2 20:10:40 Step 6/22 : COPY go.mod . 20:10:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:10:40 ---> Using cache 20:10:40 ---> 865ada538abf 20:10:40 Step 7/22 : RUN go mod download 20:10:40 (33/33) Installing py3-pip (20.1.1-r0) 20:10:40 ---> Using cache 20:10:40 ---> a06103e2a71e 20:10:40 Step 8/22 : COPY . . 20:10:41 ---> Using cache 20:10:41 ---> 88c48e31c683 20:10:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:10:41 Executing busybox-1.31.1-r19.trigger 20:10:41 OK: 71 MiB in 55 packages 20:10:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:10:42 ---> a59acd0df861 20:10:42 Step 3/24 : WORKDIR /edgex-go 20:10:42 ---> Using cache 20:10:42 ---> d0509a219a7f 20:10:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:42 ---> Using cache 20:10:42 ---> 05a02b74a294 20:10:42 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:10:44 --parallel Build images in parallel. 20:10:44 ---> Running in 423d2c30ada5 20:10:44 ---> Running in d808c59ebd1b [Pipeline] } 20:10:44 $ docker stop --time=1 0a2d9b7ef75a1c6367d1f71d43b189455861a9d34e2e39e0e93323e0c255c199 20:10:46 $ docker rm -f 0a2d9b7ef75a1c6367d1f71d43b189455861a9d34e2e39e0e93323e0c255c199 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:10:47 . [Pipeline] withDockerContainer 20:10:47 prd-ubuntu18.04-docker-arm64-4c-16g-21280 does not seem to be running inside a container 20:10:47 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:10:49 $ docker top acb723a75ec5af32d95c80c923c7d449ba6ddb6dec234591734abe64ac6fb133 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:49 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 20:10:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:10:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:52 OK: 233 MiB in 51 packages 20:10:54 Building docker-core-command-go ... 20:10:54 Building docker-core-data-go ... 20:10:54 Building docker-core-metadata-go ... 20:10:54 Building docker-security-bootstrap-redis-go ... 20:10:54 Building docker-security-proxy-setup-go ... 20:10:54 Building docker-security-secretstore-setup-go ... 20:10:54 Building docker-support-notifications-go ... 20:10:54 Building docker-support-scheduler-go ... 20:10:54 Building docker-sys-mgmt-agent-go ... 20:10:54 Building docker-sys-mgmt-agent-go 20:10:54 Building docker-core-data-go 20:10:54 Building docker-security-bootstrap-redis-go 20:10:54 Building docker-support-notifications-go 20:10:54 Building docker-security-proxy-setup-go 20:10:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:55 ---> a59acd0df861 20:10:55 Step 3/23 : WORKDIR /edgex-go 20:10:55 ---> Using cache 20:10:55 ---> d0509a219a7f 20:10:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:55 ---> Using cache 20:10:55 ---> 05a02b74a294 20:10:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:10:56 ---> Running in eb286389f752 20:10:57 Removing intermediate container 423d2c30ada5 20:10:57 ---> a2ed1d53bfc1 20:10:57 Step 6/24 : COPY go.mod . 20:10:59 ---> 9980a2c64492 20:10:59 Step 7/24 : RUN go mod download 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:00 ---> Running in f9eb06e09f61 20:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:04 OK: 233 MiB in 51 packages 20:11:08 Removing intermediate container eb286389f752 20:11:08 ---> 690c0731608a 20:11:08 Step 6/23 : COPY go.mod . 20:11:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:11:08 ---> a59acd0df861 20:11:08 Step 3/21 : WORKDIR /edgex-go 20:11:08 ---> Using cache 20:11:08 ---> d0509a219a7f 20:11:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:08 ---> Using cache 20:11:08 ---> 05a02b74a294 20:11:08 Step 5/21 : RUN apk add --update --no-cache make git 20:11:08 ---> Using cache 20:11:08 ---> 7a726ca0f3f2 20:11:08 Step 6/21 : COPY go.mod . 20:11:08 ---> Using cache 20:11:08 ---> 865ada538abf 20:11:08 Step 7/21 : RUN go mod download 20:11:08 ---> Using cache 20:11:08 ---> a06103e2a71e 20:11:08 Step 8/21 : COPY . . 20:11:08 ---> Using cache 20:11:08 ---> 88c48e31c683 20:11:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:11:09 ---> Running in 3ecf70447a9a 20:11:09 ---> 7c92a2186e49 20:11:09 Step 7/23 : RUN go mod download 20:11:10 ---> Running in 194ed7319f8f 20:11:10 Removing intermediate container f9eb06e09f61 20:11:10 ---> 4cf020ae01dd 20:11:10 Step 8/24 : COPY . . 20:11:11 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 20:11:17 Removing intermediate container 194ed7319f8f 20:11:17 ---> 18f0b846f918 20:11:17 Step 8/23 : COPY . . 20:11:50 Removing intermediate container d808c59ebd1b 20:11:50 ---> b6a94bc1f3f4 20:11:50 20:11:50 Step 10/22 : FROM alpine:3.12 20:11:50 ---> 389fef711851 20:11:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:11:50 ---> Using cache 20:11:50 ---> f6c0ffd20f04 20:11:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:11:50 ---> Running in 86a0901d398e 20:11:53 Removing intermediate container 86a0901d398e 20:11:53 ---> b568c806238a 20:11:53 Step 13/22 : WORKDIR / 20:11:55 ---> Running in 877702c9557a 20:11:59 Removing intermediate container 877702c9557a 20:11:59 ---> 9198d0f16e70 20:11:59 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:12:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:12:02 ---> 38518f5f7ea8 20:12:02 Step 3/22 : WORKDIR /edgex-go 20:12:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:12:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:12:02 ---> 38518f5f7ea8 20:12:02 Step 3/21 : WORKDIR /edgex-go 20:12:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:12:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:12:02 ---> 38518f5f7ea8 20:12:02 Step 3/24 : WORKDIR /edgex-go 20:12:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:12:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:12:02 ---> 38518f5f7ea8 20:12:02 Step 3/26 : WORKDIR /edgex-go 20:12:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:12:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:12:02 ---> 38518f5f7ea8 20:12:02 Step 3/23 : WORKDIR /edgex-go 20:12:02 ---> f2dfef845c73 20:12:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:12:03 ---> Running in a61ef63ce692 20:12:03 ---> Running in 4566ca7cb170 20:12:03 ---> Running in acdba59020d9 20:12:03 ---> Running in 13dd0612664b 20:12:03 ---> Running in e3f61d37732d 20:12:03 Removing intermediate container 3ecf70447a9a 20:12:03 ---> bcdc24aa3cdf 20:12:03 20:12:03 Step 10/21 : FROM scratch 20:12:03 ---> 20:12:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:12:03 Removing intermediate container 0cc86b37c67a 20:12:03 ---> e3a3fac71cea 20:12:03 Step 20/26 : RUN pip install docker-compose==1.23.2 20:12:04 Removing intermediate container 13dd0612664b 20:12:04 ---> bcbc609b1045 20:12:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:04 ---> Running in ae2bb7780542 20:12:04 Removing intermediate container a61ef63ce692 20:12:04 ---> 83f5bb6748cb 20:12:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:04 Removing intermediate container 4566ca7cb170 20:12:04 ---> c9f716fc843b 20:12:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:04 Removing intermediate container acdba59020d9 20:12:04 ---> 65a5f6ef7f76 20:12:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:04 Removing intermediate container e3f61d37732d 20:12:04 ---> 376648bc4563 20:12:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:04 ---> Running in 8c8b5be7f1ca 20:12:04 ---> Running in 3d66aef2b070 20:12:04 ---> Running in 8ccc0a768048 20:12:04 ---> Running in d4534e2cfa0a 20:12:06 ---> Running in d7b64a1b349b 20:12:07 ---> Using cache 20:12:07 ---> faee7f50b1a9 20:12:07 Step 12/21 : ENV APP_PORT=48085 20:12:07 Removing intermediate container ae2bb7780542 20:12:07 ---> 12929bea7995 20:12:07 Step 5/21 : RUN apk add --update --no-cache make git 20:12:07 ---> 0bc50789536c 20:12:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:12:07 ---> Running in e458930fde67 20:12:07 ---> Running in 5bf770d7e15c 20:12:07 Removing intermediate container 8c8b5be7f1ca 20:12:07 ---> 2ca3f7467f9b 20:12:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:12:08 ---> Running in 55a65e764123 20:12:08 Removing intermediate container 8ccc0a768048 20:12:08 ---> 7304bd41a0dd 20:12:08 Step 5/26 : RUN apk add --update --no-cache make bash git 20:12:09 Removing intermediate container d4534e2cfa0a 20:12:09 ---> ff612171066d 20:12:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:12:09 ---> Running in 170977a3e332 20:12:09 Removing intermediate container 3d66aef2b070 20:12:09 ---> 6fe3fd9dbb47 20:12:09 Step 5/22 : RUN apk add --update --no-cache make git 20:12:09 ---> Running in 09296bf89e73 20:12:09 ---> Running in 753262daf29c 20:12:09 Removing intermediate container e458930fde67 20:12:09 ---> acc84fb70cba 20:12:09 Step 13/21 : EXPOSE $APP_PORT 20:12:10 ---> 30ba0f1d89ad 20:12:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:12:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:12:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:12:10 ---> Running in ea0cae996c6a 20:12:10 ---> c9a676b95b59 20:12:10 Step 18/22 : RUN chmod +x entrypoint.sh 20:12:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:12:10 ---> 9279d1f84262 20:12:10 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:12:10 Removing intermediate container ea0cae996c6a 20:12:10 ---> ded69f580049 20:12:10 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:12:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:12:11 ---> Running in 23344ec4d221 20:12:11 ---> 7913ce1e23fb 20:12:11 Step 9/23 : RUN make cmd/core-data/core-data 20:12:11 ---> Running in beb17236de56 20:12:11 ---> Running in d97b1d352ece 20:12:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:12:11 ---> 59718cf500ac 20:12:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:12:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:12:13 OK: 217 MiB in 51 packages 20:12:13 OK: 217 MiB in 51 packages 20:12:13 OK: 217 MiB in 51 packages 20:12:13 OK: 217 MiB in 51 packages 20:12:14 ---> 8bd1ff280aa2 20:12:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:12:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:12:14 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 20:12:14 OK: 217 MiB in 51 packages 20:12:14 Removing intermediate container 5bf770d7e15c 20:12:14 ---> ad53969eb59b 20:12:14 Step 6/21 : COPY go.mod . 20:12:14 ---> 8d83e0fe579f 20:12:14 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:12:15 Removing intermediate container 170977a3e332 20:12:15 ---> 40bb23234796 20:12:15 Step 6/26 : COPY go.mod . 20:12:15 ---> Running in e39f9fcd6baf 20:12:15 Removing intermediate container 23344ec4d221 20:12:15 ---> 042218a55d2f 20:12:15 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:12:15 ---> d3b24233350a 20:12:15 Step 7/21 : RUN go mod download 20:12:15 Removing intermediate container 09296bf89e73 20:12:15 ---> b8ec29215066 20:12:15 Step 6/24 : COPY go.mod . 20:12:15 Removing intermediate container 753262daf29c 20:12:15 ---> 108ccb76e4a4 20:12:15 Step 6/22 : COPY go.mod . 20:12:15 ---> Running in 460115e717b7 20:12:16 Removing intermediate container 55a65e764123 20:12:16 ---> 424dfd261708 20:12:16 Step 6/23 : COPY go.mod . 20:12:16 ---> Running in f78b7363195f 20:12:16 ---> 18cc93a7dbf5 20:12:16 Step 7/26 : RUN go mod download 20:12:16 Removing intermediate container e39f9fcd6baf 20:12:16 ---> 55826f652aa6 20:12:16 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:16 ---> Running in edc0a076f4d4 20:12:16 Removing intermediate container f78b7363195f 20:12:16 ---> 8340a48bff5b 20:12:16 Step 20/22 : LABEL arch=x86_64 20:12:16 ---> Running in 654a3f039faf 20:12:16 ---> Running in e467c5d60ad0 20:12:16 ---> 54e571b443e8 20:12:16 Step 7/24 : RUN go mod download 20:12:16 ---> 34a33de2d6a9 20:12:16 Step 7/22 : RUN go mod download 20:12:17 ---> Running in bbcf182c4cb1 20:12:17 ---> Running in 59544932cdcf 20:12:17 Removing intermediate container edc0a076f4d4 20:12:17 ---> 9b7f934bbc49 20:12:17 Step 19/21 : LABEL arch=x86_64 20:12:17 ---> a4eecc5b5485 20:12:17 Step 7/23 : RUN go mod download 20:12:17 ---> Running in 4026337b354d 20:12:17 Removing intermediate container e467c5d60ad0 20:12:17 ---> 71a44cb998d8 20:12:17 Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:12:17 ---> Running in 60bbb017d449 20:12:17 ---> Running in 954f7ddbc621 20:12:18 Removing intermediate container 4026337b354d 20:12:18 ---> 58c575ca729d 20:12:18 Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:12:18 ---> Running in a0909982125d 20:12:18 Removing intermediate container 954f7ddbc621 20:12:18 ---> b7ba567a9a38 20:12:18 Step 22/22 : LABEL version=0.0.0 20:12:18 ---> Running in d0570f80f715 20:12:18 Collecting docker-compose==1.23.2 20:12:18 Removing intermediate container a0909982125d 20:12:18 ---> 64ba54bed496 20:12:18 Step 21/21 : LABEL version=0.0.0 20:12:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:12:19 Collecting cached-property<2,>=1.2.0 20:12:19 ---> Running in 29212f9e03df 20:12:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:12:19 Removing intermediate container d0570f80f715 20:12:19 ---> 5dc1cfad9320 20:12:19 20:12:20 Successfully built 5dc1cfad9320 20:12:20 Removing intermediate container 460115e717b7 20:12:20 ---> 00c03452324e 20:12:20 Step 8/21 : COPY . . 20:12:20 Collecting docker<4.0,>=3.6.0 20:12:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:12:20 Successfully tagged docker-security-bootstrap-redis-go:latest 20:12:20  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 29212f9e03df 20:12:20 ---> a0bf5a9621bd 20:12:20 20:12:20 Removing intermediate container 654a3f039faf 20:12:20 ---> 033d7a30d283 20:12:20 Step 8/26 : COPY . . 20:12:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:12:21 Successfully built a0bf5a9621bd 20:12:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:12:21 Successfully tagged docker-support-scheduler-go:latest 20:12:21  Building docker-support-scheduler-go ... done Collecting websocket-client<1.0,>=0.32.0 20:12:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:12:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:12:21 Collecting jsonschema<3,>=2.5.1 20:12:21 Removing intermediate container bbcf182c4cb1 20:12:21 ---> 77a4e736cd1f 20:12:21 Step 8/24 : COPY . . 20:12:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:12:22 Removing intermediate container 59544932cdcf 20:12:22 ---> e63041ac3004 20:12:22 Step 8/22 : COPY . . 20:12:22 Collecting dockerpty<0.5,>=0.4.1 20:12:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:12:22 Removing intermediate container 60bbb017d449 20:12:22 ---> 3f9ee5a2c3ce 20:12:22 Step 8/23 : COPY . . 20:12:24 Collecting docopt<0.7,>=0.6.1 20:12:24 Downloading docopt-0.6.2.tar.gz (25 kB) 20:12:25 Collecting PyYAML<4,>=3.10 20:12:25 Downloading PyYAML-3.13.tar.gz (270 kB) 20:12:28 Collecting texttable<0.10,>=0.9.0 20:12:28 Downloading texttable-0.9.1.tar.gz (11 kB) 20:12:28 Collecting docker-pycreds>=0.4.0 20:12:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:12: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) 20:12:29 Collecting idna<2.8,>=2.5 20:12:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:12:29 Collecting urllib3<1.25,>=1.21.1 20:12:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:12:29 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) 20:12:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:12:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:12:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:12:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:12:29 Installing collected packages: cached-property, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, docopt, PyYAML, texttable, docker-compose 20:12:30 Attempting uninstall: idna 20:12:30 Found existing installation: idna 2.9 20:12:30 Uninstalling idna-2.9: 20:12:30 Successfully uninstalled idna-2.9 20:12:31 Attempting uninstall: urllib3 20:12:31 Found existing installation: urllib3 1.25.9 20:12:31 Uninstalling urllib3-1.25.9: 20:12:32 Successfully uninstalled urllib3-1.25.9 20:12:33 Attempting uninstall: requests 20:12:33 Found existing installation: requests 2.23.0 20:12:33 Uninstalling requests-2.23.0: 20:12:33 Successfully uninstalled requests-2.23.0 20:12:37 Running setup.py install for dockerpty: started 20:12:39 Running setup.py install for dockerpty: finished with status 'done' 20:12:39 Running setup.py install for docopt: started 20:12:39 Running setup.py install for docopt: finished with status 'done' 20:12:39 Running setup.py install for PyYAML: started 20:12:41 Running setup.py install for PyYAML: finished with status 'done' 20:12:41 Running setup.py install for texttable: started 20:12:41 Running setup.py install for texttable: finished with status 'done' 20:12:42 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 20:12:48 Removing intermediate container d7b64a1b349b 20:12:48 ---> d76b7b444280 20:12:48 Step 21/26 : RUN apk --no-cache add curl 20:12:48 ---> Running in 0eeea30e23d2 20:12:48 Removing intermediate container beb17236de56 20:12:48 ---> fbcec25ad1e4 20:12:48 20:12:48 Step 10/24 : FROM scratch 20:12:48 ---> 20:12:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:12:48 ---> Running in 99d9b69bb40a 20:12:49 Removing intermediate container 99d9b69bb40a 20:12:49 ---> b225511efa70 20:12:49 Step 12/24 : ENV APP_PORT=48060 20:12:49 ---> Running in 9495a58c3fa6 20:12:49 ---> 91f390627ed0 20:12:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:12:49 ---> 9a41acc264ad 20:12:49 Step 9/23 : RUN make cmd/core-data/core-data 20:12:49 ---> e30be10831ae 20:12:49 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:12:49 ---> cddc9f1d817c 20:12:49 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:12:49 ---> 23119e924f5e 20:12:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:12:49 ---> Running in 9c4b5debc540 20:12:49 ---> Running in 6fa059e570b3 20:12:49 ---> Running in a7ea72b725cd 20:12:49 ---> Running in 18b881267543 20:12:49 ---> Running in 48b19f01182f 20:12:49 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 20:12:49 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 20:12:49 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 20:12:49 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 20:12:49 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 20:12:50 Removing intermediate container 9495a58c3fa6 20:12:50 ---> 847e7590640b 20:12:50 Step 13/24 : EXPOSE $APP_PORT 20:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:51 ---> Running in 855a81912c4d 20:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:12:51 (2/3) Installing libcurl (7.69.1-r3) 20:12:51 (3/3) Installing curl (7.69.1-r3) 20:12:51 Executing busybox-1.31.1-r19.trigger 20:12:51 Removing intermediate container 855a81912c4d 20:12:51 ---> a869bbdcd519 20:12:51 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:12:51 OK: 72 MiB in 58 packages 20:12:52 ---> e984ef7dab00 20:12:52 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:12:54 Removing intermediate container 0eeea30e23d2 20:12:54 ---> d68757bf87b3 20:12:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:12:55 ---> Running in 4858bec8cf50 20:12:55 ---> 086e5a1ce72d 20:12:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:12:55 Removing intermediate container 4858bec8cf50 20:12:55 ---> 770ec1ddc9d1 20:12:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:55 Removing intermediate container d97b1d352ece 20:12:55 ---> ead9bfd3bfc7 20:12:55 20:12:55 Step 10/23 : FROM alpine:3.12 20:12:55 ---> 389fef711851 20:12:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:12:55 ---> Running in 09e6855b077d 20:12:55 ---> Running in 8a9b8b997df0 20:12:56 Removing intermediate container 8a9b8b997df0 20:12:56 ---> 7d15c29e3d93 20:12:56 Step 12/23 : ENV APP_PORT=48080 20:12:56 Removing intermediate container 09e6855b077d 20:12:56 ---> 826e0d7812eb 20:12:56 Step 24/26 : LABEL arch=x86_64 20:12:56 ---> Running in 09d93cad9a3a 20:12:56 ---> Running in 6b421535e65d 20:12:56 ---> e07cb23b4b7c 20:12:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:56 Removing intermediate container 09d93cad9a3a 20:12:56 ---> 4dd0241e8978 20:12:56 Step 13/23 : EXPOSE $APP_PORT 20:12:57 Removing intermediate container 6b421535e65d 20:12:57 ---> eb4037977293 20:12:57 Step 25/26 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:12:57 ---> Running in 06fdc3d202b7 20:12:57 ---> Running in 31d3b58730d3 20:12:57 ---> 084617f49656 20:12:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:12:57 Removing intermediate container 06fdc3d202b7 20:12:57 ---> e9108587807e 20:12:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:57 Removing intermediate container 31d3b58730d3 20:12:57 ---> ae74bfa2a71d 20:12:57 Step 26/26 : LABEL version=0.0.0 20:12:57 ---> Running in 3492ce6ce77f 20:12:57 ---> Running in e8911b2f5cf3 20:12:57 ---> 247215b3c183 20:12:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:12:58 Removing intermediate container e8911b2f5cf3 20:12:58 ---> 5c5a272a4ecd 20:12:58 20:12:58 Successfully built 5c5a272a4ecd 20:12:58 Successfully tagged docker-sys-mgmt-agent-go:latest 20:12:58  Building docker-sys-mgmt-agent-go ... done  ---> 79016017b513 20:12:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:12:58 ---> Running in 1f628123dcee 20:12:59 Removing intermediate container 1f628123dcee 20:12:59 ---> 408f863be3a6 20:12:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:00 ---> Running in e21be5504e8a 20:13:00 Removing intermediate container 3492ce6ce77f 20:13:00 ---> ffdd4fa77f48 20:13:00 Step 15/23 : RUN apk add --update --no-cache zeromq 20:13:00 ---> Running in a6b28cd63827 20:13:00 Removing intermediate container e21be5504e8a 20:13:00 ---> ceba807a6d52 20:13:00 Step 22/24 : LABEL arch=x86_64 20:13:00 ---> Running in 287d6a5947f0 20:13:01 Removing intermediate container 287d6a5947f0 20:13:01 ---> 32d7655dce5e 20:13:01 Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:13:01 ---> Running in 804b3716c209 20:13:01 Removing intermediate container 804b3716c209 20:13:01 ---> eaea7ad92d8c 20:13:01 Step 24/24 : LABEL version=0.0.0 20:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:02 ---> Running in 9c18f5cb31da 20:13:02 Removing intermediate container 9c18f5cb31da 20:13:02 ---> d0807d0a10a9 20:13:02 20:13:02 Successfully built d0807d0a10a9 20:13:02 Successfully tagged docker-support-notifications-go:latest 20:13:03  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:04 (1/5) Installing libgcc (9.3.0-r2) 20:13:04 (2/5) Installing libsodium (1.0.18-r0) 20:13:04 (3/5) Installing libstdc++ (9.3.0-r2) 20:13:04 (4/5) Installing libzmq (4.3.3-r0) 20:13:05 (5/5) Installing zeromq (4.3.3-r0) 20:13:05 Executing busybox-1.31.1-r19.trigger 20:13:05 OK: 8 MiB in 19 packages 20:13:06 Removing intermediate container a6b28cd63827 20:13:06 ---> 873f18cc1864 20:13:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:07 ---> fd2993c10437 20:13:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:13:08 ---> 971810eecccd 20:13:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:13:09 ---> a8866a361674 20:13:09 Step 19/23 : ENTRYPOINT ["/core-data"] 20:13:09 ---> Running in 83f6a2e9b32f 20:13:09 Removing intermediate container 83f6a2e9b32f 20:13:09 ---> 5aec42b3a760 20:13:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:09 ---> Running in ba02195f8590 20:13:10 Removing intermediate container ba02195f8590 20:13:10 ---> a97c7fe72de4 20:13:10 Step 21/23 : LABEL arch=x86_64 20:13:10 ---> Running in 98c256178b74 20:13:10 Removing intermediate container 98c256178b74 20:13:10 ---> 345672c28e52 20:13:10 Step 22/23 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:13:10 ---> Running in 3608b55964da 20:13:11 Removing intermediate container 3608b55964da 20:13:11 ---> 609aa7e6b451 20:13:11 Step 23/23 : LABEL version=0.0.0 20:13:11 ---> Running in 660a5eb6cc8e 20:13:11 Removing intermediate container 660a5eb6cc8e 20:13:11 ---> 434915dfe612 20:13:11 20:13:11 Successfully built 434915dfe612 20:13:11 Successfully tagged docker-core-data-go:latest 20:13:12  Building docker-core-data-go ... done  [Pipeline] } 20:13:12 $ docker stop --time=1 c13e7637b30aa6d926684c722600a4eba8557c159fb891ad486a65b1f9085c01 20:13:14 $ docker rm -f c13e7637b30aa6d926684c722600a4eba8557c159fb891ad486a65b1f9085c01 [Pipeline] // withDockerContainer [Pipeline] sh 20:13:15 + docker images 20:13:15 + grep docker 20:13:15 docker-core-data-go latest 434915dfe612 4 seconds ago 22.3MB 20:13:15 docker-support-notifications-go latest d0807d0a10a9 13 seconds ago 12MB 20:13:15 docker-sys-mgmt-agent-go latest 5c5a272a4ecd 18 seconds ago 313MB 20:13:15 docker-support-scheduler-go latest a0bf5a9621bd 55 seconds ago 10.7MB 20:13:15 docker-security-bootstrap-redis-go latest 5dc1cfad9320 56 seconds ago 15.8MB 20:13:15 docker-security-secretstore-setup-go latest 0eede6900ae1 2 minutes ago 24.6MB 20:13:15 docker-security-proxy-setup-go latest 90f9de9a7a33 3 minutes ago 24.4MB 20:13:15 docker-core-metadata-go latest 26a415efbbc6 3 minutes ago 13.1MB 20:13:15 docker-core-command-go latest 395523639b95 3 minutes ago 10.6MB 20:13:15 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:13:31 Still waiting to schedule task 20:13:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:14:11 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 20:14:19 Running on prd-ubuntu18.04-docker-8c-8g-21282 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 20:14:19 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 20:14:19 Removing intermediate container a7ea72b725cd 20:14:19 ---> feafcc601438 20:14:19 20:14:19 Step 10/22 : FROM alpine:3.12 20:14:19 3.12: Pulling from library/alpine 20:14:21 using credential edgex-jenkins-ssh 20:14:21 Cloning the remote Git repository 20:14:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:14:21 > git init /w/workspace/edgex-go/16 # timeout=10 20:14:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:21 > git --version # timeout=10 20:14:21 > git --version # 'git version 2.17.1' 20:14:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:21 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:14:21 Status: Downloaded newer image for alpine:3.12 20:14:21 ---> afeebe901d6b 20:14:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:14:22 ---> Running in 46705b1606a0 20:14:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:25 Removing intermediate container 9c4b5debc540 20:14:25 ---> c528ddce7e2b 20:14:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:14:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:25 Removing intermediate container 6fa059e570b3 20:14:25 ---> 1101be53c8c6 20:14:25 20:14:25 Step 10/24 : FROM scratch 20:14:25 ---> 20:14:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:14:25 Removing intermediate container 18b881267543 20:14:25 ---> bd2a362a5464 20:14:25 20:14:25 Step 10/21 : FROM alpine:3.12 20:14:25 ---> afeebe901d6b 20:14:25 Step 11/21 : RUN apk add --update --no-cache curl 20:14:25 ---> Running in 3a8e20e2069c 20:14:26 ---> Running in 2b43e603d663 20:14:26 ---> Running in 25cab10208ba 20:14:26 (1/5) Installing ca-certificates (20191127-r4) 20:14:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:14:26 (3/5) Installing libcurl (7.69.1-r3) 20:14:26 (4/5) Installing curl (7.69.1-r3) 20:14:26 (5/5) Installing dumb-init (1.2.2-r1) 20:14:26 Executing busybox-1.31.1-r19.trigger 20:14:26 Executing ca-certificates-20191127-r4.trigger 20:14:26 OK: 7 MiB in 19 packages 20:14:27 Removing intermediate container 25cab10208ba 20:14:27 ---> fdfb993b152b 20:14:27 Step 12/24 : ENV APP_PORT=48060 20:14:27 ---> Running in 99e755e70e92 20:14: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 20:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:28 Removing intermediate container 99e755e70e92 20:14:28 ---> 945d934304f0 20:14:28 Step 13/24 : EXPOSE $APP_PORT 20:14:28 ---> Running in 1e87a73abc67 20:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:29 (1/4) Installing ca-certificates (20191127-r4) 20:14:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:14:29 (3/4) Installing libcurl (7.69.1-r3) 20:14:29 (4/4) Installing curl (7.69.1-r3) 20:14:29 Executing busybox-1.31.1-r19.trigger 20:14:29 Executing ca-certificates-20191127-r4.trigger 20:14:29 Removing intermediate container 46705b1606a0 20:14:29 ---> 720edfde8142 20:14:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:14:29 Removing intermediate container 1e87a73abc67 20:14:29 ---> e65795886d26 20:14:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:14:29 ---> Running in ac3fc8a466d0 20:14:30 OK: 7 MiB in 18 packages 20:14:30 Removing intermediate container ac3fc8a466d0 20:14:30 ---> dc5e306ed7c4 20:14:30 Step 13/22 : WORKDIR / 20:14:31 ---> Running in c156ea2658b7 20:14:31 ---> 4040089302f0 20:14:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:14:32 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 16cc25e94c27377845b649f3af051c6a69a82b9b 20:14:32 Merge succeeded, producing 16cc25e94c27377845b649f3af051c6a69a82b9b 20:14:32 Checking out Revision 16cc25e94c27377845b649f3af051c6a69a82b9b (PR-3027) 20:14:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:31 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:14:32 > git config core.sparsecheckout # timeout=10 20:14:32 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 20:14:32 > git remote # timeout=10 20:14:32 > git config --get remote.origin.url # timeout=10 20:14:32 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:32 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 20:14:32 > git rev-parse HEAD^{commit} # timeout=10 20:14:32 > git config core.sparsecheckout # timeout=10 20:14:32 > git checkout -f 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 20:14:32 Removing intermediate container c156ea2658b7 20:14:32 ---> b4c28efb5baf 20:14:32 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:14:32 Removing intermediate container 2b43e603d663 20:14:32 ---> e6d14fb7ad7d 20:14:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:14:33 ---> Running in 02256a4ff2ad 20:14:33 ---> 47f1e26aae20 20:14:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:14:33 ---> 36f4b4194f44 20:14:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:14:34 Removing intermediate container 02256a4ff2ad 20:14:34 ---> 69319f6dc853 20:14:34 Step 13/21 : WORKDIR /edgex 20:14:34 Removing intermediate container 3a8e20e2069c 20:14:34 ---> 86ce575b21cf 20:14:34 20:14:34 Step 11/26 : FROM docker:20.10.0 20:14:34 ---> Running in a6fab51fd5f7 20:14:34 20.10.0: Pulling from library/docker 20:14:35 ---> 47526c49d505 20:14:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:14:35 ---> 343a9df6805a 20:14:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:14:35 Removing intermediate container a6fab51fd5f7 20:14:35 ---> a1bc9342dd3e 20:14:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:14:35 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:14:37 + echo snap-build.sh 20:14:37 snap-build.sh 20:14:37 + SNAP_BASE_DIR=. 20:14:37 + '[' '!' -z /w/workspace/edgex-go/16 ']' 20:14:37 + SNAP_BASE_DIR=/w/workspace/edgex-go/16 20:14:37 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/16]' 20:14:37 [snap-build] Building snap in dir [/w/workspace/edgex-go/16] 20:14:37 + cd /w/workspace/edgex-go/16 20:14:37 + sudo apt-get remove -qy --purge lxd lxd-client 20:14:37 Reading package lists... 20:14:37 Building dependency tree... 20:14:37 Reading state information... 20:14:37 ---> 98960bdad9e6 20:14:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:14:37 The following packages were automatically installed and are no longer required: 20:14:37 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:14:37 uidmap xdelta3 20:14:37 Use 'sudo apt autoremove' to remove them. 20:14:37 The following packages will be REMOVED: 20:14:37 lxd* lxd-client* 20:14:38 ---> b3cdd13d253b 20:14:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:14:38 ---> f9db4930b152 20:14:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:14:38 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:14:38 After this operation, 31.7 MB disk space will be freed. 20:14:39 (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.) 20:14:39 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:14:40 ---> 1c7f84e02623 20:14:40 Step 18/22 : RUN chmod +x entrypoint.sh 20:14:40 ---> 64fb87b0f861 20:14:40 ---> f0b102123c87 20:14:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:14:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:14:40 ---> Running in 3216b191d19c 20:14:40 Removing lxd dnsmasq configuration 20:14:40 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:14:40 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:14:41 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:14:41 (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.) 20:14:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:14:42 ---> 971a381007ae 20:14:42 ---> 4329ab417c19 20:14:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:14:42 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:14:42 ---> Running in bed75e67ec9a 20:14:42 ---> Running in 522b325ce43e 20:14:43 Processing triggers for systemd (237-3ubuntu10.42) ... 20:14:43 Processing triggers for ureadahead (0.100.0-21) ... 20:14:43 Removing intermediate container bed75e67ec9a 20:14:43 ---> 99a0446d5d35 20:14:43 Step 18/21 : CMD ["--init=true"] 20:14:43 Removing intermediate container 522b325ce43e 20:14:43 ---> 99ea23fe0293 20:14:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:14:44 Removing intermediate container 3216b191d19c 20:14:44 ---> 914095b856bd 20:14:44 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:14:45 ---> Running in 31d693cc3171 20:14:45 ---> Running in 4a2f00986e6c 20:14:45 + sudo snap remove --purge lxd 20:14:45 ---> Running in 1e4d947f3de7 20:14:45 snap "lxd" is not installed 20:14:45 + sudo groupadd --force --system lxd 20:14:45 ++ whoami 20:14:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:14:45 + newgrp - lxd 20:14:45 + sudo snap install lxd 20:14:46 Removing intermediate container 48b19f01182f 20:14:46 ---> fd26521c01dc 20:14:46 20:14:46 Step 10/23 : FROM alpine:3.12 20:14:46 ---> afeebe901d6b 20:14:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:14:46 Removing intermediate container 31d693cc3171 20:14:46 ---> b85a3c5ce5c3 20:14:46 Step 19/21 : LABEL arch=arm64 20:14:46 ---> Running in e959552d7c47 20:14:46 Removing intermediate container 1e4d947f3de7 20:14:46 ---> 4350a3a1243c 20:14:46 Step 20/22 : LABEL arch=arm64 20:14:46 Removing intermediate container 4a2f00986e6c 20:14:46 ---> 9568edb14167 20:14:46 Step 22/24 : LABEL arch=arm64 20:14:46 ---> Running in 6fd60bb8a2cd 20:14:47 ---> Running in 1af033067e8c 20:14:47 ---> Running in 05887739fb18 20:14:47 Removing intermediate container e959552d7c47 20:14:47 ---> b5a9094fb510 20:14:47 Step 12/23 : ENV APP_PORT=48080 20:14:47 ---> Running in 117abe1729b8 20:14:47 Removing intermediate container 6fd60bb8a2cd 20:14:47 ---> 4d88e1151c1c 20:14:47 Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:14:47 Removing intermediate container 05887739fb18 20:14:47 ---> 63da71bc7fe0 20:14:47 Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:14:47 ---> Running in f86a00d6c3dd 20:14:47 Removing intermediate container 1af033067e8c 20:14:47 ---> e5ea2f5d2fbc 20:14:47 Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:14:48 ---> Running in a8046bbdc518 20:14:48 Removing intermediate container 117abe1729b8 20:14:48 ---> 137f48f5c3b7 20:14:48 Step 13/23 : EXPOSE $APP_PORT 20:14:48 ---> Running in 6e9d941a78af 20:14:48 ---> Running in 40d674136cb8 20:14:48 Removing intermediate container f86a00d6c3dd 20:14:48 ---> 12d530603203 20:14:48 Step 21/21 : LABEL version=0.0.0 20:14:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:14:48 Status: Downloaded newer image for docker:20.10.0 20:14:48 ---> eeaf43b92773 20:14:48 Step 12/26 : RUN apk add --no-cache bash 20:14:48 ---> Running in 625ccdec6c96 20:14:48 Removing intermediate container a8046bbdc518 20:14:48 ---> 91d51001997c 20:14:48 Step 24/24 : LABEL version=0.0.0 20:14:50 ---> Running in acc153fcd514 20:14:50 ---> Running in 84c115a41648 20:14:50 Removing intermediate container 6e9d941a78af 20:14:50 ---> 86216ca0fb6f 20:14:50 Step 22/22 : LABEL version=0.0.0 20:14:50 Removing intermediate container 40d674136cb8 20:14:50 ---> 652124267047 20:14:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:50 ---> Running in afc5f2ac739b 20:14:50 Removing intermediate container 625ccdec6c96 20:14:50 ---> c88bc3ae4511 20:14:50 20:14:50 ---> Running in 36b2f1a4cd6c 20:14:50 Removing intermediate container 84c115a41648 20:14:50 ---> 1c3ddad5ef25 20:14:50 20:14:50 Successfully built c88bc3ae4511 20:14:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:14:50  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 20:14:50 Removing intermediate container afc5f2ac739b 20:14:50 ---> f9fdefabd3e6 20:14:50 20:14:50 Successfully built 1c3ddad5ef25 20:14:50 Successfully tagged docker-support-notifications-go-arm64:latest 20:14:50  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 20:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:50 Successfully built f9fdefabd3e6 20:14:50 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 20:14:51  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 20:14:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:51 (1/2) Installing readline (8.0.4-r0) 20:14:51 (2/2) Installing bash (5.0.17-r0) 20:14:51 Executing bash-5.0.17-r0.post-install 20:14:51 Executing busybox-1.31.1-r19.trigger 20:14:51 OK: 12 MiB in 22 packages 20:14:52 Removing intermediate container 36b2f1a4cd6c 20:14:52 ---> 10c9c8d75741 20:14:52 Step 15/23 : RUN apk add --update --no-cache zeromq 20:14:52 ---> Running in 02b736184022 20:14:53 Removing intermediate container acc153fcd514 20:14:53 ---> 875eb43c97c2 20:14:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:14:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:54 ---> Running in 69abee80df41 20:14:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:55 2021-01-19T20:14:52Z INFO Waiting for automatic snapd restart... 20:14:55 Removing intermediate container 69abee80df41 20:14:55 ---> 5dac21d98a23 20:14:55 Step 14/26 : ENV APP_PORT=48090 20:14:55 (1/5) Installing libgcc (9.3.0-r2) 20:14:55 (2/5) Installing libsodium (1.0.18-r0) 20:14:55 (3/5) Installing libstdc++ (9.3.0-r2) 20:14:56 (4/5) Installing libzmq (4.3.3-r0) 20:14:56 (5/5) Installing zeromq (4.3.3-r0) 20:14:56 Executing busybox-1.31.1-r19.trigger 20:14:56 OK: 8 MiB in 19 packages 20:14:56 ---> Running in 6a1491ceb6c2 20:14:58 Removing intermediate container 6a1491ceb6c2 20:14:58 ---> 7dc90edb52c0 20:14:58 Step 15/26 : EXPOSE $APP_PORT 20:14:59 ---> Running in 6d40768570e0 20:14:59 Removing intermediate container 02b736184022 20:14:59 ---> b98f5d9df5e4 20:14:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:14:59 Removing intermediate container 6d40768570e0 20:14:59 ---> 94f5ff24baf9 20:14:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:15:00 ---> 8e1aaff904b9 20:15:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:15:01 ---> 2d006f036335 20:15:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:15:02 ---> bdcfbda116e1 20:15:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:15:03 ---> a164411a7f09 20:15:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:15:03 ---> 6cbfeef56694 20:15:03 Step 19/23 : ENTRYPOINT ["/core-data"] 20:15:04 ---> Running in c3d8f9a9f206 20:15:04 ---> 970b70467d22 20:15:04 Step 19/26 : RUN apk --no-cache add py3-pip 20:15:04 ---> Running in e09402e26388 20:15:04 Removing intermediate container c3d8f9a9f206 20:15:04 ---> 0ad0a293351b 20:15:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:04 ---> Running in 6a25c27c7166 20:15:05 Removing intermediate container 6a25c27c7166 20:15:05 ---> 7b0b27e893d4 20:15:05 Step 21/23 : LABEL arch=arm64 20:15:05 ---> Running in cce720ea0e56 20:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:06 Removing intermediate container cce720ea0e56 20:15:06 ---> 9be65bb377c1 20:15:06 Step 22/23 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:15:06 ---> Running in 7ae8879b9c88 20:15:06 (1/33) Installing libbz2 (1.0.8-r1) 20:15:06 (2/33) Installing expat (2.2.9-r1) 20:15:06 (3/33) Installing libffi (3.3-r2) 20:15:06 (4/33) Installing gdbm (1.13-r1) 20:15:06 (5/33) Installing xz-libs (5.2.5-r0) 20:15:06 (6/33) Installing sqlite-libs (3.32.1-r0) 20:15:06 (7/33) Installing python3 (3.8.5-r0) 20:15:07 Removing intermediate container 7ae8879b9c88 20:15:07 ---> f7a30cdb5521 20:15:07 Step 23/23 : LABEL version=0.0.0 20:15:08 ---> Running in 7bc94724db73 20:15:08 ERROR: Failed to create usr/lib/python3.8/lib-dynload/_codecs_jp.cpython-38-aarch64-linux-gnu.so: I/O error 20:15:08 ERROR: python3-3.8.5-r0: IO ERROR 20:15:08 (8/33) Installing py3-appdirs (1.4.4-r1) 20:15:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:15:08 (10/33) Installing py3-parsing (2.4.7-r0) 20:15:08 (11/33) Installing py3-six (1.15.0-r0) 20:15:08 (12/33) Installing py3-packaging (20.4-r0) 20:15:08 (13/33) Installing py3-setuptools (47.0.0-r0) 20:15:08 (14/33) Installing py3-chardet (3.0.4-r4) 20:15:08 Removing intermediate container 7bc94724db73 20:15:08 ---> db6662d2a3d6 20:15:08 20:15:08 (15/33) Installing py3-idna (2.9-r0) 20:15:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:15:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:15:08 (18/33) Installing py3-requests (2.23.0-r0) 20:15:08 (19/33) Installing py3-msgpack (1.0.0-r0) 20:15:08 (20/33) Installing py3-lockfile (0.12.2-r3) 20:15:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:15:08 (22/33) Installing py3-colorama (0.4.3-r0) 20:15:08 (23/33) Installing py3-distlib (0.3.0-r0) 20:15:08 (24/33) Installing py3-distro (1.5.0-r1) 20:15:08 (25/33) Installing py3-webencodings (0.5.1-r3) 20:15:08 (26/33) Installing py3-html5lib (1.0.1-r4) 20:15:08 (27/33) Installing py3-pytoml (0.1.21-r0) 20:15:08 (28/33) Installing py3-pep517 (0.8.2-r0) 20:15:08 (29/33) Installing py3-progress (1.5-r0) 20:15:08 (30/33) Installing py3-toml (0.10.1-r0) 20:15:08 Successfully built db6662d2a3d6 20:15:08 (31/33) Installing py3-retrying (1.3.3-r0) 20:15:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:15:09 (33/33) Installing py3-pip (20.1.1-r0) 20:15:09 Successfully tagged docker-core-data-go-arm64:latest 20:15:09 Building docker-core-metadata-go 20:15:09  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger 20:15:09 1 error; 26 MiB in 54 packages 20:15:13 lxd 4.10 from Canonical* installed 20:15:13 + sudo lxd init --auto 20:15:21 + sudo snap install --classic snapcraft 20:15:29 snapcraft 4.4.4 from Canonical* installed 20:15:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 20:15:29 + patch --verbose -p1 20:15:29 Hmm... Looks like a unified diff to me... 20:15:29 The text leading up to this was: 20:15:29 -------------------------- 20:15:29 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 20:15:29 |From: Tony Espy 20:15:29 |Date: Wed, 16 Dec 2020 16:34:55 -0500 20:15:29 |Subject: [PATCH] optimize snap build for pipeline CI check 20:15:29 | 20:15:29 |This patch is used by the EdgeX CI pipeline builds to 20:15:29 |optimize the snap CI check run for pull requests. When 20:15:29 |applied, it essentially strips out everything (apps and 20:15:29 |parts) from the snapcraft.yaml file except those required 20:15:29 |to build edgex-go, as the whole idea of the CI check is to 20:15:29 |catch changes to edgex-go that break the snap build. 20:15:29 | 20:15:29 |In general, anyone updating snapcraft.yaml will also need 20:15:29 |to update this patch file, otherwise it may fail to apply, 20:15:29 |resulting in a failed snap build CI check in the associated 20:15:29 |pull request. 20:15:29 | 20:15:29 |Note - in addition to applying this patch, the pipeline also 20:15:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 20:15:29 |need to build the finally binary .snap file (and it won't 20:15:29 |work with the patch applied). This further reduces the build 20:15:29 |time. 20:15:29 |--- 20:15:29 | snap/snapcraft.yaml | 461 +------------------------------------------- 20:15:29 | 1 file changed, 2 insertions(+), 459 deletions(-) 20:15:29 | 20:15:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 20:15:29 |index 1e537489..faf42425 100644 20:15:29 |--- a/snap/snapcraft.yaml 20:15:29 |+++ b/snap/snapcraft.yaml 20:15:29 -------------------------- 20:15:29 patching file snap/snapcraft.yaml 20:15:29 Using Plan A... 20:15:29 Hunk #1 succeeded at 73. 20:15:29 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 20:15:29 Hunk #3 succeeded at 214 (offset -1 lines). 20:15:29 Hunk #4 succeeded at 222 (offset -1 lines). 20:15:29 Hunk #5 succeeded at 229 (offset -1 lines). 20:15:29 Hunk #6 succeeded at 256 (offset -1 lines). 20:15:29 Hunk #7 succeeded at 290 (offset -1 lines). 20:15:29 Hunk #8 succeeded at 342. 20:15:29 Hmm... Ignoring the trailing garbage. 20:15:29 done 20:15:29 + sudo snapcraft prime --use-lxd 20:15:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:15:31 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: 20:15:31 - README.md 20:15:31 - snapcraft.yaml.orig 20:15:31 20:15:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:15:32 Launching a container. 20:15:47 Waiting for container to be ready 20:15:47 To start your first instance, try: lxc launch ubuntu:18.04 20:15:47 20:15:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:48 ---> 38518f5f7ea8 20:15:48 Step 3/24 : WORKDIR /edgex-go 20:15:48 ---> Using cache 20:15:48 ---> 376648bc4563 20:15:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:48 ---> Using cache 20:15:48 ---> ff612171066d 20:15:48 Step 5/24 : RUN apk add --update --no-cache make git 20:15:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:15:48 ---> 38518f5f7ea8 20:15:48 Step 3/21 : WORKDIR /edgex-go 20:15:48 ---> Using cache 20:15:48 ---> 376648bc4563 20:15:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:48 ---> Using cache 20:15:48 ---> ff612171066d 20:15:48 Step 5/21 : RUN apk add --update --no-cache make git 20:15:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:48 ---> 38518f5f7ea8 20:15:48 Step 3/22 : WORKDIR /edgex-go 20:15:48 ---> Using cache 20:15:48 ---> 376648bc4563 20:15:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:48 ---> Using cache 20:15:48 ---> ff612171066d 20:15:48 Step 5/22 : RUN apk add --update --no-cache make git 20:15:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:48 ---> 38518f5f7ea8 20:15:48 Step 3/22 : WORKDIR /edgex-go 20:15:48 ---> Using cache 20:15:48 ---> 376648bc4563 20:15:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:48 ---> Using cache 20:15:48 ---> ff612171066d 20:15:48 Step 5/22 : RUN apk add --update --no-cache make git 20:15:48 ---> Running in 7a173f9dda8d 20:15:48 ---> Running in d5195526e3b1 20:15:48 ---> Running in 4fc97a541a2f 20:15:48 ---> Running in 08f37011f44a 20:15:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:50 Waiting for network to be ready... 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:50 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:15:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 20:15:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:15:51 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:15:51 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:15:51 OK: 217 MiB in 51 packages 20:15:51 OK: 217 MiB in 51 packages 20:15:51 OK: 217 MiB in 51 packages 20:15:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:15:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:15:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:15:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:15:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:15:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 20:15:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 20:15:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 20:15:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 20:15:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 20:15:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 20:15:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 20:15:51 OK: 217 MiB in 51 packages 20:15:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:15:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 20:15:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 20:15:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 20:15:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 20:15:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 20:15:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 20:15:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 20:15:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 20:15:53 Removing intermediate container d5195526e3b1 20:15:53 ---> 70b9b43cfae3 20:15:53 Step 6/22 : COPY go.mod . 20:15:53 Removing intermediate container 7a173f9dda8d 20:15:53 ---> c8bc9f6b3623 20:15:53 Step 6/24 : COPY go.mod . 20:15:53 Removing intermediate container 4fc97a541a2f 20:15:53 ---> 37f396cd3e3d 20:15:53 Step 6/21 : COPY go.mod . 20:15:53 Removing intermediate container 08f37011f44a 20:15:53 ---> 0696e79387e5 20:15:53 Step 6/22 : COPY go.mod . 20:15:53 ---> 833e64ff6143 20:15:53 Step 7/22 : RUN go mod download 20:15:54 ---> c8e54a4887dd 20:15:54 Step 7/24 : RUN go mod download 20:15:54 ---> Running in 7c98976d6695 20:15:54 ---> Running in 2808babb5b12 20:15:54 ---> e2cb863a77d3 20:15:54 Step 7/21 : RUN go mod download 20:15:54 ---> 7d34756c4413 20:15:54 Step 7/22 : RUN go mod download 20:15:54 ---> Running in bf4c31c9ec0b 20:15:54 ---> Running in d0e1ff2bd264 20:15:56 Fetched 23.8 MB in 6s (3945 kB/s) 20:15:57 Reading package lists... 20:15:58 Removing intermediate container 7c98976d6695 20:15:58 ---> 2f4b7411c9b8 20:15:58 Step 8/22 : COPY . . 20:15:58 Removing intermediate container 2808babb5b12 20:15:58 ---> 918ace9c0bcc 20:15:58 Step 8/24 : COPY . . 20:15:58 Reading package lists... 20:15:58 Building dependency tree... 20:15:58 Reading state information... 20:15:58 The following additional packages will be installed: 20:15:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:15:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:15:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:15:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:15:58 Suggested packages: 20:15:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:15:58 Recommended packages: 20:15:58 gnupg libsasl2-modules 20:15:58 The following NEW packages will be installed: 20:15:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:15:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:15:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:15:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:15:58 The following packages will be upgraded: 20:15:58 gpg gpg-agent gpgconf libudev1 20:15:58 Removing intermediate container bf4c31c9ec0b 20:15:58 ---> 1fe2fdb30c88 20:15:58 Step 8/21 : COPY . . 20:15:58 Removing intermediate container d0e1ff2bd264 20:15:58 ---> 610d55f7069d 20:15:58 Step 8/22 : COPY . . 20:15:58 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 20:15:58 Need to get 3533 kB of archives. 20:15:58 After this operation, 13.3 MB of additional disk space will be used. 20:15:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 20:15:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 20:15:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 20:15:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 20:15:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 20:15:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:15:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:15:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 20:15:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 20:15:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 20:15:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:15:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:15:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:15:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:15:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:15:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:15:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:15:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:15:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:15:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:15:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:15:59 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:15:59 debconf: delaying package configuration, since apt-utils is not installed 20:15:59 Fetched 3533 kB in 1s (3236 kB/s) 20:15:59 (Reading database ... 12511 files and directories currently installed.) 20:15:59 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 20:16:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 20:16:00 Selecting previously unselected package udev. 20:16:00 (Reading database ... 12511 files and directories currently installed.) 20:16:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 20:16:00 Unpacking udev (237-3ubuntu10.44) ... 20:16:00 Selecting previously unselected package libfuse2:amd64. 20:16:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:16:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:16:00 Selecting previously unselected package fuse. 20:16:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:16:00 Unpacking fuse (2.9.7-1ubuntu1) ... 20:16:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:00 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:00 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:00 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:00 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:01 Selecting previously unselected package libksba8:amd64. 20:16:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:16:01 Unpacking libksba8:amd64 (1.3.5-2) ... 20:16:01 Selecting previously unselected package libroken18-heimdal:amd64. 20:16:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:16:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:16:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:16:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libwind0-heimdal:amd64. 20:16:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:16:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:16:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:16:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:16:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:16:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:02 Selecting previously unselected package libsasl2-modules-db:amd64. 20:16:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:16:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:02 Selecting previously unselected package libsasl2-2:amd64. 20:16:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:16:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:02 Selecting previously unselected package libldap-common. 20:16:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 20:16:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:16:02 Selecting previously unselected package libldap-2.4-2:amd64. 20:16:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 20:16:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:16:02 Selecting previously unselected package dirmngr. 20:16:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 20:16:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:16:02 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 20:16:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:16:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:16:02 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 20:16:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:02 Setting up libksba8:amd64 (1.3.5-2) ... 20:16:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:02 Setting up udev (237-3ubuntu10.44) ... 20:16:03 invoke-rc.d: policy-rc.d denied execution of start. 20:16:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Processing triggers for systemd (237-3ubuntu10) ... 20:16:03 Setting up fuse (2.9.7-1ubuntu1) ... 20:16:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 20:16:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:16:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:16:03 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 20:16:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:16:04 settings in the [Install] section, and DefaultInstance for template units). 20:16:04 This means they are not meant to be enabled using systemctl. 20:16:04 Possible reasons for having this kind of units are: 20:16:04 1) A unit may be statically enabled by being symlinked from another unit's 20:16:04 .wants/ or .requires/ directory. 20:16:04 2) A unit's purpose may be to act as a helper for some other unit which has 20:16:04 a requirement dependency on it. 20:16:04 3) A unit may be started when needed via activation (socket, path, timer, 20:16:04 D-Bus, udev, scripted systemctl call, ...). 20:16:04 4) In case of template units, the unit is meant to be enabled with some 20:16:04 instance name specified. 20:16:04 Reading package lists... 20:16:04 Building dependency tree... 20:16:04 Reading state information... 20:16:05 The following additional packages will be installed: 20:16:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:16:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:16:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:16:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:16:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:16:05 Suggested packages: 20:16:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:16:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:16:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:16:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:16:05 systemd-container policykit-1 20:16:05 Recommended packages: 20:16:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:16:05 The following NEW packages will be installed: 20:16:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:16:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:16:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:16:05 multiarch-support openssh-client python3 python3-minimal python3.6 20:16:05 python3.6-minimal snapd squashfs-tools sudo 20:16:05 The following packages will be upgraded: 20:16:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:16:05 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 20:16:05 Need to get 35.2 MB of archives. 20:16:05 After this operation, 141 MB of additional disk space will be used. 20:16:05 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 20:16:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:16:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:16:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 20:16:06 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 20:16:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 20:16:06 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:16:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:16:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:16:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:16:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:16:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:16:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:16:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 20:16:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:16:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 20:16:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 20:16:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:16:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:16:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:16:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 20:16:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 20:16:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:16:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:16:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:16:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:16:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:16:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:16:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 20:16:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:16:07 debconf: delaying package configuration, since apt-utils is not installed 20:16:07 Fetched 35.2 MB in 2s (14.7 MB/s) 20:16:07 (Reading database ... 12757 files and directories currently installed.) 20:16:07 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 20:16:07 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 20:16:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 20:16:08 (Reading database ... 12757 files and directories currently installed.) 20:16:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:16:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:16:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:16:09 (Reading database ... 12757 files and directories currently installed.) 20:16:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:16:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:16:09 Setting up apt (1.6.12ubuntu0.2) ... 20:16:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:16:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:16:10 (Reading database ... 12764 files and directories currently installed.) 20:16:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:16:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:16:10 Selecting previously unselected package libpython3.6-minimal:amd64. 20:16:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:10 Selecting previously unselected package libexpat1:amd64. 20:16:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:16:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:16:10 Selecting previously unselected package python3.6-minimal. 20:16:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:16:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 20:16:11 Checking for services that may need to be restarted...done. 20:16:11 Checking for services that may need to be restarted...done. 20:16:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:16:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:16:12 Selecting previously unselected package python3-minimal. 20:16:12 (Reading database ... 13012 files and directories currently installed.) 20:16:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:16:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:16:12 Selecting previously unselected package mime-support. 20:16:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:16:12 Unpacking mime-support (3.60ubuntu1) ... 20:16:12 Selecting previously unselected package libmpdec2:amd64. 20:16:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:16:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:16:13 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:16:13 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:13 Selecting previously unselected package python3.6. 20:16:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:16:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:16:13 Selecting previously unselected package libpython3-stdlib:amd64. 20:16:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:16:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:16:13 Setting up python3-minimal (3.6.7-1~18.04) ... 20:16:13 Selecting previously unselected package python3. 20:16:13 (Reading database ... 13442 files and directories currently installed.) 20:16:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:16:13 Unpacking python3 (3.6.7-1~18.04) ... 20:16:13 Selecting previously unselected package multiarch-support. 20:16:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:16:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:16:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:16:14 Selecting previously unselected package liblzo2-2:amd64. 20:16:14 (Reading database ... 13479 files and directories currently installed.) 20:16:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:16:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:16:14 Selecting previously unselected package libbsd0:amd64. 20:16:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:16:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:16:14 Selecting previously unselected package sudo. 20:16:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 20:16:14 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 20:16:14 Selecting previously unselected package apparmor. 20:16:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:16:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:16:14 Selecting previously unselected package libedit2:amd64. 20:16:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:16:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:16:14 Selecting previously unselected package libkrb5support0:amd64. 20:16:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:16:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:16:14 Selecting previously unselected package libk5crypto3:amd64. 20:16:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:16:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:16:15 Selecting previously unselected package libkeyutils1:amd64. 20:16:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:16:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:16:15 Selecting previously unselected package libkrb5-3:amd64. 20:16:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:16:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:16:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:16:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:16:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:16:15 Selecting previously unselected package libssl1.0.0:amd64. 20:16:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 20:16:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:16:15 Selecting previously unselected package openssh-client. 20:16:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:16:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:16:15 Selecting previously unselected package squashfs-tools. 20:16:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:16:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:16:16 Selecting previously unselected package snapd. 20:16:16 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 20:16:16 Unpacking snapd (2.48+18.04) ... 20:16:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:16:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:16:18 Setting up mime-support (3.60ubuntu1) ... 20:16:18 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 20:16:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:16:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:16:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:18 Setting up systemd (237-3ubuntu10.44) ... 20:16:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:16:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:16:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:16:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:16:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:16:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:16:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:16:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:16:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:16:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:16:20 Setting up python3 (3.6.7-1~18.04) ... 20:16:20 running python rtupdate hooks for python3.6... 20:16:20 running python post-rtupdate hooks for python3.6... 20:16:20 Setting up apparmor (2.12-4ubuntu5.1) ... 20:16:21 ---> 4e2ff2a3fbd0 20:16:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:16:21 ---> 729318a2ce1a 20:16:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:16:21 ---> f1b156fc1e0e 20:16:21 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:16:21 ---> 3e41b4adc7c4 20:16:21 Step 9/22 : RUN make cmd/core-command/core-command 20:16:21 ---> Running in 650e1932bdb2 20:16:21 ---> Running in bcdea56edff6 20:16:21 ---> Running in dbf64356aae5 20:16:21 ---> Running in f1f8402b1795 20:16:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:16:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:16:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:16:22 Setting up snapd (2.48+18.04) ... 20:16:23 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 20:16:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:16:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:16:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:16:23 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 20:16:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:16:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:16:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:16:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:16:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:16:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:16:25 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:16:25 /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' 20:16:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:16:25 Processing triggers for systemd (237-3ubuntu10.44) ... 20:16:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:16:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:16:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:16:28 Reading package lists... 20:16:28 Reading package lists... 20:16:28 Building dependency tree... 20:16:28 Reading state information... 20:16:28 Calculating upgrade... 20:16:29 The following packages will be upgraded: 20:16:29 advancecomp base-files bash binutils binutils-common 20:16:29 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:16:29 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:16:29 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 20:16:29 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 20:16:29 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 20:16:29 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 20:16:29 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 20:16:29 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 20:16:29 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 20:16:29 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 20:16:29 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 20:16:29 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 20:16:29 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 20:16:29 ubuntu-keyring util-linux 20:16:29 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:16:29 Need to get 63.7 MB of archives. 20:16:29 After this operation, 5203 kB of additional disk space will be used. 20:16:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 20:16:29 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:16:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:16:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:16:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:16:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:16:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:16:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:16:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:16:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:16:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:16:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:16:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:16:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:16:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:16:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:16:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:16:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:16:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:16:29 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:16:29 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:16:29 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:16:29 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:16:29 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:16:29 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:16:29 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:16:29 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:16:29 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:16:29 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:16:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:16:29 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:16:29 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:16:29 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:16:29 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:16:29 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:16:29 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 20:16:29 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 20:16:29 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:16:29 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:16:29 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:16:29 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 20:16:29 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 20:16:29 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:16:29 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:16:29 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:16:29 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 20:16:29 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:16:29 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:16:29 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 20:16:29 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 20:16:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 20:16:29 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 20:16:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:16:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:16:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:16:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:16:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:16:30 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:16:30 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:16:30 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:16:30 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:16:30 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:16:30 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:16:30 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:16:30 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:16:30 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:16:30 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:16:30 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:16:30 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:16:30 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:16:30 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:16:30 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:16:30 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:16:30 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:16:30 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:16:30 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:16:30 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:16:30 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:16:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:16:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:16:30 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:16:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:16:30 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 20:16:30 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:16:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:16:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:16:30 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:16:30 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:16:30 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:16:30 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:16:30 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:16:30 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:16:30 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:16:30 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:16:30 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:16:31 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:16:31 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:16:31 debconf: delaying package configuration, since apt-utils is not installed 20:16:31 Fetched 63.7 MB in 2s (35.6 MB/s) 20:16:31 (Reading database ... 13912 files and directories currently installed.) 20:16:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:16:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:16:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 20:16:32 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 20:16:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:16:33 (Reading database ... 13911 files and directories currently installed.) 20:16:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:16:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:16:34 (Reading database ... 13911 files and directories currently installed.) 20:16:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:16:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:16:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:16:34 (Reading database ... 13911 files and directories currently installed.) 20:16:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:16:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:16:35 (Reading database ... 13911 files and directories currently installed.) 20:16:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:16:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:16:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:16:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:16:36 Setting up base-files (10.1ubuntu2.10) ... 20:16:36 Installing new version of config file /etc/issue ... 20:16:36 Installing new version of config file /etc/issue.net ... 20:16:36 Installing new version of config file /etc/lsb-release ... 20:16:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:16:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:16:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:16:36 Removing obsolete conffile /etc/default/motd-news ... 20:16:36 (Reading database ... 13912 files and directories currently installed.) 20:16:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:16:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:16:36 Setting up bash (4.4.18-2ubuntu1.2) ... 20:16:37 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 20:16:37 (Reading database ... 13912 files and directories currently installed.) 20:16:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:16:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:16:37 (Reading database ... 13912 files and directories currently installed.) 20:16:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:16:37 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:16:37 Setting up tar (1.29b-2ubuntu0.2) ... 20:16:37 (Reading database ... 13912 files and directories currently installed.) 20:16:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:16:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:16:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:16:37 (Reading database ... 13912 files and directories currently installed.) 20:16:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:16:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:16:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:16:38 (Reading database ... 13912 files and directories currently installed.) 20:16:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:16:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:16:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:16:38 (Reading database ... 13912 files and directories currently installed.) 20:16:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:16:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:16:38 Setting up grep (3.1-2build1) ... 20:16:38 (Reading database ... 13912 files and directories currently installed.) 20:16:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:16:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:16:38 Setting up login (1:4.5-1ubuntu2) ... 20:16:39 (Reading database ... 13912 files and directories currently installed.) 20:16:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:16:39 (Reading database ... 13912 files and directories currently installed.) 20:16:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:16:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:40 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:16:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:16:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:16:40 (Reading database ... 13912 files and directories currently installed.) 20:16:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:16:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:16:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:16:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:16:42 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:16:42 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:16:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:16:42 (Reading database ... 13912 files and directories currently installed.) 20:16:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:16:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:16:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:16:42 (Reading database ... 13912 files and directories currently installed.) 20:16:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:42 (Reading database ... 13912 files and directories currently installed.) 20:16:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:43 (Reading database ... 13912 files and directories currently installed.) 20:16:43 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:43 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:43 (Reading database ... 13912 files and directories currently installed.) 20:16:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:43 (Reading database ... 13912 files and directories currently installed.) 20:16:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:16:44 (Reading database ... 13912 files and directories currently installed.) 20:16:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:16:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:16:44 (Reading database ... 13912 files and directories currently installed.) 20:16:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:16:44 (Reading database ... 13912 files and directories currently installed.) 20:16:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:16:44 (Reading database ... 13912 files and directories currently installed.) 20:16:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:16:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:16:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:16:46 (Reading database ... 13912 files and directories currently installed.) 20:16:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:16:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:16:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:16:46 (Reading database ... 13912 files and directories currently installed.) 20:16:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:16:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:16:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:16:46 (Reading database ... 13914 files and directories currently installed.) 20:16:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:16:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:16:47 Setting up debconf (1.5.66ubuntu1) ... 20:16:47 (Reading database ... 13914 files and directories currently installed.) 20:16:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:16:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:16:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:16:47 (Reading database ... 13914 files and directories currently installed.) 20:16:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:16:47 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:16:47 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:16:48 (Reading database ... 13914 files and directories currently installed.) 20:16:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:16:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:16:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:16:48 (Reading database ... 13914 files and directories currently installed.) 20:16:48 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:16:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:16:48 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 20:16:48 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:16:48 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:16:48 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:16:48 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:16:48 (Reading database ... 13914 files and directories currently installed.) 20:16:48 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:16:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:16:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:16:49 (Reading database ... 13914 files and directories currently installed.) 20:16:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:16:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:16:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:16:49 (Reading database ... 13914 files and directories currently installed.) 20:16:49 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:16:49 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:16:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:16:50 (Reading database ... 13914 files and directories currently installed.) 20:16:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 20:16:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 20:16:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 20:16:50 (Reading database ... 13914 files and directories currently installed.) 20:16:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:16:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:16:50 Setting up passwd (1:4.5-1ubuntu2) ... 20:16:51 (Reading database ... 13914 files and directories currently installed.) 20:16:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 20:16:51 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:16:51 Setting up gpgv (2.2.4-1ubuntu1.3) ... 20:16:51 (Reading database ... 13914 files and directories currently installed.) 20:16:51 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:16:51 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:16:51 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:16:51 (Reading database ... 13914 files and directories currently installed.) 20:16:51 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:16:51 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:16:51 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:16:51 (Reading database ... 13914 files and directories currently installed.) 20:16:51 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:16:51 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:16:52 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:16:52 (Reading database ... 13914 files and directories currently installed.) 20:16:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:16:52 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:16:52 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:16:52 (Reading database ... 13914 files and directories currently installed.) 20:16:52 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:16:52 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:16:52 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:16:52 (Reading database ... 13914 files and directories currently installed.) 20:16:52 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:16:52 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:16:52 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:16:52 (Reading database ... 13915 files and directories currently installed.) 20:16:52 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:16:52 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:16:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:16:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:16:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:16:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:16:53 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 20:16:53 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 20:16:53 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:16:53 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:16:53 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:16:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:16:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:16:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:16:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:16:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:16:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:16:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:16:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:16:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:16:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:16:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:16:55 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 20:16:55 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 20:16:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:16:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:16:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:16:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:16:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:16:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:16:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:16:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:16:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:16:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:16:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:16:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:16:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:16:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:16:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:16:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:16:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:16:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:16:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:16:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:16:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:16:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:17:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:17:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:17:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:17:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:17:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:17:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:17:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:17:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:17:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:17:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:17:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:17:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:17:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:17:03 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:17:03 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:17:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:17:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:17:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:17:03 Setting up tzdata (2020f-0ubuntu0.18.04) ... 20:17:04 20:17:04 Current default time zone: 'Etc/UTC' 20:17:04 Local time is now: Tue Jan 19 20:17:03 UTC 2021. 20:17:04 Universal Time is now: Tue Jan 19 20:17:03 UTC 2021. 20:17:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:17:04 20:17:04 Setting up systemd-sysv (237-3ubuntu10.44) ... 20:17:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:04 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 20:17:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:17:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:17:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:17:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:17:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:17:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:17:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:17:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:17:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 20:17:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:04 Setting up patch (2.7.6-2ubuntu1.1) ... 20:17:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:17:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:17:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 20:17:04 Installing new version of config file /etc/ssl/openssl.cnf ... 20:17:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:17:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:17:04 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 20:17:06 Updating certificates in /etc/ssl/certs... 20:17:07 22 added, 17 removed; done. 20:17:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:17:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:17:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:17:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:17:07 Setting up pkgbinarymangler (138.18.04.1) ... 20:17:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 20:17:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up perl (5.26.1-6ubuntu0.5) ... 20:17:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 20:17:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:17:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:17:08 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 20:17:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:17:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:17:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:17:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:17:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:17:08 Processing triggers for systemd (237-3ubuntu10.44) ... 20:17:08 Processing triggers for mime-support (3.60ubuntu1) ... 20:17:08 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 20:17:08 Updating certificates in /etc/ssl/certs... 20:17:09 0 added, 0 removed; done. 20:17:09 Running hooks in /etc/ca-certificates/update.d... 20:17:09 done. 20:17:10 Reading package lists... 20:17:10 Building dependency tree... 20:17:10 Reading state information... 20:17:10 The following NEW packages will be installed: 20:17:10 apt-transport-https 20:17:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:17:10 Need to get 1696 B of archives. 20:17:10 After this operation, 153 kB of additional disk space will be used. 20:17:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:17:11 debconf: delaying package configuration, since apt-utils is not installed 20:17:11 Fetched 1696 B in 0s (7538 B/s) 20:17:11 Selecting previously unselected package apt-transport-https. 20:17:11 (Reading database ... 13929 files and directories currently installed.) 20:17:11 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:17:11 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:17:11 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:17:11 Waiting for network to be ready... 20:17:19 2021-01-19T20:17:16Z INFO Waiting for automatic snapd restart... 20:17:19 snapd 2.48.2 from Canonical* installed 20:17:20 "snapd" switched to the "latest/stable" channel 20:17:20 20:17:26 core18 20201210 from Canonical* installed 20:17:26 "core18" switched to the "latest/stable" channel 20:17:26 20:17:31 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 20:17:32 snapcraft 4.4.4 from Canonical* installed 20:17:32 "snapcraft" switched to the "latest/stable" channel 20:17:32 20:17:36 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: 20:17:36 - README.md 20:17:36 - snapcraft.yaml.orig 20:17:36 20:17:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:17:37 Removing intermediate container bcdea56edff6 20:17:37 ---> 95fd8a4c79aa 20:17:37 20:17:37 Step 10/24 : FROM alpine:3.12 20:17:37 ---> afeebe901d6b 20:17:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:17:37 ---> Using cache 20:17:37 ---> 720edfde8142 20:17:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:17:37 ---> Running in ed96659dc91d 20:17:38 Removing intermediate container ed96659dc91d 20:17:38 ---> 3673c6ea2f16 20:17:38 Step 13/24 : WORKDIR / 20:17:39 ---> Running in f284609fb1cf 20:17:40 Removing intermediate container f284609fb1cf 20:17:40 ---> 36a8742ce2c9 20:17:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:17:41 Removing intermediate container 650e1932bdb2 20:17:41 ---> a4e37095f40f 20:17:41 20:17:41 Step 10/21 : FROM scratch 20:17:41 ---> 20:17:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:17:41 ---> Running in 7bdc2c406427 20:17:41 Removing intermediate container f1f8402b1795 20:17:41 ---> bc778b04e6b0 20:17:41 20:17:41 Step 10/22 : FROM scratch 20:17:41 ---> 20:17:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:17:41 ---> b6a424f664e3 20:17:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:17:42 ---> Running in 6c391ce3cd08 20:17:42 Removing intermediate container 7bdc2c406427 20:17:42 ---> c6b4c77f2f27 20:17:42 Step 12/21 : ENV APP_PORT=48085 20:17:42 ---> Running in 1ba4e40e371a 20:17:42 Removing intermediate container 6c391ce3cd08 20:17:42 ---> 8f46297a5097 20:17:42 Step 12/22 : ENV APP_PORT=48082 20:17:42 ---> 70475913f265 20:17:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:17:43 ---> Running in 2444bf220b1a 20:17:43 Removing intermediate container 1ba4e40e371a 20:17:43 ---> 4465b4749b7d 20:17:43 Step 13/21 : EXPOSE $APP_PORT 20:17:43 ---> Running in f35abc7dcbb9 20:17:43 Removing intermediate container 2444bf220b1a 20:17:43 ---> 504c9531ed24 20:17:43 Step 13/22 : EXPOSE $APP_PORT 20:17:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:17:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:17:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:17:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:17:43 Fetched 88.7 kB in 1s (150 kB/s) 20:17:43 ---> Running in 77c0be48b2fd 20:17:43 ---> 896caba7796b 20:17:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:17:43 Removing intermediate container f35abc7dcbb9 20:17:43 ---> 9f354f87c6cd 20:17:43 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:44 Removing intermediate container 77c0be48b2fd 20:17:44 ---> 392c8643ffff 20:17:44 Step 14/22 : WORKDIR / 20:17:44 ---> Running in f20c62cccb16 20:17:44 Reading package lists... 20:17:45 ---> 1115a789b070 20:17:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:17:45 ---> 702d8ad1a81a 20:17:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:17:45 Removing intermediate container f20c62cccb16 20:17:45 ---> d4b26cbffb41 20:17:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:45 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 20:17:47 ---> 5fef37f01941 20:17:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:17:47 ---> e11b7cdbb571 20:17:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:17:47 ---> 5e48beb98f46 20:17:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:17:48 ---> c2f899c038d5 20:17:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:17:48 ---> 55e51aae1698 20:17:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:17:48 ---> abb9c52ee58f 20:17:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:17:48 ---> Running in cb71587a9b28 20:17:48 ---> Running in 650feee961b6 20:17:50 ---> 11f9312e57bd 20:17:50 Step 18/22 : ENTRYPOINT ["/core-command"] 20:17:50 Removing intermediate container 650feee961b6 20:17:50 ---> 85b7a84f526b 20:17:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:50 ---> Running in 93cbfa9265c7 20:17:50 ---> Running in 994ef3e83d55 20:17:51 Removing intermediate container 93cbfa9265c7 20:17:51 Removing intermediate container 994ef3e83d55 20:17:51 ---> d0fb3dbbb669 20:17:51 ---> 45b03dae6ca6 20:17:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 19/21 : LABEL arch=arm64 20:17:51 20:17:51 Removing intermediate container dbf64356aae5 20:17:51 ---> 1d31dd2e5082 20:17:51 20:17:51 Step 10/22 : FROM scratch 20:17:51 ---> 20:17:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:17:51 ---> Running in 0f3ee0e27b67 20:17:51 ---> Running in 9bea74194491 20:17:51 ---> Using cache 20:17:51 ---> 8f46297a5097 20:17:51 Step 12/22 : ENV APP_PORT=48081 20:17:51 Removing intermediate container cb71587a9b28 20:17:51 ---> e979030d2d64 20:17:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:17:51 ---> Running in 44b983515eb5 20:17:52 ---> Running in 3b54f379ecf3 20:17:52 Removing intermediate container 9bea74194491 20:17:52 ---> cc4b99346ac3 20:17:52 Step 20/21 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:17:52 Removing intermediate container 0f3ee0e27b67 20:17:52 ---> afcf8eda1c27 20:17:52 Step 20/22 : LABEL arch=arm64 20:17:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:17:52 Reading package lists... 20:17:52 Building dependency tree... 20:17:52 Reading state information... 20:17:52 Suggested packages: 20:17:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:17:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:17:52 Recommended packages: 20:17:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:17:52 The following NEW packages will be installed: 20:17:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:17:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:17:52 pkg-config zip 20:17:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:17:52 Need to get 7655 kB of archives. 20:17:52 After this operation, 43.7 MB of additional disk space will be used. 20:17:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 20:17:52 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:17:52 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:17:52 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:17:52 Removing intermediate container 44b983515eb5 20:17:52 ---> 13c1326bfab8 20:17:52 Step 13/22 : EXPOSE $APP_PORT 20:17:52 ---> Running in 8ae39af2486c 20:17:52 ---> Running in 737f4b75e0f5 20:17:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:17:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:17:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:17:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:17:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:17:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:17:52 ---> Running in 44762eadd665 20:17:52 Removing intermediate container 3b54f379ecf3 20:17:52 ---> d5d41b025a57 20:17:52 Step 22/24 : LABEL arch=arm64 20:17:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:17:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:17:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:17:52 ---> Running in 0386424af601 20:17:52 Removing intermediate container 8ae39af2486c 20:17:52 ---> 0bf1cac5784c 20:17:52 Step 21/21 : LABEL version=0.0.0 20:17:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:17:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:17:52 debconf: delaying package configuration, since apt-utils is not installed 20:17:52 Fetched 7655 kB in 1s (6933 kB/s) 20:17:53 Removing intermediate container 737f4b75e0f5 20:17:53 ---> 0c034286e503 20:17:53 Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:17:53 Removing intermediate container 44762eadd665 20:17:53 ---> c4ad11b5e002 20:17:53 Step 14/22 : WORKDIR / 20:17:53 ---> Running in 5ecc19737539 20:17:53 ---> Running in 40ef2c243981 20:17:53 Selecting previously unselected package libglib2.0-0:amd64. 20:17:53 (Reading database ... 13933 files and directories currently installed.) 20:17:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 20:17:53 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:17:53 ---> Running in 1078d4aa35be 20:17:53 Removing intermediate container 0386424af601 20:17:53 ---> fb6d95b2ff9a 20:17:53 Step 23/24 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:17:53 Selecting previously unselected package libpsl5:amd64. 20:17:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:17:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:17:53 Selecting previously unselected package libnghttp2-14:amd64. 20:17:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:17:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:17:53 ---> Running in eda96fe959db 20:17:53 Removing intermediate container 5ecc19737539 20:17:53 ---> febd43951042 20:17:53 20:17:53 Selecting previously unselected package librtmp1:amd64. 20:17:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:17:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:17:53 Selecting previously unselected package libcurl3-gnutls:amd64. 20:17:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:17:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:17:53 Selecting previously unselected package liberror-perl. 20:17:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:17:53 Unpacking liberror-perl (0.17025-1) ... 20:17:54 Selecting previously unselected package git-man. 20:17:54 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:17:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:17:54 Selecting previously unselected package git. 20:17:54 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:17:54 Removing intermediate container 40ef2c243981 20:17:54 ---> eca32d34460e 20:17:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:54 Removing intermediate container 1078d4aa35be 20:17:54 ---> 89d2e4dae5b0 20:17:54 Step 22/22 : LABEL version=0.0.0 20:17:54 ---> Running in 830464370de8 20:17:54 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:17:54 Successfully built febd43951042 20:17:54 Successfully tagged docker-support-scheduler-go-arm64:latest 20:17:54 Removing intermediate container eda96fe959db 20:17:54 ---> 2cfa01ba994c 20:17:54 Step 24/24 : LABEL version=0.0.0 20:17:54  Building docker-support-scheduler-go ... done  ---> Running in a17dfc52fff2 20:17:54 Removing intermediate container 830464370de8 20:17:54 ---> 34c20a8dc55b 20:17:54 20:17:54 ---> 9fc0eb01a7ec 20:17:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:17:54 Selecting previously unselected package libnorm1:amd64. 20:17:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:17:55 Successfully built 34c20a8dc55b 20:17:55 Successfully tagged docker-core-command-go-arm64:latest 20:17:55  Building docker-core-command-go ... done Removing intermediate container a17dfc52fff2 20:17:55 ---> cf9034d24edf 20:17:55 20:17:55 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:17:55 Selecting previously unselected package libpgm-5.2-0:amd64. 20:17:55 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:17:55 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:17:55 Selecting previously unselected package libsodium23:amd64. 20:17:55 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:17:55 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:17:55 Successfully built cf9034d24edf 20:17:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:17:55 Selecting previously unselected package libzmq5:amd64. 20:17:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:17:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:17:55 Selecting previously unselected package libzmq3-dev:amd64. 20:17:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:17:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:17:55 Selecting previously unselected package pkg-config. 20:17:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:17:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:17:55 Selecting previously unselected package zip. 20:17:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:17:55 Unpacking zip (3.0-11build1) ... 20:17:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:17:55 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:17:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:17:55 Setting up liberror-perl (0.17025-1) ... 20:17:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:17:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:17:55 No schema files found: doing nothing. 20:17:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:17:55 Setting up zip (3.0-11build1) ... 20:17:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:17:55 Setting up libsodium23:amd64 (1.0.16-2) ... 20:17:55  Building docker-security-secretstore-setup-go ... done  ---> 7c1f94fae9dd 20:17:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:17:56 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:17:56 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:17:56 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:17:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:17:56 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:17:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:17:56 ---> efca1ed1b403 20:17:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:17:56 ---> Running in 7f7a2cbc3c86 20:17:57 Removing intermediate container 7f7a2cbc3c86 20:17:57 ---> 49629c8a3a13 20:17:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:57 ---> Running in d8bbfee0df99 20:17:57 Removing intermediate container d8bbfee0df99 20:17:57 ---> 381654e4c6c0 20:17:57 Step 20/22 : LABEL arch=arm64 20:17:57 ---> Running in 9a2cff424212 20:17:58 Removing intermediate container 9a2cff424212 20:17:58 ---> 5d9a4d3f9e87 20:17:58 Step 21/22 : LABEL git_sha=16cc25e94c27377845b649f3af051c6a69a82b9b 20:17:58 ---> Running in 4a5003f31db6 20:17:59 Removing intermediate container 4a5003f31db6 20:17:59 ---> daa18c6295bc 20:17:59 Step 22/22 : LABEL version=0.0.0 20:17:59 ---> Running in f60b9898ad39 20:17:59 Removing intermediate container f60b9898ad39 20:17:59 ---> 32f986772975 20:17:59 20:17:59 Successfully built 32f986772975 20:17:59 Successfully tagged docker-core-metadata-go-arm64:latest 20:17:59  Building docker-core-metadata-go ... done  20:17:59 ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk --no-cache add py3-pip' returned a non-zero code: 1") 20:17:59 Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk --no-cache add py3-pip' returned a non-zero code: 1 [Pipeline] } 20:18:00 $ docker stop --time=1 acb723a75ec5af32d95c80c923c7d449ba6ddb6dec234591734abe64ac6fb133 20:18:02 $ docker rm -f acb723a75ec5af32d95c80c923c7d449ba6ddb6dec234591734abe64ac6fb133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 20:18:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } 20:18:03 git set to automatically installed. 20:18:03 git-man set to automatically installed. 20:18:03 libcurl3-gnutls set to automatically installed. 20:18:03 liberror-perl set to automatically installed. 20:18:03 libglib2.0-0 set to automatically installed. 20:18:03 libnghttp2-14 set to automatically installed. 20:18:03 libnorm1 set to automatically installed. 20:18:03 libpgm-5.2-0 set to automatically installed. 20:18:03 libpsl5 set to automatically installed. 20:18:03 librtmp1 set to automatically installed. 20:18:03 libsodium23 set to automatically installed. 20:18:03 libzmq3-dev set to automatically installed. 20:18:03 libzmq5 set to automatically installed. 20:18:03 pkg-config set to automatically installed. 20:18:03 zip set to automatically installed. [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:18:03 Failed in branch arm64 20:18:08 snapd is not logged in, snap install commands will use sudo 20:18:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:18:19 snap "core18" has no updates available 20:18:19 Pulling config-common 20:18:20 Pulling go-build-helper 20:18:46 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:18:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:18:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:18:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 20:18:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:18:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:18:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:18:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:18:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:18:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:18:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:18:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 20:18:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 20:18:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 20:18:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 20:18:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 20:18:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 20:18:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 20:18:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:18:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 20:18:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 20:18:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 20:18:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 20:18:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 20:18:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 20:18:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 20:18:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 20:18:46 Fetched 23.8 MB in 0s (0 B/s) 20:18:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:18:46 Fetched 96.5 kB in 0s (0 B/s) 20:18:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:18:46 Fetched 279 kB in 0s (0 B/s) 20:18:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:18:46 Fetched 122 kB in 0s (0 B/s) 20:18:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:18:46 Fetched 77.8 kB in 0s (0 B/s) 20:18:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:18:46 Fetched 8848 B in 0s (0 B/s) 20:18:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:18:46 Fetched 47.8 kB in 0s (0 B/s) 20:18:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:18:46 Fetched 45.6 kB in 0s (0 B/s) 20:18:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:18:46 Fetched 15.0 kB in 0s (0 B/s) 20:18:46 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:18:46 Fetched 214 kB in 0s (0 B/s) 20:18:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 20:18:46 Fetched 155 kB in 0s (0 B/s) 20:18:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:18:46 Fetched 50.6 kB in 0s (0 B/s) 20:18:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:18:46 Fetched 14.8 kB in 0s (0 B/s) 20:18:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:18:46 Fetched 41.8 kB in 0s (0 B/s) 20:18:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:18:46 Fetched 499 kB in 0s (0 B/s) 20:18:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:18:46 Fetched 111 kB in 0s (0 B/s) 20:18:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:18:46 Fetched 240 kB in 0s (0 B/s) 20:18:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:18:46 Fetched 29.3 kB in 0s (0 B/s) 20:18:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:18:46 Fetched 85.5 kB in 0s (0 B/s) 20:18:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:18:46 Fetched 24.5 kB in 0s (0 B/s) 20:18:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:18:46 Fetched 49.2 kB in 0s (0 B/s) 20:18:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:18:46 Fetched 54.2 kB in 0s (0 B/s) 20:18:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:18:46 Fetched 30.8 kB in 0s (0 B/s) 20:18:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 20:18:46 Fetched 17.0 kB in 0s (0 B/s) 20:18:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:18:46 Fetched 85.9 kB in 0s (0 B/s) 20:18:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:18:46 Fetched 8720 B in 0s (0 B/s) 20:18:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:18:46 Fetched 137 kB in 0s (0 B/s) 20:18:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:18:46 Fetched 119 kB in 0s (0 B/s) 20:18:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:18:46 Fetched 109 kB in 0s (0 B/s) 20:18:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:18:46 Fetched 11.1 kB in 0s (0 B/s) 20:18:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:18:46 Fetched 645 kB in 0s (0 B/s) 20:18:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:18:46 Fetched 41.3 kB in 0s (0 B/s) 20:18:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:18:46 Fetched 17.9 kB in 0s (0 B/s) 20:18:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:18:46 Fetched 368 kB in 0s (0 B/s) 20:18:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:18:46 Fetched 187 kB in 0s (0 B/s) 20:18:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:18:46 Fetched 175 kB in 0s (0 B/s) 20:18:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:18:47 Fetched 206 kB in 0s (0 B/s) 20:18:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:18:47 Fetched 1301 kB in 0s (0 B/s) 20:18:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:18:47 Fetched 36.2 kB in 0s (0 B/s) 20:18:47 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:18:47 Fetched 159 kB in 0s (0 B/s) 20:18:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:18:47 Fetched 107 kB in 0s (0 B/s) 20:18:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:18:47 Fetched 48.7 kB in 0s (0 B/s) 20:18:47 Pulling static-packages 20:18:49 'go115' has dependencies that need to be staged: go-build-helper static-packages 20:18:49 Skipping pull go-build-helper (already ran) 20:18:49 Skipping pull static-packages (already ran) 20:18:49 Building go-build-helper 20:18:53 Building static-packages 20:18:56 Staging go-build-helper 20:18:57 Staging static-packages 20:18:57 Pulling go115 20:18:59 'edgex-go' has dependencies that need to be staged: go115 20:18:59 Skipping pull go115 (already ran) 20:18:59 Building go115 20:18:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:18:59 Dload Upload Total Spent Left Speed 20:19:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9.9M 0 0 19.8M 0 0:00:05 --:--:-- 0:00:05 19.8M 46 115M 46 53.5M 0 0 35.5M 0 0:00:03 0:00:01 0:00:02 35.5M 83 115M 83 96.7M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.8M 20:19:02 go1.15.2.linux-amd64.tar.gz: OK 20:19:08 Staging go115 20:19:14 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:19:14 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:19:14 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:19:14 Fetched 0 B in 0s (0 B/s) 20:19:14 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:19:14 Fetched 224 kB in 0s (0 B/s) 20:19:14 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:19:14 Fetched 157 kB in 0s (0 B/s) 20:19:14 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:19:14 Fetched 221 kB in 0s (0 B/s) 20:19:14 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:19:14 Fetched 143 kB in 0s (0 B/s) 20:19:14 Pulling edgex-go 20:19:16 Pulling version 20:19:18 Building config-common 20:19:20 Skipping build go-build-helper (already ran) 20:19:20 Skipping build static-packages (already ran) 20:19:20 Skipping build go115 (already ran) 20:19:20 Building edgex-go 20:19: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 20:19:22 go: downloading github.com/gorilla/mux v1.8.0 20:19:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 20:19:22 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 20:19:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:19:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 20:19:22 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 20:19:22 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 20:19:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 20:19:22 go: downloading github.com/google/uuid v1.1.5 20:19:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:19:22 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 20:19:22 go: downloading github.com/go-kit/kit v0.8.0 20:19:22 go: downloading github.com/pelletier/go-toml v1.2.0 20:19:22 go: downloading github.com/hashicorp/consul/api v1.1.0 20:19:22 go: downloading github.com/pebbe/zmq4 v1.2.2 20:19:22 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:19:22 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:19:22 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:19:22 go: downloading github.com/BurntSushi/toml v0.3.1 20:19:22 go: downloading github.com/imdario/mergo v0.3.11 20:19:22 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:19:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:19:22 go: downloading gopkg.in/yaml.v2 v2.4.0 20:19:22 go: downloading github.com/pkg/errors v0.8.1 20:19:22 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:19:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:19:22 go: downloading github.com/leodido/go-urn v1.2.0 20:19:22 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:19:22 go: downloading github.com/go-playground/universal-translator v0.17.0 20:19:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:19:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:19:22 go: downloading github.com/hashicorp/serf v0.8.2 20:19:22 go: downloading github.com/x448/float16 v0.8.4 20:19:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:19:22 go: downloading github.com/mitchellh/copystructure v1.0.0 20:19:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:19:22 go: downloading github.com/go-playground/locales v0.13.0 20:19:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:19:23 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:19:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:19:23 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:19:31 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 20:19:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:19:37 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 20:19:38 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 20:19:39 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 20:19:39 go: downloading github.com/stretchr/testify v1.7.0 20:19:39 go: downloading github.com/pmezard/go-difflib v1.0.0 20:19:39 go: downloading github.com/davecgh/go-spew v1.1.1 20:19:39 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:19:41 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 20:19:41 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:19:41 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:19:42 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 20:19:43 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 20:19:43 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:19:45 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 20:19: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 20:19:47 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 20:19:47 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:19:50 Building version 20:19:53 Staging config-common 20:19:54 Skipping stage go-build-helper (already ran) 20:19:54 Skipping stage static-packages (already ran) 20:19:54 Skipping stage go115 (already ran) 20:19:54 Staging edgex-go 20:19:55 Staging version 20:19:56 Priming config-common 20:19:58 Priming go-build-helper 20:19:58 Priming static-packages 20:20:01 Priming go115 20:20:02 Priming edgex-go 20:20:03 Priming version 20:20:05 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:20:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:20:12 ---> package-listing.sh 20:20:12 ++ facter osfamily 20:20:12 ++ tr '[:upper:]' '[:lower:]' 20:20:12 + OS_FAMILY=redhat 20:20:12 + workspace=/w/workspace/edgex-go/16 20:20:12 + START_PACKAGES=/tmp/packages_start.txt 20:20:12 + END_PACKAGES=/tmp/packages_end.txt 20:20:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:20:12 + PACKAGES=/tmp/packages_start.txt 20:20:12 + '[' /w/workspace/edgex-go/16 ']' 20:20:12 + PACKAGES=/tmp/packages_end.txt 20:20:12 + case "${OS_FAMILY}" in 20:20:12 + rpm -qa 20:20:12 + sort 20:20:19 + '[' -f /tmp/packages_start.txt ']' 20:20:19 + '[' -f /tmp/packages_end.txt ']' 20:20:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:20:19 + '[' /w/workspace/edgex-go/16 ']' 20:20:19 + mkdir -p /w/workspace/edgex-go/16/archives/ 20:20:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo 20:20:19 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:20:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:20:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:20:20 20:20:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:20:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:20:21 alpine: Pulling from edgex-lftools-log-publisher 20:20:21 df20fa9351a1: Pulling fs layer 20:20:21 36b3adc4ff6f: Pulling fs layer 20:20:21 8ad3a11d3b57: Pulling fs layer 20:20:21 46f8f816bc3b: Pulling fs layer 20:20:21 93b61091891f: Pulling fs layer 20:20:21 93b9cdb0e59b: Pulling fs layer 20:20:21 5e14af77c1be: Pulling fs layer 20:20:21 01666e4c0597: Pulling fs layer 20:20:21 aa168da1d23b: Pulling fs layer 20:20:21 93b9cdb0e59b: Waiting 20:20:21 5e14af77c1be: Waiting 20:20:21 01666e4c0597: Waiting 20:20:21 aa168da1d23b: Waiting 20:20:21 46f8f816bc3b: Waiting 20:20:21 93b61091891f: Waiting 20:20:21 36b3adc4ff6f: Verifying Checksum 20:20:21 36b3adc4ff6f: Download complete 20:20:21 46f8f816bc3b: Verifying Checksum 20:20:21 46f8f816bc3b: Download complete 20:20:22 df20fa9351a1: Verifying Checksum 20:20:22 df20fa9351a1: Download complete 20:20:22 93b9cdb0e59b: Verifying Checksum 20:20:22 93b9cdb0e59b: Download complete 20:20:22 5e14af77c1be: Verifying Checksum 20:20:22 5e14af77c1be: Download complete 20:20:22 01666e4c0597: Verifying Checksum 20:20:22 01666e4c0597: Download complete 20:20:22 93b61091891f: Verifying Checksum 20:20:22 93b61091891f: Download complete 20:20:23 df20fa9351a1: Pull complete 20:20:23 36b3adc4ff6f: Pull complete 20:20:24 8ad3a11d3b57: Verifying Checksum 20:20:24 8ad3a11d3b57: Download complete 20:20:26 8ad3a11d3b57: Pull complete 20:20:27 46f8f816bc3b: Pull complete 20:20:28 93b61091891f: Pull complete 20:20:29 93b9cdb0e59b: Pull complete 20:20:29 5e14af77c1be: Pull complete 20:20:30 aa168da1d23b: Verifying Checksum 20:20:30 aa168da1d23b: Download complete 20:20:30 01666e4c0597: Pull complete 20:20:49 aa168da1d23b: Pull complete 20:20:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:20:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:20:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:20:49 prd-centos7-docker-4c-2g-21278 does not seem to be running inside a container 20:20:49 $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:20:54 $ docker top abced6207d29d024798df9a54f0b6f9c318ef6d22c7304eb8bb17f7b7f832810 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:55 + touch /tmp/pre-build-complete [Pipeline] sh 20:20:56 + mkdir -p /var/log/sa [Pipeline] sh 20:20:57 + ls /var/log/sa-host 20:20:57 + sadf -c /var/log/sa-host/sa19 20:20:57 file_magic: OK 20:20:57 HZ: Using current value: 100 20:20:57 file_header: OK 20:20:57 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 20:20:57 Statistics: 20:20:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:20:57 File successfully converted to sysstat format version 12.2.1 20:20:57 + sadf -c /var/log/sa-host/sa23 20:20:57 file_magic: OK 20:20:57 HZ: Using current value: 100 20:20:57 file_header: OK 20:20:57 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 20:20:57 Statistics: 20:20:57 Hnuu...uuuununununu... 20:20:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:20:57 provisioning config files... 20:20:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config1353329721026810672tmp [Pipeline] { [Pipeline] echo 20:20:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:20:58 ---> create-netrc.sh [Pipeline] } 20:20:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:20:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:20:59 ---> python-tools-install.sh [Pipeline] echo 20:20:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:21:00 ---> sudo-logs.sh 20:21:00 Archiving 'sudo' log.. [Pipeline] echo 20:21:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:21:01 ---> job-cost.sh 20:21:01 lf-activate-venv: SKIPPING 20:21:01 INFO: No Stack... 20:21:02 INFO: Retrieving Pricing Info for: v1-standard-2 20:21:03 INFO: Archiving Costs [Pipeline] echo 20:21:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:21:04 ---> logs-deploy.sh 20:21:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/16 20:21:04 INFO: archiving workspace using pattern(s): 20:21:07 Archives upload complete. 20:21:07 INFO: archiving logs to Nexus