Console Output
+ BUILD_NUMBER=47 BOOTSTRAP_ARCH=32 bash ./bootstrap/scripts/4-build.sh
+ set -e
+++ dirname ./bootstrap/scripts/4-build.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts
+ . /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/envvars.sh
++ '[' -z 47 ']'
++ '[' -z 32 ']'
++ '[' -z '' ']'
++++ dirname /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/../..
+++ pwd -P
++ ROOT_DIR=/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32
++ BOOTSTRAP_REPOSITORY=/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32
++ '[' -z '' ']'
++ BOOTSTRAP_CACHE=/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ VM='/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/envversion.sh
+ set_version_variables
++ is_development_build
++ local branchName
++ ensure_branch_name
++ '[' Pharo7.0 == '' ']'
+++ echo Pharo7.0
+++ grep -E '^Pharo[0-9]+\.[0-9]+$'
++ branchName=Pharo7.0
++ '[' Pharo7.0 == '' ']'
++ 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=
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo7.0 == '' ']'
+ PHARO_NAME_PREFIX=Pharo7.0-SNAPSHOT
++ echo Pharo7.0
++ cut -c 6-
++ sed 's/\.//'
+ PHARO_SHORT_VERSION=70
+ PHARO_VM_VERSION=70
+ OPTIND=1
+ ARCH_DESCRIPTION=32
+ getopts 'h?a:d' opt
+ shift 0
+ '[' '' = -- ']'
+ '[' -z 32 ']'
+ [[ -z /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32 ]]
++ git -C /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32 show -s --format=%h
+ GIT_COMMIT_HASH=ce2b4e3
+ SUFFIX=32bit-ce2b4e3
+ [[ '' -eq 1 ]]
+ BOOTSTRAP_IMAGE_NAME=bootstrap
+ BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo7.0-SNAPSHOT-bootstrap-32bit-ce2b4e3
+ HERMES_ARCHIVE_NAME=Pharo7.0-SNAPSHOT-hermesPackages-32bit-ce2b4e3
+ RPACKAGE_ARCHIVE_NAME=Pharo7.0-SNAPSHOT-rpackage-32bit-ce2b4e3
+ CORE_IMAGE_NAME=Pharo7.0-SNAPSHOT-core-32bit-ce2b4e3
+ COMPILER_IMAGE_NAME=Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3
+ TRAITS_IMAGE_NAME=Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3
+ MC_BOOTSTRAP_IMAGE_NAME=Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3
+ MC_IMAGE_NAME=Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3
+ METACELLO_IMAGE_NAME=Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3
+ PHARO_IMAGE_NAME=Pharo7.0-SNAPSHOT-32bit-ce2b4e3
+ cd /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache
+ echo 'Prepare Bootstrap files'
Prepare Bootstrap files
+ cp bootstrap.image Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image
+ cp bootstrap.image Pharo7.0-SNAPSHOT-bootstrap-32bit-ce2b4e3.image
+ zip Pharo7.0-SNAPSHOT-bootstrap-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-bootstrap-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-bootstrap-32bit-ce2b4e3.image (deflated 98%)
+ zip Pharo7.0-SNAPSHOT-hermesPackages-32bit-ce2b4e3.zip AST-Core.hermes AST-Core-Traits.hermes CodeExport.hermes CodeExport-Traits.hermes CodeImportCommandLineHandlers.hermes CodeImport.hermes CodeImport-Traits.hermes Collections-Abstract-Traits.hermes Collections-Arithmetic.hermes Collections-Atomic.hermes Debugging-Core.hermes DeprecatedFileStream.hermes FileSystem-Core.hermes FileSystem-Disk.hermes Hermes-Extensions.hermes InitializePackagesCommandLineHandler.hermes JenkinsTools-Core.hermes Jobs.hermes Kernel-Chronology-Extras.hermes Kernel-Tests.hermes Kernel-Traits.hermes Math-Operations-Extensions.hermes Multilingual-Encodings.hermes Multilingual-Languages.hermes Multilingual-TextConversion.hermes OpalCompiler-Core.hermes ReflectionMirrors-Primitives.hermes SUnit-Core.hermes SUnit-Tests.hermes TraitsV2-Compatibility.hermes TraitsV2.hermes TraitsV2-Tests.hermes Transcript-Core-Traits.hermes
adding: AST-Core.hermes (deflated 81%)
adding: AST-Core-Traits.hermes (deflated 83%)
adding: CodeExport.hermes (deflated 69%)
adding: CodeExport-Traits.hermes (deflated 58%)
adding: CodeImportCommandLineHandlers.hermes (deflated 65%)
adding: CodeImport.hermes (deflated 79%)
adding: CodeImport-Traits.hermes (deflated 79%)
adding: Collections-Abstract-Traits.hermes (deflated 63%)
adding: Collections-Arithmetic.hermes (deflated 82%)
adding: Collections-Atomic.hermes (deflated 76%)
adding: Debugging-Core.hermes (deflated 80%)
adding: DeprecatedFileStream.hermes (deflated 79%)
adding: FileSystem-Core.hermes (deflated 84%)
adding: FileSystem-Disk.hermes (deflated 75%)
adding: Hermes-Extensions.hermes (deflated 79%)
adding: InitializePackagesCommandLineHandler.hermes (deflated 58%)
adding: JenkinsTools-Core.hermes (deflated 67%)
adding: Jobs.hermes (deflated 75%)
adding: Kernel-Chronology-Extras.hermes (deflated 79%)
adding: Kernel-Tests.hermes (deflated 78%)
adding: Kernel-Traits.hermes (deflated 74%)
adding: Math-Operations-Extensions.hermes (deflated 74%)
adding: Multilingual-Encodings.hermes (deflated 82%)
adding: Multilingual-Languages.hermes (deflated 80%)
adding: Multilingual-TextConversion.hermes (deflated 79%)
adding: OpalCompiler-Core.hermes (deflated 82%)
adding: ReflectionMirrors-Primitives.hermes (deflated 77%)
adding: SUnit-Core.hermes (deflated 80%)
adding: SUnit-Tests.hermes (deflated 81%)
adding: TraitsV2-Compatibility.hermes (deflated 77%)
adding: TraitsV2.hermes (deflated 83%)
adding: TraitsV2-Tests.hermes (deflated 84%)
adding: Transcript-Core-Traits.hermes (deflated 79%)
+ zip Pharo7.0-SNAPSHOT-rpackage-32bit-ce2b4e3.zip protocolsKernel.txt packagesKernel.txt
adding: protocolsKernel.txt (deflated 86%)
adding: packagesKernel.txt (deflated 53%)
+ [[ -z /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache ]]
+ ST_CACHE=/builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/st-cache
+ echo '[Compiler] Initializing Bootstraped Image'
[Compiler] Initializing Bootstraped Image
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ echo '[Compiler] Adding more Kernel packages'
[Compiler] Adding more Kernel packages
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences loadHermes Hermes-Extensions.hermes --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading Hermes-Extensions.hermes'
'[Hermes] Installing Hermes-Extensions.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChunkWriteStream #LanguageEnvironment #ASTCache #Unicode #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #BlockLocalTempCounter #FileStream #RGMethodDefinition #FileSystem #STCommandLineHandler #Latin1 #FileLocator #OpalCompiler)'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences loadHermes Math-Operations-Extensions.hermes Debugging-Core.hermes Kernel-Chronology-Extras.hermes Multilingual-Encodings.hermes Multilingual-TextConversion.hermes Multilingual-Languages.hermes ReflectionMirrors-Primitives.hermes --save --no-fail-on-undeclared
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading Math-Operations-Extensions.hermes'
'[Hermes] Installing Math-Operations-Extensions.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChunkWriteStream #LanguageEnvironment #ASTCache #Unicode #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #BlockLocalTempCounter #FileStream #RGMethodDefinition #FileSystem #STCommandLineHandler #Latin1 #FileLocator #OpalCompiler)'
'[Hermes] Reading Debugging-Core.hermes'
'[Hermes] Installing Debugging-Core.hermes'
'New Undeclared created... check dependencies: #(#OCSlotVariable #OCLiteralVariable #OCTempVariable)'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #LanguageEnvironment #OCLiteralVariable #ASTCache #Unicode #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #Latin1 #FileLocator #OpalCompiler)'
'[Hermes] Reading Kernel-Chronology-Extras.hermes'
'[Hermes] Installing Kernel-Chronology-Extras.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #LanguageEnvironment #OCLiteralVariable #ASTCache #Unicode #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #Latin1 #FileLocator #OpalCompiler)'
'[Hermes] Reading Multilingual-Encodings.hermes'
'[Hermes] Installing Multilingual-Encodings.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #LanguageEnvironment #OCLiteralVariable #ASTCache #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
'[Hermes] Reading Multilingual-TextConversion.hermes'
'[Hermes] Installing Multilingual-TextConversion.hermes'
'New Undeclared created... check dependencies: #(#Latin1Environment #Latin9Environment #Latin2Environment)'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #LanguageEnvironment #OCLiteralVariable #ASTCache #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Latin2Environment #Display #Bitmap #Latin1Environment #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #Latin9Environment #FileLocator #OpalCompiler)'
'[Hermes] Reading Multilingual-Languages.hermes'
'[Hermes] Installing Multilingual-Languages.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ASTCache #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
'[Hermes] Reading ReflectionMirrors-Primitives.hermes'
'[Hermes] Installing ReflectionMirrors-Primitives.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ASTCache #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences loadHermes InitializePackagesCommandLineHandler.hermes --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading InitializePackagesCommandLineHandler.hermes'
'[Hermes] Installing InitializePackagesCommandLineHandler.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ASTCache #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences loadHermes Collections-Atomic.hermes AST-Core.hermes Collections-Arithmetic.hermes Jobs.hermes --save --no-fail-on-undeclared
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading Collections-Atomic.hermes'
'[Hermes] Installing Collections-Atomic.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ASTCache #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
'[Hermes] Reading AST-Core.hermes'
'[Hermes] Installing AST-Core.hermes'
'New Undeclared created... check dependencies: #(#SyntaxErrorNotification)'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #SyntaxErrorNotification #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
'[Hermes] Reading Collections-Arithmetic.hermes'
'[Hermes] Installing Collections-Arithmetic.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #SyntaxErrorNotification #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
'[Hermes] Reading Jobs.hermes'
'[Hermes] Installing Jobs.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#OCSlotVariable #RGCommentDefinition #ChunkWriteStream #OCLiteralVariable #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #ReparseAfterSourceEditing #Display #Bitmap #SyntaxErrorNotification #FileStream #OCTempVariable #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator #OpalCompiler)'
+ echo '[Compiler] Initializing the packages in the Kernel'
[Compiler] Initializing the packages in the Kernel
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages=packagesKernel.txt --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ echo '[Compiler] Installing compiler through Hermes'
[Compiler] Installing compiler through Hermes
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences loadHermes OpalCompiler-Core.hermes CodeExport.hermes CodeImport.hermes CodeImportCommandLineHandlers.hermes --save --no-fail-on-undeclared
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading OpalCompiler-Core.hermes'
'[Hermes] Installing OpalCompiler-Core.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChunkWriteStream #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #Display #Bitmap #FileStream #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator)'
'[Hermes] Reading CodeExport.hermes'
'[Hermes] Installing CodeExport.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChunkReadStream #ChangeRecord #PragmaCollector #StartupPreferencesLoader #Display #Bitmap #FileStream #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator)'
'[Hermes] Reading CodeImport.hermes'
'[Hermes] Installing CodeImport.hermes'
'New Undeclared created... check dependencies: #(#ChangeSet)'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #FileStream #RGMethodDefinition #FileSystem #STCommandLineHandler #FileLocator)'
'[Hermes] Reading CodeImportCommandLineHandlers.hermes'
'[Hermes] Installing CodeImportCommandLineHandlers.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #FileStream #RGMethodDefinition #FileSystem #FileLocator)'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences eval --save 'CompilationContext initialize. OCASTTranslator initialize.'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
OCASTTranslator
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/01-initialization/01-init.st --no-source --save --quit
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ echo '[Compiler] Initializing Unicode'
[Compiler] Initializing Unicode
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/01-initialization/03-initUnicode.st --no-source --save --quit /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/resources/unicode/
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences loadHermes DeprecatedFileStream.hermes FileSystem-Core.hermes FileSystem-Disk.hermes --save --no-fail-on-undeclared
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading DeprecatedFileStream.hermes'
'[Hermes] Installing DeprecatedFileStream.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition #FileSystem #FileLocator)'
'[Hermes] Reading FileSystem-Core.hermes'
'[Hermes] Installing FileSystem-Core.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading FileSystem-Disk.hermes'
'[Hermes] Installing FileSystem-Disk.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
PharoBootstrapInitialization
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences eval --save 'SourceFileArray initialize'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
SourceFileArray
+ zip Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image (deflated 72%)
+ echo '[Compiler] Installing Traits through Hermes'
[Compiler] Installing Traits through Hermes
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-compiler-32bit-ce2b4e3.image --no-default-preferences save Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3.image --no-default-preferences loadHermes TraitsV2.hermes --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading TraitsV2.hermes'
'[Hermes] Installing TraitsV2.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3.image --no-default-preferences loadHermes Kernel-Traits.hermes AST-Core-Traits.hermes Collections-Abstract-Traits.hermes Transcript-Core-Traits.hermes CodeImport-Traits.hermes CodeExport-Traits.hermes TraitsV2-Compatibility.hermes --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'[Hermes] Reading Kernel-Traits.hermes'
'[Hermes] Installing Kernel-Traits.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading AST-Core-Traits.hermes'
'[Hermes] Installing AST-Core-Traits.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading Collections-Abstract-Traits.hermes'
'[Hermes] Installing Collections-Abstract-Traits.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading Transcript-Core-Traits.hermes'
'[Hermes] Installing Transcript-Core-Traits.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading CodeImport-Traits.hermes'
'[Hermes] Installing CodeImport-Traits.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading CodeExport-Traits.hermes'
'[Hermes] Installing CodeExport-Traits.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
'[Hermes] Reading TraitsV2-Compatibility.hermes'
'[Hermes] Installing TraitsV2-Compatibility.hermes'
'[Hermes] Remaining Undeclared variables in the system: #(#RGCommentDefinition #ChangeRecord #StartupPreferencesLoader #PragmaCollector #ChangeSet #Display #Bitmap #RGMethodDefinition)'
+ zip Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3.image (deflated 73%)
+ echo '[Core] Class and RPackage initialization'
[Core] Class and RPackage initialization
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-traits-32bit-ce2b4e3.image --no-default-preferences save Pharo7.0-SNAPSHOT-core-32bit-ce2b4e3
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ zip Pharo7.0-SNAPSHOT-core-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-core-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-core-32bit-ce2b4e3.image (deflated 73%)
+ echo '[Monticello] Bootstrap Monticello Core and Local repositories'
[Monticello] Bootstrap Monticello Core and Local repositories
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-core-32bit-ce2b4e3.image --no-default-preferences save Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/st-cache/Monticello.st --save --quit
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
RingChunkImporter>>createClassNamed: (RGClassDefinition is Undeclared)
RingChunkImporter>>createTraitNamed: (RGTraitDefinition is Undeclared)
RingChunkImporter>>fromFileNamed: (RGPackage is Undeclared)
RingChunkImporter>>initialize (RGPackage is Undeclared)
RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared)
ZnResourceMetaUtils class>>parseQueryFrom: (ZnMultiValueDictionary is Undeclared)
ZnUrl>>enforceKnownScheme (ZnUnknownScheme is Undeclared)
ZnUrl>>parseHostPort: (ZnPortNotANumber is Undeclared)
ZnUrl>>performOperation:with: (ZnUrlOperation is Undeclared)
ZnUrl>>queryAddAll: (ZnMultiValueDictionary is Undeclared)
ZnUrl>>queryAt:add: (ZnMultiValueDictionary is Undeclared)
ZnUrl>>queryAt:put: (ZnMultiValueDictionary is Undeclared)
ZnMultiValueDictionary class>>defaultLimit (ZnMaximumNumberOfDictionaryEntries is Undeclared)
ZnMultiValueDictionary>>checkLimitForKey: (ZnTooManyDictionaryEntries is Undeclared)
ChangeSet class>>newChanges:withOld: (CurrentChangeSetChanged is Undeclared)
ChangeSet>>changeRecorderFor: (ClassChangeRecord is Undeclared)
ChangeSet>>changedMessageList (RGCommentDefinition is Undeclared)
ChangeSet>>changedMessageList (RGMethodDefinition is Undeclared)
ClassChangeRecord>>findOrMakeMethodChangeAt:priorMethod: (MethodChangeRecord is Undeclared)
Class>>asFullRingDefinition (RGContainer is Undeclared)
Class>>asFullRingDefinition (RGContainer is Undeclared)
Class>>asFullRingDefinition (RGContainer is Undeclared)
Class>>asFullRingDefinition (RGContainer is Undeclared)
Class>>asRingDefinition (RGClassDefinition is Undeclared)
Class>>asRingDefinitionWithMethods:withSuperclasses:withSubclasses:withPackages: (RGSlice is Undeclared)
ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared)
ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
RPackage>>asRingDefinition (RGPackage is Undeclared)
Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared)
CompiledMethod>>asFullRingDefinition (RGContainer is Undeclared)
CompiledMethod>>asHistoricalRingDefinition (RGMethodDefinition is Undeclared)
CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
CompiledMethod>>methodReference (RGMethodDefinition is Undeclared)
RGMethodDefinition class>>className:selector:isMetaSide: (RGClassDefinition is Undeclared)
RGClassDefinition>>withMetaclass (RGMetaclassDefinition is Undeclared)
RGContainer class>>packageOfClass:using: (RGPackage is Undeclared)
RGContainer class>>packageOfMethod:using: (RGPackage is Undeclared)
RGContainer>>addPackageNamed: (RGPackage is Undeclared)
RGContainer>>loadPackagesFromImage (RGPackage is Undeclared)
ZipReadStream>>updateCrc:from:to:in: (ZipWriteStream is Undeclared)
InflateStream>>crcError: (CRCError is Undeclared)
TarArchive>>memberClass (TarArchiveMember is Undeclared)
GZipReadStream>>updateCrc:from:to:in: (ZipWriteStream is Undeclared)
ZipArchive>>memberClass (ZipArchiveMember is Undeclared)
ZipArchiveMember class>>newFromDirectory: (ZipDirectoryMember is Undeclared)
ZipArchiveMember class>>newFromFile: (ZipNewFileMember is Undeclared)
ZipArchiveMember class>>newFromString:named: (ZipStringMember is Undeclared)
ZipArchiveMember class>>newFromZipFile:named: (ZipFileMember is Undeclared)
ZipArchiveMember>>asDirectory (ZipDirectoryMember is Undeclared)
ZipArchiveMember>>compressDataTo: (ZipWriteStream is Undeclared)
ZipArchiveMember>>copyDataWithCRCTo: (ZipWriteStream is Undeclared)
ZipFileMember>>uncompressDataTo: (CRCError is Undeclared)
ZipFileMember>>uncompressDataTo: (CRCError is Undeclared)
String>>zipped (GZipWriteStream is Undeclared)
ZipWriteStream>>on: (ZipEncoder is Undeclared)
RGMethodDefinition>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
RGMethodDefinition>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
RGMethodDefinition>>asMCMethodDefinitionFromActiveDefinition (MCMethodDefinition is Undeclared)
RGMethodDefinition>>basicAsMCMethodDefinition (MCMethodDefinition is Undeclared)
RPackage>>isDirty (MCPackage is Undeclared)
RPackage>>isDirty (MCWorkingCopy is Undeclared)
RPackage>>mcWorkingCopy (MCWorkingCopy is Undeclared)
Class>>asClassDefinition (MCClassDefinition is Undeclared)
Class>>asClassDefinition (MCClassDefinition is Undeclared)
ChangeRecord>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
MetaclassForTraits>>asMCDefinition (MCClassTraitDefinition is Undeclared)
MCPackageManager class>>managersForCategory:do: (MCWorkingCopy is Undeclared)
MCPackageManager class>>managersForCategory:do: (MCPackage is Undeclared)
MCWorkingCopy class>>infoFromDictionary:cache: (MCVersionInfo is Undeclared)
MCWorkingCopy>>backportChangesTo: (MCPatcher is Undeclared)
MCWorkingCopy>>backportChangesTo: (MCWorkingAncestry is Undeclared)
MCWorkingCopy>>backportChangesTo: (MCPackageLoader is Undeclared)
MCWorkingCopy>>closestAncestorSnapshotIn: (MCSnapshot is Undeclared)
MCWorkingCopy>>collectDependenciesWithMessage:in: (MCVersionDependency is Undeclared)
MCWorkingCopy>>completeSnapshot (MCSnapshot is Undeclared)
MCWorkingCopy>>findSnapshotWithVersionInfo: (MCSnapshot is Undeclared)
MCWorkingCopy>>findSnapshotWithVersionInfo: (MCSnapshot is Undeclared)
MCWorkingCopy>>initialize (MCWorkingAncestry is Undeclared)
MCWorkingCopy>>loaded: (MCWorkingAncestry is Undeclared)
MCWorkingCopy>>merge: (MCNoChangesException is Undeclared)
MCWorkingCopy>>merge: (MCSnapshot is Undeclared)
MCWorkingCopy>>merge: (MCThreeWayMerger is Undeclared)
MCWorkingCopy>>newVersionWithName:message:in: (MCWorkingAncestry is Undeclared)
MCWorkingCopy>>newVersionWithName:message:in: (MCVersion is Undeclared)
MCWorkingCopy>>repositoryGroup (MCRepositoryGroup is Undeclared)
MCWorkingCopy>>theCachedRepository (MCCacheRepository is Undeclared)
MCWorkingCopy>>unload (MCPackageLoader is Undeclared)
MCWorkingCopy>>versionInfo: (MCWorkingAncestry is Undeclared)
MCAncestry>>allAncestorsOnPathTo: (MCFilteredVersionSorter is Undeclared)
MCAncestry>>commonAncestorsWith: (MCVersionSorter is Undeclared)
MCAncestry>>topologicalAncestors (MCFrontier is Undeclared)
MCLazyVersionInfo class>>install (MCWorkingAncestry is Undeclared)
MCLazyVersionInfo class>>install (MCFileBasedRepository is Undeclared)
MCVersionInfo>>loadAncestorsAndStepChildren (MCRepositoryGroup is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCInstanceVariableDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCClassVariableDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCPoolImportDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCClassInstanceVariableDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:traitComposition:classTraitComposition:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCInstanceVariableDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:traitComposition:classTraitComposition:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCClassVariableDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:traitComposition:classTraitComposition:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCPoolImportDefinition is Undeclared)
MCClassDefinition>>initializeWithName:superclassName:traitComposition:classTraitComposition:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp: (MCClassInstanceVariableDefinition is Undeclared)
MCTraitDefinition>>initializeWithName:traitComposition:category:instVarNames:classInstVarNames:comment:commentStamp: (MCInstanceVariableDefinition is Undeclared)
MCTraitDefinition>>initializeWithName:traitComposition:category:instVarNames:classInstVarNames:comment:commentStamp: (MCClassInstanceVariableDefinition is Undeclared)
MCTraitDefinition>>initializeWithName:traitComposition:category:instVarNames:comment:commentStamp: (MCInstanceVariableDefinition is Undeclared)
MCMethodDefinition>>addMethodAdditionTo: (MethodAddition is Undeclared)
MCMerger>>load (MCPackageLoader is Undeclared)
MCMerger>>loadWithNameLike: (MCPackageLoader is Undeclared)
MCMerger>>mergedSnapshot (MCPatcher is Undeclared)
MCThreeWayMerger class>>base:patch: (MCNoChangesException is Undeclared)
MCThreeWayMerger>>addDefinition: (MCModification is Undeclared)
MCThreeWayMerger>>addDefinition: (MCModification is Undeclared)
MCThreeWayMerger>>addDefinition: (MCAddition is Undeclared)
MCThreeWayMerger>>baseSnapshot (MCSnapshot is Undeclared)
MCThreeWayMerger>>modifyDefinition:to: (MCModification is Undeclared)
MCThreeWayMerger>>modifyDefinition:to: (MCModification is Undeclared)
MCThreeWayMerger>>modifyDefinition:to: (MCAddition is Undeclared)
MCThreeWayMerger>>removeDefinition: (MCRemoval is Undeclared)
MCThreeWayMerger>>removeDefinition: (MCRemoval is Undeclared)
MCPackage>>snapshot (MCSnapshot is Undeclared)
MCPackageCache>>initialize (MCVersionSorter is Undeclared)
MCPackageLoader>>installSnapshot: (MCSnapshot is Undeclared)
MCPackageLoader>>unloadPackage: (MCSnapshot is Undeclared)
MCPatch>>initializeWithBase:target: (MCModification is Undeclared)
MCPatch>>initializeWithBase:target: (MCAddition is Undeclared)
MCPatch>>initializeWithBase:target: (MCRemoval is Undeclared)
MCAddition>>inverse (MCRemoval is Undeclared)
MCPatcher>>patchedSnapshot (MCSnapshot is Undeclared)
MCSnapshotReader>>snapshot (MCSnapshot is Undeclared)
MCMcdReader>>basicVersion (MCDiffyVersion is Undeclared)
MCMcdReader>>buildPatchFrom:to: (MCSnapshot is Undeclared)
MCMcdReader>>buildPatchFrom:to: (MCSnapshot is Undeclared)
MCMczReader>>extractDependencyFrom: (MCVersionDependency is Undeclared)
MCMczReader>>scanner (MCScanner is Undeclared)
MCVersionReader class>>loadVersionFile: (MCDirectoryRepository is Undeclared)
MCVersionReader>>basicVersion (MCVersion is Undeclared)
MCVersionReader>>snapshot (MCSnapshot is Undeclared)
MCDictionaryRepository>>sortedVersionInfos (MCVersionSorter is Undeclared)
MCDiffyVersion>>writerClass (MCMcdWriter is Undeclared)
MCVersion>>load (MCVersionLoader is Undeclared)
MCVersion>>merge (MCVersionMerger is Undeclared)
MCVersion>>writerClass (MCMczWriter is Undeclared)
MCVersionLoader>>mergeVersions (MCVersionMerger is Undeclared)
MCVersionLoader>>warnAboutLosingChangesTo:ifCancel:ifMerge: (MCMergeOrLoadWarning is Undeclared)
MCVersionMerger>>resolveConflicts (MCNoChangesException is Undeclared)
MCMczWriter>>serializeVersionInfo: (MCVersionInfoWriter is Undeclared)
MCMczWriter>>snapshotWriterClass (MCStWriter is Undeclared)
MonticelloBootstrap>>loadPackageVersion: (MCMergeOrLoadWarning is Undeclared)
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/02-monticello-bootstrap/01-fixLocalMonticello.st --save --quit
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/02-monticello-bootstrap/02-bootstrapMonticello.st --save --quit
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
'Creating Snapshot of: AST-Core'
'Creating Snapshot of: AST-Core-Traits'
'Creating Snapshot of: Announcements-Core'
'Creating Snapshot of: CodeExport'
'Creating Snapshot of: CodeExport-Traits'
'Creating Snapshot of: CodeImport'
'Creating Snapshot of: CodeImport-Traits'
'Creating Snapshot of: CodeImportCommandLineHandlers'
'Creating Snapshot of: Collections-Abstract'
'Creating Snapshot of: Collections-Abstract-Traits'
'Creating Snapshot of: Collections-Arithmetic'
'Creating Snapshot of: Collections-Atomic'
'Creating Snapshot of: Collections-Native'
'Creating Snapshot of: Collections-Sequenceable'
'Creating Snapshot of: Collections-Stack'
'Creating Snapshot of: Collections-Streams'
'Creating Snapshot of: Collections-Strings'
'Creating Snapshot of: Collections-Support'
'Creating Snapshot of: Collections-Unordered'
'Creating Snapshot of: Collections-Weak'
'Creating Snapshot of: Colors'
'Creating Snapshot of: Compression'
'Creating Snapshot of: Debugging-Core'
'Creating Snapshot of: DeprecatedFileStream'
'Creating Snapshot of: FFI-Kernel'
'Creating Snapshot of: FFI-Pools'
'Creating Snapshot of: FileSystem-Core'
'Creating Snapshot of: FileSystem-Disk'
'Creating Snapshot of: FileSystem-Path'
'Creating Snapshot of: Files'
'Creating Snapshot of: Hermes'
'Creating Snapshot of: Hermes-Extensions'
'Creating Snapshot of: InitializePackagesCommandLineHandler'
'Creating Snapshot of: Jobs'
'Creating Snapshot of: Kernel'
'Creating Snapshot of: Kernel-BytecodeEncoders'
'Creating Snapshot of: Kernel-Chronology-Extras'
'Creating Snapshot of: Kernel-Traits'
'Creating Snapshot of: Math-Operations-Extensions'
'Creating Snapshot of: Monticello'
'Creating Snapshot of: Multilingual-Encodings'
'Creating Snapshot of: Multilingual-Languages'
'Creating Snapshot of: Multilingual-TextConversion'
'Creating Snapshot of: Network-UUID'
'Creating Snapshot of: OpalCompiler-Core'
'Creating Snapshot of: PharoBootstrap-Initialization'
'Creating Snapshot of: RPackage-Core'
'Creating Snapshot of: Random-Core'
'Creating Snapshot of: ReflectionMirrors-Primitives'
'Creating Snapshot of: Ring-Deprecated-ChunkImporter'
'Creating Snapshot of: Ring-Deprecated-Core-Containers'
'Creating Snapshot of: Ring-Deprecated-Core-Kernel'
'Creating Snapshot of: Ring-Deprecated-Monticello'
'Creating Snapshot of: Shift-Changes'
'Creating Snapshot of: Shift-ClassBuilder'
'Creating Snapshot of: Shift-ClassInstaller'
'Creating Snapshot of: Slot-Core'
'Creating Snapshot of: System-Announcements'
'Creating Snapshot of: System-BasicCommandLineHandler'
'Creating Snapshot of: System-Changes'
'Creating Snapshot of: System-CommandLine'
'Creating Snapshot of: System-CommandLineHandler'
'Creating Snapshot of: System-Finalization'
'Creating Snapshot of: System-Hashing'
'Creating Snapshot of: System-Model'
'Creating Snapshot of: System-Platforms'
'Creating Snapshot of: System-SessionManager'
'Creating Snapshot of: System-Sources'
'Creating Snapshot of: System-Support'
'Creating Snapshot of: TraitsV2'
'Creating Snapshot of: TraitsV2-Compatibility'
'Creating Snapshot of: Transcript-Core-Traits'
'Creating Snapshot of: Transcript-NonInteractive'
'Creating Snapshot of: UIManager'
'Creating Snapshot of: Zinc-Character-Encoding-Core'
'Creating Snapshot of: Zinc-Resource-Meta-Core'
'Loading CodeImportCommandLineHandlers-tonel.1.mcz'
'Loading Slot-Core-tonel.1.mcz'
'Loading System-Hashing-tonel.1.mcz'
'Loading System-Announcements-tonel.1.mcz'
SystemAnnouncer class>>restoreAllNotifications (PragmaCollector is Undeclared)
'Loading Collections-Weak-tonel.1.mcz'
'Loading FileSystem-Core-tonel.1.mcz'
'Loading CodeImport-Traits-tonel.1.mcz'
'Loading ReflectionMirrors-Primitives-tonel.1.mcz'
'Loading Random-Core-tonel.1.mcz'
'Loading Collections-Native-tonel.1.mcz'
'Loading Collections-Abstract-tonel.1.mcz'
'Loading Multilingual-Encodings-tonel.1.mcz'
'Loading Zinc-Character-Encoding-Core-tonel.1.mcz'
'Loading AST-Core-Traits-tonel.1.mcz'
'Loading Kernel-Traits-tonel.1.mcz'
'Loading Shift-Changes-tonel.1.mcz'
'Loading Ring-Deprecated-Core-Kernel-tonel.1.mcz'
'Loading Kernel-tonel.1.mcz'
'Loading Announcements-Core-tonel.1.mcz'
'Loading Collections-Abstract-Traits-tonel.1.mcz'
'Loading Ring-Deprecated-ChunkImporter-tonel.1.mcz'
'Loading Collections-Unordered-tonel.1.mcz'
'Loading PharoBootstrap-Initialization-tonel.1.mcz'
'Loading Network-UUID-tonel.1.mcz'
'Loading System-Finalization-tonel.1.mcz'
'Loading Debugging-Core-tonel.1.mcz'
'Loading Ring-Deprecated-Monticello-tonel.1.mcz'
'Loading System-SessionManager-tonel.1.mcz'
'Loading Compression-tonel.1.mcz'
'Loading System-CommandLineHandler-tonel.1.mcz'
PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared)
'Loading Jobs-tonel.1.mcz'
'Loading Colors-tonel.1.mcz'
'Loading System-Support-tonel.1.mcz'
SmalltalkImage>>newSpecialObjectsArray (Bitmap is Undeclared)
SmalltalkImage>>newSpecialObjectsArray (Display is Undeclared)
'Loading Collections-Support-tonel.1.mcz'
'Loading System-Platforms-tonel.1.mcz'
'Loading System-Sources-tonel.1.mcz'
'Loading Collections-Sequenceable-tonel.1.mcz'
'Loading Collections-Arithmetic-tonel.1.mcz'
'Loading Transcript-Core-Traits-tonel.1.mcz'
'Loading System-CommandLine-tonel.1.mcz'
'Loading FFI-Kernel-tonel.1.mcz'
'Loading Math-Operations-Extensions-tonel.1.mcz'
'Loading Hermes-tonel.1.mcz'
'Loading Hermes-Extensions-tonel.1.mcz'
'Loading Collections-Atomic-tonel.1.mcz'
'Loading OpalCompiler-Core-tonel.1.mcz'
'Loading UIManager-tonel.1.mcz'
'Loading FFI-Pools-tonel.1.mcz'
'Loading Collections-Stack-tonel.1.mcz'
'Loading CodeImport-tonel.1.mcz'
'Loading Kernel-BytecodeEncoders-tonel.1.mcz'
'Loading RPackage-Core-tonel.1.mcz'
'Loading DeprecatedFileStream-tonel.1.mcz'
'Loading TraitsV2-tonel.1.mcz'
'Loading Files-tonel.1.mcz'
'Loading Multilingual-TextConversion-tonel.1.mcz'
'Loading Collections-Strings-tonel.1.mcz'
'Loading System-Changes-tonel.1.mcz'
'Loading System-BasicCommandLineHandler-tonel.1.mcz'
'Loading Transcript-NonInteractive-tonel.1.mcz'
'Loading Shift-ClassInstaller-tonel.1.mcz'
'Loading InitializePackagesCommandLineHandler-tonel.1.mcz'
'Loading Ring-Deprecated-Core-Containers-tonel.1.mcz'
'Loading Zinc-Resource-Meta-Core-tonel.1.mcz'
'Loading AST-Core-tonel.1.mcz'
'Loading System-Model-tonel.1.mcz'
'Loading Multilingual-Languages-tonel.1.mcz'
LanguageEnvironment class>>currentPlatform (Locale is Undeclared)
LanguageEnvironment class>>initKnownEnvironments (LocaleID is Undeclared)
LanguageEnvironment class>>localeID: (LocaleID is Undeclared)
'Loading FileSystem-Disk-tonel.1.mcz'
'Loading CodeExport-tonel.1.mcz'
'Loading TraitsV2-Compatibility-tonel.1.mcz'
'Loading Kernel-Chronology-Extras-tonel.1.mcz'
'Warning: You are about to load new versions of the following packages
that have unsaved changes in the image:
Kernel-Chronology-Extras
If you continue, you will lose these changes:'
'Loading Collections-Streams-tonel.1.mcz'
'Loading CodeExport-Traits-tonel.1.mcz'
'Loading FileSystem-Path-tonel.1.mcz'
'Loading Shift-ClassBuilder-tonel.1.mcz'
'Loading Monticello-tonel.1.mcz'
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image --no-default-preferences eval --save 'TraitsBootstrap fixSourceCodeOfTraits '
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
TraitsBootstrap
+ zip Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.changes Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.changes (deflated 80%)
adding: Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image (deflated 72%)
+ echo '[Monticello] Loading Networking Packages and Remote Repositories'
[Monticello] Loading Networking Packages and Remote Repositories
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello_bootstrap-32bit-ce2b4e3.image --no-default-preferences save Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/02-monticello-bootstrap/03-bootstrapMonticelloRemote.st --save --quit
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
UndefinedObject>>DoIt (mcPackages is Undeclared)
UndefinedObject>>DoIt (mcPackages is Undeclared)
UndefinedObject>>DoIt (InternetConfiguration is Undeclared)
UndefinedObject>>DoIt (NetNameResolver is Undeclared)
UndefinedObject>>DoIt (Socket is Undeclared)
UndefinedObject>>DoIt (Base64MimeConverter is Undeclared)
UndefinedObject>>DoIt (ZnLogEvent is Undeclared)
UndefinedObject>>DoIt (ZnConstants is Undeclared)
UndefinedObject>>DoIt (ZnHeaders is Undeclared)
UndefinedObject>>DoIt (ZnNetworkingUtils is Undeclared)
UndefinedObject>>DoIt (ZnServer is Undeclared)
UndefinedObject>>DoIt (ZnSingleThreadedServer is Undeclared)
'Loading Network-Kernel-tonel.1.mcz'
'Loading Network-MIME-tonel.1.mcz'
MIMEDocument>>parts (MailMessage is Undeclared)
'Loading Network-Protocols-tonel.1.mcz'
SMTPClient>>mailFrom: (MailAddressParser is Undeclared)
'Loading MonticelloRemoteRepositories-tonel.1.mcz'
MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared)
MCHttpRepository>>httpClient (ZnClient is Undeclared)
MCHttpRepository>>writeStreamForFileNamed:replace:do: (ZnHttpUnsuccessful is Undeclared)
MCSmalltalkhubRepository>>includesFileNamed: (ZnHttpUnsuccessful is Undeclared)
MCSqueaksourceRepository>>includesFileNamed: (ZnHttpUnsuccessful is Undeclared)
'Loading Zinc-HTTP-tonel.1.mcz'
ZnClient>>downloadEntityTo: (ZnFileSystemUtils is Undeclared)
ZnClient>>downloadEntityTo: (ZnFileSystemUtils is Undeclared)
ZnClient>>downloadTo: (ZnFileSystemUtils is Undeclared)
ZnClient>>uploadEntityFrom: (ZnFileSystemUtils is Undeclared)
ZnClient>>uploadEntityFrom: (ZnFileSystemUtils is Undeclared)
ZnClient>>uploadEntityFrom: (ZnFileSystemUtils is Undeclared)
ZnEasy class>>getImageOfType:fromUrl: (ImageReadWriter is Undeclared)
ZnMimePart class>>fieldName:fileNamed: (ZnFileSystemUtils is Undeclared)
ZnMimePart class>>fieldName:fileNamed: (ZnFileSystemUtils is Undeclared)
ZnMimePart class>>fieldName:fileNamed: (ZnFileSystemUtils is Undeclared)
ZnMimePart class>>fieldName:fileNamed: (ZnFileSystemUtils is Undeclared)
'Loading Zinc-FileSystem-tonel.1.mcz'
'Loading Zodiac-Core-tonel.1.mcz'
+ zip Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.changes Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.changes (deflated 80%)
adding: Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.image (deflated 72%)
+ echo '[Metacello] Bootstrapping Metacello'
[Metacello] Bootstrapping Metacello
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-monticello-32bit-ce2b4e3.image --no-default-preferences save Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.image --no-default-preferences st /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap/scripts/03-metacello-bootstrap/01-loadMetacello.st --save --quit
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
UndefinedObject>>DoIt (mcPackages is Undeclared)
UndefinedObject>>DoIt (mcPackages is Undeclared)
UndefinedObject>>DoIt (RxMatcher is Undeclared)
UndefinedObject>>DoIt (RxParser is Undeclared)
UndefinedObject>>DoIt (RxsPredicate is Undeclared)
UndefinedObject>>DoIt (MCFileTreeStCypressWriter is Undeclared)
UndefinedObject>>DoIt (MCFileTreeFileSystemUtils is Undeclared)
UndefinedObject>>DoIt (MCMockASubclass is Undeclared)
UndefinedObject>>DoIt (MCMockClassA is Undeclared)
UndefinedObject>>DoIt (MetacelloPlatform is Undeclared)
UndefinedObject>>DoIt (MetacelloPharoPlatform is Undeclared)
UndefinedObject>>DoIt (MetacelloPharo30Platform is Undeclared)
UndefinedObject>>DoIt (STONWriter is Undeclared)
UndefinedObject>>DoIt (MCGitHubRepository is Undeclared)
UndefinedObject>>DoIt (MCGitBasedNetworkRepository is Undeclared)
'Loading ScriptingExtensions-tonel.1.mcz'
'Loading Text-Core-tonel.1.mcz'
'Loading System-FileRegistry-tonel.1.mcz'
FileServices class>>itemsForDirectory: (PragmaCollector is Undeclared)
FileServices class>>itemsForFile: (PragmaCollector is Undeclared)
'Loading FileSystem-Memory-tonel.1.mcz'
'Loading Regex-Core-tonel.1.mcz'
'Loading Ring-Deprecated-Core-Containers-tonel.1.mcz'
'Loading StartupPreferences-tonel.1.mcz'
'Loading ConfigurationCommandLineHandler-Core-tonel.1.mcz'
ConfigurationCommandLineHandler>>gofer (Gofer is Undeclared)
ConfigurationCommandLineHandler>>metacelloVersion: (MetacelloVersionDoesNotExistError is Undeclared)
'Loading PragmaCollector-tonel.1.mcz'
'Loading Reflectivity-tonel.1.mcz'
[31m[33m
*** Warning: Warning: This package depends on the following classes:
BIConfigurableFormatter
You must resolve these dependencies before you will be able to load these definitions:
BIConfigurableFormatter>>#visitLiteralVariableNode:
[0m[0m'Loading System-FileRegistry-tonel.1.mcz'
'Loading MonticelloConfigurations-tonel.1.mcz'
'Loading Gofer-Core-tonel.1.mcz'
GoferMetacelloLoad>>metacelloVersion (MetacelloVersionDoesNotExistError is Undeclared)
'Loading Metacello-Base-tonel.1.mcz'
BaselineOf>>projectClass (MetacelloMCBaselineProject is Undeclared)
BaselineOf>>versionNumberClass (MetacelloVersionNumber is Undeclared)
ConfigurationOf>>projectClass (MetacelloMCProject is Undeclared)
ConfigurationOf>>versionNumberClass (MetacelloSemanticVersionNumber is Undeclared)
Metacello class>>registrations (MetacelloProjectRegistration is Undeclared)
'Loading Metacello-Core-tonel.1.mcz'
MetacelloBaselineOfMethodSpec>>versionString (MetacelloMCBaselineProject is Undeclared)
MetacelloProjectRegistration>>version (MetacelloMCBaselineProject is Undeclared)
MetacelloBaselineSpecGenerator>>projectSpecCreationBlock (MetacelloMCBaselineProject is Undeclared)
MetacelloConfigurationSpecGenerator>>projectSpecCreationBlock (MetacelloMCProject is Undeclared)
MetacelloProjectSpecGenerator>>projectSpecCreationBlock (MetacelloMCProject is Undeclared)
MetacelloScriptEngine>>cacheRepository (MetacelloMCProject is Undeclared)
MetacelloScriptEngine>>repositoryOverrides (MetacelloMCProject is Undeclared)
MetacelloGroupSpec>>requiresSpecsForPackageOrdering: (MetacelloVisitedPackages is Undeclared)
MetacelloGroupSpec>>resolveSpecsForPackageOrdering: (MetacelloVisitedPackages is Undeclared)
'Loading MonticelloFileTree-Core-tonel.1.mcz'
MCFileTreeAbstractReader>>packageProperties (STON is Undeclared)
MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
MCFileTreeStCypressReader>>addExtensionClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
MCFileTreeStCypressReader>>addExtensionClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
MCFileTreeStCypressReader>>addTraitAndMethodDefinitionsFromEntry: (STON is Undeclared)
MCFileTreeStCypressReader>>addTraitAndMethodDefinitionsFromEntry: (STON is Undeclared)
MCFileTreeStCypressWriter>>writeClassDefinition: (STON is Undeclared)
MCFileTreeStCypressWriter>>writeExtensionClassDefinition: (STON is Undeclared)
MCFileTreeStCypressWriter>>writeMethodProperties: (STON is Undeclared)
MCFileTreeStCypressWriter>>writePropertiesFile (STON is Undeclared)
MCFileTreeStCypressWriter>>writePropertiesFile (STON is Undeclared)
MCFileTreeStCypressWriter>>writeTraitDefinition: (STON is Undeclared)
MCFileTreeRepository>>repositoryProperties (STON is Undeclared)
'Loading Metacello-MC-tonel.1.mcz'
MetacelloMCVersionValidator>>validateVersionTests: (TestCase is Undeclared)
'Loading Metacello-PharoCommonPlatform-tonel.1.mcz'
'Loading MonticelloFileTree-FileSystem-Utilities-tonel.1.mcz'
'Loading STON-Core-tonel.1.mcz'
'Loading Metacello-GitBasedRepository-tonel.1.mcz'
'Loading Metacello-Gitlab-tonel.1.mcz'
'Loading Metacello-GitHub-tonel.1.mcz'
'Loading Metacello-Bitbucket-tonel.1.mcz'
'Loading Metacello-Platform-tonel.1.mcz'
'Loading Metacello-ToolBox-tonel.1.mcz'
'Loading Metacello-PharoExtensions-tonel.1.mcz'
'Loading MetacelloCommandLineHandler-Core-tonel.1.mcz'
+ zip Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.changes Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.image
adding: Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.changes (deflated 80%)
adding: Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.image (deflated 71%)
+ echo '[Pharo] Reloading rest of packages'
[Pharo] Reloading rest of packages
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-metacello-32bit-ce2b4e3.image --no-default-preferences save Pharo7.0-SNAPSHOT-32bit-ce2b4e3
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ printf '\231\002\320\003'
+ [[ 32 -eq 32 ]]
+ SEEK=24
+ dd if=displaySize.bin of=Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image bs=1 seek=24 count=4 conv=notrunc
4+0 records in
4+0 records out
4 bytes copied, 0.00247028 s, 1.6 kB/s
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image --no-default-preferences eval --save 'Smalltalk vm parameterAt: 45 put: (Smalltalk vm parameterAt: 44) * 4'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
0
+ env
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image --no-default-preferences eval --save 'Metacello new baseline: '\''Tonel'\'';repository: '\''github://pharo-vcs/tonel:v1.0.11'\'';onWarning: [ :e | Error signal: e messageText in: e signalerContext ]; load: '\''core'\'''
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
Fetched -> BaselineOfTonel-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- github://pharo-vcs/tonel:v1.0.11
Loaded -> BaselineOfTonel-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- github://pharo-vcs/tonel:v1.0.11
Loading baseline of BaselineOfTonel...
Fetched -> MonticelloTonel-Core-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- github://pharo-vcs/tonel:v1.0.11
Fetched -> MonticelloTonel-FileSystem-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- github://pharo-vcs/tonel:v1.0.11
Loaded -> MonticelloTonel-Core-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- cache
Loaded -> MonticelloTonel-FileSystem-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- cache
...finished baselinelinear load :
linear load : baseline [BaselineOfTonel]
load : MonticelloTonel-Core-cypress.1
load : MonticelloTonel-FileSystem-cypress.1
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image --no-default-preferences eval --save 'Metacello new baseline: '\''Pharo'\'';repository: '\''tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src'\'';onWarning: [ :e | Error signal: e messageText in: e signalerContext ]; load'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
Fetched -> BaselineOfPharo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfPharo>>postload:package: (WelcomeHelp is Undeclared)
Loaded -> BaselineOfPharo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loading baseline of BaselineOfPharo...
Fetched -> BaselineOfIDE-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfIDE>>additionalInitialization (GTGenericStackDebugger is Undeclared)
BaselineOfIDE>>additionalInitialization (ExternalChangesBrowser is Undeclared)
BaselineOfIDE>>additionalInitialization (FileList is Undeclared)
BaselineOfIDE>>additionalInitialization (Finder is Undeclared)
BaselineOfIDE>>additionalInitialization (ProcessBrowser is Undeclared)
BaselineOfIDE>>additionalInitialization (RecentMessageList is Undeclared)
BaselineOfIDE>>additionalInitialization (SyntaxErrorDebugger is Undeclared)
BaselineOfIDE>>additionalInitialization (TimeProfiler is Undeclared)
BaselineOfIDE>>additionalInitialization (MorphicCoreUIManager is Undeclared)
BaselineOfIDE>>additionalInitialization (MorphicCoreUIManager is Undeclared)
BaselineOfIDE>>additionalInitialization (PolymorphSystemSettings is Undeclared)
BaselineOfIDE>>additionalInitialization (SourceCodeFonts is Undeclared)
BaselineOfIDE>>additionalInitialization (LogicalFontManager is Undeclared)
BaselineOfIDE>>additionalInitialization (FreeTypeSystemSettings is Undeclared)
BaselineOfIDE>>additionalInitialization (FreeTypeSettings is Undeclared)
BaselineOfIDE>>additionalInitialization (FreeTypeSettings is Undeclared)
BaselineOfIDE>>additionalInitialization (CatalogSettings is Undeclared)
BaselineOfIDE>>additionalInitialization (RealEstateAgent is Undeclared)
BaselineOfIDE>>additionalInitialization (GrowlMorph is Undeclared)
BaselineOfIDE>>additionalInitialization (ShortcutReminder is Undeclared)
BaselineOfIDE>>additionalInitialization (KMRepository is Undeclared)
BaselineOfIDE>>additionalInitialization (Morph is Undeclared)
BaselineOfIDE>>additionalInitialization (KMShortcutHandler is Undeclared)
BaselineOfIDE>>additionalInitialization (MCSaveVersionDialog is Undeclared)
BaselineOfIDE>>additionalInitialization (BIConfigurableFormatter is Undeclared)
BaselineOfIDE>>additionalInitialization (ASTTransformExamplePluginActive is Undeclared)
BaselineOfIDE>>additionalInitialization (RubCharacterScanner is Undeclared)
BaselineOfIDE>>additionalInitialization (RubAbstractTextArea is Undeclared)
BaselineOfIDE>>additionalInitialization (PharoLightTheme is Undeclared)
BaselineOfIDE>>additionalInitialization (SDL_Event is Undeclared)
BaselineOfIDE>>postload:package: (GTGenericStackDebugger is Undeclared)
BaselineOfIDE>>postload:package: (EpMonitor is Undeclared)
Loaded -> BaselineOfIDE-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: IDE baseline
Fetched -> BaselineOfFlashback-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfFlashback-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfAthens-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfAthens-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfShift-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfShift-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfBasicTools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfBasicTools>>postload:package: (TestRunner is Undeclared)
BaselineOfBasicTools>>postload:package: (MCWorkingCopyBrowser is Undeclared)
BaselineOfBasicTools>>postload:package: (BIConfigurableFormatter is Undeclared)
Loaded -> BaselineOfBasicTools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfSlot-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfSlot-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: BasicTools baseline
Fetched -> BaselineOfUI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfUI>>postload:package: (Workspace is Undeclared)
BaselineOfUI>>postload:package: (Workspace is Undeclared)
BaselineOfUI>>postload:package: (Workspace is Undeclared)
BaselineOfUI>>postload:package: (Workspace is Undeclared)
BaselineOfUI>>postload:package: (PharoCommonTools is Undeclared)
Loaded -> BaselineOfUI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfSUnit-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfSUnit-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> (nearest) BaselineOfAthens-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfAthens-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: UI baseline
Fetched -> BaselineOfMorphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (GradientFillStyle is Undeclared)
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (FreeTypeCache is Undeclared)
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ImageMorph is Undeclared)
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (Form is Undeclared)
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (World is Undeclared)
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ExternalDropHandler is Undeclared)
BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ScrollBar is Undeclared)
BaselineOfMorphic>>exportBitmapDejaVuSans (LogicalFontManager is Undeclared)
BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
BaselineOfMorphic>>postload:package: (FLLargeIdentityHashedCollection is Undeclared)
BaselineOfMorphic>>postload:package: (FLPlatform is Undeclared)
BaselineOfMorphic>>postload:package: (FLPharo7Platform is Undeclared)
BaselineOfMorphic>>postload:package: (PNGReadWriter is Undeclared)
BaselineOfMorphic>>postload:package: (BalloonMorph is Undeclared)
BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared)
BaselineOfMorphic>>postload:package: (Display is Undeclared)
BaselineOfMorphic>>postload:package: (World is Undeclared)
BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared)
BaselineOfMorphic>>postload:package: (World is Undeclared)
BaselineOfMorphic>>postload:package: (World is Undeclared)
BaselineOfMorphic>>postload:package: (PharoLightTheme is Undeclared)
BaselineOfMorphic>>postload:package: (World is Undeclared)
BaselineOfMorphic>>postload:package: (GraphicFontSettings is Undeclared)
BaselineOfMorphic>>postload:package: (TextEditor is Undeclared)
BaselineOfMorphic>>postload:package: (SmalltalkEditor is Undeclared)
BaselineOfMorphic>>postload:package: (MenubarMorph is Undeclared)
BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared)
BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared)
BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared)
BaselineOfMorphic>>postload:package: (Bitmap is Undeclared)
Loaded -> BaselineOfMorphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfSpec-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfSpec-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Spec baseline
Fetched -> (nearest) BaselineOfMorphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfMorphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Morphic baseline
Fetched -> BaselineOfMenuRegistration-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfMenuRegistration-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfMorphicCore-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfMorphicCore>>postload:package: (IdentityTransform is Undeclared)
BaselineOfMorphicCore>>postload:package: (EventSensorConstants is Undeclared)
BaselineOfMorphicCore>>postload:package: (RealEstateAgent is Undeclared)
BaselineOfMorphicCore>>postload:package: (WorldState is Undeclared)
BaselineOfMorphicCore>>postload:package: (Morph is Undeclared)
BaselineOfMorphicCore>>postload:package: (HandMorph is Undeclared)
BaselineOfMorphicCore>>postload:package: (Cursor is Undeclared)
BaselineOfMorphicCore>>postload:package: (EventManager is Undeclared)
BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared)
BaselineOfMorphicCore>>postload:package: (WorldState is Undeclared)
BaselineOfMorphicCore>>postload:package: (HandMorph is Undeclared)
BaselineOfMorphicCore>>postload:package: (Display is Undeclared)
BaselineOfMorphicCore>>postload:package: (InputEventSensor is Undeclared)
BaselineOfMorphicCore>>postload:package: (InputEventSensor is Undeclared)
BaselineOfMorphicCore>>postload:package: (InputEventSensor is Undeclared)
BaselineOfMorphicCore>>postload:package: (MorphicCoreUIManager is Undeclared)
BaselineOfMorphicCore>>postload:package: (Display is Undeclared)
BaselineOfMorphicCore>>postload:package: (MorphicCoreUIManager is Undeclared)
BaselineOfMorphicCore>>postload:package: (World is Undeclared)
BaselineOfMorphicCore>>postload:package: (ExternalDropHandler is Undeclared)
BaselineOfMorphicCore>>postload:package: (Display is Undeclared)
BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared)
BaselineOfMorphicCore>>postload:package: (ExternalDropHandler is Undeclared)
BaselineOfMorphicCore>>postload:package: (PasteUpMorph is Undeclared)
BaselineOfMorphicCore>>postload:package: (DefaultExternalDropHandler is Undeclared)
BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared)
Loaded -> BaselineOfMorphicCore-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: MorphicCore baseline
Fetched -> BaselineOfUnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfUnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfDisplay-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
BaselineOfDisplay>>installBitmap (Bitmap is Undeclared)
BaselineOfDisplay>>postload:package: (Cursor is Undeclared)
BaselineOfDisplay>>postload:package: (Cursor is Undeclared)
BaselineOfDisplay>>postload:package: (Cursor is Undeclared)
BaselineOfDisplay>>postload:package: (Cursor is Undeclared)
BaselineOfDisplay>>postload:package: (DisplayScreen is Undeclared)
BaselineOfDisplay>>postload:package: (BitBlt is Undeclared)
BaselineOfDisplay>>postload:package: (Form is Undeclared)
Loaded -> BaselineOfDisplay-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> (nearest) BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> (nearest) BaselineOfSUnit-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfSUnit-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Traits baseline
Project: SUnit baseline
Fetched -> (nearest) BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Traits baseline
Fetched -> SUnit-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SUnit-Core-Traits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SUnit-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> JenkinsTools-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> JenkinsTools-ExtraReports-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Display baseline
Fetched -> Graphics-Display Objects-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Primitives-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Transformations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: UnifiedFFI baseline
Fetched -> Alien-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> UnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> UnifiedFFI-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> UnifiedFFI-Legacy-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-VMEvents-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Object Events-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Canvas-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: MenuRegistration baseline
Fetched -> MenuRegistration-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Localization-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Collections-DoubleLinkedList-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Clipboard-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Balloon-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> EmbeddedFreeType-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> EmergencyEvaluator-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FileSystem-Zip-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FontInfrastructure-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FreeType-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fuel-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fuel-Platform-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fuel-Platform-Pharo-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fuel-Platform-Pharo-07-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fuel-Tools-Pharo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fonts-Abstract-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Files-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Fonts-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Shapes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Growl-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Keymapping-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Keymapping-KeyCombinations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Keymapping-Pragmas-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Transcript-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Base-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Basic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-ColorPicker-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Extra-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-List-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Pluggable-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-PolyTabs-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Scrolling-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Tabs-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Taskbar-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Menubar-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Tree-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-Windows-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Multilingual-OtherLanguages-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Multilingual-TextConverterOtherLanguages-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NewValueHolder-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Polymorph-Widgets-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Images-Animated-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Settings-Graphics-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Settings-Polymorph-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Settings-System-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Caching-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-History-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Installers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Settings-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Settings-Browser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Sound-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Text-Diff-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Text-Edition-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Text-Scanning-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Unicode-Initialization-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-TickList-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Changes-FileServices-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-OSEnvironments-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Identification-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Inspector-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Layout-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-MorphicAdapters-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-PolyWidgets-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-StubAdapter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Deprecated-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Morphic baseline
Fetched -> DebuggerActions-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> DebuggerFilters-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> DebuggerModel-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fonts-Chooser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-Base-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Transcript-Tool-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-Workspace-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Keymapping-Settings-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Keymapping-Tools-Spec-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> WebBrowser-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> HelpSystem-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Rubric-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Athens baseline
Fetched -> (nearest) BaselineOfUnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfUnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> (nearest) BaselineOfDisplay-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfDisplay-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Display baseline
Project: UnifiedFFI baseline
Fetched -> Athens-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Athens-Cairo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: SUnit baseline
Fetched -> (nearest) BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfTraits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Traits baseline
Fetched -> SUnit-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SUnit-Support-UITesting-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SUnit-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Widgets-FastTable-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-ExternalBrowser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BlueInk-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BlueInk-Extras-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-ProcessBrowser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-Profilers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-SystemReporter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NECompletion-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Announcements-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-FileTree-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-Cypress-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-ProfStef-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-Reference-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-Tutorial-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> MonticelloGUI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Network-Mail-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Pharo-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ProfStef-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ProfStef-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> RecentSubmissions-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Changes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Environment-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Regex-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> IssueTracking-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Monticello-OldDataStreamCompatibility-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> MonticelloFileServices-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-Diff-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-FileList-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-Finder-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-ImageCleaner-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Athens baseline
Fetched -> (nearest) BaselineOfUnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfUnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> (nearest) BaselineOfDisplay-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Loaded -> BaselineOfDisplay-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Display baseline
Project: UnifiedFFI baseline
Fetched -> Athens-Text-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Athens-Balloon-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Athens-Morphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Athens-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Athens-Tests-Cairo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Flashback baseline
Fetched -> Flashback-Decompiler-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Flashback-Decompiler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Shift baseline
Fetched -> Shift-ClassBuilder-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Shift-ClassInstaller-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Traits baseline
Fetched -> TraitsV2-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Project: Slot baseline
Fetched -> Slot-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Slot-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ReleaseTests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Critics-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NautilusRefactoring-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NautilusRefactoring-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Ombu-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Epicea-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Hiedra-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> EpiceaBrowsers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Hiedra-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Ombu-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Epicea-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> EpiceaBrowsers-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Shout-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Reflectivity-Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Rubric-Styling-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Collections-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Text-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Network-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Ring-Deprecated-Tests-Kernel-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> AST-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FileSystem-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Fuel-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Gofer-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Kernel-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Kernel-Tests-Extended-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Kernel-Tests-WithCompiler-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Manifest-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Manifest-Resources-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OpalCompiler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Reflectivity-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Ring-Deprecated-Tests-Containers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-DependenciesTests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Serial Port-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zinc-Resource-Meta-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zodiac-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zodiac-Extra-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zinc-Zodiac-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsMCResources-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsCore-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsCommonMC-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsMC-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsMCCore-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsPlatform-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-TestsReference-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Metacello-Gitlab-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> RPackage-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Monticello-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Announcements-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Helpers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Presentations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Browsers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Morphic-Brick-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Tests-Resources-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Morphic-Theme-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Morphic-Widgets-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Morphic-Renderer-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Morphic-Pager-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Tests-Morphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Rubric-Presentations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-FastTable-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-SpecIntegration-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Inspector-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-InspectorExtensions-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Playground-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-EventRecorder-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Spotter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-SpotterExtensions-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-Catalog-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Debugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-BytecodeDebugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-SUnitDebugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-CriticBrowser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Renraku-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SUnit-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Moose-Algos-Graph-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-DependencyAnalyser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-DependencyAnalyser-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-DependencyAnalyser-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-DependencyAnalyser-Tests-Data-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Kernel-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SmartSuggestions-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> MonticelloMocks-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NodeNavigation-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OpalCompiler-Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OSWindow-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OSWindow-SDL2-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OSWindow-VM-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-CommandLine-TextSupport-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GeneralRules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GeneralRules-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FuzzyMatcher-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> STON-Text support-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SortFunctions-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SortFunctions-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Announcements-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Balloon-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BlueInk-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> CodeImport-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Collections-DoubleLinkedList-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Collections-Arithmetic-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Compression-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ConfigurationCommandLineHandler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> MetacelloCommandLineHandler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Debugger-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> EmbeddedFreeType-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FileSystem-Tests-Disk-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FileSystem-Tests-Memory-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FileSystem-Tests-Attributes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Files-Prompt-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Files-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FontInfrastructure-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FreeType-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FreeType-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> FuzzyMatcher-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-EventRecorder-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Spotter-EventRecorder-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Tests-Debugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Tests-Inspector-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Tests-Playground-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> GT-Tests-Spotter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Morphic-Brick-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Glamour-Tests-Rubric-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Gofer-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Graphics-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> HelpSystem-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> IssueTracking-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Jobs-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Kernel-Tests-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Keymapping-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Manifest-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Morphic-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Multilingual-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NewValueHolder-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NECompletion-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> NodeNavigation-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OSWindow-SDL2-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> OSWindow-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> PerformMessageCommandLineHandler-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> PharoDocComment-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Polymorph-Widgets-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ProfStef-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Random-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Tests-Changes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Tests-Critics-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring-Tests-Environment-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ReflectionMirrors-Primitives-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Reflectivity-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Reflectivity-Tools-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Regex-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Renraku-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Renraku-Test-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Ring-Deprecated-Tests-Monticello-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Rubric-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Rubric-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ScriptingExtensions-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> STON-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SUnit-Support-UITesting-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Shout-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> SmartSuggestions-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Spec-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-BasicCommandLineHandler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Caching-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Hashing-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-History-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Localization-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-SessionManager-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Settings-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Settings-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Support-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Support-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Text-Edition-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tool-FileList-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Tools-Test-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zinc-Character-Encoding-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zinc-Resource-Meta-FileSystem-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zinc-HTTP-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Zinc-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> System-Identification-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfPharoBootstrap-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfMonticello-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> BaselineOfMetacello-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> ReferenceFinder-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring2-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring2-Transformations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Refactoring2-Transformations-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src
Fetched -> Deprecated70-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src'Starting preload action'
Evaluated -> baseline [BaselineOfMorphic] >> preload:package:
Loaded -> SUnit-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SUnit-Core-Traits-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SUnit-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> JenkinsTools-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
HDLintReport class>>runClasses:named: (RBBrowserEnvironment is Undeclared)
HDLintReport class>>runPackage: (RBBrowserEnvironment is Undeclared)
HDLintReport>>initializeOn: (RBCompositeLintRule is Undeclared)
HDLintReport>>initializeOn: (RBBasicLintRule is Undeclared)
HDLintReport>>run (RBSmalllintChecker is Undeclared)
HDLintReport>>run (RBCompositeLintRule is Undeclared)
Loaded -> JenkinsTools-ExtraReports-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Evaluated -> baseline [BaselineOfDisplay] >> preload:package:
String>>displayAt: (Display is Undeclared)
DummyUIManager>>checkForNewDisplaySize (Display is Undeclared)
DummyUIManager>>newDisplayDepthNoRestore: (Display is Undeclared)
DummyUIManager>>newDisplayDepthNoRestore: (Display is Undeclared)
DummyUIManager>>newDisplayDepthNoRestore: (Display is Undeclared)
DummyUIManager>>newDisplayDepthNoRestore: (Display is Undeclared)
DummyUIManager>>newDisplayDepthNoRestore: (Display is Undeclared)
DummyUIManager>>newDisplayDepthNoRestore: (Display is Undeclared)
DisplayMedium>>fillShape:fillColor:at: (BitBlt is Undeclared)
DisplayMedium>>fillShape:fillColor:at: (Bitmap is Undeclared)
DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
ColorForm>>colormapIfNeededForDepth: (Bitmap is Undeclared)
ColorForm>>copy: (BitBlt is Undeclared)
ColorForm>>maskingMap (Bitmap is Undeclared)
ColorForm>>pixelValueAt: (BitBlt is Undeclared)
Cursor class>>currentCursor (ActiveHand is Undeclared)
Cursor class>>currentCursor (ActiveHand is Undeclared)
Cursor class>>currentCursor: (ActiveHand is Undeclared)
Cursor class>>currentCursor: (ActiveHand is Undeclared)
Cursor class>>currentCursor: (ActiveHand is Undeclared)
Cursor class>>currentCursor: (ActiveHand is Undeclared)
DisplayScreen class>>actualScreenDepth (Display is Undeclared)
DisplayScreen class>>actualScreenSize (ActiveWorld is Undeclared)
DisplayScreen class>>actualScreenSize (ActiveWorld is Undeclared)
DisplayScreen class>>boundingBox (Display is Undeclared)
DisplayScreen class>>shutDown (Display is Undeclared)
DisplayScreen class>>startUp (Display is Undeclared)
DisplayScreen class>>startUp (Display is Undeclared)
DisplayScreen class>>startUp (Display is Undeclared)
DisplayScreen>>copyBits:from:at:clippingBox:rule:fillColor: (BitBlt is Undeclared)
DisplayScreen>>copyBits:from:at:clippingBox:rule:fillColor:map: (BitBlt is Undeclared)
DisplayScreen>>fullscreen (Display is Undeclared)
DisplayScreen>>fullscreen: (Display is Undeclared)
DisplayScreen>>replacedBy:do: (Display is Undeclared)
DisplayScreen>>replacedBy:do: (Display is Undeclared)
Form class>>dotOfSize: (BitBlt is Undeclared)
Form class>>fromDisplay: (Display is Undeclared)
Form>>asFormOfDepth: (BitBlt is Undeclared)
Form>>asGrayScale (Bitmap is Undeclared)
Form>>asGrayScale (BitBlt is Undeclared)
Form>>asGrayScale (Bitmap is Undeclared)
Form>>asGrayScale (BitBlt is Undeclared)
Form>>balancedPatternFor:depth: (Bitmap is Undeclared)
Form>>balancedPatternFor:depth: (Bitmap is Undeclared)
Form>>bitPatternFor: (Bitmap is Undeclared)
Form>>border:width:rule:fillColor: (BitBlt is Undeclared)
Form>>colorReduced (Bitmap is Undeclared)
Form>>copy:from:in:rule: (BitBlt is Undeclared)
Form>>copyBits:at:translucent: (BitBlt is Undeclared)
Form>>copyBits:from:at:clippingBox:rule:fillColor: (BitBlt is Undeclared)
Form>>copyBits:from:at:clippingBox:rule:fillColor:map: (BitBlt is Undeclared)
Form>>copyBits:from:at:colorMap: (BitBlt is Undeclared)
Form>>copyWithColorsReducedTo: (Bitmap is Undeclared)
Form>>displayResourceFormOn: (WarpBlt is Undeclared)
Form>>displayScaledOn: (WarpBlt is Undeclared)
Form>>drawLine:from:to:clippingBox:rule:fillColor: (BitBlt is Undeclared)
Form>>eraseShape: (BitBlt is Undeclared)
Form>>eraseShape: (Bitmap is Undeclared)
Form>>fadeImage:at:indexAndMaskDo: (Display is Undeclared)
Form>>fill:rule:fillColor: (BitBlt is Undeclared)
Form>>fillAlpha: (BitBlt is Undeclared)
Form>>fillAlpha: (Bitmap is Undeclared)
Form>>fillFromXYColorBlock: (BitBlt is Undeclared)
Form>>findShapeAroundSeedBlock: (BitBlt is Undeclared)
Form>>fixAlpha (BitBlt is Undeclared)
Form>>flipBy:centerAt: (WarpBlt is Undeclared)
Form>>flipHorizontally (Bitmap is Undeclared)
Form>>fromDisplay: (Display is Undeclared)
Form>>hibernate (Bitmap is Undeclared)
Form>>magnify:by:smoothing: (WarpBlt is Undeclared)
Form>>mapColor:to: (BitBlt is Undeclared)
Form>>mapColors:to: (BitBlt is Undeclared)
Form>>newColorMap (Bitmap is Undeclared)
Form>>pageWarp:at:forward: (WarpBlt is Undeclared)
Form>>pageWarp:at:forward: (Display is Undeclared)
Form>>pageWarp:at:forward: (Display is Undeclared)
Form>>paintBits:at:translucent: (BitBlt is Undeclared)
Form>>pixelCompare:with:at: (BitBlt is Undeclared)
Form>>pixelCompare:with:at: (BitBlt is Undeclared)
Form>>pixelCompare:with:at: (Bitmap is Undeclared)
Form>>pixelValueAt: (BitBlt is Undeclared)
Form>>pixelValueAt:put: (BitBlt is Undeclared)
Form>>primCountBits (BitBlt is Undeclared)
Form>>primCountBits (Bitmap is Undeclared)
Form>>privateFloodFillValue: (BitBlt is Undeclared)
Form>>privateFloodFillValue: (BitBlt is Undeclared)
Form>>readBitsFrom: (Bitmap is Undeclared)
Form>>readResourceFrom: (Bitmap is Undeclared)
Form>>readResourceFrom: (Bitmap is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared)
Form>>replaceColor:withColor: (Bitmap is Undeclared)
Form>>replaceColor:withColor: (BitBlt is Undeclared)
Form>>rotateBy:centerAt: (WarpBlt is Undeclared)
Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared)
Form>>scaledByDisplayScaleFactor (World is Undeclared)
Form>>setExtent:depth: (Bitmap is Undeclared)
Form>>slideImage:at:delta: (Display is Undeclared)
Form>>smear:distance: (BitBlt is Undeclared)
Form>>tallyPixelValues (Bitmap is Undeclared)
Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
Form>>unhibernate (Bitmap is Undeclared)
Form>>unhibernate (Bitmap is Undeclared)
Form>>unhibernate (Bitmap is Undeclared)
Form>>wipeImage:at:clippingBox:rectForIndex: (Display is Undeclared)
Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared)
Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared)
Form>>xTallyPixelValue:orNot: (Bitmap is Undeclared)
Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared)
Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared)
Form>>yTallyPixelValue:orNot: (Bitmap is Undeclared)
DisplayObject>>display (Display is Undeclared)
DisplayObject>>displayAt: (Display is Undeclared)
DisplayObject>>displayAt: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (BitBlt is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (BitBlt is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
DisplayObject>>follow:while:bitsBehind:startingLoc: (Display is Undeclared)
InfiniteForm>>displayOn:at:clippingBox:rule:fillColor: (BitBlt is Undeclared)
Loaded -> Graphics-Display Objects-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Primitives-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Transformations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Evaluated -> baseline [BaselineOfDisplay] >> postload:package:
Evaluated -> baseline [BaselineOfUnifiedFFI] >> preload:package:
Loaded -> Alien-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> UnifiedFFI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> UnifiedFFI-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> UnifiedFFI-Legacy-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Evaluated -> baseline [BaselineOfUnifiedFFI] >> postload:package:
InputEventSensor class>>default (Sensor is Undeclared)
InputEventSensor class>>installEventSensorFramework: (Sensor is Undeclared)
InputEventSensor class>>installEventSensorFramework: (Sensor is Undeclared)
InputEventSensor class>>installEventSensorFramework: (Sensor is Undeclared)
InputEventSensor class>>installEventSensorFramework: (Sensor is Undeclared)
Loaded -> System-VMEvents-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Object Events-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Canvas-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
MorphicCoreUIManager>>checkForNewDisplaySize (World is Undeclared)
MorphicCoreUIManager>>currentWorld (ActiveWorld is Undeclared)
MorphicCoreUIManager>>currentWorld (ActiveWorld is Undeclared)
MorphicCoreUIManager>>currentWorld (World is Undeclared)
MorphicCoreUIManager>>restoreDisplayAfter: (World is Undeclared)
MorphicCoreUIManager>>restoreDisplayAfter: (World is Undeclared)
Point>>scaledByDisplayScaleFactor (World is Undeclared)
PasteUpMorph>>acceptDroppingMorph:event: (HaloMorph is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveWorld is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveHand is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveEvent is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveWorld is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveHand is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveEvent is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveWorld is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveEvent is Undeclared)
PasteUpMorph>>becomeActiveDuring: (ActiveHand is Undeclared)
PasteUpMorph>>closeAllWindowsDiscardingChanges (World is Undeclared)
PasteUpMorph>>invokeWorldMenuFromEscapeKey (ActiveEvent is Undeclared)
PasteUpMorph>>restoreDisplay (World is Undeclared)
PasteUpMorph>>useRoundedCorners (World is Undeclared)
WorldMorph class>>cleanUp (World is Undeclared)
WorldMorph class>>cursorOwnerWorld (World is Undeclared)
WorldMorph class>>doOneCycle (ActiveHand is Undeclared)
WorldMorph class>>doOneCycle (World is Undeclared)
WorldMorph class>>doOneCycle (World is Undeclared)
WorldMorph class>>doOneCycle (World is Undeclared)
WorldMorph class>>doOneCycle (World is Undeclared)
WorldMorph class>>doOneCycle (ActiveHand is Undeclared)
WorldMorph class>>shutDown (World is Undeclared)
WorldMorph class>>startUp (World is Undeclared)
WorldMorph>>mouseDown: (SystemWindow is Undeclared)
HandMorph class>>cleanUp (ActiveHand is Undeclared)
HandMorph class>>showEvents: (World is Undeclared)
HandMorph>>cursorPoint (ActiveWorld is Undeclared)
HandMorph>>cursorPoint (ActiveWorld is Undeclared)
HandMorph>>cursorPoint (ActiveWorld is Undeclared)
HandMorph>>eventQueue (Sensor is Undeclared)
HandMorph>>generateKeyboardEvent: (Sensor is Undeclared)
HandMorph>>grabMorph: (World is Undeclared)
HandMorph>>mouseTrailFrom: (Sensor is Undeclared)
HandMorph>>mouseTrailFrom: (Sensor is Undeclared)
HandMorph>>processEventsFromQueue: (ActiveEvent is Undeclared)
HandMorph>>sendEvent:focus:clear: (ActiveEvent is Undeclared)
HandMorph>>sendEvent:focus:clear: (ActiveEvent is Undeclared)
HandMorph>>sendFocusEvent:to:clear: (ActiveHand is Undeclared)
HandMorph>>sendFocusEvent:to:clear: (ActiveEvent is Undeclared)
Morph>>activeHand (ActiveHand is Undeclared)
Morph>>activeHand (ActiveHand is Undeclared)
Morph>>asText (TextAnchor is Undeclared)
Morph>>buildYellowButtonMenu: (ActiveEvent is Undeclared)
Morph>>clipText (Clipboard is Undeclared)
Morph>>displayScaleFactor (World is Undeclared)
Morph>>outermostWorldMorph (World is Undeclared)
Morph>>preferredKeyboardBounds (World is Undeclared)
Morph>>preferredKeyboardPosition (World is Undeclared)
Morph>>resizeFromMenu (ActiveEvent is Undeclared)
Morph>>simulateKeyStroke: (ActiveHand is Undeclared)
Morph>>slideBackToFormerSituation: (TransformationMorph is Undeclared)
Morph>>yellowButtonActivity: (ActiveHand is Undeclared)
KeyboardEvent>>asKeyCombination (KMKeyCombination is Undeclared)
RealEstateAgent class>>maximumUsableArea (ActiveWorld is Undeclared)
WorldState class>>desktopMenuPragmaKeyword: (World is Undeclared)
WorldState class>>screenShotCommandOn: (World is Undeclared)
WorldState>>activeHand: (ActiveHand is Undeclared)
WorldState>>removeHand: (ActiveHand is Undeclared)
WorldState>>removeHand: (ActiveHand is Undeclared)
WorldState>>runLocalStepMethodsIn: (ActiveWorld is Undeclared)
WorldState>>runLocalStepMethodsIn: (ActiveWorld is Undeclared)
WorldState>>runLocalStepMethodsIn: (ActiveWorld is Undeclared)
WorldState>>runLocalStepMethodsIn: (ActiveWorld is Undeclared)
Loaded -> Morphic-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
WorldMorph>>mouseDown: (SystemWindow is Undeclared)
Evaluated -> baseline [BaselineOfMorphicCore] >> postload:package:
Loaded -> MenuRegistration-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Starting atomic load
SystemNavigation>>browseAllUsersOfTrait: (RBBrowserEnvironment is Undeclared)
SystemNavigation>>browseClassesWithNamesContaining:caseSensitive: (RBBrowserEnvironment is Undeclared)
MorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
MorphicFastTableAdapter>>buildWidget (FTPluggableIconListMorphAdaptor is Undeclared)
MorphicFastTableAdapter>>buildWidget (FTSubstringFilter is Undeclared)
ChangeSorterApplication>>openChangeSetBrowser (RBBrowserEnvironment is Undeclared)
MessageBrowser>>installIconStylerFor: (IconStyler is Undeclared)
MonticelloRepositoryBrowser>>browseWorkingCopy (MCSnapshotBrowser is Undeclared)
PharoDarkTheme>>shStyleTable (SHRBTextStyler is Undeclared)
PharoLightTheme class>>setPreferredShoutColors (SHRBTextStyler is Undeclared)
UITheme>>chooseDirectoryIn:title:path: (FileDialogWindow is Undeclared)
UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
UITheme>>chooseFileIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
UITheme>>chooseFileNameIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
UITheme>>chooseFullFileNameIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (FileDialogWindow is Undeclared)
UITheme>>fileOpenIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
UITheme>>fileSaveIn:title:initialAnswer:extensions:path: (FileDialogWindow is Undeclared)
UITheme>>shStyleTable (SHRBTextStyler is Undeclared)
Transcripter>>readEvalPrint (RecentMessageList is Undeclared)
Transcripter>>readEvalPrint (RecentMessageList is Undeclared)
Transcripter>>readEvalPrint (RecentMessageList is Undeclared)
DebugSystemSettings class>>debugSettingsOn: (CPUWatcher is Undeclared)
SmalltalkEditor>>tallySelection (TimeProfiler is Undeclared)
RubParagraph>>displayTextOnAthensCanvas:in: (AthensDisplayScanner is Undeclared)
RubTextAreaExamples class>>profileSourcesFileViewing (TimeProfiler is Undeclared)
RubSmalltalkEditor>>tally: (TimeProfiler is Undeclared)
WorldState class>>debugOn: (Breakpoint is Undeclared)
WorldState class>>debugOn: (ExecutionCounter is Undeclared)
WorldState class>>startMessageTally (TimeProfiler is Undeclared)
WorldState class>>startThenBrowseMessageTally (TimeProfiler is Undeclared)
MorphicUIManager>>merge:informing: (PSMCMergeMorph is Undeclared)
MorphicUIManager>>openComparisonFrom:to:belongingTo:from:labeled:inWindowLabeled: (PSMCPatchMorph is Undeclared)
MorphicUIManager>>openPolymorphComparisonFrom:to:belongingTo:from:labeled:inWindowLabeled: (DiffChangeMorph is Undeclared)
Loaded -> System-Localization-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Collections-DoubleLinkedList-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Clipboard-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Balloon-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> EmbeddedFreeType-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> EmergencyEvaluator-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FileSystem-Zip-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FontInfrastructure-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FreeType-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fuel-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fuel-Platform-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fuel-Platform-Pharo-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fuel-Platform-Pharo-07-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fuel-Tools-Pharo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fonts-Abstract-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Files-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Fonts-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Shapes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Growl-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Keymapping-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Keymapping-KeyCombinations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Keymapping-Pragmas-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Transcript-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Base-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Basic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-ColorPicker-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Extra-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-List-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Pluggable-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-PolyTabs-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Scrolling-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Tabs-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Taskbar-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Menubar-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Tree-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-Windows-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Multilingual-OtherLanguages-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Multilingual-TextConverterOtherLanguages-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NewValueHolder-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Polymorph-Widgets-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Images-Animated-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Settings-Graphics-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Settings-Polymorph-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Settings-System-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Caching-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-History-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Installers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Settings-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Settings-Browser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Sound-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Text-Diff-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Text-Edition-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Text-Scanning-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Unicode-Initialization-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Widgets-TickList-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Changes-FileServices-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-OSEnvironments-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Identification-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Inspector-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Layout-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-MorphicAdapters-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-PolyWidgets-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-StubAdapter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Deprecated-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> DebuggerActions-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> DebuggerFilters-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> DebuggerModel-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fonts-Chooser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-Base-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Transcript-Tool-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-Workspace-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Keymapping-Settings-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Keymapping-Tools-Spec-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> WebBrowser-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> HelpSystem-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Rubric-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Finished atomic load'Starting postload action'
Evaluated -> baseline [BaselineOfMorphic] >> postload:package:
Evaluated -> baseline [BaselineOfUI] >> postload:package:
Evaluated -> baseline [BaselineOfDisplay] >> preload:package:
Evaluated -> baseline [BaselineOfDisplay] >> postload:package:
Evaluated -> baseline [BaselineOfUnifiedFFI] >> preload:package:
Evaluated -> baseline [BaselineOfUnifiedFFI] >> postload:package:
Loaded -> Athens-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Athens-Cairo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
TestRunner>>runProfiled (MessageTally is Undeclared)
Loaded -> SUnit-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SUnit-Support-UITesting-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SUnit-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Starting atomic load
WelcomeHelp class>>fastNetworkDefaults (CatalogSettings is Undeclared)
WelcomeHelp class>>slowNetworkDefaults (CatalogSettings is Undeclared)
NECMenuMorph class>>convertToSHSymbol: (SHRBTextStyler is Undeclared)
NECMenuMorph class>>selectColorFor: (SHRBTextStyler is Undeclared)
NECMenuMorph class>>selectFontFor: (SHRBTextStyler is Undeclared)
FinderUI>>refactor (NautilusRefactoring is Undeclared)
ProcessBrowser>>refactor (NautilusRefactoring is Undeclared)
NECSelectorEntry>>methodSourceDescription:method: (SHRBTextStyler is Undeclared)
Loaded -> Morphic-Widgets-FastTable-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-ExternalBrowser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> BlueInk-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> BlueInk-Extras-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-ProcessBrowser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-Profilers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-SystemReporter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NECompletion-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Announcements-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-FileTree-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-Cypress-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-ProfStef-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-Reference-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-Tutorial-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> MonticelloGUI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Network-Mail-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Pharo-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ProfStef-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ProfStef-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> RecentSubmissions-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Changes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Environment-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Regex-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> IssueTracking-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Monticello-OldDataStreamCompatibility-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> MonticelloFileServices-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-Diff-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-FileList-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-Finder-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-ImageCleaner-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Finished atomic load
Evaluated -> baseline [BaselineOfBasicTools] >> postload:package:
Evaluated -> baseline [BaselineOfDisplay] >> preload:package:
Evaluated -> baseline [BaselineOfDisplay] >> postload:package:
Evaluated -> baseline [BaselineOfUnifiedFFI] >> preload:package:
Evaluated -> baseline [BaselineOfUnifiedFFI] >> postload:package:
Loaded -> Athens-Text-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Athens-Balloon-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Athens-Morphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Athens-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Athens-Tests-Cairo-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Flashback-Decompiler-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Flashback-Decompiler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Shift-ClassBuilder-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
ShClassInstallerTest>>testDuplicateClassPreserveMethods (BooleanSlot is Undeclared)
ShClassInstallerTest>>testDuplicateClassPreserveSlots (BooleanSlot is Undeclared)
ShClassInstallerTest>>testDuplicateClassPreserveSlots (BooleanSlot is Undeclared)
Loaded -> Shift-ClassInstaller-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
T2TraitInTraitClass>>testAddingSpecialSlotToClassSide (WeakSlot is Undeclared)
T2TraitInTraitClass>>testAddingSpecialSlotToClassSide (WeakSlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfClassSideTraitWithSpecialSlotHasCorrectString (WeakSlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
T2TraitMCDefinitions>>testEqualityOfTraitDefinitionWithDifferentSlotTypes (PropertySlot is Undeclared)
Loaded -> TraitsV2-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Slot-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Slot-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
NoUnusedTemporaryVariablesLeftTest>>testNoUnusedTemporaryVariablesLeft (MFClassA is Undeclared)
NoUnusedTemporaryVariablesLeftTest>>testNoUnusedTemporaryVariablesLeft (MFClassB is Undeclared)
NoUnusedTemporaryVariablesLeftTest>>testNoUnusedTemporaryVariablesLeft (MFClassB is Undeclared)
ProperlyImplementedSUnitClassesTest>>testAndMakeSureSuperSetupIsCalledAsFirstMessageInSetupMethodsOfTestCases (ShouldSendSuperSetUpAsFirstMessage is Undeclared)
ProperlyImplementedSUnitClassesTest>>testAndMakeSureSuperTearDownIsCalledAsLastMessageInTearDownMethodsOfTestCases (ShouldSendSuperTearDownAsLastMessage is Undeclared)
Loaded -> ReleaseTests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
ReleaseTest>>assertValidLintRule:withExceptions: (ReSmalllintChecker is Undeclared)
ReleaseTest>>testExplicitRequirementMethodsShouldBeImplementedInTheirUsers (RBExplicitRequirementMethodsRule is Undeclared)
ReleaseTest>>testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits (RBLocalMethodsSameThanTraitRule is Undeclared)
ClassTestCase>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses (RBEquivalentSuperclassMethodsRule is Undeclared)
ClassTestCase>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass (RBExplicitRequirementMethodsRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBDefinesEqualNotHashRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBEquivalentSuperclassMethodsRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBJustSendsSuperRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBSubclassResponsibilityNotDefinedRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBEqualNotUsedRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBPrecedenceRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (OldSendsDeprecatedMethodToGlobalRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBSizeCheckRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBUnconditionalRecursionRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBUnoptimizedToDoRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBBetweenAndRule is Undeclared)
PharoCriticRules class>>pharoHardLintRules (RBCodeCruftLeftInMethodsRule is Undeclared)
RBPharoBootstrapRule class>>new (PharoBootstrapRule is Undeclared)
RBOnlyReadOrWrittenVariableRule class>>new (GRIvarNeitherReadNorWrittenRule is Undeclared)
RBUndeclaredReferenceRule class>>new (GRUndeclaredVariableRule is Undeclared)
RBVariableNotDefinedRule class>>new (GRUndeclaredVariableRule is Undeclared)
RBOnlyReadOrWrittenTemporaryRule class>>new (GRTemporaryNeitherReadNorWrittenRule is Undeclared)
Loaded -> Refactoring-Critics-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NautilusRefactoring-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NautilusRefactoring-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Ombu-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Epicea-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Hiedra-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> EpiceaBrowsers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Hiedra-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Ombu-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
EpAsEpiceaRingDefinitionTest>>definitions (FLTGlobalClassOrTraitSerializationTest is Undeclared)
EpAsEpiceaRingDefinitionTest>>definitions (FLTGlobalClassOrTraitSerializationTest is Undeclared)
EpCodeChangeIntegrationTest>>testRemoveTraitFromComposition (TSizeTest is Undeclared)
EpTriggeringIntegrationTest>>monticelloRepository (GoferResource is Undeclared)
EpTriggeringIntegrationTest>>resources (GoferResource is Undeclared)
Loaded -> Epicea-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> EpiceaBrowsers-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Shout-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Reflectivity-Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Rubric-Styling-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Collections-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Text-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Network-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Ring-Deprecated-Tests-Kernel-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> AST-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FileSystem-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Fuel-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GoferResource>>setUpMonticelloRepository (MetacelloTestsMCPackage is Undeclared)
Loaded -> Gofer-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Kernel-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Kernel-Tests-Extended-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Kernel-Tests-WithCompiler-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
ReleaseTest>>assertValidLintRule: (ReSmalllintChecker is Undeclared)
ClassTestCase>>assertValidLintRule: (ReSmalllintChecker is Undeclared)
RBCompositeLintRule class>>allGoodRules (RBMissingTranslationsInMenusRule is Undeclared)
RBCompositeLintRule class>>removedRules (RBMissingTranslationsInMenusRule is Undeclared)
RBCompositeLintRule class>>removedRules (RBAssignmentWithoutEffectRule is Undeclared)
RBCompositeLintRule class>>removedRules (RBUtilityMethodsRule is Undeclared)
Loaded -> Manifest-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Manifest-Resources-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> OpalCompiler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Reflectivity-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Ring-Deprecated-Tests-Containers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
SystemDependenciesTest class>>rebuildDependenciesReport (DADependencyChecker is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared)
SystemDependenciesTest>>metacelloPackageNames (BaselineOfMetacello is Undeclared)
SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfMonticello is Undeclared)
SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfMetacello is Undeclared)
SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfMonticello is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared)
SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared)
SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
Loaded -> System-DependenciesTests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Serial Port-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zinc-Resource-Meta-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zodiac-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zodiac-Extra-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zinc-Zodiac-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsMCResources-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsCore-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsCommonMC-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsMC-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsMCCore-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsPlatform-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-TestsReference-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Metacello-Gitlab-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> RPackage-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Monticello-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Announcements-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Helpers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMPopupAction>>popupActOn:from: (GLMPopupActionBrick is Undeclared)
GLMPopupAction>>popupActOn:from: (GLMPopupBrickCloser is Undeclared)
GLMPopupAction>>popupActOn:from: (GLMPopupBrickOutisideClickPredicate is Undeclared)
GLMBrowser>>close (GLMBrowserClosed is Undeclared)
GLMCompositePresentation>>accumulator (GLMAccumulator is Undeclared)
GLMCompositePresentation>>actionList (GLMActionListPresentation is Undeclared)
GLMCompositePresentation>>diff (GLMDiffPresentation is Undeclared)
GLMCompositePresentation>>dropDownList (GLMDropDownListPresentation is Undeclared)
GLMCompositePresentation>>dynamic (GLMDynamicPresentation is Undeclared)
GLMCompositePresentation>>finder (GLMFinder is Undeclared)
GLMCompositePresentation>>list (GLMListPresentation is Undeclared)
GLMCompositePresentation>>morph (GLMMorphPresentation is Undeclared)
GLMCompositePresentation>>smalltalkCode (GLMSmalltalkCodePresentation is Undeclared)
GLMCompositePresentation>>table (GLMTablePresentation is Undeclared)
GLMCompositePresentation>>tabulator (GLMTabulator is Undeclared)
GLMCompositePresentation>>text (GLMRubricTextPresentation is Undeclared)
GLMCompositePresentation>>tree (GLMTreePresentation is Undeclared)
GLMCompositePresentation>>wrapper (GLMWrapper is Undeclared)
GLMPresentation>>windowIsClosing (GLMBrowserClosing is Undeclared)
Loaded -> Glamour-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMFlexiblePresentation>>currentPresentation (GLMRubricTextPresentation is Undeclared)
GLMSmalltalkCodePresentation>>defaultSelectionActions (GLMUIThemeExtraIcons is Undeclared)
GLMSmalltalkCodePresentation>>defaultSelectionActions (GLMUIThemeExtraIcons is Undeclared)
Loaded -> Glamour-Presentations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Browsers-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMExamplesBrowser>>exampleIn: (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>actionsWithShowTitle (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>actionsWithShowTitle (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>browserWithToolbar (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>morphIcons (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>multipleActions (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>pharoScript (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>pharoScript (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>populatePortAction (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>simplePager (GLMPager is Undeclared)
GLMBasicExamples>>tableWithIcons (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>tableWithIcons (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>tabsWithDifferentActions (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>tabsWithDifferentActions (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>tabsWithDifferentLabels (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>treeWithMenu (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>updateableBrowser (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>updateableBrowser (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>updateableBrowser (GLMItemAdded is Undeclared)
GLMBasicExamples>>updateableBrowser (GLMItemRemoved is Undeclared)
GLMBasicExamples>>validatingPresentation (GLMItemRemoved is Undeclared)
GLMBasicExamples>>validatingPresentation (GLMItemAdded is Undeclared)
GLMBasicExamples>>validatingPresentation (GLMUIThemeExtraIcons is Undeclared)
GLMBasicExamples>>validatingPresentation (GLMUIThemeExtraIcons is Undeclared)
Loaded -> Glamour-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMBrickCheckBoxStyle>>checkboxCheckedImage (GLMUIThemeExtraIcons is Undeclared)
GLMTreeBrick>>newToggleButtonFor: (GLMUIThemeExtraIcons is Undeclared)
GLMTreeBrick>>newToggleButtonFor: (GLMUIThemeExtraIcons is Undeclared)
GLMCollapsableBrick class>>createCollapsable (GLMUIThemeExtraIcons is Undeclared)
GLMCollapsableBrick class>>createCollapsable (GLMUIThemeExtraIcons is Undeclared)
GLMCompositeBrick class>>gtExampleTable (GTObjectPrinter is Undeclared)
GLMCompositeBrick class>>gtExampleTable (GTObjectPrinter is Undeclared)
GLMActionButtonBrick class>>gtExample (GLMUIThemeExtraIcons is Undeclared)
GLMActionButtonBrick class>>gtExample (GLMUIThemeExtraIcons is Undeclared)
GLMEmptyPopupBrick class>>createButton: (GLMUIThemeExtraIcons is Undeclared)
Loaded -> Glamour-Morphic-Brick-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMBrowserTest>>testUpdateRecomputesMatchingPresentations (GLMAnnouncingCollection is Undeclared)
GLMDynamicPresentationTest>>testCachedPresentation (GLMRubricTextPresentation is Undeclared)
GLMDynamicPresentationTest>>testDefaultPresentation (GLMRubricTextPresentation is Undeclared)
GLMDynamicPresentationTest>>testDefaultPresentation (GLMRubricTextPresentation is Undeclared)
GLMDynamicPresentationTest>>testDirectEventsPropagationTransformation (GLMRubricTextPresentation is Undeclared)
GLMDynamicPresentationTest>>testIndirectEventsPropagationTransformation (GLMRubricTextPresentation is Undeclared)
GLMExpanderTest>>testPresentations (GLMRubricTextPresentation is Undeclared)
GLMPagerModelTest>>setUp (GLMPagerModel is Undeclared)
GLMPagerModelTest>>testEmptyPopPane (GLMPagePoped is Undeclared)
GLMPagerModelTest>>testPanePushAnnouncement (GLMPagePushed is Undeclared)
GLMScriptingTest>>testConditionalPresentation (GLMRubricTextPresentation is Undeclared)
GLMTextPresentationTest>>testSelectedText (GLMRubricTextPresentation is Undeclared)
GLMTextPresentationTest>>testSelectionIntervalInitialization (GLMRubricTextPresentation is Undeclared)
GLMWrapperTest>>testPresentationsAreInstalled (GLMRubricTextPresentation is Undeclared)
Loaded -> Glamour-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Tests-Resources-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Morphic-Theme-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMExpanderContentsNodeModel>>elementColumn (GLMMorphicPaneWithoutTitleRenderer is Undeclared)
Loaded -> Glamour-Morphic-Widgets-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Morphic-Renderer-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Morphic-Pager-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GLMCompositePresentationMorphicTest>>testTabsLastActivePresentation (GLMRubricTextPresentation is Undeclared)
GLMDynamicMorphicTest>>testUpdate (GLMRubricTextPresentation is Undeclared)
Loaded -> Glamour-Tests-Morphic-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Rubric-Presentations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-FastTable-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-SpecIntegration-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Inspector-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
RGMethodDefinition>>gtInspectorBytecodeIn: (GTBytecodeBrowser is Undeclared)
CompiledCode>>gtInspectorBytecodeIn: (GTBytecodeBrowser is Undeclared)
Loaded -> GT-InspectorExtensions-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Playground-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-EventRecorder-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Spotter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-SpotterExtensions-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-Catalog-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
GTGenericStackDebugger>>sugsContext (SugsDebuggerContext is Undeclared)
Loaded -> GT-Debugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-BytecodeDebugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-SUnitDebugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
CriticBrowser>>initialize (ReCriticsCache is Undeclared)
CriticBrowser>>initialize (ReSmalllintChecker is Undeclared)
SelectRuleBrowser class>>items (ReRuleManager is Undeclared)
SingleCodeCriticResultList>>browseDependencies (DAPackageAnalyzerPackageDependenciesWindow is Undeclared)
Loaded -> Tool-CriticBrowser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Renraku-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SUnit-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Moose-Algos-Graph-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-DependencyAnalyser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-DependencyAnalyser-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-DependencyAnalyser-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-DependencyAnalyser-Tests-Data-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Kernel-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SmartSuggestions-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> MonticelloMocks-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NodeNavigation-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> OpalCompiler-Tools-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
WorldMorph>>pickMostSuitableWindowDriver (VMWindowDriver is Undeclared)
WorldMorph>>pickMostSuitableWindowDriver (VMWindowDriver is Undeclared)
Loaded -> OSWindow-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> OSWindow-SDL2-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> OSWindow-VM-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-CommandLine-TextSupport-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GeneralRules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
RBSmalllintTest>>classEnvironmentWithAllObjectClasses (RBSmalllintTestSuperclassObject is Undeclared)
RBSmalllintTest>>ruleFor:plusSelectors: (RBSmalllintTestObject is Undeclared)
RBSmalllintTest>>ruleFor:plusSelectors: (RBSmalllintTestObject is Undeclared)
RBSmalllintTest>>ruleFor:plusSelectors: (RBSmalllintTestObject is Undeclared)
Loaded -> GeneralRules-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FuzzyMatcher-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> STON-Text support-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SortFunctions-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SortFunctions-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Announcements-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Balloon-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> BlueInk-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> CodeImport-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Collections-DoubleLinkedList-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Collections-Arithmetic-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Compression-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ConfigurationCommandLineHandler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> MetacelloCommandLineHandler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Debugger-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> EmbeddedFreeType-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FileSystem-Tests-Disk-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FileSystem-Tests-Memory-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FileSystem-Tests-Attributes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Files-Prompt-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Files-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FontInfrastructure-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FreeType-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FreeType-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> FuzzyMatcher-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-EventRecorder-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Spotter-EventRecorder-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Tests-Debugger-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Tests-Inspector-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Tests-Playground-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> GT-Tests-Spotter-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Morphic-Brick-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Glamour-Tests-Rubric-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Gofer-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Graphics-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> HelpSystem-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> IssueTracking-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Jobs-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Kernel-Tests-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Keymapping-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Manifest-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Morphic-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Multilingual-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NewValueHolder-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NECompletion-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> NodeNavigation-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> OSWindow-SDL2-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> OSWindow-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> PerformMessageCommandLineHandler-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> PharoDocComment-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Polymorph-Widgets-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ProfStef-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Random-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Tests-Changes-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Tests-Critics-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring-Tests-Environment-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ReflectionMirrors-Primitives-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Reflectivity-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Reflectivity-Tools-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Regex-Tests-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Renraku-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
RenrakuTest>>testAsClassRuleTransformation (AsClassRule is Undeclared)
Loaded -> Renraku-Test-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Ring-Deprecated-Tests-Monticello-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Rubric-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Rubric-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ScriptingExtensions-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> STON-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SUnit-Support-UITesting-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Shout-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> SmartSuggestions-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Spec-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-BasicCommandLineHandler-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Caching-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Hashing-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-History-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Localization-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-SessionManager-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Settings-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Settings-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Support-Rules-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Support-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Text-Edition-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tool-FileList-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Tools-Test-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zinc-Character-Encoding-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zinc-Resource-Meta-FileSystem-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zinc-HTTP-Examples-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Zinc-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> System-Identification-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> BaselineOfPharoBootstrap-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> BaselineOfMonticello-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> BaselineOfMetacello-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> ReferenceFinder-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring2-Core-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring2-Transformations-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Loaded -> Refactoring2-Transformations-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Fetched -> BaselineOfIceberg-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Loaded -> BaselineOfIceberg-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Loading baseline of BaselineOfIceberg...
Fetched -> BaselineOfCommander-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Loaded -> BaselineOfCommander-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> BaselineOfLibGit-cypress.1 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4
Loaded -> BaselineOfLibGit-cypress.1 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4
Project: Tonel baseline
Fetched -> MonticelloTonel-Tests-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- github://pharo-vcs/tonel:v1.0.11
Project: LibGit baseline
Fetched -> LibGit-Core-cypress.1 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4
Fetched -> LibGit-FileSystem-cypress.1 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4
Project: Commander baseline
Fetched -> BaselineOfClassAnnotation-cypress.1 --- github://pharo-ide/ClassAnnotation:v0.3.1 --- github://pharo-ide/ClassAnnotation:v0.3.1
Loaded -> BaselineOfClassAnnotation-cypress.1 --- github://pharo-ide/ClassAnnotation:v0.3.1 --- github://pharo-ide/ClassAnnotation:v0.3.1
Project: ClassAnnotation baseline
Fetched -> ClassAnnotation-cypress.1 --- github://pharo-ide/ClassAnnotation:v0.3.1 --- github://pharo-ide/ClassAnnotation:v0.3.1
Fetched -> Commander-Core-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-Activators-Shortcut-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-Activators-ContextMenu-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-Activators-DragAndDrop-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-Activators-WorldMenu-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-Activators-Mouse-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-Activators-TextView-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Commander-SpecSupport-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- github://pharo-ide/Commander:v0.6.3
Fetched -> Iceberg-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Metacello-Integration-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-TipUI-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Plugin-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Plugin-Migration-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Plugin-Pharo-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Plugin-GitHub-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Plugin-Metacello-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Libgit-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Libgit-Filetree-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Fetched -> Iceberg-Libgit-Tonel-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- github://pharo-vcs/iceberg:v1.4.1
Loaded -> MonticelloTonel-Tests-cypress.1 --- github://pharo-vcs/tonel:v1.0.11 --- cache
Loaded -> LibGit-Core-cypress.1 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4 --- cache
Loaded -> LibGit-FileSystem-cypress.1 --- github://pharo-vcs/libgit2-pharo-bindings:v1.5.4 --- cache
Evaluated -> baseline [BaselineOfLibGit] >> postLoadActions
Loaded -> ClassAnnotation-cypress.1 --- github://pharo-ide/ClassAnnotation:v0.3.1 --- cache
Loaded -> Commander-Core-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-Activators-Shortcut-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-Activators-ContextMenu-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-Activators-DragAndDrop-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-Activators-WorldMenu-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-Activators-Mouse-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-Activators-TextView-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
Loaded -> Commander-SpecSupport-cypress.1 --- github://pharo-ide/Commander:v0.6.3 --- cache
IceBasicProject>>backwardsCompatibleFormat (TIceRepositoryWriter is Undeclared)
IceCommitish>>properties (IceRepositoryProperties is Undeclared)
IceCredentialsProvider class>>defaultForRemoteUrl: (IceGitRemote is Undeclared)
IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared)
IceMetacelloRepositoryAdapter>>morphicOpen: (IceTipRepositoriesBrowser is Undeclared)
IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared)
IceRepository>>branchNamed: (IceBranchNotFound is Undeclared)
IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared)
IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared)
Iceberg class>>bootstrapWithCommitId:packageList: (IceLibgitRepository is Undeclared)
Iceberg class>>mcRepositoryFor: (IceMetacelloRepositoryType is Undeclared)
IceMergeResolutionRequest>>defaultAction (IceTipMergeMorph is Undeclared)
IceProxyMCVersionInfo>>findVersionInfo (IceGitRemote is Undeclared)
MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
MCGitBasedNetworkRepository>>getOrCreateIcebergRepository (IceGitRemote is Undeclared)
IceMetacelloDuplicatedNotification>>existingProjectRegistration (IceLibgitRepository is Undeclared)
Loaded -> Iceberg-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
IceGitLocalRepositoryType>>isGitRoot: (IceRepositoryCreator is Undeclared)
IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared)
Loaded -> Iceberg-Metacello-Integration-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
IceTipEditProjectDialog>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared)
IceTipEditProjectDialog>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared)
IceTipEditProjectDialog>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared)
IceTipEditProjectDialog>>initialize (TIceRepositoryWriter is Undeclared)
IceTipEditProjectDialog>>initialize (IceLibgitRepository is Undeclared)
IceTipGitRepositoryPanel>>extractProjectName: (IceGitRemote is Undeclared)
IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
IceTipGitRepositoryPanel>>newRepository (IceGitRemote is Undeclared)
IceTipGitRepositoryPanel>>validate (IceGitRemote is Undeclared)
IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
IceTipLocalRepositoryPanel>>validate (IceRepositoryCreator is Undeclared)
IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
IceTipRepositoryTypePanel>>defaultLocation (IceLibgitRepository is Undeclared)
IceTipRepositoryTypePanel>>defaultSubdirectory (IceLibgitRepository is Undeclared)
IceTipRepairLocateRepository>>defaultLocation (IceLibgitRepository is Undeclared)
IceTipRepairLocateRepository>>defaultSubdirectory (IceLibgitRepository is Undeclared)
IceTipRepositoryModel>>addRemoteNamed:url: (IceGitRemote is Undeclared)
Loaded -> Iceberg-TipUI-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
Loaded -> Iceberg-Plugin-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
IceConvertFormatAction>>migratePackage:commit: (IceLibgitTonelWriter is Undeclared)
IceConvertFormatAction>>migratePackage:commit: (IceLibgitFiletreeWriter is Undeclared)
IceConvertFormatAction>>writerClass (IceLibgitTonelWriter is Undeclared)
IceConvertFormatAction>>writerClass (IceLibgitFiletreeWriter is Undeclared)
Loaded -> Iceberg-Plugin-Migration-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
IcePharoPlugin class>>addPharoProjectToIceberg (IceLibgitRepository is Undeclared)
Loaded -> Iceberg-Plugin-Pharo-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
IceGitHubCreatePullRequestModel>>obtainBaseRemote (IceGitRemote is Undeclared)
IceTipGitHubRepositoryPanel>>newRepository (IceGitRemote is Undeclared)
IceGitHubPullRequest>>remote (IceGitRemote is Undeclared)
Loaded -> Iceberg-Plugin-GitHub-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
Loaded -> Iceberg-Plugin-Metacello-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
Loaded -> Iceberg-Libgit-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
Loaded -> Iceberg-Libgit-Filetree-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
Loaded -> Iceberg-Libgit-Tonel-cypress.1 --- github://pharo-vcs/iceberg:v1.4.1 --- cache
Evaluated -> baseline [BaselineOfIceberg] >> postLoadWithDirective:projectSpec:
...finished baseline
Fetched -> BaselineOfCalypso-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Loaded -> BaselineOfCalypso-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Loading baseline of BaselineOfCalypso...
Fetched -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- github://pharo-ide/ClassAnnotation:v0.4.0/src
Loaded -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- github://pharo-ide/ClassAnnotation:v0.4.0/src
Fetched -> BaselineOfSystemCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Loaded -> BaselineOfSystemCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> BaselineOfCommander-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Loaded -> BaselineOfCommander-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> (nearest) BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- github://pharo-ide/ClassAnnotation:v0.4.0/src
Loaded -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- github://pharo-ide/ClassAnnotation:v0.4.0/src
Project: ClassAnnotation baseline
Fetched -> ClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- github://pharo-ide/ClassAnnotation:v0.4.0/src
Project: ClassAnnotationTests baseline
Fetched -> ClassAnnotation-Tests-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- github://pharo-ide/ClassAnnotation:v0.4.0/src
Project: Commander baseline
Fetched -> (nearest) BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Loaded -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Fetched -> (nearest) BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Loaded -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Project: ClassAnnotation baseline
Project: ClassAnnotationTests baseline
Fetched -> Commander-Core-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Core-Tests-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Activators-Shortcut-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Activators-ContextMenu-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Activators-DragAndDrop-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Activators-WorldMenu-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Activators-Mouse-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-Activators-TextView-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Fetched -> Commander-SpecSupport-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Project: SystemCommands baseline
Fetched -> (nearest) BaselineOfCommander-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Loaded -> BaselineOfCommander-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- github://pharo-ide/Commander:v0.7.1/src
Project: Commander baseline
Fetched -> (nearest) BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Loaded -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Fetched -> (nearest) BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Loaded -> BaselineOfClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.x/src --- github://pharo-ide/ClassAnnotation:v0.4.x/src
Project: ClassAnnotation baseline
Project: ClassAnnotationTests baseline
Fetched -> SystemCommands-RefactoringSupport-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> SystemCommands-ClassCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> SystemCommands-MessageCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> SystemCommands-MethodCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> SystemCommands-PackageCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> SystemCommands-SourceCodeCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> SystemCommands-VariableCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- github://pharo-ide/SystemCommands:v0.10.1/src
Fetched -> Calypso-NavigationModel-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-NavigationModel-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-PExtendedByP5-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-P5WithTags-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-PWithSingleClass-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-PExtendedByP1-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-P1WithHierarchy-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-P2WithSubclassFromP1-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-P3WithSubclassFromP2-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Traits-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Traits-Queries-Tests-PWithTraits-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Traits-Queries-Tests-PExtendingTrait-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemQueries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Traits-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Critic-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Critic-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Deprecation-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Deprecation-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-FileOut-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Monticello-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Reflectivity-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Reflectivity-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-SUnit-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-SUnit-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Undeclared-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Undeclared-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-FFI-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-FFI-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Flags-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Flags-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-ClassScripts-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-ClassScripts-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemTools-Core-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-DependencyAnalyser-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-ClassScripts-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Flags-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-FFI-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Undeclared-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-MethodDiffTool-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-FileOut-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemTools-FullBrowser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-SUnit-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Reflectivity-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Reflectivity-Browser-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Monticello-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-InheritanceAnalysis-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Deprecation-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Critic-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Traits-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemTools-FullBrowser-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemTools-QueryBrowser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemPlugins-Spotter-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemTools-QueryBrowser-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Fetched -> Calypso-SystemTools-OldToolCompatibillity-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- github://pharo-ide/Calypso:v0.13.0/src
Loaded -> ClassAnnotation-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- cache
Loaded -> ClassAnnotation-Tests-tonel.1 --- github://pharo-ide/ClassAnnotation:v0.4.0/src --- cache
Loaded -> Commander-Core-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Core-Tests-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Activators-Shortcut-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Activators-ContextMenu-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Activators-DragAndDrop-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Activators-WorldMenu-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Activators-Mouse-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-Activators-TextView-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> Commander-SpecSupport-tonel.1 --- github://pharo-ide/Commander:v0.7.1/src --- cache
Loaded -> SystemCommands-RefactoringSupport-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> SystemCommands-ClassCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> SystemCommands-MessageCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> SystemCommands-MethodCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> SystemCommands-PackageCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> SystemCommands-SourceCodeCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> SystemCommands-VariableCommands-tonel.1 --- github://pharo-ide/SystemCommands:v0.10.1/src --- cache
Loaded -> Calypso-NavigationModel-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-NavigationModel-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-PExtendedByP5-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-P5WithTags-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-PWithSingleClass-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-PExtendedByP1-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-P1WithHierarchy-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-P2WithSubclassFromP1-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-P3WithSubclassFromP2-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Traits-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PWithTraits-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PExtendingTrait-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemQueries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Critic-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Critic-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Deprecation-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Deprecation-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-FileOut-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Monticello-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Reflectivity-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Reflectivity-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-SUnit-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-SUnit-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Undeclared-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
Loaded -> Calypso-SystemPlugins-Undeclared-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-FFI-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-FFI-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Flags-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Flags-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-ClassScripts-Queries-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache'it is class initialization example from ClyClassWithScripts'
Loaded -> Calypso-SystemPlugins-ClassScripts-Queries-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
ClyFullVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared)
ClySuperclassVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared)
ClyClassSideLinkTableDecorator class>>decorateMainTableCell:inContext: (ClySwitchToClassSideCommand is Undeclared)
ClyClassSideLinkTableDecorator class>>methodDecorationStrategy (ClyMethodContextOfFullBrowser is Undeclared)
Loaded -> Calypso-SystemTools-Core-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-DependencyAnalyser-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-ClassScripts-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Flags-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-FFI-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Undeclared-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-MethodDiffTool-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-FileOut-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemTools-FullBrowser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
ClyRunTestsFromMethodDataSourceCommand class>>queryBrowserToolbarActivation (ClyQueryBrowserContext is Undeclared)
Loaded -> Calypso-SystemPlugins-SUnit-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Reflectivity-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Reflectivity-Browser-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Monticello-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Deprecation-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Critic-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Traits-Browser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemTools-FullBrowser-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemTools-QueryBrowser-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemPlugins-Spotter-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemTools-QueryBrowser-Tests-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
Loaded -> Calypso-SystemTools-OldToolCompatibillity-tonel.1 --- github://pharo-ide/Calypso:v0.13.0/src --- cache
...finished baseline
Evaluated -> baseline [BaselineOfIDE] >> postload:package:
Loaded -> Deprecated70-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/src --- cache
Evaluated -> baseline [BaselineOfPharo] >> postload:package:
...finished baselinestarting...
UIThemeRegistry
bitmap fonts loaded
UIManager changed:NonInteractiveUIManager
SmalltalkEditor initialized.
------------ Obsolete ------------
#()
............ Obsolete ............
linear load :
explicit load : baseline [BaselineOfPharo]
load : BaselineOfIDE-tonel.1
linear load : baseline [BaselineOfPharo]
explicit load : baseline [BaselineOfIDE]
load : BaselineOfFlashback-tonel.1
explicit load : baseline [BaselineOfIDE]
load : BaselineOfAthens-tonel.1
explicit load : baseline [BaselineOfIDE]
load : BaselineOfShift-tonel.1
explicit load : baseline [BaselineOfIDE]
load : BaselineOfTraits-tonel.1
explicit load : baseline [BaselineOfIDE]
load : BaselineOfBasicTools-tonel.1
explicit load : baseline [BaselineOfIDE]
load : BaselineOfSlot-tonel.1
linear load : baseline [BaselineOfIDE]
explicit load : baseline [BaselineOfBasicTools]
load : BaselineOfUI-tonel.1
explicit load : baseline [BaselineOfBasicTools]
load : BaselineOfSUnit-tonel.1
explicit load : baseline [BaselineOfBasicTools]
load : BaselineOfAthens-tonel.1
atomic load : baseline [BaselineOfBasicTools]
explicit load : baseline [BaselineOfUI]
load : BaselineOfMorphic-tonel.1
explicit load : baseline [BaselineOfUI]
load : BaselineOfSpec-tonel.1
atomic load : baseline [BaselineOfUI]
explicit load : baseline [BaselineOfSpec]
load : BaselineOfMorphic-tonel.1
atomic load : baseline [BaselineOfSpec]
explicit load : baseline [BaselineOfMorphic]
load : BaselineOfMenuRegistration-tonel.1
explicit load : baseline [BaselineOfMorphic]
load : BaselineOfMorphicCore-tonel.1
preload : baseline [BaselineOfMorphic] >> preload:package:
atomic load : baseline [BaselineOfMorphic]
explicit load : baseline [BaselineOfMorphicCore]
load : BaselineOfUnifiedFFI-tonel.1
explicit load : baseline [BaselineOfMorphicCore]
load : BaselineOfDisplay-tonel.1
explicit load : baseline [BaselineOfMorphicCore]
load : BaselineOfTraits-tonel.1
explicit load : baseline [BaselineOfMorphicCore]
load : BaselineOfSUnit-tonel.1
linear load : baseline [BaselineOfMorphicCore]
linear load : baseline [BaselineOfTraits]
explicit load : baseline [BaselineOfSUnit]
load : BaselineOfTraits-tonel.1
linear load : baseline [BaselineOfSUnit]
linear load : baseline [BaselineOfTraits]
load : SUnit-Core-tonel.1
load : SUnit-Core-Traits-tonel.1
load : SUnit-Tests-tonel.1
load : JenkinsTools-Core-tonel.1
load : JenkinsTools-ExtraReports-tonel.1
preload : baseline [BaselineOfDisplay] >> preload:package:
linear load : baseline [BaselineOfDisplay]
load : Graphics-Display Objects-tonel.1
load : Graphics-Primitives-tonel.1
load : Graphics-Transformations-tonel.1
postload : baseline [BaselineOfDisplay] >> postload:package:
preload : baseline [BaselineOfUnifiedFFI] >> preload:package:
linear load : baseline [BaselineOfUnifiedFFI]
load : Alien-Core-tonel.1
load : UnifiedFFI-tonel.1
load : UnifiedFFI-Tests-tonel.1
load : UnifiedFFI-Legacy-tonel.1
postload : baseline [BaselineOfUnifiedFFI] >> postload:package:
load : System-VMEvents-tonel.1
load : System-Object Events-tonel.1
load : Graphics-Canvas-tonel.1
load : Morphic-Core-tonel.1
postload : baseline [BaselineOfMorphicCore] >> postload:package:
linear load : baseline [BaselineOfMenuRegistration]
load : MenuRegistration-tonel.1
load : System-Localization-tonel.1
load : Collections-DoubleLinkedList-tonel.1
load : System-Clipboard-tonel.1
load : Balloon-tonel.1
load : EmbeddedFreeType-tonel.1
load : EmergencyEvaluator-tonel.1
load : FileSystem-Zip-tonel.1
load : FontInfrastructure-tonel.1
load : FreeType-tonel.1
load : Fuel-Core-tonel.1
load : Fuel-Platform-Core-tonel.1
load : Fuel-Platform-Pharo-Core-tonel.1
load : Fuel-Platform-Pharo-07-tonel.1
load : Fuel-Tools-Pharo-tonel.1
load : Fonts-Abstract-tonel.1
load : Graphics-Files-tonel.1
load : Graphics-Fonts-tonel.1
load : Graphics-Shapes-tonel.1
load : Growl-tonel.1
load : Keymapping-Core-tonel.1
load : Keymapping-KeyCombinations-tonel.1
load : Keymapping-Pragmas-tonel.1
load : Transcript-Core-tonel.1
load : Morphic-Base-tonel.1
load : Morphic-Examples-tonel.1
load : Morphic-Widgets-Basic-tonel.1
load : Morphic-Widgets-ColorPicker-tonel.1
load : Morphic-Widgets-Extra-tonel.1
load : Morphic-Widgets-List-tonel.1
load : Morphic-Widgets-Pluggable-tonel.1
load : Morphic-Widgets-PolyTabs-tonel.1
load : Morphic-Widgets-Scrolling-tonel.1
load : Morphic-Widgets-Tabs-tonel.1
load : Morphic-Widgets-Taskbar-tonel.1
load : Morphic-Widgets-Menubar-tonel.1
load : Morphic-Widgets-Tree-tonel.1
load : Morphic-Widgets-Windows-tonel.1
load : Multilingual-OtherLanguages-tonel.1
load : Multilingual-TextConverterOtherLanguages-tonel.1
load : NewValueHolder-Core-tonel.1
load : Polymorph-Widgets-tonel.1
load : Images-Animated-tonel.1
load : Settings-Graphics-tonel.1
load : Settings-Polymorph-tonel.1
load : Settings-System-tonel.1
load : System-Caching-tonel.1
load : System-History-tonel.1
load : System-Installers-tonel.1
load : System-Settings-Core-tonel.1
load : System-Settings-Browser-tonel.1
load : System-Sound-tonel.1
load : Text-Diff-tonel.1
load : Text-Edition-tonel.1
load : Text-Scanning-tonel.1
load : Unicode-Initialization-tonel.1
load : Morphic-Widgets-TickList-tonel.1
load : System-Changes-FileServices-tonel.1
load : System-OSEnvironments-tonel.1
load : System-Identification-tonel.1
postload : baseline [BaselineOfMorphic] >> postload:package:
load : Spec-Core-tonel.1
load : Spec-Inspector-tonel.1
load : Spec-Layout-tonel.1
load : Spec-MorphicAdapters-tonel.1
load : Spec-PolyWidgets-tonel.1
load : Spec-Tools-tonel.1
load : Spec-StubAdapter-tonel.1
load : Spec-Deprecated-tonel.1
load : DebuggerActions-tonel.1
load : DebuggerFilters-tonel.1
load : DebuggerModel-tonel.1
load : Fonts-Chooser-tonel.1
load : Tool-Base-tonel.1
load : Transcript-Tool-tonel.1
load : Tool-Workspace-tonel.1
load : Keymapping-Settings-tonel.1
load : Keymapping-Tools-Spec-tonel.1
load : WebBrowser-Core-tonel.1
load : HelpSystem-Core-tonel.1
load : Rubric-tonel.1
postload : baseline [BaselineOfUI] >> postload:package:
explicit load : baseline [BaselineOfAthens]
load : BaselineOfUnifiedFFI-tonel.1
explicit load : baseline [BaselineOfAthens]
load : BaselineOfDisplay-tonel.1
linear load : baseline [BaselineOfAthens]
preload : baseline [BaselineOfDisplay] >> preload:package:
linear load : baseline [BaselineOfDisplay]
postload : baseline [BaselineOfDisplay] >> postload:package:
preload : baseline [BaselineOfUnifiedFFI] >> preload:package:
linear load : baseline [BaselineOfUnifiedFFI]
postload : baseline [BaselineOfUnifiedFFI] >> postload:package:
load : Athens-Core-tonel.1
load : Athens-Cairo-tonel.1
explicit load : baseline [BaselineOfSUnit]
load : BaselineOfTraits-tonel.1
linear load : baseline [BaselineOfSUnit]
linear load : baseline [BaselineOfTraits]
load : SUnit-UI-tonel.1
load : SUnit-Support-UITesting-tonel.1
load : SUnit-Help-tonel.1
load : Morphic-Widgets-FastTable-tonel.1
load : Tool-ExternalBrowser-tonel.1
load : BlueInk-Core-tonel.1
load : BlueInk-Extras-tonel.1
load : Tool-ProcessBrowser-tonel.1
load : Tool-Profilers-tonel.1
load : Tool-SystemReporter-tonel.1
load : NECompletion-tonel.1
load : Announcements-Help-tonel.1
load : Metacello-FileTree-tonel.1
load : Metacello-Cypress-tonel.1
load : Metacello-ProfStef-tonel.1
load : Metacello-Reference-tonel.1
load : Metacello-Tutorial-tonel.1
load : MonticelloGUI-tonel.1
load : Network-Mail-tonel.1
load : Pharo-Help-tonel.1
load : ProfStef-Core-tonel.1
load : ProfStef-Help-tonel.1
load : RecentSubmissions-tonel.1
load : Refactoring-Changes-tonel.1
load : Refactoring-Core-tonel.1
load : Refactoring-Environment-tonel.1
load : Regex-Help-tonel.1
load : IssueTracking-tonel.1
load : Monticello-OldDataStreamCompatibility-tonel.1
load : MonticelloFileServices-tonel.1
load : Spec-Examples-tonel.1
load : Spec-Help-tonel.1
load : Tool-Diff-tonel.1
load : Tool-FileList-tonel.1
load : Tool-Finder-tonel.1
load : Tool-ImageCleaner-tonel.1
load : Tools-tonel.1
postload : baseline [BaselineOfBasicTools] >> postload:package:
explicit load : baseline [BaselineOfAthens]
load : BaselineOfUnifiedFFI-tonel.1
explicit load : baseline [BaselineOfAthens]
load : BaselineOfDisplay-tonel.1
linear load : baseline [BaselineOfAthens]
preload : baseline [BaselineOfDisplay] >> preload:package:
linear load : baseline [BaselineOfDisplay]
postload : baseline [BaselineOfDisplay] >> postload:package:
preload : baseline [BaselineOfUnifiedFFI] >> preload:package:
linear load : baseline [BaselineOfUnifiedFFI]
postload : baseline [BaselineOfUnifiedFFI] >> postload:package:
load : Athens-Text-tonel.1
load : Athens-Balloon-tonel.1
load : Athens-Morphic-tonel.1
load : Athens-Examples-tonel.1
load : Athens-Tests-Cairo-tonel.1
linear load : baseline [BaselineOfFlashback]
load : Flashback-Decompiler-tonel.1
load : Flashback-Decompiler-Tests-tonel.1
linear load : baseline [BaselineOfShift]
load : Shift-ClassBuilder-Tests-tonel.1
load : Shift-ClassInstaller-Tests-tonel.1
linear load : baseline [BaselineOfTraits]
load : TraitsV2-Tests-tonel.1
linear load : baseline [BaselineOfSlot]
load : Slot-Examples-tonel.1
load : Slot-Tests-tonel.1
load : ReleaseTests-tonel.1
load : Refactoring-Critics-tonel.1
load : NautilusRefactoring-tonel.1
load : NautilusRefactoring-Tests-tonel.1
load : Ombu-tonel.1
load : Epicea-tonel.1
load : Hiedra-tonel.1
load : EpiceaBrowsers-tonel.1
load : Hiedra-Tests-tonel.1
load : Ombu-Tests-tonel.1
load : Epicea-Tests-tonel.1
load : EpiceaBrowsers-Tests-tonel.1
load : Shout-tonel.1
load : Reflectivity-Tools-tonel.1
load : Rubric-Styling-tonel.1
load : Collections-Tests-tonel.1
load : Text-Tests-tonel.1
load : Network-Tests-tonel.1
load : Tests-tonel.1
load : Ring-Deprecated-Tests-Kernel-tonel.1
load : AST-Tests-Core-tonel.1
load : FileSystem-Tests-Core-tonel.1
load : Fuel-Tests-Core-tonel.1
load : Gofer-Tests-tonel.1
load : Kernel-Tests-tonel.1
load : Kernel-Tests-Extended-tonel.1
load : Kernel-Tests-WithCompiler-tonel.1
load : Manifest-Core-tonel.1
load : Manifest-Resources-Tests-tonel.1
load : OpalCompiler-Tests-tonel.1
load : Refactoring-Tests-Core-tonel.1
load : Reflectivity-Tests-tonel.1
load : Ring-Deprecated-Tests-Containers-tonel.1
load : System-DependenciesTests-tonel.1
load : System-Serial Port-tonel.1
load : Zinc-Resource-Meta-Tests-tonel.1
load : Zodiac-Tests-tonel.1
load : Zodiac-Extra-tonel.1
load : Zinc-Zodiac-tonel.1
load : Metacello-TestsMCResources-tonel.1
load : Metacello-TestsCore-tonel.1
load : Metacello-TestsCommonMC-tonel.1
load : Metacello-TestsMC-tonel.1
load : Metacello-TestsMCCore-tonel.1
load : Metacello-TestsPlatform-tonel.1
load : Metacello-TestsReference-tonel.1
load : Metacello-Gitlab-Tests-tonel.1
load : RPackage-Tests-tonel.1
load : Monticello-Tests-tonel.1
load : Glamour-Announcements-tonel.1
load : Glamour-Helpers-tonel.1
load : Glamour-Core-tonel.1
load : Glamour-Presentations-tonel.1
load : Glamour-Browsers-tonel.1
load : Glamour-Examples-tonel.1
load : Glamour-Morphic-Brick-tonel.1
load : Glamour-Tests-Core-tonel.1
load : Glamour-Tests-Resources-tonel.1
load : Glamour-Morphic-Theme-tonel.1
load : Glamour-Morphic-Widgets-tonel.1
load : Glamour-Morphic-Renderer-tonel.1
load : Glamour-Morphic-Pager-tonel.1
load : Glamour-Tests-Morphic-tonel.1
load : Glamour-Rubric-Presentations-tonel.1
load : Glamour-FastTable-tonel.1
load : Glamour-SpecIntegration-tonel.1
load : GT-Inspector-tonel.1
load : GT-InspectorExtensions-Core-tonel.1
load : GT-Playground-tonel.1
load : GT-EventRecorder-tonel.1
load : GT-Spotter-tonel.1
load : GT-SpotterExtensions-Core-tonel.1
load : Tool-Catalog-tonel.1
load : GT-Debugger-tonel.1
load : GT-BytecodeDebugger-tonel.1
load : GT-SUnitDebugger-tonel.1
load : Tool-CriticBrowser-tonel.1
load : Renraku-tonel.1
load : SUnit-Rules-tonel.1
load : Moose-Algos-Graph-tonel.1
load : Tool-DependencyAnalyser-tonel.1
load : Tool-DependencyAnalyser-UI-tonel.1
load : Tool-DependencyAnalyser-Tests-tonel.1
load : Tool-DependencyAnalyser-Tests-Data-tonel.1
load : Kernel-Rules-tonel.1
load : SmartSuggestions-tonel.1
load : MonticelloMocks-tonel.1
load : NodeNavigation-tonel.1
load : OpalCompiler-Tools-tonel.1
load : OSWindow-Core-tonel.1
load : OSWindow-SDL2-tonel.1
load : OSWindow-VM-tonel.1
load : System-CommandLine-TextSupport-tonel.1
load : GeneralRules-tonel.1
load : GeneralRules-Tests-tonel.1
load : FuzzyMatcher-tonel.1
load : STON-Text support-tonel.1
load : SortFunctions-Core-tonel.1
load : SortFunctions-Tests-tonel.1
load : Announcements-Tests-Core-tonel.1
load : Balloon-Tests-tonel.1
load : BlueInk-Tests-tonel.1
load : CodeImport-Tests-tonel.1
load : Collections-DoubleLinkedList-Tests-tonel.1
load : Collections-Arithmetic-Tests-tonel.1
load : Compression-Tests-tonel.1
load : ConfigurationCommandLineHandler-Tests-tonel.1
load : MetacelloCommandLineHandler-Tests-tonel.1
load : Debugger-Tests-tonel.1
load : EmbeddedFreeType-Tests-tonel.1
load : FileSystem-Tests-Disk-tonel.1
load : FileSystem-Tests-Memory-tonel.1
load : FileSystem-Tests-Attributes-tonel.1
load : Files-Prompt-tonel.1
load : Files-Tests-tonel.1
load : FontInfrastructure-Tests-tonel.1
load : FreeType-Tests-tonel.1
load : FreeType-Help-tonel.1
load : FuzzyMatcher-Tests-tonel.1
load : GT-EventRecorder-Tests-tonel.1
load : GT-Spotter-EventRecorder-tonel.1
load : GT-Tests-Debugger-tonel.1
load : GT-Tests-Inspector-tonel.1
load : GT-Tests-Playground-tonel.1
load : GT-Tests-Spotter-tonel.1
load : Glamour-Morphic-Brick-Tests-tonel.1
load : Glamour-Tests-Rubric-tonel.1
load : Gofer-UI-tonel.1
load : Graphics-Tests-tonel.1
load : HelpSystem-Tests-tonel.1
load : IssueTracking-Tests-tonel.1
load : Jobs-Tests-tonel.1
load : Kernel-Tests-Rules-tonel.1
load : Keymapping-Tests-tonel.1
load : Manifest-Tests-tonel.1
load : Morphic-Tests-tonel.1
load : Multilingual-Tests-tonel.1
load : NewValueHolder-Tests-tonel.1
load : NECompletion-Tests-tonel.1
load : NodeNavigation-Tests-tonel.1
load : OSWindow-SDL2-Examples-tonel.1
load : OSWindow-Tests-tonel.1
load : PerformMessageCommandLineHandler-tonel.1
load : PharoDocComment-tonel.1
load : Polymorph-Widgets-Rules-tonel.1
load : ProfStef-Tests-tonel.1
load : Random-Tests-tonel.1
load : Refactoring-Help-tonel.1
load : Refactoring-Tests-Changes-tonel.1
load : Refactoring-Tests-Critics-tonel.1
load : Refactoring-Tests-Environment-tonel.1
load : ReflectionMirrors-Primitives-Tests-tonel.1
load : Reflectivity-Examples-tonel.1
load : Reflectivity-Tools-Tests-tonel.1
load : Regex-Tests-Core-tonel.1
load : Renraku-Help-tonel.1
load : Renraku-Test-tonel.1
load : Ring-Deprecated-Tests-Monticello-tonel.1
load : Rubric-Rules-tonel.1
load : Rubric-Tests-tonel.1
load : ScriptingExtensions-Tests-tonel.1
load : STON-Tests-tonel.1
load : SUnit-Support-UITesting-Tests-tonel.1
load : Shout-Tests-tonel.1
load : SmartSuggestions-Tests-tonel.1
load : Spec-Tests-tonel.1
load : System-BasicCommandLineHandler-Tests-tonel.1
load : System-Caching-Tests-tonel.1
load : System-Hashing-Tests-tonel.1
load : System-History-Tests-tonel.1
load : System-Localization-Tests-tonel.1
load : System-SessionManager-Tests-tonel.1
load : System-Settings-Rules-tonel.1
load : System-Settings-Tests-tonel.1
load : System-Support-Rules-tonel.1
load : System-Support-Tests-tonel.1
load : Text-Edition-Tests-tonel.1
load : Tool-FileList-Tests-tonel.1
load : Tools-Test-tonel.1
load : Zinc-Character-Encoding-Tests-tonel.1
load : Zinc-Resource-Meta-FileSystem-tonel.1
load : Zinc-HTTP-Examples-tonel.1
load : Zinc-Tests-tonel.1
load : System-Identification-Tests-tonel.1
load : BaselineOfPharoBootstrap-tonel.1
load : BaselineOfMonticello-tonel.1
load : BaselineOfMetacello-tonel.1
load : ReferenceFinder-Core-tonel.1
load : Refactoring2-Core-tonel.1
load : Refactoring2-Transformations-tonel.1
load : Refactoring2-Transformations-Tests-tonel.1
postload : baseline [BaselineOfIDE] >> postload:package:
load : Deprecated70-tonel.1
postload : baseline [BaselineOfPharo] >> postload:package:
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image --no-default-preferences eval --save 'FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources. Smalltalk garbageCollect'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
16777200
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image --no-default-preferences clean --release
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ /builds/workspace/est_and_branch_Pipeline_Pharo7.0/32/bootstrap-cache/vmtarget/pharo --headless Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image --no-default-preferences save Pharo
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events. For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority. The
effect is that heavily loaded systems may experience some latency
issues. If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:
cat <<END | sudo tee /etc/security/limits.d/pharo.conf
* hard rtprio 2
* soft rtprio 2
END
and report to the pharo mailing list whether this improves behaviour.
You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ echo 70
+ rm -f Pharo7.0-32bit-ce2b4e3.sources.bak Pharo7.0-SNAPSHOT-32bit-ce2b4e3.changes.bak
++ echo Pharo7.0-SNAPSHOT
++ cut -d- -f 1
+ PHARO_SOURCES_PREFIX=Pharo7.0
+ zip Pharo7.0-SNAPSHOT-32bit-ce2b4e3.zip Pharo7.0-SNAPSHOT-32bit-ce2b4e3.changes Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image Pharo7.0-32bit-ce2b4e3.sources pharo.version
adding: Pharo7.0-SNAPSHOT-32bit-ce2b4e3.changes (deflated 44%)
adding: Pharo7.0-SNAPSHOT-32bit-ce2b4e3.image (deflated 65%)
adding: Pharo7.0-32bit-ce2b4e3.sources (deflated 81%)
adding: pharo.version (stored 0%)