Push event to branch dev Connecting to https://api.github.com using pharo-ci GitHub account Obtained Jenkinsfile from 8206cee993899da74e049f74158addd29cfcdf19 [Pipeline] Start of Pipeline [Pipeline] properties [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/PharoLauncher-Pipeline_dev [Pipeline] { [Pipeline] deleteDir [Pipeline] checkout The recommended git tool is: NONE using credential pharo-ci Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/pharo-project/pharo-launcher.git > git init /builds/workspace/PharoLauncher-Pipeline_dev # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-launcher.git > git --version # timeout=10 > git --version # 'git version 2.7.4' using GIT_ASKPASS to set credentials pharo-ci GitHub account > git fetch --no-tags --progress https://github.com/pharo-project/pharo-launcher.git +refs/heads/dev:refs/remotes/origin/dev # timeout=10 Avoid second fetch Checking out Revision 8206cee993899da74e049f74158addd29cfcdf19 (dev) Commit message: "fix pathes in pharo-launcher script" First time build. Skipping changelog. > git config remote.origin.url https://github.com/pharo-project/pharo-launcher.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/dev:refs/remotes/origin/dev # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8206cee993899da74e049f74158addd29cfcdf19 # timeout=10 [Pipeline] sh + git log -1 --format=%h [Pipeline] sh + git describe --tags --always 8206cee [Pipeline] } [Pipeline] // node [Pipeline] echo Building Pharo Launcher 8206cee [Pipeline] stage [Pipeline] { (Prepare upload) [Pipeline] node Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/PharoLauncher-Pipeline_dev [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials filepharosync (files.pharo.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-2mWuw1shrI0D/agent.11663 SSH_AGENT_PID=11664 Running ssh-add (command line suppressed) Identity added: /builds/workspace/PharoLauncher-Pipeline_dev@tmp/private_key_5075633967293792018.key (/builds/workspace/PharoLauncher-Pipeline_dev@tmp/private_key_5075633967293792018.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh -o StrictHostKeyChecking=no pharoorgde@ssh.cluster023.hosting.ovh.net rm -rf files/pharo-launcher/tmp-bleedingEdge [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 11664 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/PharoLauncher-Pipeline_dev [Pipeline] { [Pipeline] deleteDir [Pipeline] checkout The recommended git tool is: NONE using credential pharo-ci Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/pharo-project/pharo-launcher.git > git init /builds/workspace/PharoLauncher-Pipeline_dev # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-launcher.git > git --version # timeout=10 > git --version # 'git version 2.7.4' using GIT_ASKPASS to set credentials pharo-ci GitHub account > git fetch --no-tags --progress https://github.com/pharo-project/pharo-launcher.git +refs/heads/dev:refs/remotes/origin/dev # timeout=10 Avoid second fetch Checking out Revision 8206cee993899da74e049f74158addd29cfcdf19 (dev) Commit message: "fix pathes in pharo-launcher script" > git config remote.origin.url https://github.com/pharo-project/pharo-launcher.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/dev:refs/remotes/origin/dev # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8206cee993899da74e049f74158addd29cfcdf19 # timeout=10 [Pipeline] stage [Pipeline] { (Build Pharo100-64-bits) [Pipeline] dir Running in /builds/workspace/PharoLauncher-Pipeline_dev/pharo-build-scripts [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Avoid second fetch Checking out Revision 8bf484fda49eee2c83b83938520a142b81e10a9d (refs/remotes/origin/master) Cloning repository https://github.com/pharo-project/pharo-build-scripts.git > git init /builds/workspace/PharoLauncher-Pipeline_dev/pharo-build-scripts # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-build-scripts.git > git --version # timeout=10 > git --version # 'git version 2.7.4' > git fetch --tags --progress https://github.com/pharo-project/pharo-build-scripts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/pharo-project/pharo-build-scripts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bf484fda49eee2c83b83938520a142b81e10a9d # timeout=10 Commit message: "do not use zero conf to get VM on Linux" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] sh > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 8bf484fda49eee2c83b83938520a142b81e10a9d # timeout=10 + VERSION=8206cee ./build.sh prepare + PHARO=100 + VM=signedVm + ARCHITECTURE=64 + SCRIPT_TARGET=prepare + SHOULD_SIGN=false + echo 'Running target prepare' Running target prepare + echo 'Using a Pharo100 image and 64-bits signedVm virtual machines from get-files.' Using a Pharo100 image and 64-bits signedVm virtual machines from get-files. + case $SCRIPT_TARGET in + prepare_image + case "$ARCHITECTURE" in + ARCH_PATH=64/ + wget --quiet -O - get.pharo.org/64/100 + bash Downloading the latest 100 Image: http://files.pharo.org/get-files/100/pharoImage-x86_64.zip Pharo.image + wget --quiet -O - get.pharo.org/64/signedVm100 + bash Downloading 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 + echo 100 + ./pharo Pharo.image save PharoLauncher --delete-old + ./pharo PharoLauncher.image --version + ./pharo PharoLauncher.image eval --save 'Metacello new baseline: '\''PharoLauncher'\''; repository: '\''gitlocal://src'\''; ignoreImage; onConflictUseIncoming; onWarning: [:ex | ex load]; load' MetacelloNotification: Fetched -> BaselineOfPharoLauncher-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Loading -> BaselineOfPharoLauncher-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Loaded -> BaselineOfPharoLauncher-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Loading baseline of BaselineOfPharoLauncher... I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfXMLParser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] MetacelloNotification: Loading -> BaselineOfXMLParser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] MetacelloNotification: Loaded -> BaselineOfXMLParser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfOSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Loading -> BaselineOfOSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Loaded -> BaselineOfOSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfSton-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Loading -> BaselineOfSton-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Loaded -> BaselineOfSton-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfOSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Loading -> BaselineOfOSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Loaded -> BaselineOfOSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfClap-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Loading -> BaselineOfClap-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Loaded -> BaselineOfClap-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Project: Ston baseline MetacelloNotification: Fetched -> (nearest) BaselineOfSton-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Loading -> BaselineOfSton-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Loaded -> BaselineOfSton-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Fetched -> STON-Core-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Fetched -> STON-Extensions-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Fetched -> STON-Tests-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Fetched -> STON-Text support-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- https://github.com/svenvc/ston.git[master] MetacelloNotification: Project: OSSubprocess baseline MetacelloNotification: Fetched -> (nearest) BaselineOfOSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Loading -> BaselineOfOSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Loaded -> BaselineOfOSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfUnicode-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Loading -> BaselineOfUnicode-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Loaded -> BaselineOfUnicode-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfFFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Loading -> BaselineOfFFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Loaded -> BaselineOfFFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Fetched -> OldFileStream-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Project: FFICHeaderExtractor baseline MetacelloNotification: Fetched -> (nearest) BaselineOfFFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Loading -> BaselineOfFFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Loaded -> BaselineOfFFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Fetched -> FFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Fetched -> FFICHeaderExtractor-Tests-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Fetched -> FFICHeaderExtractor-LibC-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] MetacelloNotification: Fetched -> OSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Project: Unicode baseline MetacelloNotification: Fetched -> (nearest) BaselineOfUnicode-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Loading -> BaselineOfUnicode-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Loaded -> BaselineOfUnicode-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Character-Data-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Stream-Support-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Casing-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Normalization-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Tests-Character-Data-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Tests-Casing-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> Unicode-Tests-Normalization-CompatibleUserName.1649689939 --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] --- https://github.com/pharo-contributions/pharo-unicode.git[v1.1.0] MetacelloNotification: Fetched -> OSSubprocess-Tests-Unit-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Fetched -> OSSubprocess-Tests-Stress-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- https://github.com/pharo-contributions/OSSubprocess.git[master] MetacelloNotification: Project: OSWinSubprocess baseline MetacelloNotification: Fetched -> (nearest) BaselineOfOSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Loading -> BaselineOfOSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Loaded -> BaselineOfOSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Fetched -> OSWinSubprocess-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Fetched -> OSWinSubprocess-Tests-CompatibleUserName.1561730448 --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] --- https://github.com/pharo-contributions/OSWinSubprocess.git[v1] MetacelloNotification: Project: XMLParser baseline MetacelloNotification: Fetched -> (nearest) BaselineOfXMLParser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] MetacelloNotification: Loading -> BaselineOfXMLParser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] MetacelloNotification: Loaded -> BaselineOfXMLParser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfBitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] MetacelloNotification: Loading -> BaselineOfBitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] MetacelloNotification: Loaded -> BaselineOfBitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfOrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Loading -> BaselineOfOrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Loaded -> BaselineOfOrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Project: BitmapCharacterSet baseline MetacelloNotification: Fetched -> (nearest) BaselineOfBitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] MetacelloNotification: Loading -> BaselineOfBitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] MetacelloNotification: Loaded -> BaselineOfBitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] MetacelloNotification: Fetched -> Collections-BitmapCharacterSet-CompatibleUserName.1574013471 --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.7, 1.2.x] --- https://github.com/pharo-contributions/BitmapCharacterSet.git[1.2.x] MetacelloNotification: Project: OrderPreservingDictionary baseline MetacelloNotification: Fetched -> (nearest) BaselineOfOrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Loading -> BaselineOfOrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Loaded -> BaselineOfOrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Fetched -> Collections-OrderPreservingDictionary-CompatibleUserName.1574013009 --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.0, 1.5.x] --- https://github.com/pharo-contributions/OrderPreservingDictionary.git[1.5.x] MetacelloNotification: Fetched -> XML-Parser-CompatibleUserName.1575491469 --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.0, 3.5.x] --- https://github.com/pharo-contributions/XML-XMLParser.git[3.5.x] MetacelloNotification: Project: Clap baseline MetacelloNotification: Fetched -> (nearest) BaselineOfClap-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Loading -> BaselineOfClap-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Loaded -> BaselineOfClap-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Fetched -> Clap-Core-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Fetched -> Clap-CommandLine-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Fetched -> Clap-Commands-Pharo-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Fetched -> Clap-Examples-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Fetched -> Clap-Tests-CompatibleUserName.1702562791 --- https://github.com/pharo-contributions/clap-st.git[master] --- https://github.com/pharo-contributions/clap-st.git[master] MetacelloNotification: Fetched -> PharoLauncher-100Compatibility-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Core-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Spec2-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-GToolkit-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Squeak-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Tests-Core-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Tests-Commands-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Tests-SpecUI-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Tests-Download-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-Tests-Functional-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-CLI-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Fetched -> PharoLauncher-CLI-Tests-CompatibleUserName.1714059774 --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] --- https://github.com/pharo-project/pharo-launcher.git[Detached at 8206cee] MetacelloNotification: Loading -> STON-Core-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loaded -> STON-Core-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loading -> STON-Extensions-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loaded -> STON-Extensions-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loading -> STON-Tests-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loaded -> STON-Tests-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loading -> STON-Text support-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loaded -> STON-Text support-CompatibleUserName.1713430583 --- https://github.com/svenvc/ston.git[master] --- cache MetacelloNotification: Loading -> OldFileStream-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- cache NewUndeclaredWarning: OldFileStream class>>writeSourceCodeFrom:baseName:isSt: (MacRomanTextConverter is Undeclared) NewUndeclaredWarning: OldFileStream class>>writeSourceCodeFrom:baseName:isSt: (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldFileStream class>>writeSourceCodeFrom:baseName:isSt: (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldFileStream class>>writeSourceCodeFrom:baseName:isSt: (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>converter (TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>fileInEncodingName: (TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>open:forWrite: (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>requestDropStream: (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>reset (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>setConverterForCode (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteFileStream>>setConverterForCode (MacRomanTextConverter is Undeclared) NewUndeclaredWarning: OldStandardFileStream class>>registry (FinalizationRegistry is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream class>>defaultConverter (Latin1TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream class>>on:encoding: (TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream class>>on:encoding: (TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream class>>with:encoding: (TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream class>>with:encoding: (TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream>>setConverterForCode (UTF8TextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream>>setConverterForCode (MacRomanTextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream>>setEncoderForSourceCodeNamed: (MacRomanTextConverter is Undeclared) NewUndeclaredWarning: OldMultiByteBinaryOrTextStream>>setEncoderForSourceCodeNamed: (UTF8TextConverter is Undeclared) MetacelloNotification: Loaded -> OldFileStream-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- cache MetacelloNotification: Loading -> FFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- cache MetacelloNotification: Loaded -> FFICHeaderExtractor-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- cache MetacelloNotification: Loading -> FFICHeaderExtractor-Tests-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- cache MetacelloNotification: Loaded -> FFICHeaderExtractor-Tests-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- cache MetacelloNotification: Loading -> FFICHeaderExtractor-LibC-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- cache MetacelloNotification: Loaded -> FFICHeaderExtractor-LibC-CompatibleUserName.1607093886 --- https://github.com/pharo-contributions/FFICHeaderExtractor.git[v1.0.2] --- cache MetacelloNotification: Loading -> OSSubprocess-CompatibleUserName.1707122821 --- https://github.com/pharo-contributions/OSSubprocess.git[master] --- cache NewUndeclaredWarning: OldStandardFileStream class>>registry (FinalizationRegistry is Undeclared) NewUndeclaredWarning: OldStandardFileStream class>>registry (FinalizationRegistry is Undeclared) #FinalizationRegistry is missing, and does not understand #new UndefinedObject>>doesNotUnderstand: #new OldStandardFileStream class>>registry OldStandardFileStream class>>register: OldStandardFileStream>>register OldStandardFileStream>>open:forWrite: OldStandardFileStream class>>isAFileNamed: OldStandardFileStream class>>oldFileNamed: OSSVMProcess>>initializeSessionID OSSVMProcess>>initialize OSSVMProcess class>>initializeVMProcessInstance OSSVMProcess class>>initialize MCMethodDefinition>>postloadOver: [ :each | each postloadOver: (self obsoletionFor: each) ] in MCPackageLoader>>basicLoadDefinitions in Block: [ :each | each postloadOver: (self obsoletionFor: ...etc... [ :each | | newLabel | "Special handling for first and last element" (count = 0 or: [ count + 1 = size or: [(Time millisecondsSince: lastUpdate) >= msecs]]) ifTrue: [ bar current: count. oldLabel = (newLabel := (labelBlock cull: each) ifNil: [oldLabel]) ifFalse: [ bar label: newLabel. oldLabel := newLabel ]. lastUpdate := Time millisecondClockValue ]. aBlock value: each. count := count + 1 ] in [:bar | labelBlock := aStringOrBlock isString ifTrue: [ bar label: aStringOrBlock. [ :dummyItem | aStringOrBlock] ] ifFalse: [ aStringOrBlock ]. self do: [ :each | | newLabel | "Special handling for first and last element" (count = 0 or: [ count + 1 = size or: [(Time millisecondsSince: lastUpdate) >= msecs]]) ifTrue: [ bar current: count. oldLabel = (newLabel := (labelBlock cull: each) ifNil: [oldLabel]) ifFalse: [ bar label: newLabel. oldLabel := newLabel ]. lastUpdate := Time millisecondClockValue ]. aBlock value: each. count := count + 1 ] ] in OrderedCollection(Collection)>>do:displayingProgress:every: in Block: [ :each | | newLabel |... OrderedCollection>>do: [:bar | labelBlock := aStringOrBlock isString ifTrue: [ bar label: aStringOrBlock. [ :dummyItem | aStringOrBlock] ] ifFalse: [ aStringOrBlock ]. self do: [ :each | | newLabel | "Special handling for first and last element" (count = 0 or: [ count + 1 = size or: [(Time millisecondsSince: lastUpdate) >= msecs]]) ifTrue: [ bar current: count. oldLabel = (newLabel := (labelBlock cull: each) ifNil: [oldLabel]) ifFalse: [ bar label: newLabel. oldLabel := newLabel ]. lastUpdate := Time millisecondClockValue ]. aBlock value: each. count := count + 1 ] ] in OrderedCollection(Collection)>>do:displayingProgress:every: in Block: [:bar |... FullBlockClosure(BlockClosure)>>cull: [ ^ block cull: self ] in [ self prepareForRunning. CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ ^ block cull: self ] [ activeProcess psValueAt: index put: anObject. aBlock value ] in CurrentJob(DynamicVariable)>>value:during: in Block: [ activeProcess... FullBlockClosure(BlockClosure)>>ensure: CurrentJob(DynamicVariable)>>value:during: CurrentJob class(DynamicVariable class)>>value:during: [ self prepareForRunning. CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ self prepareForRunning.... FullBlockClosure(BlockClosure)>>ensure: Job>>run NonInteractiveUIManager(UIManager)>>displayProgress:from:to:during: ByteString(String)>>displayProgressFrom:to:during: OrderedCollection(Collection)>>do:displayingProgress:every: OrderedCollection(Collection)>>do:displayingProgress: MCPackageLoader>>basicLoadDefinitions  [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] emailext Sending email to: christophe.demarey@inria.fr [Pipeline] End of Pipeline ERROR: script returned exit code 1 Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result Finished: FAILURE