Skip to content
Failed

Console Output

Started by user christophe.demarey@inria.fr
16:23:43 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/uest_and_branch_Pipeline_Pharo12
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] parallel
[Pipeline] { (Branch: 64)
[Pipeline] dir
Running in /builds/workspace/uest_and_branch_Pipeline_Pharo12/64
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch Requirements-64)
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/uest_and_branch_Pipeline_Pharo12/64 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20 (Pharo12)
Commit message: "Merge pull request #16509 from estebanlm/p12-fix-repository-versions"
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20 # timeout=10
 > git rev-list --no-walk 9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20 # timeout=10
[Pipeline] sh
+ BUILD_NUMBER=1503 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh
+ set -e
++ date -u
+ echo Thu Apr 25 14:24:04 UTC 2024 'Bootstrap: Beginning to download resources required for bootstrap process'
Thu Apr 25 14:24:04 UTC 2024 Bootstrap: Beginning to download resources required for bootstrap process
+++ dirname ./bootstrap/scripts/2-download.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z x ']'
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envversion.sh
+ mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
+ mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads
+ '[' '!' -e '' ']'
+ rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmtarget
+ mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmtarget
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmtarget
+ set_version_variables
+ pushd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64
++ is_development_build
++ local branchName
++ ensure_branch_name
++ '[' Pharo12 == '' ']'
+++ echo Pharo12
+++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$'
++ branchName=Pharo12
++ '[' Pharo12 == '' ']'
++ echo 1
+ '[' 1 == 1 ']'
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo12 == '' ']'
+ PHARO_SUFFIX=SNAPSHOT
+ set_version_common
++ git describe --tags --first-parent
++ cut -d. -f 1-1
++ cut -c 2-
++ cut -d- -f 1
+ PHARO_MAJOR=12
++ git describe --tags --first-parent
++ cut -d. -f 2-2
++ cut -d- -f 1
++ cut -c 2-
+ PHARO_MINOR=0
++ git describe --tags --first-parent
++ cut -d. -f 3-3
++ cut -d- -f 1
++ cut -c 2-
+ PHARO_PATCH=0
+ PHARO_NAME_PREFIX=Pharo12.0-SNAPSHOT
+ PHARO_SHORT_VERSION=120
+ PHARO_VM_VERSION=120
++ git rev-parse --verify HEAD
+ PHARO_COMMIT_HASH=9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20
+ popd
+ TEST_VM_KIND=vmLatest
+ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/getPharoVM.sh 120 vmLatest 64
+ '[' 3 -lt 1 ']'
+ export PHARO=120
+ PHARO=120
+ export VM=vmLatest
+ VM=vmLatest
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vmLatest120
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/120/pharo-vm-Linux-x86_64-latest.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
+ cd -
/builds/workspace/uest_and_branch_Pipeline_Pharo12/64
++ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmtarget/pharo --headless --version
+ echo 'Target VM: Pharo 10.2.0 built on Apr 15 2024 10:16:48 Compiler: 5.4.0 20160609
Built from: v10.2.0 - Commit: f4c5e2a - Date: 2024-04-09 09:21:20 +0200'
Target VM: Pharo 10.2.0 built on Apr 15 2024 10:16:48 Compiler: 5.4.0 20160609
Built from: v10.2.0 - Commit: f4c5e2a - Date: 2024-04-09 09:21:20 +0200
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap/pharo ']'
+ rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap
+ mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap
+ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/getPharoVM.sh 100 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=100
+ PHARO=100
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm100
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/100/pharo-vm-Linux-x86_64-stable.zip
+ '[' 56 -eq 0 ']'
+ echo 'Download failed'
Download failed
+ rm -rf pharo pharo-ui pharo-vm/
+ echo 'Remaining retries: ' 3
Remaining retries:  3
+ '[' 3 -gt 0 ']'
+ echo Retry
Retry
++ expr 3 - 1
+ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/getPharoVM.sh 100 vm 64 2
+ '[' 4 -lt 1 ']'
+ export PHARO=100
+ PHARO=100
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=2
+ RETRY_REMAINING=2
+ wget --quiet -O - get.pharo.org/64/vm100
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/100/pharo-vm-Linux-x86_64-stable.zip
+ '[' 56 -eq 0 ']'
+ echo 'Download failed'
Download failed
+ rm -rf pharo pharo-ui pharo-vm/
+ echo 'Remaining retries: ' 2
Remaining retries:  2
+ '[' 2 -gt 0 ']'
+ echo Retry
Retry
++ expr 2 - 1
+ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/getPharoVM.sh 100 vm 64 1
+ '[' 4 -lt 1 ']'
+ export PHARO=100
+ PHARO=100
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=1
+ RETRY_REMAINING=1
+ wget --quiet -O - get.pharo.org/64/vm100
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/100/pharo-vm-Linux-x86_64-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
+ cd -
/builds/workspace/uest_and_branch_Pipeline_Pharo12/64
++ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap/pharo --headless --version
+ echo 'Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609
Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200'
Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609
Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip ']'
+ download_to https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip
+ wget --progress=dot:mega https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip
--2024-04-25 16:24:16--  https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip [following]
--2024-04-25 16:24:17--  https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T142417Z&X-Amz-Expires=300&X-Amz-Signature=8775f43f18fe773b75130a07b7106fec676f994a69fdb38dd1a5ae305374442c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=63601721&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream [following]
--2024-04-25 16:24:17--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T142417Z&X-Amz-Expires=300&X-Amz-Signature=8775f43f18fe773b75130a07b7106fec676f994a69fdb38dd1a5ae305374442c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=63601721&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38478770 (37M) [application/octet-stream]
Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip'

     0K ........ ........ ........ ........ ........ ........  8% 20.2M 2s
  3072K ........ ........ ........ ........ ........ ........ 16% 23.4M 1s
  6144K ........ ........ ........ ........ ........ ........ 24% 23.1M 1s
  9216K ........ ........ ........ ........ ........ ........ 32% 23.4M 1s
 12288K ........ ........ ........ ........ ........ ........ 40% 23.1M 1s
 15360K ........ ........ ........ ........ ........ ........ 49% 23.3M 1s
 18432K ........ ........ ........ ........ ........ ........ 57% 23.2M 1s
 21504K ........ ........ ........ ........ ........ ........ 65% 23.3M 1s
 24576K ........ ........ ........ ........ ........ ........ 73% 23.2M 0s
 27648K ........ ........ ........ ........ ........ ........ 81% 23.4M 0s
 30720K ........ ........ ........ ........ ........ ........ 89% 23.1M 0s
 33792K ........ ........ ........ ........ ........ ........ 98% 23.3M 0s
 36864K ........ ...                                         100% 23.6M=1.6s

2024-04-25 16:24:19 (23.0 MB/s) - '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip' saved [38478770/38478770]

+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip ']'
+ download_to http://files.pharo.org/sources/PharoV60.sources.zip /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip
+ wget --progress=dot:mega http://files.pharo.org/sources/PharoV60.sources.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip
--2024-04-25 16:24:19--  http://files.pharo.org/sources/PharoV60.sources.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7116902 (6.8M) [application/zip]
Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip'

     0K ........ ........ ........ ........ ........ ........ 44% 20.4M 0s
  3072K ........ ........ ........ ........ .....             78% 22.8M=0.3s

2024-04-25 16:24:19 (21.4 MB/s) - Read error at byte 5607908/7116902 (Success). Retrying.

--2024-04-25 16:24:20--  (try: 2)  http://files.pharo.org/sources/PharoV60.sources.zip
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 7116902 (6.8M), 1508994 (1.4M) remaining [application/zip]
Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip'

        [ skipping 3072K ]
  3072K ,,,,,,,, ,,,,,,,, ,,,,,,,, ,,,,,,,, ,,,,,... ........ 88% 66.4M 0s
  6144K ........ ....                                        100% 23.2M=0.08s

2024-04-25 16:24:20 (18.2 MB/s) - '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip' saved [7116902/7116902]

+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/idea11.zip ']'
+ download_to https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/idea11.zip
+ wget --progress=dot:mega https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/idea11.zip
--2024-04-25 16:24:20--  https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11 [following]
--2024-04-25 16:24:20--  https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/idea11.zip'

     0K ...                                                   2.77M=0.08s

2024-04-25 16:24:21 (2.77 MB/s) - '/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/idea11.zip' saved [219537]

+ '[' '!' -e ./Pharo.image ']'
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
+ unzip -u /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip -d .
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/bootstrapImage.zip
  inflating: ./Pharo.image           
  inflating: ./Pharo.changes         
  inflating: ./Pharo10.0-64bit-9a68076.sources  
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/PharoV60.sources ']'
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
+ unzip -u /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip -d /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/PharoV60.sources.zip
  inflating: /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/PharoV60.sources  
   creating: /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/__MACOSX/
  inflating: /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/__MACOSX/._PharoV60.sources  
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/icon-packs/idea11.zip ']'
+ mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/icon-packs
+ cp /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/idea11.zip /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache/icon-packs/idea11.zip
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bootstrap-64)
[Pipeline] sh
+ BUILD_NUMBER=1503 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh
+ set -e
++ date -u
+ echo Thu Apr 25 14:24:23 UTC 2024 'Bootstrap: Beginning to prepare the image used for bootstrapping'
Thu Apr 25 14:24:23 UTC 2024 Bootstrap: Beginning to prepare the image used for bootstrapping
+++ dirname ./bootstrap/scripts/3-prepare.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z x ']'
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/envversion.sh
+ set_version_variables
+ pushd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64
++ is_development_build
++ local branchName
++ ensure_branch_name
++ '[' Pharo12 == '' ']'
+++ echo Pharo12
+++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$'
++ branchName=Pharo12
++ '[' Pharo12 == '' ']'
++ echo 1
+ '[' 1 == 1 ']'
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo12 == '' ']'
+ PHARO_SUFFIX=SNAPSHOT
+ set_version_common
++ git describe --tags --first-parent
++ cut -d. -f 1-1
++ cut -c 2-
++ cut -d- -f 1
+ PHARO_MAJOR=12
++ git describe --tags --first-parent
++ cut -d. -f 2-2
++ cut -c 2-
++ cut -d- -f 1
+ PHARO_MINOR=0
++ cut -d- -f 1
++ cut -d. -f 3-3
++ cut -c 2-
++ git describe --tags --first-parent
+ PHARO_PATCH=0
+ PHARO_NAME_PREFIX=Pharo12.0-SNAPSHOT
+ PHARO_SHORT_VERSION=120
+ PHARO_VM_VERSION=120
++ git rev-parse --verify HEAD
+ PHARO_COMMIT_HASH=9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20
+ popd
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-cache
+ /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/build/bootstrap-downloads/vmBootstrap/pharo --headless Pharo.image --no-default-preferences /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/bootstrap/scripts/prepare_image.st --save --quit
    [+] Loading tonel code to dump files for the Pharo bootstrap process from /builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src
MetacelloNotification: Fetched -> BaselineOfPharoBootstrapProcess-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src
MetacelloNotification: Loading -> BaselineOfPharoBootstrapProcess-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src
MetacelloNotification: Loaded -> BaselineOfPharoBootstrapProcess-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo12/64/src
MetacelloNotification: Loading baseline of BaselineOfPharoBootstrapProcess...
IceGenericError: error reading from the zlib stream
IceLibgitErrorVisitor>>visitGenericError:
IceLibgitErrorVisitor>>visitERROR:
LGit_GIT_ERROR>>acceptError:
[ :error |
		location exists ifTrue: [ location ensureDeleteAll ].
		error acceptError: (IceLibgitErrorVisitor onContext: self) ] in IceGitClone>>execute in Block: [ :error |...
FullBlockClosure(BlockClosure)>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
LGit_GIT_ERROR(Exception)>>signal
LGit_GIT_ERROR class(LGitCallReturnHandler class)>>signalWith:
LGitReturnCodeEnum>>handleLGitReturnCode
LGitRepository(LGitExternalObject)>>withReturnHandlerDo:
LGitRepository>>clone:options:to:
LGitRepository>>clone:options:
[location ensureCreateDirectory.
	
	repo := LGitRepository on: location.
	cloneOptions := repo cloneOptionsStructureClass withCredentialsProvider: (IceCredentialsProvider defaultForRemoteUrl: url).

	"Keeping references, because if not the GC take them."
	checkoutOptions := cloneOptions checkoutOptions.
	callbacks := cloneOptions fetchOptions callbacks.
	callbacks transferProgress: IceGitTransferProgress new.
	
	checkoutOptions checkoutStrategy: LGitCheckoutStrategyEnum git_checkout_force.
	checkoutOptions progressCallback: IceGitCheckoutProgress new.

	repo clone: url options: cloneOptions.

	(LGitRemote of: repo named: 'origin')
		lookup;
		setUrl: url.
		
	] in IceGitClone>>execute in Block: [location ensureCreateDirectory....
FullBlockClosure(BlockClosure)>>on:do:
IceGitClone>>execute
IceRepositoryCreator>>cloneRepository
[
		self validate.
		self isCloning
			ifTrue: [ self cloneRepository ]
			ifFalse: [ self addLocalRepository ] ] in IceRepositoryCreator>>createRepository in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
IceRepositoryCreator>>createRepository
[ repository := builder createRepository ] in MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryFor: in Block: [ repository := builder createRepository ]
FullBlockClosure(BlockClosure)>>on:do:
MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryFor:
[ ^ self createIcebergRepositoryFor: urlToUse ] in MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryWithFallbackFor:url: in Block: [ ^ self createIcebergRepositoryFor: urlToUse ]
FullBlockClosure(BlockClosure)>>on:do:
MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryWithFallbackFor:url:
[ | remote |
			remote := IceGitRemote url: remoteUrl.
			self createIcebergRepositoryWithFallbackFor: remote url: remoteUrl ] in MCGitHubRepository(MCGitBasedNetworkRepository)>>getOrCreateIcebergRepository in Block: [ | remote |...
OrderedCollection(Collection)>>detect:ifFound:ifNone:
OrderedCollection(Collection)>>detect:ifNone:
MCGitHubRepository(MCGitBasedNetworkRepository)>>getOrCreateIcebergRepository

[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
+ ls -la
total 124
drwxrwxr-x  10 ci ci  4096 Apr 25 16:24 .
drwxrwxr-x   4 ci ci  4096 Apr 25 16:23 ..
drwxrwxr-x   3 ci ci  4096 Apr 25 16:24 bootstrap
drwxrwxr-x   4 ci ci  4096 Apr 25 16:24 build
-rw-rw-r--   1 ci ci   766 Apr 25 16:24 CODE_OF_CONDUCT.md
-rw-rw-r--   1 ci ci  1177 Apr 25 16:24 CONTRIBUTING.md
drwxrwxr-x  11 ci ci  4096 Apr 25 16:24 doc
drwxrwxr-x   8 ci ci  4096 Apr 25 16:24 .git
-rw-rw-r--   1 ci ci   264 Apr 25 16:24 .gitattributes
drwxrwxr-x   3 ci ci  4096 Apr 25 16:24 .github
-rw-rw-r--   1 ci ci   237 Apr 25 16:24 .gitignore
-rw-rw-r--   1 ci ci  9225 Apr 25 16:24 Jenkinsfile
-rw-rw-r--   1 ci ci  4220 Apr 25 16:24 LICENSE
-rw-rw-r--   1 ci ci    51 Apr 25 16:24 .project
-rw-rw-r--   1 ci ci  5263 Apr 25 16:24 README.md
drwxrwxr-x   4 ci ci  4096 Apr 25 16:24 resources
drwxrwxr-x   3 ci ci  4096 Apr 25 16:24 scripts
drwxrwxr-x 604 ci ci 32768 Apr 25 16:24 src
-rw-rw-r--   1 ci ci     5 Apr 25 16:24 VERSION
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
Failed in branch 64
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/uest_and_branch_Pipeline_Pharo12
[Pipeline] {
[Pipeline] stage
[Pipeline] { (notify)
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/uest_and_branch_Pipeline_Pharo12 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20 (Pharo12)
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9e40a6239cde6ec7afa4da3e3a71e63ef0a92e20 # timeout=10
Commit message: "Merge pull request #16509 from estebanlm/p12-fix-repository-versions"
[Pipeline] sh
+ git log -1 --format=%B
[Pipeline] sh
+ git log -1 --format=%p
[Pipeline] httpRequest
HttpMethod: GET
URL: https://api.github.com/repos/pharo-project/pharo/pulls/16509
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/16509
Response Code: HTTP/1.1 200 OK
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] readJSON
[Pipeline] mail
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE