Skip to content
Success

Console Output

Pull request #18197 closed
11:51:37 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 8ce63855a8da056ef4dbfdef4571099e4a762796
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] parallel
[Pipeline] { (Branch: 64)
[Pipeline] dir
Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/64
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch Requirements-64)
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 8ce63855a8da056ef4dbfdef4571099e4a762796 (Pharo13)
Commit message: "Merge pull request #18194 from estebanlm/fix-extenral-projects-versions"
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/Pharo13:refs/remotes/origin/Pharo13 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ce63855a8da056ef4dbfdef4571099e4a762796 # timeout=10
 > git rev-list --no-walk 8ce63855a8da056ef4dbfdef4571099e4a762796 # timeout=10
[Pipeline] sh
+ BUILD_NUMBER=668 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh
+ set -e
++ date -u
+ echo Fri May 23 09:51:53 AM UTC 2025 'Bootstrap: Beginning to download resources required for bootstrap process'
Fri May 23 09:51:53 AM UTC 2025 Bootstrap: Beginning to download resources required for bootstrap process
+++ dirname ./bootstrap/scripts/2-download.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z x ']'
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh
+ mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
+ mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads
+ '[' '!' -e '' ']'
+ rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget
+ mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget
+ set_version_variables
+ pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ is_development_build
++ local branchName
++ ensure_branch_name
++ '[' Pharo13 == '' ']'
+++ echo Pharo13
+++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$'
++ branchName=Pharo13
++ '[' Pharo13 == '' ']'
++ echo 1
+ '[' 1 == 1 ']'
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo13 == '' ']'
+ PHARO_SUFFIX=SNAPSHOT
+ set_version_common
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -d. -f 1-1
++ cut -c 2-
+ PHARO_MAJOR=13
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 2-2
+ PHARO_MINOR=0
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -d. -f 3-3
++ cut -c 2-
+ PHARO_PATCH=0
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
+ PHARO_SHORT_VERSION=130
+ PHARO_VM_VERSION=130
++ git rev-parse --verify HEAD
+ PHARO_COMMIT_HASH=8ce63855a8da056ef4dbfdef4571099e4a762796
+ popd
+ TEST_VM_KIND=vm
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ bash
+ wget --quiet -O - get.pharo.org/64/vm130
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
+ cd -
/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless --version
+ echo 'Target VM: Pharo v10.3.4 built on Apr  3 2025 11:02:19 Compiler: 5.4.0 20160609
Built from: v10.3.4+0.62881b7 - Commit: 62881b7 - Date: 2025-04-03 10:29:49 +0200'
Target VM: Pharo v10.3.4 built on Apr  3 2025 11:02:19 Compiler: 5.4.0 20160609
Built from: v10.3.4+0.62881b7 - Commit: 62881b7 - Date: 2025-04-03 10:29:49 +0200
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo ']'
+ rm -rf /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap
+ mkdir /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/getPharoVM.sh 100 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=100
+ PHARO=100
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm100
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/100/pharo-vm-Linux-x86_64-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
+ cd -
/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless --version
+ echo 'Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609
Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200'
Bootstrap VM: Pharo 9.0.22 built on Mar 30 2023 13:08:51 Compiler: 5.4.0 20160609
Built from: v9.0.22 - Commit: 421845e - Date: 2023-03-30 09:49:26 +0200
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip ']'
+ download_to https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip
+ wget --progress=dot:mega https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip
--2025-05-23 11:52:00--  https://github.com/guillep/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip [following]
--2025-05-23 11:52:00--  https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250523%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250523T095200Z&X-Amz-Expires=300&X-Amz-Signature=ee65896da9a631a7fdb06457b499908f1a7fac036ceeb01fc69c99c7b3c52bb6&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream [following]
--2025-05-23 11:52:00--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250523%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250523T095200Z&X-Amz-Expires=300&X-Amz-Signature=ee65896da9a631a7fdb06457b499908f1a7fac036ceeb01fc69c99c7b3c52bb6&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38478770 (37M) [application/octet-stream]
Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip’

     0K ........ ........ ........ ........ ........ ........  8% 38.3M 1s
  3072K ........ ........ ........ ........ ........ ........ 16%  107M 1s
  6144K ........ ........ ........ ........ ........ ........ 24%  104M 0s
  9216K ........ ........ ........ ........ ........ ........ 32% 39.4M 0s
 12288K ........ ........ ........ ........ ........ ........ 40%  111M 0s
 15360K ........ ........ ........ ........ ........ ........ 49%  108M 0s
 18432K ........ ........ ........ ........ ........ ........ 57% 44.7M 0s
 21504K ........ ........ ........ ........ ........ ........ 65%  112M 0s
 24576K ........ ........ ........ ........ ........ ........ 73% 97.6M 0s
 27648K ........ ........ ........ ........ ........ ........ 81%  105M 0s
 30720K ........ ........ ........ ........ ........ ........ 89% 52.9M 0s
 33792K ........ ........ ........ ........ ........ ........ 98%  105M 0s
 36864K ........ ...                                         100%  113M=0.5s

2025-05-23 11:52:01 (71.8 MB/s) - ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip’ saved [38478770/38478770]

+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip ']'
+ download_to http://files.pharo.org/sources/PharoV60.sources.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip
+ wget --progress=dot:mega http://files.pharo.org/sources/PharoV60.sources.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip
--2025-05-23 11:52:01--  http://files.pharo.org/sources/PharoV60.sources.zip
Resolving files.pharo.org (files.pharo.org)... 193.49.213.186
Connecting to files.pharo.org (files.pharo.org)|193.49.213.186|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://files.pharo.org/sources/PharoV60.sources.zip [following]
--2025-05-23 11:52:01--  https://files.pharo.org/sources/PharoV60.sources.zip
Connecting to files.pharo.org (files.pharo.org)|193.49.213.186|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7116902 (6.8M) [application/zip]
Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip’

     0K ........ ........ ........ ........ ........ ........ 44% 57.4M 0s
  3072K ........ ........ ........ ........ ........ ........ 88% 55.6M 0s
  6144K ........ ....                                        100% 57.5M=0.1s

2025-05-23 11:52:01 (56.6 MB/s) - ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip’ saved [7116902/7116902]

+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip ']'
+ download_to https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip
+ wget --progress=dot:mega https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip -O /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip
--2025-05-23 11:52:01--  https://github.com/pharo-project/pharo-icon-packs/archive/v1.0.2-idea11.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11 [following]
--2025-05-23 11:52:02--  https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip’

     0K ...                                                   3.15M=0.07s

2025-05-23 11:52:02 (3.15 MB/s) - ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip’ saved [219537]

+ '[' '!' -e ./Pharo.image ']'
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
+ unzip -u /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip -d .
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/bootstrapImage.zip
  inflating: ./Pharo.image           
  inflating: ./Pharo.changes         
  inflating: ./Pharo10.0-64bit-9a68076.sources  
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/PharoV60.sources ']'
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
+ unzip -u /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip -d /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip
  inflating: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/PharoV60.sources  
   creating: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/__MACOSX/
  inflating: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/__MACOSX/._PharoV60.sources  
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/icon-packs/idea11.zip ']'
+ mkdir -p /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/icon-packs
+ cp /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/icon-packs/idea11.zip
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bootstrap-64)
[Pipeline] sh
+ BUILD_NUMBER=668 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh
+ set -e
++ date -u
+ echo Fri May 23 09:52:06 AM UTC 2025 'Bootstrap: Beginning to prepare the image used for bootstrapping'
Fri May 23 09:52:06 AM UTC 2025 Bootstrap: Beginning to prepare the image used for bootstrapping
+++ dirname ./bootstrap/scripts/3-prepare.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z x ']'
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh
+ set_version_variables
+ pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ is_development_build
++ local branchName
++ ensure_branch_name
++ '[' Pharo13 == '' ']'
+++ echo Pharo13
+++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$'
++ branchName=Pharo13
++ '[' Pharo13 == '' ']'
++ echo 1
+ '[' 1 == 1 ']'
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo13 == '' ']'
+ PHARO_SUFFIX=SNAPSHOT
+ set_version_common
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 1-1
+ PHARO_MAJOR=13
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 2-2
+ PHARO_MINOR=0
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 3-3
+ PHARO_PATCH=0
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
+ PHARO_SHORT_VERSION=130
+ PHARO_VM_VERSION=130
++ git rev-parse --verify HEAD
+ PHARO_COMMIT_HASH=8ce63855a8da056ef4dbfdef4571099e4a762796
+ popd
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless Pharo.image --no-default-preferences /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/prepare_image.st --save --quit
    [+] Loading tonel code to dump files for the Pharo bootstrap process from /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src
MetacelloNotification: Fetched -> BaselineOfPharoBootstrapProcess-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src
MetacelloNotification: Loading -> BaselineOfPharoBootstrapProcess-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src
MetacelloNotification: Loaded -> BaselineOfPharoBootstrapProcess-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src
MetacelloNotification: Loading baseline of BaselineOfPharoBootstrapProcess...
MetacelloNotification: Fetched -> BaselineOfHermes-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Loading -> BaselineOfHermes-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Loaded -> BaselineOfHermes-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Project: Hermes baseline
MetacelloNotification: Fetched -> Hermes-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Fetched -> Hermes-Exporter-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Fetched -> Hermes-Extensions-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Fetched -> Hermes-Ring2-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- https://github.com/pharo-project/hermes.git[v3.0.1]
MetacelloNotification: Fetched -> PharoBootstrap-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src
MetacelloNotification: Loading -> Hermes-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
NewUndeclaredWarning: HEMethodContainer>>doReadMethodsFrom: (category is Undeclared)
NewUndeclaredWarning: HEMethodContainer>>category: (category is Undeclared)
NewUndeclaredWarning: HEMethodContainer>>category (category is Undeclared)
NewUndeclaredWarning: HEConstantBlock>>asLiteralIn: (ConstantBlockClosure is Undeclared)
MetacelloNotification: Loaded -> Hermes-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loading -> Hermes-Exporter-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loaded -> Hermes-Exporter-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loading -> Hermes-Extensions-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loaded -> Hermes-Extensions-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loading -> Hermes-Ring2-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loaded -> Hermes-Ring2-CompatibleUserName.1697552763 --- https://github.com/pharo-project/hermes.git[v3.0.1] --- cache
MetacelloNotification: Loading -> PharoBootstrap-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src --- cache
SystemNotification: PBBootstrap>>exportProtocolsFor:to:(originRepository is shadowed)
MetacelloNotification: Loaded -> PharoBootstrap-tonel.1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src --- cache
MetacelloNotification: ...finished baseline
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless Pharo.image --no-default-preferences /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/bootstrap.st --ARCH=64 --BUILD_NUMBER=668 --VERSION_INFO=Pharo13.0-SNAPSHOT-8ce63855a8da056ef4dbfdef4571099e4a762796 --quit
    [+] Bootstrapping for a 64-bit architecture
    [+] Build number: 668
    [+] VersionInfo: Pharo13.0-SNAPSHOT-8ce63855a8da056ef4dbfdef4571099e4a762796
11:52:09		Begin: Bootstrap process
11:52:09		[+] Preparing bootstrap
NewUndeclaredWarning: Process>>complete: (thisProcess is Undeclared)
11:52:32		[+] Creating image on which bootstrapping will take place

Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done11:52:33		Initializing bootstrap environment.
11:52:33		Creating initial Objects needed by the VM
11:52:33		Flushing new space.
11:52:33				Begin: Initializing initial objects
11:52:33				Initializing objects.
11:52:33				initializing hash table sizes
11:52:33				preparing class builder
11:52:34				class loader now creates class pools
11:52:34				Initializing StartUp list
11:52:34				Initializing Character Table
11:52:34				Initializing String Ascii and CaseInsensitive Table
11:52:35				Initializing SmallInteger constants
11:52:35				Initializing CompiledMethod constants
11:52:35				Installing symbol table
11:52:35				Bootstrapping class layouts
11:52:35				End: Initializing initial objects
11:52:35				Begin: Create classes
11:52:37				001/515 - 0:00:00:01.775: Built behavior Abort
11:52:37				002/515 - 0:00:00:00.497: Built behavior AbsolutePath
11:52:38				003/515 - 0:00:00:00.457: Built behavior AbstractAnnouncementSubscription
11:52:38				004/515 - 0:00:00:00.617: Built behavior AbstractBinaryFileStream
11:52:39				005/515 - 0:00:00:00.239: Built behavior AbstractDelayTicker
11:52:39				006/515 - 0:00:00:00.281: Built behavior AbstractLayout
11:52:39				007/515 - 0:00:00:00.237: Built behavior AbstractLayoutScope
11:52:39				008/515 - 0:00:00:00.278: Built behavior AbstractSessionHandler
11:52:40				009/515 - 0:00:00:00.766: Built behavior AdditionalBinding
11:52:41				010/515 - 0:00:00:00.309: Built behavior AdditionalMethodState
11:52:41				011/515 - 0:00:00:00.256: Built behavior Announcement
11:52:41				012/515 - 0:00:00:00.311: Built behavior AnnouncementDeliveryCondition
11:52:41				013/515 - 0:00:00:00.285: Built behavior AnnouncementLogger
11:52:42				014/515 - 0:00:00:01.098: Built behavior AnnouncementSet
11:52:43				015/515 - 0:00:00:00.295: Built behavior AnnouncementSetWithExclusions
11:52:43				016/515 - 0:00:00:00.275: Built behavior AnnouncementSubscription
11:52:43				017/515 - 0:00:00:00.362: Built behavior Announcer
11:52:44				018/515 - 0:00:00:00.587: Built behavior ArgumentsCountMismatch
11:52:44				019/515 - 0:00:00:00.272: Built behavior ArithmeticError
11:52:45				020/515 - 0:00:00:00.767: Built behavior Array
11:52:45				021/515 - 0:00:00:00: Built behavior ArrayedCollection
11:52:45				022/515 - 0:00:00:00.254: Built behavior AsciiCharset
11:52:46				023/515 - 0:00:00:00.305: Built behavior AssertionFailure
11:52:46				024/515 - 0:00:00:00.815: Built behavior Association
11:52:47				025/515 - 0:00:00:00.367: Built behavior AsyncFile
11:52:48				026/515 - 0:00:00:01.333: Built behavior AutomaticRewriting
11:52:48				027/515 - 0:00:00:00.312: Built behavior BackwardCompatibility
11:52:49				028/515 - 0:00:00:00.59: Built behavior BackwardCompatibleRewritingCallPerformedNotification
11:52:49				029/515 - 0:00:00:00.264: Built behavior Bag
11:52:50				030/515 - 0:00:00:00.643: Built behavior BasicCommandLineHandler
11:52:50				031/515 - 0:00:00:00.375: Built behavior Behavior
11:52:51				032/515 - 0:00:00:00.247: Built behavior BinaryFileStream
11:52:51				033/515 - 0:00:00:00.48: Built behavior BitsLayout
11:52:52				034/515 - 0:00:00:00.551: Built behavior BlockCannotReturn
11:52:52				035/515 - 0:00:00:00.333: Built behavior BlockClosure
11:52:52				036/515 - 0:00:00:00.272: Built behavior Boolean
11:52:53				037/515 - 0:00:00:01.231: Built behavior BoxedFloat64
11:52:54				038/515 - 0:00:00:00.284: Built behavior ByteArray
11:52:54				039/515 - 0:00:00:00.274: Built behavior ByteLayout
11:52:55				040/515 - 0:00:00:00.829: Built behavior ByteString
11:52:55				041/515 - 0:00:00:00.548: Built behavior ByteSymbol
11:52:56				042/515 - 0:00:00:00.351: Built behavior BytecodeEncoder
11:52:56				043/515 - 0:00:00:00.637: Built behavior CannotDeleteFileException
11:52:56				044/515 - 0:00:00:00: Built behavior CannotReturn
11:52:57				045/515 - 0:00:00:00.406: Built behavior CategoryConverter
11:52:57				046/515 - 0:00:00:00.409: Built behavior ChangesLog
11:52:57				047/515 - 0:00:00:00.331: Built behavior Character
11:52:58				048/515 - 0:00:00:00.325: Built behavior CharacterSet
11:52:58				049/515 - 0:00:00:00.333: Built behavior CharacterSetComplement
11:52:59				050/515 - 0:00:00:00.658: Built behavior ChunkReadStream
11:52:59				051/515 - 0:00:00:00.291: Built behavior ChunkWriteStream
11:52:59				052/515 - 0:00:00:00.347: Built behavior CircularHierarchyError
11:53:00				053/515 - 0:00:00:00.699: Built behavior Class
11:53:01				054/515 - 0:00:00:00.818: Built behavior ClassAdded
11:53:01				055/515 - 0:00:00:00: Built behavior ClassAnnouncement
11:53:01				056/515 - 0:00:00:00.371: Built behavior ClassCommented
11:53:01				057/515 - 0:00:00:00: Built behavior ClassDescription
11:53:02				058/515 - 0:00:00:00.281: Built behavior ClassModificationApplied
11:53:02				059/515 - 0:00:00:00.338: Built behavior ClassModifiedClassDefinition
11:53:02				060/515 - 0:00:00:00.324: Built behavior ClassParentRenamed
11:53:03				061/515 - 0:00:00:00.285: Built behavior ClassRemoved
11:53:03				062/515 - 0:00:00:00.325: Built behavior ClassRenamed
11:53:03				063/515 - 0:00:00:00.315: Built behavior ClassRepackaged
11:53:03				064/515 - 0:00:00:00.27: Built behavior ClassResolver
11:53:04				065/515 - 0:00:00:00.243: Built behavior ClassResolverStrictResolve
11:53:04				066/515 - 0:00:00:00.289: Built behavior ClassSessionHandler
11:53:04				067/515 - 0:00:00:00.295: Built behavior ClassVariable
11:53:05				068/515 - 0:00:00:00.281: Built behavior CleanBlockClosure
11:53:05				069/515 - 0:00:00:00: Built behavior Collection
11:53:05				070/515 - 0:00:00:00.338: Built behavior CollectionElement
11:53:05				071/515 - 0:00:00:00.289: Built behavior CollectionIsEmpty
11:53:06				072/515 - 0:00:00:00.294: Built behavior CommandLineArguments
11:53:06				073/515 - 0:00:00:00: Built behavior CommandLineHandler
11:53:06				074/515 - 0:00:00:00.407: Built behavior CommandLinePasswordManager
11:53:07				075/515 - 0:00:00:00.645: Built behavior CommandLineUIManager
11:53:07				076/515 - 0:00:00:00.637: Built behavior CompiledBlock
11:53:07				077/515 - 0:00:00:00: Built behavior CompiledCode
11:53:07				078/515 - 0:00:00:00.244: Built behavior CompiledMethod
11:53:08				079/515 - 0:00:00:00.257: Built behavior CompiledMethodLayout
11:53:08				080/515 - 0:00:00:00.285: Built behavior ConstantBlockClosure
11:53:08				081/515 - 0:00:00:00.271: Built behavior ConstantBlockClosure1Arg
11:53:09				082/515 - 0:00:00:00.285: Built behavior ConstantBlockClosure2Arg
11:53:09				083/515 - 0:00:00:00.345: Built behavior ConstantBlockClosure3Arg
11:53:09				084/515 - 0:00:00:00.453: Built behavior Context
11:53:10				085/515 - 0:00:00:00.305: Built behavior ContextCannotReturn
11:53:11				086/515 - 0:00:00:00.883: Built behavior CurrentExecutionEnvironment
11:53:11				087/515 - 0:00:00:00.752: Built behavior DailyNonInteractiveTranscript
11:53:12				088/515 - 0:00:00:00.304: Built behavior DangerousClassNotifier
11:53:12				089/515 - 0:00:00:00: Built behavior DecoratorStream
11:53:12				090/515 - 0:00:00:00.64: Built behavior DefaultExecutionEnvironment
11:53:13				091/515 - 0:00:00:00.45: Built behavior Delay
11:53:14				092/515 - 0:00:00:01.401: Built behavior DelayBasicScheduler
11:53:14				093/515 - 0:00:00:00.283: Built behavior DelayMicrosecondTicker
11:53:15				094/515 - 0:00:00:00.335: Built behavior DelayMicrosecondTickerSimulation
11:53:15				095/515 - 0:00:00:00.278: Built behavior DelayMicrosecondUncappedTicker
11:53:15				096/515 - 0:00:00:00.259: Built behavior DelayMillisecondTicker
11:53:16				097/515 - 0:00:00:00.338: Built behavior DelayMillisecondTickerSimulation
11:53:16				098/515 - 0:00:00:00.365: Built behavior DelayMutexScheduler
11:53:16				099/515 - 0:00:00:00: Built behavior DelayNullScheduler
11:53:16				100/515 - 0:00:00:00.362: Built behavior DelaySemaphoreScheduler
11:53:17				101/515 - 0:00:00:00.317: Built behavior DelayWaitTimeout
11:53:17				102/515 - 0:00:00:00.336: Built behavior Deprecation
11:53:17				103/515 - 0:00:00:00.301: Built behavior DeprecationPerformedNotification
11:53:18				104/515 - 0:00:00:00.267: Built behavior Dictionary
11:53:18				105/515 - 0:00:00:00.302: Built behavior DomainError
11:53:18				106/515 - 0:00:00:00.245: Built behavior DoubleByteArray
11:53:18				107/515 - 0:00:00:00.262: Built behavior DoubleByteLayout
11:53:19				108/515 - 0:00:00:00.399: Built behavior DoubleLink
11:53:19				109/515 - 0:00:00:00.281: Built behavior DoubleLinkedList
11:53:19				110/515 - 0:00:00:00.26: Built behavior DoubleWordArray
11:53:20				111/515 - 0:00:00:00.263: Built behavior DoubleWordLayout
11:53:20				112/515 - 0:00:00:00.327: Built behavior DummySystemProgressItem
11:53:20				113/515 - 0:00:00:00.265: Built behavior DummyUIManager
11:53:20				114/515 - 0:00:00:00.366: Built behavior DuplicatedSlotName
11:53:21				115/515 - 0:00:00:00.332: Built behavior DuplicatedVariableError
11:53:21				116/515 - 0:00:00:00.265: Built behavior DynamicVariable
11:53:21				117/515 - 0:00:00:00.283: Built behavior EmptyLayout
11:53:22				118/515 - 0:00:00:00.247: Built behavior EncoderForSistaV1
11:53:22				119/515 - 0:00:00:00.364: Built behavior EndianDetector
11:53:23				120/515 - 0:00:00:00.613: Built behavior EphemeronLayout
11:53:23				121/515 - 0:00:00:00: Built behavior Error
11:53:23				122/515 - 0:00:00:00.328: Built behavior ErrorHandler
11:53:23				123/515 - 0:00:00:00.282: Built behavior ErrorHandlerSessionHandler
11:53:24				124/515 - 0:00:00:00.336: Built behavior ExactFloatPrintPolicy
11:53:24				125/515 - 0:00:00:00: Built behavior Exception
11:53:24				126/515 - 0:00:00:00.339: Built behavior ExceptionSet
11:53:24				127/515 - 0:00:00:00.388: Built behavior ExceptionSetWithExclusions
11:53:24				128/515 - 0:00:00:00: Built behavior ExecutionEnvironment
11:53:25				129/515 - 0:00:00:00.348: Built behavior Exit
11:53:25				130/515 - 0:00:00:00.308: Built behavior ExpressionEvaluated
11:53:25				131/515 - 0:00:00:00.315: Built behavior ExtensionPointsOwningPackageNotification
11:53:26				132/515 - 0:00:00:00.33: Built behavior ExternalAddress
11:53:28				133/515 - 0:00:00:02.703: Built behavior ExternalData
11:53:28				134/515 - 0:00:00:00: Built behavior ExternalObject
11:53:29				135/515 - 0:00:00:00.331: Built behavior ExternalSemaphoreTable
11:53:29				136/515 - 0:00:00:00: Built behavior ExternalStructure
11:53:29				137/515 - 0:00:00:00.447: Built behavior ExternalType
11:53:29				138/515 - 0:00:00:00.265: Built behavior ExternalUnion
11:53:30				139/515 - 0:00:00:00.314: Built behavior FFIBackend
11:53:30				140/515 - 0:00:00:00: Built behavior FFIConstants
11:53:30				141/515 - 0:00:00:00.248: Built behavior False
11:53:30				142/515 - 0:00:00:00.463: Built behavior File
11:53:31				143/515 - 0:00:00:00.334: Built behavior FileAlreadyExistsException
11:53:31				144/515 - 0:00:00:00.296: Built behavior FileDoesNotExistException
11:53:31				145/515 - 0:00:00:00: Built behavior FileException
11:53:31				146/515 - 0:00:00:00.312: Built behavior FilePathEncoder
11:53:32				147/515 - 0:00:00:00.275: Built behavior FileWriteError
11:53:32				148/515 - 0:00:00:00.41: Built behavior FinalizationProcess
11:53:32				149/515 - 0:00:00:00.387: Built behavior FinalizationRegistry
11:53:33				150/515 - 0:00:00:00.308: Built behavior FinalizationRegistryEntry
11:53:33				151/515 - 0:00:00:00.259: Built behavior FixedLayout
11:53:33				152/515 - 0:00:00:00: Built behavior Float
11:53:33				153/515 - 0:00:00:00.265: Built behavior Float32Array
11:53:33				154/515 - 0:00:00:00.277: Built behavior Float64Array
11:53:34				155/515 - 0:00:00:00.286: Built behavior FloatPrintPolicy
11:53:34				156/515 - 0:00:00:00.293: Built behavior Fraction
11:53:34				157/515 - 0:00:00:00.279: Built behavior FullBlockClosure
11:53:35				158/515 - 0:00:00:00.323: Built behavior Generator
11:53:35				159/515 - 0:00:00:00.292: Built behavior GlobalVariable
11:53:35				160/515 - 0:00:00:00.403: Built behavior HEAbstractExported
11:53:36				161/515 - 0:00:00:00.574: Built behavior HEAdditionalMethodState
11:53:36				162/515 - 0:00:00:00.249: Built behavior HEArray
11:53:36				163/515 - 0:00:00:00.296: Built behavior HEAssociation
11:53:37				164/515 - 0:00:00:00.336: Built behavior HEBinaryReader
11:53:37				165/515 - 0:00:00:00.258: Built behavior HEBoolean
11:53:37				166/515 - 0:00:00:00.281: Built behavior HEByteArray
11:53:38				167/515 - 0:00:00:00.262: Built behavior HEByteString
11:53:38				168/515 - 0:00:00:00.263: Built behavior HECharacter
11:53:39				169/515 - 0:00:00:00.929: Built behavior HEClass
11:53:39				170/515 - 0:00:00:00.535: Built behavior HEClassTrait
11:53:40				171/515 - 0:00:00:00.264: Built behavior HEClassVariable
11:53:40				172/515 - 0:00:00:00.409: Built behavior HECompiledBlock
11:53:40				173/515 - 0:00:00:00.329: Built behavior HEConstantBlock
11:53:40				174/515 - 0:00:00:00: Built behavior HEExportedLiteral
11:53:41				175/515 - 0:00:00:00.276: Built behavior HEExportedMetaclass
11:53:41				176/515 - 0:00:00:00.44: Built behavior HEExtendedEnvironment
11:53:41				177/515 - 0:00:00:00.272: Built behavior HEFloat
11:53:42				178/515 - 0:00:00:00.366: Built behavior HEFraction
11:53:42				179/515 - 0:00:00:00.257: Built behavior HEGlobalVariable
11:53:42				180/515 - 0:00:00:00.402: Built behavior HEInstaller
11:53:43				181/515 - 0:00:00:00.271: Built behavior HEInteger
11:53:43				182/515 - 0:00:00:00.467: Built behavior HEMethod
11:53:43				183/515 - 0:00:00:00: Built behavior HEMethodContainer
11:53:43				184/515 - 0:00:00:00.323: Built behavior HEMethodLiteral
11:53:44				185/515 - 0:00:00:00.352: Built behavior HEPackage
11:53:44				186/515 - 0:00:00:00.315: Built behavior HEPragma
11:53:44				187/515 - 0:00:00:00.262: Built behavior HEScaledDecimal
11:53:45				188/515 - 0:00:00:00.34: Built behavior HESendMessage
11:53:45				189/515 - 0:00:00:00: Built behavior HESymbol
11:53:45				190/515 - 0:00:00:00.303: Built behavior HETrait
11:53:45				191/515 - 0:00:00:00.28: Built behavior HETraitLiteral
11:53:46				192/515 - 0:00:00:00.284: Built behavior HEUndefinedObject
11:53:46				193/515 - 0:00:00:00.286: Built behavior HEWideString
11:53:46				194/515 - 0:00:00:00.467: Built behavior HashTableSizes
11:53:46				195/515 - 0:00:00:00: Built behavior HashedCollection
11:53:47				196/515 - 0:00:00:00.343: Built behavior Heap
11:53:47				197/515 - 0:00:00:00.298: Built behavior HermesCommandLineHandler
11:53:47				198/515 - 0:00:00:00.26: Built behavior IdentityBag
11:53:47				199/515 - 0:00:00:00.261: Built behavior IdentityDictionary
11:53:48				200/515 - 0:00:00:00.267: Built behavior IdentitySet
11:53:48				201/515 - 0:00:00:00.31: Built behavior IllegalFileName
11:53:48				202/515 - 0:00:00:00.404: Built behavior IllegalResumeAttempt
11:53:49				203/515 - 0:00:00:00.264: Built behavior ImmediateLayout
11:53:49				204/515 - 0:00:00:00.335: Built behavior IncompatibleLayoutConflict
11:53:50				205/515 - 0:00:00:00.603: Built behavior IndexedSlot
11:53:50				206/515 - 0:00:00:00.339: Built behavior InexactFloatPrintPolicy
11:53:50				207/515 - 0:00:00:00.346: Built behavior InstanceVariableNotFound
11:53:51				208/515 - 0:00:00:00.278: Built behavior InstanceVariableSlot
11:53:51				209/515 - 0:00:00:00.384: Built behavior InstructionClient
11:53:51				210/515 - 0:00:00:00.396: Built behavior InstructionStream
11:53:52				211/515 - 0:00:00:00.281: Built behavior Integer
11:53:52				212/515 - 0:00:00:00.268: Built behavior IntegerArray
11:53:52				213/515 - 0:00:00:00.322: Built behavior Interval
11:53:53				214/515 - 0:00:00:00.303: Built behavior InvalidGlobalName
11:53:53				215/515 - 0:00:00:00.307: Built behavior InvalidSlotName
11:53:54				216/515 - 0:00:00:00.597: Built behavior KeyNotFound
11:53:54				217/515 - 0:00:00:00.57: Built behavior KeyboardKey
11:53:54				218/515 - 0:00:00:00.283: Built behavior KeyedTree
11:53:55				219/515 - 0:00:00:00.337: Built behavior LargeInteger
11:53:55				220/515 - 0:00:00:00.271: Built behavior LargeNegativeInteger
11:53:55				221/515 - 0:00:00:00.268: Built behavior LargePositiveInteger
11:53:56				222/515 - 0:00:00:00.29: Built behavior LayoutClassScope
11:53:56				223/515 - 0:00:00:00.302: Built behavior LayoutEmptyScope
11:53:57				224/515 - 0:00:00:01.005: Built behavior LimitedWriteStream
11:53:57				225/515 - 0:00:00:00.366: Built behavior Link
11:53:58				226/515 - 0:00:00:00.311: Built behavior LinkedList
11:53:58				227/515 - 0:00:00:00: Built behavior LiteralVariable
11:53:58				228/515 - 0:00:00:00: Built behavior LookupKey
11:53:58				229/515 - 0:00:00:00.619: Built behavior MacOSPlatform
11:53:58				230/515 - 0:00:00:00.272: Built behavior MacOSXPlatform
11:53:58				231/515 - 0:00:00:00: Built behavior Magnitude
11:53:59				232/515 - 0:00:00:00.655: Built behavior ManifestAnnouncementsCore
11:53:59				233/515 - 0:00:00:00.29: Built behavior ManifestCollectionsAbstract
11:54:00				234/515 - 0:00:00:00.28: Built behavior ManifestCollectionsDoubleLinkedList
11:54:00				235/515 - 0:00:00:00.272: Built behavior ManifestCollectionsNative
11:54:00				236/515 - 0:00:00:00.289: Built behavior ManifestCollectionsSequenceable
11:54:01				237/515 - 0:00:00:00.355: Built behavior ManifestCollectionsStack
11:54:01				238/515 - 0:00:00:00.288: Built behavior ManifestCollectionsStreams
11:54:01				239/515 - 0:00:00:00.283: Built behavior ManifestCollectionsStrings
11:54:01				240/515 - 0:00:00:00.283: Built behavior ManifestCollectionsSupport
11:54:02				241/515 - 0:00:00:00.32: Built behavior ManifestCollectionsUnordered
11:54:02				242/515 - 0:00:00:00.355: Built behavior ManifestCollectionsWeak
11:54:02				243/515 - 0:00:00:00.295: Built behavior ManifestFileSystemPath
11:54:03				244/515 - 0:00:00:00.288: Built behavior ManifestFiles
11:54:03				245/515 - 0:00:00:00.286: Built behavior ManifestHermes
11:54:03				246/515 - 0:00:00:00.301: Built behavior ManifestKernel
11:54:04				247/515 - 0:00:00:00.306: Built behavior ManifestKernelCodeModel
11:54:04				248/515 - 0:00:00:00.371: Built behavior ManifestNumberParser
11:54:04				249/515 - 0:00:00:00.38: Built behavior ManifestPharoBootstrapInitialization
11:54:05				250/515 - 0:00:00:00.303: Built behavior ManifestSystemAnnouncements
11:54:05				251/515 - 0:00:00:00.311: Built behavior ManifestSystemBasicCommandLineHandler
11:54:05				252/515 - 0:00:00:00.31: Built behavior ManifestSystemCommandLine
11:54:06				253/515 - 0:00:00:00.398: Built behavior ManifestSystemCommandLineHandler
11:54:06				254/515 - 0:00:00:00.307: Built behavior ManifestSystemFinalization
11:54:06				255/515 - 0:00:00:00.304: Built behavior ManifestSystemPlatforms
11:54:07				256/515 - 0:00:00:00.309: Built behavior ManifestSystemSessionManager
11:54:07				257/515 - 0:00:00:00.304: Built behavior ManifestSystemSources
11:54:07				258/515 - 0:00:00:00.311: Built behavior ManifestSystemSupport
11:54:07				259/515 - 0:00:00:00.323: Built behavior ManifestTranscriptNonInteractive
11:54:08				260/515 - 0:00:00:00.333: Built behavior ManifestUIManager
11:54:08				261/515 - 0:00:00:00.407: Built behavior Message
11:54:09				262/515 - 0:00:00:00.388: Built behavior MessageNotUnderstood
11:54:09				263/515 - 0:00:00:00.337: Built behavior MessageSend
11:54:09				264/515 - 0:00:00:00.346: Built behavior Metaclass
11:54:10				265/515 - 0:00:00:00.614: Built behavior MethodAdded
11:54:10				266/515 - 0:00:00:00: Built behavior MethodAnnouncement
11:54:10				267/515 - 0:00:00:00.288: Built behavior MethodDictionary
11:54:11				268/515 - 0:00:00:00.336: Built behavior MethodModified
11:54:11				269/515 - 0:00:00:00.317: Built behavior MethodRecategorized
11:54:11				270/515 - 0:00:00:00.332: Built behavior MethodRemoved
11:54:12				271/515 - 0:00:00:00.328: Built behavior MethodRepackaged
11:54:12				272/515 - 0:00:00:00.421: Built behavior ModificationForbidden
11:54:12				273/515 - 0:00:00:00.48: Built behavior Monitor
11:54:13				274/515 - 0:00:00:00.356: Built behavior MonitorDelay
11:54:13				275/515 - 0:00:00:00.421: Built behavior Mutex
11:54:14				276/515 - 0:00:00:00.412: Built behavior MutexSet
11:54:14				277/515 - 0:00:00:00.369: Built behavior NewUndeclaredWarning
11:54:14				278/515 - 0:00:00:00.271: Built behavior NoChangesLog
11:54:15				279/515 - 0:00:00:00.68: Built behavior NoPharoFilesOpener
11:54:15				280/515 - 0:00:00:00.382: Built behavior NonBooleanReceiver
11:54:15				281/515 - 0:00:00:00: Built behavior NonInteractiveTranscript
11:54:16				282/515 - 0:00:00:00.302: Built behavior NonInteractiveUIManager
11:54:16				283/515 - 0:00:00:00: Built behavior NotFound
11:54:16				284/515 - 0:00:00:00.691: Built behavior NotYetImplemented
11:54:16				285/515 - 0:00:00:00: Built behavior Notification
11:54:17				286/515 - 0:00:00:00.281: Built behavior NullFFIBackend
11:54:17				287/515 - 0:00:00:00.342: Built behavior NullStream
11:54:17				288/515 - 0:00:00:00.36: Built behavior NullTermInfo
11:54:17				289/515 - 0:00:00:00: Built behavior Number
11:54:18				290/515 - 0:00:00:00.634: Built behavior NumberParser
11:54:18				291/515 - 0:00:00:00: Built behavior OSPlatform
11:54:18				292/515 - 0:00:00:00.366: Built behavior OSPlatformVisitor
11:54:18				293/515 - 0:00:00:00: Built behavior Object
11:54:19				294/515 - 0:00:00:00.3: Built behavior ObjectFinalizer
11:54:19				295/515 - 0:00:00:00.649: Built behavior ObjectFinalizerCollection
11:54:19				296/515 - 0:00:00:00: Built behavior ObjectLayout
11:54:19				297/515 - 0:00:00:00: Built behavior OrderedCollection
11:54:20				298/515 - 0:00:00:00.37: Built behavior OrderedDictionary
11:54:20				299/515 - 0:00:00:00.306: Built behavior OrderedIdentityDictionary
11:54:20				300/515 - 0:00:00:00.335: Built behavior OutOfMemory
11:54:21				301/515 - 0:00:00:00.465: Built behavior Package
11:54:21				302/515 - 0:00:00:00.607: Built behavior PackageAdded
11:54:21				303/515 - 0:00:00:00: Built behavior PackageAnnouncement
11:54:22				304/515 - 0:00:00:00.409: Built behavior PackageConflictError
11:54:22				305/515 - 0:00:00:00: Built behavior PackageManifest
11:54:22				306/515 - 0:00:00:00.425: Built behavior PackageOrganizer
11:54:22				307/515 - 0:00:00:00.301: Built behavior PackageRemoved
11:54:23				308/515 - 0:00:00:00.329: Built behavior PackageRenamed
11:54:23				309/515 - 0:00:00:00.413: Built behavior PackageTag
11:54:24				310/515 - 0:00:00:00.633: Built behavior PackageTagAdded
11:54:24				311/515 - 0:00:00:00: Built behavior PackageTagAnnouncement
11:54:24				312/515 - 0:00:00:00.291: Built behavior PackageTagRemoved
11:54:25				313/515 - 0:00:00:00.355: Built behavior PackageTagRenamed
11:54:25				314/515 - 0:00:00:00: Built behavior Path
11:54:25				315/515 - 0:00:00:00.373: Built behavior PerformMessageCommandLineHandler
11:54:25				316/515 - 0:00:00:00.395: Built behavior PharoBootstrapInitialization
11:54:26				317/515 - 0:00:00:00.341: Built behavior PharoCommandLineHandler
11:54:26				318/515 - 0:00:00:00: Built behavior PharoFilesOpener
11:54:26				319/515 - 0:00:00:00.349: Built behavior PluggableDictionary
11:54:26				320/515 - 0:00:00:00.355: Built behavior PluggableSet
11:54:27				321/515 - 0:00:00:00.403: Built behavior Point
11:54:27				322/515 - 0:00:00:00: Built behavior PointerLayout
11:54:27				323/515 - 0:00:00:00: Built behavior PositionableStream
11:54:27				324/515 - 0:00:00:00.35: Built behavior Pragma
11:54:28				325/515 - 0:00:00:00.44: Built behavior PrimitiveError
11:54:28				326/515 - 0:00:00:00.51: Built behavior PrimitiveFailed
11:54:28				327/515 - 0:00:00:00.318: Built behavior PrintVersionCommandLineHandler
11:54:29				328/515 - 0:00:00:00.63: Built behavior Process
11:54:29				329/515 - 0:00:00:00.33: Built behavior ProcessAlreadyTerminating
11:54:30				330/515 - 0:00:00:00.333: Built behavior ProcessList
11:54:30				331/515 - 0:00:00:00: Built behavior ProcessLocalVariable
11:54:30				332/515 - 0:00:00:00: Built behavior ProcessSpecificVariable
11:54:30				333/515 - 0:00:00:00.592: Built behavior ProcessorScheduler
11:54:30				334/515 - 0:00:00:00: Built behavior ProtoObject
11:54:31				335/515 - 0:00:00:00.436: Built behavior Protocol
11:54:31				336/515 - 0:00:00:00.676: Built behavior ProtocolAdded
11:54:31				337/515 - 0:00:00:00: Built behavior ProtocolAnnouncement
11:54:32				338/515 - 0:00:00:00.304: Built behavior ProtocolRemoved
11:54:32				339/515 - 0:00:00:00.324: Built behavior ProtocolRenamed
11:54:32				340/515 - 0:00:00:00.345: Built behavior ProvideAnswerNotification
11:54:33				341/515 - 0:00:00:00.324: Built behavior PseudoVariable
11:54:33				342/515 - 0:00:00:00.35: Built behavior ReadOnlyFileException
11:54:33				343/515 - 0:00:00:00.294: Built behavior ReadStream
11:54:34				344/515 - 0:00:00:00.322: Built behavior ReadWriteStream
11:54:34				345/515 - 0:00:00:00.429: Built behavior Rectangle
11:54:34				346/515 - 0:00:00:00.433: Built behavior RecursionStopper
11:54:35				347/515 - 0:00:00:00.28: Built behavior RelativePath
11:54:37				348/515 - 0:00:00:01.898: Built behavior RemoteString
11:54:37				349/515 - 0:00:00:00.303: Built behavior SaveCommandLineHandler
11:54:37				350/515 - 0:00:00:00.308: Built behavior ScaledDecimal
11:54:37				351/515 - 0:00:00:00: Built behavior SelectorException
11:54:38				352/515 - 0:00:00:00.343: Built behavior SelfVariable
11:54:38				353/515 - 0:00:00:00.333: Built behavior Semaphore
11:54:38				354/515 - 0:00:00:00: Built behavior SequenceableCollection
11:54:38				355/515 - 0:00:00:00.386: Built behavior SessionAccessModeResolver
11:54:39				356/515 - 0:00:00:00.421: Built behavior SessionCategory
11:54:39				357/515 - 0:00:00:00.558: Built behavior SessionManager
11:54:39				358/515 - 0:00:00:00: Built behavior Set
11:54:40				359/515 - 0:00:00:00.42: Built behavior ShAbstractChange
11:54:40				360/515 - 0:00:00:00.422: Built behavior ShAbstractChangeDetector
11:54:41				361/515 - 0:00:00:00.387: Built behavior ShAbstractClassChangeDetector
11:54:41				362/515 - 0:00:00:00.308: Built behavior ShAbstractInstanceSideClassChangeDetector
11:54:41				363/515 - 0:00:00:00.305: Built behavior ShBitLayoutChangeDetector
11:54:41				364/515 - 0:00:00:00.289: Built behavior ShBitLayoutChanged
11:54:42				365/515 - 0:00:00:00.284: Built behavior ShClassChanged
11:54:42				366/515 - 0:00:00:00.312: Built behavior ShClassSlotChangeDetector
11:54:42				367/515 - 0:00:00:00.423: Built behavior ShDefaultBuilderEnhancer
11:54:43				368/515 - 0:00:00:00.288: Built behavior ShInstanceShapeChanged
11:54:43				369/515 - 0:00:00:00.362: Built behavior ShLayoutChangeDetector
11:54:44				370/515 - 0:00:00:00.509: Built behavior ShLayoutDefinition
11:54:44				371/515 - 0:00:00:00.296: Built behavior ShMetaclassChangeDetector
11:54:44				372/515 - 0:00:00:00.286: Built behavior ShMetaclassChanged
11:54:45				373/515 - 0:00:00:00.308: Built behavior ShNoChangesInClass
11:54:45				374/515 - 0:00:00:00.306: Built behavior ShSharedPoolChangeDetector
11:54:45				375/515 - 0:00:00:00.297: Built behavior ShSharedVariablesChangeDetector
11:54:45				376/515 - 0:00:00:00.3: Built behavior ShSlotChangeDetector
11:54:46				377/515 - 0:00:00:00.306: Built behavior ShSuperclassChangeDetector
11:54:46				378/515 - 0:00:00:00.287: Built behavior ShSuperclassChanged
11:54:46				379/515 - 0:00:00:00: Built behavior SharedPool
11:54:46				380/515 - 0:00:00:00.359: Built behavior SharedQueue
11:54:47				381/515 - 0:00:00:00.682: Built behavior ShiftAnonymousClassInstaller
11:54:48				382/515 - 0:00:00:00.9: Built behavior ShiftClassBuilder
11:54:48				383/515 - 0:00:00:00: Built behavior ShiftClassInstaller
11:54:48				384/515 - 0:00:00:00.387: Built behavior ShiftClassSideBuilder
11:54:49				385/515 - 0:00:00:00.338: Built behavior ShouldBeImplemented
11:54:49				386/515 - 0:00:00:00.332: Built behavior ShouldNotImplement
11:54:49				387/515 - 0:00:00:00.37: Built behavior SimulationExceptionWrapper
11:54:50				388/515 - 0:00:00:00.339: Built behavior SizeMismatch
11:54:50				389/515 - 0:00:00:00: Built behavior Slot
11:54:50				390/515 - 0:00:00:00.386: Built behavior SlotNotFound
11:54:50				391/515 - 0:00:00:00.38: Built behavior SmallDictionary
11:54:51				392/515 - 0:00:00:00.3: Built behavior SmallFloat64
11:54:51				393/515 - 0:00:00:00.312: Built behavior SmallIdentityDictionary
11:54:51				394/515 - 0:00:00:00.376: Built behavior SmallInteger
11:54:52				395/515 - 0:00:00:00.632: Built behavior SmalltalkImage
11:54:53				396/515 - 0:00:00:00.567: Built behavior SnapshotOperation
11:54:53				397/515 - 0:00:00:00.327: Built behavior SortedCollection
11:54:53				398/515 - 0:00:00:00.299: Built behavior SourceChunkWriteStream
11:54:54				399/515 - 0:00:00:00.48: Built behavior SourceFile
11:54:54				400/515 - 0:00:00:00.473: Built behavior SourceFileArray
11:54:55				401/515 - 0:00:00:00.584: Built behavior SourceFileBufferedReadWriteStream
11:54:55				402/515 - 0:00:00:00.467: Built behavior SourceFileCharacterReadWriteStream
11:54:56				403/515 - 0:00:00:00.71: Built behavior SparseLargeArray
11:54:56				404/515 - 0:00:00:00: Built behavior SparseLargeTable
11:54:56				405/515 - 0:00:00:00.283: Built behavior Stack
11:54:57				406/515 - 0:00:00:00.297: Built behavior StartupUIManager
11:54:57				407/515 - 0:00:00:00.545: Built behavior Stdio
11:54:57				408/515 - 0:00:00:00.328: Built behavior StdioStream
11:54:57				409/515 - 0:00:00:00: Built behavior Stream
11:54:57				410/515 - 0:00:00:00: Built behavior String
11:54:58				411/515 - 0:00:00:00.35: Built behavior SubclassResponsibility
11:54:58				412/515 - 0:00:00:00.461: Built behavior SubscriptOutOfBounds
11:54:59				413/515 - 0:00:00:00.479: Built behavior SubscriptionRegistry
11:54:59				414/515 - 0:00:00:00.316: Built behavior SuperVariable
11:54:59				415/515 - 0:00:00:00: Built behavior Symbol
11:55:00				416/515 - 0:00:00:00.468: Built behavior SymbolNotFoundError
11:55:00				417/515 - 0:00:00:00.38: Built behavior SymbolTableSemaphore
11:55:00				418/515 - 0:00:00:00: Built behavior SystemAnnouncement
11:55:00				419/515 - 0:00:00:00.333: Built behavior SystemAnnouncer
11:55:01				420/515 - 0:00:00:00.48: Built behavior SystemBuildInfo
11:55:01				421/515 - 0:00:00:00.421: Built behavior SystemEnvironment
11:55:02				422/515 - 0:00:00:00.444: Built behavior SystemNavigation
11:55:02				423/515 - 0:00:00:00: Built behavior SystemNotification
11:55:02				424/515 - 0:00:00:00.625: Built behavior SystemVersion
11:55:03				425/515 - 0:00:00:00.304: Built behavior TermInfoCharacter
11:55:03				426/515 - 0:00:00:00.423: Built behavior Termcap
11:55:03				427/515 - 0:00:00:00.332: Built behavior ThisContextVariable
11:55:04				428/515 - 0:00:00:00.302: Built behavior ThisProcessVariable
11:55:04				429/515 - 0:00:00:00.323: Built behavior TimedOut
11:55:04				430/515 - 0:00:00:00.318: Built behavior True
11:55:04				431/515 - 0:00:00:00: Built behavior UIManager
11:55:05				432/515 - 0:00:00:00.289: Built behavior UNCNetworkPath
11:55:05				433/515 - 0:00:00:00.293: Built behavior UndeclaredRegistry
11:55:05				434/515 - 0:00:00:00.313: Built behavior UndeclaredVariable
11:55:06				435/515 - 0:00:00:00.394: Built behavior UndeclaredVariableError
11:55:06				436/515 - 0:00:00:00.33: Built behavior UndeclaredVariableRead
11:55:06				437/515 - 0:00:00:00.362: Built behavior UndeclaredVariableWrite
11:55:07				438/515 - 0:00:00:00.421: Built behavior UndefinedObject
11:55:07				439/515 - 0:00:00:00.339: Built behavior UndefinedPackage
11:55:07				440/515 - 0:00:00:00.332: Built behavior UndefinedPackageTag
11:55:08				441/515 - 0:00:00:00.375: Built behavior UndefinedSlot
11:55:08				442/515 - 0:00:00:00.674: Built behavior UnhandledError
11:55:08				443/515 - 0:00:00:00: Built behavior UnhandledException
11:55:09				444/515 - 0:00:00:00.591: Built behavior Unix32Platform
11:55:09				445/515 - 0:00:00:00.295: Built behavior Unix64Platform
11:55:10				446/515 - 0:00:00:00.313: Built behavior UnixARM32Platform
11:55:10				447/515 - 0:00:00:00: Built behavior UnixPlatform
11:55:10				448/515 - 0:00:00:00.354: Built behavior UnwindError
11:55:10				449/515 - 0:00:00:00.555: Built behavior VTermOutputDriver
11:55:11				450/515 - 0:00:00:00.309: Built behavior ValueLink
11:55:11				451/515 - 0:00:00:00.312: Built behavior ValueNotFound
11:55:11				452/515 - 0:00:00:00: Built behavior Variable
11:55:11				453/515 - 0:00:00:00.327: Built behavior VariableLayout
11:55:12				454/515 - 0:00:00:00.457: Built behavior VirtualMachine
11:55:12				455/515 - 0:00:00:00: Built behavior Warning
11:55:12				456/515 - 0:00:00:00.341: Built behavior WeakAnnouncementSubscription
11:55:13				457/515 - 0:00:00:00.275: Built behavior WeakArray
11:55:13				458/515 - 0:00:00:00.311: Built behavior WeakIdentityKeyDictionary
11:55:13				459/515 - 0:00:00:00.587: Built behavior WeakIdentitySet
11:55:14				460/515 - 0:00:00:00.603: Built behavior WeakIdentityValueDictionary
11:55:14				461/515 - 0:00:00:00.314: Built behavior WeakKeyAssociation
11:55:15				462/515 - 0:00:00:00.333: Built behavior WeakKeyDictionary
11:55:15				463/515 - 0:00:00:00.328: Built behavior WeakLayout
11:55:15				464/515 - 0:00:00:00.343: Built behavior WeakMessageSend
11:55:16				465/515 - 0:00:00:00.321: Built behavior WeakOrderedCollection
11:55:16				466/515 - 0:00:00:00: Built behavior WeakSet
11:55:16				467/515 - 0:00:00:00.472: Built behavior WeakSubscriptionBuilder
11:55:16				468/515 - 0:00:00:00.303: Built behavior WeakValueAssociation
11:55:16				469/515 - 0:00:00:00: Built behavior WeakValueDictionary
11:55:17				470/515 - 0:00:00:00.354: Built behavior WideCharacterSet
11:55:17				471/515 - 0:00:00:00.316: Built behavior WideString
11:55:17				472/515 - 0:00:00:00.292: Built behavior WideSymbol
11:55:18				473/515 - 0:00:00:00.582: Built behavior Win32Platform
11:55:18				474/515 - 0:00:00:00.293: Built behavior Win32WideString
11:55:19				475/515 - 0:00:00:00.299: Built behavior Win64Platform
11:55:19				476/515 - 0:00:00:00: Built behavior WinPlatform
11:55:19				477/515 - 0:00:00:00.288: Built behavior WordArray
11:55:19				478/515 - 0:00:00:00.297: Built behavior WordLayout
11:55:20				479/515 - 0:00:00:00.532: Built behavior WorkingSession
11:55:20				480/515 - 0:00:00:00.335: Built behavior WorkspaceVariable
11:55:20				481/515 - 0:00:00:00: Built behavior WriteStream
11:55:21				482/515 - 0:00:00:00.602: Built behavior ZeroDivide
11:55:21				483/515 - 0:00:00:00.695: Built behavior ZnBase64Encoder
11:55:22				484/515 - 0:00:00:00.494: Built behavior ZnBufferedReadStream
11:55:22				485/515 - 0:00:00:00.486: Built behavior ZnBufferedReadWriteStream
11:55:23				486/515 - 0:00:00:00.485: Built behavior ZnBufferedWriteStream
11:55:24				487/515 - 0:00:00:01.212: Built behavior ZnByteEncoder
11:55:24				488/515 - 0:00:00:00.424: Built behavior ZnByteStringBecameWideString
11:55:25				489/515 - 0:00:00:00.498: Built behavior ZnCRLFReadStream
11:55:25				490/515 - 0:00:00:00: Built behavior ZnCharacterEncoder
11:55:25				491/515 - 0:00:00:00.397: Built behavior ZnCharacterEncodingError
11:55:26				492/515 - 0:00:00:01.101: Built behavior ZnCharacterReadStream
11:55:27				493/515 - 0:00:00:00.492: Built behavior ZnCharacterReadWriteStream
11:55:28				494/515 - 0:00:00:00.609: Built behavior ZnCharacterWriteStream
11:55:28				495/515 - 0:00:00:00.313: Built behavior ZnCodePointReadStream
11:55:28				496/515 - 0:00:00:00.325: Built behavior ZnCodePointWriteStream
11:55:29				497/515 - 0:00:00:00.469: Built behavior ZnCrPortableWriteStream
11:55:29				498/515 - 0:00:00:00.304: Built behavior ZnDefaultCharacterEncoder
11:55:29				499/515 - 0:00:00:00: Built behavior ZnEncodedReadStream
11:55:29				500/515 - 0:00:00:00: Built behavior ZnEncodedStream
11:55:29				501/515 - 0:00:00:00: Built behavior ZnEncodedWriteStream
11:55:30				502/515 - 0:00:00:00.609: Built behavior ZnEndianSensitiveUTFEncoder
11:55:30				503/515 - 0:00:00:00.455: Built behavior ZnEndianessReadWriteStream
11:55:31				504/515 - 0:00:00:00.521: Built behavior ZnFastLineReader
11:55:31				505/515 - 0:00:00:00.306: Built behavior ZnIncomplete
11:55:31				506/515 - 0:00:00:00.308: Built behavior ZnInvalidUTF8
11:55:32				507/515 - 0:00:00:00.393: Built behavior ZnNewLineWriterStream
11:55:32				508/515 - 0:00:00:00.289: Built behavior ZnNullEncoder
11:55:32				509/515 - 0:00:00:00.525: Built behavior ZnPercentEncoder
11:55:33				510/515 - 0:00:00:00.541: Built behavior ZnPositionableReadStream
11:55:33				511/515 - 0:00:00:00: Built behavior ZnSimplifiedByteEncoder
11:55:33				512/515 - 0:00:00:00.31: Built behavior ZnUTF16Encoder
11:55:34				513/515 - 0:00:00:00.304: Built behavior ZnUTF32Encoder
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
11:55:34				514/515 - 0:00:00:00.375: Built behavior ZnUTF8Encoder
11:55:34				515/515 - 0:00:00:00: Built behavior ZnUTFEncoder
11:55:34				End: Create classes
11:55:34				Begin: Installing defined methods
11:55:34				002/515 - 1/5: Installing method AbsolutePath>>isAbsolute
11:55:42				002/515 - 2/5: Installing method AbsolutePath>>isRoot
11:55:42				002/515 - 3/5: Installing method AbsolutePath>>printOn:
11:55:42				002/515 - 4/5: Installing method AbsolutePath>>printPathOn:delimiter:
11:55:42				002/515 - 5/5: Installing method AbsolutePath>>withParents
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
11:55:42				002/515 - 1/4: Installing method AbsolutePath class>>addEmptyElementTo:
11:55:42				002/515 - 2/4: Installing method AbsolutePath class>>addParentElementTo:on:
11:55:42				002/515 - 3/4: Installing method AbsolutePath class>>from:delimiter:
11:55:42				002/515 - 4/4: Installing method AbsolutePath class>>removeRedundantSegments:
11:55:43				003/515 - 1/14: Installing method AbstractAnnouncementSubscription>>action
11:55:43				003/515 - 2/14: Installing method AbstractAnnouncementSubscription>>action:
11:55:43				003/515 - 3/14: Installing method AbstractAnnouncementSubscription>>announcementClass
11:55:43				003/515 - 4/14: Installing method AbstractAnnouncementSubscription>>announcementClass:
11:55:43				003/515 - 5/14: Installing method AbstractAnnouncementSubscription>>announcer
11:55:43				003/515 - 6/14: Installing method AbstractAnnouncementSubscription>>announcer:
11:55:43				003/515 - 7/14: Installing method AbstractAnnouncementSubscription>>deliver:
11:55:43				003/515 - 8/14: Installing method AbstractAnnouncementSubscription>>handlesAnnouncement:
11:55:43				003/515 - 9/14: Installing method AbstractAnnouncementSubscription>>makeStrong
11:55:43				003/515 - 10/14: Installing method AbstractAnnouncementSubscription>>makeWeak
11:55:43				003/515 - 11/14: Installing method AbstractAnnouncementSubscription>>printOn:
11:55:43				003/515 - 12/14: Installing method AbstractAnnouncementSubscription>>subscriber
11:55:43				003/515 - 13/14: Installing method AbstractAnnouncementSubscription>>subscriber:
11:55:43				003/515 - 14/14: Installing method AbstractAnnouncementSubscription>>valuable:
11:55:44				004/515 - 1/38: Installing method AbstractBinaryFileStream>>atEnd
11:55:44				004/515 - 2/38: Installing method AbstractBinaryFileStream>>contents
11:55:44				004/515 - 3/38: Installing method AbstractBinaryFileStream>>cr
11:55:44				004/515 - 4/38: Installing method AbstractBinaryFileStream>>crlf
11:55:44				004/515 - 5/38: Installing method AbstractBinaryFileStream>>file
11:55:44				004/515 - 6/38: Installing method AbstractBinaryFileStream>>file:
11:55:44				004/515 - 7/38: Installing method AbstractBinaryFileStream>>flush
11:55:44				004/515 - 8/38: Installing method AbstractBinaryFileStream>>handle:file:forWrite:
11:55:44				004/515 - 9/38: Installing method AbstractBinaryFileStream>>isBinary
11:55:44				004/515 - 10/38: Installing method AbstractBinaryFileStream>>lf
11:55:44				004/515 - 11/38: Installing method AbstractBinaryFileStream>>name
11:55:44				004/515 - 12/38: Installing method AbstractBinaryFileStream>>next
11:55:44				004/515 - 13/38: Installing method AbstractBinaryFileStream>>next:
11:55:44				004/515 - 14/38: Installing method AbstractBinaryFileStream>>next:into:
11:55:44				004/515 - 15/38: Installing method AbstractBinaryFileStream>>next:into:startingAt:
11:55:44				004/515 - 16/38: Installing method AbstractBinaryFileStream>>next:putAll:
11:55:44				004/515 - 17/38: Installing method AbstractBinaryFileStream>>next:putAll:startingAt:
11:55:44				004/515 - 18/38: Installing method AbstractBinaryFileStream>>nextInto:
11:55:44				004/515 - 19/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:
11:55:44				004/515 - 20/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:put:
11:55:44				004/515 - 21/38: Installing method AbstractBinaryFileStream>>nextPut:
11:55:44				004/515 - 22/38: Installing method AbstractBinaryFileStream>>nextPutAll:
11:55:44				004/515 - 23/38: Installing method AbstractBinaryFileStream>>peek
11:55:44				004/515 - 24/38: Installing method AbstractBinaryFileStream>>position
11:55:44				004/515 - 25/38: Installing method AbstractBinaryFileStream>>position:
11:55:44				004/515 - 26/38: Installing method AbstractBinaryFileStream>>printOn:
11:55:44				004/515 - 27/38: Installing method AbstractBinaryFileStream>>readInto:startingAt:count:
11:55:44				004/515 - 28/38: Installing method AbstractBinaryFileStream>>releaseSemaphores
11:55:44				004/515 - 29/38: Installing method AbstractBinaryFileStream>>reset
11:55:44				004/515 - 30/38: Installing method AbstractBinaryFileStream>>setToEnd
11:55:44				004/515 - 31/38: Installing method AbstractBinaryFileStream>>size
11:55:44				004/515 - 32/38: Installing method AbstractBinaryFileStream>>skip:
11:55:44				004/515 - 33/38: Installing method AbstractBinaryFileStream>>sync
11:55:44				004/515 - 34/38: Installing method AbstractBinaryFileStream>>upTo:
11:55:44				004/515 - 35/38: Installing method AbstractBinaryFileStream>>upToAnyOf:
11:55:44				004/515 - 36/38: Installing method AbstractBinaryFileStream>>upToEnd
11:55:44				004/515 - 37/38: Installing method AbstractBinaryFileStream>>waitForData
11:55:44				004/515 - 38/38: Installing method AbstractBinaryFileStream>>writeFrom:startingAt:count:
11:55:44				004/515 - 1/2: Installing method AbstractBinaryFileStream class>>handle:file:forWrite:
11:55:44				004/515 - 2/2: Installing method AbstractBinaryFileStream class>>isAbstract
11:55:44				005/515 - 1/6: Installing method AbstractDelayTicker>>millisecondsUntilTick:
11:55:44				005/515 - 2/6: Installing method AbstractDelayTicker>>nowTick
11:55:44				005/515 - 3/6: Installing method AbstractDelayTicker>>restoreResumptionTimes:
11:55:44				005/515 - 4/6: Installing method AbstractDelayTicker>>saveResumptionTimes:
11:55:44				005/515 - 5/6: Installing method AbstractDelayTicker>>tickAfterMilliseconds:
11:55:44				005/515 - 6/6: Installing method AbstractDelayTicker>>waitForUserSignalled:orExpired:
11:55:44				005/515 - 1/1: Installing method AbstractDelayTicker class>>isAbstract
11:55:45				006/515 - 1/37: Installing method AbstractLayout>>=
11:55:45				006/515 - 2/37: Installing method AbstractLayout>>allSlots
11:55:45				006/515 - 3/37: Installing method AbstractLayout>>allSlotsDo:
11:55:45				006/515 - 4/37: Installing method AbstractLayout>>allVisibleSlots
11:55:45				006/515 - 5/37: Installing method AbstractLayout>>checkIntegrity
11:55:45				006/515 - 6/37: Installing method AbstractLayout>>checkSanity
11:55:45				006/515 - 7/37: Installing method AbstractLayout>>definesSlot:
11:55:45				006/515 - 8/37: Installing method AbstractLayout>>extend:
11:55:45				006/515 - 9/37: Installing method AbstractLayout>>extendByte
11:55:45				006/515 - 10/37: Installing method AbstractLayout>>extendDoubleByte
11:55:45				006/515 - 11/37: Installing method AbstractLayout>>extendDoubleWord
11:55:45				006/515 - 12/37: Installing method AbstractLayout>>extendImmediate
11:55:45				006/515 - 13/37: Installing method AbstractLayout>>extendVariable:
11:55:45				006/515 - 14/37: Installing method AbstractLayout>>extendWord
11:55:45				006/515 - 15/37: Installing method AbstractLayout>>fieldSize
11:55:45				006/515 - 16/37: Installing method AbstractLayout>>hasBindingThatBeginsWith:
11:55:45				006/515 - 17/37: Installing method AbstractLayout>>hasFields
11:55:45				006/515 - 18/37: Installing method AbstractLayout>>hasSlot:
11:55:45				006/515 - 19/37: Installing method AbstractLayout>>hasSlotNamed:
11:55:45				006/515 - 20/37: Installing method AbstractLayout>>hasSlots
11:55:45				006/515 - 21/37: Installing method AbstractLayout>>hash
11:55:45				006/515 - 22/37: Installing method AbstractLayout>>host
11:55:45				006/515 - 23/37: Installing method AbstractLayout>>host:
11:55:45				006/515 - 24/37: Installing method AbstractLayout>>instVarNames
11:55:45				006/515 - 25/37: Installing method AbstractLayout>>isBits
11:55:45				006/515 - 26/37: Installing method AbstractLayout>>isBytes
11:55:45				006/515 - 27/37: Installing method AbstractLayout>>isDoubleBytes
11:55:45				006/515 - 28/37: Installing method AbstractLayout>>isDoubleWords
11:55:45				006/515 - 29/37: Installing method AbstractLayout>>isFixedLayout
11:55:45				006/515 - 30/37: Installing method AbstractLayout>>isVariable
11:55:45				006/515 - 31/37: Installing method AbstractLayout>>isWeak
11:55:45				006/515 - 32/37: Installing method AbstractLayout>>isWords
11:55:45				006/515 - 33/37: Installing method AbstractLayout>>resolveSlot:
11:55:45				006/515 - 34/37: Installing method AbstractLayout>>resolveSlot:ifFound:ifNone:
11:55:45				006/515 - 35/37: Installing method AbstractLayout>>slotScope
11:55:45				006/515 - 36/37: Installing method AbstractLayout>>slots
11:55:45				006/515 - 37/37: Installing method AbstractLayout>>visibleSlots
11:55:45				006/515 - 1/1: Installing method AbstractLayout class>>isAbstract
11:55:45				007/515 - 1/24: Installing method AbstractLayoutScope>>=
11:55:45				007/515 - 2/24: Installing method AbstractLayoutScope>>allSlotsDo:
11:55:45				007/515 - 3/24: Installing method AbstractLayoutScope>>allVisibleSlots
11:55:45				007/515 - 4/24: Installing method AbstractLayoutScope>>extend
11:55:45				007/515 - 5/24: Installing method AbstractLayoutScope>>extend:
11:55:45				007/515 - 6/24: Installing method AbstractLayoutScope>>extend:as:
11:55:45				007/515 - 7/24: Installing method AbstractLayoutScope>>fieldSize
11:55:46				007/515 - 8/24: Installing method AbstractLayoutScope>>firstFieldIndex
11:55:46				007/515 - 9/24: Installing method AbstractLayoutScope>>flatten
11:55:46				007/515 - 10/24: Installing method AbstractLayoutScope>>flattenIn:
11:55:46				007/515 - 11/24: Installing method AbstractLayoutScope>>hasBindingThatBeginsWith:
11:55:46				007/515 - 12/24: Installing method AbstractLayoutScope>>hasFields
11:55:46				007/515 - 13/24: Installing method AbstractLayoutScope>>hasSlots
11:55:46				007/515 - 14/24: Installing method AbstractLayoutScope>>hash
11:55:46				007/515 - 15/24: Installing method AbstractLayoutScope>>ifEmpty:
11:55:46				007/515 - 16/24: Installing method AbstractLayoutScope>>ifNotEmpty:
11:55:46				007/515 - 17/24: Installing method AbstractLayoutScope>>indexOf:
11:55:46				007/515 - 18/24: Installing method AbstractLayoutScope>>indexOf:ifAbsent:
11:55:46				007/515 - 19/24: Installing method AbstractLayoutScope>>isEmpty
11:55:46				007/515 - 20/24: Installing method AbstractLayoutScope>>ownFieldSize
11:55:46				007/515 - 21/24: Installing method AbstractLayoutScope>>resolveSlot:
11:55:46				007/515 - 22/24: Installing method AbstractLayoutScope>>resolveSlot:ifFound:ifNone:
11:55:46				007/515 - 23/24: Installing method AbstractLayoutScope>>visibleSlotNames
11:55:46				007/515 - 24/24: Installing method AbstractLayoutScope>>visibleSlots
11:55:46				007/515 - 1/1: Installing method AbstractLayoutScope class>>isAbstract
11:55:46				008/515 - 1/4: Installing method AbstractSessionHandler>>handledId
11:55:46				008/515 - 2/4: Installing method AbstractSessionHandler>>printOn:
11:55:46				008/515 - 3/4: Installing method AbstractSessionHandler>>shutdown:
11:55:46				008/515 - 4/4: Installing method AbstractSessionHandler>>startup:
11:55:46				008/515 - 1/1: Installing method AbstractSessionHandler class>>isAbstract
11:55:46				009/515 - 1/3: Installing method AdditionalBinding>>emitStore:
11:55:46				009/515 - 2/3: Installing method AdditionalBinding>>emitValue:
11:55:46				009/515 - 3/3: Installing method AdditionalBinding>>isReferenced
11:55:47				010/515 - 1/33: Installing method AdditionalMethodState>>analogousCodeTo:
11:55:47				010/515 - 2/33: Installing method AdditionalMethodState>>at:
11:55:47				010/515 - 3/33: Installing method AdditionalMethodState>>at:ifAbsent:
11:55:47				010/515 - 4/33: Installing method AdditionalMethodState>>at:ifAbsentPut:
11:55:47				010/515 - 5/33: Installing method AdditionalMethodState>>at:ifPresent:
11:55:47				010/515 - 6/33: Installing method AdditionalMethodState>>at:put:
11:55:47				010/515 - 7/33: Installing method AdditionalMethodState>>copyWith:
11:55:47				010/515 - 8/33: Installing method AdditionalMethodState>>copyWithout:
11:55:47				010/515 - 9/33: Installing method AdditionalMethodState>>includes:
11:55:47				010/515 - 10/33: Installing method AdditionalMethodState>>includesKey:
11:55:47				010/515 - 11/33: Installing method AdditionalMethodState>>includesProperty:
11:55:47				010/515 - 12/33: Installing method AdditionalMethodState>>isEmpty
11:55:47				010/515 - 13/33: Installing method AdditionalMethodState>>isMethodProperties
11:55:47				010/515 - 14/33: Installing method AdditionalMethodState>>keysAndValuesDo:
11:55:47				010/515 - 15/33: Installing method AdditionalMethodState>>method
11:55:47				010/515 - 16/33: Installing method AdditionalMethodState>>method:
11:55:47				010/515 - 17/33: Installing method AdditionalMethodState>>notEmpty
11:55:47				010/515 - 18/33: Installing method AdditionalMethodState>>postCopy
11:55:47				010/515 - 19/33: Installing method AdditionalMethodState>>pragmas
11:55:47				010/515 - 20/33: Installing method AdditionalMethodState>>pragmasDo:
11:55:47				010/515 - 21/33: Installing method AdditionalMethodState>>printOn:
11:55:47				010/515 - 22/33: Installing method AdditionalMethodState>>properties
11:55:47				010/515 - 23/33: Installing method AdditionalMethodState>>propertyAt:
11:55:47				010/515 - 24/33: Installing method AdditionalMethodState>>propertyAt:ifAbsent:
11:55:47				010/515 - 25/33: Installing method AdditionalMethodState>>propertyAt:ifPresent:
11:55:47				010/515 - 26/33: Installing method AdditionalMethodState>>propertyKeysAndValuesDo:
11:55:47				010/515 - 27/33: Installing method AdditionalMethodState>>propertyValueAt:
11:55:47				010/515 - 28/33: Installing method AdditionalMethodState>>propertyValueAt:ifAbsent:
11:55:47				010/515 - 29/33: Installing method AdditionalMethodState>>removeKey:
11:55:47				010/515 - 30/33: Installing method AdditionalMethodState>>removeKey:ifAbsent:
11:55:47				010/515 - 31/33: Installing method AdditionalMethodState>>selector
11:55:47				010/515 - 32/33: Installing method AdditionalMethodState>>selector:
11:55:47				010/515 - 33/33: Installing method AdditionalMethodState>>setMethod:
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#innerBindingOf: has been deprecated. Please use #instanceSide instead
11:55:47				010/515 - 1/7: Installing method AdditionalMethodState class>>forMethod:selector:
11:55:47				010/515 - 2/7: Installing method AdditionalMethodState class>>forSelector:
11:55:47				010/515 - 3/7: Installing method AdditionalMethodState class>>new
11:55:47				010/515 - 4/7: Installing method AdditionalMethodState class>>persistProperty:
11:55:47				010/515 - 5/7: Installing method AdditionalMethodState class>>propertiesToPersist
11:55:47				010/515 - 6/7: Installing method AdditionalMethodState class>>propertiesToPersist:
11:55:47				010/515 - 7/7: Installing method AdditionalMethodState class>>selector:with:
11:55:47				011/515 - 1/2: Installing method Announcement>>asAnnouncement
11:55:47				011/515 - 2/2: Installing method Announcement>>prepareForDelivery
11:55:47				011/515 - 1/5: Installing method Announcement class>>,
11:55:47				011/515 - 2/5: Installing method Announcement class>>-
11:55:47				011/515 - 3/5: Installing method Announcement class>>asAnnouncement
11:55:47				011/515 - 4/5: Installing method Announcement class>>handlesAnnouncement:
11:55:47				011/515 - 5/5: Installing method Announcement class>>where:
11:55:48				012/515 - 1/5: Installing method AnnouncementDeliveryCondition>>announcementClass
11:55:48				012/515 - 2/5: Installing method AnnouncementDeliveryCondition>>announcementClass:
11:55:48				012/515 - 3/5: Installing method AnnouncementDeliveryCondition>>conditionBlock
11:55:48				012/515 - 4/5: Installing method AnnouncementDeliveryCondition>>conditionBlock:
11:55:48				012/515 - 5/5: Installing method AnnouncementDeliveryCondition>>handlesAnnouncement:
11:55:48				012/515 - 1/1: Installing method AnnouncementDeliveryCondition class>>for:where:
11:55:48				013/515 - 1/2: Installing method AnnouncementLogger>>logAnnouncement:
11:55:48				013/515 - 2/2: Installing method AnnouncementLogger>>subscribeTo:
11:55:48				014/515 - 1/3: Installing method AnnouncementSet>>,
11:55:48				014/515 - 2/3: Installing method AnnouncementSet>>-
11:55:48				014/515 - 3/3: Installing method AnnouncementSet>>handlesAnnouncement:
11:55:48				015/515 - 1/4: Installing method AnnouncementSetWithExclusions>>addExclusion:
11:55:48				015/515 - 2/4: Installing method AnnouncementSetWithExclusions>>handlesAnnouncement:
11:55:48				015/515 - 3/4: Installing method AnnouncementSetWithExclusions>>initialize
11:55:48				015/515 - 4/4: Installing method AnnouncementSetWithExclusions>>initialize:
11:55:48				016/515 - 1/5: Installing method AnnouncementSubscription>>makeStrong
11:55:48				016/515 - 2/5: Installing method AnnouncementSubscription>>makeWeak
11:55:48				016/515 - 3/5: Installing method AnnouncementSubscription>>subscriber
11:55:48				016/515 - 4/5: Installing method AnnouncementSubscription>>subscriber:
11:55:48				016/515 - 5/5: Installing method AnnouncementSubscription>>unregister
11:55:48				017/515 - 1/20: Installing method Announcer>>announce:
11:55:48				017/515 - 2/20: Installing method Announcer>>basicSubscribe:
11:55:48				017/515 - 3/20: Installing method Announcer>>delayAnnouncementsAfter:
11:55:48				017/515 - 4/20: Installing method Announcer>>handleSubscriberClass:
11:55:48				017/515 - 5/20: Installing method Announcer>>hasSubscriber:
11:55:48				017/515 - 6/20: Installing method Announcer>>initialize
11:55:48				017/515 - 7/20: Installing method Announcer>>isSuspended
11:55:48				017/515 - 8/20: Installing method Announcer>>numberOfSubscriptions
11:55:48				017/515 - 9/20: Installing method Announcer>>prevent:during:
11:55:48				017/515 - 10/20: Installing method Announcer>>preventedAnnouncements
11:55:48				017/515 - 11/20: Installing method Announcer>>removeSubscription:
11:55:48				017/515 - 12/20: Installing method Announcer>>replace:with:
11:55:48				017/515 - 13/20: Installing method Announcer>>subscriptions
11:55:48				017/515 - 14/20: Installing method Announcer>>subscriptionsForClass:
11:55:48				017/515 - 15/20: Installing method Announcer>>suspendAllWhile:
11:55:48				017/515 - 16/20: Installing method Announcer>>suspendAllWhileStoring:
11:55:48				017/515 - 17/20: Installing method Announcer>>unsubscribe:
11:55:48				017/515 - 18/20: Installing method Announcer>>weak
11:55:48				017/515 - 19/20: Installing method Announcer>>when:do:for:
11:55:48				017/515 - 20/20: Installing method Announcer>>when:send:to:
11:55:49				018/515 - 1/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount
11:55:49				018/515 - 2/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount:
11:55:49				018/515 - 3/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount
11:55:49				018/515 - 4/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount:
11:55:49				018/515 - 5/6: Installing method ArgumentsCountMismatch>>messageText
11:55:49				018/515 - 6/6: Installing method ArgumentsCountMismatch>>printArgumentsCount:
11:55:49				018/515 - 1/1: Installing method ArgumentsCountMismatch class>>signalExpectedArgumentsCount:calledArgumentsCount:
11:55:49				020/515 - 1/29: Installing method Array>>as:
11:55:49				020/515 - 2/29: Installing method Array>>asArray
11:55:49				020/515 - 3/29: Installing method Array>>asNewArray
11:55:49				020/515 - 4/29: Installing method Array>>asOrderedCollection
11:55:49				020/515 - 5/29: Installing method Array>>asSet
11:55:49				020/515 - 6/29: Installing method Array>>atWrap:
11:55:49				020/515 - 7/29: Installing method Array>>atWrap:put:
11:55:49				020/515 - 8/29: Installing method Array>>beReadOnlyLiteral
11:55:49				020/515 - 9/29: Installing method Array>>displayString
11:55:50				020/515 - 10/29: Installing method Array>>elementsExchangeIdentityWith:
11:55:50				020/515 - 11/29: Installing method Array>>elementsForwardIdentityTo:
11:55:50				020/515 - 12/29: Installing method Array>>elementsForwardIdentityTo:copyHash:
11:55:50				020/515 - 13/29: Installing method Array>>hasLiteral:
11:55:50				020/515 - 14/29: Installing method Array>>hasLiteralSuchThat:
11:55:50				020/515 - 15/29: Installing method Array>>isArray
11:55:50				020/515 - 16/29: Installing method Array>>isLiteral
11:55:50				020/515 - 17/29: Installing method Array>>isLiteral:
11:55:50				020/515 - 18/29: Installing method Array>>isSelfEvaluating
11:55:50				020/515 - 19/29: Installing method Array>>isSelfEvaluating:
11:55:50				020/515 - 20/29: Installing method Array>>literalEqual:
11:55:50				020/515 - 21/29: Installing method Array>>printAsLiteralFormOn:
11:55:50				020/515 - 22/29: Installing method Array>>printAsSelfEvaluatingFormOn:
11:55:50				020/515 - 23/29: Installing method Array>>printOn:
11:55:50				020/515 - 24/29: Installing method Array>>recursiveDo:
11:55:50				020/515 - 25/29: Installing method Array>>refersToLiteral:
11:55:50				020/515 - 26/29: Installing method Array>>replaceFrom:to:with:startingAt:
11:55:50				020/515 - 27/29: Installing method Array>>shouldBePrintedAsLiteral
11:55:50				020/515 - 28/29: Installing method Array>>shouldBePrintedAsLiteral:
11:55:50				020/515 - 29/29: Installing method Array>>storeOn:
11:55:50				020/515 - 1/2: Installing method Array class>>empty
11:55:50				020/515 - 2/2: Installing method Array class>>new:
11:55:50				021/515 - 1/10: Installing method ArrayedCollection>>add:
11:55:50				021/515 - 2/10: Installing method ArrayedCollection>>byteSize
11:55:50				021/515 - 3/10: Installing method ArrayedCollection>>bytesPerBasicElement
11:55:50				021/515 - 4/10: Installing method ArrayedCollection>>defaultElement
11:55:50				021/515 - 5/10: Installing method ArrayedCollection>>fillFrom:with:
11:55:50				021/515 - 6/10: Installing method ArrayedCollection>>removeAll
11:55:50				021/515 - 7/10: Installing method ArrayedCollection>>size
11:55:50				021/515 - 8/10: Installing method ArrayedCollection>>storeElementsFrom:to:on:
11:55:50				021/515 - 9/10: Installing method ArrayedCollection>>storeOn:
11:55:50				021/515 - 10/10: Installing method ArrayedCollection>>writeOn:
11:55:50				021/515 - 1/13: Installing method ArrayedCollection class>>isAbstract
11:55:50				021/515 - 2/13: Installing method ArrayedCollection class>>new
11:55:50				021/515 - 3/13: Installing method ArrayedCollection class>>new:withAll:
11:55:50				021/515 - 4/13: Installing method ArrayedCollection class>>newFrom:
11:55:50				021/515 - 5/13: Installing method ArrayedCollection class>>newFromArray:
11:55:50				021/515 - 6/13: Installing method ArrayedCollection class>>with:
11:55:50				021/515 - 7/13: Installing method ArrayedCollection class>>with:with:
11:55:50				021/515 - 8/13: Installing method ArrayedCollection class>>with:with:with:
11:55:50				021/515 - 9/13: Installing method ArrayedCollection class>>with:with:with:with:
11:55:50				021/515 - 10/13: Installing method ArrayedCollection class>>with:with:with:with:with:
11:55:50				021/515 - 11/13: Installing method ArrayedCollection class>>with:with:with:with:with:with:
11:55:50				021/515 - 12/13: Installing method ArrayedCollection class>>with:withAll:
11:55:50				021/515 - 13/13: Installing method ArrayedCollection class>>withAll:
11:55:51				022/515 - 1/35: Installing method AsciiCharset class>>isCasedLetter:
11:55:51				022/515 - 2/35: Installing method AsciiCharset class>>isClosePunctuation:
11:55:51				022/515 - 3/35: Installing method AsciiCharset class>>isConnectorPunctuation:
11:55:51				022/515 - 4/35: Installing method AsciiCharset class>>isControlOther:
11:55:51				022/515 - 5/35: Installing method AsciiCharset class>>isCurrencySymbol:
11:55:51				022/515 - 6/35: Installing method AsciiCharset class>>isDashPunctuation:
11:55:51				022/515 - 7/35: Installing method AsciiCharset class>>isDecimalDigit:
11:55:51				022/515 - 8/35: Installing method AsciiCharset class>>isDigit:
11:55:51				022/515 - 9/35: Installing method AsciiCharset class>>isEnclosingMark:
11:55:51				022/515 - 10/35: Installing method AsciiCharset class>>isFinalQuote:
11:55:51				022/515 - 11/35: Installing method AsciiCharset class>>isFormatOther:
11:55:51				022/515 - 12/35: Installing method AsciiCharset class>>isInitialQuote:
11:55:51				022/515 - 13/35: Installing method AsciiCharset class>>isLetter:
11:55:51				022/515 - 14/35: Installing method AsciiCharset class>>isLetterModifier:
11:55:51				022/515 - 15/35: Installing method AsciiCharset class>>isLetterNumber:
11:55:51				022/515 - 16/35: Installing method AsciiCharset class>>isLineSeparator:
11:55:51				022/515 - 17/35: Installing method AsciiCharset class>>isLowercase:
11:55:51				022/515 - 18/35: Installing method AsciiCharset class>>isMathSymbol:
11:55:51				022/515 - 19/35: Installing method AsciiCharset class>>isModifierSymbol:
11:55:51				022/515 - 20/35: Installing method AsciiCharset class>>isNonspacingMark:
11:55:51				022/515 - 21/35: Installing method AsciiCharset class>>isOpenPunctuation:
11:55:51				022/515 - 22/35: Installing method AsciiCharset class>>isOtherLetter:
11:55:51				022/515 - 23/35: Installing method AsciiCharset class>>isOtherNumber:
11:55:51				022/515 - 24/35: Installing method AsciiCharset class>>isOtherPunctuation:
11:55:51				022/515 - 25/35: Installing method AsciiCharset class>>isOtherSymbol:
11:55:51				022/515 - 26/35: Installing method AsciiCharset class>>isParagraphSeparator:
11:55:51				022/515 - 27/35: Installing method AsciiCharset class>>isPrivateOther:
11:55:51				022/515 - 28/35: Installing method AsciiCharset class>>isSpaceSeparator:
11:55:51				022/515 - 29/35: Installing method AsciiCharset class>>isSpacingCombiningMark:
11:55:51				022/515 - 30/35: Installing method AsciiCharset class>>isSurrogateOther:
11:55:51				022/515 - 31/35: Installing method AsciiCharset class>>isTitlecaseLetter:
11:55:51				022/515 - 32/35: Installing method AsciiCharset class>>isUppercase:
11:55:51				022/515 - 33/35: Installing method AsciiCharset class>>maxValue
11:55:51				022/515 - 34/35: Installing method AsciiCharset class>>toLowercase:
11:55:51				022/515 - 35/35: Installing method AsciiCharset class>>toUppercase:
11:55:51				024/515 - 1/12: Installing method Association>>=
11:55:52				024/515 - 2/12: Installing method Association>>analogousCodeTo:
11:55:52				024/515 - 3/12: Installing method Association>>hasLiteral:
11:55:52				024/515 - 4/12: Installing method Association>>isAssociation
11:55:52				024/515 - 5/12: Installing method Association>>isSelfEvaluating
11:55:52				024/515 - 6/12: Installing method Association>>isVariableBinding
11:55:52				024/515 - 7/12: Installing method Association>>key:value:
11:55:52				024/515 - 8/12: Installing method Association>>literalEqual:
11:55:52				024/515 - 9/12: Installing method Association>>printOn:
11:55:52				024/515 - 10/12: Installing method Association>>storeOn:
11:55:52				024/515 - 11/12: Installing method Association>>value
11:55:52				024/515 - 12/12: Installing method Association>>value:
11:55:52				024/515 - 1/1: Installing method Association class>>key:value:
11:55:52				025/515 - 1/13: Installing method AsyncFile>>close
11:55:52				025/515 - 2/13: Installing method AsyncFile>>fileHandle
11:55:52				025/515 - 3/13: Installing method AsyncFile>>open:forWrite:
11:55:52				025/515 - 4/13: Installing method AsyncFile>>primClose:
11:55:52				025/515 - 5/13: Installing method AsyncFile>>primOpen:forWrite:semaIndex:
11:55:52				025/515 - 6/13: Installing method AsyncFile>>primReadResult:intoBuffer:at:count:
11:55:52				025/515 - 7/13: Installing method AsyncFile>>primReadStart:fPosition:count:
11:55:52				025/515 - 8/13: Installing method AsyncFile>>primWriteResult:
11:55:52				025/515 - 9/13: Installing method AsyncFile>>primWriteStart:fPosition:fromBuffer:at:count:
11:55:52				025/515 - 10/13: Installing method AsyncFile>>readByteCount:fromFilePosition:onCompletionDo:
11:55:52				025/515 - 11/13: Installing method AsyncFile>>test:fileName:
11:55:52				025/515 - 12/13: Installing method AsyncFile>>waitForCompletion
11:55:52				025/515 - 13/13: Installing method AsyncFile>>writeBuffer:atFilePosition:onCompletionDo:
11:55:52				025/515 - 1/1: Installing method AsyncFile class>>initialize
11:55:53				026/515 - 1/20: Installing method AutomaticRewriting>>=
11:55:53				026/515 - 2/20: Installing method AutomaticRewriting>>condition:
11:55:53				026/515 - 3/20: Installing method AutomaticRewriting>>context:
11:55:53				026/515 - 4/20: Installing method AutomaticRewriting>>contextOfDeprecatedMethod
11:55:53				026/515 - 5/20: Installing method AutomaticRewriting>>contextOfSender
11:55:53				026/515 - 6/20: Installing method AutomaticRewriting>>date:
11:55:53				026/515 - 7/20: Installing method AutomaticRewriting>>deprecatedMethodName
11:55:53				026/515 - 8/20: Installing method AutomaticRewriting>>deprecationDate
11:55:53				026/515 - 9/20: Installing method AutomaticRewriting>>explanation:
11:55:53				026/515 - 10/20: Installing method AutomaticRewriting>>explanationString
11:55:53				026/515 - 11/20: Installing method AutomaticRewriting>>hash
11:55:53				026/515 - 12/20: Installing method AutomaticRewriting>>raiseWarning
11:55:53				026/515 - 13/20: Installing method AutomaticRewriting>>rewriterClass
11:55:53				026/515 - 14/20: Installing method AutomaticRewriting>>rule:
11:55:53				026/515 - 15/20: Installing method AutomaticRewriting>>sendingMethodName
11:55:53				026/515 - 16/20: Installing method AutomaticRewriting>>shouldTransform
11:55:53				026/515 - 17/20: Installing method AutomaticRewriting>>showWarning
11:55:53				026/515 - 18/20: Installing method AutomaticRewriting>>signal
11:55:53				026/515 - 19/20: Installing method AutomaticRewriting>>version:
11:55:53				026/515 - 20/20: Installing method AutomaticRewriting>>versionString
11:55:53				026/515 - 1/10: Installing method AutomaticRewriting class>>activateTransformations
11:55:53				026/515 - 2/10: Installing method AutomaticRewriting class>>activateTransformations:
11:55:53				026/515 - 3/10: Installing method AutomaticRewriting class>>addLog:
11:55:53				026/515 - 4/10: Installing method AutomaticRewriting class>>initialize
11:55:53				026/515 - 5/10: Installing method AutomaticRewriting class>>log
11:55:53				026/515 - 6/10: Installing method AutomaticRewriting class>>raiseWarning
11:55:53				026/515 - 7/10: Installing method AutomaticRewriting class>>raiseWarning:
11:55:53				026/515 - 8/10: Installing method AutomaticRewriting class>>reset
11:55:53				026/515 - 9/10: Installing method AutomaticRewriting class>>showWarning
11:55:53				026/515 - 10/10: Installing method AutomaticRewriting class>>showWarning:
11:55:53				027/515 - 1/4: Installing method BackwardCompatibility>>defaultAction
11:55:53				027/515 - 2/4: Installing method BackwardCompatibility>>logTranscript
11:55:53				027/515 - 3/4: Installing method BackwardCompatibility>>messageText
11:55:53				027/515 - 4/4: Installing method BackwardCompatibility>>transform
11:55:53				027/515 - 1/1: Installing method BackwardCompatibility class>>backwardsCompatibilityWhile:
11:55:54				029/515 - 1/22: Installing method Bag>>=
11:55:54				029/515 - 2/22: Installing method Bag>>add:
11:55:54				029/515 - 3/22: Installing method Bag>>add:withOccurrences:
11:55:54				029/515 - 4/22: Installing method Bag>>asBag
11:55:54				029/515 - 5/22: Installing method Bag>>asSet
11:55:54				029/515 - 6/22: Installing method Bag>>associationsDo:
11:55:54				029/515 - 7/22: Installing method Bag>>cumulativeCounts
11:55:54				029/515 - 8/22: Installing method Bag>>do:
11:55:54				029/515 - 9/22: Installing method Bag>>doWithOccurrences:
11:55:54				029/515 - 10/22: Installing method Bag>>includes:
11:55:54				029/515 - 11/22: Installing method Bag>>keysAndValuesDo:
11:55:54				029/515 - 12/22: Installing method Bag>>occurrencesOf:
11:55:54				029/515 - 13/22: Installing method Bag>>postCopy
11:55:54				029/515 - 14/22: Installing method Bag>>remove:ifAbsent:
11:55:54				029/515 - 15/22: Installing method Bag>>removeAll
11:55:54				029/515 - 16/22: Installing method Bag>>removeKey:ifAbsent:
11:55:54				029/515 - 17/22: Installing method Bag>>setContents:
11:55:54				029/515 - 18/22: Installing method Bag>>size
11:55:54				029/515 - 19/22: Installing method Bag>>sortedCounts
11:55:54				029/515 - 20/22: Installing method Bag>>sortedElements
11:55:54				029/515 - 21/22: Installing method Bag>>sum
11:55:54				029/515 - 22/22: Installing method Bag>>valuesAndCounts
11:55:54				029/515 - 1/4: Installing method Bag class>>contentsClass
11:55:54				029/515 - 2/4: Installing method Bag class>>new
11:55:54				029/515 - 3/4: Installing method Bag class>>new:
11:55:54				029/515 - 4/4: Installing method Bag class>>newFrom:
11:55:55				030/515 - 1/26: Installing method BasicCommandLineHandler>>activate
11:55:55				030/515 - 2/26: Installing method BasicCommandLineHandler>>activateSubCommand:
11:55:55				030/515 - 3/26: Installing method BasicCommandLineHandler>>checkPassword
11:55:55				030/515 - 4/26: Installing method BasicCommandLineHandler>>copySubcommand
11:55:55				030/515 - 5/26: Installing method BasicCommandLineHandler>>copyright
11:55:55				030/515 - 6/26: Installing method BasicCommandLineHandler>>default
11:55:55				030/515 - 7/26: Installing method BasicCommandLineHandler>>disabledAccessMode
11:55:55				030/515 - 8/26: Installing method BasicCommandLineHandler>>error
11:55:55				030/515 - 9/26: Installing method BasicCommandLineHandler>>firstArgument
11:55:55				030/515 - 10/26: Installing method BasicCommandLineHandler>>handleArgument:
11:55:55				030/515 - 11/26: Installing method BasicCommandLineHandler>>handleEmptyArguments
11:55:55				030/515 - 12/26: Installing method BasicCommandLineHandler>>handleExit:
11:55:55				030/515 - 13/26: Installing method BasicCommandLineHandler>>handleExit:for:
11:55:55				030/515 - 14/26: Installing method BasicCommandLineHandler>>handlePassword:
11:55:55				030/515 - 15/26: Installing method BasicCommandLineHandler>>handleSubcommand
11:55:55				030/515 - 16/26: Installing method BasicCommandLineHandler>>initialize
11:55:55				030/515 - 17/26: Installing method BasicCommandLineHandler>>list
11:55:55				030/515 - 18/26: Installing method BasicCommandLineHandler>>noQuit
11:55:55				030/515 - 19/26: Installing method BasicCommandLineHandler>>readOnlyAccessMode
11:55:55				030/515 - 20/26: Installing method BasicCommandLineHandler>>readWriteAccessMode
11:55:55				030/515 - 21/26: Installing method BasicCommandLineHandler>>requirePasswordFor:
11:55:55				030/515 - 22/26: Installing method BasicCommandLineHandler>>selectHandlers
11:55:55				030/515 - 23/26: Installing method BasicCommandLineHandler>>selectedHandler
11:55:55				030/515 - 24/26: Installing method BasicCommandLineHandler>>subCommandsRoot
11:55:55				030/515 - 25/26: Installing method BasicCommandLineHandler>>version
11:55:55				030/515 - 26/26: Installing method BasicCommandLineHandler>>writeOnlyAccessMode
11:55:55				030/515 - 1/7: Installing method BasicCommandLineHandler class>>commandLinePasswordManager
11:55:55				030/515 - 2/7: Installing method BasicCommandLineHandler class>>commandName
11:55:55				030/515 - 3/7: Installing method BasicCommandLineHandler class>>description
11:55:55				030/515 - 4/7: Installing method BasicCommandLineHandler class>>initialize
11:55:55				030/515 - 5/7: Installing method BasicCommandLineHandler class>>isResponsibleFor:
11:55:55				030/515 - 6/7: Installing method BasicCommandLineHandler class>>priority
11:55:55				030/515 - 7/7: Installing method BasicCommandLineHandler class>>startUp:
11:56:03				031/515 - 1/210: Installing method Behavior>><<
11:56:03				031/515 - 2/210: Installing method Behavior>>>>
11:56:03				031/515 - 3/210: Installing method Behavior>>addObsoleteSubclass:
11:56:03				031/515 - 4/210: Installing method Behavior>>addSelector:withMethod:
11:56:03				031/515 - 5/210: Installing method Behavior>>addSelectorSilently:withMethod:
11:56:03				031/515 - 6/210: Installing method Behavior>>adoptInstance:
11:56:03				031/515 - 7/210: Installing method Behavior>>allCallsOn
11:56:03				031/515 - 8/210: Installing method Behavior>>allCallsOn:
11:56:03				031/515 - 9/210: Installing method Behavior>>allClassVarNames
11:56:03				031/515 - 10/210: Installing method Behavior>>allInstVarNames
11:56:03				031/515 - 11/210: Installing method Behavior>>allInstances
11:56:03				031/515 - 12/210: Installing method Behavior>>allInstancesDo:
11:56:03				031/515 - 13/210: Installing method Behavior>>allInstancesOrNil
11:56:03				031/515 - 14/210: Installing method Behavior>>allMethods
11:56:03				031/515 - 15/210: Installing method Behavior>>allMethodsAccessingSlot:
11:56:03				031/515 - 16/210: Installing method Behavior>>allMethodsReadingSlot:
11:56:03				031/515 - 17/210: Installing method Behavior>>allMethodsWritingSlot:
11:56:03				031/515 - 18/210: Installing method Behavior>>allSelectors
11:56:03				031/515 - 19/210: Installing method Behavior>>allSelectorsAbove
11:56:03				031/515 - 20/210: Installing method Behavior>>allSelectorsAboveUntil:
11:56:03				031/515 - 21/210: Installing method Behavior>>allSelectorsBelow:
11:56:03				031/515 - 22/210: Installing method Behavior>>allSelectorsWithout:
11:56:03				031/515 - 23/210: Installing method Behavior>>allSharedPools
11:56:03				031/515 - 24/210: Installing method Behavior>>allSlots
11:56:03				031/515 - 25/210: Installing method Behavior>>allSubInstances
11:56:03				031/515 - 26/210: Installing method Behavior>>allSubInstancesDo:
11:56:03				031/515 - 27/210: Installing method Behavior>>allSubclasses
11:56:03				031/515 - 28/210: Installing method Behavior>>allSubclassesDo:
11:56:03				031/515 - 29/210: Installing method Behavior>>allSubclassesWithLevelDo:startingLevel:
11:56:03				031/515 - 30/210: Installing method Behavior>>allSuperclasses
11:56:03				031/515 - 31/210: Installing method Behavior>>allSuperclassesDo:
11:56:03				031/515 - 32/210: Installing method Behavior>>allSuperclassesIncluding:
11:56:03				031/515 - 33/210: Installing method Behavior>>allUnsentMessages
11:56:03				031/515 - 34/210: Installing method Behavior>>basicIdentityHash
11:56:03				031/515 - 35/210: Installing method Behavior>>basicNew
11:56:03				031/515 - 36/210: Installing method Behavior>>basicNew:
11:56:03				031/515 - 37/210: Installing method Behavior>>basicNewTenured
11:56:03				031/515 - 38/210: Installing method Behavior>>basicNewTenured:
11:56:03				031/515 - 39/210: Installing method Behavior>>basicObsoleteSubclasses
11:56:03				031/515 - 40/210: Installing method Behavior>>basicSuperclass:
11:56:03				031/515 - 41/210: Installing method Behavior>>becomeUncompact
11:56:03				031/515 - 42/210: Installing method Behavior>>binding
11:56:03				031/515 - 43/210: Installing method Behavior>>bindingOf:
11:56:03				031/515 - 44/210: Installing method Behavior>>byteSizeOfInstance
11:56:03				031/515 - 45/210: Installing method Behavior>>byteSizeOfInstanceOfSize:
11:56:03				031/515 - 46/210: Installing method Behavior>>canPerform:
11:56:03				031/515 - 47/210: Installing method Behavior>>canUnderstand:
11:56:03				031/515 - 48/210: Installing method Behavior>>classAndMethodFor:do:ifAbsent:
11:56:03				031/515 - 49/210: Installing method Behavior>>classBindingOf:
11:56:03				031/515 - 50/210: Installing method Behavior>>classDepth
11:56:03				031/515 - 51/210: Installing method Behavior>>classLayout
11:56:03				031/515 - 52/210: Installing method Behavior>>classLayout:
11:56:03				031/515 - 53/210: Installing method Behavior>>classVarNames
11:56:03				031/515 - 54/210: Installing method Behavior>>cleanUp
11:56:03				031/515 - 55/210: Installing method Behavior>>cleanUp:
11:56:03				031/515 - 56/210: Installing method Behavior>>codeChangeAnnouncer
11:56:03				031/515 - 57/210: Installing method Behavior>>codeSupportAnnouncer
11:56:03				031/515 - 58/210: Installing method Behavior>>compiledMethodAt:
11:56:03				031/515 - 59/210: Installing method Behavior>>compiledMethodAt:ifAbsent:
11:56:03				031/515 - 60/210: Installing method Behavior>>compiledMethodAt:ifPresent:
11:56:03				031/515 - 61/210: Installing method Behavior>>compiledMethodAt:ifPresent:ifAbsent:
11:56:03				031/515 - 62/210: Installing method Behavior>>deepCopy
11:56:03				031/515 - 63/210: Installing method Behavior>>definedMethods
11:56:03				031/515 - 64/210: Installing method Behavior>>definedSelectors
11:56:03				031/515 - 65/210: Installing method Behavior>>definedVariables
11:56:03				031/515 - 66/210: Installing method Behavior>>elementSize
11:56:03				031/515 - 67/210: Installing method Behavior>>emptyMethodDictionary
11:56:03				031/515 - 68/210: Installing method Behavior>>ensureProperties
11:56:03				031/515 - 69/210: Installing method Behavior>>environment
11:56:03				031/515 - 70/210: Installing method Behavior>>findOriginClassOf:
11:56:03				031/515 - 71/210: Installing method Behavior>>findOriginMethodOf:
11:56:03				031/515 - 72/210: Installing method Behavior>>fluidInstall
11:56:03				031/515 - 73/210: Installing method Behavior>>flushCache
11:56:03				031/515 - 74/210: Installing method Behavior>>format
11:56:03				031/515 - 75/210: Installing method Behavior>>handleFailingBasicNew
11:56:03				031/515 - 76/210: Installing method Behavior>>handleFailingBasicNew:
11:56:03				031/515 - 77/210: Installing method Behavior>>handleFailingBasicNewTenured
11:56:03				031/515 - 78/210: Installing method Behavior>>handleFailingBasicNewTenured:
11:56:03				031/515 - 79/210: Installing method Behavior>>handleFailingBasicNewTenuredWithGC:
11:56:03				031/515 - 80/210: Installing method Behavior>>handleFailingBasicNewWithGC:
11:56:03				031/515 - 81/210: Installing method Behavior>>handleFailingFailingBasicNew
11:56:03				031/515 - 82/210: Installing method Behavior>>handleFailingFailingBasicNew:
11:56:03				031/515 - 83/210: Installing method Behavior>>handleFailingFailingBasicNewTenured
11:56:03				031/515 - 84/210: Installing method Behavior>>handleFailingFailingBasicNewTenured:
11:56:03				031/515 - 85/210: Installing method Behavior>>hasAbstractMethods
11:56:03				031/515 - 86/210: Installing method Behavior>>hasBindingOf:
11:56:03				031/515 - 87/210: Installing method Behavior>>hasMethodAccessingVariable:
11:56:03				031/515 - 88/210: Installing method Behavior>>hasMethods
11:56:03				031/515 - 89/210: Installing method Behavior>>hasProperty:
11:56:03				031/515 - 90/210: Installing method Behavior>>hasSelectorReferringTo:
11:56:03				031/515 - 91/210: Installing method Behavior>>includesBehavior:
11:56:03				031/515 - 92/210: Installing method Behavior>>includesLocalSelector:
11:56:03				031/515 - 93/210: Installing method Behavior>>includesMethod:
11:56:03				031/515 - 94/210: Installing method Behavior>>includesSelector:
11:56:03				031/515 - 95/210: Installing method Behavior>>inheritsFrom:
11:56:03				031/515 - 96/210: Installing method Behavior>>initialize
11:56:03				031/515 - 97/210: Installing method Behavior>>initializeSlots:
11:56:03				031/515 - 98/210: Installing method Behavior>>instSize
11:56:03				031/515 - 99/210: Installing method Behavior>>instSpec
11:56:03				031/515 - 100/210: Installing method Behavior>>instVarNames
11:56:03				031/515 - 101/210: Installing method Behavior>>instanceCount
11:56:03				031/515 - 102/210: Installing method Behavior>>instanceVariables
11:56:03				031/515 - 103/210: Installing method Behavior>>instancesSizeInMemory
11:56:03				031/515 - 104/210: Installing method Behavior>>isAbstract
11:56:03				031/515 - 105/210: Installing method Behavior>>isAnonymous
11:56:03				031/515 - 106/210: Installing method Behavior>>isBehavior
11:56:03				031/515 - 107/210: Installing method Behavior>>isBits
11:56:03				031/515 - 108/210: Installing method Behavior>>isBytes
11:56:03				031/515 - 109/210: Installing method Behavior>>isCompact
11:56:03				031/515 - 110/210: Installing method Behavior>>isDisabledSelector:
11:56:03				031/515 - 111/210: Installing method Behavior>>isDoubleWords
11:56:03				031/515 - 112/210: Installing method Behavior>>isEphemeronClass
11:56:03				031/515 - 113/210: Installing method Behavior>>isFixed
11:56:03				031/515 - 114/210: Installing method Behavior>>isImmediateClass
11:56:03				031/515 - 115/210: Installing method Behavior>>isInClassHierarchyOf:
11:56:03				031/515 - 116/210: Installing method Behavior>>isManifest
11:56:03				031/515 - 117/210: Installing method Behavior>>isMeta
11:56:03				031/515 - 118/210: Installing method Behavior>>isObsolete
11:56:03				031/515 - 119/210: Installing method Behavior>>isPointers
11:56:03				031/515 - 120/210: Installing method Behavior>>isPool
11:56:03				031/515 - 121/210: Installing method Behavior>>isReferenced
11:56:03				031/515 - 122/210: Installing method Behavior>>isRootInEnvironment
11:56:03				031/515 - 123/210: Installing method Behavior>>isUsed
11:56:03				031/515 - 124/210: Installing method Behavior>>isVariable
11:56:04				031/515 - 125/210: Installing method Behavior>>isWeak
11:56:04				031/515 - 126/210: Installing method Behavior>>isWords
11:56:04				031/515 - 127/210: Installing method Behavior>>localMethods
11:56:04				031/515 - 128/210: Installing method Behavior>>localSelectors
11:56:04				031/515 - 129/210: Installing method Behavior>>lookupSelector:
11:56:04				031/515 - 130/210: Installing method Behavior>>lookupVar:
11:56:04				031/515 - 131/210: Installing method Behavior>>methodDict
11:56:04				031/515 - 132/210: Installing method Behavior>>methodDict:
11:56:04				031/515 - 133/210: Installing method Behavior>>methodDictionary
11:56:04				031/515 - 134/210: Installing method Behavior>>methodDictionary:
11:56:04				031/515 - 135/210: Installing method Behavior>>methods
11:56:04				031/515 - 136/210: Installing method Behavior>>methodsAccessingSlot:
11:56:04				031/515 - 137/210: Installing method Behavior>>methodsDo:
11:56:04				031/515 - 138/210: Installing method Behavior>>methodsReadingSlot:
11:56:04				031/515 - 139/210: Installing method Behavior>>methodsReferencingClass:
11:56:04				031/515 - 140/210: Installing method Behavior>>methodsReferencingClasses:
11:56:04				031/515 - 141/210: Installing method Behavior>>methodsWritingSlot:
11:56:04				031/515 - 142/210: Installing method Behavior>>name
11:56:04				031/515 - 143/210: Installing method Behavior>>new
11:56:04				031/515 - 144/210: Installing method Behavior>>new:
11:56:04				031/515 - 145/210: Installing method Behavior>>newTenured
11:56:04				031/515 - 146/210: Installing method Behavior>>newTenured:
11:56:04				031/515 - 147/210: Installing method Behavior>>nonObsoleteClass
11:56:04				031/515 - 148/210: Installing method Behavior>>obsolete
11:56:04				031/515 - 149/210: Installing method Behavior>>obsoleteSubclasses
11:56:04				031/515 - 150/210: Installing method Behavior>>originalName
11:56:04				031/515 - 151/210: Installing method Behavior>>packageOrganizer
11:56:04				031/515 - 152/210: Installing method Behavior>>postCopy
11:56:04				031/515 - 153/210: Installing method Behavior>>pragmas
11:56:04				031/515 - 154/210: Installing method Behavior>>pragmasDo:
11:56:04				031/515 - 155/210: Installing method Behavior>>printOn:
11:56:04				031/515 - 156/210: Installing method Behavior>>properties
11:56:04				031/515 - 157/210: Installing method Behavior>>propertyAt:
11:56:04				031/515 - 158/210: Installing method Behavior>>propertyAt:ifAbsent:
11:56:04				031/515 - 159/210: Installing method Behavior>>propertyAt:put:
11:56:04				031/515 - 160/210: Installing method Behavior>>realClass
11:56:04				031/515 - 161/210: Installing method Behavior>>referencedClasses
11:56:04				031/515 - 162/210: Installing method Behavior>>removeAllObsoleteSubclasses
11:56:04				031/515 - 163/210: Installing method Behavior>>removePropertiesIfEmpty
11:56:04				031/515 - 164/210: Installing method Behavior>>removeProperty:
11:56:04				031/515 - 165/210: Installing method Behavior>>removeProperty:ifAbsent:
11:56:04				031/515 - 166/210: Installing method Behavior>>removeSelector:
11:56:04				031/515 - 167/210: Installing method Behavior>>removeSelectorSilently:
11:56:04				031/515 - 168/210: Installing method Behavior>>restartMethods
11:56:04				031/515 - 169/210: Installing method Behavior>>selectSubclasses:
11:56:04				031/515 - 170/210: Installing method Behavior>>selectSuperclasses:
11:56:04				031/515 - 171/210: Installing method Behavior>>selectors
11:56:04				031/515 - 172/210: Installing method Behavior>>selectorsAndMethodsDo:
11:56:04				031/515 - 173/210: Installing method Behavior>>selectorsDo:
11:56:04				031/515 - 174/210: Installing method Behavior>>selectorsWithArgs:
11:56:04				031/515 - 175/210: Installing method Behavior>>setFormat:
11:56:04				031/515 - 176/210: Installing method Behavior>>shouldNotBeRedefined
11:56:04				031/515 - 177/210: Installing method Behavior>>shutDown
11:56:04				031/515 - 178/210: Installing method Behavior>>shutDown:
11:56:04				031/515 - 179/210: Installing method Behavior>>slots
11:56:04				031/515 - 180/210: Installing method Behavior>>someInstance
11:56:04				031/515 - 181/210: Installing method Behavior>>sourceCodeAt:
11:56:04				031/515 - 182/210: Installing method Behavior>>sourceCodeAt:ifAbsent:
11:56:04				031/515 - 183/210: Installing method Behavior>>sourceCodeTemplate
11:56:04				031/515 - 184/210: Installing method Behavior>>spaceUsed
11:56:04				031/515 - 185/210: Installing method Behavior>>startUp
11:56:04				031/515 - 186/210: Installing method Behavior>>startUp:
11:56:04				031/515 - 187/210: Installing method Behavior>>subclassDefinerClass
11:56:04				031/515 - 188/210: Installing method Behavior>>subclassInstVarNames
11:56:04				031/515 - 189/210: Installing method Behavior>>superclass
11:56:04				031/515 - 190/210: Installing method Behavior>>superclass:
11:56:04				031/515 - 191/210: Installing method Behavior>>superclass:methodDictionary:format:
11:56:04				031/515 - 192/210: Installing method Behavior>>thoroughHasSelectorReferringTo:
11:56:04				031/515 - 193/210: Installing method Behavior>>thoroughWhichMethodsReferTo:
11:56:04				031/515 - 194/210: Installing method Behavior>>thoroughWhichMethodsReferTo:specialIndex:
11:56:04				031/515 - 195/210: Installing method Behavior>>thoroughWhichSelectorsReferTo:
11:56:04				031/515 - 196/210: Installing method Behavior>>unreferencedInstanceVariables
11:56:05				031/515 - 197/210: Installing method Behavior>>usingMethods
11:56:05				031/515 - 198/210: Installing method Behavior>>whichClassDefinesClassVar:
11:56:05				031/515 - 199/210: Installing method Behavior>>whichClassDefinesInstVar:
11:56:05				031/515 - 200/210: Installing method Behavior>>whichClassIncludesSelector:
11:56:05				031/515 - 201/210: Installing method Behavior>>whichMethodsReferTo:
11:56:05				031/515 - 202/210: Installing method Behavior>>whichSelectorsReferTo:
11:56:05				031/515 - 203/210: Installing method Behavior>>whichSuperclassSatisfies:
11:56:05				031/515 - 204/210: Installing method Behavior>>withAllSubAndSuperclassesDo:
11:56:05				031/515 - 205/210: Installing method Behavior>>withAllSubclasses
11:56:05				031/515 - 206/210: Installing method Behavior>>withAllSubclassesDo:
11:56:05				031/515 - 207/210: Installing method Behavior>>withAllSuperAndSubclasses
11:56:05				031/515 - 208/210: Installing method Behavior>>withAllSuperAndSubclassesDo:
11:56:05				031/515 - 209/210: Installing method Behavior>>withAllSuperclasses
11:56:05				031/515 - 210/210: Installing method Behavior>>withAllSuperclassesDo:
11:56:05				031/515 - 1/3: Installing method Behavior class>>initialize
11:56:05				031/515 - 2/3: Installing method Behavior class>>initializeClassProperties
11:56:05				031/515 - 3/3: Installing method Behavior class>>initializeObsoleteSubclasses
11:56:05				032/515 - 1/9: Installing method BinaryFileStream>>close
11:56:05				032/515 - 2/9: Installing method BinaryFileStream>>closed
11:56:05				032/515 - 3/9: Installing method BinaryFileStream>>finalize
11:56:05				032/515 - 4/9: Installing method BinaryFileStream>>peek
11:56:05				032/515 - 5/9: Installing method BinaryFileStream>>register
11:56:05				032/515 - 6/9: Installing method BinaryFileStream>>skip:
11:56:05				032/515 - 7/9: Installing method BinaryFileStream>>truncate
11:56:05				032/515 - 8/9: Installing method BinaryFileStream>>truncate:
11:56:05				032/515 - 9/9: Installing method BinaryFileStream>>unregister
11:56:05				033/515 - 1/9: Installing method BitsLayout>>bytesPerSlot
11:56:05				033/515 - 2/9: Installing method BitsLayout>>extend
11:56:05				033/515 - 3/9: Installing method BitsLayout>>extendByte
11:56:05				033/515 - 4/9: Installing method BitsLayout>>extendDoubleByte
11:56:05				033/515 - 5/9: Installing method BitsLayout>>extendDoubleWord
11:56:05				033/515 - 6/9: Installing method BitsLayout>>extendWeak:
11:56:05				033/515 - 7/9: Installing method BitsLayout>>extendWord
11:56:05				033/515 - 8/9: Installing method BitsLayout>>isBits
11:56:05				033/515 - 9/9: Installing method BitsLayout>>isVariable
11:56:05				033/515 - 1/1: Installing method BitsLayout class>>isAbstract
11:56:05				034/515 - 1/2: Installing method BlockCannotReturn>>home
11:56:05				034/515 - 2/2: Installing method BlockCannotReturn>>home:
11:56:06				034/515 - 1/1: Installing method BlockCannotReturn class>>result:from:
11:56:08				035/515 - 1/93: Installing method BlockClosure>>argumentCount
11:56:08				035/515 - 2/93: Installing method BlockClosure>>argumentNames
11:56:08				035/515 - 3/93: Installing method BlockClosure>>asContext
11:56:08				035/515 - 4/93: Installing method BlockClosure>>asContextWithSender:
11:56:08				035/515 - 5/93: Installing method BlockClosure>>asMinimalRepresentation
11:56:08				035/515 - 6/93: Installing method BlockClosure>>assert
11:56:08				035/515 - 7/93: Installing method BlockClosure>>assertWithDescription:
11:56:08				035/515 - 8/93: Installing method BlockClosure>>clearTemporariesOn:
11:56:08				035/515 - 9/93: Installing method BlockClosure>>compiledBlock
11:56:08				035/515 - 10/93: Installing method BlockClosure>>compiledBlock:
11:56:08				035/515 - 11/93: Installing method BlockClosure>>copiedValueAt:
11:56:08				035/515 - 12/93: Installing method BlockClosure>>copyForSaving
11:56:08				035/515 - 13/93: Installing method BlockClosure>>cull:
11:56:08				035/515 - 14/93: Installing method BlockClosure>>cull:cull:
11:56:08				035/515 - 15/93: Installing method BlockClosure>>cull:cull:cull:
11:56:08				035/515 - 16/93: Installing method BlockClosure>>cull:cull:cull:cull:
11:56:08				035/515 - 17/93: Installing method BlockClosure>>doPrintOn:
11:56:08				035/515 - 18/93: Installing method BlockClosure>>doWhileFalse:
11:56:08				035/515 - 19/93: Installing method BlockClosure>>doWhileTrue:
11:56:08				035/515 - 20/93: Installing method BlockClosure>>endPC
11:56:08				035/515 - 21/93: Installing method BlockClosure>>ensure:
11:56:08				035/515 - 22/93: Installing method BlockClosure>>fork
11:56:08				035/515 - 23/93: Installing method BlockClosure>>forkAndWait
11:56:08				035/515 - 24/93: Installing method BlockClosure>>forkAt:
11:56:08				035/515 - 25/93: Installing method BlockClosure>>forkAt:named:
11:56:08				035/515 - 26/93: Installing method BlockClosure>>forkNamed:
11:56:08				035/515 - 27/93: Installing method BlockClosure>>hasNonLocalReturn
11:56:08				035/515 - 28/93: Installing method BlockClosure>>home
11:56:08				035/515 - 29/93: Installing method BlockClosure>>homeMethod
11:56:08				035/515 - 30/93: Installing method BlockClosure>>ifCurtailed:
11:56:08				035/515 - 31/93: Installing method BlockClosure>>initialStackPointer
11:56:08				035/515 - 32/93: Installing method BlockClosure>>isBlock
11:56:08				035/515 - 33/93: Installing method BlockClosure>>isClean
11:56:08				035/515 - 34/93: Installing method BlockClosure>>isClosure
11:56:08				035/515 - 35/93: Installing method BlockClosure>>isConstant
11:56:08				035/515 - 36/93: Installing method BlockClosure>>isDead
11:56:08				035/515 - 37/93: Installing method BlockClosure>>isFullBlock
11:56:08				035/515 - 38/93: Installing method BlockClosure>>isValid
11:56:08				035/515 - 39/93: Installing method BlockClosure>>method
11:56:08				035/515 - 40/93: Installing method BlockClosure>>newProcess
11:56:08				035/515 - 41/93: Installing method BlockClosure>>newProcessWith:
11:56:08				035/515 - 42/93: Installing method BlockClosure>>numArgs
11:56:08				035/515 - 43/93: Installing method BlockClosure>>numArgs:
11:56:08				035/515 - 44/93: Installing method BlockClosure>>numArgsError:
11:56:08				035/515 - 45/93: Installing method BlockClosure>>numCopiedValues
11:56:08				035/515 - 46/93: Installing method BlockClosure>>numTemps
11:56:08				035/515 - 47/93: Installing method BlockClosure>>on:do:
11:56:08				035/515 - 48/93: Installing method BlockClosure>>on:fork:
11:56:08				035/515 - 49/93: Installing method BlockClosure>>on:fork:return:
11:56:08				035/515 - 50/93: Installing method BlockClosure>>onDNU:do:
11:56:08				035/515 - 51/93: Installing method BlockClosure>>onErrorDo:
11:56:08				035/515 - 52/93: Installing method BlockClosure>>outerContext
11:56:08				035/515 - 53/93: Installing method BlockClosure>>outerContext:
11:56:08				035/515 - 54/93: Installing method BlockClosure>>printOn:
11:56:08				035/515 - 55/93: Installing method BlockClosure>>receiver
11:56:08				035/515 - 56/93: Installing method BlockClosure>>reentrant
11:56:08				035/515 - 57/93: Installing method BlockClosure>>repeat
11:56:08				035/515 - 58/93: Installing method BlockClosure>>repeatWithGCIf:
11:56:08				035/515 - 59/93: Installing method BlockClosure>>sender
11:56:08				035/515 - 60/93: Installing method BlockClosure>>simulateValueWithArguments:caller:
11:56:08				035/515 - 61/93: Installing method BlockClosure>>split:indicesDo:
11:56:08				035/515 - 62/93: Installing method BlockClosure>>startpc
11:56:08				035/515 - 63/93: Installing method BlockClosure>>startpcOrOuterCode
11:56:08				035/515 - 64/93: Installing method BlockClosure>>tempNames
11:56:08				035/515 - 65/93: Installing method BlockClosure>>value
11:56:08				035/515 - 66/93: Installing method BlockClosure>>value:
11:56:08				035/515 - 67/93: Installing method BlockClosure>>value:value:
11:56:08				035/515 - 68/93: Installing method BlockClosure>>value:value:value:
11:56:08				035/515 - 69/93: Installing method BlockClosure>>value:value:value:value:
11:56:08				035/515 - 70/93: Installing method BlockClosure>>valueAfterWaiting:
11:56:08				035/515 - 71/93: Installing method BlockClosure>>valueNoContextSwitch
11:56:08				035/515 - 72/93: Installing method BlockClosure>>valueNoContextSwitch:
11:56:08				035/515 - 73/93: Installing method BlockClosure>>valueSupplyingAnswer:
11:56:08				035/515 - 74/93: Installing method BlockClosure>>valueSupplyingAnswers:
11:56:08				035/515 - 75/93: Installing method BlockClosure>>valueSuppressingAllMessages
11:56:08				035/515 - 76/93: Installing method BlockClosure>>valueSuppressingMessages:
11:56:08				035/515 - 77/93: Installing method BlockClosure>>valueSuppressingMessages:supplyingAnswers:
11:56:08				035/515 - 78/93: Installing method BlockClosure>>valueUninterruptably
11:56:08				035/515 - 79/93: Installing method BlockClosure>>valueUnpreemptively
11:56:08				035/515 - 80/93: Installing method BlockClosure>>valueUnwindInContext:
11:56:08				035/515 - 81/93: Installing method BlockClosure>>valueWithArguments:
11:56:08				035/515 - 82/93: Installing method BlockClosure>>valueWithEnoughArguments:
11:56:08				035/515 - 83/93: Installing method BlockClosure>>valueWithExit
11:56:08				035/515 - 84/93: Installing method BlockClosure>>valueWithInterval:
11:56:08				035/515 - 85/93: Installing method BlockClosure>>valueWithPossibleArgs:
11:56:08				035/515 - 86/93: Installing method BlockClosure>>valueWithPossibleArgument:
11:56:08				035/515 - 87/93: Installing method BlockClosure>>whileFalse
11:56:08				035/515 - 88/93: Installing method BlockClosure>>whileFalse:
11:56:08				035/515 - 89/93: Installing method BlockClosure>>whileNil:
11:56:08				035/515 - 90/93: Installing method BlockClosure>>whileNotNil:
11:56:08				035/515 - 91/93: Installing method BlockClosure>>whileTrue
11:56:08				035/515 - 92/93: Installing method BlockClosure>>whileTrue:
11:56:08				035/515 - 93/93: Installing method BlockClosure>>withAllBlocksDo:
11:56:08				035/515 - 1/1: Installing method BlockClosure class>>isAbstract
11:56:08				036/515 - 1/21: Installing method Boolean>>&
11:56:08				036/515 - 2/21: Installing method Boolean>>==>
11:56:08				036/515 - 3/21: Installing method Boolean>>and:
11:56:08				036/515 - 4/21: Installing method Boolean>>asBit
11:56:08				036/515 - 5/21: Installing method Boolean>>asInteger
11:56:08				036/515 - 6/21: Installing method Boolean>>deepCopy
11:56:08				036/515 - 7/21: Installing method Boolean>>eqv:
11:56:09				036/515 - 8/21: Installing method Boolean>>ifFalse:
11:56:09				036/515 - 9/21: Installing method Boolean>>ifFalse:ifTrue:
11:56:09				036/515 - 10/21: Installing method Boolean>>ifTrue:
11:56:09				036/515 - 11/21: Installing method Boolean>>ifTrue:ifFalse:
11:56:09				036/515 - 12/21: Installing method Boolean>>isLiteral
11:56:09				036/515 - 13/21: Installing method Boolean>>isSelfEvaluating
11:56:09				036/515 - 14/21: Installing method Boolean>>not
11:56:09				036/515 - 15/21: Installing method Boolean>>or:
11:56:09				036/515 - 16/21: Installing method Boolean>>setPinnedInMemory:
11:56:09				036/515 - 17/21: Installing method Boolean>>shallowCopy
11:56:09				036/515 - 18/21: Installing method Boolean>>storeOn:
11:56:09				036/515 - 19/21: Installing method Boolean>>veryDeepCopyWith:
11:56:09				036/515 - 20/21: Installing method Boolean>>xor:
11:56:09				036/515 - 21/21: Installing method Boolean>>|
11:56:09				036/515 - 1/1: Installing method Boolean class>>new
11:56:09				037/515 - 1/16: Installing method BoxedFloat64>>*
11:56:09				037/515 - 2/16: Installing method BoxedFloat64>>+
11:56:09				037/515 - 3/16: Installing method BoxedFloat64>>-
11:56:09				037/515 - 4/16: Installing method BoxedFloat64>>/
11:56:09				037/515 - 5/16: Installing method BoxedFloat64>><
11:56:09				037/515 - 6/16: Installing method BoxedFloat64>><=
11:56:09				037/515 - 7/16: Installing method BoxedFloat64>>=
11:56:09				037/515 - 8/16: Installing method BoxedFloat64>>>
11:56:09				037/515 - 9/16: Installing method BoxedFloat64>>>=
11:56:09				037/515 - 10/16: Installing method BoxedFloat64>>exp
11:56:09				037/515 - 11/16: Installing method BoxedFloat64>>exponent
11:56:09				037/515 - 12/16: Installing method BoxedFloat64>>fractionPart
11:56:09				037/515 - 13/16: Installing method BoxedFloat64>>ln
11:56:09				037/515 - 14/16: Installing method BoxedFloat64>>timesTwoPower:
11:56:09				037/515 - 15/16: Installing method BoxedFloat64>>truncated
11:56:09				037/515 - 16/16: Installing method BoxedFloat64>>~=
11:56:09				037/515 - 1/2: Installing method BoxedFloat64 class>>basicNew
11:56:09				037/515 - 2/2: Installing method BoxedFloat64 class>>basicNew:
11:56:11				038/515 - 1/107: Installing method ByteArray>>=
11:56:11				038/515 - 2/107: Installing method ByteArray>>asByteArray
11:56:11				038/515 - 3/107: Installing method ByteArray>>asByteArrayOfSize:
11:56:11				038/515 - 4/107: Installing method ByteArray>>asByteArrayPointer
11:56:11				038/515 - 5/107: Installing method ByteArray>>asExternalPointer
11:56:11				038/515 - 6/107: Installing method ByteArray>>asInteger
11:56:11				038/515 - 7/107: Installing method ByteArray>>asString
11:56:11				038/515 - 8/107: Installing method ByteArray>>asWideString
11:56:11				038/515 - 9/107: Installing method ByteArray>>atAllPut:
11:56:11				038/515 - 10/107: Installing method ByteArray>>bitXor:
11:56:11				038/515 - 11/107: Installing method ByteArray>>boolean8AtOffset:
11:56:11				038/515 - 12/107: Installing method ByteArray>>boolean8AtOffset:put:
11:56:11				038/515 - 13/107: Installing method ByteArray>>booleanAt:
11:56:11				038/515 - 14/107: Installing method ByteArray>>booleanAt:put:
11:56:11				038/515 - 15/107: Installing method ByteArray>>byteAt:
11:56:11				038/515 - 16/107: Installing method ByteArray>>byteAt:put:
11:56:11				038/515 - 17/107: Installing method ByteArray>>byteSize
11:56:11				038/515 - 18/107: Installing method ByteArray>>char16AtOffset:
11:56:11				038/515 - 19/107: Installing method ByteArray>>char16AtOffset:put:
11:56:11				038/515 - 20/107: Installing method ByteArray>>char32AtOffset:
11:56:11				038/515 - 21/107: Installing method ByteArray>>char32AtOffset:put:
11:56:11				038/515 - 22/107: Installing method ByteArray>>char8AtOffset:
11:56:11				038/515 - 23/107: Installing method ByteArray>>char8AtOffset:put:
11:56:11				038/515 - 24/107: Installing method ByteArray>>decodeWith:
11:56:11				038/515 - 25/107: Installing method ByteArray>>defaultElement
11:56:11				038/515 - 26/107: Installing method ByteArray>>doubleAt:
11:56:11				038/515 - 27/107: Installing method ByteArray>>doubleAt:bigEndian:
11:56:11				038/515 - 28/107: Installing method ByteArray>>doubleAt:put:
11:56:11				038/515 - 29/107: Installing method ByteArray>>doubleAt:put:bigEndian:
11:56:11				038/515 - 30/107: Installing method ByteArray>>float32AtOffset:
11:56:11				038/515 - 31/107: Installing method ByteArray>>float32AtOffset:put:
11:56:11				038/515 - 32/107: Installing method ByteArray>>float64AtOffset:
11:56:11				038/515 - 33/107: Installing method ByteArray>>float64AtOffset:put:
11:56:11				038/515 - 34/107: Installing method ByteArray>>floatAt:
11:56:11				038/515 - 35/107: Installing method ByteArray>>floatAt:bigEndian:
11:56:11				038/515 - 36/107: Installing method ByteArray>>floatAt:put:
11:56:11				038/515 - 37/107: Installing method ByteArray>>hash
11:56:11				038/515 - 38/107: Installing method ByteArray>>hex
11:56:11				038/515 - 39/107: Installing method ByteArray>>hexDumpOn:max:
11:56:11				038/515 - 40/107: Installing method ByteArray>>indexOf:startingAt:
11:56:11				038/515 - 41/107: Installing method ByteArray>>int16AtOffset:
11:56:11				038/515 - 42/107: Installing method ByteArray>>int16AtOffset:put:
11:56:11				038/515 - 43/107: Installing method ByteArray>>int32AtOffset:
11:56:11				038/515 - 44/107: Installing method ByteArray>>int32AtOffset:put:
11:56:11				038/515 - 45/107: Installing method ByteArray>>int64AtOffset:
11:56:11				038/515 - 46/107: Installing method ByteArray>>int64AtOffset:put:
11:56:11				038/515 - 47/107: Installing method ByteArray>>int8AtOffset:
11:56:11				038/515 - 48/107: Installing method ByteArray>>int8AtOffset:put:
11:56:11				038/515 - 49/107: Installing method ByteArray>>integerAt:put:size:signed:
11:56:11				038/515 - 50/107: Installing method ByteArray>>integerAt:size:signed:
11:56:11				038/515 - 51/107: Installing method ByteArray>>isExternalAddress
11:56:11				038/515 - 52/107: Installing method ByteArray>>isLiteral
11:56:11				038/515 - 53/107: Installing method ByteArray>>isNull
11:56:11				038/515 - 54/107: Installing method ByteArray>>literalEqual:
11:56:11				038/515 - 55/107: Installing method ByteArray>>longAt:bigEndian:
11:56:11				038/515 - 56/107: Installing method ByteArray>>longAt:put:bigEndian:
11:56:11				038/515 - 57/107: Installing method ByteArray>>longPointerAt:
11:56:11				038/515 - 58/107: Installing method ByteArray>>longPointerAt:put:
11:56:11				038/515 - 59/107: Installing method ByteArray>>pointerAt:
11:56:11				038/515 - 60/107: Installing method ByteArray>>pointerAt:put:
11:56:11				038/515 - 61/107: Installing method ByteArray>>pointerAtOffset:
11:56:11				038/515 - 62/107: Installing method ByteArray>>pointerAtOffset:put:
11:56:11				038/515 - 63/107: Installing method ByteArray>>printHexOn:
11:56:11				038/515 - 64/107: Installing method ByteArray>>printOn:
11:56:11				038/515 - 65/107: Installing method ByteArray>>putOn:
11:56:11				038/515 - 66/107: Installing method ByteArray>>readHexFrom:
11:56:11				038/515 - 67/107: Installing method ByteArray>>replaceFrom:to:with:startingAt:
11:56:11				038/515 - 68/107: Installing method ByteArray>>shortAt:bigEndian:
11:56:11				038/515 - 69/107: Installing method ByteArray>>shortAt:put:bigEndian:
11:56:11				038/515 - 70/107: Installing method ByteArray>>shortPointerAt:
11:56:11				038/515 - 71/107: Installing method ByteArray>>shortPointerAt:put:
11:56:11				038/515 - 72/107: Installing method ByteArray>>signedCharAt:
11:56:11				038/515 - 73/107: Installing method ByteArray>>signedCharAt:put:
11:56:11				038/515 - 74/107: Installing method ByteArray>>signedLongAt:
11:56:11				038/515 - 75/107: Installing method ByteArray>>signedLongAt:put:
11:56:11				038/515 - 76/107: Installing method ByteArray>>signedLongLongAt:
11:56:11				038/515 - 77/107: Installing method ByteArray>>signedLongLongAt:put:
11:56:11				038/515 - 78/107: Installing method ByteArray>>signedShortAt:
11:56:11				038/515 - 79/107: Installing method ByteArray>>signedShortAt:put:
11:56:11				038/515 - 80/107: Installing method ByteArray>>storeOn:
11:56:11				038/515 - 81/107: Installing method ByteArray>>structAt:length:
11:56:11				038/515 - 82/107: Installing method ByteArray>>structAt:put:length:
11:56:11				038/515 - 83/107: Installing method ByteArray>>uint16AtOffset:
11:56:11				038/515 - 84/107: Installing method ByteArray>>uint16AtOffset:put:
11:56:11				038/515 - 85/107: Installing method ByteArray>>uint32AtOffset:
11:56:11				038/515 - 86/107: Installing method ByteArray>>uint32AtOffset:put:
11:56:11				038/515 - 87/107: Installing method ByteArray>>uint64AtOffset:
11:56:11				038/515 - 88/107: Installing method ByteArray>>uint64AtOffset:put:
11:56:11				038/515 - 89/107: Installing method ByteArray>>uint8AtOffset:
11:56:11				038/515 - 90/107: Installing method ByteArray>>uint8AtOffset:put:
11:56:11				038/515 - 91/107: Installing method ByteArray>>unsignedByteAt:
11:56:11				038/515 - 92/107: Installing method ByteArray>>unsignedByteAt:put:
11:56:11				038/515 - 93/107: Installing method ByteArray>>unsignedCharAt:
11:56:11				038/515 - 94/107: Installing method ByteArray>>unsignedCharAt:put:
11:56:11				038/515 - 95/107: Installing method ByteArray>>unsignedLongAt:
11:56:11				038/515 - 96/107: Installing method ByteArray>>unsignedLongAt:bigEndian:
11:56:11				038/515 - 97/107: Installing method ByteArray>>unsignedLongAt:put:
11:56:11				038/515 - 98/107: Installing method ByteArray>>unsignedLongAt:put:bigEndian:
11:56:11				038/515 - 99/107: Installing method ByteArray>>unsignedLongLongAt:
11:56:11				038/515 - 100/107: Installing method ByteArray>>unsignedLongLongAt:put:
11:56:11				038/515 - 101/107: Installing method ByteArray>>unsignedShortAt:
11:56:11				038/515 - 102/107: Installing method ByteArray>>unsignedShortAt:bigEndian:
11:56:11				038/515 - 103/107: Installing method ByteArray>>unsignedShortAt:put:
11:56:11				038/515 - 104/107: Installing method ByteArray>>unsignedShortAt:put:bigEndian:
11:56:11				038/515 - 105/107: Installing method ByteArray>>utf8Decoded
11:56:11				038/515 - 106/107: Installing method ByteArray>>voidAt:
11:56:11				038/515 - 107/107: Installing method ByteArray>>voidAt:put:
11:56:11				038/515 - 1/2: Installing method ByteArray class>>hashBytes:startingWith:
11:56:11				038/515 - 2/2: Installing method ByteArray class>>readHexFrom:
11:56:11				039/515 - 1/4: Installing method ByteLayout>>bytesPerSlot
11:56:11				039/515 - 2/4: Installing method ByteLayout>>extendByte
11:56:11				039/515 - 3/4: Installing method ByteLayout>>instanceSpecification
11:56:11				039/515 - 4/4: Installing method ByteLayout>>isBytes
11:56:11				039/515 - 1/2: Installing method ByteLayout class>>extending:scope:host:
11:56:11				039/515 - 2/2: Installing method ByteLayout class>>subclassDefiningSymbol
11:56:12				040/515 - 1/18: Installing method ByteString>>asByteArray
11:56:12				040/515 - 2/18: Installing method ByteString>>asOctetString
11:56:12				040/515 - 3/18: Installing method ByteString>>at:
11:56:12				040/515 - 4/18: Installing method ByteString>>at:put:
11:56:12				040/515 - 5/18: Installing method ByteString>>byteAt:
11:56:12				040/515 - 6/18: Installing method ByteString>>byteAt:put:
11:56:12				040/515 - 7/18: Installing method ByteString>>byteSize
11:56:12				040/515 - 8/18: Installing method ByteString>>compareWith:
11:56:12				040/515 - 9/18: Installing method ByteString>>compareWith:collated:
11:56:12				040/515 - 10/18: Installing method ByteString>>createSymbol
11:56:12				040/515 - 11/18: Installing method ByteString>>findSubstring:in:startingAt:matchTable:
11:56:12				040/515 - 12/18: Installing method ByteString>>hasWideCharacterFrom:to:
11:56:12				040/515 - 13/18: Installing method ByteString>>indexOfAnyOf:startingAt:
11:56:12				040/515 - 14/18: Installing method ByteString>>indexOfAnyOf:startingAt:ifAbsent:
11:56:12				040/515 - 15/18: Installing method ByteString>>isAsciiString
11:56:12				040/515 - 16/18: Installing method ByteString>>isByteString
11:56:12				040/515 - 17/18: Installing method ByteString>>isOctetString
11:56:12				040/515 - 18/18: Installing method ByteString>>replaceFrom:to:with:startingAt:
11:56:12				040/515 - 1/6: Installing method ByteString class>>findFirstInString:inSet:startingAt:
11:56:12				040/515 - 2/6: Installing method ByteString class>>indexOfAscii:inString:startingAt:
11:56:12				040/515 - 3/6: Installing method ByteString class>>initialize
11:56:12				040/515 - 4/6: Installing method ByteString class>>nonAsciiMap
11:56:12				040/515 - 5/6: Installing method ByteString class>>stringHash:initialHash:
11:56:12				040/515 - 6/6: Installing method ByteString class>>translate:from:to:table:
11:56:12				041/515 - 1/17: Installing method ByteSymbol>>asByteArray
11:56:12				041/515 - 2/17: Installing method ByteSymbol>>asOctetString
11:56:12				041/515 - 3/17: Installing method ByteSymbol>>at:
11:56:12				041/515 - 4/17: Installing method ByteSymbol>>byteAt:
11:56:12				041/515 - 5/17: Installing method ByteSymbol>>byteAt:put:
11:56:12				041/515 - 6/17: Installing method ByteSymbol>>byteSize
11:56:12				041/515 - 7/17: Installing method ByteSymbol>>compareWith:
11:56:12				041/515 - 8/17: Installing method ByteSymbol>>compareWith:collated:
11:56:12				041/515 - 9/17: Installing method ByteSymbol>>findSubstring:in:startingAt:matchTable:
11:56:12				041/515 - 10/17: Installing method ByteSymbol>>hasWideCharacterFrom:to:
11:56:12				041/515 - 11/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:
11:56:12				041/515 - 12/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:ifAbsent:
11:56:12				041/515 - 13/17: Installing method ByteSymbol>>isByteString
11:56:12				041/515 - 14/17: Installing method ByteSymbol>>isOctetString
11:56:12				041/515 - 15/17: Installing method ByteSymbol>>privateAt:put:
11:56:12				041/515 - 16/17: Installing method ByteSymbol>>species
11:56:12				041/515 - 17/17: Installing method ByteSymbol>>string:
11:56:12				041/515 - 1/4: Installing method ByteSymbol class>>findFirstInString:inSet:startingAt:
11:56:12				041/515 - 2/4: Installing method ByteSymbol class>>indexOfAscii:inString:startingAt:
11:56:12				041/515 - 3/4: Installing method ByteSymbol class>>stringHash:initialHash:
11:56:12				041/515 - 4/4: Installing method ByteSymbol class>>translate:from:to:table:
11:56:13				042/515 - 1/44: Installing method BytecodeEncoder>>genPushSpecialLiteral:
11:56:13				042/515 - 2/44: Installing method BytecodeEncoder>>genPushThisProcess
11:56:13				042/515 - 3/44: Installing method BytecodeEncoder>>methodStreamPosition
11:56:13				042/515 - 4/44: Installing method BytecodeEncoder>>nextPut:
11:56:13				042/515 - 5/44: Installing method BytecodeEncoder>>outOfRangeError:index:range:to:
11:56:13				042/515 - 6/44: Installing method BytecodeEncoder>>sizeBranchPopFalse:
11:56:13				042/515 - 7/44: Installing method BytecodeEncoder>>sizeBranchPopTrue:
11:56:13				042/515 - 8/44: Installing method BytecodeEncoder>>sizeCallPrimitive:
11:56:13				042/515 - 9/44: Installing method BytecodeEncoder>>sizeDup
11:56:13				042/515 - 10/44: Installing method BytecodeEncoder>>sizeJump:
11:56:13				042/515 - 11/44: Installing method BytecodeEncoder>>sizeJumpLong:
11:56:13				042/515 - 12/44: Installing method BytecodeEncoder>>sizeOpcodeSelector:withArguments:
11:56:13				042/515 - 13/44: Installing method BytecodeEncoder>>sizePop
11:56:13				042/515 - 14/44: Installing method BytecodeEncoder>>sizePushConsArray:
11:56:13				042/515 - 15/44: Installing method BytecodeEncoder>>sizePushInstVar:
11:56:13				042/515 - 16/44: Installing method BytecodeEncoder>>sizePushInstVarLong:
11:56:13				042/515 - 17/44: Installing method BytecodeEncoder>>sizePushLiteral:
11:56:13				042/515 - 18/44: Installing method BytecodeEncoder>>sizePushLiteralVar:
11:56:13				042/515 - 19/44: Installing method BytecodeEncoder>>sizePushNewArray:
11:56:13				042/515 - 20/44: Installing method BytecodeEncoder>>sizePushReceiver
11:56:13				042/515 - 21/44: Installing method BytecodeEncoder>>sizePushRemoteTemp:inVectorAt:
11:56:13				042/515 - 22/44: Installing method BytecodeEncoder>>sizePushSpecialLiteral:
11:56:13				042/515 - 23/44: Installing method BytecodeEncoder>>sizePushTemp:
11:56:13				042/515 - 24/44: Installing method BytecodeEncoder>>sizePushThisContext
11:56:13				042/515 - 25/44: Installing method BytecodeEncoder>>sizePushThisProcess
11:56:13				042/515 - 26/44: Installing method BytecodeEncoder>>sizeReturnReceiver
11:56:13				042/515 - 27/44: Installing method BytecodeEncoder>>sizeReturnSpecialLiteral:
11:56:13				042/515 - 28/44: Installing method BytecodeEncoder>>sizeReturnTop
11:56:13				042/515 - 29/44: Installing method BytecodeEncoder>>sizeReturnTopToCaller
11:56:13				042/515 - 30/44: Installing method BytecodeEncoder>>sizeSend:numArgs:
11:56:13				042/515 - 31/44: Installing method BytecodeEncoder>>sizeSendSuper:numArgs:
11:56:13				042/515 - 32/44: Installing method BytecodeEncoder>>sizeStoreInstVar:
11:56:14				042/515 - 33/44: Installing method BytecodeEncoder>>sizeStoreInstVarLong:
11:56:14				042/515 - 34/44: Installing method BytecodeEncoder>>sizeStoreLiteralVar:
11:56:14				042/515 - 35/44: Installing method BytecodeEncoder>>sizeStorePopInstVar:
11:56:14				042/515 - 36/44: Installing method BytecodeEncoder>>sizeStorePopInstVarLong:
11:56:14				042/515 - 37/44: Installing method BytecodeEncoder>>sizeStorePopLiteralVar:
11:56:14				042/515 - 38/44: Installing method BytecodeEncoder>>sizeStorePopRemoteTemp:inVectorAt:
11:56:14				042/515 - 39/44: Installing method BytecodeEncoder>>sizeStorePopTemp:
11:56:14				042/515 - 40/44: Installing method BytecodeEncoder>>sizeStoreRemoteTemp:inVectorAt:
11:56:14				042/515 - 41/44: Installing method BytecodeEncoder>>sizeStoreTemp:
11:56:14				042/515 - 42/44: Installing method BytecodeEncoder>>sizeTrapIfNotInstanceOf:
11:56:14				042/515 - 43/44: Installing method BytecodeEncoder>>stream:
11:56:14				042/515 - 44/44: Installing method BytecodeEncoder>>streamToMethod:
11:56:14				042/515 - 1/9: Installing method BytecodeEncoder class>>instructionSizeAt:of:
11:56:14				042/515 - 2/9: Installing method BytecodeEncoder class>>isAbstract
11:56:14				042/515 - 3/9: Installing method BytecodeEncoder class>>isExtension:
11:56:14				042/515 - 4/9: Installing method BytecodeEncoder class>>literalMethodBytecodes
11:56:14				042/515 - 5/9: Installing method BytecodeEncoder class>>nonExtensionBytecodeAt:in:
11:56:14				042/515 - 6/9: Installing method BytecodeEncoder class>>nonExtensionPcAt:in:
11:56:14				042/515 - 7/9: Installing method BytecodeEncoder class>>quickPrimSpecialConstants
11:56:14				042/515 - 8/9: Installing method BytecodeEncoder class>>specialSelectors
11:56:14				042/515 - 9/9: Installing method BytecodeEncoder class>>stackDeltaForPrimitive:in:
11:56:14				044/515 - 1/3: Installing method CannotReturn>>isResumable
11:56:14				044/515 - 2/3: Installing method CannotReturn>>result
11:56:14				044/515 - 3/3: Installing method CannotReturn>>result:
11:56:14				045/515 - 1/5: Installing method CategoryConverter>>environment
11:56:14				045/515 - 2/5: Installing method CategoryConverter>>environment:
11:56:14				045/515 - 3/5: Installing method CategoryConverter>>packageName
11:56:14				045/515 - 4/5: Installing method CategoryConverter>>processCategory:
11:56:14				045/515 - 5/5: Installing method CategoryConverter>>tagName
11:56:14				045/515 - 1/2: Installing method CategoryConverter class>>category:
11:56:14				045/515 - 2/2: Installing method CategoryConverter class>>category:environment:
11:56:14				046/515 - 1/9: Installing method ChangesLog>>assureStartupStampLogged
11:56:14				046/515 - 2/9: Installing method ChangesLog>>logChange:
11:56:14				046/515 - 3/9: Installing method ChangesLog>>logClassRemoved:
11:56:14				046/515 - 4/9: Installing method ChangesLog>>logClassRenamed:
11:56:14				046/515 - 5/9: Installing method ChangesLog>>logExpressionEvaluated:
11:56:14				046/515 - 6/9: Installing method ChangesLog>>logMethodRemoved:
11:56:14				046/515 - 7/9: Installing method ChangesLog>>logSnapshot:andQuit:
11:56:14				046/515 - 8/9: Installing method ChangesLog>>recordStartupStamp
11:56:14				046/515 - 9/9: Installing method ChangesLog>>registerToAnnouncements
11:56:14				046/515 - 1/4: Installing method ChangesLog class>>default
11:56:14				046/515 - 2/4: Installing method ChangesLog class>>registerInterestToSystemAnnouncement
11:56:14				046/515 - 3/4: Installing method ChangesLog class>>reset
11:56:14				046/515 - 4/4: Installing method ChangesLog class>>unsubscribeAnnouncersOfDefaultInstance
11:56:16				047/515 - 1/85: Installing method Character>><
11:56:16				047/515 - 2/85: Installing method Character>>=
11:56:16				047/515 - 3/85: Installing method Character>>>
11:56:16				047/515 - 4/85: Installing method Character>>asCharacter
11:56:16				047/515 - 5/85: Installing method Character>>asHTMLString
11:56:16				047/515 - 6/85: Installing method Character>>asInteger
11:56:16				047/515 - 7/85: Installing method Character>>asLowercase
11:56:16				047/515 - 8/85: Installing method Character>>asString
11:56:16				047/515 - 9/85: Installing method Character>>asSymbol
11:56:16				047/515 - 10/85: Installing method Character>>asUnicode
11:56:16				047/515 - 11/85: Installing method Character>>asUppercase
11:56:16				047/515 - 12/85: Installing method Character>>asciiValue
11:56:16				047/515 - 13/85: Installing method Character>>basicIdentityHash
11:56:16				047/515 - 14/85: Installing method Character>>basicPharoToIso
11:56:16				047/515 - 15/85: Installing method Character>>charCode
11:56:16				047/515 - 16/85: Installing method Character>>characterSet
11:56:16				047/515 - 17/85: Installing method Character>>codePoint
11:56:16				047/515 - 18/85: Installing method Character>>copy
11:56:16				047/515 - 19/85: Installing method Character>>deepCopy
11:56:16				047/515 - 20/85: Installing method Character>>digitValue
11:56:16				047/515 - 21/85: Installing method Character>>hash
11:56:16				047/515 - 22/85: Installing method Character>>hex
11:56:16				047/515 - 23/85: Installing method Character>>hexDigitValue
11:56:16				047/515 - 24/85: Installing method Character>>initialize
11:56:16				047/515 - 25/85: Installing method Character>>isAlphaNumeric
11:56:16				047/515 - 26/85: Installing method Character>>isArrow
11:56:16				047/515 - 27/85: Installing method Character>>isCasedLetter
11:56:16				047/515 - 28/85: Installing method Character>>isCharacter
11:56:16				047/515 - 29/85: Installing method Character>>isClosePunctuation
11:56:16				047/515 - 30/85: Installing method Character>>isConnectorPunctuation
11:56:16				047/515 - 31/85: Installing method Character>>isControlOther
11:56:16				047/515 - 32/85: Installing method Character>>isCurrencySymbol
11:56:16				047/515 - 33/85: Installing method Character>>isDashPunctuation
11:56:16				047/515 - 34/85: Installing method Character>>isDecimalDigit
11:56:16				047/515 - 35/85: Installing method Character>>isDigit
11:56:16				047/515 - 36/85: Installing method Character>>isDoubleQuote
11:56:16				047/515 - 37/85: Installing method Character>>isEnclosingMark
11:56:16				047/515 - 38/85: Installing method Character>>isFinalQuote
11:56:16				047/515 - 39/85: Installing method Character>>isFormatOther
11:56:16				047/515 - 40/85: Installing method Character>>isImmediateObject
11:56:16				047/515 - 41/85: Installing method Character>>isInitialQuote
11:56:16				047/515 - 42/85: Installing method Character>>isLetter
11:56:16				047/515 - 43/85: Installing method Character>>isLetterModifier
11:56:16				047/515 - 44/85: Installing method Character>>isLetterNumber
11:56:16				047/515 - 45/85: Installing method Character>>isLineSeparator
11:56:16				047/515 - 46/85: Installing method Character>>isLiteral
11:56:16				047/515 - 47/85: Installing method Character>>isLowercase
11:56:16				047/515 - 48/85: Installing method Character>>isMathSymbol
11:56:16				047/515 - 49/85: Installing method Character>>isModifierSymbol
11:56:16				047/515 - 50/85: Installing method Character>>isNonspacingMark
11:56:16				047/515 - 51/85: Installing method Character>>isOctetCharacter
11:56:16				047/515 - 52/85: Installing method Character>>isOpenPunctuation
11:56:16				047/515 - 53/85: Installing method Character>>isOtherLetter
11:56:16				047/515 - 54/85: Installing method Character>>isOtherNumber
11:56:16				047/515 - 55/85: Installing method Character>>isOtherPunctuation
11:56:16				047/515 - 56/85: Installing method Character>>isOtherSymbol
11:56:16				047/515 - 57/85: Installing method Character>>isParagraphSeparator
11:56:16				047/515 - 58/85: Installing method Character>>isPinnedInMemory
11:56:16				047/515 - 59/85: Installing method Character>>isPrivateOther
11:56:16				047/515 - 60/85: Installing method Character>>isPunctuation
11:56:16				047/515 - 61/85: Installing method Character>>isSafeForHTTP
11:56:16				047/515 - 62/85: Installing method Character>>isSeparator
11:56:16				047/515 - 63/85: Installing method Character>>isSpaceSeparator
11:56:16				047/515 - 64/85: Installing method Character>>isSpacingCombiningMark
11:56:16				047/515 - 65/85: Installing method Character>>isSpecial
11:56:16				047/515 - 66/85: Installing method Character>>isSurrogateOther
11:56:16				047/515 - 67/85: Installing method Character>>isSyntax
11:56:16				047/515 - 68/85: Installing method Character>>isTitlecaseLetter
11:56:16				047/515 - 69/85: Installing method Character>>isUppercase
11:56:16				047/515 - 70/85: Installing method Character>>isVowel
11:56:16				047/515 - 71/85: Installing method Character>>join:
11:56:16				047/515 - 72/85: Installing method Character>>lowercase
11:56:16				047/515 - 73/85: Installing method Character>>nextObject
11:56:16				047/515 - 74/85: Installing method Character>>printOn:
11:56:16				047/515 - 75/85: Installing method Character>>printStringHex
11:56:16				047/515 - 76/85: Installing method Character>>sameAs:
11:56:16				047/515 - 77/85: Installing method Character>>setValue:
11:56:16				047/515 - 78/85: Installing method Character>>shallowCopy
11:56:16				047/515 - 79/85: Installing method Character>>shouldBePrintedAsLiteral
11:56:16				047/515 - 80/85: Installing method Character>>storeBinaryOn:
11:56:16				047/515 - 81/85: Installing method Character>>storeOn:
11:56:16				047/515 - 82/85: Installing method Character>>to:
11:56:16				047/515 - 83/85: Installing method Character>>tokenish
11:56:16				047/515 - 84/85: Installing method Character>>uppercase
11:56:16				047/515 - 85/85: Installing method Character>>veryDeepCopyWith:
11:56:17				047/515 - 1/42: Installing method Character class>>allByteCharacters
11:56:17				047/515 - 2/42: Installing method Character class>>alphabet
11:56:17				047/515 - 3/42: Installing method Character class>>arrowDown
11:56:17				047/515 - 4/42: Installing method Character class>>arrowLeft
11:56:17				047/515 - 5/42: Installing method Character class>>arrowRight
11:56:17				047/515 - 6/42: Installing method Character class>>arrowUp
11:56:17				047/515 - 7/42: Installing method Character class>>backspace
11:56:17				047/515 - 8/42: Installing method Character class>>centeredDot
11:56:17				047/515 - 9/42: Installing method Character class>>characterSet
11:56:17				047/515 - 10/42: Installing method Character class>>characterSet:
11:56:17				047/515 - 11/42: Installing method Character class>>codePoint:
11:56:17				047/515 - 12/42: Installing method Character class>>constantNameFor:
11:56:17				047/515 - 13/42: Installing method Character class>>constantNames
11:56:17				047/515 - 14/42: Installing method Character class>>cr
11:56:17				047/515 - 15/42: Installing method Character class>>delete
11:56:17				047/515 - 16/42: Installing method Character class>>digitValue:
11:56:17				047/515 - 17/42: Installing method Character class>>divide
11:56:17				047/515 - 18/42: Installing method Character class>>end
11:56:17				047/515 - 19/42: Installing method Character class>>enter
11:56:17				047/515 - 20/42: Installing method Character class>>escape
11:56:17				047/515 - 21/42: Installing method Character class>>home
11:56:17				047/515 - 22/42: Installing method Character class>>initialize
11:56:17				047/515 - 23/42: Installing method Character class>>initializeDigitValues
11:56:17				047/515 - 24/42: Installing method Character class>>insert
11:56:17				047/515 - 25/42: Installing method Character class>>lf
11:56:17				047/515 - 26/42: Installing method Character class>>linefeed
11:56:17				047/515 - 27/42: Installing method Character class>>maxVal
11:56:17				047/515 - 28/42: Installing method Character class>>nbsp
11:56:17				047/515 - 29/42: Installing method Character class>>new
11:56:17				047/515 - 30/42: Installing method Character class>>newPage
11:56:17				047/515 - 31/42: Installing method Character class>>null
11:56:17				047/515 - 32/42: Installing method Character class>>pageDown
11:56:17				047/515 - 33/42: Installing method Character class>>pageUp
11:56:17				047/515 - 34/42: Installing method Character class>>plusOrMinus
11:56:17				047/515 - 35/42: Installing method Character class>>separators
11:56:17				047/515 - 36/42: Installing method Character class>>space
11:56:17				047/515 - 37/42: Installing method Character class>>specialCharacters
11:56:17				047/515 - 38/42: Installing method Character class>>supportsNonASCII
11:56:17				047/515 - 39/42: Installing method Character class>>syntaxCharacters
11:56:17				047/515 - 40/42: Installing method Character class>>tab
11:56:17				047/515 - 41/42: Installing method Character class>>times
11:56:17				047/515 - 42/42: Installing method Character class>>value:
11:56:17				048/515 - 1/18: Installing method CharacterSet>>=
11:56:17				048/515 - 2/18: Installing method CharacterSet>>add:
11:56:17				048/515 - 3/18: Installing method CharacterSet>>asString
11:56:17				048/515 - 4/18: Installing method CharacterSet>>byteArrayMap
11:56:17				048/515 - 5/18: Installing method CharacterSet>>byteComplement
11:56:17				048/515 - 6/18: Installing method CharacterSet>>complement
11:56:17				048/515 - 7/18: Installing method CharacterSet>>do:
11:56:17				048/515 - 8/18: Installing method CharacterSet>>findFirstInByteString:startingAt:
11:56:17				048/515 - 9/18: Installing method CharacterSet>>hasWideCharacters
11:56:17				048/515 - 10/18: Installing method CharacterSet>>hash
11:56:17				048/515 - 11/18: Installing method CharacterSet>>includes:
11:56:17				048/515 - 12/18: Installing method CharacterSet>>initialize
11:56:17				048/515 - 13/18: Installing method CharacterSet>>postCopy
11:56:17				048/515 - 14/18: Installing method CharacterSet>>remove:
11:56:17				048/515 - 15/18: Installing method CharacterSet>>remove:ifAbsent:
11:56:17				048/515 - 16/18: Installing method CharacterSet>>removeAll
11:56:17				048/515 - 17/18: Installing method CharacterSet>>size
11:56:17				048/515 - 18/18: Installing method CharacterSet>>wideCharacterMap
11:56:17				048/515 - 1/6: Installing method CharacterSet class>>allByteCharacters
11:56:17				048/515 - 2/6: Installing method CharacterSet class>>allCharacters
11:56:17				048/515 - 3/6: Installing method CharacterSet class>>crlf
11:56:17				048/515 - 4/6: Installing method CharacterSet class>>newFrom:
11:56:18				048/515 - 5/6: Installing method CharacterSet class>>nonSeparators
11:56:18				048/515 - 6/6: Installing method CharacterSet class>>separators
11:56:18				049/515 - 1/19: Installing method CharacterSetComplement>>=
11:56:18				049/515 - 2/19: Installing method CharacterSetComplement>>add:
11:56:18				049/515 - 3/19: Installing method CharacterSetComplement>>byteArrayMap
11:56:18				049/515 - 4/19: Installing method CharacterSetComplement>>complement
11:56:18				049/515 - 5/19: Installing method CharacterSetComplement>>complement:
11:56:18				049/515 - 6/19: Installing method CharacterSetComplement>>do:
11:56:18				049/515 - 7/19: Installing method CharacterSetComplement>>findFirstInByteString:startingAt:
11:56:18				049/515 - 8/19: Installing method CharacterSetComplement>>hasWideCharacters
11:56:18				049/515 - 9/19: Installing method CharacterSetComplement>>hash
11:56:18				049/515 - 10/19: Installing method CharacterSetComplement>>includes:
11:56:18				049/515 - 11/19: Installing method CharacterSetComplement>>postCopy
11:56:18				049/515 - 12/19: Installing method CharacterSetComplement>>printOn:
11:56:18				049/515 - 13/19: Installing method CharacterSetComplement>>reject:
11:56:18				049/515 - 14/19: Installing method CharacterSetComplement>>remove:
11:56:18				049/515 - 15/19: Installing method CharacterSetComplement>>remove:ifAbsent:
11:56:18				049/515 - 16/19: Installing method CharacterSetComplement>>removeAll
11:56:18				049/515 - 17/19: Installing method CharacterSetComplement>>select:
11:56:18				049/515 - 18/19: Installing method CharacterSetComplement>>size
11:56:18				049/515 - 19/19: Installing method CharacterSetComplement>>storeOn:
11:56:18				049/515 - 1/1: Installing method CharacterSetComplement class>>of:
11:56:18				050/515 - 1/12: Installing method ChunkReadStream>>basicNext
11:56:18				050/515 - 2/12: Installing method ChunkReadStream>>basicNextChunk
11:56:18				050/515 - 3/12: Installing method ChunkReadStream>>decodeString:andRuns:
11:56:18				050/515 - 4/12: Installing method ChunkReadStream>>isNextChunkMetaData
11:56:18				050/515 - 5/12: Installing method ChunkReadStream>>isNextStyleChunk
11:56:18				050/515 - 6/12: Installing method ChunkReadStream>>next
11:56:18				050/515 - 7/12: Installing method ChunkReadStream>>parseLangTagFor:
11:56:18				050/515 - 8/12: Installing method ChunkReadStream>>position
11:56:18				050/515 - 9/12: Installing method ChunkReadStream>>readUpToEndOfStyleChunk
11:56:18				050/515 - 10/12: Installing method ChunkReadStream>>reset
11:56:18				050/515 - 11/12: Installing method ChunkReadStream>>skipSeparators
11:56:18				050/515 - 12/12: Installing method ChunkReadStream>>terminatorMark
11:56:18				051/515 - 1/7: Installing method ChunkWriteStream>>afterNexPut
11:56:18				051/515 - 2/7: Installing method ChunkWriteStream>>bang
11:56:18				051/515 - 3/7: Installing method ChunkWriteStream>>doesNotUnderstand:
11:56:18				051/515 - 4/7: Installing method ChunkWriteStream>>duplicateTerminatorMarkOn:
11:56:18				051/515 - 5/7: Installing method ChunkWriteStream>>nextChunkPut:
11:56:18				051/515 - 6/7: Installing method ChunkWriteStream>>nextPut:
11:56:18				051/515 - 7/7: Installing method ChunkWriteStream>>terminatorMark
11:56:18				052/515 - 1/1: Installing method CircularHierarchyError class>>signalFor:
11:56:20				053/515 - 1/105: Installing method Class>>addClassSlot:
11:56:20				053/515 - 2/105: Installing method Class>>addClassVarNamed:
11:56:20				053/515 - 3/105: Installing method Class>>addClassVariable:
11:56:20				053/515 - 4/105: Installing method Class>>addInstVarNamed:
11:56:20				053/515 - 5/105: Installing method Class>>addSharedPool:
11:56:20				053/515 - 6/105: Installing method Class>>addSharedPoolNamed:
11:56:20				053/515 - 7/105: Installing method Class>>addSlot:
11:56:20				053/515 - 8/105: Installing method Class>>addSubclass:
11:56:20				053/515 - 9/105: Installing method Class>>allClassVariables
11:56:20				053/515 - 10/105: Installing method Class>>allSharedPools
11:56:20				053/515 - 11/105: Installing method Class>>allUnreferencedClassVariables
11:56:20				053/515 - 12/105: Installing method Class>>basicDeclareClassVariable:
11:56:20				053/515 - 13/105: Installing method Class>>basicTag:
11:56:20				053/515 - 14/105: Installing method Class>>binding
11:56:20				053/515 - 15/105: Installing method Class>>bindingOf:
11:56:20				053/515 - 16/105: Installing method Class>>category
11:56:20				053/515 - 17/105: Installing method Class>>checkForCompiledMethodLayout:
11:56:20				053/515 - 18/105: Installing method Class>>classBuilder
11:56:20				053/515 - 19/105: Installing method Class>>classPool
11:56:20				053/515 - 20/105: Installing method Class>>classPool:
11:56:20				053/515 - 21/105: Installing method Class>>classSide
11:56:20				053/515 - 22/105: Installing method Class>>classThatDefinesClassVariable:
11:56:20				053/515 - 23/105: Installing method Class>>classVarNamed:
11:56:20				053/515 - 24/105: Installing method Class>>classVarNamed:put:
11:56:20				053/515 - 25/105: Installing method Class>>classVarNames
11:56:20				053/515 - 26/105: Installing method Class>>classVariableDefinitionString
11:56:20				053/515 - 27/105: Installing method Class>>classVariableNamed:
11:56:20				053/515 - 28/105: Installing method Class>>classVariableNamed:ifAbsent:
11:56:20				053/515 - 29/105: Installing method Class>>classVariables
11:56:20				053/515 - 30/105: Installing method Class>>classVariablesNeedFullDefinition
11:56:20				053/515 - 31/105: Installing method Class>>comment
11:56:20				053/515 - 32/105: Installing method Class>>comment:
11:56:20				053/515 - 33/105: Installing method Class>>comment:stamp:
11:56:20				053/515 - 34/105: Installing method Class>>commentSourcePointer
11:56:20				053/515 - 35/105: Installing method Class>>commentSourcePointer:
11:56:20				053/515 - 36/105: Installing method Class>>commentStamp
11:56:20				053/515 - 37/105: Installing method Class>>commentStamp:
11:56:20				053/515 - 38/105: Installing method Class>>commonSuperclassWith:
11:56:20				053/515 - 39/105: Installing method Class>>compileAllFrom:
11:56:20				053/515 - 40/105: Installing method Class>>copyForAnnouncement
11:56:20				053/515 - 41/105: Installing method Class>>declareClassVariables:
11:56:20				053/515 - 42/105: Installing method Class>>definedVariables
11:56:20				053/515 - 43/105: Installing method Class>>definesClassVariable:
11:56:20				053/515 - 44/105: Installing method Class>>definesClassVariableNamed:
11:56:20				053/515 - 45/105: Installing method Class>>duplicateClassWithNewName:
11:56:20				053/515 - 46/105: Installing method Class>>environment
11:56:20				053/515 - 47/105: Installing method Class>>environment:
11:56:20				053/515 - 48/105: Installing method Class>>expandedDefinitionStringFor:
11:56:20				053/515 - 49/105: Installing method Class>>getName
11:56:20				053/515 - 50/105: Installing method Class>>hasAbstractMethods
11:56:21				053/515 - 51/105: Installing method Class>>hasBindingThatBeginsWith:
11:56:21				053/515 - 52/105: Installing method Class>>hasClassSide
11:56:21				053/515 - 53/105: Installing method Class>>hasClassVarNamed:
11:56:21				053/515 - 54/105: Installing method Class>>hasClassVariable:
11:56:21				053/515 - 55/105: Installing method Class>>hasComment
11:56:21				053/515 - 56/105: Installing method Class>>hasMethods
11:56:21				053/515 - 57/105: Installing method Class>>hasSharedPools
11:56:21				053/515 - 58/105: Installing method Class>>hasSubclasses
11:56:21				053/515 - 59/105: Installing method Class>>innerBindingOf:
11:56:21				053/515 - 60/105: Installing method Class>>instanceSide
11:56:21				053/515 - 61/105: Installing method Class>>isAnonymous
11:56:21				053/515 - 62/105: Installing method Class>>isClass
11:56:21				053/515 - 63/105: Installing method Class>>isClassOrTrait
11:56:21				053/515 - 64/105: Installing method Class>>isObsolete
11:56:21				053/515 - 65/105: Installing method Class>>isSelfEvaluating
11:56:21				053/515 - 66/105: Installing method Class>>isUsed
11:56:21				053/515 - 67/105: Installing method Class>>name
11:56:21				053/515 - 68/105: Installing method Class>>needsSlotClassDefinition
11:56:21				053/515 - 69/105: Installing method Class>>newAnonymousSubclass
11:56:21				053/515 - 70/105: Installing method Class>>newAnonymousSubclassInEnvironment:
11:56:21				053/515 - 71/105: Installing method Class>>newSubclass
11:56:21				053/515 - 72/105: Installing method Class>>obsolete
11:56:21				053/515 - 73/105: Installing method Class>>package
11:56:21				053/515 - 74/105: Installing method Class>>packageTag
11:56:21				053/515 - 75/105: Installing method Class>>possibleVariablesFor:continuedFrom:
11:56:21				053/515 - 76/105: Installing method Class>>readClassVariableNamed:
11:56:21				053/515 - 77/105: Installing method Class>>reformatAll
11:56:21				053/515 - 78/105: Installing method Class>>removeClassSlot:
11:56:21				053/515 - 79/105: Installing method Class>>removeClassVarNamed:
11:56:21				053/515 - 80/105: Installing method Class>>removeClassVariable:
11:56:21				053/515 - 81/105: Installing method Class>>removeFromSystem
11:56:21				053/515 - 82/105: Installing method Class>>removeFromSystem:
11:56:21				053/515 - 83/105: Installing method Class>>removeFromSystemUnlogged
11:56:21				053/515 - 84/105: Installing method Class>>removeSharedPool:
11:56:21				053/515 - 85/105: Installing method Class>>removeSlot:
11:56:21				053/515 - 86/105: Installing method Class>>removeSubclass:
11:56:21				053/515 - 87/105: Installing method Class>>rename:
11:56:21				053/515 - 88/105: Installing method Class>>setName:
11:56:21				053/515 - 89/105: Installing method Class>>sharedPoolNames
11:56:21				053/515 - 90/105: Installing method Class>>sharedPoolOfVarNamed:
11:56:21				053/515 - 91/105: Installing method Class>>sharedPools
11:56:21				053/515 - 92/105: Installing method Class>>sharedPools:
11:56:21				053/515 - 93/105: Installing method Class>>sharedPoolsDo:
11:56:21				053/515 - 94/105: Installing method Class>>sharing:
11:56:21				053/515 - 95/105: Installing method Class>>subclass:
11:56:21				053/515 - 96/105: Installing method Class>>subclasses
11:56:21				053/515 - 97/105: Installing method Class>>subclasses:
11:56:21				053/515 - 98/105: Installing method Class>>subclassesDo:
11:56:21				053/515 - 99/105: Installing method Class>>superclass:methodDictionary:format:
11:56:21				053/515 - 100/105: Installing method Class>>undeclaredRegistry
11:56:21				053/515 - 101/105: Installing method Class>>unload
11:56:21				053/515 - 102/105: Installing method Class>>usesClassVarNamed:
11:56:21				053/515 - 103/105: Installing method Class>>usesLocalPoolVarNamed:
11:56:21				053/515 - 104/105: Installing method Class>>usesPoolVarNamed:
11:56:21				053/515 - 105/105: Installing method Class>>writeClassVariableNamed:value:
11:56:21				053/515 - 1/7: Installing method Class class>>allSuperclassesFor:cache:
11:56:21				053/515 - 2/7: Installing method Class class>>doesNotIncludeInstanceOrSuperclassesFor:in:cache:
11:56:21				053/515 - 3/7: Installing method Class class>>hasNoDependenciesFor:in:cache:
11:56:21				053/515 - 4/7: Installing method Class class>>hasNoDependenciesForMetaclass:in:cache:
11:56:21				053/515 - 5/7: Installing method Class class>>hasNoSuperclassesOf:in:cache:
11:56:21				053/515 - 6/7: Installing method Class class>>initialize
11:56:21				053/515 - 7/7: Installing method Class class>>superclassOrder:
11:56:21				054/515 - 1/3: Installing method ClassAdded>>classAdded
11:56:21				054/515 - 2/3: Installing method ClassAdded>>classAdded:
11:56:21				054/515 - 3/3: Installing method ClassAdded>>classAffected
11:56:21				054/515 - 1/1: Installing method ClassAdded class>>class:
11:56:21				055/515 - 1/5: Installing method ClassAnnouncement>>classAffected
11:56:21				055/515 - 2/5: Installing method ClassAnnouncement>>packageAffected
11:56:21				055/515 - 3/5: Installing method ClassAnnouncement>>packageTagAffected
11:56:21				055/515 - 4/5: Installing method ClassAnnouncement>>packageTagsAffected
11:56:21				055/515 - 5/5: Installing method ClassAnnouncement>>packagesAffected
11:56:21				056/515 - 1/11: Installing method ClassCommented>>classAffected
11:56:21				056/515 - 2/11: Installing method ClassCommented>>classCommented
11:56:21				056/515 - 3/11: Installing method ClassCommented>>classCommented:
11:56:21				056/515 - 4/11: Installing method ClassCommented>>newComment
11:56:21				056/515 - 5/11: Installing method ClassCommented>>newComment:
11:56:21				056/515 - 6/11: Installing method ClassCommented>>newStamp
11:56:21				056/515 - 7/11: Installing method ClassCommented>>newStamp:
11:56:21				056/515 - 8/11: Installing method ClassCommented>>oldComment
11:56:21				056/515 - 9/11: Installing method ClassCommented>>oldComment:
11:56:21				056/515 - 10/11: Installing method ClassCommented>>oldStamp
11:56:21				056/515 - 11/11: Installing method ClassCommented>>oldStamp:
11:56:21				056/515 - 1/2: Installing method ClassCommented class>>class:oldComment:newComment:oldStamp:newStamp:
11:56:21				056/515 - 2/2: Installing method ClassCommented class>>classCommented:
11:56:24				057/515 - 1/134: Installing method ClassDescription>>addAndClassifySelector:withMethod:inProtocol:
11:56:24				057/515 - 2/134: Installing method ClassDescription>>addInstVarNamed:
11:56:24				057/515 - 3/134: Installing method ClassDescription>>addProtocol:
11:56:24				057/515 - 4/134: Installing method ClassDescription>>addSelector:withMethod:
11:56:24				057/515 - 5/134: Installing method ClassDescription>>addSelectorSilently:withMethod:
11:56:24				057/515 - 6/134: Installing method ClassDescription>>addSlot:
11:56:24				057/515 - 7/134: Installing method ClassDescription>>allCallsOnIn:
11:56:24				057/515 - 8/134: Installing method ClassDescription>>allInstVarNames
11:56:24				057/515 - 9/134: Installing method ClassDescription>>allInstVarNamesEverywhere
11:56:24				057/515 - 10/134: Installing method ClassDescription>>allLocalCallsOn:
11:56:24				057/515 - 11/134: Installing method ClassDescription>>allSelectorsInProtocol:
11:56:24				057/515 - 12/134: Installing method ClassDescription>>allSharedPools
11:56:24				057/515 - 13/134: Installing method ClassDescription>>allSlots
11:56:24				057/515 - 14/134: Installing method ClassDescription>>allUnreferencedInstanceVariables
11:56:24				057/515 - 15/134: Installing method ClassDescription>>announceRecategorizationOf:oldProtocol:
11:56:24				057/515 - 16/134: Installing method ClassDescription>>authors
11:56:24				057/515 - 17/134: Installing method ClassDescription>>classCommentBlank
11:56:24				057/515 - 18/134: Installing method ClassDescription>>classInstaller
11:56:24				057/515 - 19/134: Installing method ClassDescription>>classSide
11:56:24				057/515 - 20/134: Installing method ClassDescription>>classThatDefinesInstVarNamed:
11:56:24				057/515 - 21/134: Installing method ClassDescription>>classVariablesOn:
11:56:24				057/515 - 22/134: Installing method ClassDescription>>classVariablesString
11:56:24				057/515 - 23/134: Installing method ClassDescription>>classify:under:
11:56:24				057/515 - 24/134: Installing method ClassDescription>>compile:classified:
11:56:24				057/515 - 25/134: Installing method ClassDescription>>compile:classified:notifying:
11:56:24				057/515 - 26/134: Installing method ClassDescription>>compile:classified:withStamp:notifying:
11:56:24				057/515 - 27/134: Installing method ClassDescription>>compile:classified:withStamp:notifying:logSource:
11:56:24				057/515 - 28/134: Installing method ClassDescription>>compile:notifying:
11:56:24				057/515 - 29/134: Installing method ClassDescription>>compileSilently:
11:56:24				057/515 - 30/134: Installing method ClassDescription>>compileSilently:classified:
11:56:24				057/515 - 31/134: Installing method ClassDescription>>compileSilently:classified:notifying:
11:56:24				057/515 - 32/134: Installing method ClassDescription>>copyAllMethodsFrom:
11:56:24				057/515 - 33/134: Installing method ClassDescription>>definesSlot:
11:56:24				057/515 - 34/134: Installing method ClassDescription>>definesSlotNamed:
11:56:24				057/515 - 35/134: Installing method ClassDescription>>dependentClasses
11:56:24				057/515 - 36/134: Installing method ClassDescription>>deprecatedAliases
11:56:24				057/515 - 37/134: Installing method ClassDescription>>deprecatedAliases:
11:56:24				057/515 - 38/134: Installing method ClassDescription>>ensureProtocol:
11:56:24				057/515 - 39/134: Installing method ClassDescription>>extendingPackages
11:56:24				057/515 - 40/134: Installing method ClassDescription>>extensionProtocols
11:56:24				057/515 - 41/134: Installing method ClassDescription>>extensionSelectors
11:56:24				057/515 - 42/134: Installing method ClassDescription>>forceNewFrom:
11:56:24				057/515 - 43/134: Installing method ClassDescription>>hasClassSide
11:56:24				057/515 - 44/134: Installing method ClassDescription>>hasInstVarNamed:
11:56:24				057/515 - 45/134: Installing method ClassDescription>>hasProtocol:
11:56:24				057/515 - 46/134: Installing method ClassDescription>>hasSharedPools
11:56:24				057/515 - 47/134: Installing method ClassDescription>>hasSlot:
11:56:24				057/515 - 48/134: Installing method ClassDescription>>hasSlotNamed:
11:56:24				057/515 - 49/134: Installing method ClassDescription>>includesSharedPoolNamed:
11:56:24				057/515 - 50/134: Installing method ClassDescription>>initialize
11:56:24				057/515 - 51/134: Installing method ClassDescription>>instVarIndexFor:
11:56:24				057/515 - 52/134: Installing method ClassDescription>>instVarIndexFor:ifAbsent:
11:56:24				057/515 - 53/134: Installing method ClassDescription>>instVarMappingFrom:
11:56:24				057/515 - 54/134: Installing method ClassDescription>>instVarNames
11:56:24				057/515 - 55/134: Installing method ClassDescription>>instanceSide
11:56:24				057/515 - 56/134: Installing method ClassDescription>>instanceVariablesOn:
11:56:24				057/515 - 57/134: Installing method ClassDescription>>instanceVariablesString
11:56:24				057/515 - 58/134: Installing method ClassDescription>>isClassSide
11:56:24				057/515 - 59/134: Installing method ClassDescription>>isDeprecated
11:56:24				057/515 - 60/134: Installing method ClassDescription>>isExtended
11:56:24				057/515 - 61/134: Installing method ClassDescription>>isExtendedInPackage:
11:56:24				057/515 - 62/134: Installing method ClassDescription>>isInstalled
11:56:24				057/515 - 63/134: Installing method ClassDescription>>isInstanceSide
11:56:24				057/515 - 64/134: Installing method ClassDescription>>isLocalSelector:
11:56:24				057/515 - 65/134: Installing method ClassDescription>>isMeta
11:56:24				057/515 - 66/134: Installing method ClassDescription>>isProtocolExtensionFromTheSamePackage:
11:56:24				057/515 - 67/134: Installing method ClassDescription>>isTaggedWith:
11:56:24				057/515 - 68/134: Installing method ClassDescription>>linesOfCode
11:56:24				057/515 - 69/134: Installing method ClassDescription>>localSlots
11:56:24				057/515 - 70/134: Installing method ClassDescription>>methodsInProtocol:
11:56:24				057/515 - 71/134: Installing method ClassDescription>>needsSlotClassDefinition
11:56:24				057/515 - 72/134: Installing method ClassDescription>>newInstanceFrom:variable:size:
11:56:24				057/515 - 73/134: Installing method ClassDescription>>noteAddedSelector:meta:
11:56:24				057/515 - 74/134: Installing method ClassDescription>>noteCompilationOf:meta:
11:56:24				057/515 - 75/134: Installing method ClassDescription>>notifyOfRecategorizedSelector:from:to:
11:56:24				057/515 - 76/134: Installing method ClassDescription>>numberOfMethods
11:56:24				057/515 - 77/134: Installing method ClassDescription>>obsolete
11:56:24				057/515 - 78/134: Installing method ClassDescription>>package
11:56:24				057/515 - 79/134: Installing method ClassDescription>>package:
11:56:24				057/515 - 80/134: Installing method ClassDescription>>package:tag:
11:56:24				057/515 - 81/134: Installing method ClassDescription>>packageName
11:56:24				057/515 - 82/134: Installing method ClassDescription>>packageTag
11:56:24				057/515 - 83/134: Installing method ClassDescription>>packageTag:
11:56:24				057/515 - 84/134: Installing method ClassDescription>>packageTagName
11:56:24				057/515 - 85/134: Installing method ClassDescription>>packages
11:56:24				057/515 - 86/134: Installing method ClassDescription>>printOn:
11:56:24				057/515 - 87/134: Installing method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod:
11:56:24				057/515 - 88/134: Installing method ClassDescription>>protocolNameOfSelector:
11:56:24				057/515 - 89/134: Installing method ClassDescription>>protocolNamed:
11:56:24				057/515 - 90/134: Installing method ClassDescription>>protocolNamed:ifAbsent:
11:56:24				057/515 - 91/134: Installing method ClassDescription>>protocolNames
11:56:24				057/515 - 92/134: Installing method ClassDescription>>protocolOfSelector:
11:56:24				057/515 - 93/134: Installing method ClassDescription>>protocols
11:56:24				057/515 - 94/134: Installing method ClassDescription>>protocols:
11:56:24				057/515 - 95/134: Installing method ClassDescription>>reformatAll
11:56:24				057/515 - 96/134: Installing method ClassDescription>>removeEmptyProtocols
11:56:24				057/515 - 97/134: Installing method ClassDescription>>removeFromProtocols:
11:56:24				057/515 - 98/134: Installing method ClassDescription>>removeInstVarNamed:
11:56:24				057/515 - 99/134: Installing method ClassDescription>>removeNonexistentSelectorsFromProtocols
11:56:24				057/515 - 100/134: Installing method ClassDescription>>removePackageTag
11:56:24				057/515 - 101/134: Installing method ClassDescription>>removeProtocol:
11:56:24				057/515 - 102/134: Installing method ClassDescription>>removeProtocolIfEmpty:
11:56:24				057/515 - 103/134: Installing method ClassDescription>>removeSelector:
11:56:24				057/515 - 104/134: Installing method ClassDescription>>removeSlot:
11:56:24				057/515 - 105/134: Installing method ClassDescription>>renameProtocol:as:
11:56:24				057/515 - 106/134: Installing method ClassDescription>>reorganize
11:56:24				057/515 - 107/134: Installing method ClassDescription>>resetProtocols
11:56:24				057/515 - 108/134: Installing method ClassDescription>>selectorsInProtocol:
11:56:24				057/515 - 109/134: Installing method ClassDescription>>sharedPoolOfVarNamed:
11:56:24				057/515 - 110/134: Installing method ClassDescription>>sharedPoolString
11:56:24				057/515 - 111/134: Installing method ClassDescription>>sharedPoolStringOn:
11:56:24				057/515 - 112/134: Installing method ClassDescription>>sharedPools
11:56:24				057/515 - 113/134: Installing method ClassDescription>>sharedPoolsOn:
11:56:24				057/515 - 114/134: Installing method ClassDescription>>sharedPoolsString
11:56:24				057/515 - 115/134: Installing method ClassDescription>>slotNamed:
11:56:24				057/515 - 116/134: Installing method ClassDescription>>slotNamed:ifFound:
11:56:24				057/515 - 117/134: Installing method ClassDescription>>slotNamed:ifFound:ifNone:
11:56:24				057/515 - 118/134: Installing method ClassDescription>>slotNames
11:56:24				057/515 - 119/134: Installing method ClassDescription>>slots
11:56:24				057/515 - 120/134: Installing method ClassDescription>>slotsNeedFullDefinition
11:56:24				057/515 - 121/134: Installing method ClassDescription>>spaceUsed
11:56:24				057/515 - 122/134: Installing method ClassDescription>>storeOn:
11:56:25				057/515 - 123/134: Installing method ClassDescription>>superclass:layout:
11:56:25				057/515 - 124/134: Installing method ClassDescription>>superclass:methodDictionary:format:
11:56:25				057/515 - 125/134: Installing method ClassDescription>>superclass:withLayoutType:slots:
11:56:25				057/515 - 126/134: Installing method ClassDescription>>uncategorizedSelectors
11:56:25				057/515 - 127/134: Installing method ClassDescription>>usesLocalPoolVarNamed:
11:56:25				057/515 - 128/134: Installing method ClassDescription>>usesPoolVarNamed:
11:56:25				057/515 - 129/134: Installing method ClassDescription>>whichMethodsAccess:
11:56:25				057/515 - 130/134: Installing method ClassDescription>>whichMethodsRead:
11:56:25				057/515 - 131/134: Installing method ClassDescription>>whichMethodsWrite:
11:56:25				057/515 - 132/134: Installing method ClassDescription>>whichSelectorsAccess:
11:56:25				057/515 - 133/134: Installing method ClassDescription>>whichSelectorsRead:
11:56:25				057/515 - 134/134: Installing method ClassDescription>>whichSelectorsWrite:
11:56:25				057/515 - 1/1: Installing method ClassDescription class>>isAbstract
11:56:25				058/515 - 1/2: Installing method ClassModificationApplied>>classAffected
11:56:25				058/515 - 2/2: Installing method ClassModificationApplied>>modifiedClass:
11:56:25				058/515 - 1/1: Installing method ClassModificationApplied class>>toClass:
11:56:25				059/515 - 1/5: Installing method ClassModifiedClassDefinition>>classAffected
11:56:25				059/515 - 2/5: Installing method ClassModifiedClassDefinition>>newClassDefinition
11:56:25				059/515 - 3/5: Installing method ClassModifiedClassDefinition>>newClassDefinition:
11:56:25				059/515 - 4/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition
11:56:25				059/515 - 5/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition:
11:56:25				059/515 - 1/1: Installing method ClassModifiedClassDefinition class>>classDefinitionChangedFrom:to:
11:56:25				060/515 - 1/6: Installing method ClassParentRenamed>>classAffected
11:56:25				060/515 - 2/6: Installing method ClassParentRenamed>>classAffected:
11:56:25				060/515 - 3/6: Installing method ClassParentRenamed>>parentNewName
11:56:25				060/515 - 4/6: Installing method ClassParentRenamed>>parentNewName:
11:56:25				060/515 - 5/6: Installing method ClassParentRenamed>>parentOldName
11:56:25				060/515 - 6/6: Installing method ClassParentRenamed>>parentOldName:
11:56:25				060/515 - 1/1: Installing method ClassParentRenamed class>>classParentOf:renamedFrom:to:
11:56:25				061/515 - 1/4: Installing method ClassRemoved>>classAffected
11:56:25				061/515 - 2/4: Installing method ClassRemoved>>classRemoved
11:56:25				061/515 - 3/4: Installing method ClassRemoved>>classRemoved:
11:56:25				061/515 - 4/4: Installing method ClassRemoved>>packagesAffected
11:56:25				061/515 - 1/1: Installing method ClassRemoved class>>class:
11:56:25				062/515 - 1/8: Installing method ClassRenamed>>classAffected
11:56:25				062/515 - 2/8: Installing method ClassRenamed>>classRenamed
11:56:25				062/515 - 3/8: Installing method ClassRenamed>>classRenamed:
11:56:25				062/515 - 4/8: Installing method ClassRenamed>>newName
11:56:25				062/515 - 5/8: Installing method ClassRenamed>>newName:
11:56:25				062/515 - 6/8: Installing method ClassRenamed>>oldName
11:56:25				062/515 - 7/8: Installing method ClassRenamed>>oldName:
11:56:27				062/515 - 8/8: Installing method ClassRenamed>>packagesAffected
11:56:27				062/515 - 1/1: Installing method ClassRenamed class>>class:oldName:newName:
11:56:27				063/515 - 1/12: Installing method ClassRepackaged>>classAffected
11:56:27				063/515 - 2/12: Installing method ClassRepackaged>>classRepackaged
11:56:27				063/515 - 3/12: Installing method ClassRepackaged>>classRepackaged:
11:56:27				063/515 - 4/12: Installing method ClassRepackaged>>newPackage
11:56:27				063/515 - 5/12: Installing method ClassRepackaged>>newTag
11:56:27				063/515 - 6/12: Installing method ClassRepackaged>>newTag:
11:56:27				063/515 - 7/12: Installing method ClassRepackaged>>oldPackage
11:56:27				063/515 - 8/12: Installing method ClassRepackaged>>oldTag
11:56:27				063/515 - 9/12: Installing method ClassRepackaged>>oldTag:
11:56:27				063/515 - 10/12: Installing method ClassRepackaged>>packageTagsAffected
11:56:27				063/515 - 11/12: Installing method ClassRepackaged>>packagedChanged
11:56:27				063/515 - 12/12: Installing method ClassRepackaged>>packagesAffected
11:56:27				063/515 - 1/1: Installing method ClassRepackaged class>>classRepackaged:oldTag:newTag:
11:56:27				064/515 - 1/2: Installing method ClassResolver>>resolve:
11:56:27				064/515 - 2/2: Installing method ClassResolver>>resolve:inEnv:
11:56:27				065/515 - 1/1: Installing method ClassResolverStrictResolve>>resolve:
11:56:27				066/515 - 1/5: Installing method ClassSessionHandler>>handledId
11:56:27				066/515 - 2/5: Installing method ClassSessionHandler>>registeredClass
11:56:27				066/515 - 3/5: Installing method ClassSessionHandler>>registeredClassName:
11:56:27				066/515 - 4/5: Installing method ClassSessionHandler>>shutdown:
11:56:27				066/515 - 5/5: Installing method ClassSessionHandler>>startup:
11:56:27				066/515 - 1/1: Installing method ClassSessionHandler class>>forClassNamed:
11:56:27				067/515 - 1/20: Installing method ClassVariable>>acceptVisitor:node:
11:56:27				067/515 - 2/20: Installing method ClassVariable>>definingClass
11:56:27				067/515 - 3/20: Installing method ClassVariable>>definingClass:
11:56:27				067/515 - 4/20: Installing method ClassVariable>>definitionOn:
11:56:27				067/515 - 5/20: Installing method ClassVariable>>definitionString
11:56:28				067/515 - 6/20: Installing method ClassVariable>>emitStore:
11:56:28				067/515 - 7/20: Installing method ClassVariable>>emitValue:
11:56:28				067/515 - 8/20: Installing method ClassVariable>>hasSameDefinitionAs:
11:56:28				067/515 - 9/20: Installing method ClassVariable>>isAccessedBy:
11:56:28				067/515 - 10/20: Installing method ClassVariable>>isClassVariable
11:56:28				067/515 - 11/20: Installing method ClassVariable>>isDefinedByOwningClass
11:56:28				067/515 - 12/20: Installing method ClassVariable>>isPoolVariable
11:56:28				067/515 - 13/20: Installing method ClassVariable>>isReferenced
11:56:28				067/515 - 14/20: Installing method ClassVariable>>needsFullDefinition
11:56:28				067/515 - 15/20: Installing method ClassVariable>>owningClass
11:56:28				067/515 - 16/20: Installing method ClassVariable>>owningClass:
11:56:28				067/515 - 17/20: Installing method ClassVariable>>possiblyUsingClasses
11:56:28				067/515 - 18/20: Installing method ClassVariable>>printOn:
11:56:28				067/515 - 19/20: Installing method ClassVariable>>usingClasses
11:56:28				067/515 - 20/20: Installing method ClassVariable>>usingMethods
11:56:28				068/515 - 1/24: Installing method CleanBlockClosure>>hasLiteral:
11:56:28				068/515 - 2/24: Installing method CleanBlockClosure>>hasLiteralSuchThat:
11:56:28				068/515 - 3/24: Installing method CleanBlockClosure>>hasPrimitive
11:56:28				068/515 - 4/24: Installing method CleanBlockClosure>>innerCompiledBlocksAnySatisfy:
11:56:28				068/515 - 5/24: Installing method CleanBlockClosure>>innerCompiledBlocksDo:
11:56:28				068/515 - 6/24: Installing method CleanBlockClosure>>isClean
11:56:28				068/515 - 7/24: Installing method CleanBlockClosure>>isEmbeddedBlock
11:56:28				068/515 - 8/24: Installing method CleanBlockClosure>>literal
11:56:28				068/515 - 9/24: Installing method CleanBlockClosure>>literals
11:56:28				068/515 - 10/24: Installing method CleanBlockClosure>>literalsEvenTheOnesInTheInnerBlocks
11:56:28				068/515 - 11/24: Installing method CleanBlockClosure>>messages
11:56:28				068/515 - 12/24: Installing method CleanBlockClosure>>outerCode
11:56:28				068/515 - 13/24: Installing method CleanBlockClosure>>outerCode:
11:56:28				068/515 - 14/24: Installing method CleanBlockClosure>>pathOfLiteralIndexes
11:56:28				068/515 - 15/24: Installing method CleanBlockClosure>>readsField:
11:56:28				068/515 - 16/24: Installing method CleanBlockClosure>>readsSelf
11:56:28				068/515 - 17/24: Installing method CleanBlockClosure>>readsThisContext
11:56:28				068/515 - 18/24: Installing method CleanBlockClosure>>receiver
11:56:28				068/515 - 19/24: Installing method CleanBlockClosure>>refersToLiteral:
11:56:28				068/515 - 20/24: Installing method CleanBlockClosure>>sender
11:56:28				068/515 - 21/24: Installing method CleanBlockClosure>>sendsAnySelectorOf:
11:56:28				068/515 - 22/24: Installing method CleanBlockClosure>>sendsToSuper
11:56:28				068/515 - 23/24: Installing method CleanBlockClosure>>writesField:
11:56:28				068/515 - 24/24: Installing method CleanBlockClosure>>writesRef:
11:56:28				068/515 - 1/1: Installing method CleanBlockClosure class>>compiledBlock:
11:56:30				069/515 - 1/123: Installing method Collection>>&
11:56:30				069/515 - 2/123: Installing method Collection>>,
11:56:30				069/515 - 3/123: Installing method Collection>>\
11:56:30				069/515 - 4/123: Installing method Collection>>adaptToCollection:andSend:
11:56:30				069/515 - 5/123: Installing method Collection>>adaptToNumber:andSend:
11:56:30				069/515 - 6/123: Installing method Collection>>adaptToPoint:andSend:
11:56:30				069/515 - 7/123: Installing method Collection>>add:
11:56:30				069/515 - 8/123: Installing method Collection>>add:withOccurrences:
11:56:30				069/515 - 9/123: Installing method Collection>>addAll:
11:56:30				069/515 - 10/123: Installing method Collection>>addAssignToFloatArray:
11:56:30				069/515 - 11/123: Installing method Collection>>addIfNotPresent:
11:56:30				069/515 - 12/123: Installing method Collection>>allSatisfy:
11:56:30				069/515 - 13/123: Installing method Collection>>anyOne
11:56:30				069/515 - 14/123: Installing method Collection>>anySatisfy:
11:56:30				069/515 - 15/123: Installing method Collection>>asArray
11:56:30				069/515 - 16/123: Installing method Collection>>asBag
11:56:30				069/515 - 17/123: Installing method Collection>>asByteArray
11:56:30				069/515 - 18/123: Installing method Collection>>asCharacterSet
11:56:30				069/515 - 19/123: Installing method Collection>>asDictionary
11:56:30				069/515 - 20/123: Installing method Collection>>asIdentitySet
11:56:30				069/515 - 21/123: Installing method Collection>>asMultilineString
11:56:30				069/515 - 22/123: Installing method Collection>>asNewArray
11:56:30				069/515 - 23/123: Installing method Collection>>asOrderedCollection
11:56:30				069/515 - 24/123: Installing method Collection>>asOrderedDictionary
11:56:30				069/515 - 25/123: Installing method Collection>>asSet
11:56:30				069/515 - 26/123: Installing method Collection>>asSortedCollection
11:56:30				069/515 - 27/123: Installing method Collection>>asSortedCollection:
11:56:30				069/515 - 28/123: Installing method Collection>>associationsDo:
11:56:30				069/515 - 29/123: Installing method Collection>>capacity
11:56:30				069/515 - 30/123: Installing method Collection>>collect:
11:56:30				069/515 - 31/123: Installing method Collection>>collect:as:
11:56:30				069/515 - 32/123: Installing method Collection>>collect:into:
11:56:30				069/515 - 33/123: Installing method Collection>>collect:thenDo:
11:56:30				069/515 - 34/123: Installing method Collection>>collect:thenReject:
11:56:30				069/515 - 35/123: Installing method Collection>>collect:thenSelect:
11:56:30				069/515 - 36/123: Installing method Collection>>collectionSizeThreshold
11:56:30				069/515 - 37/123: Installing method Collection>>contains:
11:56:30				069/515 - 38/123: Installing method Collection>>contents
11:56:30				069/515 - 39/123: Installing method Collection>>copyEmpty
11:56:30				069/515 - 40/123: Installing method Collection>>copyWith:
11:56:30				069/515 - 41/123: Installing method Collection>>copyWithAll:
11:56:30				069/515 - 42/123: Installing method Collection>>copyWithout:
11:56:30				069/515 - 43/123: Installing method Collection>>copyWithoutAll:
11:56:30				069/515 - 44/123: Installing method Collection>>copyWithoutDuplicates
11:56:30				069/515 - 45/123: Installing method Collection>>copyWithoutFirst:
11:56:30				069/515 - 46/123: Installing method Collection>>copyWithoutFirstOccurrenceOf:
11:56:30				069/515 - 47/123: Installing method Collection>>count:
11:56:30				069/515 - 48/123: Installing method Collection>>detect:
11:56:30				069/515 - 49/123: Installing method Collection>>detect:ifFound:
11:56:30				069/515 - 50/123: Installing method Collection>>detect:ifFound:ifNone:
11:56:30				069/515 - 51/123: Installing method Collection>>detect:ifNone:
11:56:30				069/515 - 52/123: Installing method Collection>>detectMax:
11:56:30				069/515 - 53/123: Installing method Collection>>detectMin:
11:56:30				069/515 - 54/123: Installing method Collection>>difference:
11:56:30				069/515 - 55/123: Installing method Collection>>displayStringOn:
11:56:30				069/515 - 56/123: Installing method Collection>>do:
11:56:30				069/515 - 57/123: Installing method Collection>>do:separatedBy:
11:56:30				069/515 - 58/123: Installing method Collection>>do:without:
11:56:30				069/515 - 59/123: Installing method Collection>>doWithIndex:
11:56:30				069/515 - 60/123: Installing method Collection>>emptyCheck
11:56:30				069/515 - 61/123: Installing method Collection>>errorEmptyCollection
11:56:30				069/515 - 62/123: Installing method Collection>>errorNotFound:
11:56:30				069/515 - 63/123: Installing method Collection>>errorSizeMismatch
11:56:30				069/515 - 64/123: Installing method Collection>>fillFrom:with:
11:56:30				069/515 - 65/123: Installing method Collection>>findFirstInByteString:startingAt:
11:56:30				069/515 - 66/123: Installing method Collection>>flatCollect:
11:56:30				069/515 - 67/123: Installing method Collection>>flatCollect:as:
11:56:30				069/515 - 68/123: Installing method Collection>>flatCollectAsSet:
11:56:30				069/515 - 69/123: Installing method Collection>>flattenOn:
11:56:30				069/515 - 70/123: Installing method Collection>>flattened
11:56:30				069/515 - 71/123: Installing method Collection>>fold:
11:56:30				069/515 - 72/123: Installing method Collection>>gather:
11:56:31				069/515 - 73/123: Installing method Collection>>groupedBy:
11:56:31				069/515 - 74/123: Installing method Collection>>groupedBy:having:
11:56:31				069/515 - 75/123: Installing method Collection>>hash
11:56:31				069/515 - 76/123: Installing method Collection>>identityIncludes:
11:56:31				069/515 - 77/123: Installing method Collection>>ifEmpty:
11:56:31				069/515 - 78/123: Installing method Collection>>ifEmpty:ifNotEmpty:
11:56:31				069/515 - 79/123: Installing method Collection>>ifNotEmpty:
11:56:31				069/515 - 80/123: Installing method Collection>>ifNotEmpty:ifEmpty:
11:56:31				069/515 - 81/123: Installing method Collection>>includes:
11:56:31				069/515 - 82/123: Installing method Collection>>includesAll:
11:56:31				069/515 - 83/123: Installing method Collection>>includesAny:
11:56:31				069/515 - 84/123: Installing method Collection>>includesAnyOf:
11:56:31				069/515 - 85/123: Installing method Collection>>includesSubstringAnywhere:
11:56:31				069/515 - 86/123: Installing method Collection>>inject:into:
11:56:31				069/515 - 87/123: Installing method Collection>>intersection:
11:56:31				069/515 - 88/123: Installing method Collection>>isCollection
11:56:31				069/515 - 89/123: Installing method Collection>>isEmpty
11:56:31				069/515 - 90/123: Installing method Collection>>isEmptyOrNil
11:56:31				069/515 - 91/123: Installing method Collection>>isNotEmpty
11:56:31				069/515 - 92/123: Installing method Collection>>isSequenceable
11:56:31				069/515 - 93/123: Installing method Collection>>median
11:56:31				069/515 - 94/123: Installing method Collection>>noneSatisfy:
11:56:31				069/515 - 95/123: Installing method Collection>>notEmpty
11:56:31				069/515 - 96/123: Installing method Collection>>occurrencesOf:
11:56:31				069/515 - 97/123: Installing method Collection>>printElementsOn:
11:56:31				069/515 - 98/123: Installing method Collection>>printNameOn:
11:56:31				069/515 - 99/123: Installing method Collection>>printOn:
11:56:31				069/515 - 100/123: Installing method Collection>>reduce:
11:56:31				069/515 - 101/123: Installing method Collection>>reject:
11:56:31				069/515 - 102/123: Installing method Collection>>reject:thenCollect:
11:56:31				069/515 - 103/123: Installing method Collection>>reject:thenDo:
11:56:31				069/515 - 104/123: Installing method Collection>>remove:
11:56:31				069/515 - 105/123: Installing method Collection>>remove:ifAbsent:
11:56:31				069/515 - 106/123: Installing method Collection>>removeAll
11:56:31				069/515 - 107/123: Installing method Collection>>removeAll:
11:56:31				069/515 - 108/123: Installing method Collection>>removeAllFoundIn:
11:56:31				069/515 - 109/123: Installing method Collection>>removeAllSuchThat:
11:56:31				069/515 - 110/123: Installing method Collection>>select:
11:56:31				069/515 - 111/123: Installing method Collection>>select:thenCollect:
11:56:31				069/515 - 112/123: Installing method Collection>>select:thenDo:
11:56:31				069/515 - 113/123: Installing method Collection>>size
11:56:31				069/515 - 114/123: Installing method Collection>>sorted
11:56:31				069/515 - 115/123: Installing method Collection>>sorted:
11:56:31				069/515 - 116/123: Installing method Collection>>storeOn:
11:56:31				069/515 - 117/123: Installing method Collection>>sum:
11:56:31				069/515 - 118/123: Installing method Collection>>sum:ifEmpty:
11:56:31				069/515 - 119/123: Installing method Collection>>sumNumbers
11:56:31				069/515 - 120/123: Installing method Collection>>sumNumbers:
11:56:31				069/515 - 121/123: Installing method Collection>>union:
11:56:31				069/515 - 122/123: Installing method Collection>>withIndexDo:
11:56:31				069/515 - 123/123: Installing method Collection>>|
11:56:31				069/515 - 1/11: Installing method Collection class>><-
11:56:31				069/515 - 2/11: Installing method Collection class>>empty
11:56:31				069/515 - 3/11: Installing method Collection class>>isAbstract
11:56:31				069/515 - 4/11: Installing method Collection class>>newFromArray:
11:56:31				069/515 - 5/11: Installing method Collection class>>with:
11:56:31				069/515 - 6/11: Installing method Collection class>>with:with:
11:56:31				069/515 - 7/11: Installing method Collection class>>with:with:with:
11:56:31				069/515 - 8/11: Installing method Collection class>>with:with:with:with:
11:56:31				069/515 - 9/11: Installing method Collection class>>with:with:with:with:with:
11:56:31				069/515 - 10/11: Installing method Collection class>>with:with:with:with:with:with:
11:56:31				069/515 - 11/11: Installing method Collection class>>withAll:
11:56:31				070/515 - 1/5: Installing method CollectionElement>>=
11:56:31				070/515 - 2/5: Installing method CollectionElement>>asCollectionElement
11:56:31				070/515 - 3/5: Installing method CollectionElement>>enclosedElement
11:56:31				070/515 - 4/5: Installing method CollectionElement>>enclosedElement:
11:56:31				070/515 - 5/5: Installing method CollectionElement>>hash
11:56:31				070/515 - 1/3: Installing method CollectionElement class>>initialize
11:56:31				070/515 - 2/3: Installing method CollectionElement class>>with:
11:56:31				070/515 - 3/3: Installing method CollectionElement class>>withNil
11:56:31				071/515 - 1/4: Installing method CollectionIsEmpty>>collection
11:56:31				071/515 - 2/4: Installing method CollectionIsEmpty>>collection:
11:56:31				071/515 - 3/4: Installing method CollectionIsEmpty>>messageText
11:56:31				071/515 - 4/4: Installing method CollectionIsEmpty>>standardMessageText
11:56:31				071/515 - 1/1: Installing method CollectionIsEmpty class>>signalWith:
11:56:31				072/515 - 1/21: Installing method CommandLineArguments>>allFilesWithExtension:
11:56:31				072/515 - 2/21: Installing method CommandLineArguments>>argumentAt:
11:56:31				072/515 - 3/21: Installing method CommandLineArguments>>arguments
11:56:31				072/515 - 4/21: Installing method CommandLineArguments>>commandLineArguments
11:56:31				072/515 - 5/21: Installing method CommandLineArguments>>copySubcommand
11:56:31				072/515 - 6/21: Installing method CommandLineArguments>>copyWithoutPassword
11:56:31				072/515 - 7/21: Installing method CommandLineArguments>>hasArguments
11:56:31				072/515 - 8/21: Installing method CommandLineArguments>>hasFileWithExtension:
11:56:32				072/515 - 9/21: Installing method CommandLineArguments>>hasOption:
11:56:32				072/515 - 10/21: Installing method CommandLineArguments>>includesSubCommand:
11:56:32				072/515 - 11/21: Installing method CommandLineArguments>>initialize
11:56:32				072/515 - 12/21: Installing method CommandLineArguments>>initializeWithArguments:
11:56:32				072/515 - 13/21: Installing method CommandLineArguments>>longOptionAt:
11:56:32				072/515 - 14/21: Installing method CommandLineArguments>>longOptionAt:ifAbsent:
11:56:32				072/515 - 15/21: Installing method CommandLineArguments>>optionAt:
11:56:32				072/515 - 16/21: Installing method CommandLineArguments>>optionAt:ifAbsent:
11:56:32				072/515 - 17/21: Installing method CommandLineArguments>>optionAt:ifPresent:
11:56:32				072/515 - 18/21: Installing method CommandLineArguments>>optionAt:ifPresent:ifAbsent:
11:56:32				072/515 - 19/21: Installing method CommandLineArguments>>shortOptionAt:
11:56:32				072/515 - 20/21: Installing method CommandLineArguments>>shortOptionAt:ifAbsent:
11:56:32				072/515 - 21/21: Installing method CommandLineArguments>>withFirstArgument:
11:56:32				072/515 - 1/1: Installing method CommandLineArguments class>>withArguments:
11:56:32				073/515 - 1/30: Installing method CommandLineHandler>><<
11:56:32				073/515 - 2/30: Installing method CommandLineHandler>>activate
11:56:32				073/515 - 3/30: Installing method CommandLineHandler>>activateHelp
11:56:32				073/515 - 4/30: Installing method CommandLineHandler>>activateHelpWithoutArguments
11:56:32				073/515 - 5/30: Installing method CommandLineHandler>>allHandlers
11:56:32				073/515 - 6/30: Installing method CommandLineHandler>>argumentAt:
11:56:32				073/515 - 7/30: Installing method CommandLineHandler>>arguments
11:56:32				073/515 - 8/30: Installing method CommandLineHandler>>commandLine
11:56:32				073/515 - 9/30: Installing method CommandLineHandler>>commandLine:
11:56:32				073/515 - 10/30: Installing method CommandLineHandler>>commandName
11:56:32				073/515 - 11/30: Installing method CommandLineHandler>>description
11:56:32				073/515 - 12/30: Installing method CommandLineHandler>>exitFailure
11:56:32				073/515 - 13/30: Installing method CommandLineHandler>>exitFailure:
11:56:32				073/515 - 14/30: Installing method CommandLineHandler>>exitSuccess
11:56:32				073/515 - 15/30: Installing method CommandLineHandler>>hasArguments
11:56:32				073/515 - 16/30: Installing method CommandLineHandler>>hasOption:
11:56:32				073/515 - 17/30: Installing method CommandLineHandler>>hasSessionChanged
11:56:32				073/515 - 18/30: Installing method CommandLineHandler>>help
11:56:32				073/515 - 19/30: Installing method CommandLineHandler>>initialize
11:56:32				073/515 - 20/30: Installing method CommandLineHandler>>initializeStderr
11:56:32				073/515 - 21/30: Installing method CommandLineHandler>>initializeStdout
11:56:32				073/515 - 22/30: Installing method CommandLineHandler>>name
11:56:32				073/515 - 23/30: Installing method CommandLineHandler>>optionAt:
11:56:32				073/515 - 24/30: Installing method CommandLineHandler>>optionAt:ifAbsent:
11:56:32				073/515 - 25/30: Installing method CommandLineHandler>>optionAt:ifPresent:
11:56:32				073/515 - 26/30: Installing method CommandLineHandler>>optionAt:ifPresent:ifAbsent:
11:56:32				073/515 - 27/30: Installing method CommandLineHandler>>printHelp
11:56:32				073/515 - 28/30: Installing method CommandLineHandler>>quit
11:56:32				073/515 - 29/30: Installing method CommandLineHandler>>stderr
11:56:32				073/515 - 30/30: Installing method CommandLineHandler>>stdout
11:56:32				073/515 - 1/11: Installing method CommandLineHandler class>>activateWith:
11:56:32				073/515 - 2/11: Installing method CommandLineHandler class>>allHandlers
11:56:32				073/515 - 3/11: Installing method CommandLineHandler class>>commandLine:
11:56:32				073/515 - 4/11: Installing method CommandLineHandler class>>commandName
11:56:32				073/515 - 5/11: Installing method CommandLineHandler class>>description
11:56:32				073/515 - 6/11: Installing method CommandLineHandler class>>isAbstract
11:56:32				073/515 - 7/11: Installing method CommandLineHandler class>>isResponsibleFor:
11:56:32				073/515 - 8/11: Installing method CommandLineHandler class>>prepareSubcommand:
11:56:32				073/515 - 9/11: Installing method CommandLineHandler class>>priority
11:56:32				073/515 - 10/11: Installing method CommandLineHandler class>>requireDeploymentPassword
11:56:32				073/515 - 11/11: Installing method CommandLineHandler class>>selectHandlersFor:
11:56:33				074/515 - 1/12: Installing method CommandLinePasswordManager>>hasPasswordSet
11:56:33				074/515 - 2/12: Installing method CommandLinePasswordManager>>hashString:
11:56:33				074/515 - 3/12: Installing method CommandLinePasswordManager>>hashingPepper
11:56:33				074/515 - 4/12: Installing method CommandLinePasswordManager>>hashingPepper:
11:56:33				074/515 - 5/12: Installing method CommandLinePasswordManager>>isMatchingPassword:
11:56:33				074/515 - 6/12: Installing method CommandLinePasswordManager>>numberOfHashIterations
11:56:33				074/515 - 7/12: Installing method CommandLinePasswordManager>>numberOfHashIterations:
11:56:33				074/515 - 8/12: Installing method CommandLinePasswordManager>>password:
11:56:33				074/515 - 9/12: Installing method CommandLinePasswordManager>>passwordHash
11:56:33				074/515 - 10/12: Installing method CommandLinePasswordManager>>passwordHash:
11:56:33				074/515 - 11/12: Installing method CommandLinePasswordManager>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations:
11:56:33				074/515 - 12/12: Installing method CommandLinePasswordManager>>removePasswordProtection
11:56:33				074/515 - 1/10: Installing method CommandLinePasswordManager class>>current
11:56:33				074/515 - 2/10: Installing method CommandLinePasswordManager class>>defaultHashingPepper
11:56:33				074/515 - 3/10: Installing method CommandLinePasswordManager class>>defaultNumberOfHashIterations
11:56:33				074/515 - 4/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtection
11:56:33				074/515 - 5/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtectionCustomized
11:56:33				074/515 - 6/10: Installing method CommandLinePasswordManager class>>exampleRemovePasswordProtection
11:56:33				074/515 - 7/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:
11:56:33				074/515 - 8/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:
11:56:33				074/515 - 9/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations:
11:56:33				074/515 - 10/10: Installing method CommandLinePasswordManager class>>removePasswordProtection
11:56:34				075/515 - 1/46: Installing method CommandLineUIManager>>abort:
11:56:34				075/515 - 2/46: Installing method CommandLineUIManager>>abort:title:
11:56:34				075/515 - 3/46: Installing method CommandLineUIManager>>activate
11:56:34				075/515 - 4/46: Installing method CommandLineUIManager>>alert:
11:56:34				075/515 - 5/46: Installing method CommandLineUIManager>>alert:title:
11:56:34				075/515 - 6/46: Installing method CommandLineUIManager>>alert:title:configure:
11:56:34				075/515 - 7/46: Installing method CommandLineUIManager>>choose:title:
11:56:34				075/515 - 8/46: Installing method CommandLineUIManager>>chooseFrom:lines:title:
11:56:34				075/515 - 9/46: Installing method CommandLineUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
11:56:34				075/515 - 10/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:
11:56:34				075/515 - 11/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
11:56:34				075/515 - 12/46: Installing method CommandLineUIManager>>debugProcess:context:label:fullView:notification:
11:56:34				075/515 - 13/46: Installing method CommandLineUIManager>>deny:
11:56:34				075/515 - 14/46: Installing method CommandLineUIManager>>deny:title:
11:56:34				075/515 - 15/46: Installing method CommandLineUIManager>>exitFailure
11:56:34				075/515 - 16/46: Installing method CommandLineUIManager>>handleDebugRequest:fromDebuggerSystem:
11:56:34				075/515 - 17/46: Installing method CommandLineUIManager>>handleError:log:
11:56:34				075/515 - 18/46: Installing method CommandLineUIManager>>handleNotification:
11:56:34				075/515 - 19/46: Installing method CommandLineUIManager>>handleWarning:
11:56:34				075/515 - 20/46: Installing method CommandLineUIManager>>handleWarningDebugRequest:fromDebuggerSystem:
11:56:34				075/515 - 21/46: Installing method CommandLineUIManager>>headlessManager
11:56:34				075/515 - 22/46: Installing method CommandLineUIManager>>inform:
11:56:34				075/515 - 23/46: Installing method CommandLineUIManager>>initialize
11:56:34				075/515 - 24/46: Installing method CommandLineUIManager>>logColored:during:
11:56:34				075/515 - 25/46: Installing method CommandLineUIManager>>logDuring:
11:56:34				075/515 - 26/46: Installing method CommandLineUIManager>>logGreenDuring:
11:56:34				075/515 - 27/46: Installing method CommandLineUIManager>>logRedDuring:
11:56:34				075/515 - 28/46: Installing method CommandLineUIManager>>logTitle:andDescription:to:
11:56:34				075/515 - 29/46: Installing method CommandLineUIManager>>logYellowDuring:
11:56:34				075/515 - 30/46: Installing method CommandLineUIManager>>nonInteractiveManager
11:56:34				075/515 - 31/46: Installing method CommandLineUIManager>>onPrimitiveError:
11:56:34				075/515 - 32/46: Installing method CommandLineUIManager>>proceed:
11:56:34				075/515 - 33/46: Installing method CommandLineUIManager>>proceed:title:
11:56:34				075/515 - 34/46: Installing method CommandLineUIManager>>question:
11:56:34				075/515 - 35/46: Installing method CommandLineUIManager>>question:title:
11:56:34				075/515 - 36/46: Installing method CommandLineUIManager>>questionWithoutCancel:
11:56:34				075/515 - 37/46: Installing method CommandLineUIManager>>questionWithoutCancel:title:
11:56:34				075/515 - 38/46: Installing method CommandLineUIManager>>quitFrom:withMessage:
11:56:34				075/515 - 39/46: Installing method CommandLineUIManager>>replacing:
11:56:34				075/515 - 40/46: Installing method CommandLineUIManager>>stderr
11:56:34				075/515 - 41/46: Installing method CommandLineUIManager>>stdin
11:56:34				075/515 - 42/46: Installing method CommandLineUIManager>>stdout
11:56:34				075/515 - 43/46: Installing method CommandLineUIManager>>textEntry:
11:56:34				075/515 - 44/46: Installing method CommandLineUIManager>>textEntry:title:
11:56:34				075/515 - 45/46: Installing method CommandLineUIManager>>textEntry:title:entryText:
11:56:34				075/515 - 46/46: Installing method CommandLineUIManager>>unhandledErrorDefaultAction:
11:56:34				075/515 - 1/5: Installing method CommandLineUIManager class>>isValidForCurrentSystemConfiguration
11:56:34				075/515 - 2/5: Installing method CommandLineUIManager class>>replacing:
11:56:34				075/515 - 3/5: Installing method CommandLineUIManager class>>snapshotErrorImage
11:56:34				075/515 - 4/5: Installing method CommandLineUIManager class>>snapshotErrorImage:
11:56:34				075/515 - 5/5: Installing method CommandLineUIManager class>>uiSettingsOn:
11:56:34				076/515 - 1/34: Installing method CompiledBlock>>displayStringOn:
11:56:34				076/515 - 2/34: Installing method CompiledBlock>>endPC
11:56:34				076/515 - 3/34: Installing method CompiledBlock>>hasMethodReturn
11:56:34				076/515 - 4/34: Installing method CompiledBlock>>hasPragmaNamed:
11:56:34				076/515 - 5/34: Installing method CompiledBlock>>hasProperties
11:56:34				076/515 - 6/34: Installing method CompiledBlock>>hasProperty:
11:56:34				076/515 - 7/34: Installing method CompiledBlock>>hasSourceCode
11:56:34				076/515 - 8/34: Installing method CompiledBlock>>hash
11:56:34				076/515 - 9/34: Installing method CompiledBlock>>indexInOuter
11:56:34				076/515 - 10/34: Installing method CompiledBlock>>indexesInOuter
11:56:34				076/515 - 11/34: Installing method CompiledBlock>>isCompiledBlock
11:56:34				076/515 - 12/34: Installing method CompiledBlock>>isEmbeddedBlock
11:56:34				076/515 - 13/34: Installing method CompiledBlock>>isInstalled
11:56:34				076/515 - 14/34: Installing method CompiledBlock>>isTestMethod
11:56:35				076/515 - 15/34: Installing method CompiledBlock>>literalEqual:
11:56:35				076/515 - 16/34: Installing method CompiledBlock>>literalsToSkip
11:56:35				076/515 - 17/34: Installing method CompiledBlock>>method
11:56:35				076/515 - 18/34: Installing method CompiledBlock>>methodClass
11:56:35				076/515 - 19/34: Installing method CompiledBlock>>methodNode
11:56:35				076/515 - 20/34: Installing method CompiledBlock>>needsFrameSize:
11:56:35				076/515 - 21/34: Installing method CompiledBlock>>outerCode
11:56:35				076/515 - 22/34: Installing method CompiledBlock>>outerCode:
11:56:35				076/515 - 23/34: Installing method CompiledBlock>>pathOfLiteralIndexes
11:56:35				076/515 - 24/34: Installing method CompiledBlock>>pcInOuter
11:56:35				076/515 - 25/34: Installing method CompiledBlock>>pragmas
11:56:35				076/515 - 26/34: Installing method CompiledBlock>>printOn:
11:56:35				076/515 - 27/34: Installing method CompiledBlock>>properties
11:56:35				076/515 - 28/34: Installing method CompiledBlock>>propertyAt:
11:56:35				076/515 - 29/34: Installing method CompiledBlock>>sameLiteralsAs:
11:56:35				076/515 - 30/34: Installing method CompiledBlock>>selector
11:56:35				076/515 - 31/34: Installing method CompiledBlock>>sourceCode
11:56:35				076/515 - 32/34: Installing method CompiledBlock>>sourcePointer
11:56:35				076/515 - 33/34: Installing method CompiledBlock>>stepIntoQuickMethods
11:56:35				076/515 - 34/34: Installing method CompiledBlock>>stepIntoQuickMethods:
11:56:35				076/515 - 1/1: Installing method CompiledBlock class>>trailerSize
11:56:35				077/515 - 1/115: Installing method CompiledCode>>=
11:56:35				077/515 - 2/115: Installing method CompiledCode>>accessesField:
11:56:35				077/515 - 3/115: Installing method CompiledCode>>accessesRef:
11:56:35				077/515 - 4/115: Installing method CompiledCode>>accessesSlot:
11:56:36				077/515 - 5/115: Installing method CompiledCode>>allBlocks
11:56:36				077/515 - 6/115: Installing method CompiledCode>>allBlocksDo:
11:56:36				077/515 - 7/115: Installing method CompiledCode>>allLiterals
11:56:36				077/515 - 8/115: Installing method CompiledCode>>argumentNames
11:56:36				077/515 - 9/115: Installing method CompiledCode>>asOrderedCollection
11:56:36				077/515 - 10/115: Installing method CompiledCode>>asString
11:56:36				077/515 - 11/115: Installing method CompiledCode>>author
11:56:36				077/515 - 12/115: Installing method CompiledCode>>bytecodes
11:56:36				077/515 - 13/115: Installing method CompiledCode>>clearFlag
11:56:36				077/515 - 14/115: Installing method CompiledCode>>clearSignFlag
11:56:36				077/515 - 15/115: Installing method CompiledCode>>clone
11:56:36				077/515 - 16/115: Installing method CompiledCode>>comment
11:56:36				077/515 - 17/115: Installing method CompiledCode>>definitionString
11:56:36				077/515 - 18/115: Installing method CompiledCode>>encoderClass
11:56:36				077/515 - 19/115: Installing method CompiledCode>>endPC
11:56:36				077/515 - 20/115: Installing method CompiledCode>>equivalentTo:
11:56:36				077/515 - 21/115: Installing method CompiledCode>>extensionPackage
11:56:36				077/515 - 22/115: Installing method CompiledCode>>flag
11:56:36				077/515 - 23/115: Installing method CompiledCode>>flattenOn:
11:56:36				077/515 - 24/115: Installing method CompiledCode>>frameSize
11:56:36				077/515 - 25/115: Installing method CompiledCode>>hasLiteral:
11:56:36				077/515 - 26/115: Installing method CompiledCode>>hasLiteralSuchThat:
11:56:36				077/515 - 27/115: Installing method CompiledCode>>hasPragmaNamed:
11:56:36				077/515 - 28/115: Installing method CompiledCode>>hasPrimitive
11:56:36				077/515 - 29/115: Installing method CompiledCode>>hasSelector:
11:56:36				077/515 - 30/115: Installing method CompiledCode>>hasSelector:specialSelectorIndex:
11:56:36				077/515 - 31/115: Installing method CompiledCode>>hasSourceCode
11:56:36				077/515 - 32/115: Installing method CompiledCode>>hasTemporaries
11:56:36				077/515 - 33/115: Installing method CompiledCode>>hash
11:56:36				077/515 - 34/115: Installing method CompiledCode>>header
11:56:36				077/515 - 35/115: Installing method CompiledCode>>headerDescription
11:56:36				077/515 - 36/115: Installing method CompiledCode>>indexOfLiteral:
11:56:36				077/515 - 37/115: Installing method CompiledCode>>initialPC
11:56:36				077/515 - 38/115: Installing method CompiledCode>>innerCompiledBlocksAnySatisfy:
11:56:36				077/515 - 39/115: Installing method CompiledCode>>innerCompiledBlocksDo:
11:56:36				077/515 - 40/115: Installing method CompiledCode>>isCollection
11:56:36				077/515 - 41/115: Installing method CompiledCode>>isDoIt
11:56:36				077/515 - 42/115: Installing method CompiledCode>>isExternalCallPrimitive
11:56:36				077/515 - 43/115: Installing method CompiledCode>>isInstalled
11:56:36				077/515 - 44/115: Installing method CompiledCode>>isNamedPrimitive
11:56:36				077/515 - 45/115: Installing method CompiledCode>>isPrimitive
11:56:36				077/515 - 46/115: Installing method CompiledCode>>isQuick
11:56:36				077/515 - 47/115: Installing method CompiledCode>>isRealPrimitive
11:56:36				077/515 - 48/115: Installing method CompiledCode>>isReturnSelf
11:56:36				077/515 - 49/115: Installing method CompiledCode>>isReturnSpecial
11:56:36				077/515 - 50/115: Installing method CompiledCode>>isTestMethod
11:56:36				077/515 - 51/115: Installing method CompiledCode>>literalAt:
11:56:36				077/515 - 52/115: Installing method CompiledCode>>literalAt:put:
11:56:36				077/515 - 53/115: Installing method CompiledCode>>literals
11:56:36				077/515 - 54/115: Installing method CompiledCode>>literalsAt:
11:56:36				077/515 - 55/115: Installing method CompiledCode>>literalsDo:
11:56:36				077/515 - 56/115: Installing method CompiledCode>>literalsEvenTheOnesInTheInnerBlocks
11:56:36				077/515 - 57/115: Installing method CompiledCode>>literalsToSkip
11:56:36				077/515 - 58/115: Installing method CompiledCode>>localMessages
11:56:36				077/515 - 59/115: Installing method CompiledCode>>localReadsRef:
11:56:36				077/515 - 60/115: Installing method CompiledCode>>localReadsSelf
11:56:36				077/515 - 61/115: Installing method CompiledCode>>localReadsThisContext
11:56:36				077/515 - 62/115: Installing method CompiledCode>>localSendsAnySelectorOf:
11:56:36				077/515 - 63/115: Installing method CompiledCode>>localSendsToSuper
11:56:36				077/515 - 64/115: Installing method CompiledCode>>localWritesRef:
11:56:36				077/515 - 65/115: Installing method CompiledCode>>messages
11:56:36				077/515 - 66/115: Installing method CompiledCode>>method
11:56:36				077/515 - 67/115: Installing method CompiledCode>>methodClass
11:56:36				077/515 - 68/115: Installing method CompiledCode>>methodNode
11:56:36				077/515 - 69/115: Installing method CompiledCode>>needsFrameSize:
11:56:36				077/515 - 70/115: Installing method CompiledCode>>numArgs
11:56:36				077/515 - 71/115: Installing method CompiledCode>>numLiterals
11:56:36				077/515 - 72/115: Installing method CompiledCode>>numTemps
11:56:36				077/515 - 73/115: Installing method CompiledCode>>objectAt:
11:56:36				077/515 - 74/115: Installing method CompiledCode>>objectAt:put:
11:56:36				077/515 - 75/115: Installing method CompiledCode>>origin
11:56:36				077/515 - 76/115: Installing method CompiledCode>>originMethod
11:56:36				077/515 - 77/115: Installing method CompiledCode>>package
11:56:36				077/515 - 78/115: Installing method CompiledCode>>pragmas
11:56:36				077/515 - 79/115: Installing method CompiledCode>>primitive
11:56:36				077/515 - 80/115: Installing method CompiledCode>>primitiveErrorVariableName
11:56:36				077/515 - 81/115: Installing method CompiledCode>>properties
11:56:36				077/515 - 82/115: Installing method CompiledCode>>propertyAt:ifAbsent:
11:56:36				077/515 - 83/115: Installing method CompiledCode>>readsField:
11:56:36				077/515 - 84/115: Installing method CompiledCode>>readsRef:
11:56:36				077/515 - 85/115: Installing method CompiledCode>>readsSelf
11:56:36				077/515 - 86/115: Installing method CompiledCode>>readsSlot:
11:56:36				077/515 - 87/115: Installing method CompiledCode>>readsThisContext
11:56:36				077/515 - 88/115: Installing method CompiledCode>>refersToLiteral:
11:56:36				077/515 - 89/115: Installing method CompiledCode>>sameLiteralsAs:
11:56:36				077/515 - 90/115: Installing method CompiledCode>>scanFor:
11:56:36				077/515 - 91/115: Installing method CompiledCode>>scanner
11:56:36				077/515 - 92/115: Installing method CompiledCode>>selector
11:56:36				077/515 - 93/115: Installing method CompiledCode>>sendsAnySelectorOf:
11:56:36				077/515 - 94/115: Installing method CompiledCode>>sendsSelector:
11:56:36				077/515 - 95/115: Installing method CompiledCode>>sendsToSuper
11:56:36				077/515 - 96/115: Installing method CompiledCode>>setFlag
11:56:36				077/515 - 97/115: Installing method CompiledCode>>setFrameBit:
11:56:36				077/515 - 98/115: Installing method CompiledCode>>setSignFlag
11:56:36				077/515 - 99/115: Installing method CompiledCode>>signFlag
11:56:36				077/515 - 100/115: Installing method CompiledCode>>sourceCode
11:56:36				077/515 - 101/115: Installing method CompiledCode>>sourceNode
11:56:36				077/515 - 102/115: Installing method CompiledCode>>sourceNodeForPC:
11:56:36				077/515 - 103/115: Installing method CompiledCode>>sourcePointer
11:56:36				077/515 - 104/115: Installing method CompiledCode>>stamp
11:56:36				077/515 - 105/115: Installing method CompiledCode>>stepIntoQuickMethods
11:56:36				077/515 - 106/115: Installing method CompiledCode>>timeStamp
11:56:36				077/515 - 107/115: Installing method CompiledCode>>usesPrimaryBytecodeSet
11:56:36				077/515 - 108/115: Installing method CompiledCode>>usesSecondaryBytecodeSet
11:56:36				077/515 - 109/115: Installing method CompiledCode>>voidCogVMState
11:56:36				077/515 - 110/115: Installing method CompiledCode>>withAllBlocks
11:56:36				077/515 - 111/115: Installing method CompiledCode>>withAllBlocksDo:
11:56:36				077/515 - 112/115: Installing method CompiledCode>>withAllNestedLiteralsDo:
11:56:36				077/515 - 113/115: Installing method CompiledCode>>writesField:
11:56:36				077/515 - 114/115: Installing method CompiledCode>>writesRef:
11:56:36				077/515 - 115/115: Installing method CompiledCode>>writesSlot:
11:56:36				077/515 - 1/8: Installing method CompiledCode class>>basicNew
11:56:36				077/515 - 2/8: Installing method CompiledCode class>>basicNew:
11:56:36				077/515 - 3/8: Installing method CompiledCode class>>basicNew:header:
11:56:36				077/515 - 4/8: Installing method CompiledCode class>>handleFailingFailingNew:header:
11:56:36				077/515 - 5/8: Installing method CompiledCode class>>handleFailingNew:header:
11:56:36				077/515 - 6/8: Installing method CompiledCode class>>newFrom:
11:56:36				077/515 - 7/8: Installing method CompiledCode class>>newMethod:header:
11:56:36				077/515 - 8/8: Installing method CompiledCode class>>trailerSize
11:56:37				078/515 - 1/108: Installing method CompiledMethod>>allIgnoredNotImplementedSelectors
11:56:37				078/515 - 2/108: Installing method CompiledMethod>>cachePragmas
11:56:37				078/515 - 3/108: Installing method CompiledMethod>>classBinding
11:56:37				078/515 - 4/108: Installing method CompiledMethod>>classBinding:
11:56:37				078/515 - 5/108: Installing method CompiledMethod>>clearSourcePointer
11:56:37				078/515 - 6/108: Installing method CompiledMethod>>codeForNoSource
11:56:37				078/515 - 7/108: Installing method CompiledMethod>>containsHalt
11:56:37				078/515 - 8/108: Installing method CompiledMethod>>defaultSelector
11:56:37				078/515 - 9/108: Installing method CompiledMethod>>displayStringOn:
11:56:37				078/515 - 10/108: Installing method CompiledMethod>>endPC
11:56:37				078/515 - 11/108: Installing method CompiledMethod>>flushCache
11:56:37				078/515 - 12/108: Installing method CompiledMethod>>getPreambleFrom:at:
11:56:37				078/515 - 13/108: Installing method CompiledMethod>>getSourceFromFile
11:56:37				078/515 - 14/108: Installing method CompiledMethod>>getSourceReplacingSelectorWith:
11:56:37				078/515 - 15/108: Installing method CompiledMethod>>hasComment
11:56:37				078/515 - 16/108: Installing method CompiledMethod>>hasEquivalentMethodInSuperclass
11:56:37				078/515 - 17/108: Installing method CompiledMethod>>hasNonLocalReturn
11:56:37				078/515 - 18/108: Installing method CompiledMethod>>hasPragma
11:56:37				078/515 - 19/108: Installing method CompiledMethod>>hasPragmaNamed:
11:56:37				078/515 - 20/108: Installing method CompiledMethod>>hasProperties
11:56:37				078/515 - 21/108: Installing method CompiledMethod>>hasProperty:
11:56:37				078/515 - 22/108: Installing method CompiledMethod>>hasSourceCode
11:56:37				078/515 - 23/108: Installing method CompiledMethod>>hasSourcePointer
11:56:37				078/515 - 24/108: Installing method CompiledMethod>>implementors
11:56:37				078/515 - 25/108: Installing method CompiledMethod>>isAbstract
11:56:37				078/515 - 26/108: Installing method CompiledMethod>>isBinarySelector
11:56:37				078/515 - 27/108: Installing method CompiledMethod>>isClassSide
11:56:37				078/515 - 28/108: Installing method CompiledMethod>>isClassified
11:56:37				078/515 - 29/108: Installing method CompiledMethod>>isCompiledMethod
11:56:37				078/515 - 30/108: Installing method CompiledMethod>>isConflict
11:56:37				078/515 - 31/108: Installing method CompiledMethod>>isDeprecated
11:56:37				078/515 - 32/108: Installing method CompiledMethod>>isDisabled
11:56:37				078/515 - 33/108: Installing method CompiledMethod>>isDisabled:
11:56:37				078/515 - 34/108: Installing method CompiledMethod>>isDoIt
11:56:37				078/515 - 35/108: Installing method CompiledMethod>>isExplicitlyRequired
11:56:37				078/515 - 36/108: Installing method CompiledMethod>>isExplicitlyRequired:
11:56:37				078/515 - 37/108: Installing method CompiledMethod>>isExtension
11:56:37				078/515 - 38/108: Installing method CompiledMethod>>isFaulty
11:56:37				078/515 - 39/108: Installing method CompiledMethod>>isFromTrait
11:56:37				078/515 - 40/108: Installing method CompiledMethod>>isInstalled
11:56:37				078/515 - 41/108: Installing method CompiledMethod>>isInstanceSide
11:56:37				078/515 - 42/108: Installing method CompiledMethod>>isOverridden
11:56:37				078/515 - 43/108: Installing method CompiledMethod>>isProvided
11:56:37				078/515 - 44/108: Installing method CompiledMethod>>isProvided:
11:56:37				078/515 - 45/108: Installing method CompiledMethod>>isRequired
11:56:38				078/515 - 46/108: Installing method CompiledMethod>>isRequired:
11:56:38				078/515 - 47/108: Installing method CompiledMethod>>isReturnField
11:56:38				078/515 - 48/108: Installing method CompiledMethod>>isSelfEvaluating
11:56:38				078/515 - 49/108: Installing method CompiledMethod>>isSubclassResponsibility
11:56:38				078/515 - 50/108: Installing method CompiledMethod>>isSubclassResponsibility:
11:56:38				078/515 - 51/108: Installing method CompiledMethod>>linesOfCode
11:56:38				078/515 - 52/108: Installing method CompiledMethod>>literalsToSkip
11:56:38				078/515 - 53/108: Installing method CompiledMethod>>markerOrNil
11:56:38				078/515 - 54/108: Installing method CompiledMethod>>method
11:56:38				078/515 - 55/108: Installing method CompiledMethod>>methodClass
11:56:38				078/515 - 56/108: Installing method CompiledMethod>>methodClass:
11:56:38				078/515 - 57/108: Installing method CompiledMethod>>migratePersistingPropertiesIn:
11:56:38				078/515 - 58/108: Installing method CompiledMethod>>name
11:56:38				078/515 - 59/108: Installing method CompiledMethod>>overriddenMethod
11:56:38				078/515 - 60/108: Installing method CompiledMethod>>pathOfLiteralIndexes
11:56:38				078/515 - 61/108: Installing method CompiledMethod>>penultimateLiteral
11:56:38				078/515 - 62/108: Installing method CompiledMethod>>penultimateLiteral:
11:56:38				078/515 - 63/108: Installing method CompiledMethod>>postCopy
11:56:38				078/515 - 64/108: Installing method CompiledMethod>>pragmaAt:
11:56:38				078/515 - 65/108: Installing method CompiledMethod>>pragmaRefersToLiteral:
11:56:38				078/515 - 66/108: Installing method CompiledMethod>>pragmas
11:56:38				078/515 - 67/108: Installing method CompiledMethod>>pragmasDo:
11:56:38				078/515 - 68/108: Installing method CompiledMethod>>prepareForSimulationWith:
11:56:38				078/515 - 69/108: Installing method CompiledMethod>>printOn:
11:56:38				078/515 - 70/108: Installing method CompiledMethod>>printPrimitiveOn:
11:56:38				078/515 - 71/108: Installing method CompiledMethod>>properties
11:56:38				078/515 - 72/108: Installing method CompiledMethod>>properties:
11:56:38				078/515 - 73/108: Installing method CompiledMethod>>propertyAt:
11:56:38				078/515 - 74/108: Installing method CompiledMethod>>propertyAt:ifAbsent:
11:56:38				078/515 - 75/108: Installing method CompiledMethod>>propertyAt:ifAbsentPut:
11:56:38				078/515 - 76/108: Installing method CompiledMethod>>propertyAt:ifPresent:
11:56:38				078/515 - 77/108: Installing method CompiledMethod>>propertyAt:put:
11:56:38				078/515 - 78/108: Installing method CompiledMethod>>propertyKeysAndValuesDo:
11:56:38				078/515 - 79/108: Installing method CompiledMethod>>protocol
11:56:38				078/515 - 80/108: Installing method CompiledMethod>>protocol:
11:56:38				078/515 - 81/108: Installing method CompiledMethod>>protocolName
11:56:38				078/515 - 82/108: Installing method CompiledMethod>>putSource:withPreamble:
11:56:38				078/515 - 83/108: Installing method CompiledMethod>>readsField:
11:56:38				078/515 - 84/108: Installing method CompiledMethod>>receiver:withArguments:executeMethod:
11:56:38				078/515 - 85/108: Installing method CompiledMethod>>referencedClasses
11:56:38				078/515 - 86/108: Installing method CompiledMethod>>refersToLiteral:
11:56:38				078/515 - 87/108: Installing method CompiledMethod>>removeFromPackage
11:56:38				078/515 - 88/108: Installing method CompiledMethod>>removeFromSystem
11:56:38				078/515 - 89/108: Installing method CompiledMethod>>removeProperty:
11:56:38				078/515 - 90/108: Installing method CompiledMethod>>removeProperty:ifAbsent:
11:56:38				078/515 - 91/108: Installing method CompiledMethod>>returnField
11:56:38				078/515 - 92/108: Installing method CompiledMethod>>selector
11:56:38				078/515 - 93/108: Installing method CompiledMethod>>selector:
11:56:38				078/515 - 94/108: Installing method CompiledMethod>>senders
11:56:38				078/515 - 95/108: Installing method CompiledMethod>>setSourcePointer:
11:56:38				078/515 - 96/108: Installing method CompiledMethod>>sourceCode
11:56:38				078/515 - 97/108: Installing method CompiledMethod>>sourceCodeOrNil
11:56:38				078/515 - 98/108: Installing method CompiledMethod>>sourcePointer
11:56:38				078/515 - 99/108: Installing method CompiledMethod>>sourcePointer:
11:56:38				078/515 - 100/108: Installing method CompiledMethod>>stepIntoQuickMethods:
11:56:38				078/515 - 101/108: Installing method CompiledMethod>>storeOn:
11:56:38				078/515 - 102/108: Installing method CompiledMethod>>tempNames
11:56:38				078/515 - 103/108: Installing method CompiledMethod>>unclassify
11:56:38				078/515 - 104/108: Installing method CompiledMethod>>usesUndeclareds
11:56:38				078/515 - 105/108: Installing method CompiledMethod>>valueWithReceiver:
11:56:38				078/515 - 106/108: Installing method CompiledMethod>>valueWithReceiver:arguments:
11:56:38				078/515 - 107/108: Installing method CompiledMethod>>veryDeepCopyWith:
11:56:38				078/515 - 108/108: Installing method CompiledMethod>>writesField:
11:56:38				078/515 - 1/16: Installing method CompiledMethod class>>abstractMarker
11:56:38				078/515 - 2/16: Installing method CompiledMethod class>>checkBytecodeSetConflictsInMethodsWith:
11:56:38				078/515 - 3/16: Installing method CompiledMethod class>>checkIsValidBytecodeEncoder:
11:56:38				078/515 - 4/16: Installing method CompiledMethod class>>conflictMarker
11:56:38				078/515 - 5/16: Installing method CompiledMethod class>>disabledMarker
11:56:38				078/515 - 6/16: Installing method CompiledMethod class>>explicitRequirementMarker
11:56:38				078/515 - 7/16: Installing method CompiledMethod class>>fullFrameSize
11:56:38				078/515 - 8/16: Installing method CompiledMethod class>>headerFlagForEncoder:
11:56:38				078/515 - 9/16: Installing method CompiledMethod class>>initialize
11:56:38				078/515 - 10/16: Installing method CompiledMethod class>>installPrimaryBytecodeSet:
11:56:38				078/515 - 11/16: Installing method CompiledMethod class>>installSecondaryBytecodeSet:
11:56:38				078/515 - 12/16: Installing method CompiledMethod class>>methodPropertiesClass
11:56:38				078/515 - 13/16: Installing method CompiledMethod class>>new
11:56:38				078/515 - 14/16: Installing method CompiledMethod class>>smallFrameSize
11:56:38				078/515 - 15/16: Installing method CompiledMethod class>>subclassResponsibilityMarker
11:56:38				078/515 - 16/16: Installing method CompiledMethod class>>trailerSize
11:56:38				079/515 - 1/2: Installing method CompiledMethodLayout>>extend
11:56:38				079/515 - 2/2: Installing method CompiledMethodLayout>>instanceSpecification
11:56:38				079/515 - 1/2: Installing method CompiledMethodLayout class>>extending:scope:host:
11:56:38				079/515 - 2/2: Installing method CompiledMethodLayout class>>subclassDefiningSymbol
11:56:38				080/515 - 1/8: Installing method ConstantBlockClosure>>isConstant
11:56:38				080/515 - 2/8: Installing method ConstantBlockClosure>>literal:
11:56:38				080/515 - 3/8: Installing method ConstantBlockClosure>>value
11:56:38				080/515 - 4/8: Installing method ConstantBlockClosure>>value:
11:56:38				080/515 - 5/8: Installing method ConstantBlockClosure>>value:value:
11:56:38				080/515 - 6/8: Installing method ConstantBlockClosure>>value:value:value:
11:56:38				080/515 - 7/8: Installing method ConstantBlockClosure>>value:value:value:value:
11:56:38				080/515 - 8/8: Installing method ConstantBlockClosure>>valueWithArguments:
11:56:38				080/515 - 1/1: Installing method ConstantBlockClosure class>>numArgs:literal:
11:56:38				081/515 - 1/3: Installing method ConstantBlockClosure1Arg>>value
11:56:38				081/515 - 2/3: Installing method ConstantBlockClosure1Arg>>value:
11:56:38				081/515 - 3/3: Installing method ConstantBlockClosure1Arg>>valueWithArguments:
11:56:39				082/515 - 1/3: Installing method ConstantBlockClosure2Arg>>value
11:56:39				082/515 - 2/3: Installing method ConstantBlockClosure2Arg>>value:value:
11:56:39				082/515 - 3/3: Installing method ConstantBlockClosure2Arg>>valueWithArguments:
11:56:39				083/515 - 1/3: Installing method ConstantBlockClosure3Arg>>value
11:56:39				083/515 - 2/3: Installing method ConstantBlockClosure3Arg>>value:value:value:
11:56:39				083/515 - 3/3: Installing method ConstantBlockClosure3Arg>>valueWithArguments:
11:56:42				084/515 - 1/182: Installing method Context>>aboutToReturn:through:
11:56:42				084/515 - 2/182: Installing method Context>>activateMethod:withArgs:receiver:class:
11:56:42				084/515 - 3/182: Installing method Context>>activateReturn:value:
11:56:42				084/515 - 4/182: Installing method Context>>activeHome
11:56:42				084/515 - 5/182: Installing method Context>>activeOuterContext
11:56:42				084/515 - 6/182: Installing method Context>>arguments
11:56:42				084/515 - 7/182: Installing method Context>>asContext
11:56:42				084/515 - 8/182: Installing method Context>>at:
11:56:42				084/515 - 9/182: Installing method Context>>at:put:
11:56:42				084/515 - 10/182: Installing method Context>>basicAt:
11:56:42				084/515 - 11/182: Installing method Context>>basicAt:put:
11:56:42				084/515 - 12/182: Installing method Context>>basicSize
11:56:42				084/515 - 13/182: Installing method Context>>belongsToDoIt
11:56:42				084/515 - 14/182: Installing method Context>>blockReturnConstant:
11:56:42				084/515 - 15/182: Installing method Context>>blockReturnTop
11:56:42				084/515 - 16/182: Installing method Context>>bottomContext
11:56:42				084/515 - 17/182: Installing method Context>>canHandleSignal:
11:56:42				084/515 - 18/182: Installing method Context>>cannotReturn:
11:56:42				084/515 - 19/182: Installing method Context>>cannotReturn:to:
11:56:42				084/515 - 20/182: Installing method Context>>client
11:56:42				084/515 - 21/182: Installing method Context>>closure
11:56:42				084/515 - 22/182: Installing method Context>>compiledCode
11:56:42				084/515 - 23/182: Installing method Context>>contextClass
11:56:42				084/515 - 24/182: Installing method Context>>contextStack
11:56:42				084/515 - 25/182: Installing method Context>>contextTag
11:56:42				084/515 - 26/182: Installing method Context>>copyStack
11:56:42				084/515 - 27/182: Installing method Context>>copyTo:
11:56:42				084/515 - 28/182: Installing method Context>>cut:
11:56:42				084/515 - 29/182: Installing method Context>>deadContextForClosure:
11:56:42				084/515 - 30/182: Installing method Context>>debugStack:on:
11:56:42				084/515 - 31/182: Installing method Context>>debugStackOn:
11:56:42				084/515 - 32/182: Installing method Context>>depthBelow:
11:56:42				084/515 - 33/182: Installing method Context>>directedSuperSend:numArgs:
11:56:42				084/515 - 34/182: Installing method Context>>doDup
11:56:42				084/515 - 35/182: Installing method Context>>doNop
11:56:42				084/515 - 36/182: Installing method Context>>doPop
11:56:42				084/515 - 37/182: Installing method Context>>doPrimitive:method:receiver:args:
11:56:42				084/515 - 38/182: Installing method Context>>endPC
11:56:42				084/515 - 39/182: Installing method Context>>errorReportOn:
11:56:42				084/515 - 40/182: Installing method Context>>evaluateSignal:
11:56:42				084/515 - 41/182: Installing method Context>>exception
11:56:42				084/515 - 42/182: Installing method Context>>exceptionClass
11:56:42				084/515 - 43/182: Installing method Context>>exceptionHandlerBlock
11:56:42				084/515 - 44/182: Installing method Context>>exceptionsToCaptureWhenStepping
11:56:42				084/515 - 45/182: Installing method Context>>executedPC
11:56:42				084/515 - 46/182: Installing method Context>>failPrimitiveWith:
11:56:42				084/515 - 47/182: Installing method Context>>filterDebuggerStack
11:56:42				084/515 - 48/182: Installing method Context>>findContextSuchThat:
11:56:42				084/515 - 49/182: Installing method Context>>findMethodContextSuchThat:
11:56:42				084/515 - 50/182: Installing method Context>>findNextHandlerContext
11:56:42				084/515 - 51/182: Installing method Context>>findNextHandlerOrSignalingContext
11:56:42				084/515 - 52/182: Installing method Context>>findNextUnwindContextUpTo:
11:56:42				084/515 - 53/182: Installing method Context>>handleSignal:
11:56:42				084/515 - 54/182: Installing method Context>>hasContext:
11:56:42				084/515 - 55/182: Installing method Context>>hasNonLocalReturn
11:56:42				084/515 - 56/182: Installing method Context>>hasSender:
11:56:42				084/515 - 57/182: Installing method Context>>hasTemporaryVariableNamed:
11:56:42				084/515 - 58/182: Installing method Context>>home
11:56:42				084/515 - 59/182: Installing method Context>>homeMethod
11:56:42				084/515 - 60/182: Installing method Context>>insertSender:
11:56:42				084/515 - 61/182: Installing method Context>>instVarAt:put:
11:56:42				084/515 - 62/182: Installing method Context>>isBlockContext
11:56:42				084/515 - 63/182: Installing method Context>>isBottomContext
11:56:42				084/515 - 64/182: Installing method Context>>isContext
11:56:42				084/515 - 65/182: Installing method Context>>isDead
11:56:42				084/515 - 66/182: Installing method Context>>isEndOfProcessTermination
11:56:42				084/515 - 67/182: Installing method Context>>isExecutingBlock
11:56:42				084/515 - 68/182: Installing method Context>>isFailToken:
11:56:42				084/515 - 69/182: Installing method Context>>isHandlerContext
11:56:42				084/515 - 70/182: Installing method Context>>isHandlerOrSignalingContext
11:56:42				084/515 - 71/182: Installing method Context>>isPrimFailToken:
11:56:42				084/515 - 72/182: Installing method Context>>isUnwindContext
11:56:42				084/515 - 73/182: Installing method Context>>jump
11:56:42				084/515 - 74/182: Installing method Context>>jump:if:withInterpreter:
11:56:43				084/515 - 75/182: Installing method Context>>jump:withInterpreter:
11:56:43				084/515 - 76/182: Installing method Context>>longStack
11:56:43				084/515 - 77/182: Installing method Context>>method
11:56:43				084/515 - 78/182: Installing method Context>>methodClass
11:56:43				084/515 - 79/182: Installing method Context>>methodNode
11:56:43				084/515 - 80/182: Installing method Context>>methodReturnReceiver
11:56:43				084/515 - 81/182: Installing method Context>>methodReturnTop
11:56:43				084/515 - 82/182: Installing method Context>>nextHandlerContext
11:56:43				084/515 - 83/182: Installing method Context>>numArgs
11:56:43				084/515 - 84/182: Installing method Context>>numTemps
11:56:43				084/515 - 85/182: Installing method Context>>object:basicAt:
11:56:43				084/515 - 86/182: Installing method Context>>object:basicAt:put:
11:56:43				084/515 - 87/182: Installing method Context>>object:eqeq:
11:56:43				084/515 - 88/182: Installing method Context>>object:instVarAt:
11:56:43				084/515 - 89/182: Installing method Context>>object:instVarAt:put:
11:56:43				084/515 - 90/182: Installing method Context>>object:perform:withArguments:inClass:
11:56:43				084/515 - 91/182: Installing method Context>>objectClass:
11:56:43				084/515 - 92/182: Installing method Context>>objectSize:
11:56:43				084/515 - 93/182: Installing method Context>>outerContext
11:56:43				084/515 - 94/182: Installing method Context>>pc
11:56:43				084/515 - 95/182: Installing method Context>>pc:
11:56:43				084/515 - 96/182: Installing method Context>>pop
11:56:43				084/515 - 97/182: Installing method Context>>popIntoLiteralVariable:
11:56:43				084/515 - 98/182: Installing method Context>>popIntoReceiverVariable:
11:56:43				084/515 - 99/182: Installing method Context>>popIntoRemoteTemp:inVectorAt:
11:56:43				084/515 - 100/182: Installing method Context>>popIntoTemporaryVariable:
11:56:43				084/515 - 101/182: Installing method Context>>print:on:
11:56:43				084/515 - 102/182: Installing method Context>>printDebugOn:
11:56:43				084/515 - 103/182: Installing method Context>>printDebugStackOn:
11:56:43				084/515 - 104/182: Installing method Context>>printDetails:
11:56:43				084/515 - 105/182: Installing method Context>>printOn:
11:56:43				084/515 - 106/182: Installing method Context>>printStackOfSize:
11:56:43				084/515 - 107/182: Installing method Context>>privRefresh
11:56:43				084/515 - 108/182: Installing method Context>>privRefreshWith:
11:56:43				084/515 - 109/182: Installing method Context>>privSender:
11:56:43				084/515 - 110/182: Installing method Context>>push:
11:56:43				084/515 - 111/182: Installing method Context>>pushActiveContext
11:56:43				084/515 - 112/182: Installing method Context>>pushActiveProcess
11:56:43				084/515 - 113/182: Installing method Context>>pushArgs:from:
11:56:43				084/515 - 114/182: Installing method Context>>pushClosureTemps:
11:56:43				084/515 - 115/182: Installing method Context>>pushConsArrayWithElements:
11:56:43				084/515 - 116/182: Installing method Context>>pushConstant:
11:56:43				084/515 - 117/182: Installing method Context>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
11:56:43				084/515 - 118/182: Installing method Context>>pushLiteralVariable:
11:56:43				084/515 - 119/182: Installing method Context>>pushNewArrayOfSize:
11:56:43				084/515 - 120/182: Installing method Context>>pushReceiver
11:56:43				084/515 - 121/182: Installing method Context>>pushReceiverVariable:
11:56:43				084/515 - 122/182: Installing method Context>>pushRemoteTemp:inVectorAt:
11:56:43				084/515 - 123/182: Installing method Context>>pushTemporaryVariable:
11:56:43				084/515 - 124/182: Installing method Context>>quickMethodPrimitiveBytecodeSize
11:56:43				084/515 - 125/182: Installing method Context>>receiver
11:56:43				084/515 - 126/182: Installing method Context>>receiver:
11:56:43				084/515 - 127/182: Installing method Context>>release
11:56:43				084/515 - 128/182: Installing method Context>>releaseTo:
11:56:43				084/515 - 129/182: Installing method Context>>removeSelf
11:56:43				084/515 - 130/182: Installing method Context>>resume
11:56:43				084/515 - 131/182: Installing method Context>>resume:
11:56:43				084/515 - 132/182: Installing method Context>>resume:through:
11:56:43				084/515 - 133/182: Installing method Context>>resumeEvaluating:
11:56:43				084/515 - 134/182: Installing method Context>>return
11:56:43				084/515 - 135/182: Installing method Context>>return:
11:56:43				084/515 - 136/182: Installing method Context>>return:from:
11:56:43				084/515 - 137/182: Installing method Context>>return:through:
11:56:43				084/515 - 138/182: Installing method Context>>runUntilErrorOrReturnFrom:
11:56:43				084/515 - 139/182: Installing method Context>>runUntilReturnFrom:
11:56:43				084/515 - 140/182: Installing method Context>>selector
11:56:43				084/515 - 141/182: Installing method Context>>send:to:with:lookupIn:
11:56:43				084/515 - 142/182: Installing method Context>>send:to:with:super:
11:56:43				084/515 - 143/182: Installing method Context>>sender
11:56:43				084/515 - 144/182: Installing method Context>>setNamedPrimitiveInformationFrom:toMethod:
11:56:43				084/515 - 145/182: Installing method Context>>setSender:receiver:method:arguments:
11:56:43				084/515 - 146/182: Installing method Context>>setSender:receiver:method:closure:startpc:
11:56:43				084/515 - 147/182: Installing method Context>>shortDebugStack
11:56:43				084/515 - 148/182: Installing method Context>>shortDebugStackOn:
11:56:43				084/515 - 149/182: Installing method Context>>shortStack
11:56:43				084/515 - 150/182: Installing method Context>>singleRelease
11:56:43				084/515 - 151/182: Installing method Context>>size
11:56:43				084/515 - 152/182: Installing method Context>>sourceCode
11:56:43				084/515 - 153/182: Installing method Context>>stack
11:56:43				084/515 - 154/182: Installing method Context>>stackOfSize:
11:56:43				084/515 - 155/182: Installing method Context>>stackPtr
11:56:43				084/515 - 156/182: Installing method Context>>stackp:
11:56:43				084/515 - 157/182: Installing method Context>>startpc
11:56:43				084/515 - 158/182: Installing method Context>>step
11:56:43				084/515 - 159/182: Installing method Context>>stepToCallee
11:56:43				084/515 - 160/182: Installing method Context>>stepToCalleeOrNil
11:56:43				084/515 - 161/182: Installing method Context>>stepUntilSomethingOnStack
11:56:43				084/515 - 162/182: Installing method Context>>storeIntoLiteralVariable:
11:56:43				084/515 - 163/182: Installing method Context>>storeIntoReceiverVariable:
11:56:43				084/515 - 164/182: Installing method Context>>storeIntoRemoteTemp:inVectorAt:
11:56:43				084/515 - 165/182: Installing method Context>>storeIntoTemporaryVariable:
11:56:43				084/515 - 166/182: Installing method Context>>swapReceiver:
11:56:43				084/515 - 167/182: Installing method Context>>swapSender:
11:56:43				084/515 - 168/182: Installing method Context>>tempAt:
11:56:43				084/515 - 169/182: Installing method Context>>tempAt:put:
11:56:43				084/515 - 170/182: Installing method Context>>terminate
11:56:43				084/515 - 171/182: Installing method Context>>terminateTo:
11:56:43				084/515 - 172/182: Installing method Context>>top
11:56:43				084/515 - 173/182: Installing method Context>>tryNamedPrimitiveIn:for:withArgs:
11:56:43				084/515 - 174/182: Installing method Context>>tryPrimitiveFor:receiver:args:
11:56:43				084/515 - 175/182: Installing method Context>>unwindAndStop:
11:56:43				084/515 - 176/182: Installing method Context>>unwindBlock
11:56:43				084/515 - 177/182: Installing method Context>>unwindComplete
11:56:43				084/515 - 178/182: Installing method Context>>unwindComplete:
11:56:43				084/515 - 179/182: Installing method Context>>unwindForTermination
11:56:43				084/515 - 180/182: Installing method Context>>unwindTo:
11:56:43				084/515 - 181/182: Installing method Context>>willFailReturn
11:56:43				084/515 - 182/182: Installing method Context>>withoutPrimitiveTryNamedPrimitiveIn:for:withArgs:
11:56:43				084/515 - 1/19: Installing method Context class>>allInstances
11:56:43				084/515 - 2/19: Installing method Context class>>allInstancesDo:
11:56:43				084/515 - 3/19: Installing method Context class>>basicNew:
11:56:43				084/515 - 4/19: Installing method Context class>>carefullyPrint:on:
11:56:43				084/515 - 5/19: Installing method Context class>>compiler
11:56:43				084/515 - 6/19: Installing method Context class>>contextEnsure:
11:56:43				084/515 - 7/19: Installing method Context class>>contextOn:do:
11:56:43				084/515 - 8/19: Installing method Context class>>initialize
11:56:43				084/515 - 9/19: Installing method Context class>>initializePrimitiveSimulators
11:56:43				084/515 - 10/19: Installing method Context class>>initializeTryNamedPrimitiveTemplateMethod
11:56:43				084/515 - 11/19: Installing method Context class>>new
11:56:43				084/515 - 12/19: Installing method Context class>>new:
11:56:43				084/515 - 13/19: Installing method Context class>>newForMethod:
11:56:43				084/515 - 14/19: Installing method Context class>>primitiveFailToken
11:56:43				084/515 - 15/19: Installing method Context class>>primitiveFailTokenFor:
11:56:43				084/515 - 16/19: Installing method Context class>>sender:receiver:method:arguments:
11:56:43				084/515 - 17/19: Installing method Context class>>specialPrimitiveSimulators
11:56:44				084/515 - 18/19: Installing method Context class>>theReturnMethod
11:56:44				084/515 - 19/19: Installing method Context class>>tryNamedPrimitiveTemplateMethod
11:56:44				085/515 - 1/2: Installing method ContextCannotReturn>>target
11:56:44				085/515 - 2/2: Installing method ContextCannotReturn>>target:
11:56:44				085/515 - 1/1: Installing method ContextCannotReturn class>>result:to:
11:56:44				086/515 - 1/2: Installing method CurrentExecutionEnvironment>>default
11:56:44				086/515 - 2/2: Installing method CurrentExecutionEnvironment>>installValue:intoForked:from:
11:56:44				086/515 - 1/3: Installing method CurrentExecutionEnvironment class>>activate:for:
11:56:44				086/515 - 2/3: Installing method CurrentExecutionEnvironment class>>isInheritable
11:56:44				086/515 - 3/3: Installing method CurrentExecutionEnvironment class>>restoreDefault
11:56:44				087/515 - 1/4: Installing method DailyNonInteractiveTranscript>>fileNameWithDate
11:56:44				087/515 - 2/4: Installing method DailyNonInteractiveTranscript>>initialize
11:56:44				087/515 - 3/4: Installing method DailyNonInteractiveTranscript>>initializeStream
11:56:44				087/515 - 4/4: Installing method DailyNonInteractiveTranscript>>stream
11:56:44				087/515 - 1/1: Installing method DailyNonInteractiveTranscript class>>defaultLogFileName
11:56:44				088/515 - 1/8: Installing method DangerousClassNotifier class>>check:
11:56:44				088/515 - 2/8: Installing method DangerousClassNotifier class>>disable
11:56:44				088/515 - 3/8: Installing method DangerousClassNotifier class>>disableDuring:
11:56:44				088/515 - 4/8: Installing method DangerousClassNotifier class>>enable
11:56:44				088/515 - 5/8: Installing method DangerousClassNotifier class>>enabled
11:56:44				088/515 - 6/8: Installing method DangerousClassNotifier class>>initialize
11:56:44				088/515 - 7/8: Installing method DangerousClassNotifier class>>shouldNotBeRedefined:
11:56:44				088/515 - 8/8: Installing method DangerousClassNotifier class>>tooDangerousClasses
11:56:44				089/515 - 1/8: Installing method DecoratorStream>>atEnd
11:56:44				089/515 - 2/8: Installing method DecoratorStream>>contents
11:56:44				089/515 - 3/8: Installing method DecoratorStream>>next
11:56:44				089/515 - 4/8: Installing method DecoratorStream>>nextPut:
11:56:44				089/515 - 5/8: Installing method DecoratorStream>>on:
11:56:44				089/515 - 6/8: Installing method DecoratorStream>>peek
11:56:44				089/515 - 7/8: Installing method DecoratorStream>>position
11:56:44				089/515 - 8/8: Installing method DecoratorStream>>store:
11:56:44				089/515 - 1/1: Installing method DecoratorStream class>>on:
11:56:44				090/515 - 1/1: Installing method DefaultExecutionEnvironment>>prepareForNewProcess:
11:56:44				090/515 - 1/3: Installing method DefaultExecutionEnvironment class>>beActive
11:56:44				090/515 - 2/3: Installing method DefaultExecutionEnvironment class>>beActiveDuring:
11:56:44				090/515 - 3/3: Installing method DefaultExecutionEnvironment class>>instance
11:56:45				091/515 - 1/16: Installing method Delay>>beingWaitedOn
11:56:45				091/515 - 2/16: Installing method Delay>>delaySemaphore
11:56:45				091/515 - 3/16: Installing method Delay>>isExpired
11:56:45				091/515 - 4/16: Installing method Delay>>millisecondDelayDuration
11:56:45				091/515 - 5/16: Installing method Delay>>millisecondsToGo
11:56:45				091/515 - 6/16: Installing method Delay>>printOn:
11:56:45				091/515 - 7/16: Installing method Delay>>resumptionTick
11:56:45				091/515 - 8/16: Installing method Delay>>resumptionTickAdjustFrom:to:
11:56:45				091/515 - 9/16: Installing method Delay>>schedule
11:56:45				091/515 - 10/16: Installing method Delay>>setDelay:
11:56:45				091/515 - 11/16: Installing method Delay>>setDelay:forSemaphore:
11:56:45				091/515 - 12/16: Installing method Delay>>timingPriorityScheduleTicker:
11:56:45				091/515 - 13/16: Installing method Delay>>timingPrioritySignalExpired
11:56:45				091/515 - 14/16: Installing method Delay>>timingPriorityUnschedule
11:56:45				091/515 - 15/16: Installing method Delay>>unschedule
11:56:45				091/515 - 16/16: Installing method Delay>>wait
11:56:45				091/515 - 1/21: Installing method Delay class>>anyActive
11:56:45				091/515 - 2/21: Installing method Delay class>>delaySchedulerClass
11:56:45				091/515 - 3/21: Installing method Delay class>>delaySchedulerClass:
11:56:45				091/515 - 4/21: Installing method Delay class>>forDays:
11:56:45				091/515 - 5/21: Installing method Delay class>>forHours:
11:56:45				091/515 - 6/21: Installing method Delay class>>forMilliseconds:
11:56:45				091/515 - 7/21: Installing method Delay class>>forMinutes:
11:56:45				091/515 - 8/21: Installing method Delay class>>forSeconds:
11:56:45				091/515 - 9/21: Installing method Delay class>>initialize
11:56:45				091/515 - 10/21: Installing method Delay class>>nextWakeUpTime
11:56:45				091/515 - 11/21: Installing method Delay class>>restartMethods
11:56:45				091/515 - 12/21: Installing method Delay class>>restartTimerEventLoop
11:56:45				091/515 - 13/21: Installing method Delay class>>scheduler
11:56:45				091/515 - 14/21: Installing method Delay class>>scheduler:
11:56:45				091/515 - 15/21: Installing method Delay class>>schedulingProcess
11:56:45				091/515 - 16/21: Installing method Delay class>>shutDown
11:56:45				091/515 - 17/21: Installing method Delay class>>startTimerEventLoop
11:56:45				091/515 - 18/21: Installing method Delay class>>startUp
11:56:45				091/515 - 19/21: Installing method Delay class>>stopTimerEventLoop
11:56:45				091/515 - 20/21: Installing method Delay class>>systemSettingOn:
11:56:45				091/515 - 21/21: Installing method Delay class>>timeoutSemaphore:afterMSecs:
11:56:45				092/515 - 1/22: Installing method DelayBasicScheduler>>anyActive
11:56:45				092/515 - 2/22: Installing method DelayBasicScheduler>>initialize
11:56:45				092/515 - 3/22: Installing method DelayBasicScheduler>>initializeTicker:suspendedDelaysHeap:
11:56:45				092/515 - 4/22: Installing method DelayBasicScheduler>>nextWakeUpTime
11:56:45				092/515 - 5/22: Installing method DelayBasicScheduler>>printOn:
11:56:45				092/515 - 6/22: Installing method DelayBasicScheduler>>restartTimerEventLoop
11:56:46				092/515 - 7/22: Installing method DelayBasicScheduler>>resume
11:56:46				092/515 - 8/22: Installing method DelayBasicScheduler>>runBackendLoopAtTimingPriority
11:56:46				092/515 - 9/22: Installing method DelayBasicScheduler>>schedule:
11:56:46				092/515 - 10/22: Installing method DelayBasicScheduler>>scheduleAtTimingPriority
11:56:46				092/515 - 11/22: Installing method DelayBasicScheduler>>schedulingProcess
11:56:46				092/515 - 12/22: Installing method DelayBasicScheduler>>shutDown
11:56:46				092/515 - 13/22: Installing method DelayBasicScheduler>>simulate_vmMilliseconds:
11:56:46				092/515 - 14/22: Installing method DelayBasicScheduler>>startTimerEventLoop
11:56:46				092/515 - 15/22: Installing method DelayBasicScheduler>>startTimerEventLoopPriority:
11:56:46				092/515 - 16/22: Installing method DelayBasicScheduler>>startUp
11:56:46				092/515 - 17/22: Installing method DelayBasicScheduler>>stopTimerEventLoop
11:56:46				092/515 - 18/22: Installing method DelayBasicScheduler>>suspend
11:56:46				092/515 - 19/22: Installing method DelayBasicScheduler>>suspendAtTimingPriority
11:56:46				092/515 - 20/22: Installing method DelayBasicScheduler>>ticker
11:56:46				092/515 - 21/22: Installing method DelayBasicScheduler>>unschedule:
11:56:46				092/515 - 22/22: Installing method DelayBasicScheduler>>unscheduleAtTimingPriority
11:56:46				092/515 - 1/2: Installing method DelayBasicScheduler class>>defaultSuspendedDelaysHeap
11:56:46				092/515 - 2/2: Installing method DelayBasicScheduler class>>onTicker:suspendedDelaysHeap:
11:56:46				093/515 - 1/5: Installing method DelayMicrosecondTicker>>millisecondsUntilTick:
11:56:46				093/515 - 2/5: Installing method DelayMicrosecondTicker>>nowTick
11:56:46				093/515 - 3/5: Installing method DelayMicrosecondTicker>>primSignal:atUTCMicroseconds:
11:56:46				093/515 - 4/5: Installing method DelayMicrosecondTicker>>tickAfterMilliseconds:
11:56:46				093/515 - 5/5: Installing method DelayMicrosecondTicker>>waitForUserSignalled:orExpired:
11:56:46				094/515 - 1/5: Installing method DelayMicrosecondTickerSimulation>>initialize
11:56:46				094/515 - 2/5: Installing method DelayMicrosecondTickerSimulation>>nowTick
11:56:46				094/515 - 3/5: Installing method DelayMicrosecondTickerSimulation>>primSignal:atUTCMicroseconds:
11:56:46				094/515 - 4/5: Installing method DelayMicrosecondTickerSimulation>>simulate_vmMilliseconds:
11:56:46				094/515 - 5/5: Installing method DelayMicrosecondTickerSimulation>>vmSimNextWakeupMilliseconds
11:56:46				095/515 - 1/1: Installing method DelayMicrosecondUncappedTicker>>waitForUserSignalled:orExpired:
11:56:46				096/515 - 1/5: Installing method DelayMillisecondTicker>>millisecondsUntilTick:
11:56:46				096/515 - 2/5: Installing method DelayMillisecondTicker>>nowTick
11:56:46				096/515 - 3/5: Installing method DelayMillisecondTicker>>primSignal:atMilliseconds:
11:56:46				096/515 - 4/5: Installing method DelayMillisecondTicker>>tickAfterMilliseconds:
11:56:46				096/515 - 5/5: Installing method DelayMillisecondTicker>>waitForUserSignalled:orExpired:
11:56:46				097/515 - 1/5: Installing method DelayMillisecondTickerSimulation>>initialize
11:56:46				097/515 - 2/5: Installing method DelayMillisecondTickerSimulation>>nowTick
11:56:46				097/515 - 3/5: Installing method DelayMillisecondTickerSimulation>>primSignal:atMilliseconds:
11:56:46				097/515 - 4/5: Installing method DelayMillisecondTickerSimulation>>simulate_vmMilliseconds:
11:56:46				097/515 - 5/5: Installing method DelayMillisecondTickerSimulation>>vmSimNextWakeupMilliseconds
11:56:46				098/515 - 1/3: Installing method DelayMutexScheduler>>initializeTicker:suspendedDelaysHeap:
11:56:46				098/515 - 2/3: Installing method DelayMutexScheduler>>schedule:
11:56:46				098/515 - 3/3: Installing method DelayMutexScheduler>>unschedule:
11:56:46				099/515 - 1/6: Installing method DelayNullScheduler>>schedule:
11:56:46				099/515 - 2/6: Installing method DelayNullScheduler>>shutDown
11:56:46				099/515 - 3/6: Installing method DelayNullScheduler>>startTimerEventLoop
11:56:46				099/515 - 4/6: Installing method DelayNullScheduler>>startUp
11:56:46				099/515 - 5/6: Installing method DelayNullScheduler>>stopTimerEventLoop
11:56:46				099/515 - 6/6: Installing method DelayNullScheduler>>unschedule:
11:56:46				100/515 - 1/5: Installing method DelaySemaphoreScheduler>>initializeTicker:suspendedDelaysHeap:
11:56:46				100/515 - 2/5: Installing method DelaySemaphoreScheduler>>schedule:
11:56:46				100/515 - 3/5: Installing method DelaySemaphoreScheduler>>scheduleAtTimingPriority
11:56:46				100/515 - 4/5: Installing method DelaySemaphoreScheduler>>unschedule:
11:56:46				100/515 - 5/5: Installing method DelaySemaphoreScheduler>>unscheduleAtTimingPriority
11:56:46				101/515 - 1/5: Installing method DelayWaitTimeout>>isExpired
11:56:46				101/515 - 2/5: Installing method DelayWaitTimeout>>setDelay:forSemaphore:
11:56:46				101/515 - 3/5: Installing method DelayWaitTimeout>>timingPrioritySignalExpired
11:56:47				101/515 - 4/5: Installing method DelayWaitTimeout>>wait
11:56:47				101/515 - 5/5: Installing method DelayWaitTimeout>>waitOnCompletion:onTimeout:
11:56:47				102/515 - 1/4: Installing method Deprecation>>defaultAction
11:56:47				102/515 - 2/4: Installing method Deprecation>>logTranscript
11:56:47				102/515 - 3/4: Installing method Deprecation>>messageText
11:56:47				102/515 - 4/4: Installing method Deprecation>>transform
11:56:47				102/515 - 1/1: Installing method Deprecation class>>deprecationsWhile:
11:56:48				104/515 - 1/66: Installing method Dictionary>>=
11:56:48				104/515 - 2/66: Installing method Dictionary>>add:
11:56:48				104/515 - 3/66: Installing method Dictionary>>addAll:
11:56:48				104/515 - 4/66: Installing method Dictionary>>associationAt:
11:56:48				104/515 - 5/66: Installing method Dictionary>>associationAt:ifAbsent:
11:56:48				104/515 - 6/66: Installing method Dictionary>>associationAt:ifPresent:
11:56:48				104/515 - 7/66: Installing method Dictionary>>associationAt:ifPresent:ifAbsent:
11:56:48				104/515 - 8/66: Installing method Dictionary>>associations
11:56:48				104/515 - 9/66: Installing method Dictionary>>associationsDo:
11:56:48				104/515 - 10/66: Installing method Dictionary>>associationsSelect:
11:56:48				104/515 - 11/66: Installing method Dictionary>>at:
11:56:48				104/515 - 12/66: Installing method Dictionary>>at:at:
11:56:48				104/515 - 13/66: Installing method Dictionary>>at:at:ifAbsent:
11:56:48				104/515 - 14/66: Installing method Dictionary>>at:at:ifAbsentPut:
11:56:48				104/515 - 15/66: Installing method Dictionary>>at:at:put:
11:56:48				104/515 - 16/66: Installing method Dictionary>>at:ifAbsent:
11:56:48				104/515 - 17/66: Installing method Dictionary>>at:ifAbsentPut:
11:56:48				104/515 - 18/66: Installing method Dictionary>>at:ifPresent:
11:56:48				104/515 - 19/66: Installing method Dictionary>>at:ifPresent:ifAbsent:
11:56:48				104/515 - 20/66: Installing method Dictionary>>at:ifPresent:ifAbsentPut:
11:56:48				104/515 - 21/66: Installing method Dictionary>>at:put:
11:56:48				104/515 - 22/66: Installing method Dictionary>>at:update:
11:56:48				104/515 - 23/66: Installing method Dictionary>>at:update:initial:
11:56:48				104/515 - 24/66: Installing method Dictionary>>bindingOf:
11:56:48				104/515 - 25/66: Installing method Dictionary>>collect:
11:56:48				104/515 - 26/66: Installing method Dictionary>>difference:
11:56:48				104/515 - 27/66: Installing method Dictionary>>do:
11:56:48				104/515 - 28/66: Installing method Dictionary>>errorKeyNotFound:
11:56:48				104/515 - 29/66: Installing method Dictionary>>errorValueNotFound:
11:56:48				104/515 - 30/66: Installing method Dictionary>>fixCollisionsFrom:
11:56:48				104/515 - 31/66: Installing method Dictionary>>flatCollect:
11:56:48				104/515 - 32/66: Installing method Dictionary>>hasBindingThatBeginsWith:
11:56:48				104/515 - 33/66: Installing method Dictionary>>includes:
11:56:48				104/515 - 34/66: Installing method Dictionary>>includesAssociation:
11:56:48				104/515 - 35/66: Installing method Dictionary>>includesIdentity:
11:56:48				104/515 - 36/66: Installing method Dictionary>>includesKey:
11:56:48				104/515 - 37/66: Installing method Dictionary>>intersection:
11:56:48				104/515 - 38/66: Installing method Dictionary>>isDictionary
11:56:48				104/515 - 39/66: Installing method Dictionary>>isHealthy
11:56:48				104/515 - 40/66: Installing method Dictionary>>keyAtIdentityValue:
11:56:48				104/515 - 41/66: Installing method Dictionary>>keyAtIdentityValue:ifAbsent:
11:56:48				104/515 - 42/66: Installing method Dictionary>>keyAtValue:
11:56:48				104/515 - 43/66: Installing method Dictionary>>keyAtValue:ifAbsent:
11:56:48				104/515 - 44/66: Installing method Dictionary>>keyForIdentity:
11:56:48				104/515 - 45/66: Installing method Dictionary>>keys
11:56:48				104/515 - 46/66: Installing method Dictionary>>keysAndValuesDo:
11:56:48				104/515 - 47/66: Installing method Dictionary>>keysAndValuesRemove:
11:56:48				104/515 - 48/66: Installing method Dictionary>>keysDo:
11:56:48				104/515 - 49/66: Installing method Dictionary>>keysSortedSafely
11:56:48				104/515 - 50/66: Installing method Dictionary>>noCheckAdd:
11:56:48				104/515 - 51/66: Installing method Dictionary>>noCheckNoGrowFillFrom:
11:56:48				104/515 - 52/66: Installing method Dictionary>>postCopy
11:56:48				104/515 - 53/66: Installing method Dictionary>>printElementsOn:
11:56:48				104/515 - 54/66: Installing method Dictionary>>rehash
11:56:48				104/515 - 55/66: Installing method Dictionary>>reject:thenCollect:
11:56:48				104/515 - 56/66: Installing method Dictionary>>remove:
11:56:48				104/515 - 57/66: Installing method Dictionary>>remove:ifAbsent:
11:56:48				104/515 - 58/66: Installing method Dictionary>>removeKey:
11:56:48				104/515 - 59/66: Installing method Dictionary>>removeKey:ifAbsent:
11:56:48				104/515 - 60/66: Installing method Dictionary>>removeUnreferencedKeys
11:56:48				104/515 - 61/66: Installing method Dictionary>>scanFor:
11:56:49				104/515 - 62/66: Installing method Dictionary>>select:
11:56:49				104/515 - 63/66: Installing method Dictionary>>select:thenCollect:
11:56:49				104/515 - 64/66: Installing method Dictionary>>storeOn:
11:56:49				104/515 - 65/66: Installing method Dictionary>>values
11:56:49				104/515 - 66/66: Installing method Dictionary>>valuesDo:
11:56:49				104/515 - 1/3: Installing method Dictionary class>>newFrom:
11:56:49				104/515 - 2/3: Installing method Dictionary class>>newFromKeys:andValues:
11:56:49				104/515 - 3/3: Installing method Dictionary class>>newFromPairs:
11:56:49				105/515 - 1/4: Installing method DomainError>>from
11:56:49				105/515 - 2/4: Installing method DomainError>>from:
11:56:49				105/515 - 3/4: Installing method DomainError>>to
11:56:49				105/515 - 4/4: Installing method DomainError>>to:
11:56:49				105/515 - 1/6: Installing method DomainError class>>signal:from:
11:56:49				105/515 - 2/6: Installing method DomainError class>>signal:from:to:
11:56:49				105/515 - 3/6: Installing method DomainError class>>signal:to:
11:56:49				105/515 - 4/6: Installing method DomainError class>>signalFrom:
11:56:49				105/515 - 5/6: Installing method DomainError class>>signalFrom:to:
11:56:49				105/515 - 6/6: Installing method DomainError class>>signalTo:
11:56:49				106/515 - 1/6: Installing method DoubleByteArray>>=
11:56:49				106/515 - 2/6: Installing method DoubleByteArray>>atAllPut:
11:56:49				106/515 - 3/6: Installing method DoubleByteArray>>byteSize
11:56:49				106/515 - 4/6: Installing method DoubleByteArray>>bytesPerElement
11:56:49				106/515 - 5/6: Installing method DoubleByteArray>>defaultElement
11:56:49				106/515 - 6/6: Installing method DoubleByteArray>>replaceFrom:to:with:startingAt:
11:56:49				107/515 - 1/4: Installing method DoubleByteLayout>>bytesPerSlot
11:56:49				107/515 - 2/4: Installing method DoubleByteLayout>>extendDoubleByte
11:56:49				107/515 - 3/4: Installing method DoubleByteLayout>>instanceSpecification
11:56:49				107/515 - 4/4: Installing method DoubleByteLayout>>isDoubleBytes
11:56:49				107/515 - 1/2: Installing method DoubleByteLayout class>>extending:scope:host:
11:56:49				107/515 - 2/2: Installing method DoubleByteLayout class>>subclassDefiningSymbol
11:56:49				108/515 - 1/10: Installing method DoubleLink>>asDoubleLink
11:56:49				108/515 - 2/10: Installing method DoubleLink>>clearLinks
11:56:49				108/515 - 3/10: Installing method DoubleLink>>hasPredecessor
11:56:49				108/515 - 4/10: Installing method DoubleLink>>hasSuccessor
11:56:49				108/515 - 5/10: Installing method DoubleLink>>nextLink
11:56:49				108/515 - 6/10: Installing method DoubleLink>>nextLink:
11:56:49				108/515 - 7/10: Installing method DoubleLink>>previousLink
11:56:49				108/515 - 8/10: Installing method DoubleLink>>previousLink:
11:56:49				108/515 - 9/10: Installing method DoubleLink>>value
11:56:49				108/515 - 10/10: Installing method DoubleLink>>value:
11:56:49				108/515 - 1/1: Installing method DoubleLink class>>value:
11:56:49				109/515 - 1/18: Installing method DoubleLinkedList>>add:
11:56:50				109/515 - 2/18: Installing method DoubleLinkedList>>add:afterLink:
11:56:50				109/515 - 3/18: Installing method DoubleLinkedList>>add:beforeLink:
11:56:50				109/515 - 4/18: Installing method DoubleLinkedList>>addFirst:
11:56:50				109/515 - 5/18: Installing method DoubleLinkedList>>addLast:
11:56:50				109/515 - 6/18: Installing method DoubleLinkedList>>do:
11:56:50				109/515 - 7/18: Installing method DoubleLinkedList>>first
11:56:50				109/515 - 8/18: Installing method DoubleLinkedList>>firstLink
11:56:50				109/515 - 9/18: Installing method DoubleLinkedList>>isEmpty
11:56:50				109/515 - 10/18: Installing method DoubleLinkedList>>last
11:56:50				109/515 - 11/18: Installing method DoubleLinkedList>>lastLink
11:56:50				109/515 - 12/18: Installing method DoubleLinkedList>>linksDo:
11:56:50				109/515 - 13/18: Installing method DoubleLinkedList>>removeAll
11:56:50				109/515 - 14/18: Installing method DoubleLinkedList>>removeFirst
11:56:50				109/515 - 15/18: Installing method DoubleLinkedList>>removeLast
11:56:50				109/515 - 16/18: Installing method DoubleLinkedList>>removeLink:
11:56:50				109/515 - 17/18: Installing method DoubleLinkedList>>reverseDo:
11:56:50				109/515 - 18/18: Installing method DoubleLinkedList>>reverseLinksDo:
11:56:50				109/515 - 1/1: Installing method DoubleLinkedList class>>newFrom:
11:56:50				110/515 - 1/6: Installing method DoubleWordArray>>=
11:56:50				110/515 - 2/6: Installing method DoubleWordArray>>atAllPut:
11:56:50				110/515 - 3/6: Installing method DoubleWordArray>>byteSize
11:56:50				110/515 - 4/6: Installing method DoubleWordArray>>bytesPerElement
11:56:50				110/515 - 5/6: Installing method DoubleWordArray>>defaultElement
11:56:50				110/515 - 6/6: Installing method DoubleWordArray>>replaceFrom:to:with:startingAt:
11:56:50				111/515 - 1/3: Installing method DoubleWordLayout>>extendDoubleWord
11:56:50				111/515 - 2/3: Installing method DoubleWordLayout>>instanceSpecification
11:56:50				111/515 - 3/3: Installing method DoubleWordLayout>>isDoubleWords
11:56:50				111/515 - 1/2: Installing method DoubleWordLayout class>>extending:scope:host:
11:56:50				111/515 - 2/2: Installing method DoubleWordLayout class>>subclassDefiningSymbol
11:56:50				112/515 - 1/1: Installing method DummySystemProgressItem>>doesNotUnderstand:
11:56:50				113/515 - 1/22: Installing method DummyUIManager>>chooseDirectory:from:
11:56:50				113/515 - 2/22: Installing method DummyUIManager>>chooseFrom:lines:title:
11:56:50				113/515 - 3/22: Installing method DummyUIManager>>chooseFrom:values:lines:title:
11:56:50				113/515 - 4/22: Installing method DummyUIManager>>confirm:
11:56:50				113/515 - 5/22: Installing method DummyUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
11:56:50				113/515 - 6/22: Installing method DummyUIManager>>confirm:orCancel:
11:56:50				113/515 - 7/22: Installing method DummyUIManager>>debugProcess:context:label:fullView:notification:
11:56:50				113/515 - 8/22: Installing method DummyUIManager>>edit:label:accept:
11:56:50				113/515 - 9/22: Installing method DummyUIManager>>handleError:log:
11:56:50				113/515 - 10/22: Installing method DummyUIManager>>handleWarning:
11:56:50				113/515 - 11/22: Installing method DummyUIManager>>inform:
11:56:50				113/515 - 12/22: Installing method DummyUIManager>>informUserDuring:
11:56:50				113/515 - 13/22: Installing method DummyUIManager>>lowSpaceWatcherDefaultAction
11:56:50				113/515 - 14/22: Installing method DummyUIManager>>multiLineRequest:initialAnswer:answerHeight:
11:56:51				113/515 - 15/22: Installing method DummyUIManager>>progressBarEnabled
11:56:51				113/515 - 16/22: Installing method DummyUIManager>>progressBarEnabled:
11:56:51				113/515 - 17/22: Installing method DummyUIManager>>request:initialAnswer:
11:56:51				113/515 - 18/22: Installing method DummyUIManager>>request:initialAnswer:entryCompletion:
11:56:51				113/515 - 19/22: Installing method DummyUIManager>>request:initialAnswer:title:entryCompletion:
11:56:51				113/515 - 20/22: Installing method DummyUIManager>>requestPassword:
11:56:51				113/515 - 21/22: Installing method DummyUIManager>>traceCr:
11:56:51				113/515 - 22/22: Installing method DummyUIManager>>unhandledErrorDefaultAction:
11:56:51				114/515 - 1/7: Installing method DuplicatedSlotName>>host
11:56:51				114/515 - 2/7: Installing method DuplicatedSlotName>>host:
11:56:51				114/515 - 3/7: Installing method DuplicatedSlotName>>messageText
11:56:51				114/515 - 4/7: Installing method DuplicatedSlotName>>newSlot
11:56:51				114/515 - 5/7: Installing method DuplicatedSlotName>>newSlot:
11:56:51				114/515 - 6/7: Installing method DuplicatedSlotName>>oldSlot
11:56:51				114/515 - 7/7: Installing method DuplicatedSlotName>>oldSlot:
11:56:51				115/515 - 1/5: Installing method DuplicatedVariableError>>isResumable
11:56:51				115/515 - 2/5: Installing method DuplicatedVariableError>>superclass
11:56:51				115/515 - 3/5: Installing method DuplicatedVariableError>>superclass:
11:56:51				115/515 - 4/5: Installing method DuplicatedVariableError>>variable
11:56:51				115/515 - 5/5: Installing method DuplicatedVariableError>>variable:
11:56:51				115/515 - 1/1: Installing method DuplicatedVariableError class>>signalWith:
11:56:51				116/515 - 1/1: Installing method DynamicVariable>>value:during:
11:56:51				116/515 - 1/1: Installing method DynamicVariable class>>value:during:
11:56:51				117/515 - 1/7: Installing method EmptyLayout>>extend:
11:56:51				117/515 - 2/7: Installing method EmptyLayout>>extendByte
11:56:51				117/515 - 3/7: Installing method EmptyLayout>>extendDoubleByte
11:56:51				117/515 - 4/7: Installing method EmptyLayout>>extendDoubleWord
11:56:51				117/515 - 5/7: Installing method EmptyLayout>>extendVariable:
11:56:51				117/515 - 6/7: Installing method EmptyLayout>>extendWeak
11:56:51				117/515 - 7/7: Installing method EmptyLayout>>extendWord
11:56:51				117/515 - 1/1: Installing method EmptyLayout class>>instance
11:56:52				118/515 - 1/54: Installing method EncoderForSistaV1>>genBranchPopFalse:
11:56:52				118/515 - 2/54: Installing method EncoderForSistaV1>>genBranchPopFalseLong:
11:56:52				118/515 - 3/54: Installing method EncoderForSistaV1>>genBranchPopTrue:
11:56:52				118/515 - 4/54: Installing method EncoderForSistaV1>>genBranchPopTrueLong:
11:56:52				118/515 - 5/54: Installing method EncoderForSistaV1>>genCallMappedInlinedPrimitive:
11:56:52				118/515 - 6/54: Installing method EncoderForSistaV1>>genCallPrimitive:
11:56:52				118/515 - 7/54: Installing method EncoderForSistaV1>>genDup
11:56:52				118/515 - 8/54: Installing method EncoderForSistaV1>>genJump:
11:56:52				118/515 - 9/54: Installing method EncoderForSistaV1>>genJumpLong:
11:56:52				118/515 - 10/54: Installing method EncoderForSistaV1>>genNop
11:56:52				118/515 - 11/54: Installing method EncoderForSistaV1>>genPop
11:56:52				118/515 - 12/54: Installing method EncoderForSistaV1>>genPushCharacter:
11:56:52				118/515 - 13/54: Installing method EncoderForSistaV1>>genPushConsArray:
11:56:52				118/515 - 14/54: Installing method EncoderForSistaV1>>genPushFullClosure:numCopied:receiverOnStack:outerContextNeeded:
11:56:52				118/515 - 15/54: Installing method EncoderForSistaV1>>genPushInstVar:
11:56:52				118/515 - 16/54: Installing method EncoderForSistaV1>>genPushInstVarLong:
11:56:52				118/515 - 17/54: Installing method EncoderForSistaV1>>genPushInteger:
11:56:52				118/515 - 18/54: Installing method EncoderForSistaV1>>genPushIntegerLong:
11:56:52				118/515 - 19/54: Installing method EncoderForSistaV1>>genPushLiteral:
11:56:52				118/515 - 20/54: Installing method EncoderForSistaV1>>genPushLiteralVar:
11:56:52				118/515 - 21/54: Installing method EncoderForSistaV1>>genPushNewArray:
11:56:52				118/515 - 22/54: Installing method EncoderForSistaV1>>genPushReceiver
11:56:52				118/515 - 23/54: Installing method EncoderForSistaV1>>genPushRemoteTemp:inVectorAt:
11:56:52				118/515 - 24/54: Installing method EncoderForSistaV1>>genPushSpecialLiteral:
11:56:52				118/515 - 25/54: Installing method EncoderForSistaV1>>genPushTemp:
11:56:52				118/515 - 26/54: Installing method EncoderForSistaV1>>genPushThisContext
11:56:52				118/515 - 27/54: Installing method EncoderForSistaV1>>genPushThisProcess
11:56:52				118/515 - 28/54: Installing method EncoderForSistaV1>>genReturnReceiver
11:56:52				118/515 - 29/54: Installing method EncoderForSistaV1>>genReturnSpecialLiteral:
11:56:52				118/515 - 30/54: Installing method EncoderForSistaV1>>genReturnTop
11:56:52				118/515 - 31/54: Installing method EncoderForSistaV1>>genReturnTopToCaller
11:56:52				118/515 - 32/54: Installing method EncoderForSistaV1>>genSend:numArgs:
11:56:52				118/515 - 33/54: Installing method EncoderForSistaV1>>genSendDirectedSuper:numArgs:
11:56:52				118/515 - 34/54: Installing method EncoderForSistaV1>>genSendSpecial:numArgs:
11:56:52				118/515 - 35/54: Installing method EncoderForSistaV1>>genSendSuper:numArgs:
11:56:52				118/515 - 36/54: Installing method EncoderForSistaV1>>genSignedSingleExtendB:
11:56:52				118/515 - 37/54: Installing method EncoderForSistaV1>>genStoreInstVar:
11:56:52				118/515 - 38/54: Installing method EncoderForSistaV1>>genStoreInstVarLong:
11:56:52				118/515 - 39/54: Installing method EncoderForSistaV1>>genStoreLiteralVar:
11:56:52				118/515 - 40/54: Installing method EncoderForSistaV1>>genStorePopInstVar:
11:56:52				118/515 - 41/54: Installing method EncoderForSistaV1>>genStorePopInstVarLong:
11:56:52				118/515 - 42/54: Installing method EncoderForSistaV1>>genStorePopLiteralVar:
11:56:52				118/515 - 43/54: Installing method EncoderForSistaV1>>genStorePopRemoteTemp:inVectorAt:
11:56:52				118/515 - 44/54: Installing method EncoderForSistaV1>>genStorePopTemp:
11:56:52				118/515 - 45/54: Installing method EncoderForSistaV1>>genStoreRemoteTemp:inVectorAt:
11:56:52				118/515 - 46/54: Installing method EncoderForSistaV1>>genStoreTemp:
11:56:52				118/515 - 47/54: Installing method EncoderForSistaV1>>genTrap
11:56:52				118/515 - 48/54: Installing method EncoderForSistaV1>>genTrapIfNotInstanceOf:
11:56:52				118/515 - 49/54: Installing method EncoderForSistaV1>>genUnsignedMultipleExtendA:
11:56:52				118/515 - 50/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendA:
11:56:52				118/515 - 51/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendB:
11:56:52				118/515 - 52/54: Installing method EncoderForSistaV1>>isSpecialLiteralForPush:
11:56:52				118/515 - 53/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:
11:56:52				118/515 - 54/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
11:56:53				118/515 - 1/44: Installing method EncoderForSistaV1 class>>backJumpBytecodeSize
11:56:53				118/515 - 2/44: Installing method EncoderForSistaV1 class>>bindingReadScanBlockFor:using:
11:56:53				118/515 - 3/44: Installing method EncoderForSistaV1 class>>bindingWriteScanBlockFor:using:
11:56:53				118/515 - 4/44: Installing method EncoderForSistaV1 class>>bytecodeSize:
11:56:53				118/515 - 5/44: Installing method EncoderForSistaV1 class>>callPrimitiveCode
11:56:53				118/515 - 6/44: Installing method EncoderForSistaV1 class>>extensionsAt:in:into:
11:56:53				118/515 - 7/44: Installing method EncoderForSistaV1 class>>extensionsFor:in:into:
11:56:53				118/515 - 8/44: Installing method EncoderForSistaV1 class>>firstSpecialSelectorByte
11:56:53				118/515 - 9/44: Installing method EncoderForSistaV1 class>>instVarReadScanBlockFor:using:
11:56:53				118/515 - 10/44: Installing method EncoderForSistaV1 class>>instVarWriteScanBlockFor:using:
11:56:53				118/515 - 11/44: Installing method EncoderForSistaV1 class>>instructionSizeAt:of:
11:56:53				118/515 - 12/44: Installing method EncoderForSistaV1 class>>interpretNextInstructionFor:in:
11:56:53				118/515 - 13/44: Installing method EncoderForSistaV1 class>>isBlockReturnAt:in:
11:56:53				118/515 - 14/44: Installing method EncoderForSistaV1 class>>isBranchIfFalseAt:in:
11:56:53				118/515 - 15/44: Installing method EncoderForSistaV1 class>>isBranchIfTrueAt:in:
11:56:53				118/515 - 16/44: Installing method EncoderForSistaV1 class>>isCreateBlockAt:in:
11:56:53				118/515 - 17/44: Installing method EncoderForSistaV1 class>>isCreateFullBlock:code:at:
11:56:53				118/515 - 18/44: Installing method EncoderForSistaV1 class>>isCreateFullBlockAt:in:
11:56:53				118/515 - 19/44: Installing method EncoderForSistaV1 class>>isExtension:
11:56:53				118/515 - 20/44: Installing method EncoderForSistaV1 class>>isJumpAt:in:
11:56:53				118/515 - 21/44: Installing method EncoderForSistaV1 class>>isJustPopAt:in:
11:56:53				118/515 - 22/44: Installing method EncoderForSistaV1 class>>isPushTempAt:in:
11:56:53				118/515 - 23/44: Installing method EncoderForSistaV1 class>>isRealSendAt:in:
11:56:53				118/515 - 24/44: Installing method EncoderForSistaV1 class>>isReturnAt:in:
11:56:53				118/515 - 25/44: Installing method EncoderForSistaV1 class>>isReturnTopFromMethodAt:in:
11:56:53				118/515 - 26/44: Installing method EncoderForSistaV1 class>>isSendAt:in:
11:56:53				118/515 - 27/44: Installing method EncoderForSistaV1 class>>isStoreAt:in:
11:56:53				118/515 - 28/44: Installing method EncoderForSistaV1 class>>isStorePopAt:in:
11:56:53				118/515 - 29/44: Installing method EncoderForSistaV1 class>>literalIndexOfBytecodeAt:in:
11:56:53				118/515 - 30/44: Installing method EncoderForSistaV1 class>>literalMethodBytecodes
11:56:53				118/515 - 31/44: Installing method EncoderForSistaV1 class>>markerOrNilFor:
11:56:53				118/515 - 32/44: Installing method EncoderForSistaV1 class>>method:refersInBytecodeToLiteral:specialSelectorIndex:
11:56:53				118/515 - 33/44: Installing method EncoderForSistaV1 class>>methodReturnBytecodes
11:56:53				118/515 - 34/44: Installing method EncoderForSistaV1 class>>nonExtensionBytecodeAt:in:
11:56:53				118/515 - 35/44: Installing method EncoderForSistaV1 class>>prepareMethod:forSimulationWith:
11:56:53				118/515 - 36/44: Installing method EncoderForSistaV1 class>>pushNilByte
11:56:53				118/515 - 37/44: Installing method EncoderForSistaV1 class>>readsSelfFor:
11:56:53				118/515 - 38/44: Installing method EncoderForSistaV1 class>>readsThisContextFor:
11:56:53				118/515 - 39/44: Installing method EncoderForSistaV1 class>>selectorToSendOrItselfFor:in:at:
11:56:53				118/515 - 40/44: Installing method EncoderForSistaV1 class>>sendsToSuperFor:
11:56:53				118/515 - 41/44: Installing method EncoderForSistaV1 class>>specialLiterals
11:56:53				118/515 - 42/44: Installing method EncoderForSistaV1 class>>stackDeltaForPrimitive:in:
11:56:53				118/515 - 43/44: Installing method EncoderForSistaV1 class>>superSendScanBlockUsing:
11:56:53				118/515 - 44/44: Installing method EncoderForSistaV1 class>>unusedBytecode
11:56:53				119/515 - 1/5: Installing method EndianDetector class>>calcEndianness
11:56:53				119/515 - 2/5: Installing method EndianDetector class>>endianness
11:56:53				119/515 - 3/5: Installing method EndianDetector class>>isBigEndian
11:56:53				119/515 - 4/5: Installing method EndianDetector class>>isLittleEndian
11:56:53				119/515 - 5/5: Installing method EndianDetector class>>startUp:
11:56:53				120/515 - 1/1: Installing method EphemeronLayout>>instanceSpecification
11:56:53				120/515 - 1/2: Installing method EphemeronLayout class>>extending:scope:host:
11:56:53				120/515 - 2/2: Installing method EphemeronLayout class>>subclassDefiningSymbol
11:56:53				121/515 - 1/1: Installing method Error>>isResumable
11:56:54				121/515 - 1/1: Installing method Error class>>captureIfSignalledWhenStepping
11:56:54				122/515 - 1/5: Installing method ErrorHandler class>>defaultErrorHandler
11:56:54				122/515 - 2/5: Installing method ErrorHandler class>>defaultErrorHandler:
11:56:54				122/515 - 3/5: Installing method ErrorHandler class>>handleError:
11:56:54				122/515 - 4/5: Installing method ErrorHandler class>>handleNotification:
11:56:54				122/515 - 5/5: Installing method ErrorHandler class>>handleWarning:
11:56:54				123/515 - 1/3: Installing method ErrorHandlerSessionHandler>>handledId
11:56:54				123/515 - 2/3: Installing method ErrorHandlerSessionHandler>>shutdown:
11:56:54				123/515 - 3/3: Installing method ErrorHandlerSessionHandler>>startup:
11:56:54				123/515 - 1/2: Installing method ErrorHandlerSessionHandler class>>initialize
11:56:54				123/515 - 2/2: Installing method ErrorHandlerSessionHandler class>>uniqueInstance
11:56:54				124/515 - 1/1: Installing method ExactFloatPrintPolicy>>absPrint:on:base:
11:56:54				125/515 - 1/38: Installing method Exception>>completeProcess:with:
11:56:54				125/515 - 2/38: Installing method Exception>>defaultAction
11:56:54				125/515 - 3/38: Installing method Exception>>defaultDescription
11:56:54				125/515 - 4/38: Installing method Exception>>defaultResumeValue
11:56:54				125/515 - 5/38: Installing method Exception>>defaultReturnValue
11:56:54				125/515 - 6/38: Installing method Exception>>description
11:56:54				125/515 - 7/38: Installing method Exception>>freeze
11:56:54				125/515 - 8/38: Installing method Exception>>freezeUpTo:
11:56:54				125/515 - 9/38: Installing method Exception>>isDebuggerFailure
11:56:54				125/515 - 10/38: Installing method Exception>>isHandleableBy:
11:56:54				125/515 - 11/38: Installing method Exception>>isNested
11:56:54				125/515 - 12/38: Installing method Exception>>isResumable
11:56:54				125/515 - 13/38: Installing method Exception>>messageText
11:56:55				125/515 - 14/38: Installing method Exception>>messageText:
11:56:55				125/515 - 15/38: Installing method Exception>>originException
11:56:55				125/515 - 16/38: Installing method Exception>>outer
11:56:55				125/515 - 17/38: Installing method Exception>>pass
11:56:55				125/515 - 18/38: Installing method Exception>>printOn:
11:56:55				125/515 - 19/38: Installing method Exception>>privHandlerContext
11:56:55				125/515 - 20/38: Installing method Exception>>privHandlerContext:
11:56:55				125/515 - 21/38: Installing method Exception>>raiseUnhandledError
11:56:55				125/515 - 22/38: Installing method Exception>>receiver
11:56:55				125/515 - 23/38: Installing method Exception>>resignalAs:
11:56:55				125/515 - 24/38: Installing method Exception>>resume
11:56:55				125/515 - 25/38: Installing method Exception>>resume:
11:56:55				125/515 - 26/38: Installing method Exception>>resumeUnchecked:
11:56:55				125/515 - 27/38: Installing method Exception>>return
11:56:55				125/515 - 28/38: Installing method Exception>>return:
11:56:55				125/515 - 29/38: Installing method Exception>>searchFrom:
11:56:55				125/515 - 30/38: Installing method Exception>>signal
11:56:55				125/515 - 31/38: Installing method Exception>>signal:
11:56:55				125/515 - 32/38: Installing method Exception>>signalIn:
11:56:55				125/515 - 33/38: Installing method Exception>>signaler
11:56:55				125/515 - 34/38: Installing method Exception>>signaler:
11:56:55				125/515 - 35/38: Installing method Exception>>signalerContext
11:56:55				125/515 - 36/38: Installing method Exception>>tag
11:56:55				125/515 - 37/38: Installing method Exception>>tag:
11:56:55				125/515 - 38/38: Installing method Exception>>unhandledErrorAction
11:56:55				125/515 - 1/9: Installing method Exception class>>,
11:56:55				125/515 - 2/9: Installing method Exception class>>-
11:56:55				125/515 - 3/9: Installing method Exception class>>captureIfSignalledWhenStepping
11:56:55				125/515 - 4/9: Installing method Exception class>>handles:
11:56:55				125/515 - 5/9: Installing method Exception class>>signal
11:56:55				125/515 - 6/9: Installing method Exception class>>signal:
11:56:55				125/515 - 7/9: Installing method Exception class>>signal:in:
11:56:55				125/515 - 8/9: Installing method Exception class>>signal:withTag:
11:56:55				125/515 - 9/9: Installing method Exception class>>signalIn:
11:56:55				126/515 - 1/5: Installing method ExceptionSet>>,
11:56:55				126/515 - 2/5: Installing method ExceptionSet>>-
11:56:55				126/515 - 3/5: Installing method ExceptionSet>>add:
11:56:55				126/515 - 4/5: Installing method ExceptionSet>>handles:
11:56:55				126/515 - 5/5: Installing method ExceptionSet>>initialize
11:56:55				127/515 - 1/4: Installing method ExceptionSetWithExclusions>>-
11:56:55				127/515 - 2/4: Installing method ExceptionSetWithExclusions>>addExclusion:
11:56:55				127/515 - 3/4: Installing method ExceptionSetWithExclusions>>handles:
11:56:55				127/515 - 4/4: Installing method ExceptionSetWithExclusions>>initialize
11:56:55				128/515 - 1/5: Installing method ExecutionEnvironment>>activated
11:56:55				128/515 - 2/5: Installing method ExecutionEnvironment>>beActiveDuring:
11:56:55				128/515 - 3/5: Installing method ExecutionEnvironment>>deactivated
11:56:55				128/515 - 4/5: Installing method ExecutionEnvironment>>isTest
11:56:55				128/515 - 5/5: Installing method ExecutionEnvironment>>prepareForNewProcess:
11:56:55				129/515 - 1/6: Installing method Exit>>defaultAction
11:56:55				129/515 - 2/6: Installing method Exit>>isSuccess
11:56:55				129/515 - 3/6: Installing method Exit>>printMessage
11:56:55				129/515 - 4/6: Installing method Exit>>printOn:
11:56:55				129/515 - 5/6: Installing method Exit>>status
11:56:55				129/515 - 6/6: Installing method Exit>>status:
11:56:55				129/515 - 1/7: Installing method Exit class>>failure
11:56:55				129/515 - 2/7: Installing method Exit class>>signalFailure
11:56:55				129/515 - 3/7: Installing method Exit class>>signalFailure:
11:56:55				129/515 - 4/7: Installing method Exit class>>signalSuccess
11:56:55				129/515 - 5/7: Installing method Exit class>>signalSuccess:
11:56:55				129/515 - 6/7: Installing method Exit class>>status:
11:56:55				129/515 - 7/7: Installing method Exit class>>success
11:56:55				130/515 - 1/6: Installing method ExpressionEvaluated>>context
11:56:55				130/515 - 2/6: Installing method ExpressionEvaluated>>context:
11:56:55				130/515 - 3/6: Installing method ExpressionEvaluated>>expression
11:56:55				130/515 - 4/6: Installing method ExpressionEvaluated>>expressionEvaluated
11:56:55				130/515 - 5/6: Installing method ExpressionEvaluated>>expressionEvaluated:
11:56:55				130/515 - 6/6: Installing method ExpressionEvaluated>>item
11:56:55				130/515 - 1/2: Installing method ExpressionEvaluated class>>expression:
11:56:55				130/515 - 2/2: Installing method ExpressionEvaluated class>>expression:context:
11:56:55				131/515 - 1/3: Installing method ExtensionPointsOwningPackageNotification>>messageText
11:56:55				131/515 - 2/3: Installing method ExtensionPointsOwningPackageNotification>>packageName
11:56:55				131/515 - 3/3: Installing method ExtensionPointsOwningPackageNotification>>packageName:
11:56:55				131/515 - 1/1: Installing method ExtensionPointsOwningPackageNotification class>>signalFor:
11:56:56				132/515 - 1/18: Installing method ExternalAddress>>+
11:56:56				132/515 - 2/18: Installing method ExternalAddress>>=
11:56:56				132/515 - 3/18: Installing method ExternalAddress>>asByteArrayPointer
11:56:56				132/515 - 4/18: Installing method ExternalAddress>>asExternalPointer
11:56:56				132/515 - 5/18: Installing method ExternalAddress>>asInteger
11:56:56				132/515 - 6/18: Installing method ExternalAddress>>beNull
11:56:56				132/515 - 7/18: Installing method ExternalAddress>>byteAt:
11:56:56				132/515 - 8/18: Installing method ExternalAddress>>byteAt:put:
11:56:56				132/515 - 9/18: Installing method ExternalAddress>>bytesFromCString
11:56:56				132/515 - 10/18: Installing method ExternalAddress>>clone
11:56:56				132/515 - 11/18: Installing method ExternalAddress>>finalize
11:56:56				132/515 - 12/18: Installing method ExternalAddress>>free
11:56:56				132/515 - 13/18: Installing method ExternalAddress>>fromInteger:
11:56:56				132/515 - 14/18: Installing method ExternalAddress>>isExternalAddress
11:56:56				132/515 - 15/18: Installing method ExternalAddress>>isNull
11:56:56				132/515 - 16/18: Installing method ExternalAddress>>printOn:
11:56:56				132/515 - 17/18: Installing method ExternalAddress>>shallowCopy
11:56:56				132/515 - 18/18: Installing method ExternalAddress>>utf8StringFromCString
11:56:56				132/515 - 1/10: Installing method ExternalAddress class>>allocate:
11:56:56				132/515 - 2/10: Installing method ExternalAddress class>>allocate:allocate:during:
11:56:56				132/515 - 3/10: Installing method ExternalAddress class>>allocate:bytesDuring:
11:56:56				132/515 - 4/10: Installing method ExternalAddress class>>allocateMemoryOfSizes:during:
11:56:56				132/515 - 5/10: Installing method ExternalAddress class>>gcallocate:
11:56:56				132/515 - 6/10: Installing method ExternalAddress class>>loadSymbol:module:
11:56:56				132/515 - 7/10: Installing method ExternalAddress class>>new
11:56:56				132/515 - 8/10: Installing method ExternalAddress class>>new:
11:56:56				132/515 - 9/10: Installing method ExternalAddress class>>startUp:
11:56:56				132/515 - 10/10: Installing method ExternalAddress class>>wordSize
11:56:56				133/515 - 1/4: Installing method ExternalData>>bytesFromCString
11:56:56				133/515 - 2/4: Installing method ExternalData>>printOn:
11:56:56				133/515 - 3/4: Installing method ExternalData>>setHandle:type:
11:56:56				133/515 - 4/4: Installing method ExternalData>>utf8StringFromCString
11:56:56				133/515 - 1/4: Installing method ExternalData class>>compileFields
11:56:56				133/515 - 2/4: Installing method ExternalData class>>fields
11:56:56				133/515 - 3/4: Installing method ExternalData class>>fromHandle:type:
11:56:56				133/515 - 4/4: Installing method ExternalData class>>new
11:56:56				134/515 - 1/4: Installing method ExternalObject>>getHandle
11:56:56				134/515 - 2/4: Installing method ExternalObject>>isExternalAddress
11:56:56				134/515 - 3/4: Installing method ExternalObject>>isNull
11:56:56				134/515 - 4/4: Installing method ExternalObject>>setHandle:
11:56:56				134/515 - 1/5: Installing method ExternalObject class>>initialize
11:56:56				134/515 - 2/5: Installing method ExternalObject class>>install
11:56:56				134/515 - 3/5: Installing method ExternalObject class>>installSubclasses
11:56:56				134/515 - 4/5: Installing method ExternalObject class>>null
11:56:56				134/515 - 5/5: Installing method ExternalObject class>>startUp:
11:56:57				135/515 - 1/12: Installing method ExternalSemaphoreTable class>>clearExternalObjects
11:56:57				135/515 - 2/12: Installing method ExternalSemaphoreTable class>>collectionBasedOn:withRoomFor:
11:56:57				135/515 - 3/12: Installing method ExternalSemaphoreTable class>>externalObjects
11:56:57				135/515 - 4/12: Installing method ExternalSemaphoreTable class>>freedSlotsIn:ratherThanIncreaseSizeTo:
11:56:57				135/515 - 5/12: Installing method ExternalSemaphoreTable class>>initialize
11:56:57				135/515 - 6/12: Installing method ExternalSemaphoreTable class>>privateRegisterExternalObject:
11:56:57				135/515 - 7/12: Installing method ExternalSemaphoreTable class>>privateUnregisterExternalObject:
11:56:57				135/515 - 8/12: Installing method ExternalSemaphoreTable class>>registerExternalObject:
11:56:57				135/515 - 9/12: Installing method ExternalSemaphoreTable class>>slotFor:in:
11:56:57				135/515 - 10/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects
11:56:57				135/515 - 11/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects:
11:56:57				135/515 - 12/12: Installing method ExternalSemaphoreTable class>>unregisterExternalObject:
11:56:57				136/515 - 1/2: Installing method ExternalStructure>>compositeName
11:56:57				136/515 - 2/2: Installing method ExternalStructure>>free
11:56:57				136/515 - 1/31: Installing method ExternalStructure class>>byteSize
11:56:57				136/515 - 2/31: Installing method ExternalStructure class>>checkFieldLayoutChange
11:56:57				136/515 - 3/31: Installing method ExternalStructure class>>compileAlias:withAccessors:
11:56:57				136/515 - 4/31: Installing method ExternalStructure class>>compileAllFields
11:56:57				136/515 - 5/31: Installing method ExternalStructure class>>compileFields
11:56:57				136/515 - 6/31: Installing method ExternalStructure class>>compileFields:
11:56:57				136/515 - 7/31: Installing method ExternalStructure class>>compileFields:withAccessors:
11:56:58				136/515 - 8/31: Installing method ExternalStructure class>>compiledSpec
11:56:58				136/515 - 9/31: Installing method ExternalStructure class>>compositeName
11:56:58				136/515 - 10/31: Installing method ExternalStructure class>>defineAliasAccessorsFor:type:
11:56:58				136/515 - 11/31: Installing method ExternalStructure class>>defineFieldAccessorsFor:startingAt:type:
11:56:58				136/515 - 12/31: Installing method ExternalStructure class>>defineFields
11:56:58				136/515 - 13/31: Installing method ExternalStructure class>>defineFields:
11:56:58				136/515 - 14/31: Installing method ExternalStructure class>>doneCompiling
11:56:58				136/515 - 15/31: Installing method ExternalStructure class>>externalNew
11:56:58				136/515 - 16/31: Installing method ExternalStructure class>>externalType
11:56:58				136/515 - 17/31: Installing method ExternalStructure class>>fields
11:56:58				136/515 - 18/31: Installing method ExternalStructure class>>fileOutInitializerOn:
11:56:58				136/515 - 19/31: Installing method ExternalStructure class>>fileOutOn:moveSource:toFile:initializing:
11:56:58				136/515 - 20/31: Installing method ExternalStructure class>>fromHandle:
11:56:58				136/515 - 21/31: Installing method ExternalStructure class>>install
11:56:58				136/515 - 22/31: Installing method ExternalStructure class>>maybeCompileAccessor:withSelector:
11:56:58				136/515 - 23/31: Installing method ExternalStructure class>>new
11:56:58				136/515 - 24/31: Installing method ExternalStructure class>>obsolete
11:56:58				136/515 - 25/31: Installing method ExternalStructure class>>pointerSize
11:56:58				136/515 - 26/31: Installing method ExternalStructure class>>recompileStructures
11:56:58				136/515 - 27/31: Installing method ExternalStructure class>>rename:
11:56:58				136/515 - 28/31: Installing method ExternalStructure class>>shouldGenerate:policy:
11:56:58				136/515 - 29/31: Installing method ExternalStructure class>>sortStructs:into:
11:56:58				136/515 - 30/31: Installing method ExternalStructure class>>typeNamesFromWhichIDepend
11:56:58				136/515 - 31/31: Installing method ExternalStructure class>>typedef
11:56:58				137/515 - 1/30: Installing method ExternalType>>asNonPointerType
11:56:58				137/515 - 2/30: Installing method ExternalType>>asPointerType
11:56:58				137/515 - 3/30: Installing method ExternalType>>asPointerType:
11:56:58				137/515 - 4/30: Installing method ExternalType>>atomicType
11:56:58				137/515 - 5/30: Installing method ExternalType>>byteSize
11:56:58				137/515 - 6/30: Installing method ExternalType>>compiledSpec
11:56:58				137/515 - 7/30: Installing method ExternalType>>compiledSpec:
11:56:58				137/515 - 8/30: Installing method ExternalType>>embeddedSpecWithSize:
11:56:58				137/515 - 9/30: Installing method ExternalType>>externalTypeName
11:56:58				137/515 - 10/30: Installing method ExternalType>>headerWord
11:56:58				137/515 - 11/30: Installing method ExternalType>>isAtomic
11:56:58				137/515 - 12/30: Installing method ExternalType>>isIntegerType
11:56:58				137/515 - 13/30: Installing method ExternalType>>isPointerType
11:56:58				137/515 - 14/30: Installing method ExternalType>>isSigned
11:56:58				137/515 - 15/30: Installing method ExternalType>>isStructureType
11:56:58				137/515 - 16/30: Installing method ExternalType>>isUnsigned
11:56:58				137/515 - 17/30: Installing method ExternalType>>isVoid
11:56:58				137/515 - 18/30: Installing method ExternalType>>newReferentClass:
11:56:58				137/515 - 19/30: Installing method ExternalType>>pointerSize
11:56:58				137/515 - 20/30: Installing method ExternalType>>pointerSize:
11:56:59				137/515 - 21/30: Installing method ExternalType>>printAtomicType:on:
11:56:59				137/515 - 22/30: Installing method ExternalType>>printOn:
11:56:59				137/515 - 23/30: Installing method ExternalType>>printStructureFieldStartingAt:withName:inClass:on:indent:
11:56:59				137/515 - 24/30: Installing method ExternalType>>printTypedefOn:
11:56:59				137/515 - 25/30: Installing method ExternalType>>readFieldAt:
11:56:59				137/515 - 26/30: Installing method ExternalType>>referentClass
11:56:59				137/515 - 27/30: Installing method ExternalType>>setReferencedType:
11:56:59				137/515 - 28/30: Installing method ExternalType>>storeOn:
11:56:59				137/515 - 29/30: Installing method ExternalType>>typedef
11:56:59				137/515 - 30/30: Installing method ExternalType>>writeFieldAt:with:
11:56:59				137/515 - 1/39: Installing method ExternalType class>>atomicTypeNamed:
11:56:59				137/515 - 2/39: Installing method ExternalType class>>bool
11:56:59				137/515 - 3/39: Installing method ExternalType class>>byte
11:56:59				137/515 - 4/39: Installing method ExternalType class>>char
11:56:59				137/515 - 5/39: Installing method ExternalType class>>cleanupUnusedTypes
11:56:59				137/515 - 6/39: Installing method ExternalType class>>double
11:56:59				137/515 - 7/39: Installing method ExternalType class>>float
11:56:59				137/515 - 8/39: Installing method ExternalType class>>forceTypeNamed:
11:56:59				137/515 - 9/39: Installing method ExternalType class>>initialize
11:56:59				137/515 - 10/39: Installing method ExternalType class>>initializeAtomicTypes
11:56:59				137/515 - 11/39: Installing method ExternalType class>>initializeDefaultTypes
11:56:59				137/515 - 12/39: Installing method ExternalType class>>initializeFFIConstants
11:56:59				137/515 - 13/39: Installing method ExternalType class>>initializeStructureTypes
11:56:59				137/515 - 14/39: Installing method ExternalType class>>long
11:56:59				137/515 - 15/39: Installing method ExternalType class>>new
11:56:59				137/515 - 16/39: Installing method ExternalType class>>newTypeNamed:force:
11:56:59				137/515 - 17/39: Installing method ExternalType class>>noticeModificationOf:
11:56:59				137/515 - 18/39: Installing method ExternalType class>>noticeRemovalOf:
11:56:59				137/515 - 19/39: Installing method ExternalType class>>noticeRenamingOf:from:to:
11:56:59				137/515 - 20/39: Installing method ExternalType class>>pointerSpec
11:56:59				137/515 - 21/39: Installing method ExternalType class>>sbyte
11:56:59				137/515 - 22/39: Installing method ExternalType class>>schar
11:56:59				137/515 - 23/39: Installing method ExternalType class>>short
11:56:59				137/515 - 24/39: Installing method ExternalType class>>signedByte
11:56:59				137/515 - 25/39: Installing method ExternalType class>>signedChar
11:56:59				137/515 - 26/39: Installing method ExternalType class>>signedLong
11:56:59				137/515 - 27/39: Installing method ExternalType class>>signedLongLong
11:56:59				137/515 - 28/39: Installing method ExternalType class>>signedShort
11:56:59				137/515 - 29/39: Installing method ExternalType class>>string
11:56:59				137/515 - 30/39: Installing method ExternalType class>>structTypeNamed:
11:56:59				137/515 - 31/39: Installing method ExternalType class>>structureSpec
11:56:59				137/515 - 32/39: Installing method ExternalType class>>ulong
11:56:59				137/515 - 33/39: Installing method ExternalType class>>unsignedByte
11:56:59				137/515 - 34/39: Installing method ExternalType class>>unsignedChar
11:56:59				137/515 - 35/39: Installing method ExternalType class>>unsignedLong
11:56:59				137/515 - 36/39: Installing method ExternalType class>>unsignedLongLong
11:56:59				137/515 - 37/39: Installing method ExternalType class>>unsignedShort
11:56:59				137/515 - 38/39: Installing method ExternalType class>>ushort
11:56:59				137/515 - 39/39: Installing method ExternalType class>>void
11:56:59				138/515 - 1/2: Installing method ExternalUnion class>>compileFields:withAccessors:
11:56:59				138/515 - 2/2: Installing method ExternalUnion class>>compositeName
11:57:00				139/515 - 1/9: Installing method FFIBackend>>allocate:
11:57:00				139/515 - 2/9: Installing method FFIBackend>>free:
11:57:00				139/515 - 3/9: Installing method FFIBackend>>integerOfObject:at:put:size:signed:
11:57:00				139/515 - 4/9: Installing method FFIBackend>>integerOfObject:at:size:signed:
11:57:00				139/515 - 5/9: Installing method FFIBackend>>loadSymbol:module:
11:57:00				139/515 - 6/9: Installing method FFIBackend>>on:float32At:
11:57:00				139/515 - 7/9: Installing method FFIBackend>>on:float32At:put:
11:57:00				139/515 - 8/9: Installing method FFIBackend>>on:float64At:
11:57:00				139/515 - 9/9: Installing method FFIBackend>>on:float64At:put:
11:57:00				139/515 - 1/5: Installing method FFIBackend class>>current
11:57:00				139/515 - 2/5: Installing method FFIBackend class>>detectFFIBackend
11:57:00				139/515 - 3/5: Installing method FFIBackend class>>isAvailable
11:57:00				139/515 - 4/5: Installing method FFIBackend class>>reset
11:57:00				139/515 - 5/5: Installing method FFIBackend class>>startUp:
11:57:00				140/515 - 1/4: Installing method FFIConstants class>>initialize
11:57:00				140/515 - 2/4: Installing method FFIConstants class>>initializeCallingConventions
11:57:00				140/515 - 3/4: Installing method FFIConstants class>>initializeErrorConstants
11:57:00				140/515 - 4/4: Installing method FFIConstants class>>initializeTypeConstants
11:57:00				141/515 - 1/12: Installing method False>>&
11:57:00				141/515 - 2/12: Installing method False>>and:
11:57:00				141/515 - 3/12: Installing method False>>asBit
11:57:00				141/515 - 4/12: Installing method False>>ifFalse:
11:57:00				141/515 - 5/12: Installing method False>>ifFalse:ifTrue:
11:57:00				141/515 - 6/12: Installing method False>>ifTrue:
11:57:00				141/515 - 7/12: Installing method False>>ifTrue:ifFalse:
11:57:00				141/515 - 8/12: Installing method False>>not
11:57:00				141/515 - 9/12: Installing method False>>or:
11:57:00				141/515 - 10/12: Installing method False>>printOn:
11:57:00				141/515 - 11/12: Installing method False>>xor:
11:57:00				141/515 - 12/12: Installing method False>>|
11:57:00				142/515 - 1/18: Installing method File>>basename
11:57:00				142/515 - 2/18: Installing method File>>basicOpenForWrite:
11:57:00				142/515 - 3/18: Installing method File>>checkDoesNotExist
11:57:00				142/515 - 4/18: Installing method File>>checkWritableFilesystem
11:57:00				142/515 - 5/18: Installing method File>>delete
11:57:00				142/515 - 6/18: Installing method File>>exists
11:57:00				142/515 - 7/18: Installing method File>>name
11:57:00				142/515 - 8/18: Installing method File>>named:
11:57:00				142/515 - 9/18: Installing method File>>openForAppend
11:57:00				142/515 - 10/18: Installing method File>>openForRead
11:57:00				142/515 - 11/18: Installing method File>>openForWrite
11:57:00				142/515 - 12/18: Installing method File>>openForWrite:
11:57:00				142/515 - 13/18: Installing method File>>readStream
11:57:00				142/515 - 14/18: Installing method File>>readStreamDo:
11:57:00				142/515 - 15/18: Installing method File>>size
11:57:00				142/515 - 16/18: Installing method File>>unregister
11:57:00				142/515 - 17/18: Installing method File>>writeStream
11:57:00				142/515 - 18/18: Installing method File>>writeStreamDo:
11:57:08				142/515 - 1/107: Installing method File class>>atEnd:
11:57:08				142/515 - 2/107: Installing method File class>>cantAllocateMemory
11:57:08				142/515 - 3/107: Installing method File class>>cantOpenDir
11:57:08				142/515 - 4/107: Installing method File class>>cantReadlink
11:57:08				142/515 - 5/107: Installing method File class>>cantStatPath
11:57:08				142/515 - 6/107: Installing method File class>>close:
11:57:08				142/515 - 7/107: Installing method File class>>closed:
11:57:08				142/515 - 8/107: Installing method File class>>connectToFile:writable:
11:57:08				142/515 - 9/107: Installing method File class>>connectToFileDescriptor:writable:
11:57:08				142/515 - 10/107: Installing method File class>>corruptValue
11:57:08				142/515 - 11/107: Installing method File class>>createDirectory:
11:57:08				142/515 - 12/107: Installing method File class>>decodePathString:
11:57:08				142/515 - 13/107: Installing method File class>>deleteDirectory:
11:57:08				142/515 - 14/107: Installing method File class>>deleteFile:
11:57:08				142/515 - 15/107: Installing method File class>>delimiter
11:57:08				142/515 - 16/107: Installing method File class>>encodePathString:
11:57:08				142/515 - 17/107: Installing method File class>>exists:
11:57:08				142/515 - 18/107: Installing method File class>>file:posixPermissions:
11:57:08				142/515 - 19/107: Installing method File class>>file:symlinkUid:gid:
11:57:08				142/515 - 20/107: Installing method File class>>file:uid:gid:
11:57:08				142/515 - 21/107: Installing method File class>>fileAttribute:number:
11:57:08				142/515 - 22/107: Installing method File class>>fileAttributeNumberMap
11:57:08				142/515 - 23/107: Installing method File class>>fileAttributes:mask:
11:57:08				142/515 - 24/107: Installing method File class>>fileAttributesVersionString
11:57:08				142/515 - 25/107: Installing method File class>>fileDescriptorIsAvailable:
11:57:08				142/515 - 26/107: Installing method File class>>fileDescriptorType:
11:57:08				142/515 - 27/107: Installing method File class>>flush:
11:57:08				142/515 - 28/107: Installing method File class>>fromPlatformPath:
11:57:08				142/515 - 29/107: Installing method File class>>getAttributesFailed
11:57:08				142/515 - 30/107: Installing method File class>>getMacFile:type:creator:
11:57:08				142/515 - 31/107: Installing method File class>>getPosition:
11:57:08				142/515 - 32/107: Installing method File class>>initialize
11:57:08				142/515 - 33/107: Installing method File class>>invalidArguments
11:57:08				142/515 - 34/107: Installing method File class>>isBlock:
11:57:08				142/515 - 35/107: Installing method File class>>isCharacter:
11:57:08				142/515 - 36/107: Installing method File class>>isDirectory:
11:57:08				142/515 - 37/107: Installing method File class>>isExecutable:
11:57:08				142/515 - 38/107: Installing method File class>>isFIFO:
11:57:08				142/515 - 39/107: Installing method File class>>isFile:
11:57:09				142/515 - 40/107: Installing method File class>>isReadable:
11:57:09				142/515 - 41/107: Installing method File class>>isRegular:
11:57:09				142/515 - 42/107: Installing method File class>>isSocket:
11:57:09				142/515 - 43/107: Installing method File class>>isSymlink:
11:57:09				142/515 - 44/107: Installing method File class>>isWritable:
11:57:09				142/515 - 45/107: Installing method File class>>lookupDirectory:filename:
11:57:09				142/515 - 46/107: Installing method File class>>lookupEntryIn:index:
11:57:09				142/515 - 47/107: Installing method File class>>modeIsBlock:
11:57:09				142/515 - 48/107: Installing method File class>>modeIsCharacter:
11:57:09				142/515 - 49/107: Installing method File class>>modeIsDirectory:
11:57:09				142/515 - 50/107: Installing method File class>>modeIsFIFO:
11:57:09				142/515 - 51/107: Installing method File class>>modeIsRegular:
11:57:09				142/515 - 52/107: Installing method File class>>modeIsSocket:
11:57:09				142/515 - 53/107: Installing method File class>>modeIsSymlink:
11:57:09				142/515 - 54/107: Installing method File class>>modeOf:
11:57:09				142/515 - 55/107: Installing method File class>>named:
11:57:09				142/515 - 56/107: Installing method File class>>open:writable:
11:57:09				142/515 - 57/107: Installing method File class>>openForReadFileNamed:
11:57:09				142/515 - 58/107: Installing method File class>>openForWriteFileNamed:
11:57:09				142/515 - 59/107: Installing method File class>>posixPermissions:
11:57:09				142/515 - 60/107: Installing method File class>>primClosedir:
11:57:09				142/515 - 61/107: Installing method File class>>primDeleteFile:
11:57:09				142/515 - 62/107: Installing method File class>>primExists:
11:57:09				142/515 - 63/107: Installing method File class>>primFile:posixPermissions:
11:57:09				142/515 - 64/107: Installing method File class>>primFile:symlinkUid:gid:
11:57:09				142/515 - 65/107: Installing method File class>>primFile:uid:gid:
11:57:09				142/515 - 66/107: Installing method File class>>primFileAttribute:number:
11:57:09				142/515 - 67/107: Installing method File class>>primFileAttributes:mask:
11:57:09				142/515 - 68/107: Installing method File class>>primFileMasks
11:57:09				142/515 - 69/107: Installing method File class>>primFromPlatformPath:
11:57:09				142/515 - 70/107: Installing method File class>>primLogicalDrives
11:57:09				142/515 - 71/107: Installing method File class>>primOpendir:
11:57:09				142/515 - 72/107: Installing method File class>>primPathMax
11:57:09				142/515 - 73/107: Installing method File class>>primReaddir:
11:57:09				142/515 - 74/107: Installing method File class>>primRewinddir:
11:57:09				142/515 - 75/107: Installing method File class>>primToPlatformPath:
11:57:09				142/515 - 76/107: Installing method File class>>primitiveWaitForDataOn:signalling:
11:57:09				142/515 - 77/107: Installing method File class>>read:into:startingAt:count:
11:57:09				142/515 - 78/107: Installing method File class>>register:
11:57:09				142/515 - 79/107: Installing method File class>>registry
11:57:09				142/515 - 80/107: Installing method File class>>rename:to:
11:57:09				142/515 - 81/107: Installing method File class>>reset
11:57:09				142/515 - 82/107: Installing method File class>>retryWithGC:until:forFileNamed:
11:57:09				142/515 - 83/107: Installing method File class>>s_IFBLK
11:57:09				142/515 - 84/107: Installing method File class>>s_IFCHR
11:57:09				142/515 - 85/107: Installing method File class>>s_IFDIR
11:57:09				142/515 - 86/107: Installing method File class>>s_IFIFO
11:57:09				142/515 - 87/107: Installing method File class>>s_IFLNK
11:57:09				142/515 - 88/107: Installing method File class>>s_IFMT
11:57:09				142/515 - 89/107: Installing method File class>>s_IFREG
11:57:09				142/515 - 90/107: Installing method File class>>s_IFSOCK
11:57:09				142/515 - 91/107: Installing method File class>>setPosition:to:
11:57:09				142/515 - 92/107: Installing method File class>>signalError:for:
11:57:09				142/515 - 93/107: Installing method File class>>sizeOf:
11:57:09				142/515 - 94/107: Installing method File class>>sizeOrNil:
11:57:09				142/515 - 95/107: Installing method File class>>startUp:
11:57:09				142/515 - 96/107: Installing method File class>>statFailed
11:57:09				142/515 - 97/107: Installing method File class>>stdioHandles
11:57:09				142/515 - 98/107: Installing method File class>>stdioIsAvailable
11:57:09				142/515 - 99/107: Installing method File class>>stringTooLong
11:57:09				142/515 - 100/107: Installing method File class>>sync:
11:57:09				142/515 - 101/107: Installing method File class>>timeConversionFailed
11:57:09				142/515 - 102/107: Installing method File class>>toPlatformPath:
11:57:09				142/515 - 103/107: Installing method File class>>truncate:to:
11:57:09				142/515 - 104/107: Installing method File class>>unexpectedError
11:57:09				142/515 - 105/107: Installing method File class>>unregister:
11:57:09				142/515 - 106/107: Installing method File class>>unsupportedOperation
11:57:09				142/515 - 107/107: Installing method File class>>write:from:startingAt:count:
11:57:09				143/515 - 1/3: Installing method FileAlreadyExistsException>>file
11:57:09				143/515 - 2/3: Installing method FileAlreadyExistsException>>file:
11:57:09				143/515 - 3/3: Installing method FileAlreadyExistsException>>messageText
11:57:09				143/515 - 1/1: Installing method FileAlreadyExistsException class>>signalOnFile:
11:57:09				144/515 - 1/2: Installing method FileDoesNotExistException>>readOnly
11:57:09				144/515 - 2/2: Installing method FileDoesNotExistException>>readOnly:
11:57:10				144/515 - 1/1: Installing method FileDoesNotExistException class>>signalWithFile:writeMode:
11:57:10				145/515 - 1/4: Installing method FileException>>fileName
11:57:10				145/515 - 2/4: Installing method FileException>>fileName:
11:57:10				145/515 - 3/4: Installing method FileException>>isResumable
11:57:10				145/515 - 4/4: Installing method FileException>>messageText
11:57:10				145/515 - 1/3: Installing method FileException class>>fileName:
11:57:10				145/515 - 2/3: Installing method FileException class>>signalOnFile:
11:57:10				145/515 - 3/3: Installing method FileException class>>signalWith:
11:57:10				146/515 - 1/2: Installing method FilePathEncoder class>>decode:
11:57:10				146/515 - 2/2: Installing method FilePathEncoder class>>encode:
11:57:10				148/515 - 1/8: Installing method FinalizationProcess class>>finalizationProcess
11:57:10				148/515 - 2/8: Installing method FinalizationProcess class>>initialize
11:57:10				148/515 - 3/8: Installing method FinalizationProcess class>>mournLoopWith:
11:57:10				148/515 - 4/8: Installing method FinalizationProcess class>>primitiveFetchMourner
11:57:10				148/515 - 5/8: Installing method FinalizationProcess class>>restartFinalizationProcess
11:57:10				148/515 - 6/8: Installing method FinalizationProcess class>>restartMethods
11:57:10				148/515 - 7/8: Installing method FinalizationProcess class>>runningFinalizationProcess
11:57:10				148/515 - 8/8: Installing method FinalizationProcess class>>startUp:
11:57:10				149/515 - 1/20: Installing method FinalizationRegistry>>add:
11:57:10				149/515 - 2/20: Installing method FinalizationRegistry>>add:finalizer:
11:57:10				149/515 - 3/20: Installing method FinalizationRegistry>>ephemeronAtKey:
11:57:10				149/515 - 4/20: Installing method FinalizationRegistry>>ephemeronAtKey:ifAbsent:
11:57:10				149/515 - 5/20: Installing method FinalizationRegistry>>errorHandler
11:57:10				149/515 - 6/20: Installing method FinalizationRegistry>>errorHandler:
11:57:10				149/515 - 7/20: Installing method FinalizationRegistry>>finalizeEphemeron:
11:57:10				149/515 - 8/20: Installing method FinalizationRegistry>>handleErrorsDuring:
11:57:10				149/515 - 9/20: Installing method FinalizationRegistry>>includes:
11:57:10				149/515 - 10/20: Installing method FinalizationRegistry>>initialize
11:57:10				149/515 - 11/20: Installing method FinalizationRegistry>>isEmpty
11:57:10				149/515 - 12/20: Installing method FinalizationRegistry>>keys
11:57:10				149/515 - 13/20: Installing method FinalizationRegistry>>postCopy
11:57:10				149/515 - 14/20: Installing method FinalizationRegistry>>protected:
11:57:10				149/515 - 15/20: Installing method FinalizationRegistry>>remove:
11:57:10				149/515 - 16/20: Installing method FinalizationRegistry>>remove:ifAbsent:
11:57:10				149/515 - 17/20: Installing method FinalizationRegistry>>removeEphemeron:
11:57:10				149/515 - 18/20: Installing method FinalizationRegistry>>size
11:57:10				149/515 - 19/20: Installing method FinalizationRegistry>>values
11:57:10				149/515 - 20/20: Installing method FinalizationRegistry>>valuesDo:
11:57:10				149/515 - 1/1: Installing method FinalizationRegistry class>>default
11:57:10				150/515 - 1/5: Installing method FinalizationRegistryEntry>>container
11:57:10				150/515 - 2/5: Installing method FinalizationRegistryEntry>>container:
11:57:10				150/515 - 3/5: Installing method FinalizationRegistryEntry>>link
11:57:10				150/515 - 4/5: Installing method FinalizationRegistryEntry>>link:
11:57:10				150/515 - 5/5: Installing method FinalizationRegistryEntry>>mourn
11:57:10				150/515 - 1/1: Installing method FinalizationRegistryEntry class>>key:value:container:
11:57:10				151/515 - 1/2: Installing method FixedLayout>>instanceSpecification
11:57:10				151/515 - 2/2: Installing method FixedLayout>>isFixedLayout
11:57:10				151/515 - 1/1: Installing method FixedLayout class>>extending:scope:host:
11:57:11				152/515 - 1/42: Installing method Float>>abs
11:57:11				152/515 - 2/42: Installing method Float>>absPrintExactlyOn:base:
11:57:11				152/515 - 3/42: Installing method Float>>absPrintInexactlyOn:base:
11:57:11				152/515 - 4/42: Installing method Float>>absPrintOn:base:digitCount:
11:57:11				152/515 - 5/42: Installing method Float>>adaptToFraction:andCompare:
11:57:11				152/515 - 6/42: Installing method Float>>adaptToFraction:andSend:
11:57:11				152/515 - 7/42: Installing method Float>>adaptToInteger:andCompare:
11:57:11				152/515 - 8/42: Installing method Float>>adaptToInteger:andSend:
11:57:11				152/515 - 9/42: Installing method Float>>asApproximateFraction
11:57:11				152/515 - 10/42: Installing method Float>>asApproximateFractionAtOrder:
11:57:11				152/515 - 11/42: Installing method Float>>asFloat
11:57:11				152/515 - 12/42: Installing method Float>>asFraction
11:57:11				152/515 - 13/42: Installing method Float>>asMinimalDecimalFraction
11:57:11				152/515 - 14/42: Installing method Float>>asScaledDecimal
11:57:11				152/515 - 15/42: Installing method Float>>asTrueFraction
11:57:11				152/515 - 16/42: Installing method Float>>at:
11:57:11				152/515 - 17/42: Installing method Float>>at:put:
11:57:11				152/515 - 18/42: Installing method Float>>basicAt:
11:57:11				152/515 - 19/42: Installing method Float>>basicAt:put:
11:57:11				152/515 - 20/42: Installing method Float>>deepCopy
11:57:11				152/515 - 21/42: Installing method Float>>exponent
11:57:11				152/515 - 22/42: Installing method Float>>floorLog:
11:57:11				152/515 - 23/42: Installing method Float>>hash
11:57:11				152/515 - 24/42: Installing method Float>>isFinite
11:57:11				152/515 - 25/42: Installing method Float>>isFloat
11:57:11				152/515 - 26/42: Installing method Float>>isInfinite
11:57:11				152/515 - 27/42: Installing method Float>>isLiteral
11:57:11				152/515 - 28/42: Installing method Float>>isNaN
11:57:11				152/515 - 29/42: Installing method Float>>isPowerOfTwo
11:57:11				152/515 - 30/42: Installing method Float>>isSelfEvaluating
11:57:11				152/515 - 31/42: Installing method Float>>isZero
11:57:11				152/515 - 32/42: Installing method Float>>literalEqual:
11:57:11				152/515 - 33/42: Installing method Float>>negated
11:57:11				152/515 - 34/42: Installing method Float>>printOn:base:
11:57:11				152/515 - 35/42: Installing method Float>>reciprocalFloorLog:
11:57:11				152/515 - 36/42: Installing method Float>>reciprocalLogBase2
11:57:11				152/515 - 37/42: Installing method Float>>shallowCopy
11:57:11				152/515 - 38/42: Installing method Float>>signBit
11:57:11				152/515 - 39/42: Installing method Float>>significand
11:57:11				152/515 - 40/42: Installing method Float>>significandAsInteger
11:57:11				152/515 - 41/42: Installing method Float>>timesTwoPower:
11:57:11				152/515 - 42/42: Installing method Float>>veryDeepCopyWith:
11:57:12				152/515 - 1/28: Installing method Float class>>basicNew
11:57:12				152/515 - 2/28: Installing method Float class>>basicNew:
11:57:12				152/515 - 3/28: Installing method Float class>>defaultComparisonPrecision
11:57:12				152/515 - 4/28: Installing method Float class>>denormalized
11:57:12				152/515 - 5/28: Installing method Float class>>e
11:57:12				152/515 - 6/28: Installing method Float class>>emax
11:57:12				152/515 - 7/28: Installing method Float class>>emin
11:57:12				152/515 - 8/28: Installing method Float class>>fromIEEE32Bit:
11:57:12				152/515 - 9/28: Installing method Float class>>fromIEEE64Bit:
11:57:12				152/515 - 10/28: Installing method Float class>>fromIEEE64BitWord:
11:57:12				152/515 - 11/28: Installing method Float class>>halfPi
11:57:12				152/515 - 12/28: Installing method Float class>>infinity
11:57:12				152/515 - 13/28: Installing method Float class>>initialize
11:57:12				152/515 - 14/28: Installing method Float class>>isAbstract
11:57:12				152/515 - 15/28: Installing method Float class>>machineEpsilon
11:57:12				152/515 - 16/28: Installing method Float class>>maxExactInteger
11:57:12				152/515 - 17/28: Installing method Float class>>nan
11:57:12				152/515 - 18/28: Installing method Float class>>negativeInfinity
11:57:12				152/515 - 19/28: Installing method Float class>>negativeZero
11:57:12				152/515 - 20/28: Installing method Float class>>one
11:57:12				152/515 - 21/28: Installing method Float class>>pi
11:57:12				152/515 - 22/28: Installing method Float class>>precision
11:57:12				152/515 - 23/28: Installing method Float class>>radix
11:57:12				152/515 - 24/28: Installing method Float class>>readFrom:
11:57:12				152/515 - 25/28: Installing method Float class>>readFrom:ifFail:
11:57:12				152/515 - 26/28: Installing method Float class>>threePi
11:57:12				152/515 - 27/28: Installing method Float class>>twoPi
11:57:12				152/515 - 28/28: Installing method Float class>>zero
11:57:12				153/515 - 1/18: Installing method Float32Array>>=
11:57:12				153/515 - 2/18: Installing method Float32Array>>addAssignToFloatArray:
11:57:12				153/515 - 3/18: Installing method Float32Array>>asFloatArray
11:57:12				153/515 - 4/18: Installing method Float32Array>>at:
11:57:12				153/515 - 5/18: Installing method Float32Array>>at:put:
11:57:12				153/515 - 6/18: Installing method Float32Array>>defaultElement
11:57:12				153/515 - 7/18: Installing method Float32Array>>dot:
11:57:12				153/515 - 8/18: Installing method Float32Array>>hash
11:57:12				153/515 - 9/18: Installing method Float32Array>>primAddArray:
11:57:12				153/515 - 10/18: Installing method Float32Array>>primAddScalar:
11:57:12				153/515 - 11/18: Installing method Float32Array>>primDivArray:
11:57:12				153/515 - 12/18: Installing method Float32Array>>primDivScalar:
11:57:12				153/515 - 13/18: Installing method Float32Array>>primMulArray:
11:57:12				153/515 - 14/18: Installing method Float32Array>>primMulScalar:
11:57:12				153/515 - 15/18: Installing method Float32Array>>primSubArray:
11:57:12				153/515 - 16/18: Installing method Float32Array>>primSubScalar:
11:57:12				153/515 - 17/18: Installing method Float32Array>>replaceFrom:to:with:startingAt:
11:57:12				153/515 - 18/18: Installing method Float32Array>>sum
11:57:12				154/515 - 1/4: Installing method Float64Array>>at64Bits:
11:57:16				154/515 - 2/4: Installing method Float64Array>>at64Bits:put:
11:57:16				154/515 - 3/4: Installing method Float64Array>>at:
11:57:16				154/515 - 4/4: Installing method Float64Array>>at:put:
11:57:16				155/515 - 1/2: Installing method FloatPrintPolicy>>default
11:57:16				155/515 - 2/2: Installing method FloatPrintPolicy>>initialize
11:57:16				155/515 - 1/1: Installing method FloatPrintPolicy class>>absPrint:on:base:
11:57:16				156/515 - 1/30: Installing method Fraction>>*
11:57:16				156/515 - 2/30: Installing method Fraction>>+
11:57:16				156/515 - 3/30: Installing method Fraction>>-
11:57:16				156/515 - 4/30: Installing method Fraction>>/
11:57:16				156/515 - 5/30: Installing method Fraction>><
11:57:16				156/515 - 6/30: Installing method Fraction>><=
11:57:16				156/515 - 7/30: Installing method Fraction>>=
11:57:16				156/515 - 8/30: Installing method Fraction>>>
11:57:16				156/515 - 9/30: Installing method Fraction>>>=
11:57:16				156/515 - 10/30: Installing method Fraction>>adaptToInteger:andSend:
11:57:16				156/515 - 11/30: Installing method Fraction>>asFloat
11:57:16				156/515 - 12/30: Installing method Fraction>>asFraction
11:57:16				156/515 - 13/30: Installing method Fraction>>asLargerPowerOfTwo
11:57:16				156/515 - 14/30: Installing method Fraction>>asScaledDecimal
11:57:16				156/515 - 15/30: Installing method Fraction>>asSmallerPowerOfTwo
11:57:16				156/515 - 16/30: Installing method Fraction>>denominator
11:57:16				156/515 - 17/30: Installing method Fraction>>hash
11:57:16				156/515 - 18/30: Installing method Fraction>>isFraction
11:57:16				156/515 - 19/30: Installing method Fraction>>isPowerOfTwo
11:57:16				156/515 - 20/30: Installing method Fraction>>isSelfEvaluating
11:57:16				156/515 - 21/30: Installing method Fraction>>negated
11:57:16				156/515 - 22/30: Installing method Fraction>>negative
11:57:16				156/515 - 23/30: Installing method Fraction>>numerator
11:57:16				156/515 - 24/30: Installing method Fraction>>printOn:base:
11:57:16				156/515 - 25/30: Installing method Fraction>>printOn:showingDecimalPlaces:
11:57:16				156/515 - 26/30: Installing method Fraction>>reciprocal
11:57:16				156/515 - 27/30: Installing method Fraction>>reduced
11:57:16				156/515 - 28/30: Installing method Fraction>>round:
11:57:16				156/515 - 29/30: Installing method Fraction>>setNumerator:denominator:
11:57:16				156/515 - 30/30: Installing method Fraction>>truncated
11:57:16				156/515 - 1/2: Installing method Fraction class>>numerator:denominator:
11:57:16				156/515 - 2/2: Installing method Fraction class>>readFrom:
11:57:16				157/515 - 1/3: Installing method FullBlockClosure>>receiver
11:57:16				157/515 - 2/3: Installing method FullBlockClosure>>receiver:
11:57:16				157/515 - 3/3: Installing method FullBlockClosure>>sender
11:57:16				158/515 - 1/13: Installing method Generator>>atEnd
11:57:16				158/515 - 2/13: Installing method Generator>>close
11:57:16				158/515 - 3/13: Installing method Generator>>contents
11:57:16				158/515 - 4/13: Installing method Generator>>fork
11:57:16				158/515 - 5/13: Installing method Generator>>initializeOn:
11:57:16				158/515 - 6/13: Installing method Generator>>next
11:57:16				158/515 - 7/13: Installing method Generator>>nextPut:
11:57:16				158/515 - 8/13: Installing method Generator>>peek
11:57:16				158/515 - 9/13: Installing method Generator>>printOn:
11:57:16				158/515 - 10/13: Installing method Generator>>reset
11:57:16				158/515 - 11/13: Installing method Generator>>size
11:57:16				158/515 - 12/13: Installing method Generator>>value:
11:57:16				158/515 - 13/13: Installing method Generator>>yield:
11:57:16				158/515 - 1/3: Installing method Generator class>>on:
11:57:16				158/515 - 2/3: Installing method Generator class>>onDo:
11:57:16				158/515 - 3/3: Installing method Generator class>>somePrimes
11:57:16				159/515 - 1/8: Installing method GlobalVariable>>acceptVisitor:node:
11:57:16				159/515 - 2/8: Installing method GlobalVariable>>definingClass
11:57:16				159/515 - 3/8: Installing method GlobalVariable>>emitStore:
11:57:16				159/515 - 4/8: Installing method GlobalVariable>>emitValue:
11:57:16				159/515 - 5/8: Installing method GlobalVariable>>isDeprecated
11:57:16				159/515 - 6/8: Installing method GlobalVariable>>isDeprecated:
11:57:16				159/515 - 7/8: Installing method GlobalVariable>>isGlobalVariable
11:57:16				159/515 - 8/8: Installing method GlobalVariable>>scope
11:57:17				160/515 - 1/3: Installing method HEAbstractExported>>=
11:57:17				160/515 - 2/3: Installing method HEAbstractExported>>hash
11:57:17				160/515 - 3/3: Installing method HEAbstractExported>>instVarNamesForEqualityComparison
11:57:17				160/515 - 1/1: Installing method HEAbstractExported class>>readFrom:
11:57:17				161/515 - 1/3: Installing method HEAdditionalMethodState>>asLiteralIn:
11:57:17				161/515 - 2/3: Installing method HEAdditionalMethodState>>doReadFrom:
11:57:17				161/515 - 3/3: Installing method HEAdditionalMethodState>>value:
11:57:17				161/515 - 1/1: Installing method HEAdditionalMethodState class>>tag
11:57:17				162/515 - 1/3: Installing method HEArray>>asLiteralIn:
11:57:17				162/515 - 2/3: Installing method HEArray>>doReadFrom:
11:57:17				162/515 - 3/3: Installing method HEArray>>value:
11:57:17				162/515 - 1/1: Installing method HEArray class>>tag
11:57:17				163/515 - 1/3: Installing method HEAssociation>>asLiteralIn:
11:57:17				163/515 - 2/3: Installing method HEAssociation>>doReadFrom:
11:57:17				163/515 - 3/3: Installing method HEAssociation>>value:
11:57:17				163/515 - 1/1: Installing method HEAssociation class>>tag
11:57:17				164/515 - 1/10: Installing method HEBinaryReader>>close
11:57:17				164/515 - 2/10: Installing method HEBinaryReader>>intSize
11:57:17				164/515 - 3/10: Installing method HEBinaryReader>>readByte
11:57:17				164/515 - 4/10: Installing method HEBinaryReader>>readByteArray
11:57:17				164/515 - 5/10: Installing method HEBinaryReader>>readByteString
11:57:17				164/515 - 6/10: Installing method HEBinaryReader>>readByteSymbol
11:57:17				164/515 - 7/10: Installing method HEBinaryReader>>readInt32
11:57:17				164/515 - 8/10: Installing method HEBinaryReader>>readUInt32
11:57:17				164/515 - 9/10: Installing method HEBinaryReader>>stream
11:57:17				164/515 - 10/10: Installing method HEBinaryReader>>stream:
11:57:17				165/515 - 1/2: Installing method HEBoolean>>asLiteralIn:
11:57:17				165/515 - 2/2: Installing method HEBoolean>>doReadFrom:
11:57:17				165/515 - 1/1: Installing method HEBoolean class>>tag
11:57:17				166/515 - 1/2: Installing method HEByteArray>>asLiteralIn:
11:57:17				166/515 - 2/2: Installing method HEByteArray>>doReadFrom:
11:57:17				166/515 - 1/1: Installing method HEByteArray class>>tag
11:57:17				167/515 - 1/3: Installing method HEByteString>>asLiteralIn:
11:57:17				167/515 - 2/3: Installing method HEByteString>>doConvertValue:
11:57:17				167/515 - 3/3: Installing method HEByteString>>doReadFrom:
11:57:17				167/515 - 1/1: Installing method HEByteString class>>tag
11:57:17				168/515 - 1/2: Installing method HECharacter>>asLiteralIn:
11:57:17				168/515 - 2/2: Installing method HECharacter>>value:
11:57:17				168/515 - 1/1: Installing method HECharacter class>>tag
11:57:18				169/515 - 1/18: Installing method HEClass>>classInstancevariables
11:57:18				169/515 - 2/18: Installing method HEClass>>classInstancevariables:
11:57:18				169/515 - 3/18: Installing method HEClass>>className
11:57:18				169/515 - 4/18: Installing method HEClass>>className:
11:57:18				169/515 - 5/18: Installing method HEClass>>classVariables
11:57:18				169/515 - 6/18: Installing method HEClass>>classVariables:
11:57:18				169/515 - 7/18: Installing method HEClass>>doReadHeaderFrom:
11:57:18				169/515 - 8/18: Installing method HEClass>>instanceVariables
11:57:18				169/515 - 9/18: Installing method HEClass>>instanceVariables:
11:57:18				169/515 - 10/18: Installing method HEClass>>isTrait
11:57:18				169/515 - 11/18: Installing method HEClass>>layoutClass
11:57:18				169/515 - 12/18: Installing method HEClass>>layoutClass:
11:57:18				169/515 - 13/18: Installing method HEClass>>name
11:57:18				169/515 - 14/18: Installing method HEClass>>printOn:
11:57:18				169/515 - 15/18: Installing method HEClass>>sharedPools
11:57:18				169/515 - 16/18: Installing method HEClass>>sharedPools:
11:57:18				169/515 - 17/18: Installing method HEClass>>superclass
11:57:18				169/515 - 18/18: Installing method HEClass>>superclass:
11:57:18				170/515 - 1/2: Installing method HEClassTrait>>asLiteralIn:
11:57:18				170/515 - 2/2: Installing method HEClassTrait>>value:
11:57:18				170/515 - 1/1: Installing method HEClassTrait class>>tag
11:57:18				171/515 - 1/2: Installing method HEClassVariable>>asLiteralIn:
11:57:18				171/515 - 2/2: Installing method HEClassVariable>>value:
11:57:18				171/515 - 1/1: Installing method HEClassVariable class>>tag
11:57:18				172/515 - 1/4: Installing method HECompiledBlock>>asLiteralIn:
11:57:18				172/515 - 2/4: Installing method HECompiledBlock>>doReadFrom:
11:57:18				172/515 - 3/4: Installing method HECompiledBlock>>headerFor:
11:57:18				172/515 - 4/4: Installing method HECompiledBlock>>instVarNamesForEqualityComparison
11:57:18				172/515 - 1/1: Installing method HECompiledBlock class>>tag
11:57:18				173/515 - 1/3: Installing method HEConstantBlock>>asLiteralIn:
11:57:18				173/515 - 2/3: Installing method HEConstantBlock>>doReadFrom:
11:57:18				173/515 - 3/3: Installing method HEConstantBlock>>instVarNamesForEqualityComparison
11:57:18				173/515 - 1/1: Installing method HEConstantBlock class>>tag
11:57:18				174/515 - 1/4: Installing method HEExportedLiteral>>asExportedLiteral
11:57:18				174/515 - 2/4: Installing method HEExportedLiteral>>asLiteralIn:
11:57:18				174/515 - 3/4: Installing method HEExportedLiteral>>doReadFrom:
11:57:18				174/515 - 4/4: Installing method HEExportedLiteral>>value
11:57:18				174/515 - 1/1: Installing method HEExportedLiteral class>>readFrom:
11:57:18				175/515 - 1/2: Installing method HEExportedMetaclass>>asLiteralIn:
11:57:18				175/515 - 2/2: Installing method HEExportedMetaclass>>value:
11:57:18				175/515 - 1/1: Installing method HEExportedMetaclass class>>tag
11:57:18				176/515 - 1/11: Installing method HEExtendedEnvironment>>classNamed:
11:57:18				176/515 - 2/11: Installing method HEExtendedEnvironment>>inner
11:57:18				176/515 - 3/11: Installing method HEExtendedEnvironment>>inner:
11:57:18				176/515 - 4/11: Installing method HEExtendedEnvironment>>newBlock
11:57:18				176/515 - 5/11: Installing method HEExtendedEnvironment>>newBlock:
11:57:18				176/515 - 6/11: Installing method HEExtendedEnvironment>>newClass
11:57:18				176/515 - 7/11: Installing method HEExtendedEnvironment>>newClass:
11:57:18				176/515 - 8/11: Installing method HEExtendedEnvironment>>newMethod
11:57:18				176/515 - 9/11: Installing method HEExtendedEnvironment>>newMethod:
11:57:18				176/515 - 10/11: Installing method HEExtendedEnvironment>>newSelector
11:57:18				176/515 - 11/11: Installing method HEExtendedEnvironment>>newSelector:
11:57:19				177/515 - 1/2: Installing method HEFloat>>asLiteralIn:
11:57:19				177/515 - 2/2: Installing method HEFloat>>doReadFrom:
11:57:19				177/515 - 1/1: Installing method HEFloat class>>tag
11:57:19				178/515 - 1/2: Installing method HEFraction>>asLiteralIn:
11:57:19				178/515 - 2/2: Installing method HEFraction>>doReadFrom:
11:57:19				178/515 - 1/1: Installing method HEFraction class>>tag
11:57:19				179/515 - 1/2: Installing method HEGlobalVariable>>asLiteralIn:
11:57:19				179/515 - 2/2: Installing method HEGlobalVariable>>value:
11:57:19				179/515 - 1/1: Installing method HEGlobalVariable class>>tag
11:57:19				180/515 - 1/22: Installing method HEInstaller>>build:
11:57:19				180/515 - 2/22: Installing method HEInstaller>>buildTrait:
11:57:19				180/515 - 3/22: Installing method HEInstaller>>buildTraitCompositionFor:
11:57:19				180/515 - 4/22: Installing method HEInstaller>>classNamed:
11:57:19				180/515 - 5/22: Installing method HEInstaller>>doInstallPackage:
11:57:19				180/515 - 6/22: Installing method HEInstaller>>environment
11:57:19				180/515 - 7/22: Installing method HEInstaller>>environment:
11:57:19				180/515 - 8/22: Installing method HEInstaller>>existingClass:
11:57:19				180/515 - 9/22: Installing method HEInstaller>>existingTrait:
11:57:19				180/515 - 10/22: Installing method HEInstaller>>initialize
11:57:19				180/515 - 11/22: Installing method HEInstaller>>installExtensionMethod:
11:57:19				180/515 - 12/22: Installing method HEInstaller>>installMethods:into:
11:57:19				180/515 - 13/22: Installing method HEInstaller>>installPackage:
11:57:19				180/515 - 14/22: Installing method HEInstaller>>messageExistingClass:
11:57:19				180/515 - 15/22: Installing method HEInstaller>>messageExistingTrait:
11:57:19				180/515 - 16/22: Installing method HEInstaller>>messageMethod:alreadyExistsIn:
11:57:19				180/515 - 17/22: Installing method HEInstaller>>newUndeclaredVariables
11:57:19				180/515 - 18/22: Installing method HEInstaller>>rebuildMethod:into:
11:57:19				180/515 - 19/22: Installing method HEInstaller>>reportNewUndeclareds:
11:57:19				180/515 - 20/22: Installing method HEInstaller>>shouldBuildMethod:in:
11:57:19				180/515 - 21/22: Installing method HEInstaller>>supportsTraits
11:57:19				180/515 - 22/22: Installing method HEInstaller>>validateNoNewUndeclared
11:57:19				181/515 - 1/2: Installing method HEInteger>>asLiteralIn:
11:57:19				181/515 - 2/2: Installing method HEInteger>>doReadFrom:
11:57:19				181/515 - 1/1: Installing method HEInteger class>>tag
11:57:20				182/515 - 1/14: Installing method HEMethod>>bytecode
11:57:20				182/515 - 2/14: Installing method HEMethod>>bytecode:
11:57:20				182/515 - 3/14: Installing method HEMethod>>className
11:57:20				182/515 - 4/14: Installing method HEMethod>>className:
11:57:20				182/515 - 5/14: Installing method HEMethod>>headerFor:
11:57:20				182/515 - 6/14: Installing method HEMethod>>literals
11:57:20				182/515 - 7/14: Installing method HEMethod>>literals:
11:57:20				182/515 - 8/14: Installing method HEMethod>>name
11:57:20				182/515 - 9/14: Installing method HEMethod>>name:
11:57:20				182/515 - 10/14: Installing method HEMethod>>printOn:
11:57:20				182/515 - 11/14: Installing method HEMethod>>protocol
11:57:20				182/515 - 12/14: Installing method HEMethod>>protocol:
11:57:20				182/515 - 13/14: Installing method HEMethod>>readFrom:
11:57:20				182/515 - 14/14: Installing method HEMethod>>selector
11:57:20				183/515 - 1/15: Installing method HEMethodContainer>>classSideMethods
11:57:20				183/515 - 2/15: Installing method HEMethodContainer>>classSideMethods:
11:57:20				183/515 - 3/15: Installing method HEMethodContainer>>classTraitComposition
11:57:20				183/515 - 4/15: Installing method HEMethodContainer>>classTraitComposition:
11:57:20				183/515 - 5/15: Installing method HEMethodContainer>>doReadHeaderFrom:
11:57:20				183/515 - 6/15: Installing method HEMethodContainer>>doReadMethodsFrom:
11:57:20				183/515 - 7/15: Installing method HEMethodContainer>>methods
11:57:20				183/515 - 8/15: Installing method HEMethodContainer>>methods:
11:57:20				183/515 - 9/15: Installing method HEMethodContainer>>packageName
11:57:20				183/515 - 10/15: Installing method HEMethodContainer>>packageName:
11:57:20				183/515 - 11/15: Installing method HEMethodContainer>>readFrom:
11:57:20				183/515 - 12/15: Installing method HEMethodContainer>>tagName
11:57:20				183/515 - 13/15: Installing method HEMethodContainer>>tagName:
11:57:20				183/515 - 14/15: Installing method HEMethodContainer>>traitComposition
11:57:20				183/515 - 15/15: Installing method HEMethodContainer>>traitComposition:
11:57:20				184/515 - 1/5: Installing method HEMethodLiteral>>asLiteralIn:
11:57:20				184/515 - 2/5: Installing method HEMethodLiteral>>className
11:57:20				184/515 - 3/5: Installing method HEMethodLiteral>>className:
11:57:20				184/515 - 4/5: Installing method HEMethodLiteral>>doReadFrom:
11:57:20				184/515 - 5/5: Installing method HEMethodLiteral>>value:
11:57:20				184/515 - 1/1: Installing method HEMethodLiteral class>>tag
11:57:20				185/515 - 1/14: Installing method HEPackage>>addClass:
11:57:20				185/515 - 2/14: Installing method HEPackage>>classes
11:57:20				185/515 - 3/14: Installing method HEPackage>>classes:
11:57:20				185/515 - 4/14: Installing method HEPackage>>extensionMethods
11:57:20				185/515 - 5/14: Installing method HEPackage>>extensionMethods:
11:57:20				185/515 - 6/14: Installing method HEPackage>>initialize
11:57:20				185/515 - 7/14: Installing method HEPackage>>packageName
11:57:20				185/515 - 8/14: Installing method HEPackage>>packageName:
11:57:20				185/515 - 9/14: Installing method HEPackage>>printOn:
11:57:20				185/515 - 10/14: Installing method HEPackage>>readClassFrom:
11:57:20				185/515 - 11/14: Installing method HEPackage>>readFrom:
11:57:20				185/515 - 12/14: Installing method HEPackage>>traits
11:57:20				185/515 - 13/14: Installing method HEPackage>>traits:
11:57:20				185/515 - 14/14: Installing method HEPackage>>version
11:57:20				185/515 - 1/1: Installing method HEPackage class>>formatVersion
11:57:20				186/515 - 1/6: Installing method HEPragma>>arguments
11:57:20				186/515 - 2/6: Installing method HEPragma>>asLiteralIn:
11:57:20				186/515 - 3/6: Installing method HEPragma>>doReadFrom:
11:57:20				186/515 - 4/6: Installing method HEPragma>>keyword
11:57:20				186/515 - 5/6: Installing method HEPragma>>method
11:57:20				186/515 - 6/6: Installing method HEPragma>>value:
11:57:20				186/515 - 1/1: Installing method HEPragma class>>tag
11:57:21				187/515 - 1/1: Installing method HEScaledDecimal>>doReadFrom:
11:57:21				187/515 - 1/1: Installing method HEScaledDecimal class>>tag
11:57:21				188/515 - 1/8: Installing method HESendMessage>>arguments
11:57:21				188/515 - 2/8: Installing method HESendMessage>>arguments:
11:57:21				188/515 - 3/8: Installing method HESendMessage>>asLiteralIn:
11:57:21				188/515 - 4/8: Installing method HESendMessage>>doReadFrom:
11:57:21				188/515 - 5/8: Installing method HESendMessage>>receiver
11:57:21				188/515 - 6/8: Installing method HESendMessage>>receiver:
11:57:21				188/515 - 7/8: Installing method HESendMessage>>selector
11:57:21				188/515 - 8/8: Installing method HESendMessage>>selector:
11:57:21				188/515 - 1/2: Installing method HESendMessage class>>selector:receiver:arguments:
11:57:21				188/515 - 2/2: Installing method HESendMessage class>>tag
11:57:21				189/515 - 1/1: Installing method HESymbol>>doConvertValue:
11:57:21				189/515 - 1/1: Installing method HESymbol class>>tag
11:57:21				190/515 - 1/6: Installing method HETrait>>doReadHeaderFrom:
11:57:21				190/515 - 2/6: Installing method HETrait>>isTrait
11:57:21				190/515 - 3/6: Installing method HETrait>>name
11:57:21				190/515 - 4/6: Installing method HETrait>>printOn:
11:57:21				190/515 - 5/6: Installing method HETrait>>traitName
11:57:21				190/515 - 6/6: Installing method HETrait>>traitName:
11:57:21				191/515 - 1/2: Installing method HETraitLiteral>>asLiteralIn:
11:57:21				191/515 - 2/2: Installing method HETraitLiteral>>value:
11:57:21				191/515 - 1/1: Installing method HETraitLiteral class>>tag
11:57:21				192/515 - 1/2: Installing method HEUndefinedObject>>asLiteralIn:
11:57:21				192/515 - 2/2: Installing method HEUndefinedObject>>doReadFrom:
11:57:21				192/515 - 1/1: Installing method HEUndefinedObject class>>tag
11:57:21				193/515 - 1/1: Installing method HEWideString>>doReadFrom:
11:57:21				193/515 - 1/1: Installing method HEWideString class>>tag
11:57:21				194/515 - 1/8: Installing method HashTableSizes>>candidateIsGoodPrime
11:57:21				194/515 - 2/8: Installing method HashTableSizes>>computeSizes
11:57:21				194/515 - 3/8: Installing method HashTableSizes>>firstCandidateForExp:
11:57:21				194/515 - 4/8: Installing method HashTableSizes>>goodPrimeForExp:
11:57:21				194/515 - 5/8: Installing method HashTableSizes>>initialize
11:57:21				194/515 - 6/8: Installing method HashTableSizes>>limitForExp:
11:57:21				194/515 - 7/8: Installing method HashTableSizes>>numValuesPerPower
11:57:21				194/515 - 8/8: Installing method HashTableSizes>>primeAlmostFactorsOf:
11:57:22				194/515 - 1/7: Installing method HashTableSizes class>>atLeast:
11:57:22				194/515 - 2/7: Installing method HashTableSizes class>>basicAtLeast:
11:57:22				194/515 - 3/7: Installing method HashTableSizes class>>initialize
11:57:22				194/515 - 4/7: Installing method HashTableSizes class>>maxSmallSize
11:57:22				194/515 - 5/7: Installing method HashTableSizes class>>numValuesPerPower
11:57:22				194/515 - 6/7: Installing method HashTableSizes class>>sizes
11:57:22				194/515 - 7/7: Installing method HashTableSizes class>>smallSizesLookupTable
11:57:22				195/515 - 1/22: Installing method HashedCollection>>add:withOccurrences:
11:57:22				195/515 - 2/22: Installing method HashedCollection>>array
11:57:22				195/515 - 3/22: Installing method HashedCollection>>atNewIndex:put:
11:57:22				195/515 - 4/22: Installing method HashedCollection>>capacity
11:57:22				195/515 - 5/22: Installing method HashedCollection>>compact
11:57:22				195/515 - 6/22: Installing method HashedCollection>>errorNoFreeSpace
11:57:22				195/515 - 7/22: Installing method HashedCollection>>findElementOrNil:
11:57:22				195/515 - 8/22: Installing method HashedCollection>>fixCollisionsFrom:
11:57:22				195/515 - 9/22: Installing method HashedCollection>>fullCheck
11:57:22				195/515 - 10/22: Installing method HashedCollection>>grow
11:57:22				195/515 - 11/22: Installing method HashedCollection>>growSize
11:57:22				195/515 - 12/22: Installing method HashedCollection>>growTo:
11:57:22				195/515 - 13/22: Installing method HashedCollection>>initialize:
11:57:22				195/515 - 14/22: Installing method HashedCollection>>noCheckAdd:
11:57:22				195/515 - 15/22: Installing method HashedCollection>>noCheckNoGrowFillFrom:
11:57:22				195/515 - 16/22: Installing method HashedCollection>>rehash
11:57:22				195/515 - 17/22: Installing method HashedCollection>>removeAll
11:57:22				195/515 - 18/22: Installing method HashedCollection>>scanFor:
11:57:22				195/515 - 19/22: Installing method HashedCollection>>scanForEmptySlotFor:
11:57:22				195/515 - 20/22: Installing method HashedCollection>>size
11:57:22				195/515 - 21/22: Installing method HashedCollection>>union:
11:57:22				195/515 - 22/22: Installing method HashedCollection>>veryDeepCopyWith:
11:57:22				195/515 - 1/11: Installing method HashedCollection class>>cleanUp:
11:57:22				195/515 - 2/11: Installing method HashedCollection class>>compactAll
11:57:22				195/515 - 3/11: Installing method HashedCollection class>>compactAllInstances
11:57:22				195/515 - 4/11: Installing method HashedCollection class>>empty
11:57:22				195/515 - 5/11: Installing method HashedCollection class>>isAbstract
11:57:22				195/515 - 6/11: Installing method HashedCollection class>>new
11:57:22				195/515 - 7/11: Installing method HashedCollection class>>new:
11:57:22				195/515 - 8/11: Installing method HashedCollection class>>newFrom:
11:57:22				195/515 - 9/11: Installing method HashedCollection class>>rehashAll
11:57:22				195/515 - 10/11: Installing method HashedCollection class>>rehashAllInstances
11:57:22				195/515 - 11/11: Installing method HashedCollection class>>sizeFor:
11:57:23				196/515 - 1/45: Installing method Heap>>=
11:57:23				196/515 - 2/45: Installing method Heap>>add:
11:57:23				196/515 - 3/45: Installing method Heap>>array
11:57:23				196/515 - 4/45: Installing method Heap>>at:
11:57:23				196/515 - 5/45: Installing method Heap>>at:put:
11:57:23				196/515 - 6/45: Installing method Heap>>collect:
11:57:23				196/515 - 7/45: Installing method Heap>>copyEmpty
11:57:23				196/515 - 8/45: Installing method Heap>>defaultSortBlock
11:57:23				196/515 - 9/45: Installing method Heap>>do:
11:57:23				196/515 - 10/45: Installing method Heap>>downHeap:
11:57:23				196/515 - 11/45: Installing method Heap>>downHeapSingle:
11:57:23				196/515 - 12/45: Installing method Heap>>first
11:57:23				196/515 - 13/45: Installing method Heap>>fullySort
11:57:23				196/515 - 14/45: Installing method Heap>>grow
11:57:23				196/515 - 15/45: Installing method Heap>>growSize
11:57:23				196/515 - 16/45: Installing method Heap>>growTo:
11:57:23				196/515 - 17/45: Installing method Heap>>indexUpdateBlock:
11:57:23				196/515 - 18/45: Installing method Heap>>isEmpty
11:57:23				196/515 - 19/45: Installing method Heap>>isHeap
11:57:23				196/515 - 20/45: Installing method Heap>>isSorted
11:57:23				196/515 - 21/45: Installing method Heap>>isSortedBy:
11:57:23				196/515 - 22/45: Installing method Heap>>mergeFirst:middle:last:into:by:
11:57:23				196/515 - 23/45: Installing method Heap>>mergeSortFrom:to:by:
11:57:23				196/515 - 24/45: Installing method Heap>>mergeSortFrom:to:src:dst:by:
11:57:23				196/515 - 25/45: Installing method Heap>>postCopy
11:57:23				196/515 - 26/45: Installing method Heap>>privateRemoveAt:
11:57:23				196/515 - 27/45: Installing method Heap>>privateReverseSort
11:57:23				196/515 - 28/45: Installing method Heap>>reSort
11:57:23				196/515 - 29/45: Installing method Heap>>remove:ifAbsent:
11:57:23				196/515 - 30/45: Installing method Heap>>removeAll
11:57:23				196/515 - 31/45: Installing method Heap>>removeFirst
11:57:23				196/515 - 32/45: Installing method Heap>>removeFirstOrNil
11:57:23				196/515 - 33/45: Installing method Heap>>setCollection:
11:57:23				196/515 - 34/45: Installing method Heap>>setCollection:tally:
11:57:23				196/515 - 35/45: Installing method Heap>>size
11:57:23				196/515 - 36/45: Installing method Heap>>sort
11:57:23				196/515 - 37/45: Installing method Heap>>sort:
11:57:23				196/515 - 38/45: Installing method Heap>>sortBlock
11:57:23				196/515 - 39/45: Installing method Heap>>sortBlock:
11:57:23				196/515 - 40/45: Installing method Heap>>sorted
11:57:23				196/515 - 41/45: Installing method Heap>>sorted:
11:57:23				196/515 - 42/45: Installing method Heap>>sorts:before:
11:57:23				196/515 - 43/45: Installing method Heap>>trim
11:57:23				196/515 - 44/45: Installing method Heap>>upHeap:
11:57:23				196/515 - 45/45: Installing method Heap>>updateObjectIndex:
11:57:23				196/515 - 1/6: Installing method Heap class>>defaultSortBlock
11:57:23				196/515 - 2/6: Installing method Heap class>>new
11:57:23				196/515 - 3/6: Installing method Heap class>>new:
11:57:23				196/515 - 4/6: Installing method Heap class>>sortBlock:
11:57:23				196/515 - 5/6: Installing method Heap class>>withAll:
11:57:23				196/515 - 6/6: Installing method Heap class>>withAll:sortBlock:
11:57:23				197/515 - 1/5: Installing method HermesCommandLineHandler>>activate
11:57:23				197/515 - 2/5: Installing method HermesCommandLineHandler>>createInstaller
11:57:23				197/515 - 3/5: Installing method HermesCommandLineHandler>>processFile:
11:57:23				197/515 - 4/5: Installing method HermesCommandLineHandler>>processFiles
11:57:23				197/515 - 5/5: Installing method HermesCommandLineHandler>>validateParameters
11:57:23				197/515 - 1/2: Installing method HermesCommandLineHandler class>>commandName
11:57:23				197/515 - 2/2: Installing method HermesCommandLineHandler class>>description
11:57:23				198/515 - 1/1: Installing method IdentityBag>>asSet
11:57:23				198/515 - 1/1: Installing method IdentityBag class>>contentsClass
11:57:23				199/515 - 1/3: Installing method IdentityDictionary>>keyAtValue:ifAbsent:
11:57:23				199/515 - 2/3: Installing method IdentityDictionary>>scanFor:
11:57:23				199/515 - 3/3: Installing method IdentityDictionary>>scanForEmptySlotFor:
11:57:23				200/515 - 1/4: Installing method IdentitySet>>asIdentitySet
11:57:23				200/515 - 2/4: Installing method IdentitySet>>identityIncludes:
11:57:23				200/515 - 3/4: Installing method IdentitySet>>scanFor:
11:57:23				200/515 - 4/4: Installing method IdentitySet>>scanForEmptySlotFor:
11:57:23				202/515 - 1/2: Installing method IllegalResumeAttempt>>isResumable
11:57:23				202/515 - 2/2: Installing method IllegalResumeAttempt>>readMe
11:57:24				203/515 - 1/4: Installing method ImmediateLayout>>extend
11:57:24				203/515 - 2/4: Installing method ImmediateLayout>>extend:
11:57:24				203/515 - 3/4: Installing method ImmediateLayout>>initialize
11:57:24				203/515 - 4/4: Installing method ImmediateLayout>>instanceSpecification
11:57:24				203/515 - 1/2: Installing method ImmediateLayout class>>extending:scope:host:
11:57:24				203/515 - 2/2: Installing method ImmediateLayout class>>subclassDefiningSymbol
11:57:24				204/515 - 1/5: Installing method IncompatibleLayoutConflict>>layout
11:57:24				204/515 - 2/5: Installing method IncompatibleLayoutConflict>>layout:
11:57:24				204/515 - 3/5: Installing method IncompatibleLayoutConflict>>messageText
11:57:24				204/515 - 4/5: Installing method IncompatibleLayoutConflict>>subType
11:57:24				204/515 - 5/5: Installing method IncompatibleLayoutConflict>>subType:
11:57:24				205/515 - 1/9: Installing method IndexedSlot>>=
11:57:24				205/515 - 2/9: Installing method IndexedSlot>>hash
11:57:24				205/515 - 3/9: Installing method IndexedSlot>>index
11:57:24				205/515 - 4/9: Installing method IndexedSlot>>index:
11:57:24				205/515 - 5/9: Installing method IndexedSlot>>isVirtual
11:57:24				205/515 - 6/9: Installing method IndexedSlot>>object:instVarAt:
11:57:24				205/515 - 7/9: Installing method IndexedSlot>>object:instVarAt:put:
11:57:24				205/515 - 8/9: Installing method IndexedSlot>>read:
11:57:24				205/515 - 9/9: Installing method IndexedSlot>>write:to:
11:57:24				206/515 - 1/1: Installing method InexactFloatPrintPolicy>>absPrint:on:base:
11:57:24				207/515 - 1/4: Installing method InstanceVariableNotFound>>instVarName
11:57:24				207/515 - 2/4: Installing method InstanceVariableNotFound>>instVarName:
11:57:24				207/515 - 3/4: Installing method InstanceVariableNotFound>>messageText
11:57:24				207/515 - 4/4: Installing method InstanceVariableNotFound>>standardMessageText
11:57:24				207/515 - 1/1: Installing method InstanceVariableNotFound class>>signalFor:
11:57:24				208/515 - 1/7: Installing method InstanceVariableSlot>>definitionOn:
11:57:24				208/515 - 2/7: Installing method InstanceVariableSlot>>emitStore:
11:57:24				208/515 - 3/7: Installing method InstanceVariableSlot>>emitValue:
11:57:24				208/515 - 4/7: Installing method InstanceVariableSlot>>isAccessedIn:
11:57:24				208/515 - 5/7: Installing method InstanceVariableSlot>>isReadIn:
11:57:24				208/515 - 6/7: Installing method InstanceVariableSlot>>isWrittenIn:
11:57:24				208/515 - 7/7: Installing method InstanceVariableSlot>>needsFullDefinition
11:57:24				208/515 - 1/1: Installing method InstanceVariableSlot class>>resetIvarSlots
11:57:24				209/515 - 1/40: Installing method InstructionClient>>addMappedInlinePrimitiveHandler:at:
11:57:24				209/515 - 2/40: Installing method InstructionClient>>blockReturnConstant:
11:57:24				209/515 - 3/40: Installing method InstructionClient>>blockReturnTop
11:57:24				209/515 - 4/40: Installing method InstructionClient>>callPrimitive:
11:57:24				209/515 - 5/40: Installing method InstructionClient>>directedSuperSend:numArgs:
11:57:24				209/515 - 6/40: Installing method InstructionClient>>doDup
11:57:24				209/515 - 7/40: Installing method InstructionClient>>doNop
11:57:24				209/515 - 8/40: Installing method InstructionClient>>doPop
11:57:24				209/515 - 9/40: Installing method InstructionClient>>jump:
11:57:24				209/515 - 10/40: Installing method InstructionClient>>jump:if:
11:57:24				209/515 - 11/40: Installing method InstructionClient>>jump:if:withInterpreter:
11:57:25				209/515 - 12/40: Installing method InstructionClient>>jump:withInterpreter:
11:57:25				209/515 - 13/40: Installing method InstructionClient>>mappedInlinePrimitive:
11:57:25				209/515 - 14/40: Installing method InstructionClient>>methodReturnConstant:
11:57:25				209/515 - 15/40: Installing method InstructionClient>>methodReturnReceiver
11:57:25				209/515 - 16/40: Installing method InstructionClient>>methodReturnTop
11:57:25				209/515 - 17/40: Installing method InstructionClient>>pc:
11:57:25				209/515 - 18/40: Installing method InstructionClient>>popIntoLiteralVariable:
11:57:25				209/515 - 19/40: Installing method InstructionClient>>popIntoReceiverVariable:
11:57:25				209/515 - 20/40: Installing method InstructionClient>>popIntoRemoteTemp:inVectorAt:
11:57:25				209/515 - 21/40: Installing method InstructionClient>>popIntoTemporaryVariable:
11:57:25				209/515 - 22/40: Installing method InstructionClient>>pushActiveContext
11:57:25				209/515 - 23/40: Installing method InstructionClient>>pushActiveProcess
11:57:25				209/515 - 24/40: Installing method InstructionClient>>pushClosureTemps:
11:57:25				209/515 - 25/40: Installing method InstructionClient>>pushConsArrayWithElements:
11:57:25				209/515 - 26/40: Installing method InstructionClient>>pushConstant:
11:57:25				209/515 - 27/40: Installing method InstructionClient>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
11:57:25				209/515 - 28/40: Installing method InstructionClient>>pushLiteralVariable:
11:57:25				209/515 - 29/40: Installing method InstructionClient>>pushNewArrayOfSize:
11:57:25				209/515 - 30/40: Installing method InstructionClient>>pushReceiver
11:57:25				209/515 - 31/40: Installing method InstructionClient>>pushReceiverVariable:
11:57:25				209/515 - 32/40: Installing method InstructionClient>>pushRemoteTemp:inVectorAt:
11:57:25				209/515 - 33/40: Installing method InstructionClient>>pushTemporaryVariable:
11:57:25				209/515 - 34/40: Installing method InstructionClient>>send:super:numArgs:
11:57:25				209/515 - 35/40: Installing method InstructionClient>>storeIntoLiteralVariable:
11:57:25				209/515 - 36/40: Installing method InstructionClient>>storeIntoReceiverVariable:
11:57:25				209/515 - 37/40: Installing method InstructionClient>>storeIntoRemoteTemp:inVectorAt:
11:57:25				209/515 - 38/40: Installing method InstructionClient>>storeIntoTemporaryVariable:
11:57:25				209/515 - 39/40: Installing method InstructionClient>>trap
11:57:25				209/515 - 40/40: Installing method InstructionClient>>unusedBytecode
11:57:25				210/515 - 1/12: Installing method InstructionStream>>compiledCode
11:57:25				210/515 - 2/12: Installing method InstructionStream>>interpretNext2ByteSistaV1Instruction:for:extA:extB:startPC:
11:57:25				210/515 - 3/12: Installing method InstructionStream>>interpretNext3ByteSistaV1Instruction:for:extA:extB:startPC:
11:57:25				210/515 - 4/12: Installing method InstructionStream>>interpretNextInstructionFor:
11:57:25				210/515 - 5/12: Installing method InstructionStream>>interpretNextSistaV1InstructionFor:
11:57:25				210/515 - 6/12: Installing method InstructionStream>>interpretSistaV1ExtendedPush:for:
11:57:25				210/515 - 7/12: Installing method InstructionStream>>interpretUnusedBytecode:at:
11:57:25				210/515 - 8/12: Installing method InstructionStream>>method
11:57:25				210/515 - 9/12: Installing method InstructionStream>>method:pc:
11:57:25				210/515 - 10/12: Installing method InstructionStream>>pc
11:57:25				210/515 - 11/12: Installing method InstructionStream>>pc:
11:57:25				210/515 - 12/12: Installing method InstructionStream>>peekInstruction
11:57:25				210/515 - 1/3: Installing method InstructionStream class>>initialize
11:57:25				210/515 - 2/3: Installing method InstructionStream class>>on:
11:57:25				210/515 - 3/3: Installing method InstructionStream class>>on:pc:
11:57:26				211/515 - 1/87: Installing method Integer>>&
11:57:26				211/515 - 2/87: Installing method Integer>>*
11:57:26				211/515 - 3/87: Installing method Integer>>+
11:57:26				211/515 - 4/87: Installing method Integer>>-
11:57:26				211/515 - 5/87: Installing method Integer>>/
11:57:26				211/515 - 6/87: Installing method Integer>>//
11:57:26				211/515 - 7/87: Installing method Integer>><
11:57:26				211/515 - 8/87: Installing method Integer>><<
11:57:26				211/515 - 9/87: Installing method Integer>><=
11:57:26				211/515 - 10/87: Installing method Integer>>=
11:57:26				211/515 - 11/87: Installing method Integer>>>
11:57:26				211/515 - 12/87: Installing method Integer>>>=
11:57:26				211/515 - 13/87: Installing method Integer>>>>
11:57:26				211/515 - 14/87: Installing method Integer>>\\\
11:57:26				211/515 - 15/87: Installing method Integer>>adaptToFraction:andSend:
11:57:26				211/515 - 16/87: Installing method Integer>>alignedTo:
11:57:26				211/515 - 17/87: Installing method Integer>>allMask:
11:57:26				211/515 - 18/87: Installing method Integer>>anyBitOfMagnitudeFrom:to:
11:57:26				211/515 - 19/87: Installing method Integer>>anyMask:
11:57:26				211/515 - 20/87: Installing method Integer>>asByteArray
11:57:26				211/515 - 21/87: Installing method Integer>>asByteArrayOfSize:
11:57:26				211/515 - 22/87: Installing method Integer>>asCharacter
11:57:26				211/515 - 23/87: Installing method Integer>>asCharacterDigit
11:57:26				211/515 - 24/87: Installing method Integer>>asFraction
11:57:26				211/515 - 25/87: Installing method Integer>>asInteger
11:57:26				211/515 - 26/87: Installing method Integer>>asLargerPowerOfTwo
11:57:26				211/515 - 27/87: Installing method Integer>>asPowerOfTwo
11:57:26				211/515 - 28/87: Installing method Integer>>asScaledDecimal
11:57:26				211/515 - 29/87: Installing method Integer>>asSmallerPowerOfTwo
11:57:26				211/515 - 30/87: Installing method Integer>>bitAnd:
11:57:26				211/515 - 31/87: Installing method Integer>>bitAt:
11:57:26				211/515 - 32/87: Installing method Integer>>bitAt:put:
11:57:26				211/515 - 33/87: Installing method Integer>>bitClear:
11:57:26				211/515 - 34/87: Installing method Integer>>bitInvert
11:57:26				211/515 - 35/87: Installing method Integer>>bitInvert32
11:57:26				211/515 - 36/87: Installing method Integer>>bitOr:
11:57:26				211/515 - 37/87: Installing method Integer>>bitShift:
11:57:26				211/515 - 38/87: Installing method Integer>>bitShiftMagnitude:
11:57:26				211/515 - 39/87: Installing method Integer>>bitString
11:57:26				211/515 - 40/87: Installing method Integer>>bitStringLength
11:57:26				211/515 - 41/87: Installing method Integer>>bitXor:
11:57:26				211/515 - 42/87: Installing method Integer>>byteAt:
11:57:26				211/515 - 43/87: Installing method Integer>>byteAt:put:
11:57:26				211/515 - 44/87: Installing method Integer>>bytesCompare:
11:57:26				211/515 - 45/87: Installing method Integer>>bytesCount
11:57:26				211/515 - 46/87: Installing method Integer>>ceiling
11:57:26				211/515 - 47/87: Installing method Integer>>copyto:
11:57:26				211/515 - 48/87: Installing method Integer>>crossSumBase:
11:57:26				211/515 - 49/87: Installing method Integer>>decimalDigitLength
11:57:26				211/515 - 50/87: Installing method Integer>>denominator
11:57:26				211/515 - 51/87: Installing method Integer>>digitAdd:
11:57:26				211/515 - 52/87: Installing method Integer>>digitAt:base:
11:57:26				211/515 - 53/87: Installing method Integer>>digitDiv:neg:
11:57:26				211/515 - 54/87: Installing method Integer>>digitLogic:op:length:
11:57:26				211/515 - 55/87: Installing method Integer>>digitLshift:
11:57:26				211/515 - 56/87: Installing method Integer>>digitMultiply:neg:
11:57:26				211/515 - 57/87: Installing method Integer>>digitRshift:bytes:lookfirst:
11:57:26				211/515 - 58/87: Installing method Integer>>digitSubtract:
11:57:26				211/515 - 59/87: Installing method Integer>>digitSum
11:57:26				211/515 - 60/87: Installing method Integer>>even
11:57:26				211/515 - 61/87: Installing method Integer>>floor
11:57:26				211/515 - 62/87: Installing method Integer>>gcd:
11:57:26				211/515 - 63/87: Installing method Integer>>growby:
11:57:26				211/515 - 64/87: Installing method Integer>>growto:
11:57:26				211/515 - 65/87: Installing method Integer>>hashMultiply
11:57:26				211/515 - 66/87: Installing method Integer>>highBit
11:57:26				211/515 - 67/87: Installing method Integer>>highBitOfMagnitude
11:57:26				211/515 - 68/87: Installing method Integer>>isFraction
11:57:26				211/515 - 69/87: Installing method Integer>>isInteger
11:57:26				211/515 - 70/87: Installing method Integer>>isLarge
11:57:26				211/515 - 71/87: Installing method Integer>>isLiteral
11:57:26				211/515 - 72/87: Installing method Integer>>isPowerOfTwo
11:57:26				211/515 - 73/87: Installing method Integer>>lastDigit
11:57:26				211/515 - 74/87: Installing method Integer>>lowBit
11:57:26				211/515 - 75/87: Installing method Integer>>noMask:
11:57:26				211/515 - 76/87: Installing method Integer>>normalize
11:57:26				211/515 - 77/87: Installing method Integer>>numberOfDigitsInBase:
11:57:26				211/515 - 78/87: Installing method Integer>>numerator
11:57:26				211/515 - 79/87: Installing method Integer>>printOn:base:nDigits:
11:57:26				211/515 - 80/87: Installing method Integer>>quo:
11:57:26				211/515 - 81/87: Installing method Integer>>reciprocalModulo:
11:57:26				211/515 - 82/87: Installing method Integer>>replaceFrom:to:with:startingAt:
11:57:26				211/515 - 83/87: Installing method Integer>>round:
11:57:26				211/515 - 84/87: Installing method Integer>>rounded
11:57:26				211/515 - 85/87: Installing method Integer>>timesRepeat:
11:57:26				211/515 - 86/87: Installing method Integer>>truncated
11:57:26				211/515 - 87/87: Installing method Integer>>|
11:57:26				211/515 - 1/10: Installing method Integer class>>basicNew
11:57:26				211/515 - 2/10: Installing method Integer class>>byte1:byte2:byte3:byte4:
11:57:27				211/515 - 3/10: Installing method Integer class>>isAbstract
11:57:27				211/515 - 4/10: Installing method Integer class>>new
11:57:27				211/515 - 5/10: Installing method Integer class>>new:neg:
11:57:27				211/515 - 6/10: Installing method Integer class>>readFrom:
11:57:27				211/515 - 7/10: Installing method Integer class>>readFrom:base:
11:57:27				211/515 - 8/10: Installing method Integer class>>readFrom:ifFail:
11:57:27				211/515 - 9/10: Installing method Integer class>>readFrom:radix:
11:57:27				211/515 - 10/10: Installing method Integer class>>readHexByteFrom:
11:57:27				212/515 - 1/6: Installing method IntegerArray>>asIntegerArray
11:57:27				212/515 - 2/6: Installing method IntegerArray>>at:
11:57:27				212/515 - 3/6: Installing method IntegerArray>>at:put:
11:57:27				212/515 - 4/6: Installing method IntegerArray>>atAllPut:
11:57:27				212/515 - 5/6: Installing method IntegerArray>>defaultElement
11:57:27				212/515 - 6/6: Installing method IntegerArray>>primFill:
11:57:27				213/515 - 1/32: Installing method Interval>>+
11:57:27				213/515 - 2/32: Installing method Interval>>-
11:57:27				213/515 - 3/32: Installing method Interval>>=
11:57:27				213/515 - 4/32: Installing method Interval>>add:
11:57:27				213/515 - 5/32: Installing method Interval>>anyOne
11:57:27				213/515 - 6/32: Installing method Interval>>asOpenInterval
11:57:27				213/515 - 7/32: Installing method Interval>>at:
11:57:27				213/515 - 8/32: Installing method Interval>>at:put:
11:57:27				213/515 - 9/32: Installing method Interval>>collect:
11:57:27				213/515 - 10/32: Installing method Interval>>do:
11:57:27				213/515 - 11/32: Installing method Interval>>extent
11:57:27				213/515 - 12/32: Installing method Interval>>first
11:57:27				213/515 - 13/32: Installing method Interval>>hash
11:57:27				213/515 - 14/32: Installing method Interval>>increment
11:57:27				213/515 - 15/32: Installing method Interval>>indexOf:startingAt:ifAbsent:
11:57:27				213/515 - 16/32: Installing method Interval>>isInterval
11:57:27				213/515 - 17/32: Installing method Interval>>isSelfEvaluating
11:57:27				213/515 - 18/32: Installing method Interval>>last
11:57:27				213/515 - 19/32: Installing method Interval>>permutationsDo:
11:57:27				213/515 - 20/32: Installing method Interval>>printOn:
11:57:27				213/515 - 21/32: Installing method Interval>>rangeIncludes:
11:57:27				213/515 - 22/32: Installing method Interval>>remove:
11:57:27				213/515 - 23/32: Installing method Interval>>reverseDo:
11:57:27				213/515 - 24/32: Installing method Interval>>setFrom:to:by:
11:57:27				213/515 - 25/32: Installing method Interval>>size
11:57:27				213/515 - 26/32: Installing method Interval>>sort:
11:57:27				213/515 - 27/32: Installing method Interval>>sorted
11:57:27				213/515 - 28/32: Installing method Interval>>sorted:
11:57:27				213/515 - 29/32: Installing method Interval>>species
11:57:27				213/515 - 30/32: Installing method Interval>>stop
11:57:27				213/515 - 31/32: Installing method Interval>>storeOn:
11:57:27				213/515 - 32/32: Installing method Interval>>sum
11:57:27				213/515 - 1/6: Installing method Interval class>>from:to:
11:57:27				213/515 - 2/6: Installing method Interval class>>from:to:by:
11:57:27				213/515 - 3/6: Installing method Interval class>>new
11:57:27				213/515 - 4/6: Installing method Interval class>>newFrom:
11:57:27				213/515 - 5/6: Installing method Interval class>>newFromArray:
11:57:27				213/515 - 6/6: Installing method Interval class>>streamSpecies
11:57:27				214/515 - 1/1: Installing method InvalidGlobalName class>>signal:for:
11:57:27				215/515 - 1/1: Installing method InvalidSlotName class>>signalFor:
11:57:27				216/515 - 1/3: Installing method KeyNotFound>>key
11:57:27				216/515 - 2/3: Installing method KeyNotFound>>key:
11:57:27				216/515 - 3/3: Installing method KeyNotFound>>standardMessageText
11:57:28				217/515 - 1/12: Installing method KeyboardKey>>=
11:57:28				217/515 - 2/12: Installing method KeyboardKey>>hash
11:57:28				217/515 - 3/12: Installing method KeyboardKey>>isArrowDown
11:57:28				217/515 - 4/12: Installing method KeyboardKey>>isArrowLeft
11:57:28				217/515 - 5/12: Installing method KeyboardKey>>isArrowRight
11:57:28				217/515 - 6/12: Installing method KeyboardKey>>isArrowUp
11:57:28				217/515 - 7/12: Installing method KeyboardKey>>isUnkownKey
11:57:28				217/515 - 8/12: Installing method KeyboardKey>>name
11:57:28				217/515 - 9/12: Installing method KeyboardKey>>printOn:
11:57:28				217/515 - 10/12: Installing method KeyboardKey>>value
11:57:28				217/515 - 11/12: Installing method KeyboardKey>>withValue:
11:57:28				217/515 - 12/12: Installing method KeyboardKey>>withValue:andName:
11:57:31				217/515 - 1/115: Installing method KeyboardKey class>>A
11:57:31				217/515 - 2/115: Installing method KeyboardKey class>>B
11:57:31				217/515 - 3/115: Installing method KeyboardKey class>>C
11:57:31				217/515 - 4/115: Installing method KeyboardKey class>>D
11:57:31				217/515 - 5/115: Installing method KeyboardKey class>>E
11:57:31				217/515 - 6/115: Installing method KeyboardKey class>>F
11:57:31				217/515 - 7/115: Installing method KeyboardKey class>>F1
11:57:31				217/515 - 8/115: Installing method KeyboardKey class>>F10
11:57:31				217/515 - 9/115: Installing method KeyboardKey class>>F11
11:57:31				217/515 - 10/115: Installing method KeyboardKey class>>F12
11:57:31				217/515 - 11/115: Installing method KeyboardKey class>>F2
11:57:31				217/515 - 12/115: Installing method KeyboardKey class>>F3
11:57:31				217/515 - 13/115: Installing method KeyboardKey class>>F4
11:57:31				217/515 - 14/115: Installing method KeyboardKey class>>F5
11:57:31				217/515 - 15/115: Installing method KeyboardKey class>>F6
11:57:31				217/515 - 16/115: Installing method KeyboardKey class>>F7
11:57:31				217/515 - 17/115: Installing method KeyboardKey class>>F8
11:57:31				217/515 - 18/115: Installing method KeyboardKey class>>F9
11:57:31				217/515 - 19/115: Installing method KeyboardKey class>>G
11:57:31				217/515 - 20/115: Installing method KeyboardKey class>>H
11:57:31				217/515 - 21/115: Installing method KeyboardKey class>>I
11:57:31				217/515 - 22/115: Installing method KeyboardKey class>>J
11:57:31				217/515 - 23/115: Installing method KeyboardKey class>>K
11:57:31				217/515 - 24/115: Installing method KeyboardKey class>>L
11:57:31				217/515 - 25/115: Installing method KeyboardKey class>>M
11:57:31				217/515 - 26/115: Installing method KeyboardKey class>>N
11:57:31				217/515 - 27/115: Installing method KeyboardKey class>>O
11:57:31				217/515 - 28/115: Installing method KeyboardKey class>>P
11:57:31				217/515 - 29/115: Installing method KeyboardKey class>>Q
11:57:31				217/515 - 30/115: Installing method KeyboardKey class>>R
11:57:31				217/515 - 31/115: Installing method KeyboardKey class>>S
11:57:31				217/515 - 32/115: Installing method KeyboardKey class>>T
11:57:31				217/515 - 33/115: Installing method KeyboardKey class>>U
11:57:31				217/515 - 34/115: Installing method KeyboardKey class>>V
11:57:31				217/515 - 35/115: Installing method KeyboardKey class>>W
11:57:31				217/515 - 36/115: Installing method KeyboardKey class>>X
11:57:31				217/515 - 37/115: Installing method KeyboardKey class>>Y
11:57:31				217/515 - 38/115: Installing method KeyboardKey class>>Z
11:57:31				217/515 - 39/115: Installing method KeyboardKey class>>altLeft
11:57:31				217/515 - 40/115: Installing method KeyboardKey class>>altRight
11:57:31				217/515 - 41/115: Installing method KeyboardKey class>>backslash
11:57:31				217/515 - 42/115: Installing method KeyboardKey class>>backspace
11:57:32				217/515 - 43/115: Installing method KeyboardKey class>>braceLeft
11:57:32				217/515 - 44/115: Installing method KeyboardKey class>>bracketLeft
11:57:32				217/515 - 45/115: Installing method KeyboardKey class>>bracketRight
11:57:32				217/515 - 46/115: Installing method KeyboardKey class>>capsLock
11:57:32				217/515 - 47/115: Installing method KeyboardKey class>>comma
11:57:32				217/515 - 48/115: Installing method KeyboardKey class>>controlLeft
11:57:32				217/515 - 49/115: Installing method KeyboardKey class>>controlRight
11:57:32				217/515 - 50/115: Installing method KeyboardKey class>>delete
11:57:32				217/515 - 51/115: Installing method KeyboardKey class>>doubleQuote
11:57:32				217/515 - 52/115: Installing method KeyboardKey class>>down
11:57:32				217/515 - 53/115: Installing method KeyboardKey class>>eight
11:57:32				217/515 - 54/115: Installing method KeyboardKey class>>end
11:57:32				217/515 - 55/115: Installing method KeyboardKey class>>enter
11:57:32				217/515 - 56/115: Installing method KeyboardKey class>>equal
11:57:32				217/515 - 57/115: Installing method KeyboardKey class>>escape
11:57:32				217/515 - 58/115: Installing method KeyboardKey class>>five
11:57:32				217/515 - 59/115: Installing method KeyboardKey class>>four
11:57:32				217/515 - 60/115: Installing method KeyboardKey class>>fromCharacter:
11:57:32				217/515 - 61/115: Installing method KeyboardKey class>>fromCharacter:ifNone:
11:57:32				217/515 - 62/115: Installing method KeyboardKey class>>function
11:57:32				217/515 - 63/115: Installing method KeyboardKey class>>grave
11:57:32				217/515 - 64/115: Installing method KeyboardKey class>>home
11:57:32				217/515 - 65/115: Installing method KeyboardKey class>>initialize
11:57:32				217/515 - 66/115: Installing method KeyboardKey class>>initializeKeyFromCharacterCompatibilityTable
11:57:32				217/515 - 67/115: Installing method KeyboardKey class>>initializeKeyTable
11:57:32				217/515 - 68/115: Installing method KeyboardKey class>>initializeMacOSVirtualKeyTable
11:57:32				217/515 - 69/115: Installing method KeyboardKey class>>initializeUnixVirtualKeyTable
11:57:32				217/515 - 70/115: Installing method KeyboardKey class>>initializeWindowsVirtualKeyTable
11:57:32				217/515 - 71/115: Installing method KeyboardKey class>>keyFromCharacterTable
11:57:32				217/515 - 72/115: Installing method KeyboardKey class>>keypadDown
11:57:32				217/515 - 73/115: Installing method KeyboardKey class>>keypadEnter
11:57:32				217/515 - 74/115: Installing method KeyboardKey class>>keypadLeft
11:57:32				217/515 - 75/115: Installing method KeyboardKey class>>keypadRight
11:57:32				217/515 - 76/115: Installing method KeyboardKey class>>keypadUp
11:57:32				217/515 - 77/115: Installing method KeyboardKey class>>left
11:57:32				217/515 - 78/115: Installing method KeyboardKey class>>lessThan
11:57:32				217/515 - 79/115: Installing method KeyboardKey class>>macOSVirtualKeyTable
11:57:32				217/515 - 80/115: Installing method KeyboardKey class>>menu
11:57:32				217/515 - 81/115: Installing method KeyboardKey class>>metaLeft
11:57:32				217/515 - 82/115: Installing method KeyboardKey class>>metaRight
11:57:32				217/515 - 83/115: Installing method KeyboardKey class>>minus
11:57:32				217/515 - 84/115: Installing method KeyboardKey class>>named:
11:57:32				217/515 - 85/115: Installing method KeyboardKey class>>named:ifNone:
11:57:32				217/515 - 86/115: Installing method KeyboardKey class>>nine
11:57:32				217/515 - 87/115: Installing method KeyboardKey class>>one
11:57:32				217/515 - 88/115: Installing method KeyboardKey class>>pageDown
11:57:32				217/515 - 89/115: Installing method KeyboardKey class>>pageUp
11:57:32				217/515 - 90/115: Installing method KeyboardKey class>>parenthesisLeft
11:57:32				217/515 - 91/115: Installing method KeyboardKey class>>period
11:57:32				217/515 - 92/115: Installing method KeyboardKey class>>quote
11:57:32				217/515 - 93/115: Installing method KeyboardKey class>>right
11:57:32				217/515 - 94/115: Installing method KeyboardKey class>>semicolon
11:57:32				217/515 - 95/115: Installing method KeyboardKey class>>seven
11:57:32				217/515 - 96/115: Installing method KeyboardKey class>>shiftLeft
11:57:32				217/515 - 97/115: Installing method KeyboardKey class>>shiftRight
11:57:32				217/515 - 98/115: Installing method KeyboardKey class>>singleQuote
11:57:32				217/515 - 99/115: Installing method KeyboardKey class>>six
11:57:32				217/515 - 100/115: Installing method KeyboardKey class>>slash
11:57:32				217/515 - 101/115: Installing method KeyboardKey class>>space
11:57:32				217/515 - 102/115: Installing method KeyboardKey class>>superLeft
11:57:32				217/515 - 103/115: Installing method KeyboardKey class>>superRight
11:57:32				217/515 - 104/115: Installing method KeyboardKey class>>tab
11:57:32				217/515 - 105/115: Installing method KeyboardKey class>>three
11:57:32				217/515 - 106/115: Installing method KeyboardKey class>>two
11:57:32				217/515 - 107/115: Installing method KeyboardKey class>>unixVirtualKeyTable
11:57:32				217/515 - 108/115: Installing method KeyboardKey class>>unknownKeyName
11:57:32				217/515 - 109/115: Installing method KeyboardKey class>>up
11:57:32				217/515 - 110/115: Installing method KeyboardKey class>>value:
11:57:32				217/515 - 111/115: Installing method KeyboardKey class>>valueForMacOSXPlatform:
11:57:32				217/515 - 112/115: Installing method KeyboardKey class>>valueForUnixPlatform:
11:57:32				217/515 - 113/115: Installing method KeyboardKey class>>valueForWindowsPlatform:
11:57:32				217/515 - 114/115: Installing method KeyboardKey class>>windowsVirtualKeyTable
11:57:32				217/515 - 115/115: Installing method KeyboardKey class>>zero
11:57:33				218/515 - 1/15: Installing method KeyedTree>>allKeys
11:57:33				218/515 - 2/15: Installing method KeyedTree>>atPath:
11:57:33				218/515 - 3/15: Installing method KeyedTree>>atPath:ifAbsent:
11:57:33				218/515 - 4/15: Installing method KeyedTree>>atPath:ifAbsentPut:
11:57:33				218/515 - 5/15: Installing method KeyedTree>>atPath:put:
11:57:33				218/515 - 6/15: Installing method KeyedTree>>formattedText
11:57:33				218/515 - 7/15: Installing method KeyedTree>>formattedTextWithDescriptions:
11:57:33				218/515 - 8/15: Installing method KeyedTree>>merge:
11:57:33				218/515 - 9/15: Installing method KeyedTree>>postCopy
11:57:33				218/515 - 10/15: Installing method KeyedTree>>putFormattedTextOn:level:indentString:
11:57:33				218/515 - 11/15: Installing method KeyedTree>>putFormattedTextOn:withDescriptions:level:indentString:
11:57:33				218/515 - 12/15: Installing method KeyedTree>>removePath:
11:57:33				218/515 - 13/15: Installing method KeyedTree>>removePath:ifAbsent:
11:57:33				218/515 - 14/15: Installing method KeyedTree>>sortBlock
11:57:33				218/515 - 15/15: Installing method KeyedTree>>subtrees
11:57:33				219/515 - 1/25: Installing method LargeInteger>>*
11:57:33				219/515 - 2/25: Installing method LargeInteger>>+
11:57:33				219/515 - 3/25: Installing method LargeInteger>>-
11:57:33				219/515 - 4/25: Installing method LargeInteger>>/
11:57:33				219/515 - 5/25: Installing method LargeInteger>>//
11:57:33				219/515 - 6/25: Installing method LargeInteger>><
11:57:33				219/515 - 7/25: Installing method LargeInteger>><=
11:57:33				219/515 - 8/25: Installing method LargeInteger>>>
11:57:33				219/515 - 9/25: Installing method LargeInteger>>>=
11:57:33				219/515 - 10/25: Installing method LargeInteger>>\\
11:57:33				219/515 - 11/25: Installing method LargeInteger>>\\\
11:57:33				219/515 - 12/25: Installing method LargeInteger>>asFloat
11:57:33				219/515 - 13/25: Installing method LargeInteger>>byteAt:
11:57:33				219/515 - 14/25: Installing method LargeInteger>>byteAt:put:
11:57:33				219/515 - 15/25: Installing method LargeInteger>>bytesCount
11:57:33				219/515 - 16/25: Installing method LargeInteger>>hash
11:57:33				219/515 - 17/25: Installing method LargeInteger>>hashMultiply
11:57:33				219/515 - 18/25: Installing method LargeInteger>>highBitOfMagnitude
11:57:33				219/515 - 19/25: Installing method LargeInteger>>isLarge
11:57:33				219/515 - 20/25: Installing method LargeInteger>>mightBeASquare
11:57:33				219/515 - 21/25: Installing method LargeInteger>>printOn:base:nDigits:
11:57:33				219/515 - 22/25: Installing method LargeInteger>>quo:
11:57:33				219/515 - 23/25: Installing method LargeInteger>>rem:
11:57:33				219/515 - 24/25: Installing method LargeInteger>>replaceFrom:to:with:startingAt:
11:57:33				219/515 - 25/25: Installing method LargeInteger>>withAtLeastNDigits:
11:57:33				219/515 - 1/1: Installing method LargeInteger class>>isAbstract
11:57:33				220/515 - 1/13: Installing method LargeNegativeInteger>>abs
11:57:33				220/515 - 2/13: Installing method LargeNegativeInteger>>asFloat
11:57:33				220/515 - 3/13: Installing method LargeNegativeInteger>>bitAt:
11:57:33				220/515 - 4/13: Installing method LargeNegativeInteger>>highBit
11:57:33				220/515 - 5/13: Installing method LargeNegativeInteger>>mightBeASquare
11:57:33				220/515 - 6/13: Installing method LargeNegativeInteger>>negated
11:57:33				220/515 - 7/13: Installing method LargeNegativeInteger>>negative
11:57:33				220/515 - 8/13: Installing method LargeNegativeInteger>>normalize
11:57:33				220/515 - 9/13: Installing method LargeNegativeInteger>>positive
11:57:33				220/515 - 10/13: Installing method LargeNegativeInteger>>printOn:base:
11:57:33				220/515 - 11/13: Installing method LargeNegativeInteger>>sign
11:57:33				220/515 - 12/13: Installing method LargeNegativeInteger>>signBit
11:57:33				220/515 - 13/13: Installing method LargeNegativeInteger>>strictlyPositive
11:57:33				221/515 - 1/13: Installing method LargePositiveInteger>>abs
11:57:33				221/515 - 2/13: Installing method LargePositiveInteger>>bitAt:
11:57:33				221/515 - 3/13: Installing method LargePositiveInteger>>hashMultiply
11:57:33				221/515 - 4/13: Installing method LargePositiveInteger>>highBit
11:57:33				221/515 - 5/13: Installing method LargePositiveInteger>>mightBeASquare
11:57:33				221/515 - 6/13: Installing method LargePositiveInteger>>negated
11:57:33				221/515 - 7/13: Installing method LargePositiveInteger>>negative
11:57:33				221/515 - 8/13: Installing method LargePositiveInteger>>normalize
11:57:33				221/515 - 9/13: Installing method LargePositiveInteger>>positive
11:57:33				221/515 - 10/13: Installing method LargePositiveInteger>>printOn:base:
11:57:33				221/515 - 11/13: Installing method LargePositiveInteger>>sign
11:57:33				221/515 - 12/13: Installing method LargePositiveInteger>>signBit
11:57:33				221/515 - 13/13: Installing method LargePositiveInteger>>strictlyPositive
11:57:34				222/515 - 1/20: Installing method LayoutClassScope>>=
11:57:34				222/515 - 2/20: Installing method LayoutClassScope>>allSlotsDo:
11:57:34				222/515 - 3/20: Installing method LayoutClassScope>>allVisibleSlots
11:57:34				222/515 - 4/20: Installing method LayoutClassScope>>do:
11:57:34				222/515 - 5/20: Installing method LayoutClassScope>>fieldSize
11:57:34				222/515 - 6/20: Installing method LayoutClassScope>>flattenIn:
11:57:34				222/515 - 7/20: Installing method LayoutClassScope>>hasBindingThatBeginsWith:
11:57:34				222/515 - 8/20: Installing method LayoutClassScope>>hasFields
11:57:34				222/515 - 9/20: Installing method LayoutClassScope>>hasSlots
11:57:34				222/515 - 10/20: Installing method LayoutClassScope>>hash
11:57:34				222/515 - 11/20: Installing method LayoutClassScope>>isEmpty
11:57:34				222/515 - 12/20: Installing method LayoutClassScope>>ownFieldSize
11:57:34				222/515 - 13/20: Installing method LayoutClassScope>>parentScope
11:57:34				222/515 - 14/20: Installing method LayoutClassScope>>parentScope:
11:57:34				222/515 - 15/20: Installing method LayoutClassScope>>postCopy
11:57:34				222/515 - 16/20: Installing method LayoutClassScope>>printOn:
11:57:34				222/515 - 17/20: Installing method LayoutClassScope>>reverseDo:
11:57:34				222/515 - 18/20: Installing method LayoutClassScope>>slots
11:57:34				222/515 - 19/20: Installing method LayoutClassScope>>visibleSlots
11:57:34				222/515 - 20/20: Installing method LayoutClassScope>>withIndexDo:
11:57:34				223/515 - 1/10: Installing method LayoutEmptyScope>>allSlotsDo:
11:57:34				223/515 - 2/10: Installing method LayoutEmptyScope>>allVisibleSlots
11:57:34				223/515 - 3/10: Installing method LayoutEmptyScope>>fieldSize
11:57:34				223/515 - 4/10: Installing method LayoutEmptyScope>>flattenIn:
11:57:34				223/515 - 5/10: Installing method LayoutEmptyScope>>hasBindingThatBeginsWith:
11:57:34				223/515 - 6/10: Installing method LayoutEmptyScope>>hasFields
11:57:34				223/515 - 7/10: Installing method LayoutEmptyScope>>hasSlots
11:57:34				223/515 - 8/10: Installing method LayoutEmptyScope>>isEmpty
11:57:34				223/515 - 9/10: Installing method LayoutEmptyScope>>ownFieldSize
11:57:34				223/515 - 10/10: Installing method LayoutEmptyScope>>visibleSlots
11:57:34				223/515 - 1/1: Installing method LayoutEmptyScope class>>instance
11:57:34				224/515 - 1/8: Installing method LimitedWriteStream>>limit
11:57:34				224/515 - 2/8: Installing method LimitedWriteStream>>limit:
11:57:34				224/515 - 3/8: Installing method LimitedWriteStream>>limitBlock
11:57:34				224/515 - 4/8: Installing method LimitedWriteStream>>limitBlock:
11:57:34				224/515 - 5/8: Installing method LimitedWriteStream>>nextPut:
11:57:34				224/515 - 6/8: Installing method LimitedWriteStream>>nextPutAll:
11:57:34				224/515 - 7/8: Installing method LimitedWriteStream>>pastEndPut:
11:57:34				224/515 - 8/8: Installing method LimitedWriteStream>>setLimit:limitBlock:
11:57:34				224/515 - 1/6: Installing method LimitedWriteStream class>>defaultLimit
11:57:34				224/515 - 2/6: Installing method LimitedWriteStream class>>on:
11:57:34				224/515 - 3/6: Installing method LimitedWriteStream class>>on:from:to:
11:57:34				224/515 - 4/6: Installing method LimitedWriteStream class>>on:limit:limitBlock:
11:57:34				224/515 - 5/6: Installing method LimitedWriteStream class>>with:
11:57:34				224/515 - 6/6: Installing method LimitedWriteStream class>>with:from:to:
11:57:34				225/515 - 1/4: Installing method Link>>asLink
11:57:34				225/515 - 2/4: Installing method Link>>asLinkPrepend:
11:57:34				225/515 - 3/4: Installing method Link>>nextLink
11:57:34				225/515 - 4/4: Installing method Link>>nextLink:
11:57:34				225/515 - 1/1: Installing method Link class>>nextLink:
11:57:35				226/515 - 1/46: Installing method LinkedList>>add:
11:57:35				226/515 - 2/46: Installing method LinkedList>>add:after:
11:57:35				226/515 - 3/46: Installing method LinkedList>>add:afterLink:
11:57:35				226/515 - 4/46: Installing method LinkedList>>add:before:
11:57:35				226/515 - 5/46: Installing method LinkedList>>add:beforeLink:
11:57:35				226/515 - 6/46: Installing method LinkedList>>addFirst:
11:57:35				226/515 - 7/46: Installing method LinkedList>>addLast:
11:57:35				226/515 - 8/46: Installing method LinkedList>>at:
11:57:35				226/515 - 9/46: Installing method LinkedList>>at:put:
11:57:35				226/515 - 10/46: Installing method LinkedList>>at:putLink:
11:57:35				226/515 - 11/46: Installing method LinkedList>>collect:
11:57:35				226/515 - 12/46: Installing method LinkedList>>collect:thenReject:
11:57:35				226/515 - 13/46: Installing method LinkedList>>collect:thenSelect:
11:57:35				226/515 - 14/46: Installing method LinkedList>>copyWith:
11:57:35				226/515 - 15/46: Installing method LinkedList>>copyWithout:
11:57:35				226/515 - 16/46: Installing method LinkedList>>do:
11:57:35				226/515 - 17/46: Installing method LinkedList>>first
11:57:35				226/515 - 18/46: Installing method LinkedList>>firstLink
11:57:35				226/515 - 19/46: Installing method LinkedList>>indexOf:startingAt:ifAbsent:
11:57:35				226/515 - 20/46: Installing method LinkedList>>isEmpty
11:57:35				226/515 - 21/46: Installing method LinkedList>>last
11:57:35				226/515 - 22/46: Installing method LinkedList>>lastLink
11:57:35				226/515 - 23/46: Installing method LinkedList>>linkAt:
11:57:35				226/515 - 24/46: Installing method LinkedList>>linkAt:ifAbsent:
11:57:35				226/515 - 25/46: Installing method LinkedList>>linkOf:
11:57:35				226/515 - 26/46: Installing method LinkedList>>linkOf:ifAbsent:
11:57:35				226/515 - 27/46: Installing method LinkedList>>linksDo:
11:57:35				226/515 - 28/46: Installing method LinkedList>>postCopy
11:57:35				226/515 - 29/46: Installing method LinkedList>>rechain:
11:57:35				226/515 - 30/46: Installing method LinkedList>>reject:
11:57:35				226/515 - 31/46: Installing method LinkedList>>reject:thenCollect:
11:57:35				226/515 - 32/46: Installing method LinkedList>>remove:ifAbsent:
11:57:35				226/515 - 33/46: Installing method LinkedList>>removeAll
11:57:35				226/515 - 34/46: Installing method LinkedList>>removeAllSuchThat:
11:57:35				226/515 - 35/46: Installing method LinkedList>>removeFirst
11:57:35				226/515 - 36/46: Installing method LinkedList>>removeLast
11:57:35				226/515 - 37/46: Installing method LinkedList>>removeLink:
11:57:35				226/515 - 38/46: Installing method LinkedList>>removeLink:ifAbsent:
11:57:35				226/515 - 39/46: Installing method LinkedList>>select:
11:57:35				226/515 - 40/46: Installing method LinkedList>>select:thenCollect:
11:57:35				226/515 - 41/46: Installing method LinkedList>>select:thenDo:
11:57:35				226/515 - 42/46: Installing method LinkedList>>size
11:57:35				226/515 - 43/46: Installing method LinkedList>>sort:
11:57:35				226/515 - 44/46: Installing method LinkedList>>species
11:57:35				226/515 - 45/46: Installing method LinkedList>>swap:with:
11:57:35				226/515 - 46/46: Installing method LinkedList>>validIndex:
11:57:35				226/515 - 1/4: Installing method LinkedList class>>new:
11:57:35				226/515 - 2/4: Installing method LinkedList class>>new:streamContents:
11:57:35				226/515 - 3/4: Installing method LinkedList class>>newFrom:
11:57:35				226/515 - 4/4: Installing method LinkedList class>>streamSpecies
11:57:36				227/515 - 1/36: Installing method LiteralVariable>>=
11:57:36				227/515 - 2/36: Installing method LiteralVariable>>acceptVisitor:node:
11:57:36				227/515 - 3/36: Installing method LiteralVariable>>analogousCodeTo:
11:57:36				227/515 - 4/36: Installing method LiteralVariable>>asClassVariable
11:57:36				227/515 - 5/36: Installing method LiteralVariable>>definingClass
11:57:36				227/515 - 6/36: Installing method LiteralVariable>>definitionString
11:57:36				227/515 - 7/36: Installing method LiteralVariable>>emitStore:
11:57:36				227/515 - 8/36: Installing method LiteralVariable>>emitValue:
11:57:36				227/515 - 9/36: Installing method LiteralVariable>>hash
11:57:36				227/515 - 10/36: Installing method LiteralVariable>>installingIn:
11:57:36				227/515 - 11/36: Installing method LiteralVariable>>isAccessedIn:
11:57:36				227/515 - 12/36: Installing method LiteralVariable>>isGlobalClassNameBinding
11:57:36				227/515 - 13/36: Installing method LiteralVariable>>isLiteralVariable
11:57:36				227/515 - 14/36: Installing method LiteralVariable>>isReadIn:
11:57:36				227/515 - 15/36: Installing method LiteralVariable>>isReferenced
11:57:36				227/515 - 16/36: Installing method LiteralVariable>>isSelfEvaluating
11:57:36				227/515 - 17/36: Installing method LiteralVariable>>isVariableBinding
11:57:36				227/515 - 18/36: Installing method LiteralVariable>>isWritable
11:57:36				227/515 - 19/36: Installing method LiteralVariable>>isWrittenIn:
11:57:36				227/515 - 20/36: Installing method LiteralVariable>>key
11:57:36				227/515 - 21/36: Installing method LiteralVariable>>key:
11:57:36				227/515 - 22/36: Installing method LiteralVariable>>key:value:
11:57:36				227/515 - 23/36: Installing method LiteralVariable>>literalEqual:
11:57:36				227/515 - 24/36: Installing method LiteralVariable>>name:
11:57:36				227/515 - 25/36: Installing method LiteralVariable>>printOn:
11:57:36				227/515 - 26/36: Installing method LiteralVariable>>read
11:57:36				227/515 - 27/36: Installing method LiteralVariable>>readInContext:
11:57:36				227/515 - 28/36: Installing method LiteralVariable>>runtimeUndeclaredReadInContext:
11:57:36				227/515 - 29/36: Installing method LiteralVariable>>runtimeUndeclaredWrite:inContext:
11:57:36				227/515 - 30/36: Installing method LiteralVariable>>scope
11:57:36				227/515 - 31/36: Installing method LiteralVariable>>storeOn:
11:57:36				227/515 - 32/36: Installing method LiteralVariable>>usingMethods
11:57:36				227/515 - 33/36: Installing method LiteralVariable>>value
11:57:36				227/515 - 34/36: Installing method LiteralVariable>>value:
11:57:36				227/515 - 35/36: Installing method LiteralVariable>>write:
11:57:36				227/515 - 36/36: Installing method LiteralVariable>>write:inContext:
11:57:36				227/515 - 1/2: Installing method LiteralVariable class>>key:
11:57:36				227/515 - 2/2: Installing method LiteralVariable class>>key:value:
11:57:36				228/515 - 1/7: Installing method LookupKey>><
11:57:36				228/515 - 2/7: Installing method LookupKey>>=
11:57:36				228/515 - 3/7: Installing method LookupKey>>hash
11:57:36				228/515 - 4/7: Installing method LookupKey>>key
11:57:36				228/515 - 5/7: Installing method LookupKey>>key:
11:57:36				228/515 - 6/7: Installing method LookupKey>>name
11:57:36				228/515 - 7/7: Installing method LookupKey>>printOn:
11:57:36				228/515 - 1/1: Installing method LookupKey class>>key:
11:57:36				229/515 - 1/8: Installing method MacOSPlatform>>accept:
11:57:36				229/515 - 2/8: Installing method MacOSPlatform>>defaultMaximumPathLength
11:57:36				229/515 - 3/8: Installing method MacOSPlatform>>family
11:57:36				229/515 - 4/8: Installing method MacOSPlatform>>isMacOS
11:57:36				229/515 - 5/8: Installing method MacOSPlatform>>keyForValue:
11:57:36				229/515 - 6/8: Installing method MacOSPlatform>>lineEnding
11:57:36				229/515 - 7/8: Installing method MacOSPlatform>>menuShortcutString
11:57:36				229/515 - 8/8: Installing method MacOSPlatform>>potentialLocationsOfSourcesFile
11:57:36				229/515 - 1/1: Installing method MacOSPlatform class>>isMacOS
11:57:37				230/515 - 1/4: Installing method MacOSXPlatform>>accept:
11:57:37				230/515 - 2/4: Installing method MacOSXPlatform>>family
11:57:37				230/515 - 3/4: Installing method MacOSXPlatform>>getErrorMessage:
11:57:37				230/515 - 4/4: Installing method MacOSXPlatform>>isMacOSX
11:57:37				230/515 - 1/1: Installing method MacOSXPlatform class>>isActivePlatform
11:57:37				231/515 - 1/11: Installing method Magnitude>><
11:57:37				231/515 - 2/11: Installing method Magnitude>><=
11:57:37				231/515 - 3/11: Installing method Magnitude>>=
11:57:37				231/515 - 4/11: Installing method Magnitude>>>
11:57:37				231/515 - 5/11: Installing method Magnitude>>>=
11:57:37				231/515 - 6/11: Installing method Magnitude>>beBetween:and:
11:57:37				231/515 - 7/11: Installing method Magnitude>>between:and:
11:57:37				231/515 - 8/11: Installing method Magnitude>>hash
11:57:37				231/515 - 9/11: Installing method Magnitude>>max:
11:57:37				231/515 - 10/11: Installing method Magnitude>>min:
11:57:37				231/515 - 11/11: Installing method Magnitude>>min:max:
11:57:37				232/515 - 1/3: Installing method ManifestAnnouncementsCore class>>manuallyResolvedDependencies
11:57:37				232/515 - 2/3: Installing method ManifestAnnouncementsCore class>>ruleBadMessageRule2V1FalsePositive
11:57:37				232/515 - 3/3: Installing method ManifestAnnouncementsCore class>>ruleUsesAddRuleV1FalsePositive
11:57:37				233/515 - 1/2: Installing method ManifestCollectionsAbstract class>>dependencies
11:57:37				233/515 - 2/2: Installing method ManifestCollectionsAbstract class>>packageName
11:57:37				234/515 - 1/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleCollectionProtocolRuleV1FalsePositive
11:57:37				234/515 - 2/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleLiteralArrayContainsSuspiciousTrueFalseOrNilRuleV1FalsePositive
11:57:37				234/515 - 3/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleNotEliminationRuleV1FalsePositive
11:57:37				235/515 - 1/3: Installing method ManifestCollectionsNative class>>dependencies
11:57:37				235/515 - 2/3: Installing method ManifestCollectionsNative class>>manuallyResolvedDependencies
11:57:37				235/515 - 3/3: Installing method ManifestCollectionsNative class>>packageName
11:57:37				236/515 - 1/3: Installing method ManifestCollectionsSequenceable class>>dependencies
11:57:37				236/515 - 2/3: Installing method ManifestCollectionsSequenceable class>>manuallyResolvedDependencies
11:57:37				236/515 - 3/3: Installing method ManifestCollectionsSequenceable class>>packageName
11:57:37				237/515 - 1/2: Installing method ManifestCollectionsStack class>>dependencies
11:57:37				237/515 - 2/2: Installing method ManifestCollectionsStack class>>packageName
11:57:37				238/515 - 1/2: Installing method ManifestCollectionsStreams class>>dependencies
11:57:37				238/515 - 2/2: Installing method ManifestCollectionsStreams class>>packageName
11:57:37				239/515 - 1/2: Installing method ManifestCollectionsStrings class>>dependencies
11:57:37				239/515 - 2/2: Installing method ManifestCollectionsStrings class>>packageName
11:57:37				240/515 - 1/3: Installing method ManifestCollectionsSupport class>>dependencies
11:57:37				240/515 - 2/3: Installing method ManifestCollectionsSupport class>>manuallyResolvedDependencies
11:57:37				240/515 - 3/3: Installing method ManifestCollectionsSupport class>>packageName
11:57:37				241/515 - 1/4: Installing method ManifestCollectionsUnordered class>>dependencies
11:57:37				241/515 - 2/4: Installing method ManifestCollectionsUnordered class>>manuallyResolvedDependencies
11:57:37				241/515 - 3/4: Installing method ManifestCollectionsUnordered class>>packageName
11:57:37				241/515 - 4/4: Installing method ManifestCollectionsUnordered class>>ruleDefinesEqualNotHashRuleV1FalsePositive
11:57:37				242/515 - 1/3: Installing method ManifestCollectionsWeak class>>dependencies
11:57:37				242/515 - 2/3: Installing method ManifestCollectionsWeak class>>manuallyResolvedDependencies
11:57:37				242/515 - 3/3: Installing method ManifestCollectionsWeak class>>packageName
11:57:37				243/515 - 1/1: Installing method ManifestFileSystemPath class>>manuallyResolvedDependencies
11:57:37				244/515 - 1/2: Installing method ManifestFiles class>>manuallyResolvedDependencies
11:57:37				244/515 - 2/2: Installing method ManifestFiles class>>ruleRBClassNameInSelectorRuleV1FalsePositive
11:57:37				245/515 - 1/1: Installing method ManifestHermes class>>manuallyResolvedDependencies
11:57:37				246/515 - 1/8: Installing method ManifestKernel class>>dependencies
11:57:37				246/515 - 2/8: Installing method ManifestKernel class>>ignoredDependencies
11:57:37				246/515 - 3/8: Installing method ManifestKernel class>>manuallyResolvedDependencies
11:57:37				246/515 - 4/8: Installing method ManifestKernel class>>packageName
11:57:37				246/515 - 5/8: Installing method ManifestKernel class>>ruleRBBadMessageRuleV1FalsePositive
11:57:37				246/515 - 6/8: Installing method ManifestKernel class>>ruleRBClassNameInSelectorRuleV1FalsePositive
11:57:37				246/515 - 7/8: Installing method ManifestKernel class>>ruleRBRefersToClassRuleV1FalsePositive
11:57:37				246/515 - 8/8: Installing method ManifestKernel class>>ruleReDeadMethodV1FalsePositive
11:57:37				247/515 - 1/1: Installing method ManifestKernelCodeModel class>>manuallyResolvedDependencies
11:57:37				249/515 - 1/3: Installing method ManifestPharoBootstrapInitialization class>>ignoredDependencies
11:57:37				249/515 - 2/3: Installing method ManifestPharoBootstrapInitialization class>>manuallyResolvedDependencies
11:57:37				249/515 - 3/3: Installing method ManifestPharoBootstrapInitialization class>>packageName
11:57:37				251/515 - 1/1: Installing method ManifestSystemBasicCommandLineHandler class>>manuallyResolvedDependencies
11:57:37				252/515 - 1/1: Installing method ManifestSystemCommandLine class>>manuallyResolvedDependencies
11:57:37				253/515 - 1/2: Installing method ManifestSystemCommandLineHandler class>>ignoredDependencies
11:57:37				253/515 - 2/2: Installing method ManifestSystemCommandLineHandler class>>manuallyResolvedDependencies
11:57:37				255/515 - 1/1: Installing method ManifestSystemPlatforms class>>manuallyResolvedDependencies
11:57:37				256/515 - 1/1: Installing method ManifestSystemSessionManager class>>manuallyResolvedDependencies
11:57:37				257/515 - 1/1: Installing method ManifestSystemSources class>>manuallyResolvedDependencies
11:57:38				258/515 - 1/6: Installing method ManifestSystemSupport class>>ignoredDependencies
11:57:38				258/515 - 2/6: Installing method ManifestSystemSupport class>>manuallyResolvedDependencies
11:57:38				258/515 - 3/6: Installing method ManifestSystemSupport class>>ruleBadMessageRule2V1FalsePositive
11:57:38				258/515 - 4/6: Installing method ManifestSystemSupport class>>ruleClassNameInSelectorRuleV1FalsePositive
11:57:38				258/515 - 5/6: Installing method ManifestSystemSupport class>>ruleInconsistentMethodClassificationRuleV1FalsePositive
11:57:38				258/515 - 6/6: Installing method ManifestSystemSupport class>>ruleUtilityMethodsRuleV1FalsePositive
11:57:38				259/515 - 1/1: Installing method ManifestTranscriptNonInteractive class>>manuallyResolvedDependencies
11:57:38				260/515 - 1/2: Installing method ManifestUIManager class>>ignoredDependencies
11:57:38				260/515 - 2/2: Installing method ManifestUIManager class>>manuallyResolvedDependencies
11:57:38				261/515 - 1/20: Installing method Message>>analogousCodeTo:
11:57:38				261/515 - 2/20: Installing method Message>>argument
11:57:38				261/515 - 3/20: Installing method Message>>argument:
11:57:38				261/515 - 4/20: Installing method Message>>arguments
11:57:38				261/515 - 5/20: Installing method Message>>arguments:
11:57:38				261/515 - 6/20: Installing method Message>>asSendTo:
11:57:38				261/515 - 7/20: Installing method Message>>hasArguments
11:57:38				261/515 - 8/20: Installing method Message>>lookupClass
11:57:38				261/515 - 9/20: Installing method Message>>lookupClass:
11:57:38				261/515 - 10/20: Installing method Message>>message
11:57:38				261/515 - 11/20: Installing method Message>>numArgs
11:57:38				261/515 - 12/20: Installing method Message>>printOn:
11:57:38				261/515 - 13/20: Installing method Message>>selector
11:57:38				261/515 - 14/20: Installing method Message>>selector:
11:57:38				261/515 - 15/20: Installing method Message>>sendTo:
11:57:38				261/515 - 16/20: Installing method Message>>sends:
11:57:38				261/515 - 17/20: Installing method Message>>sentTo:
11:57:38				261/515 - 18/20: Installing method Message>>setSelector:
11:57:38				261/515 - 19/20: Installing method Message>>setSelector:arguments:
11:57:38				261/515 - 20/20: Installing method Message>>storeOn:
11:57:38				261/515 - 1/3: Installing method Message class>>selector:
11:57:38				261/515 - 2/3: Installing method Message class>>selector:argument:
11:57:38				261/515 - 3/3: Installing method Message class>>selector:arguments:
11:57:38				262/515 - 1/10: Installing method MessageNotUnderstood>>defaultAction
11:57:38				262/515 - 2/10: Installing method MessageNotUnderstood>>description
11:57:38				262/515 - 3/10: Installing method MessageNotUnderstood>>initialize
11:57:38				262/515 - 4/10: Installing method MessageNotUnderstood>>isResumable
11:57:38				262/515 - 5/10: Installing method MessageNotUnderstood>>message
11:57:38				262/515 - 6/10: Installing method MessageNotUnderstood>>message:
11:57:38				262/515 - 7/10: Installing method MessageNotUnderstood>>messageText
11:57:38				262/515 - 8/10: Installing method MessageNotUnderstood>>reachedDefaultHandler
11:57:38				262/515 - 9/10: Installing method MessageNotUnderstood>>receiver
11:57:38				262/515 - 10/10: Installing method MessageNotUnderstood>>receiver:
11:57:38				263/515 - 1/20: Installing method MessageSend>>=
11:57:38				263/515 - 2/20: Installing method MessageSend>>asMinimalRepresentation
11:57:38				263/515 - 3/20: Installing method MessageSend>>asWeakMessageSend
11:57:38				263/515 - 4/20: Installing method MessageSend>>collectArguments:
11:57:38				263/515 - 5/20: Installing method MessageSend>>cull:
11:57:38				263/515 - 6/20: Installing method MessageSend>>cull:cull:
11:57:38				263/515 - 7/20: Installing method MessageSend>>cull:cull:cull:
11:57:38				263/515 - 8/20: Installing method MessageSend>>hash
11:57:38				263/515 - 9/20: Installing method MessageSend>>isMessageSend
11:57:38				263/515 - 10/20: Installing method MessageSend>>isValid
11:57:38				263/515 - 11/20: Installing method MessageSend>>message
11:57:39				263/515 - 12/20: Installing method MessageSend>>printOn:
11:57:39				263/515 - 13/20: Installing method MessageSend>>receiver
11:57:39				263/515 - 14/20: Installing method MessageSend>>receiver:
11:57:39				263/515 - 15/20: Installing method MessageSend>>value
11:57:39				263/515 - 16/20: Installing method MessageSend>>value:
11:57:39				263/515 - 17/20: Installing method MessageSend>>value:value:
11:57:39				263/515 - 18/20: Installing method MessageSend>>value:value:value:
11:57:39				263/515 - 19/20: Installing method MessageSend>>valueWithArguments:
11:57:39				263/515 - 20/20: Installing method MessageSend>>valueWithEnoughArguments:
11:57:39				263/515 - 1/4: Installing method MessageSend class>>message:to:
11:57:39				263/515 - 2/4: Installing method MessageSend class>>receiver:selector:
11:57:39				263/515 - 3/4: Installing method MessageSend class>>receiver:selector:argument:
11:57:39				263/515 - 4/4: Installing method MessageSend class>>receiver:selector:arguments:
11:57:39				264/515 - 1/53: Installing method Metaclass>><<
11:57:39				264/515 - 2/53: Installing method Metaclass>>addInstVarNamed:
11:57:39				264/515 - 3/53: Installing method Metaclass>>addObsoleteSubclass:
11:57:39				264/515 - 4/53: Installing method Metaclass>>addSlot:
11:57:39				264/515 - 5/53: Installing method Metaclass>>addSubclass:
11:57:39				264/515 - 6/53: Installing method Metaclass>>binding
11:57:39				264/515 - 7/53: Installing method Metaclass>>bindingOf:
11:57:39				264/515 - 8/53: Installing method Metaclass>>category
11:57:39				264/515 - 9/53: Installing method Metaclass>>classPool
11:57:39				264/515 - 10/53: Installing method Metaclass>>classSide
11:57:39				264/515 - 11/53: Installing method Metaclass>>classVarNames
11:57:39				264/515 - 12/53: Installing method Metaclass>>classVariables
11:57:39				264/515 - 13/53: Installing method Metaclass>>comment
11:57:39				264/515 - 14/53: Installing method Metaclass>>comment:
11:57:39				264/515 - 15/53: Installing method Metaclass>>comment:stamp:
11:57:39				264/515 - 16/53: Installing method Metaclass>>commentSourcePointer
11:57:39				264/515 - 17/53: Installing method Metaclass>>commentSourcePointer:
11:57:39				264/515 - 18/53: Installing method Metaclass>>commentStamp
11:57:39				264/515 - 19/53: Installing method Metaclass>>commentStamp:
11:57:39				264/515 - 20/53: Installing method Metaclass>>environment
11:57:39				264/515 - 21/53: Installing method Metaclass>>expandedDefinitionStringFor:
11:57:39				264/515 - 22/53: Installing method Metaclass>>hasBindingThatBeginsWith:
11:57:39				264/515 - 23/53: Installing method Metaclass>>hasClassSide
11:57:39				264/515 - 24/53: Installing method Metaclass>>hasClassVarNamed:
11:57:39				264/515 - 25/53: Installing method Metaclass>>hasComment
11:57:39				264/515 - 26/53: Installing method Metaclass>>innerBindingOf:
11:57:39				264/515 - 27/53: Installing method Metaclass>>instanceSide
11:57:39				264/515 - 28/53: Installing method Metaclass>>instanceVariableNames:
11:57:39				264/515 - 29/53: Installing method Metaclass>>isAnonymous
11:57:39				264/515 - 30/53: Installing method Metaclass>>isClass
11:57:39				264/515 - 31/53: Installing method Metaclass>>isMeta
11:57:39				264/515 - 32/53: Installing method Metaclass>>isMetaclassOfClassOrNil
11:57:39				264/515 - 33/53: Installing method Metaclass>>isObsolete
11:57:39				264/515 - 34/53: Installing method Metaclass>>isReferenced
11:57:39				264/515 - 35/53: Installing method Metaclass>>isSelfEvaluating
11:57:39				264/515 - 36/53: Installing method Metaclass>>isUsed
11:57:39				264/515 - 37/53: Installing method Metaclass>>name
11:57:39				264/515 - 38/53: Installing method Metaclass>>new
11:57:39				264/515 - 39/53: Installing method Metaclass>>newAnonymousSubclass
11:57:39				264/515 - 40/53: Installing method Metaclass>>obsoleteSubclasses
11:57:39				264/515 - 41/53: Installing method Metaclass>>package
11:57:39				264/515 - 42/53: Installing method Metaclass>>packageTag
11:57:39				264/515 - 43/53: Installing method Metaclass>>possibleVariablesFor:continuedFrom:
11:57:39				264/515 - 44/53: Installing method Metaclass>>postCopy
11:57:39				264/515 - 45/53: Installing method Metaclass>>removeSlot:
11:57:39				264/515 - 46/53: Installing method Metaclass>>removeSubclass:
11:57:39				264/515 - 47/53: Installing method Metaclass>>sharedPoolNames
11:57:39				264/515 - 48/53: Installing method Metaclass>>slots:
11:57:39				264/515 - 49/53: Installing method Metaclass>>soleInstance
11:57:39				264/515 - 50/53: Installing method Metaclass>>sourceCodeTemplate
11:57:39				264/515 - 51/53: Installing method Metaclass>>subclasses
11:57:39				264/515 - 52/53: Installing method Metaclass>>subclassesDo:
11:57:39				264/515 - 53/53: Installing method Metaclass>>veryDeepCopyWith:
11:57:39				265/515 - 1/1: Installing method MethodAdded>>methodAdded
11:57:39				265/515 - 1/1: Installing method MethodAdded class>>method:
11:57:39				266/515 - 1/12: Installing method MethodAnnouncement>>classAffected
11:57:39				266/515 - 2/12: Installing method MethodAnnouncement>>isProvidedByExtension
11:57:39				266/515 - 3/12: Installing method MethodAnnouncement>>method
11:57:39				266/515 - 4/12: Installing method MethodAnnouncement>>method:
11:57:39				266/515 - 5/12: Installing method MethodAnnouncement>>methodAffected
11:57:39				266/515 - 6/12: Installing method MethodAnnouncement>>methodClass
11:57:39				266/515 - 7/12: Installing method MethodAnnouncement>>methodOrigin
11:57:39				266/515 - 8/12: Installing method MethodAnnouncement>>methodPackage
11:57:39				266/515 - 9/12: Installing method MethodAnnouncement>>packagesAffected
11:57:39				266/515 - 10/12: Installing method MethodAnnouncement>>protocol
11:57:39				266/515 - 11/12: Installing method MethodAnnouncement>>protocolsAffected
11:57:39				266/515 - 12/12: Installing method MethodAnnouncement>>selector
11:57:40				267/515 - 1/23: Installing method MethodDictionary>>add:
11:57:40				267/515 - 2/23: Installing method MethodDictionary>>associationAt:ifAbsent:
11:57:40				267/515 - 3/23: Installing method MethodDictionary>>associationsDo:
11:57:40				267/515 - 4/23: Installing method MethodDictionary>>at:ifAbsent:
11:57:40				267/515 - 5/23: Installing method MethodDictionary>>at:ifPresent:
11:57:40				267/515 - 6/23: Installing method MethodDictionary>>at:put:
11:57:40				267/515 - 7/23: Installing method MethodDictionary>>compact
11:57:40				267/515 - 8/23: Installing method MethodDictionary>>compactWithoutBecome
11:57:40				267/515 - 9/23: Installing method MethodDictionary>>fixCollisionsFrom:
11:57:40				267/515 - 10/23: Installing method MethodDictionary>>grow
11:57:40				267/515 - 11/23: Installing method MethodDictionary>>isHealthy
11:57:40				267/515 - 12/23: Installing method MethodDictionary>>keyAtIdentityValue:ifAbsent:
11:57:40				267/515 - 13/23: Installing method MethodDictionary>>keyAtValue:ifAbsent:
11:57:40				267/515 - 14/23: Installing method MethodDictionary>>keysAndValuesDo:
11:57:40				267/515 - 15/23: Installing method MethodDictionary>>keysDo:
11:57:40				267/515 - 16/23: Installing method MethodDictionary>>postCopy
11:57:40				267/515 - 17/23: Installing method MethodDictionary>>rehash
11:57:40				267/515 - 18/23: Installing method MethodDictionary>>removeAll
11:57:40				267/515 - 19/23: Installing method MethodDictionary>>removeDangerouslyKey:ifAbsent:
11:57:40				267/515 - 20/23: Installing method MethodDictionary>>removeKey:ifAbsent:
11:57:40				267/515 - 21/23: Installing method MethodDictionary>>scanFor:
11:57:40				267/515 - 22/23: Installing method MethodDictionary>>swap:with:
11:57:40				267/515 - 23/23: Installing method MethodDictionary>>valuesDo:
11:57:40				267/515 - 1/5: Installing method MethodDictionary class>>compactAllInstances
11:57:40				267/515 - 2/5: Installing method MethodDictionary class>>new
11:57:40				267/515 - 3/5: Installing method MethodDictionary class>>new:
11:57:40				267/515 - 4/5: Installing method MethodDictionary class>>newForCapacity:
11:57:40				267/515 - 5/5: Installing method MethodDictionary class>>sizeFor:
11:57:40				268/515 - 1/6: Installing method MethodModified>>newMethod
11:57:40				268/515 - 2/6: Installing method MethodModified>>newProtocol
11:57:40				268/515 - 3/6: Installing method MethodModified>>oldMethod
11:57:40				268/515 - 4/6: Installing method MethodModified>>oldMethod:
11:57:40				268/515 - 5/6: Installing method MethodModified>>oldProtocol
11:57:40				268/515 - 6/6: Installing method MethodModified>>oldProtocol:
11:57:40				268/515 - 1/1: Installing method MethodModified class>>methodChangedFrom:to:oldProtocol:
11:57:40				269/515 - 1/5: Installing method MethodRecategorized>>methodRecategorized
11:57:40				269/515 - 2/5: Installing method MethodRecategorized>>newProtocol
11:57:40				269/515 - 3/5: Installing method MethodRecategorized>>oldProtocol
11:57:40				269/515 - 4/5: Installing method MethodRecategorized>>oldProtocol:
11:57:40				269/515 - 5/5: Installing method MethodRecategorized>>protocolsAffected
11:57:40				269/515 - 1/1: Installing method MethodRecategorized class>>method:oldProtocol:
11:57:40				270/515 - 1/3: Installing method MethodRemoved>>methodOrigin
11:57:40				270/515 - 2/3: Installing method MethodRemoved>>methodOrigin:
11:57:40				270/515 - 3/3: Installing method MethodRemoved>>methodRemoved
11:57:40				270/515 - 1/1: Installing method MethodRemoved class>>methodRemoved:origin:
11:57:40				271/515 - 1/6: Installing method MethodRepackaged>>methodRepackaged
11:57:40				271/515 - 2/6: Installing method MethodRepackaged>>newPackage
11:57:40				271/515 - 3/6: Installing method MethodRepackaged>>newPackage:
11:57:40				271/515 - 4/6: Installing method MethodRepackaged>>oldPackage
11:57:40				271/515 - 5/6: Installing method MethodRepackaged>>oldPackage:
11:57:40				271/515 - 6/6: Installing method MethodRepackaged>>packagesAffected
11:57:40				271/515 - 1/1: Installing method MethodRepackaged class>>methodRepackaged:oldPackage:newPackage:
11:57:40				272/515 - 1/14: Installing method ModificationForbidden>>fieldIndex
11:57:40				272/515 - 2/14: Installing method ModificationForbidden>>fieldIndex:
11:57:40				272/515 - 3/14: Installing method ModificationForbidden>>indexedMessageText
11:57:40				272/515 - 4/14: Installing method ModificationForbidden>>messageText
11:57:40				272/515 - 5/14: Installing method ModificationForbidden>>newValue
11:57:40				272/515 - 6/14: Installing method ModificationForbidden>>newValue:
11:57:40				272/515 - 7/14: Installing method ModificationForbidden>>nonIndexedMessageText
11:57:40				272/515 - 8/14: Installing method ModificationForbidden>>object
11:57:40				272/515 - 9/14: Installing method ModificationForbidden>>object:
11:57:40				272/515 - 10/14: Installing method ModificationForbidden>>printObject:on:
11:57:40				272/515 - 11/14: Installing method ModificationForbidden>>retryModification
11:57:40				272/515 - 12/14: Installing method ModificationForbidden>>retrySelector
11:57:40				272/515 - 13/14: Installing method ModificationForbidden>>retrySelector:
11:57:40				272/515 - 14/14: Installing method ModificationForbidden>>standardMessageText
11:57:40				272/515 - 1/1: Installing method ModificationForbidden class>>for:at:with:retrySelector:
11:57:41				273/515 - 1/40: Installing method Monitor>>checkOwnerProcess
11:57:41				273/515 - 2/40: Installing method Monitor>>cleanup
11:57:41				273/515 - 3/40: Installing method Monitor>>critical:
11:57:41				273/515 - 4/40: Installing method Monitor>>defaultQueue
11:57:41				273/515 - 5/40: Installing method Monitor>>enter
11:57:41				273/515 - 6/40: Installing method Monitor>>exit
11:57:41				273/515 - 7/40: Installing method Monitor>>exitAndWaitInQueue:maxMilliseconds:
11:57:41				273/515 - 8/40: Installing method Monitor>>initialize
11:57:41				273/515 - 9/40: Installing method Monitor>>isOwnerProcess
11:57:41				273/515 - 10/40: Installing method Monitor>>privateCleanup
11:57:41				273/515 - 11/40: Installing method Monitor>>queueDict
11:57:41				273/515 - 12/40: Installing method Monitor>>queueFor:
11:57:41				273/515 - 13/40: Installing method Monitor>>signal
11:57:41				273/515 - 14/40: Installing method Monitor>>signal:
11:57:41				273/515 - 15/40: Installing method Monitor>>signalAll
11:57:41				273/515 - 16/40: Installing method Monitor>>signalAll:
11:57:41				273/515 - 17/40: Installing method Monitor>>signalAllInQueue:
11:57:41				273/515 - 18/40: Installing method Monitor>>signalLock:inQueue:
11:57:41				273/515 - 19/40: Installing method Monitor>>signalQueue:
11:57:41				273/515 - 20/40: Installing method Monitor>>signalReallyAll
11:57:41				273/515 - 21/40: Installing method Monitor>>wait
11:57:41				273/515 - 22/40: Installing method Monitor>>waitFor:
11:57:41				273/515 - 23/40: Installing method Monitor>>waitFor:maxMilliseconds:
11:57:41				273/515 - 24/40: Installing method Monitor>>waitFor:maxSeconds:
11:57:41				273/515 - 25/40: Installing method Monitor>>waitInQueue:maxMilliseconds:
11:57:41				273/515 - 26/40: Installing method Monitor>>waitMaxMilliseconds:
11:57:41				273/515 - 27/40: Installing method Monitor>>waitMaxSeconds:
11:57:41				273/515 - 28/40: Installing method Monitor>>waitUntil:
11:57:41				273/515 - 29/40: Installing method Monitor>>waitUntil:for:
11:57:41				273/515 - 30/40: Installing method Monitor>>waitUntil:for:maxMilliseconds:
11:57:41				273/515 - 31/40: Installing method Monitor>>waitUntil:for:maxSeconds:
11:57:41				273/515 - 32/40: Installing method Monitor>>waitUntil:maxMilliseconds:
11:57:41				273/515 - 33/40: Installing method Monitor>>waitUntil:maxSeconds:
11:57:41				273/515 - 34/40: Installing method Monitor>>waitWhile:
11:57:41				273/515 - 35/40: Installing method Monitor>>waitWhile:for:
11:57:41				273/515 - 36/40: Installing method Monitor>>waitWhile:for:maxMilliseconds:
11:57:41				273/515 - 37/40: Installing method Monitor>>waitWhile:for:maxSeconds:
11:57:41				273/515 - 38/40: Installing method Monitor>>waitWhile:inQueue:maxMilliseconds:
11:57:41				273/515 - 39/40: Installing method Monitor>>waitWhile:maxMilliseconds:
11:57:41				273/515 - 40/40: Installing method Monitor>>waitWhile:maxSeconds:
11:57:41				274/515 - 1/2: Installing method MonitorDelay>>setDelay:forSemaphore:monitor:queue:
11:57:41				274/515 - 2/2: Installing method MonitorDelay>>timingPrioritySignalExpired
11:57:41				274/515 - 1/1: Installing method MonitorDelay class>>signalLock:afterMSecs:inMonitor:queue:
11:57:41				275/515 - 1/2: Installing method Mutex>>critical:
11:57:41				275/515 - 2/2: Installing method Mutex>>initialize
11:57:42				276/515 - 1/3: Installing method MutexSet>>critical:
11:57:42				276/515 - 2/3: Installing method MutexSet>>pvtCritical:startingAt:
11:57:42				276/515 - 3/3: Installing method MutexSet>>withAll:
11:57:42				276/515 - 1/1: Installing method MutexSet class>>withAll:
11:57:42				277/515 - 1/5: Installing method NewUndeclaredWarning>>messageText
11:57:42				277/515 - 2/5: Installing method NewUndeclaredWarning>>originName
11:57:42				277/515 - 3/5: Installing method NewUndeclaredWarning>>originName:
11:57:42				277/515 - 4/5: Installing method NewUndeclaredWarning>>undeclaredName
11:57:42				277/515 - 5/5: Installing method NewUndeclaredWarning>>undeclaredName:
11:57:42				277/515 - 1/1: Installing method NewUndeclaredWarning class>>signal:in:
11:57:42				278/515 - 1/2: Installing method NoChangesLog>>logChange:
11:57:42				278/515 - 2/2: Installing method NoChangesLog>>logSnapshot:andQuit:
11:57:42				278/515 - 1/1: Installing method NoChangesLog class>>install
11:57:42				279/515 - 1/2: Installing method NoPharoFilesOpener>>changesFileOrNil
11:57:42				279/515 - 2/2: Installing method NoPharoFilesOpener>>sourcesFileOrNil
11:57:42				279/515 - 1/1: Installing method NoPharoFilesOpener class>>install
11:57:42				280/515 - 1/3: Installing method NonBooleanReceiver>>isResumable
11:57:42				280/515 - 2/3: Installing method NonBooleanReceiver>>object
11:57:42				280/515 - 3/3: Installing method NonBooleanReceiver>>object:
11:57:42				280/515 - 1/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler
11:57:42				280/515 - 2/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler:
11:57:43				281/515 - 1/26: Installing method NonInteractiveTranscript>><<
11:57:43				281/515 - 2/26: Installing method NonInteractiveTranscript>>clear
11:57:43				281/515 - 3/26: Installing method NonInteractiveTranscript>>close
11:57:43				281/515 - 4/26: Installing method NonInteractiveTranscript>>cr
11:57:43				281/515 - 5/26: Installing method NonInteractiveTranscript>>crShow:
11:57:43				281/515 - 6/26: Installing method NonInteractiveTranscript>>critical:
11:57:43				281/515 - 7/26: Installing method NonInteractiveTranscript>>endEntry
11:57:43				281/515 - 8/26: Installing method NonInteractiveTranscript>>fileName
11:57:43				281/515 - 9/26: Installing method NonInteractiveTranscript>>fileName:
11:57:43				281/515 - 10/26: Installing method NonInteractiveTranscript>>flush
11:57:43				281/515 - 11/26: Installing method NonInteractiveTranscript>>initialize
11:57:43				281/515 - 12/26: Installing method NonInteractiveTranscript>>initializeStream
11:57:43				281/515 - 13/26: Installing method NonInteractiveTranscript>>install
11:57:43				281/515 - 14/26: Installing method NonInteractiveTranscript>>isSelfEvaluating
11:57:43				281/515 - 15/26: Installing method NonInteractiveTranscript>>isStderr
11:57:43				281/515 - 16/26: Installing method NonInteractiveTranscript>>isStdout
11:57:43				281/515 - 17/26: Installing method NonInteractiveTranscript>>newLine
11:57:43				281/515 - 18/26: Installing method NonInteractiveTranscript>>nextPut:
11:57:43				281/515 - 19/26: Installing method NonInteractiveTranscript>>nextPutAll:
11:57:43				281/515 - 20/26: Installing method NonInteractiveTranscript>>print:
11:57:43				281/515 - 21/26: Installing method NonInteractiveTranscript>>printOn:
11:57:43				281/515 - 22/26: Installing method NonInteractiveTranscript>>show:
11:57:43				281/515 - 23/26: Installing method NonInteractiveTranscript>>space
11:57:43				281/515 - 24/26: Installing method NonInteractiveTranscript>>stepGlobal
11:57:43				281/515 - 25/26: Installing method NonInteractiveTranscript>>stream
11:57:43				281/515 - 26/26: Installing method NonInteractiveTranscript>>tab
11:57:43				281/515 - 1/8: Installing method NonInteractiveTranscript class>>defaultLogFileName
11:57:43				281/515 - 2/8: Installing method NonInteractiveTranscript class>>file
11:57:43				281/515 - 3/8: Installing method NonInteractiveTranscript class>>initialize
11:57:43				281/515 - 4/8: Installing method NonInteractiveTranscript class>>isInstalled
11:57:43				281/515 - 5/8: Installing method NonInteractiveTranscript class>>onFileNamed:
11:57:43				281/515 - 6/8: Installing method NonInteractiveTranscript class>>shutDown
11:57:43				281/515 - 7/8: Installing method NonInteractiveTranscript class>>stderr
11:57:43				281/515 - 8/8: Installing method NonInteractiveTranscript class>>stdout
11:57:43				282/515 - 1/23: Installing method NonInteractiveUIManager>>chooseDirectory:from:
11:57:43				282/515 - 2/23: Installing method NonInteractiveUIManager>>chooseFrom:lines:title:
11:57:43				282/515 - 3/23: Installing method NonInteractiveUIManager>>chooseFrom:values:lines:title:
11:57:43				282/515 - 4/23: Installing method NonInteractiveUIManager>>chooseFullFileNameMatching:label:
11:57:43				282/515 - 5/23: Installing method NonInteractiveUIManager>>chooseOrRequestFrom:values:lines:title:
11:57:43				282/515 - 6/23: Installing method NonInteractiveUIManager>>confirm:
11:57:43				282/515 - 7/23: Installing method NonInteractiveUIManager>>confirm:label:
11:57:43				282/515 - 8/23: Installing method NonInteractiveUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
11:57:43				282/515 - 9/23: Installing method NonInteractiveUIManager>>confirm:orCancel:
11:57:43				282/515 - 10/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:
11:57:43				282/515 - 11/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
11:57:43				282/515 - 12/23: Installing method NonInteractiveUIManager>>debugProcess:context:label:fullView:notification:
11:57:43				282/515 - 13/23: Installing method NonInteractiveUIManager>>edit:label:accept:
11:57:43				282/515 - 14/23: Installing method NonInteractiveUIManager>>multiLineRequest:initialAnswer:answerHeight:
11:57:43				282/515 - 15/23: Installing method NonInteractiveUIManager>>nonInteractiveManager
11:57:43				282/515 - 16/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:
11:57:43				282/515 - 17/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:title:
11:57:43				282/515 - 18/23: Installing method NonInteractiveUIManager>>nonInteractiveWarning:
11:57:43				282/515 - 19/23: Installing method NonInteractiveUIManager>>request:initialAnswer:
11:57:43				282/515 - 20/23: Installing method NonInteractiveUIManager>>request:initialAnswer:entryCompletion:
11:57:43				282/515 - 21/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:
11:57:43				282/515 - 22/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:entryCompletion:
11:57:43				282/515 - 23/23: Installing method NonInteractiveUIManager>>requestPassword:
11:57:43				282/515 - 1/1: Installing method NonInteractiveUIManager class>>isValidForCurrentSystemConfiguration
11:57:43				283/515 - 1/6: Installing method NotFound>>collection
11:57:43				283/515 - 2/6: Installing method NotFound>>collection:
11:57:43				283/515 - 3/6: Installing method NotFound>>messageText
11:57:43				283/515 - 4/6: Installing method NotFound>>object
11:57:43				283/515 - 5/6: Installing method NotFound>>object:
11:57:43				283/515 - 6/6: Installing method NotFound>>standardMessageText
11:57:43				283/515 - 1/2: Installing method NotFound class>>signalFor:
11:57:43				283/515 - 2/2: Installing method NotFound class>>signalFor:in:
11:57:43				284/515 - 1/1: Installing method NotYetImplemented>>standardMessageText
11:57:43				285/515 - 1/1: Installing method Notification>>defaultAction
11:57:43				286/515 - 1/10: Installing method NullFFIBackend>>allocate:
11:57:43				286/515 - 2/10: Installing method NullFFIBackend>>free:
11:57:44				286/515 - 3/10: Installing method NullFFIBackend>>integerOfObject:at:put:size:signed:
11:57:44				286/515 - 4/10: Installing method NullFFIBackend>>integerOfObject:at:size:signed:
11:57:44				286/515 - 5/10: Installing method NullFFIBackend>>loadSymbol:module:
11:57:44				286/515 - 6/10: Installing method NullFFIBackend>>lookupCallbackByAddress:
11:57:44				286/515 - 7/10: Installing method NullFFIBackend>>on:float32At:
11:57:44				286/515 - 8/10: Installing method NullFFIBackend>>on:float32At:put:
11:57:44				286/515 - 9/10: Installing method NullFFIBackend>>on:float64At:
11:57:44				286/515 - 10/10: Installing method NullFFIBackend>>on:float64At:put:
11:57:44				286/515 - 1/2: Installing method NullFFIBackend class>>isAvailable
11:57:44				286/515 - 2/2: Installing method NullFFIBackend class>>priority
11:57:44				287/515 - 1/32: Installing method NullStream>>ascii
11:57:44				287/515 - 2/32: Installing method NullStream>>atEnd
11:57:44				287/515 - 3/32: Installing method NullStream>>binary
11:57:44				287/515 - 4/32: Installing method NullStream>>collectionSpecies
11:57:44				287/515 - 5/32: Installing method NullStream>>contents
11:57:44				287/515 - 6/32: Installing method NullStream>>cr
11:57:44				287/515 - 7/32: Installing method NullStream>>element
11:57:44				287/515 - 8/32: Installing method NullStream>>initialize
11:57:44				287/515 - 9/32: Installing method NullStream>>isBinary
11:57:44				287/515 - 10/32: Installing method NullStream>>isEmpty
11:57:44				287/515 - 11/32: Installing method NullStream>>lf
11:57:44				287/515 - 12/32: Installing method NullStream>>next
11:57:44				287/515 - 13/32: Installing method NullStream>>next:
11:57:44				287/515 - 14/32: Installing method NullStream>>next:into:
11:57:44				287/515 - 15/32: Installing method NullStream>>next:into:startingAt:
11:57:44				287/515 - 16/32: Installing method NullStream>>next:putAll:
11:57:44				287/515 - 17/32: Installing method NullStream>>next:putAll:startingAt:
11:57:44				287/515 - 18/32: Installing method NullStream>>nextInto:
11:57:44				287/515 - 19/32: Installing method NullStream>>nextInto:startingAt:
11:57:44				287/515 - 20/32: Installing method NullStream>>nextPut:
11:57:44				287/515 - 21/32: Installing method NullStream>>nextPutAll:
11:57:44				287/515 - 22/32: Installing method NullStream>>peek
11:57:44				287/515 - 23/32: Installing method NullStream>>peekLast
11:57:44				287/515 - 24/32: Installing method NullStream>>position
11:57:44				287/515 - 25/32: Installing method NullStream>>position:
11:57:44				287/515 - 26/32: Installing method NullStream>>positionError
11:57:44				287/515 - 27/32: Installing method NullStream>>printOn:
11:57:44				287/515 - 28/32: Installing method NullStream>>readInto:startingAt:count:
11:57:44				287/515 - 29/32: Installing method NullStream>>reset
11:57:44				287/515 - 30/32: Installing method NullStream>>skip:
11:57:44				287/515 - 31/32: Installing method NullStream>>space
11:57:44				287/515 - 32/32: Installing method NullStream>>tab
11:57:44				287/515 - 1/1: Installing method NullStream class>>new
11:57:44				288/515 - 1/2: Installing method NullTermInfo>>on:
11:57:44				288/515 - 2/2: Installing method NullTermInfo>>set:
11:57:46				289/515 - 1/64: Installing method Number>>*
11:57:46				289/515 - 2/64: Installing method Number>>+
11:57:46				289/515 - 3/64: Installing method Number>>-
11:57:46				289/515 - 4/64: Installing method Number>>/
11:57:46				289/515 - 5/64: Installing method Number>>//
11:57:46				289/515 - 6/64: Installing method Number>>@
11:57:46				289/515 - 7/64: Installing method Number>>\\
11:57:46				289/515 - 8/64: Installing method Number>>abs
11:57:46				289/515 - 9/64: Installing method Number>>adaptToFloat:andCompare:
11:57:46				289/515 - 10/64: Installing method Number>>adaptToFloat:andSend:
11:57:46				289/515 - 11/64: Installing method Number>>adaptToFraction:andSend:
11:57:46				289/515 - 12/64: Installing method Number>>adaptToInteger:andSend:
11:57:46				289/515 - 13/64: Installing method Number>>addAssignToFloatArray:
11:57:46				289/515 - 14/64: Installing method Number>>asFloat
11:57:46				289/515 - 15/64: Installing method Number>>asFraction
11:57:46				289/515 - 16/64: Installing method Number>>asInteger
11:57:46				289/515 - 17/64: Installing method Number>>asNumber
11:57:46				289/515 - 18/64: Installing method Number>>asPoint
11:57:46				289/515 - 19/64: Installing method Number>>asScaledDecimal
11:57:46				289/515 - 20/64: Installing method Number>>asScaledDecimal:
11:57:46				289/515 - 21/64: Installing method Number>>asSmallAngleDegrees
11:57:46				289/515 - 22/64: Installing method Number>>asSmallPositiveDegrees
11:57:46				289/515 - 23/64: Installing method Number>>ceiling
11:57:46				289/515 - 24/64: Installing method Number>>clampBetween:and:
11:57:46				289/515 - 25/64: Installing method Number>>copySignTo:
11:57:46				289/515 - 26/64: Installing method Number>>detentBy:atMultiplesOf:snap:
11:57:46				289/515 - 27/64: Installing method Number>>exp
11:57:46				289/515 - 28/64: Installing method Number>>floor
11:57:46				289/515 - 29/64: Installing method Number>>fractionPart
11:57:46				289/515 - 30/64: Installing method Number>>integerPart
11:57:46				289/515 - 31/64: Installing method Number>>isInfinite
11:57:46				289/515 - 32/64: Installing method Number>>isNaN
11:57:46				289/515 - 33/64: Installing method Number>>isNumber
11:57:46				289/515 - 34/64: Installing method Number>>isPowerOfTwo
11:57:46				289/515 - 35/64: Installing method Number>>isZero
11:57:46				289/515 - 36/64: Installing method Number>>literalEqual:
11:57:46				289/515 - 37/64: Installing method Number>>negated
11:57:46				289/515 - 38/64: Installing method Number>>negative
11:57:46				289/515 - 39/64: Installing method Number>>positive
11:57:46				289/515 - 40/64: Installing method Number>>printOn:
11:57:46				289/515 - 41/64: Installing method Number>>printString
11:57:46				289/515 - 42/64: Installing method Number>>printStringBase:
11:57:46				289/515 - 43/64: Installing method Number>>quo:
11:57:46				289/515 - 44/64: Installing method Number>>raisedTo:
11:57:46				289/515 - 45/64: Installing method Number>>raisedToFraction:
11:57:46				289/515 - 46/64: Installing method Number>>raisedToInteger:
11:57:46				289/515 - 47/64: Installing method Number>>reciprocal
11:57:46				289/515 - 48/64: Installing method Number>>reduce
11:57:46				289/515 - 49/64: Installing method Number>>rem:
11:57:46				289/515 - 50/64: Installing method Number>>round:
11:57:46				289/515 - 51/64: Installing method Number>>roundDownTo:
11:57:46				289/515 - 52/64: Installing method Number>>roundTo:
11:57:46				289/515 - 53/64: Installing method Number>>roundUpTo:
11:57:46				289/515 - 54/64: Installing method Number>>rounded
11:57:46				289/515 - 55/64: Installing method Number>>sign
11:57:46				289/515 - 56/64: Installing method Number>>sign:
11:57:46				289/515 - 57/64: Installing method Number>>signBit
11:57:46				289/515 - 58/64: Installing method Number>>strictlyPositive
11:57:46				289/515 - 59/64: Installing method Number>>to:
11:57:46				289/515 - 60/64: Installing method Number>>to:by:
11:57:46				289/515 - 61/64: Installing method Number>>to:by:do:
11:57:46				289/515 - 62/64: Installing method Number>>to:do:
11:57:46				289/515 - 63/64: Installing method Number>>truncateTo:
11:57:46				289/515 - 64/64: Installing method Number>>truncated
11:57:46				289/515 - 1/8: Installing method Number class>>isAbstract
11:57:46				289/515 - 2/8: Installing method Number class>>new
11:57:46				289/515 - 3/8: Installing method Number class>>one
11:57:46				289/515 - 4/8: Installing method Number class>>readFrom:
11:57:46				289/515 - 5/8: Installing method Number class>>readFrom:base:
11:57:46				289/515 - 6/8: Installing method Number class>>readFrom:ifFail:
11:57:46				289/515 - 7/8: Installing method Number class>>squeezeNumberOutOfString:
11:57:46				289/515 - 8/8: Installing method Number class>>squeezeNumberOutOfString:ifFail:
11:57:47				290/515 - 1/28: Installing method NumberParser>>allowPlusSign
11:57:47				290/515 - 2/28: Installing method NumberParser>>allowPlusSignInExponent
11:57:47				290/515 - 3/28: Installing method NumberParser>>expected:
11:57:47				290/515 - 4/28: Installing method NumberParser>>exponentLetters
11:57:47				290/515 - 5/28: Installing method NumberParser>>failBlock:
11:57:47				290/515 - 6/28: Installing method NumberParser>>makeFloatFromMantissa:exponent:base:
11:57:47				290/515 - 7/28: Installing method NumberParser>>makeIntegerOrScaledIntegerOrFloat
11:57:47				290/515 - 8/28: Installing method NumberParser>>makeScaledDecimalWithNumberOfNonZeroFractionDigits:andNumberOfTrailingZeroInFractionPart:
11:57:47				290/515 - 9/28: Installing method NumberParser>>maxExponent
11:57:47				290/515 - 10/28: Installing method NumberParser>>maxExponent:
11:57:47				290/515 - 11/28: Installing method NumberParser>>nextElementaryLargeIntegerBase:
11:57:47				290/515 - 12/28: Installing method NumberParser>>nextFraction
11:57:47				290/515 - 13/28: Installing method NumberParser>>nextInteger
11:57:47				290/515 - 14/28: Installing method NumberParser>>nextIntegerBase:
11:57:47				290/515 - 15/28: Installing method NumberParser>>nextIntegerBase:ifFail:
11:57:47				290/515 - 16/28: Installing method NumberParser>>nextLargeIntegerBase:nPackets:
11:57:47				290/515 - 17/28: Installing method NumberParser>>nextNumber
11:57:47				290/515 - 18/28: Installing method NumberParser>>nextNumberBase:
11:57:47				290/515 - 19/28: Installing method NumberParser>>nextScaledDecimal
11:57:47				290/515 - 20/28: Installing method NumberParser>>nextUnsignedIntegerBase:
11:57:47				290/515 - 21/28: Installing method NumberParser>>nextUnsignedIntegerBase:ifFail:
11:57:47				290/515 - 22/28: Installing method NumberParser>>nextUnsignedIntegerOrNilBase:
11:57:47				290/515 - 23/28: Installing method NumberParser>>on:
11:57:47				290/515 - 24/28: Installing method NumberParser>>peekSignIsMinus
11:57:47				290/515 - 25/28: Installing method NumberParser>>readExponent
11:57:47				290/515 - 26/28: Installing method NumberParser>>readNamedFloatOrFail
11:57:47				290/515 - 27/28: Installing method NumberParser>>readNumberWithFractionPartNumberOfTrailingZeroInIntegerPart:
11:57:47				290/515 - 28/28: Installing method NumberParser>>readScaleWithDefaultNumberOfDigits:
11:57:47				290/515 - 1/9: Installing method NumberParser class>>isNumber:
11:57:47				290/515 - 2/9: Installing method NumberParser class>>maxExponent
11:57:47				290/515 - 3/9: Installing method NumberParser class>>maxExponent:
11:57:47				290/515 - 4/9: Installing method NumberParser class>>on:
11:57:47				290/515 - 5/9: Installing method NumberParser class>>parse:
11:57:47				290/515 - 6/9: Installing method NumberParser class>>parse:onError:
11:57:47				290/515 - 7/9: Installing method NumberParser class>>settingsOn:
11:57:47				290/515 - 8/9: Installing method NumberParser class>>squeezeNumberOutOfString:
11:57:47				290/515 - 9/9: Installing method NumberParser class>>squeezeNumberOutOfString:onError:
11:57:48				291/515 - 1/30: Installing method OSPlatform>>accept:
11:57:48				291/515 - 2/30: Installing method OSPlatform>>current
11:57:48				291/515 - 3/30: Installing method OSPlatform>>currentWorkingDirectoryPath
11:57:48				291/515 - 4/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBuffer:
11:57:48				291/515 - 5/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBufferSize:
11:57:48				291/515 - 6/30: Installing method OSPlatform>>currentWorkingDirectoryRawPath
11:57:48				291/515 - 7/30: Installing method OSPlatform>>defaultEncoding
11:57:48				291/515 - 8/30: Installing method OSPlatform>>defaultMaximumPathLength
11:57:48				291/515 - 9/30: Installing method OSPlatform>>family
11:57:48				291/515 - 10/30: Installing method OSPlatform>>isLinux
11:57:48				291/515 - 11/30: Installing method OSPlatform>>isMacOS
11:57:48				291/515 - 12/30: Installing method OSPlatform>>isMacOSX
11:57:48				291/515 - 13/30: Installing method OSPlatform>>isUnix
11:57:48				291/515 - 14/30: Installing method OSPlatform>>isUnix32
11:57:48				291/515 - 15/30: Installing method OSPlatform>>isUnix64
11:57:48				291/515 - 16/30: Installing method OSPlatform>>isWin32
11:57:48				291/515 - 17/30: Installing method OSPlatform>>isWin64
11:57:48				291/515 - 18/30: Installing method OSPlatform>>isWindows
11:57:48				291/515 - 19/30: Installing method OSPlatform>>isX11
11:57:48				291/515 - 20/30: Installing method OSPlatform>>lineEnding
11:57:48				291/515 - 21/30: Installing method OSPlatform>>menuShortcutString
11:57:48				291/515 - 22/30: Installing method OSPlatform>>name
11:57:48				291/515 - 23/30: Installing method OSPlatform>>newTerminfo
11:57:48				291/515 - 24/30: Installing method OSPlatform>>platformFamily
11:57:48				291/515 - 25/30: Installing method OSPlatform>>platformName
11:57:48				291/515 - 26/30: Installing method OSPlatform>>potentialLocationsOfSourcesFile
11:57:48				291/515 - 27/30: Installing method OSPlatform>>subtype
11:57:48				291/515 - 28/30: Installing method OSPlatform>>version
11:57:48				291/515 - 29/30: Installing method OSPlatform>>virtualKey:
11:57:48				291/515 - 30/30: Installing method OSPlatform>>windowSystemName
11:57:48				291/515 - 1/6: Installing method OSPlatform class>>current
11:57:48				291/515 - 2/6: Installing method OSPlatform class>>currentVersion
11:57:48				291/515 - 3/6: Installing method OSPlatform class>>determineActivePlatform
11:57:48				291/515 - 4/6: Installing method OSPlatform class>>example
11:57:48				291/515 - 5/6: Installing method OSPlatform class>>isActivePlatform
11:57:48				291/515 - 6/6: Installing method OSPlatform class>>startUp:
11:57:48				292/515 - 1/10: Installing method OSPlatformVisitor>>visit
11:57:48				292/515 - 2/10: Installing method OSPlatformVisitor>>visitGeneric:
11:57:48				292/515 - 3/10: Installing method OSPlatformVisitor>>visitMacOS:
11:57:48				292/515 - 4/10: Installing method OSPlatformVisitor>>visitMacOSX:
11:57:48				292/515 - 5/10: Installing method OSPlatformVisitor>>visitUnix32:
11:57:48				292/515 - 6/10: Installing method OSPlatformVisitor>>visitUnix64:
11:57:48				292/515 - 7/10: Installing method OSPlatformVisitor>>visitUnix:
11:57:48				292/515 - 8/10: Installing method OSPlatformVisitor>>visitWindows32:
11:57:48				292/515 - 9/10: Installing method OSPlatformVisitor>>visitWindows64:
11:57:48				292/515 - 10/10: Installing method OSPlatformVisitor>>visitWindows:
11:57:50				293/515 - 1/215: Installing method Object>>->
11:57:50				293/515 - 2/215: Installing method Object>>=
11:57:50				293/515 - 3/215: Installing method Object>>adaptToFloat:andCompare:
11:57:50				293/515 - 4/215: Installing method Object>>adaptToFloat:andSend:
11:57:50				293/515 - 5/215: Installing method Object>>adaptToFraction:andCompare:
11:57:50				293/515 - 6/215: Installing method Object>>adaptToFraction:andSend:
11:57:50				293/515 - 7/215: Installing method Object>>adaptToInteger:andCompare:
11:57:50				293/515 - 8/215: Installing method Object>>adaptToInteger:andSend:
11:57:50				293/515 - 9/215: Installing method Object>>appendTo:
11:57:50				293/515 - 10/215: Installing method Object>>as:
11:57:50				293/515 - 11/215: Installing method Object>>asCollectionElement
11:57:50				293/515 - 12/215: Installing method Object>>asDoubleLink
11:57:50				293/515 - 13/215: Installing method Object>>asLink
11:57:50				293/515 - 14/215: Installing method Object>>asLinkPrepend:
11:57:50				293/515 - 15/215: Installing method Object>>asString
11:57:50				293/515 - 16/215: Installing method Object>>assert:
11:57:50				293/515 - 17/215: Installing method Object>>assert:description:
11:57:50				293/515 - 18/215: Installing method Object>>at:
11:57:50				293/515 - 19/215: Installing method Object>>at:put:
11:57:50				293/515 - 20/215: Installing method Object>>attemptToAssign:withIndex:
11:57:50				293/515 - 21/215: Installing method Object>>backwardCompatible:on:in:transformWith:
11:57:50				293/515 - 22/215: Installing method Object>>basicAt:
11:57:50				293/515 - 23/215: Installing method Object>>basicAt:put:
11:57:50				293/515 - 24/215: Installing method Object>>basicSize
11:57:50				293/515 - 25/215: Installing method Object>>beReadOnlyLiteral
11:57:50				293/515 - 26/215: Installing method Object>>beReadOnlyObject
11:57:50				293/515 - 27/215: Installing method Object>>beRecursivelyReadOnlyObject
11:57:50				293/515 - 28/215: Installing method Object>>beRecursivelyWritableObject
11:57:50				293/515 - 29/215: Installing method Object>>beWritableObject
11:57:50				293/515 - 30/215: Installing method Object>>caseError
11:57:50				293/515 - 31/215: Installing method Object>>caseOf:
11:57:50				293/515 - 32/215: Installing method Object>>caseOf:otherwise:
11:57:50				293/515 - 33/215: Installing method Object>>changed
11:57:50				293/515 - 34/215: Installing method Object>>changed:
11:57:50				293/515 - 35/215: Installing method Object>>changed:with:
11:57:50				293/515 - 36/215: Installing method Object>>className
11:57:50				293/515 - 37/215: Installing method Object>>clone
11:57:50				293/515 - 38/215: Installing method Object>>confirm:
11:57:50				293/515 - 39/215: Installing method Object>>copy
11:57:50				293/515 - 40/215: Installing method Object>>copyFrom:
11:57:50				293/515 - 41/215: Installing method Object>>copySameFrom:
11:57:50				293/515 - 42/215: Installing method Object>>crTrace
11:57:50				293/515 - 43/215: Installing method Object>>crTrace:
11:57:50				293/515 - 44/215: Installing method Object>>deepCopy
11:57:50				293/515 - 45/215: Installing method Object>>deprecated:
11:57:50				293/515 - 46/215: Installing method Object>>deprecated:on:in:
11:57:50				293/515 - 47/215: Installing method Object>>deprecated:on:in:transformWith:
11:57:50				293/515 - 48/215: Installing method Object>>deprecated:on:in:transformWith:when:
11:57:50				293/515 - 49/215: Installing method Object>>deprecated:transformWith:
11:57:50				293/515 - 50/215: Installing method Object>>deprecated:transformWith:when:
11:57:50				293/515 - 51/215: Installing method Object>>displayString
11:57:50				293/515 - 52/215: Installing method Object>>displayStringLimitedTo:
11:57:50				293/515 - 53/215: Installing method Object>>displayStringOn:
11:57:50				293/515 - 54/215: Installing method Object>>doesNotUnderstand:
11:57:50				293/515 - 55/215: Installing method Object>>enclosedElement
11:57:50				293/515 - 56/215: Installing method Object>>error
11:57:50				293/515 - 57/215: Installing method Object>>error:
11:57:50				293/515 - 58/215: Installing method Object>>errorImproperStore
11:57:50				293/515 - 59/215: Installing method Object>>errorNonIntegerIndex
11:57:50				293/515 - 60/215: Installing method Object>>errorNotIndexable
11:57:50				293/515 - 61/215: Installing method Object>>errorSubscriptBounds:
11:57:50				293/515 - 62/215: Installing method Object>>finalizationRegistry
11:57:51				293/515 - 63/215: Installing method Object>>finalize
11:57:51				293/515 - 64/215: Installing method Object>>finalizer
11:57:51				293/515 - 65/215: Installing method Object>>flattenOn:
11:57:51				293/515 - 66/215: Installing method Object>>fullDisplayString
11:57:51				293/515 - 67/215: Installing method Object>>fullPrintString
11:57:51				293/515 - 68/215: Installing method Object>>handleProcessTerminationOfWaitingContext:
11:57:51				293/515 - 69/215: Installing method Object>>handles:
11:57:51				293/515 - 70/215: Installing method Object>>hasLiteralSuchThat:
11:57:51				293/515 - 71/215: Installing method Object>>hasMultipleExecutors
11:57:51				293/515 - 72/215: Installing method Object>>hash
11:57:51				293/515 - 73/215: Installing method Object>>in:
11:57:51				293/515 - 74/215: Installing method Object>>inform:
11:57:51				293/515 - 75/215: Installing method Object>>instVarAt:
11:57:51				293/515 - 76/215: Installing method Object>>instVarAt:put:
11:57:51				293/515 - 77/215: Installing method Object>>instVarNamed:
11:57:51				293/515 - 78/215: Installing method Object>>instVarNamed:put:
11:57:51				293/515 - 79/215: Installing method Object>>isArray
11:57:51				293/515 - 80/215: Installing method Object>>isAssociation
11:57:51				293/515 - 81/215: Installing method Object>>isBehavior
11:57:51				293/515 - 82/215: Installing method Object>>isBlock
11:57:51				293/515 - 83/215: Installing method Object>>isCharacter
11:57:51				293/515 - 84/215: Installing method Object>>isClass
11:57:51				293/515 - 85/215: Installing method Object>>isClassOrTrait
11:57:51				293/515 - 86/215: Installing method Object>>isClosure
11:57:51				293/515 - 87/215: Installing method Object>>isCollection
11:57:51				293/515 - 88/215: Installing method Object>>isColor
11:57:51				293/515 - 89/215: Installing method Object>>isColorForm
11:57:51				293/515 - 90/215: Installing method Object>>isCompiledBlock
11:57:51				293/515 - 91/215: Installing method Object>>isCompiledMethod
11:57:51				293/515 - 92/215: Installing method Object>>isContext
11:57:51				293/515 - 93/215: Installing method Object>>isDictionary
11:57:51				293/515 - 94/215: Installing method Object>>isEmbeddedBlock
11:57:51				293/515 - 95/215: Installing method Object>>isFloat
11:57:51				293/515 - 96/215: Installing method Object>>isForm
11:57:51				293/515 - 97/215: Installing method Object>>isFraction
11:57:51				293/515 - 98/215: Installing method Object>>isHeap
11:57:51				293/515 - 99/215: Installing method Object>>isInteger
11:57:51				293/515 - 100/215: Installing method Object>>isInterval
11:57:51				293/515 - 101/215: Installing method Object>>isKindOf:
11:57:51				293/515 - 102/215: Installing method Object>>isLiteral
11:57:51				293/515 - 103/215: Installing method Object>>isLiteral:
11:57:51				293/515 - 104/215: Installing method Object>>isMemberOf:
11:57:51				293/515 - 105/215: Installing method Object>>isMessageSend
11:57:51				293/515 - 106/215: Installing method Object>>isMethodProperties
11:57:51				293/515 - 107/215: Installing method Object>>isMorph
11:57:51				293/515 - 108/215: Installing method Object>>isMorphicEvent
11:57:51				293/515 - 109/215: Installing method Object>>isNotNil
11:57:51				293/515 - 110/215: Installing method Object>>isNumber
11:57:51				293/515 - 111/215: Installing method Object>>isPackage
11:57:51				293/515 - 112/215: Installing method Object>>isPinned
11:57:51				293/515 - 113/215: Installing method Object>>isPinnedInMemory
11:57:51				293/515 - 114/215: Installing method Object>>isPoint
11:57:51				293/515 - 115/215: Installing method Object>>isPrimitiveError
11:57:51				293/515 - 116/215: Installing method Object>>isReadOnlyObject
11:57:51				293/515 - 117/215: Installing method Object>>isRectangle
11:57:51				293/515 - 118/215: Installing method Object>>isSelfEvaluating
11:57:51				293/515 - 119/215: Installing method Object>>isSelfEvaluating:
11:57:51				293/515 - 120/215: Installing method Object>>isStream
11:57:51				293/515 - 121/215: Installing method Object>>isString
11:57:51				293/515 - 122/215: Installing method Object>>isSymbol
11:57:51				293/515 - 123/215: Installing method Object>>isSystemWindow
11:57:51				293/515 - 124/215: Installing method Object>>isText
11:57:51				293/515 - 125/215: Installing method Object>>isThisEverCalled
11:57:51				293/515 - 126/215: Installing method Object>>isThisEverCalled:
11:57:51				293/515 - 127/215: Installing method Object>>isTrait
11:57:51				293/515 - 128/215: Installing method Object>>isVariableBinding
11:57:51				293/515 - 129/215: Installing method Object>>join:
11:57:51				293/515 - 130/215: Installing method Object>>joinTo:
11:57:51				293/515 - 131/215: Installing method Object>>literalEqual:
11:57:51				293/515 - 132/215: Installing method Object>>logEntry
11:57:51				293/515 - 133/215: Installing method Object>>logExecution
11:57:51				293/515 - 134/215: Installing method Object>>logExit
11:57:51				293/515 - 135/215: Installing method Object>>longPrintOn:limitedTo:indent:
11:57:51				293/515 - 136/215: Installing method Object>>longPrintStringLimitedTo:
11:57:51				293/515 - 137/215: Installing method Object>>mourn
11:57:51				293/515 - 138/215: Installing method Object>>notNil
11:57:51				293/515 - 139/215: Installing method Object>>notYetImplemented
11:57:51				293/515 - 140/215: Installing method Object>>notify:
11:57:51				293/515 - 141/215: Installing method Object>>okToChange
11:57:51				293/515 - 142/215: Installing method Object>>packageOrganizer
11:57:51				293/515 - 143/215: Installing method Object>>perform:
11:57:51				293/515 - 144/215: Installing method Object>>perform:orSendTo:
11:57:51				293/515 - 145/215: Installing method Object>>perform:with:
11:57:51				293/515 - 146/215: Installing method Object>>perform:with:with:
11:57:51				293/515 - 147/215: Installing method Object>>perform:with:with:with:
11:57:51				293/515 - 148/215: Installing method Object>>perform:with:with:with:with:
11:57:51				293/515 - 149/215: Installing method Object>>perform:withArguments:
11:57:51				293/515 - 150/215: Installing method Object>>perform:withArguments:inSuperclass:
11:57:51				293/515 - 151/215: Installing method Object>>perform:withEnoughArguments:
11:57:51				293/515 - 152/215: Installing method Object>>pin
11:57:51				293/515 - 153/215: Installing method Object>>pinInMemory
11:57:51				293/515 - 154/215: Installing method Object>>pointsOnlyWeaklyTo:
11:57:51				293/515 - 155/215: Installing method Object>>postCopy
11:57:51				293/515 - 156/215: Installing method Object>>primitiveChangeClassTo:
11:57:51				293/515 - 157/215: Installing method Object>>primitiveError:
11:57:51				293/515 - 158/215: Installing method Object>>printOn:
11:57:51				293/515 - 159/215: Installing method Object>>printString
11:57:51				293/515 - 160/215: Installing method Object>>printStringLimitedTo:
11:57:51				293/515 - 161/215: Installing method Object>>printStringLimitedTo:using:
11:57:51				293/515 - 162/215: Installing method Object>>putOn:
11:57:51				293/515 - 163/215: Installing method Object>>readFromString:
11:57:51				293/515 - 164/215: Installing method Object>>readSlot:
11:57:51				293/515 - 165/215: Installing method Object>>readSlotNamed:
11:57:51				293/515 - 166/215: Installing method Object>>recursivelySetIsReadOnlyObject:
11:57:51				293/515 - 167/215: Installing method Object>>recursivelySetIsReadOnlyObject:exceptObjectsIn:
11:57:51				293/515 - 168/215: Installing method Object>>refersToLiteral:
11:57:51				293/515 - 169/215: Installing method Object>>release
11:57:51				293/515 - 170/215: Installing method Object>>respondsTo:
11:57:51				293/515 - 171/215: Installing method Object>>retrySetPinnedInMemory:
11:57:51				293/515 - 172/215: Installing method Object>>retryWithGC:until:
11:57:51				293/515 - 173/215: Installing method Object>>setIsReadOnlyObject:
11:57:51				293/515 - 174/215: Installing method Object>>setPinned:
11:57:51				293/515 - 175/215: Installing method Object>>setPinnedInMemory:
11:57:51				293/515 - 176/215: Installing method Object>>shallowCopy
11:57:51				293/515 - 177/215: Installing method Object>>shouldBeImplemented
11:57:51				293/515 - 178/215: Installing method Object>>shouldBePrintedAsLiteral
11:57:51				293/515 - 179/215: Installing method Object>>shouldBePrintedAsLiteral:
11:57:51				293/515 - 180/215: Installing method Object>>shouldNotImplement
11:57:51				293/515 - 181/215: Installing method Object>>size
11:57:51				293/515 - 182/215: Installing method Object>>sizeInMemory
11:57:51				293/515 - 183/215: Installing method Object>>someObject
11:57:51				293/515 - 184/215: Installing method Object>>species
11:57:51				293/515 - 185/215: Installing method Object>>split:
11:57:51				293/515 - 186/215: Installing method Object>>split:do:
11:57:51				293/515 - 187/215: Installing method Object>>split:indicesDo:
11:57:51				293/515 - 188/215: Installing method Object>>storeAt:inTempFrame:
11:57:51				293/515 - 189/215: Installing method Object>>storeOn:
11:57:51				293/515 - 190/215: Installing method Object>>storeString
11:57:51				293/515 - 191/215: Installing method Object>>subclassResponsibility
11:57:51				293/515 - 192/215: Installing method Object>>systemNavigation
11:57:51				293/515 - 193/215: Installing method Object>>toFinalizeSend:to:with:
11:57:51				293/515 - 194/215: Installing method Object>>trace
11:57:51				293/515 - 195/215: Installing method Object>>trace:
11:57:51				293/515 - 196/215: Installing method Object>>traceCr
11:57:51				293/515 - 197/215: Installing method Object>>traceCr:
11:57:51				293/515 - 198/215: Installing method Object>>traceCrTab:
11:57:51				293/515 - 199/215: Installing method Object>>traitConflict
11:57:51				293/515 - 200/215: Installing method Object>>uiManager
11:57:52				293/515 - 201/215: Installing method Object>>unpin
11:57:52				293/515 - 202/215: Installing method Object>>unpinInMemory
11:57:52				293/515 - 203/215: Installing method Object>>update:
11:57:52				293/515 - 204/215: Installing method Object>>update:with:
11:57:52				293/515 - 205/215: Installing method Object>>value
11:57:52				293/515 - 206/215: Installing method Object>>valueWithArguments:
11:57:52				293/515 - 207/215: Installing method Object>>veryDeepCopyWith:
11:57:52				293/515 - 208/215: Installing method Object>>veryDeepFixupWith:
11:57:52				293/515 - 209/215: Installing method Object>>veryDeepInner:
11:57:52				293/515 - 210/215: Installing method Object>>windowIsClosing
11:57:52				293/515 - 211/215: Installing method Object>>writeSlot:value:
11:57:52				293/515 - 212/215: Installing method Object>>writeSlotNamed:value:
11:57:52				293/515 - 213/215: Installing method Object>>yourself
11:57:52				293/515 - 214/215: Installing method Object>>~=
11:57:52				293/515 - 215/215: Installing method Object>>~~>
11:57:52				293/515 - 1/6: Installing method Object class>>howToModifyPrimitives
11:57:52				293/515 - 2/6: Installing method Object class>>initialize
11:57:52				293/515 - 3/6: Installing method Object class>>newFrom:
11:57:52				293/515 - 4/6: Installing method Object class>>newFromArray:
11:57:52				293/515 - 5/6: Installing method Object class>>readFrom:
11:57:52				293/515 - 6/6: Installing method Object class>>whatIsAPrimitive
11:57:52				294/515 - 1/2: Installing method ObjectFinalizer>>finalize
11:57:52				294/515 - 2/2: Installing method ObjectFinalizer>>receiver:selector:argument:
11:57:52				295/515 - 1/2: Installing method ObjectFinalizerCollection>>finalize
11:57:52				295/515 - 2/2: Installing method ObjectFinalizerCollection>>hasMultipleExecutors
11:57:52				296/515 - 1/12: Installing method ObjectLayout>>extend
11:57:52				296/515 - 2/12: Installing method ObjectLayout>>extend:
11:57:52				296/515 - 3/12: Installing method ObjectLayout>>extendByte
11:57:52				296/515 - 4/12: Installing method ObjectLayout>>extendCompiledMethod
11:57:52				296/515 - 5/12: Installing method ObjectLayout>>extendDoubleByte
11:57:52				296/515 - 6/12: Installing method ObjectLayout>>extendDoubleWord
11:57:52				296/515 - 7/12: Installing method ObjectLayout>>extendSmallInteger
11:57:52				296/515 - 8/12: Installing method ObjectLayout>>extendVariable:
11:57:52				296/515 - 9/12: Installing method ObjectLayout>>extendWord
11:57:52				296/515 - 10/12: Installing method ObjectLayout>>format
11:57:52				296/515 - 11/12: Installing method ObjectLayout>>initializeInstance:
11:57:52				296/515 - 12/12: Installing method ObjectLayout>>instanceSpecification
11:57:52				296/515 - 1/5: Installing method ObjectLayout class>>allSubclassDefiningSymbols
11:57:52				296/515 - 2/5: Installing method ObjectLayout class>>extending:scope:host:
11:57:52				296/515 - 3/5: Installing method ObjectLayout class>>isAbstract
11:57:52				296/515 - 4/5: Installing method ObjectLayout class>>layoutForSubclassDefiningSymbol:
11:57:52				296/515 - 5/5: Installing method ObjectLayout class>>subclassDefiningSymbol
11:57:53				297/515 - 1/65: Installing method OrderedCollection>>add:
11:57:53				297/515 - 2/65: Installing method OrderedCollection>>add:after:
11:57:53				297/515 - 3/65: Installing method OrderedCollection>>add:afterIndex:
11:57:53				297/515 - 4/65: Installing method OrderedCollection>>add:before:
11:57:53				297/515 - 5/65: Installing method OrderedCollection>>add:beforeIndex:
11:57:53				297/515 - 6/65: Installing method OrderedCollection>>addAll:
11:57:53				297/515 - 7/65: Installing method OrderedCollection>>addAllFirst:
11:57:53				297/515 - 8/65: Installing method OrderedCollection>>addAllFirstUnlessAlreadyPresent:
11:57:53				297/515 - 9/65: Installing method OrderedCollection>>addAllLast:
11:57:53				297/515 - 10/65: Installing method OrderedCollection>>addFirst:
11:57:53				297/515 - 11/65: Installing method OrderedCollection>>addLast:
11:57:53				297/515 - 12/65: Installing method OrderedCollection>>addNoSort:
11:57:53				297/515 - 13/65: Installing method OrderedCollection>>asArray
11:57:53				297/515 - 14/65: Installing method OrderedCollection>>asOrderedCollection
11:57:53				297/515 - 15/65: Installing method OrderedCollection>>at:
11:57:53				297/515 - 16/65: Installing method OrderedCollection>>at:ifAbsentPut:
11:57:53				297/515 - 17/65: Installing method OrderedCollection>>at:put:
11:57:53				297/515 - 18/65: Installing method OrderedCollection>>capacity
11:57:53				297/515 - 19/65: Installing method OrderedCollection>>collect:
11:57:53				297/515 - 20/65: Installing method OrderedCollection>>collect:from:to:
11:57:53				297/515 - 21/65: Installing method OrderedCollection>>collect:thenSelect:
11:57:53				297/515 - 22/65: Installing method OrderedCollection>>collector
11:57:53				297/515 - 23/65: Installing method OrderedCollection>>compact
11:57:54				297/515 - 24/65: Installing method OrderedCollection>>copyEmpty
11:57:54				297/515 - 25/65: Installing method OrderedCollection>>copyFrom:to:
11:57:54				297/515 - 26/65: Installing method OrderedCollection>>copyReplaceFrom:to:with:
11:57:54				297/515 - 27/65: Installing method OrderedCollection>>copyWith:
11:57:54				297/515 - 28/65: Installing method OrderedCollection>>do:
11:57:54				297/515 - 29/65: Installing method OrderedCollection>>ensureBoundsFrom:to:
11:57:54				297/515 - 30/65: Installing method OrderedCollection>>find:
11:57:54				297/515 - 31/65: Installing method OrderedCollection>>growAtFirst
11:57:54				297/515 - 32/65: Installing method OrderedCollection>>growAtLast
11:57:54				297/515 - 33/65: Installing method OrderedCollection>>insert:before:
11:57:54				297/515 - 34/65: Installing method OrderedCollection>>join:
11:57:54				297/515 - 35/65: Installing method OrderedCollection>>makeRoomAtFirst
11:57:54				297/515 - 36/65: Installing method OrderedCollection>>makeRoomAtLast
11:57:54				297/515 - 37/65: Installing method OrderedCollection>>postCopy
11:57:54				297/515 - 38/65: Installing method OrderedCollection>>postCopyFrom:to:
11:57:54				297/515 - 39/65: Installing method OrderedCollection>>reject:
11:57:54				297/515 - 40/65: Installing method OrderedCollection>>reject:thenCollect:
11:57:54				297/515 - 41/65: Installing method OrderedCollection>>remove:ifAbsent:
11:57:54				297/515 - 42/65: Installing method OrderedCollection>>removeAll
11:57:54				297/515 - 43/65: Installing method OrderedCollection>>removeAllSuchThat:
11:57:54				297/515 - 44/65: Installing method OrderedCollection>>removeAt:
11:57:54				297/515 - 45/65: Installing method OrderedCollection>>removeDuplicates
11:57:54				297/515 - 46/65: Installing method OrderedCollection>>removeFirst
11:57:54				297/515 - 47/65: Installing method OrderedCollection>>removeFirst:
11:57:54				297/515 - 48/65: Installing method OrderedCollection>>removeIndex:
11:57:54				297/515 - 49/65: Installing method OrderedCollection>>removeLast
11:57:54				297/515 - 50/65: Installing method OrderedCollection>>removeLast:
11:57:54				297/515 - 51/65: Installing method OrderedCollection>>reset
11:57:54				297/515 - 52/65: Installing method OrderedCollection>>resetTo:
11:57:54				297/515 - 53/65: Installing method OrderedCollection>>reverseDo:
11:57:54				297/515 - 54/65: Installing method OrderedCollection>>reversed
11:57:54				297/515 - 55/65: Installing method OrderedCollection>>select:
11:57:54				297/515 - 56/65: Installing method OrderedCollection>>select:thenCollect:
11:57:54				297/515 - 57/65: Installing method OrderedCollection>>setCollection:
11:57:54				297/515 - 58/65: Installing method OrderedCollection>>setContents:
11:57:54				297/515 - 59/65: Installing method OrderedCollection>>size
11:57:54				297/515 - 60/65: Installing method OrderedCollection>>sort:
11:57:54				297/515 - 61/65: Installing method OrderedCollection>>speciesForTransform
11:57:54				297/515 - 62/65: Installing method OrderedCollection>>truncateTo:
11:57:54				297/515 - 63/65: Installing method OrderedCollection>>with:collect:
11:57:54				297/515 - 64/65: Installing method OrderedCollection>>withIndexCollect:
11:57:54				297/515 - 65/65: Installing method OrderedCollection>>withIndexSelect:
11:57:54				297/515 - 1/12: Installing method OrderedCollection class>>arrayType
11:57:54				297/515 - 2/12: Installing method OrderedCollection class>>cleanUp:
11:57:54				297/515 - 3/12: Installing method OrderedCollection class>>compactAll
11:57:54				297/515 - 4/12: Installing method OrderedCollection class>>compactAllInstances
11:57:54				297/515 - 5/12: Installing method OrderedCollection class>>new
11:57:54				297/515 - 6/12: Installing method OrderedCollection class>>new:
11:57:54				297/515 - 7/12: Installing method OrderedCollection class>>new:streamContents:
11:57:54				297/515 - 8/12: Installing method OrderedCollection class>>new:withAll:
11:57:54				297/515 - 9/12: Installing method OrderedCollection class>>newFrom:
11:57:54				297/515 - 10/12: Installing method OrderedCollection class>>newFromArray:
11:57:54				297/515 - 11/12: Installing method OrderedCollection class>>ofSize:
11:57:54				297/515 - 12/12: Installing method OrderedCollection class>>streamSpecies
11:57:55				298/515 - 1/72: Installing method OrderedDictionary>>=
11:57:55				298/515 - 2/72: Installing method OrderedDictionary>>add:
11:57:55				298/515 - 3/72: Installing method OrderedDictionary>>addAll:
11:57:55				298/515 - 4/72: Installing method OrderedDictionary>>associationAt:
11:57:55				298/515 - 5/72: Installing method OrderedDictionary>>associationAt:ifAbsent:
11:57:55				298/515 - 6/72: Installing method OrderedDictionary>>associationAt:ifPresent:
11:57:55				298/515 - 7/72: Installing method OrderedDictionary>>associationAt:ifPresent:ifAbsent:
11:57:55				298/515 - 8/72: Installing method OrderedDictionary>>associations
11:57:55				298/515 - 9/72: Installing method OrderedDictionary>>associationsDo:
11:57:55				298/515 - 10/72: Installing method OrderedDictionary>>associationsSelect:
11:57:55				298/515 - 11/72: Installing method OrderedDictionary>>at:
11:57:55				298/515 - 12/72: Installing method OrderedDictionary>>at:at:
11:57:55				298/515 - 13/72: Installing method OrderedDictionary>>at:at:ifAbsent:
11:57:55				298/515 - 14/72: Installing method OrderedDictionary>>at:at:ifAbsentPut:
11:57:55				298/515 - 15/72: Installing method OrderedDictionary>>at:at:put:
11:57:55				298/515 - 16/72: Installing method OrderedDictionary>>at:ifAbsent:
11:57:55				298/515 - 17/72: Installing method OrderedDictionary>>at:ifAbsentPut:
11:57:55				298/515 - 18/72: Installing method OrderedDictionary>>at:ifPresent:
11:57:55				298/515 - 19/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsent:
11:57:55				298/515 - 20/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsentPut:
11:57:55				298/515 - 21/72: Installing method OrderedDictionary>>at:put:
11:57:55				298/515 - 22/72: Installing method OrderedDictionary>>at:update:
11:57:55				298/515 - 23/72: Installing method OrderedDictionary>>at:update:initial:
11:57:55				298/515 - 24/72: Installing method OrderedDictionary>>bindingOf:
11:57:55				298/515 - 25/72: Installing method OrderedDictionary>>capacity
11:57:55				298/515 - 26/72: Installing method OrderedDictionary>>collect:
11:57:55				298/515 - 27/72: Installing method OrderedDictionary>>dictionary
11:57:55				298/515 - 28/72: Installing method OrderedDictionary>>dictionaryClass
11:57:55				298/515 - 29/72: Installing method OrderedDictionary>>do:
11:57:55				298/515 - 30/72: Installing method OrderedDictionary>>errorInvalidIndex:
11:57:55				298/515 - 31/72: Installing method OrderedDictionary>>growOrderedKeys
11:57:55				298/515 - 32/72: Installing method OrderedDictionary>>hasBindingThatBeginsWith:
11:57:55				298/515 - 33/72: Installing method OrderedDictionary>>hash
11:57:55				298/515 - 34/72: Installing method OrderedDictionary>>identityIndexOfKey:
11:57:55				298/515 - 35/72: Installing method OrderedDictionary>>identityIndexOfKey:ifAbsent:
11:57:55				298/515 - 36/72: Installing method OrderedDictionary>>includes:
11:57:55				298/515 - 37/72: Installing method OrderedDictionary>>includesAssociation:
11:57:55				298/515 - 38/72: Installing method OrderedDictionary>>includesIdentity:
11:57:55				298/515 - 39/72: Installing method OrderedDictionary>>includesKey:
11:57:55				298/515 - 40/72: Installing method OrderedDictionary>>indexOfKey:
11:57:55				298/515 - 41/72: Installing method OrderedDictionary>>indexOfKey:ifAbsent:
11:57:55				298/515 - 42/72: Installing method OrderedDictionary>>initialize:
11:57:55				298/515 - 43/72: Installing method OrderedDictionary>>isDictionary
11:57:55				298/515 - 44/72: Installing method OrderedDictionary>>isHealthy
11:57:55				298/515 - 45/72: Installing method OrderedDictionary>>keyAtIdentityValue:
11:57:55				298/515 - 46/72: Installing method OrderedDictionary>>keyAtIdentityValue:ifAbsent:
11:57:55				298/515 - 47/72: Installing method OrderedDictionary>>keyAtIndex:
11:57:55				298/515 - 48/72: Installing method OrderedDictionary>>keyAtIndex:ifAbsent:
11:57:55				298/515 - 49/72: Installing method OrderedDictionary>>keyAtValue:
11:57:55				298/515 - 50/72: Installing method OrderedDictionary>>keyAtValue:ifAbsent:
11:57:55				298/515 - 51/72: Installing method OrderedDictionary>>keyForIdentity:
11:57:55				298/515 - 52/72: Installing method OrderedDictionary>>keys
11:57:55				298/515 - 53/72: Installing method OrderedDictionary>>keysAndValuesDo:
11:57:55				298/515 - 54/72: Installing method OrderedDictionary>>keysAndValuesRemove:
11:57:55				298/515 - 55/72: Installing method OrderedDictionary>>keysDo:
11:57:55				298/515 - 56/72: Installing method OrderedDictionary>>keysSortedSafely
11:57:55				298/515 - 57/72: Installing method OrderedDictionary>>orderedKeys
11:57:55				298/515 - 58/72: Installing method OrderedDictionary>>orderedKeysIndexOf:
11:57:55				298/515 - 59/72: Installing method OrderedDictionary>>orderedKeysRemove:
11:57:55				298/515 - 60/72: Installing method OrderedDictionary>>postCopy
11:57:55				298/515 - 61/72: Installing method OrderedDictionary>>printElementsOn:
11:57:55				298/515 - 62/72: Installing method OrderedDictionary>>remove:ifAbsent:
11:57:55				298/515 - 63/72: Installing method OrderedDictionary>>removeAll
11:57:55				298/515 - 64/72: Installing method OrderedDictionary>>removeKey:
11:57:55				298/515 - 65/72: Installing method OrderedDictionary>>removeKey:ifAbsent:
11:57:55				298/515 - 66/72: Installing method OrderedDictionary>>removeKeys:
11:57:55				298/515 - 67/72: Installing method OrderedDictionary>>select:
11:57:55				298/515 - 68/72: Installing method OrderedDictionary>>size
11:57:55				298/515 - 69/72: Installing method OrderedDictionary>>storeOn:
11:57:55				298/515 - 70/72: Installing method OrderedDictionary>>value:registeringAtOrderedKeys:
11:57:55				298/515 - 71/72: Installing method OrderedDictionary>>values
11:57:55				298/515 - 72/72: Installing method OrderedDictionary>>valuesDo:
11:57:55				298/515 - 1/5: Installing method OrderedDictionary class>>new
11:57:55				298/515 - 2/5: Installing method OrderedDictionary class>>new:
11:57:55				298/515 - 3/5: Installing method OrderedDictionary class>>newFrom:
11:57:55				298/515 - 4/5: Installing method OrderedDictionary class>>newFromKeys:andValues:
11:57:55				298/515 - 5/5: Installing method OrderedDictionary class>>newFromPairs:
11:57:56				299/515 - 1/3: Installing method OrderedIdentityDictionary>>dictionaryClass
11:57:56				299/515 - 2/3: Installing method OrderedIdentityDictionary>>indexOfKey:ifAbsent:
11:57:56				299/515 - 3/3: Installing method OrderedIdentityDictionary>>orderedKeysIndexOf:
11:57:56				300/515 - 1/1: Installing method OutOfMemory>>isResumable
11:57:56				301/515 - 1/80: Installing method Package>><=
11:57:56				301/515 - 2/80: Installing method Package>>addClass:
11:57:56				301/515 - 3/80: Installing method Package>>addMethod:
11:57:56				301/515 - 4/80: Installing method Package>>allUnsentMessages
11:57:56				301/515 - 5/80: Installing method Package>>classes
11:57:56				301/515 - 6/80: Installing method Package>>classesTaggedWith:
11:57:56				301/515 - 7/80: Installing method Package>>codeChangeAnnouncer
11:57:56				301/515 - 8/80: Installing method Package>>definedClassNames
11:57:56				301/515 - 9/80: Installing method Package>>definedClasses
11:57:56				301/515 - 10/80: Installing method Package>>definedMethodsForClass:
11:57:56				301/515 - 11/80: Installing method Package>>definedOrExtendedClasses
11:57:56				301/515 - 12/80: Installing method Package>>definedSelectorsForClass:
11:57:56				301/515 - 13/80: Installing method Package>>definesOrExtendsClass:
11:57:57				301/515 - 14/80: Installing method Package>>demoteToTagInPackage
11:57:57				301/515 - 15/80: Installing method Package>>ensureProperties
11:57:57				301/515 - 16/80: Installing method Package>>ensureTag:
11:57:57				301/515 - 17/80: Installing method Package>>environment
11:57:57				301/515 - 18/80: Installing method Package>>extendedClassNames
11:57:57				301/515 - 19/80: Installing method Package>>extendedClasses
11:57:57				301/515 - 20/80: Installing method Package>>extendsClass:
11:57:57				301/515 - 21/80: Installing method Package>>extensionMethods
11:57:57				301/515 - 22/80: Installing method Package>>extensionMethodsForClass:
11:57:57				301/515 - 23/80: Installing method Package>>extensionProtocolsForClass:
11:57:57				301/515 - 24/80: Installing method Package>>extensionSelectors
11:57:57				301/515 - 25/80: Installing method Package>>extensionSelectorsForClass:
11:57:57				301/515 - 26/80: Installing method Package>>hasProperty:
11:57:57				301/515 - 27/80: Installing method Package>>hasTag:
11:57:57				301/515 - 28/80: Installing method Package>>hierarchyRoots
11:57:57				301/515 - 29/80: Installing method Package>>importProtocol:forClass:
11:57:57				301/515 - 30/80: Installing method Package>>includesClass:
11:57:57				301/515 - 31/80: Installing method Package>>includesClassNamed:
11:57:57				301/515 - 32/80: Installing method Package>>includesClassTagNamed:
11:57:57				301/515 - 33/80: Installing method Package>>includesExtensionSelector:ofClass:
11:57:57				301/515 - 34/80: Installing method Package>>includesProtocol:ofClass:
11:57:57				301/515 - 35/80: Installing method Package>>includesSelector:ofClass:
11:57:57				301/515 - 36/80: Installing method Package>>initialize
11:57:57				301/515 - 37/80: Installing method Package>>isDeprecated
11:57:57				301/515 - 38/80: Installing method Package>>isEmpty
11:57:57				301/515 - 39/80: Installing method Package>>isPackage
11:57:57				301/515 - 40/80: Installing method Package>>isTestPackage
11:57:57				301/515 - 41/80: Installing method Package>>isUndefined
11:57:57				301/515 - 42/80: Installing method Package>>linesOfCode
11:57:57				301/515 - 43/80: Installing method Package>>methods
11:57:57				301/515 - 44/80: Installing method Package>>methodsForClass:
11:57:57				301/515 - 45/80: Installing method Package>>moveClass:toTag:
11:57:57				301/515 - 46/80: Installing method Package>>name
11:57:57				301/515 - 47/80: Installing method Package>>name:
11:57:57				301/515 - 48/80: Installing method Package>>organizer
11:57:57				301/515 - 49/80: Installing method Package>>organizer:
11:57:57				301/515 - 50/80: Installing method Package>>packageManifestOrNil
11:57:57				301/515 - 51/80: Installing method Package>>packages
11:57:57				301/515 - 52/80: Installing method Package>>printOn:
11:57:57				301/515 - 53/80: Installing method Package>>properties
11:57:57				301/515 - 54/80: Installing method Package>>propertyAt:
11:57:57				301/515 - 55/80: Installing method Package>>propertyAt:ifAbsent:
11:57:57				301/515 - 56/80: Installing method Package>>propertyAt:ifAbsentPut:
11:57:57				301/515 - 57/80: Installing method Package>>propertyAt:put:
11:57:57				301/515 - 58/80: Installing method Package>>removeAllExtensionMethodsFromClass:
11:57:57				301/515 - 59/80: Installing method Package>>removeClass:
11:57:57				301/515 - 60/80: Installing method Package>>removeEmptyTags
11:57:57				301/515 - 61/80: Installing method Package>>removeFromSystem
11:57:57				301/515 - 62/80: Installing method Package>>removeMethod:
11:57:57				301/515 - 63/80: Installing method Package>>removeMethods:
11:57:57				301/515 - 64/80: Installing method Package>>removePropertiesIfEmpty
11:57:57				301/515 - 65/80: Installing method Package>>removeProperty:
11:57:57				301/515 - 66/80: Installing method Package>>removeProperty:ifAbsent:
11:57:57				301/515 - 67/80: Installing method Package>>removeTag:
11:57:57				301/515 - 68/80: Installing method Package>>renameTag:to:
11:57:57				301/515 - 69/80: Installing method Package>>renameTo:
11:57:57				301/515 - 70/80: Installing method Package>>rootTag
11:57:57				301/515 - 71/80: Installing method Package>>rootTagName
11:57:57				301/515 - 72/80: Installing method Package>>roots
11:57:57				301/515 - 73/80: Installing method Package>>selectors
11:57:57				301/515 - 74/80: Installing method Package>>selectorsForClass:
11:57:57				301/515 - 75/80: Installing method Package>>tagNamed:
11:57:57				301/515 - 76/80: Installing method Package>>tagNamed:ifAbsent:
11:57:57				301/515 - 77/80: Installing method Package>>tagNamed:ifPresent:
11:57:57				301/515 - 78/80: Installing method Package>>tagNames
11:57:57				301/515 - 79/80: Installing method Package>>tagOf:
11:57:57				301/515 - 80/80: Installing method Package>>tags
11:57:57				301/515 - 1/5: Installing method Package class>>initialize
11:57:57				301/515 - 2/5: Installing method Package class>>initializeProperties
11:57:57				301/515 - 3/5: Installing method Package class>>named:
11:57:57				301/515 - 4/5: Installing method Package class>>named:organizer:
11:57:57				301/515 - 5/5: Installing method Package class>>rootTagName
11:57:57				303/515 - 1/2: Installing method PackageAnnouncement>>package
11:57:57				303/515 - 2/2: Installing method PackageAnnouncement>>package:
11:57:57				303/515 - 1/1: Installing method PackageAnnouncement class>>to:
11:57:57				305/515 - 1/11: Installing method PackageManifest class>>classCommentBlank
11:57:57				305/515 - 2/11: Installing method PackageManifest class>>description
11:57:57				305/515 - 3/11: Installing method PackageManifest class>>ignoredDependencies
11:57:57				305/515 - 4/11: Installing method PackageManifest class>>isDeprecated
11:57:57				305/515 - 5/11: Installing method PackageManifest class>>isManifest
11:57:57				305/515 - 6/11: Installing method PackageManifest class>>isUsed
11:57:57				305/515 - 7/11: Installing method PackageManifest class>>manuallyResolvedDependencies
11:57:57				305/515 - 8/11: Installing method PackageManifest class>>postUnloadAction
11:57:57				305/515 - 9/11: Installing method PackageManifest class>>preUnload
11:57:57				305/515 - 10/11: Installing method PackageManifest class>>rejectClasses
11:57:57				305/515 - 11/11: Installing method PackageManifest class>>rejectRules
11:57:58				306/515 - 1/39: Installing method PackageOrganizer>>addPackage:
11:57:58				306/515 - 2/39: Installing method PackageOrganizer>>basicRegisterPackage:
11:57:58				306/515 - 3/39: Installing method PackageOrganizer>>basicUnregisterPackage:
11:57:58				306/515 - 4/39: Installing method PackageOrganizer>>codeChangeAnnouncer
11:57:58				306/515 - 5/39: Installing method PackageOrganizer>>ensurePackage:
11:57:58				306/515 - 6/39: Installing method PackageOrganizer>>ensurePackage:withTags:
11:57:58				306/515 - 7/39: Installing method PackageOrganizer>>ensurePackageMatching:
11:57:58				306/515 - 8/39: Installing method PackageOrganizer>>ensurePackageOfExtensionProtocol:
11:57:58				306/515 - 9/39: Installing method PackageOrganizer>>ensureTag:inPackage:
11:57:58				306/515 - 10/39: Installing method PackageOrganizer>>environment
11:57:58				306/515 - 11/39: Installing method PackageOrganizer>>environment:
11:57:58				306/515 - 12/39: Installing method PackageOrganizer>>hasPackage:
11:57:58				306/515 - 13/39: Installing method PackageOrganizer>>hasTag:inPackage:
11:57:58				306/515 - 14/39: Installing method PackageOrganizer>>initialize
11:57:58				306/515 - 15/39: Installing method PackageOrganizer>>isClassInstalled:
11:57:58				306/515 - 16/39: Installing method PackageOrganizer>>packageForProtocol:
11:57:58				306/515 - 17/39: Installing method PackageOrganizer>>packageForProtocol:from:
11:57:58				306/515 - 18/39: Installing method PackageOrganizer>>packageMatchingExtensionName:
11:57:58				306/515 - 19/39: Installing method PackageOrganizer>>packageNamed:
11:57:58				306/515 - 20/39: Installing method PackageOrganizer>>packageNamed:ifAbsent:
11:57:58				306/515 - 21/39: Installing method PackageOrganizer>>packageNamed:ifPresent:
11:57:58				306/515 - 22/39: Installing method PackageOrganizer>>packageNames
11:57:58				306/515 - 23/39: Installing method PackageOrganizer>>packageNamesDo:
11:57:58				306/515 - 24/39: Installing method PackageOrganizer>>packageOf:
11:57:58				306/515 - 25/39: Installing method PackageOrganizer>>packageOfClassNamed:
11:57:58				306/515 - 26/39: Installing method PackageOrganizer>>packages
11:57:58				306/515 - 27/39: Installing method PackageOrganizer>>packagesDo:
11:57:58				306/515 - 28/39: Installing method PackageOrganizer>>removeClass:
11:57:58				306/515 - 29/39: Installing method PackageOrganizer>>removeEmptyPackagesAndTags
11:57:58				306/515 - 30/39: Installing method PackageOrganizer>>removePackage:
11:57:58				306/515 - 31/39: Installing method PackageOrganizer>>removeTag:fromPackage:
11:57:58				306/515 - 32/39: Installing method PackageOrganizer>>renamePackage:to:
11:57:58				306/515 - 33/39: Installing method PackageOrganizer>>renameTag:to:inPackage:
11:57:58				306/515 - 34/39: Installing method PackageOrganizer>>repackageMethod:oldProtocol:newProtocol:
11:57:58				306/515 - 35/39: Installing method PackageOrganizer>>testPackageNames
11:57:58				306/515 - 36/39: Installing method PackageOrganizer>>testPackages
11:57:58				306/515 - 37/39: Installing method PackageOrganizer>>undefinedPackage
11:57:58				306/515 - 38/39: Installing method PackageOrganizer>>unregisterPackage:
11:57:58				306/515 - 39/39: Installing method PackageOrganizer>>validatePackageDoesNotExist:
11:57:58				306/515 - 1/1: Installing method PackageOrganizer class>>default
11:57:58				308/515 - 1/4: Installing method PackageRenamed>>newName
11:57:58				308/515 - 2/4: Installing method PackageRenamed>>newName:
11:57:58				308/515 - 3/4: Installing method PackageRenamed>>oldName
11:57:58				308/515 - 4/4: Installing method PackageRenamed>>oldName:
11:57:58				308/515 - 1/1: Installing method PackageRenamed class>>to:oldName:newName:
11:57:58				309/515 - 1/27: Installing method PackageTag>>addClass:
11:57:58				309/515 - 2/27: Installing method PackageTag>>basicRenameTo:
11:57:58				309/515 - 3/27: Installing method PackageTag>>categoryName
11:57:58				309/515 - 4/27: Installing method PackageTag>>classNames
11:57:58				309/515 - 5/27: Installing method PackageTag>>classes
11:57:58				309/515 - 6/27: Installing method PackageTag>>codeChangeAnnouncer
11:57:58				309/515 - 7/27: Installing method PackageTag>>environment
11:57:58				309/515 - 8/27: Installing method PackageTag>>hasClassNamed:
11:57:58				309/515 - 9/27: Installing method PackageTag>>includesClass:
11:57:59				309/515 - 10/27: Installing method PackageTag>>initialize
11:57:59				309/515 - 11/27: Installing method PackageTag>>isEmpty
11:57:59				309/515 - 12/27: Installing method PackageTag>>isRoot
11:57:59				309/515 - 13/27: Installing method PackageTag>>isUndefined
11:57:59				309/515 - 14/27: Installing method PackageTag>>name
11:57:59				309/515 - 15/27: Installing method PackageTag>>name:
11:57:59				309/515 - 16/27: Installing method PackageTag>>organizer
11:57:59				309/515 - 17/27: Installing method PackageTag>>package
11:57:59				309/515 - 18/27: Installing method PackageTag>>package:
11:57:59				309/515 - 19/27: Installing method PackageTag>>packageName
11:57:59				309/515 - 20/27: Installing method PackageTag>>printOn:
11:57:59				309/515 - 21/27: Installing method PackageTag>>privateAddClass:
11:57:59				309/515 - 22/27: Installing method PackageTag>>promoteAsPackage
11:57:59				309/515 - 23/27: Installing method PackageTag>>removeClass:
11:57:59				309/515 - 24/27: Installing method PackageTag>>removeFromPackage
11:57:59				309/515 - 25/27: Installing method PackageTag>>removeFromSystem
11:57:59				309/515 - 26/27: Installing method PackageTag>>renameTo:
11:57:59				309/515 - 27/27: Installing method PackageTag>>rootTagName
11:57:59				309/515 - 1/1: Installing method PackageTag class>>package:name:
11:57:59				311/515 - 1/4: Installing method PackageTagAnnouncement>>package
11:57:59				311/515 - 2/4: Installing method PackageTagAnnouncement>>packagesAffected
11:57:59				311/515 - 3/4: Installing method PackageTagAnnouncement>>tag
11:57:59				311/515 - 4/4: Installing method PackageTagAnnouncement>>tag:
11:57:59				311/515 - 1/2: Installing method PackageTagAnnouncement class>>in:tag:
11:57:59				311/515 - 2/2: Installing method PackageTagAnnouncement class>>to:
11:57:59				313/515 - 1/4: Installing method PackageTagRenamed>>newName
11:57:59				313/515 - 2/4: Installing method PackageTagRenamed>>newName:
11:57:59				313/515 - 3/4: Installing method PackageTagRenamed>>oldName
11:57:59				313/515 - 4/4: Installing method PackageTagRenamed>>oldName:
11:57:59				313/515 - 1/1: Installing method PackageTagRenamed class>>to:oldName:newName:
11:58:00				314/515 - 1/54: Installing method Path>>,
11:58:00				314/515 - 2/54: Installing method Path>>/
11:58:00				314/515 - 3/54: Installing method Path>><=
11:58:00				314/515 - 4/54: Installing method Path>>=
11:58:00				314/515 - 5/54: Installing method Path>>asPath
11:58:00				314/515 - 6/54: Installing method Path>>asPathWith:
11:58:00				314/515 - 7/54: Installing method Path>>asResolvedBy:
11:58:00				314/515 - 8/54: Installing method Path>>base
11:58:00				314/515 - 9/54: Installing method Path>>basename
11:58:00				314/515 - 10/54: Installing method Path>>basename:
11:58:00				314/515 - 11/54: Installing method Path>>basenameWithoutExtension
11:58:00				314/515 - 12/54: Installing method Path>>basenameWithoutExtension:
11:58:00				314/515 - 13/54: Installing method Path>>canonicalize
11:58:00				314/515 - 14/54: Installing method Path>>canonicalizeOnFilesystem:
11:58:00				314/515 - 15/54: Installing method Path>>contains:
11:58:00				314/515 - 16/54: Installing method Path>>containsPath:
11:58:00				314/515 - 17/54: Installing method Path>>containsReference:
11:58:00				314/515 - 18/54: Installing method Path>>copyFrom:
11:58:00				314/515 - 19/54: Installing method Path>>delimiter
11:58:00				314/515 - 20/54: Installing method Path>>do:
11:58:00				314/515 - 21/54: Installing method Path>>emptyPathString
11:58:00				314/515 - 22/54: Installing method Path>>extension
11:58:00				314/515 - 23/54: Installing method Path>>extensionDelimiter
11:58:00				314/515 - 24/54: Installing method Path>>extensions
11:58:00				314/515 - 25/54: Installing method Path>>fullName
11:58:00				314/515 - 26/54: Installing method Path>>hash
11:58:00				314/515 - 27/54: Installing method Path>>isAbsolute
11:58:00				314/515 - 28/54: Installing method Path>>isChildOf:
11:58:00				314/515 - 29/54: Installing method Path>>isContainedBy:
11:58:00				314/515 - 30/54: Installing method Path>>isEmpty
11:58:00				314/515 - 31/54: Installing method Path>>isNetworkPath
11:58:00				314/515 - 32/54: Installing method Path>>isRelative
11:58:00				314/515 - 33/54: Installing method Path>>isRoot
11:58:00				314/515 - 34/54: Installing method Path>>isWorkingDirectory
11:58:00				314/515 - 35/54: Installing method Path>>lengthOfStemWith:
11:58:00				314/515 - 36/54: Installing method Path>>makeRelative:
11:58:00				314/515 - 37/54: Installing method Path>>parent
11:58:00				314/515 - 38/54: Installing method Path>>parentUpTo:
11:58:00				314/515 - 39/54: Installing method Path>>pathString
11:58:00				314/515 - 40/54: Installing method Path>>printOn:delimiter:
11:58:00				314/515 - 41/54: Installing method Path>>printPathOn:
11:58:00				314/515 - 42/54: Installing method Path>>printPathOn:delimiter:
11:58:00				314/515 - 43/54: Installing method Path>>printWithDelimiter:
11:58:00				314/515 - 44/54: Installing method Path>>relativeTo:
11:58:00				314/515 - 45/54: Installing method Path>>relativeToPath:
11:58:00				314/515 - 46/54: Installing method Path>>resolve
11:58:00				314/515 - 47/54: Installing method Path>>resolve:
11:58:00				314/515 - 48/54: Installing method Path>>resolvePath:
11:58:00				314/515 - 49/54: Installing method Path>>resolveReference:
11:58:00				314/515 - 50/54: Installing method Path>>resolveString:
11:58:00				314/515 - 51/54: Installing method Path>>segments
11:58:00				314/515 - 52/54: Installing method Path>>withExtension:
11:58:00				314/515 - 53/54: Installing method Path>>withName:extension:
11:58:00				314/515 - 54/54: Installing method Path>>withParents
11:58:00				314/515 - 1/23: Installing method Path class>>*
11:58:00				314/515 - 2/23: Installing method Path class>>/
11:58:00				314/515 - 3/23: Installing method Path class>>addElement:to:
11:58:00				314/515 - 4/23: Installing method Path class>>addElement:to:on:
11:58:00				314/515 - 5/23: Installing method Path class>>addEmptyElementTo:
11:58:00				314/515 - 6/23: Installing method Path class>>addParentElementTo:
11:58:00				314/515 - 7/23: Installing method Path class>>addParentElementTo:on:
11:58:00				314/515 - 8/23: Installing method Path class>>canonicalizeElements:
11:58:00				314/515 - 9/23: Installing method Path class>>canonicalizeElements:filesystem:
11:58:00				314/515 - 10/23: Installing method Path class>>delimiter
11:58:00				314/515 - 11/23: Installing method Path class>>extensionDelimiter
11:58:00				314/515 - 12/23: Installing method Path class>>from:
11:58:00				314/515 - 13/23: Installing method Path class>>from:delimiter:
11:58:00				314/515 - 14/23: Installing method Path class>>isAbsolutePath:delimiter:
11:58:00				314/515 - 15/23: Installing method Path class>>isAbsoluteUnixPath:
11:58:00				314/515 - 16/23: Installing method Path class>>isAbsoluteWindowsPath:
11:58:00				314/515 - 17/23: Installing method Path class>>parent
11:58:00				314/515 - 18/23: Installing method Path class>>parents:
11:58:00				314/515 - 19/23: Installing method Path class>>removeRedundantSegments:
11:58:00				314/515 - 20/23: Installing method Path class>>root
11:58:00				314/515 - 21/23: Installing method Path class>>with:
11:58:00				314/515 - 22/23: Installing method Path class>>withAll:
11:58:00				314/515 - 23/23: Installing method Path class>>workingDirectory
11:58:00				315/515 - 1/1: Installing method PerformMessageCommandLineHandler>>activate
11:58:00				315/515 - 1/2: Installing method PerformMessageCommandLineHandler class>>commandName
11:58:00				315/515 - 2/2: Installing method PerformMessageCommandLineHandler class>>description
11:58:01				316/515 - 1/2: Installing method PharoBootstrapInitialization class>>initializeCommandLineHandlerAndErrorHandling
11:58:01				316/515 - 2/2: Installing method PharoBootstrapInitialization class>>initializeFileSystem
11:58:01				317/515 - 1/8: Installing method PharoCommandLineHandler>>activate
11:58:01				317/515 - 2/8: Installing method PharoCommandLineHandler>>changePreferences
11:58:01				317/515 - 3/8: Installing method PharoCommandLineHandler>>default
11:58:01				317/515 - 4/8: Installing method PharoCommandLineHandler>>forcePreferencesOmission
11:58:01				317/515 - 5/8: Installing method PharoCommandLineHandler>>isChangingPreferences
11:58:01				317/515 - 6/8: Installing method PharoCommandLineHandler>>isOmittingPreferences
11:58:01				317/515 - 7/8: Installing method PharoCommandLineHandler>>isOverridingPreferences
11:58:01				317/515 - 8/8: Installing method PharoCommandLineHandler>>runPreferences
11:58:01				317/515 - 1/7: Installing method PharoCommandLineHandler class>>activateWith:
11:58:01				317/515 - 2/7: Installing method PharoCommandLineHandler class>>description
11:58:01				317/515 - 3/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission
11:58:01				317/515 - 4/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission:
11:58:01				317/515 - 5/7: Installing method PharoCommandLineHandler class>>isResponsibleFor:
11:58:01				317/515 - 6/7: Installing method PharoCommandLineHandler class>>priority
11:58:01				317/515 - 7/7: Installing method PharoCommandLineHandler class>>requireDeploymentPassword
11:58:01				318/515 - 1/22: Installing method PharoFilesOpener>>badContentMsg
11:58:02				318/515 - 2/22: Installing method PharoFilesOpener>>cannotLocateMsg
11:58:02				318/515 - 3/22: Installing method PharoFilesOpener>>cannotWriteMsg
11:58:02				318/515 - 4/22: Installing method PharoFilesOpener>>changesFileOrNil
11:58:02				318/515 - 5/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:
11:58:02				318/515 - 6/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:silent:
11:58:02				318/515 - 7/22: Installing method PharoFilesOpener>>changesName
11:58:02				318/515 - 8/22: Installing method PharoFilesOpener>>ignoreIfFail:
11:58:02				318/515 - 9/22: Installing method PharoFilesOpener>>inform:withChangesRef:
11:58:02				318/515 - 10/22: Installing method PharoFilesOpener>>inform:withRef:
11:58:02				318/515 - 11/22: Installing method PharoFilesOpener>>inform:withSourceRef:
11:58:02				318/515 - 12/22: Installing method PharoFilesOpener>>informCannotLocateSources
11:58:02				318/515 - 13/22: Installing method PharoFilesOpener>>informProblemInChanges:
11:58:02				318/515 - 14/22: Installing method PharoFilesOpener>>lastImagePath
11:58:02				318/515 - 15/22: Installing method PharoFilesOpener>>openChanges:readOnly:
11:58:02				318/515 - 16/22: Installing method PharoFilesOpener>>openSources
11:58:02				318/515 - 17/22: Installing method PharoFilesOpener>>openSources:forImage:
11:58:02				318/515 - 18/22: Installing method PharoFilesOpener>>setInformAboutReadOnlyChanges
11:58:02				318/515 - 19/22: Installing method PharoFilesOpener>>shouldInformAboutReadOnlyChanges
11:58:02				318/515 - 20/22: Installing method PharoFilesOpener>>sourcesFileOrNil
11:58:02				318/515 - 21/22: Installing method PharoFilesOpener>>sourcesName
11:58:02				318/515 - 22/22: Installing method PharoFilesOpener>>unsetInformAboutReadOnlyChanges
11:58:02				318/515 - 1/2: Installing method PharoFilesOpener class>>default
11:58:02				318/515 - 2/2: Installing method PharoFilesOpener class>>reset
11:58:02				319/515 - 1/9: Installing method PluggableDictionary>>=
11:58:02				319/515 - 2/9: Installing method PluggableDictionary>>copyEmpty
11:58:02				319/515 - 3/9: Installing method PluggableDictionary>>equalBlock
11:58:02				319/515 - 4/9: Installing method PluggableDictionary>>equalBlock:
11:58:02				319/515 - 5/9: Installing method PluggableDictionary>>hash
11:58:02				319/515 - 6/9: Installing method PluggableDictionary>>hashBlock
11:58:02				319/515 - 7/9: Installing method PluggableDictionary>>hashBlock:
11:58:02				319/515 - 8/9: Installing method PluggableDictionary>>scanFor:
11:58:02				319/515 - 9/9: Installing method PluggableDictionary>>scanForEmptySlotFor:
11:58:02				319/515 - 1/1: Installing method PluggableDictionary class>>integerDictionary
11:58:02				320/515 - 1/7: Installing method PluggableSet>>copyEmpty
11:58:02				320/515 - 2/7: Installing method PluggableSet>>equalBlock
11:58:02				320/515 - 3/7: Installing method PluggableSet>>equalBlock:
11:58:02				320/515 - 4/7: Installing method PluggableSet>>hashBlock
11:58:02				320/515 - 5/7: Installing method PluggableSet>>hashBlock:
11:58:02				320/515 - 6/7: Installing method PluggableSet>>scanFor:
11:58:02				320/515 - 7/7: Installing method PluggableSet>>scanForEmptySlotFor:
11:58:02				320/515 - 1/1: Installing method PluggableSet class>>integerSet
11:58:03				321/515 - 1/85: Installing method Point>>*
11:58:03				321/515 - 2/85: Installing method Point>>+
11:58:03				321/515 - 3/85: Installing method Point>>-
11:58:03				321/515 - 4/85: Installing method Point>>/
11:58:03				321/515 - 5/85: Installing method Point>>//
11:58:03				321/515 - 6/85: Installing method Point>><
11:58:03				321/515 - 7/85: Installing method Point>><=
11:58:03				321/515 - 8/85: Installing method Point>>=
11:58:03				321/515 - 9/85: Installing method Point>>>
11:58:03				321/515 - 10/85: Installing method Point>>>=
11:58:03				321/515 - 11/85: Installing method Point>>\\
11:58:03				321/515 - 12/85: Installing method Point>>abs
11:58:03				321/515 - 13/85: Installing method Point>>adaptToCollection:andSend:
11:58:03				321/515 - 14/85: Installing method Point>>adaptToNumber:andSend:
11:58:03				321/515 - 15/85: Installing method Point>>adhereTo:
11:58:03				321/515 - 16/85: Installing method Point>>asFloatPoint
11:58:03				321/515 - 17/85: Installing method Point>>asIntegerPoint
11:58:03				321/515 - 18/85: Installing method Point>>asNonFractionalPoint
11:58:03				321/515 - 19/85: Installing method Point>>asPoint
11:58:03				321/515 - 20/85: Installing method Point>>bitShiftPoint:
11:58:03				321/515 - 21/85: Installing method Point>>ceiling
11:58:03				321/515 - 22/85: Installing method Point>>closeTo:
11:58:03				321/515 - 23/85: Installing method Point>>closeTo:precision:
11:58:03				321/515 - 24/85: Installing method Point>>corner:
11:58:03				321/515 - 25/85: Installing method Point>>crossProduct:
11:58:03				321/515 - 26/85: Installing method Point>>deepCopy
11:58:03				321/515 - 27/85: Installing method Point>>directionToLineFrom:to:
11:58:03				321/515 - 28/85: Installing method Point>>dotProduct:
11:58:03				321/515 - 29/85: Installing method Point>>eightNeighbors
11:58:03				321/515 - 30/85: Installing method Point>>extent:
11:58:03				321/515 - 31/85: Installing method Point>>flipBy:centerAt:
11:58:03				321/515 - 32/85: Installing method Point>>floor
11:58:03				321/515 - 33/85: Installing method Point>>fourDirections
11:58:03				321/515 - 34/85: Installing method Point>>fourNeighbors
11:58:03				321/515 - 35/85: Installing method Point>>grid:
11:58:03				321/515 - 36/85: Installing method Point>>guarded
11:58:03				321/515 - 37/85: Installing method Point>>hash
11:58:03				321/515 - 38/85: Installing method Point>>insideTriangle:with:with:
11:58:03				321/515 - 39/85: Installing method Point>>interpolateTo:at:
11:58:03				321/515 - 40/85: Installing method Point>>isFloatPoint
11:58:03				321/515 - 41/85: Installing method Point>>isInsideCircle:with:with:
11:58:03				321/515 - 42/85: Installing method Point>>isInsideRectangle:
11:58:03				321/515 - 43/85: Installing method Point>>isIntegerPoint
11:58:03				321/515 - 44/85: Installing method Point>>isPoint
11:58:03				321/515 - 45/85: Installing method Point>>isSelfEvaluating
11:58:03				321/515 - 46/85: Installing method Point>>isZero
11:58:03				321/515 - 47/85: Installing method Point>>leftRotated
11:58:03				321/515 - 48/85: Installing method Point>>max
11:58:03				321/515 - 49/85: Installing method Point>>max:
11:58:03				321/515 - 50/85: Installing method Point>>min
11:58:03				321/515 - 51/85: Installing method Point>>min:
11:58:03				321/515 - 52/85: Installing method Point>>min:max:
11:58:03				321/515 - 53/85: Installing method Point>>nearestPointAlongLineFrom:to:
11:58:03				321/515 - 54/85: Installing method Point>>nearestPointOnLineFrom:to:
11:58:03				321/515 - 55/85: Installing method Point>>negated
11:58:03				321/515 - 56/85: Installing method Point>>octantOf:
11:58:03				321/515 - 57/85: Installing method Point>>printOn:
11:58:03				321/515 - 58/85: Installing method Point>>quadrantOf:
11:58:03				321/515 - 59/85: Installing method Point>>reciprocal
11:58:03				321/515 - 60/85: Installing method Point>>rectangle:
11:58:03				321/515 - 61/85: Installing method Point>>reflectedAbout:
11:58:03				321/515 - 62/85: Installing method Point>>rightRotated
11:58:03				321/515 - 63/85: Installing method Point>>roundDownTo:
11:58:03				321/515 - 64/85: Installing method Point>>roundTo:
11:58:03				321/515 - 65/85: Installing method Point>>roundUpTo:
11:58:03				321/515 - 66/85: Installing method Point>>rounded
11:58:03				321/515 - 67/85: Installing method Point>>scaleBy:
11:58:03				321/515 - 68/85: Installing method Point>>scaleFrom:to:
11:58:03				321/515 - 69/85: Installing method Point>>scaleTo:
11:58:03				321/515 - 70/85: Installing method Point>>setX:setY:
11:58:03				321/515 - 71/85: Installing method Point>>sideOf:
11:58:03				321/515 - 72/85: Installing method Point>>sign
11:58:03				321/515 - 73/85: Installing method Point>>sortsBefore:
11:58:03				321/515 - 74/85: Installing method Point>>squaredDistanceTo:
11:58:03				321/515 - 75/85: Installing method Point>>storeOn:
11:58:03				321/515 - 76/85: Installing method Point>>to:intersects:to:
11:58:03				321/515 - 77/85: Installing method Point>>to:sideOf:
11:58:03				321/515 - 78/85: Installing method Point>>translateBy:
11:58:03				321/515 - 79/85: Installing method Point>>transposed
11:58:03				321/515 - 80/85: Installing method Point>>triangleArea:with:
11:58:03				321/515 - 81/85: Installing method Point>>truncateTo:
11:58:03				321/515 - 82/85: Installing method Point>>truncated
11:58:03				321/515 - 83/85: Installing method Point>>veryDeepCopyWith:
11:58:03				321/515 - 84/85: Installing method Point>>x
11:58:03				321/515 - 85/85: Installing method Point>>y
11:58:03				321/515 - 1/1: Installing method Point class>>x:y:
11:58:04				322/515 - 1/31: Installing method PointerLayout>>=
11:58:04				322/515 - 2/31: Installing method PointerLayout>>allSlots
11:58:04				322/515 - 3/31: Installing method PointerLayout>>allVisibleSlots
11:58:04				322/515 - 4/31: Installing method PointerLayout>>checkInheritedSlots
11:58:04				322/515 - 5/31: Installing method PointerLayout>>checkIntegrity
11:58:04				322/515 - 6/31: Installing method PointerLayout>>checkParentScopes
11:58:04				322/515 - 7/31: Installing method PointerLayout>>checkSanity
11:58:04				322/515 - 8/31: Installing method PointerLayout>>checkSlotIndices
11:58:04				322/515 - 9/31: Installing method PointerLayout>>checkSlotNames
11:58:04				322/515 - 10/31: Installing method PointerLayout>>definesSlotNamed:
11:58:04				322/515 - 11/31: Installing method PointerLayout>>extend
11:58:04				322/515 - 12/31: Installing method PointerLayout>>extend:
11:58:04				322/515 - 13/31: Installing method PointerLayout>>extendEphemeron:
11:58:04				322/515 - 14/31: Installing method PointerLayout>>extendVariable:
11:58:04				322/515 - 15/31: Installing method PointerLayout>>extendWeak:
11:58:04				322/515 - 16/31: Installing method PointerLayout>>fieldSize
11:58:04				322/515 - 17/31: Installing method PointerLayout>>hasBindingThatBeginsWith:
11:58:04				322/515 - 18/31: Installing method PointerLayout>>hasFields
11:58:04				322/515 - 19/31: Installing method PointerLayout>>hasSlots
11:58:04				322/515 - 20/31: Installing method PointerLayout>>hash
11:58:04				322/515 - 21/31: Installing method PointerLayout>>host:
11:58:04				322/515 - 22/31: Installing method PointerLayout>>initializeInstance:
11:58:04				322/515 - 23/31: Installing method PointerLayout>>instVarNames
11:58:04				322/515 - 24/31: Installing method PointerLayout>>postCopy
11:58:04				322/515 - 25/31: Installing method PointerLayout>>resolveSlot:
11:58:04				322/515 - 26/31: Installing method PointerLayout>>resolveSlot:ifFound:ifNone:
11:58:04				322/515 - 27/31: Installing method PointerLayout>>size
11:58:04				322/515 - 28/31: Installing method PointerLayout>>slotNamed:
11:58:04				322/515 - 29/31: Installing method PointerLayout>>slotScope
11:58:04				322/515 - 30/31: Installing method PointerLayout>>slotScope:
11:58:04				322/515 - 31/31: Installing method PointerLayout>>slots
11:58:04				322/515 - 1/1: Installing method PointerLayout class>>isAbstract
11:58:05				323/515 - 1/75: Installing method PositionableStream>>atEnd
11:58:05				323/515 - 2/75: Installing method PositionableStream>>back
11:58:05				323/515 - 3/75: Installing method PositionableStream>>backUpTo:
11:58:05				323/515 - 4/75: Installing method PositionableStream>>boolean
11:58:05				323/515 - 5/75: Installing method PositionableStream>>boolean:
11:58:05				323/515 - 6/75: Installing method PositionableStream>>collectionSpecies
11:58:05				323/515 - 7/75: Installing method PositionableStream>>contents
11:58:05				323/515 - 8/75: Installing method PositionableStream>>contentsOfEntireFile
11:58:05				323/515 - 9/75: Installing method PositionableStream>>int16
11:58:05				323/515 - 10/75: Installing method PositionableStream>>int16:
11:58:05				323/515 - 11/75: Installing method PositionableStream>>int32
11:58:05				323/515 - 12/75: Installing method PositionableStream>>int32:
11:58:05				323/515 - 13/75: Installing method PositionableStream>>isBinary
11:58:05				323/515 - 14/75: Installing method PositionableStream>>isEmpty
11:58:05				323/515 - 15/75: Installing method PositionableStream>>match:
11:58:05				323/515 - 16/75: Installing method PositionableStream>>next:
11:58:05				323/515 - 17/75: Installing method PositionableStream>>next:into:
11:58:05				323/515 - 18/75: Installing method PositionableStream>>next:into:startingAt:
11:58:05				323/515 - 19/75: Installing method PositionableStream>>next:putAll:
11:58:05				323/515 - 20/75: Installing method PositionableStream>>nextDelimited:
11:58:05				323/515 - 21/75: Installing method PositionableStream>>nextInt32
11:58:05				323/515 - 22/75: Installing method PositionableStream>>nextInt32Put:
11:58:05				323/515 - 23/75: Installing method PositionableStream>>nextInto:
11:58:05				323/515 - 24/75: Installing method PositionableStream>>nextInto:startingAt:
11:58:05				323/515 - 25/75: Installing method PositionableStream>>nextLine
11:58:05				323/515 - 26/75: Installing method PositionableStream>>nextLittleEndianNumber:
11:58:05				323/515 - 27/75: Installing method PositionableStream>>nextLittleEndianNumber:put:
11:58:05				323/515 - 28/75: Installing method PositionableStream>>nextNumber:
11:58:05				323/515 - 29/75: Installing method PositionableStream>>nextNumber:put:
11:58:05				323/515 - 30/75: Installing method PositionableStream>>nextString
11:58:05				323/515 - 31/75: Installing method PositionableStream>>nextStringOld
11:58:05				323/515 - 32/75: Installing method PositionableStream>>nextStringPut:
11:58:05				323/515 - 33/75: Installing method PositionableStream>>nextWord
11:58:05				323/515 - 34/75: Installing method PositionableStream>>nextWordPut:
11:58:05				323/515 - 35/75: Installing method PositionableStream>>oldBack
11:58:05				323/515 - 36/75: Installing method PositionableStream>>oldPeekBack
11:58:05				323/515 - 37/75: Installing method PositionableStream>>on:
11:58:05				323/515 - 38/75: Installing method PositionableStream>>on:from:to:
11:58:05				323/515 - 39/75: Installing method PositionableStream>>originalContents
11:58:05				323/515 - 40/75: Installing method PositionableStream>>padTo:put:
11:58:05				323/515 - 41/75: Installing method PositionableStream>>padToNextLongPut:
11:58:05				323/515 - 42/75: Installing method PositionableStream>>peek
11:58:05				323/515 - 43/75: Installing method PositionableStream>>peekBack
11:58:05				323/515 - 44/75: Installing method PositionableStream>>peekFor:
11:58:05				323/515 - 45/75: Installing method PositionableStream>>position
11:58:05				323/515 - 46/75: Installing method PositionableStream>>position:
11:58:05				323/515 - 47/75: Installing method PositionableStream>>positionError
11:58:05				323/515 - 48/75: Installing method PositionableStream>>positionOfSubCollection:
11:58:05				323/515 - 49/75: Installing method PositionableStream>>positionOfSubCollection:ifAbsent:
11:58:05				323/515 - 50/75: Installing method PositionableStream>>pushBack:
11:58:05				323/515 - 51/75: Installing method PositionableStream>>readInto:startingAt:count:
11:58:05				323/515 - 52/75: Installing method PositionableStream>>reset
11:58:05				323/515 - 53/75: Installing method PositionableStream>>resetContents
11:58:05				323/515 - 54/75: Installing method PositionableStream>>setFrom:to:
11:58:05				323/515 - 55/75: Installing method PositionableStream>>setToEnd
11:58:05				323/515 - 56/75: Installing method PositionableStream>>setToStart
11:58:05				323/515 - 57/75: Installing method PositionableStream>>skip:
11:58:05				323/515 - 58/75: Installing method PositionableStream>>skipSeparators
11:58:05				323/515 - 59/75: Installing method PositionableStream>>skipSeparatorsAndPeekNext
11:58:05				323/515 - 60/75: Installing method PositionableStream>>skipTo:
11:58:05				323/515 - 61/75: Installing method PositionableStream>>string
11:58:05				323/515 - 62/75: Installing method PositionableStream>>string:
11:58:05				323/515 - 63/75: Installing method PositionableStream>>uint16
11:58:05				323/515 - 64/75: Installing method PositionableStream>>uint16:
11:58:05				323/515 - 65/75: Installing method PositionableStream>>uint24
11:58:05				323/515 - 66/75: Installing method PositionableStream>>uint24:
11:58:05				323/515 - 67/75: Installing method PositionableStream>>uint32
11:58:05				323/515 - 68/75: Installing method PositionableStream>>uint32:
11:58:05				323/515 - 69/75: Installing method PositionableStream>>upTo:
11:58:06				323/515 - 70/75: Installing method PositionableStream>>upToAll:
11:58:06				323/515 - 71/75: Installing method PositionableStream>>upToAny:
11:58:06				323/515 - 72/75: Installing method PositionableStream>>upToAnyOf:
11:58:06				323/515 - 73/75: Installing method PositionableStream>>upToAnyOf:do:
11:58:06				323/515 - 74/75: Installing method PositionableStream>>upToEnd
11:58:06				323/515 - 75/75: Installing method PositionableStream>>upToPosition:
11:58:06				323/515 - 1/4: Installing method PositionableStream class>>isAbstract
11:58:06				323/515 - 2/4: Installing method PositionableStream class>>on:
11:58:06				323/515 - 3/4: Installing method PositionableStream class>>on:from:to:
11:58:06				323/515 - 4/4: Installing method PositionableStream class>>with:do:
11:58:06				324/515 - 1/20: Installing method Pragma>>=
11:58:06				324/515 - 2/20: Installing method Pragma>>analogousCodeTo:
11:58:06				324/515 - 3/20: Installing method Pragma>>argumentAt:
11:58:06				324/515 - 4/20: Installing method Pragma>>argumentNamed:
11:58:06				324/515 - 5/20: Installing method Pragma>>argumentNamed:ifNone:
11:58:06				324/515 - 6/20: Installing method Pragma>>displayStringOn:
11:58:06				324/515 - 7/20: Installing method Pragma>>hasLiteral:
11:58:06				324/515 - 8/20: Installing method Pragma>>hash
11:58:06				324/515 - 9/20: Installing method Pragma>>key
11:58:06				324/515 - 10/20: Installing method Pragma>>keyword
11:58:06				324/515 - 11/20: Installing method Pragma>>message
11:58:06				324/515 - 12/20: Installing method Pragma>>method
11:58:06				324/515 - 13/20: Installing method Pragma>>method:
11:58:06				324/515 - 14/20: Installing method Pragma>>methodClass
11:58:06				324/515 - 15/20: Installing method Pragma>>methodSelector
11:58:06				324/515 - 16/20: Installing method Pragma>>printOn:
11:58:06				324/515 - 17/20: Installing method Pragma>>refersToLiteral:
11:58:06				324/515 - 18/20: Installing method Pragma>>sendTo:
11:58:06				324/515 - 19/20: Installing method Pragma>>sourceNode
11:58:06				324/515 - 20/20: Installing method Pragma>>withArgumentsDo:
11:58:06				324/515 - 1/11: Installing method Pragma class>>addToCache:
11:58:06				324/515 - 2/11: Installing method Pragma class>>all
11:58:06				324/515 - 3/11: Installing method Pragma class>>allNamed:
11:58:06				324/515 - 4/11: Installing method Pragma class>>allNamed:from:to:
11:58:06				324/515 - 5/11: Installing method Pragma class>>allNamed:from:to:sortedByArgument:
11:58:06				324/515 - 6/11: Installing method Pragma class>>allNamed:from:to:sortedUsing:
11:58:06				324/515 - 7/11: Installing method Pragma class>>allNamed:in:
11:58:06				324/515 - 8/11: Installing method Pragma class>>allNamed:in:sortedByArgument:
11:58:06				324/515 - 9/11: Installing method Pragma class>>allNamed:in:sortedUsing:
11:58:06				324/515 - 10/11: Installing method Pragma class>>for:selector:arguments:
11:58:06				324/515 - 11/11: Installing method Pragma class>>pragmaCache
11:58:06				325/515 - 1/5: Installing method PrimitiveError>>errorCode
11:58:06				325/515 - 2/5: Installing method PrimitiveError>>errorCode:
11:58:06				325/515 - 3/5: Installing method PrimitiveError>>errorName
11:58:06				325/515 - 4/5: Installing method PrimitiveError>>errorName:
11:58:06				325/515 - 5/5: Installing method PrimitiveError>>isPrimitiveError
11:58:06				326/515 - 1/1: Installing method PrimitiveFailed>>standardMessageText
11:58:06				327/515 - 1/4: Installing method PrintVersionCommandLineHandler>>activate
11:58:06				327/515 - 2/4: Installing method PrintVersionCommandLineHandler>>printNumericVersion
11:58:06				327/515 - 3/4: Installing method PrintVersionCommandLineHandler>>printRelease
11:58:06				327/515 - 4/4: Installing method PrintVersionCommandLineHandler>>printVersion
11:58:06				327/515 - 1/2: Installing method PrintVersionCommandLineHandler class>>commandName
11:58:06				327/515 - 2/2: Installing method PrintVersionCommandLineHandler class>>description
11:58:07				328/515 - 1/47: Installing method Process>>browserPrintString
11:58:07				328/515 - 2/47: Installing method Process>>browserPrintStringWith:
11:58:07				328/515 - 3/47: Installing method Process>>calleeOf:
11:58:07				328/515 - 4/47: Installing method Process>>copyStack
11:58:07				328/515 - 5/47: Installing method Process>>doTerminationFromAnotherProcess
11:58:07				328/515 - 6/47: Installing method Process>>doTerminationFromYourself
11:58:07				328/515 - 7/47: Installing method Process>>effectiveProcess
11:58:07				328/515 - 8/47: Installing method Process>>effectiveProcess:
11:58:07				328/515 - 9/47: Installing method Process>>endProcess
11:58:07				328/515 - 10/47: Installing method Process>>errorHandler
11:58:07				328/515 - 11/47: Installing method Process>>errorHandler:
11:58:07				328/515 - 12/47: Installing method Process>>evaluate:onBehalfOf:
11:58:07				328/515 - 13/47: Installing method Process>>handleError:
11:58:07				328/515 - 14/47: Installing method Process>>handleNotification:
11:58:07				328/515 - 15/47: Installing method Process>>handleWarning:
11:58:07				328/515 - 16/47: Installing method Process>>initialize
11:58:07				328/515 - 17/47: Installing method Process>>install:
11:58:07				328/515 - 18/47: Installing method Process>>installEnvIntoForked:
11:58:07				328/515 - 19/47: Installing method Process>>isActive
11:58:07				328/515 - 20/47: Installing method Process>>isActiveProcess
11:58:07				328/515 - 21/47: Installing method Process>>isReady
11:58:07				328/515 - 22/47: Installing method Process>>isSuspended
11:58:07				328/515 - 23/47: Installing method Process>>isTerminated
11:58:07				328/515 - 24/47: Installing method Process>>isTerminating
11:58:07				328/515 - 25/47: Installing method Process>>isWaiting
11:58:07				328/515 - 26/47: Installing method Process>>name
11:58:07				328/515 - 27/47: Installing method Process>>name:
11:58:07				328/515 - 28/47: Installing method Process>>on:do:
11:58:07				328/515 - 29/47: Installing method Process>>primitiveResume
11:58:07				328/515 - 30/47: Installing method Process>>printOn:
11:58:07				328/515 - 31/47: Installing method Process>>priority
11:58:07				328/515 - 32/47: Installing method Process>>priority:
11:58:07				328/515 - 33/47: Installing method Process>>psValueAt:
11:58:07				328/515 - 34/47: Installing method Process>>psValueAt:put:
11:58:07				328/515 - 35/47: Installing method Process>>pvtSignal:list:
11:58:07				328/515 - 36/47: Installing method Process>>resetPSValueAt:
11:58:07				328/515 - 37/47: Installing method Process>>resume
11:58:07				328/515 - 38/47: Installing method Process>>run
11:58:07				328/515 - 39/47: Installing method Process>>signalException:
11:58:07				328/515 - 40/47: Installing method Process>>state
11:58:07				328/515 - 41/47: Installing method Process>>step
11:58:07				328/515 - 42/47: Installing method Process>>stepToCallee
11:58:07				328/515 - 43/47: Installing method Process>>suspend
11:58:07				328/515 - 44/47: Installing method Process>>suspendedContext
11:58:07				328/515 - 45/47: Installing method Process>>suspendedContext:
11:58:07				328/515 - 46/47: Installing method Process>>suspendingList
11:58:07				328/515 - 47/47: Installing method Process>>terminate
11:58:07				328/515 - 1/4: Installing method Process class>>allocatePSKey:
11:58:07				328/515 - 2/4: Installing method Process class>>forContext:priority:
11:58:07				328/515 - 3/4: Installing method Process class>>psKeysSema
11:58:07				328/515 - 4/4: Installing method Process class>>updateInheritableKeys
11:58:08				330/515 - 1/40: Installing method ProcessList>>add:
11:58:08				330/515 - 2/40: Installing method ProcessList>>add:after:
11:58:08				330/515 - 3/40: Installing method ProcessList>>add:afterLink:
11:58:08				330/515 - 4/40: Installing method ProcessList>>add:before:
11:58:08				330/515 - 5/40: Installing method ProcessList>>add:beforeLink:
11:58:08				330/515 - 6/40: Installing method ProcessList>>addFirst:
11:58:08				330/515 - 7/40: Installing method ProcessList>>addLast:
11:58:08				330/515 - 8/40: Installing method ProcessList>>at:
11:58:08				330/515 - 9/40: Installing method ProcessList>>at:put:
11:58:08				330/515 - 10/40: Installing method ProcessList>>at:putLink:
11:58:08				330/515 - 11/40: Installing method ProcessList>>collect:
11:58:08				330/515 - 12/40: Installing method ProcessList>>collect:thenSelect:
11:58:08				330/515 - 13/40: Installing method ProcessList>>copyWith:
11:58:08				330/515 - 14/40: Installing method ProcessList>>copyWithout:
11:58:08				330/515 - 15/40: Installing method ProcessList>>do:
11:58:08				330/515 - 16/40: Installing method ProcessList>>first
11:58:08				330/515 - 17/40: Installing method ProcessList>>firstLink
11:58:08				330/515 - 18/40: Installing method ProcessList>>indexOf:startingAt:ifAbsent:
11:58:08				330/515 - 19/40: Installing method ProcessList>>isEmpty
11:58:08				330/515 - 20/40: Installing method ProcessList>>last
11:58:08				330/515 - 21/40: Installing method ProcessList>>lastLink
11:58:08				330/515 - 22/40: Installing method ProcessList>>linkAt:
11:58:08				330/515 - 23/40: Installing method ProcessList>>linkAt:ifAbsent:
11:58:08				330/515 - 24/40: Installing method ProcessList>>linkOf:
11:58:08				330/515 - 25/40: Installing method ProcessList>>linkOf:ifAbsent:
11:58:08				330/515 - 26/40: Installing method ProcessList>>linksDo:
11:58:08				330/515 - 27/40: Installing method ProcessList>>postCopy
11:58:08				330/515 - 28/40: Installing method ProcessList>>remove:ifAbsent:
11:58:08				330/515 - 29/40: Installing method ProcessList>>removeAll
11:58:08				330/515 - 30/40: Installing method ProcessList>>removeAllSuchThat:
11:58:08				330/515 - 31/40: Installing method ProcessList>>removeFirst
11:58:08				330/515 - 32/40: Installing method ProcessList>>removeLast
11:58:08				330/515 - 33/40: Installing method ProcessList>>removeLink:
11:58:08				330/515 - 34/40: Installing method ProcessList>>removeLink:ifAbsent:
11:58:08				330/515 - 35/40: Installing method ProcessList>>select:
11:58:08				330/515 - 36/40: Installing method ProcessList>>select:thenCollect:
11:58:08				330/515 - 37/40: Installing method ProcessList>>size
11:58:08				330/515 - 38/40: Installing method ProcessList>>species
11:58:08				330/515 - 39/40: Installing method ProcessList>>swap:with:
11:58:08				330/515 - 40/40: Installing method ProcessList>>validIndex:
11:58:08				330/515 - 1/4: Installing method ProcessList class>>new:
11:58:08				330/515 - 2/4: Installing method ProcessList class>>new:streamContents:
11:58:08				330/515 - 3/4: Installing method ProcessList class>>newFrom:
11:58:08				330/515 - 4/4: Installing method ProcessList class>>streamSpecies
11:58:08				331/515 - 1/1: Installing method ProcessLocalVariable>>value:
11:58:08				331/515 - 1/1: Installing method ProcessLocalVariable class>>value:
11:58:08				332/515 - 1/7: Installing method ProcessSpecificVariable>>default
11:58:08				332/515 - 2/7: Installing method ProcessSpecificVariable>>index
11:58:08				332/515 - 3/7: Installing method ProcessSpecificVariable>>index:
11:58:08				332/515 - 4/7: Installing method ProcessSpecificVariable>>installValue:intoForked:from:
11:58:08				332/515 - 5/7: Installing method ProcessSpecificVariable>>isInheritable
11:58:08				332/515 - 6/7: Installing method ProcessSpecificVariable>>value
11:58:08				332/515 - 7/7: Installing method ProcessSpecificVariable>>valueOrNil
11:58:08				332/515 - 1/6: Installing method ProcessSpecificVariable class>>initialize
11:58:08				332/515 - 2/6: Installing method ProcessSpecificVariable class>>isInheritable
11:58:08				332/515 - 3/6: Installing method ProcessSpecificVariable class>>new
11:58:08				332/515 - 4/6: Installing method ProcessSpecificVariable class>>resetSoleInstance
11:58:08				332/515 - 5/6: Installing method ProcessSpecificVariable class>>soleInstance
11:58:08				332/515 - 6/6: Installing method ProcessSpecificVariable class>>value
11:58:09				333/515 - 1/30: Installing method ProcessorScheduler>>activePriority
11:58:09				333/515 - 2/30: Installing method ProcessorScheduler>>activeProcess
11:58:09				333/515 - 3/30: Installing method ProcessorScheduler>>anyProcessesAbove:
11:58:09				333/515 - 4/30: Installing method ProcessorScheduler>>backgroundProcess
11:58:09				333/515 - 5/30: Installing method ProcessorScheduler>>highIOPriority
11:58:09				333/515 - 6/30: Installing method ProcessorScheduler>>highestPriority
11:58:09				333/515 - 7/30: Installing method ProcessorScheduler>>highestPriority:
11:58:09				333/515 - 8/30: Installing method ProcessorScheduler>>interpriorityYield:
11:58:09				333/515 - 9/30: Installing method ProcessorScheduler>>isSelfEvaluating
11:58:09				333/515 - 10/30: Installing method ProcessorScheduler>>lowIOPriority
11:58:09				333/515 - 11/30: Installing method ProcessorScheduler>>lowestPriority
11:58:09				333/515 - 12/30: Installing method ProcessorScheduler>>nextReadyProcess
11:58:09				333/515 - 13/30: Installing method ProcessorScheduler>>preemptedProcess
11:58:09				333/515 - 14/30: Installing method ProcessorScheduler>>printOn:
11:58:09				333/515 - 15/30: Installing method ProcessorScheduler>>realActiveProcess
11:58:09				333/515 - 16/30: Installing method ProcessorScheduler>>remove:ifAbsent:
11:58:09				333/515 - 17/30: Installing method ProcessorScheduler>>scanSchedule:startingAt:
11:58:09				333/515 - 18/30: Installing method ProcessorScheduler>>suspendFirstAt:
11:58:09				333/515 - 19/30: Installing method ProcessorScheduler>>suspendFirstAt:ifNone:
11:58:09				333/515 - 20/30: Installing method ProcessorScheduler>>systemBackgroundPriority
11:58:09				333/515 - 21/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:
11:58:09				333/515 - 22/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:every:
11:58:09				333/515 - 23/30: Installing method ProcessorScheduler>>terminateActive
11:58:09				333/515 - 24/30: Installing method ProcessorScheduler>>terminateRealActive
11:58:09				333/515 - 25/30: Installing method ProcessorScheduler>>timingPriority
11:58:09				333/515 - 26/30: Installing method ProcessorScheduler>>userBackgroundPriority
11:58:09				333/515 - 27/30: Installing method ProcessorScheduler>>userInterruptPriority
11:58:09				333/515 - 28/30: Installing method ProcessorScheduler>>userSchedulingPriority
11:58:09				333/515 - 29/30: Installing method ProcessorScheduler>>waitingProcessesAt:
11:58:09				333/515 - 30/30: Installing method ProcessorScheduler>>yield
11:58:09				333/515 - 1/8: Installing method ProcessorScheduler class>>idleProcess
11:58:09				333/515 - 2/8: Installing method ProcessorScheduler class>>idleTime
11:58:09				333/515 - 3/8: Installing method ProcessorScheduler class>>idleTime:
11:58:09				333/515 - 4/8: Installing method ProcessorScheduler class>>idleTimeSettingOn:
11:58:09				333/515 - 5/8: Installing method ProcessorScheduler class>>initialize
11:58:09				333/515 - 6/8: Installing method ProcessorScheduler class>>new
11:58:09				333/515 - 7/8: Installing method ProcessorScheduler class>>relinquishProcessorForMicroseconds:
11:58:09				333/515 - 8/8: Installing method ProcessorScheduler class>>startUp
11:58:09				334/515 - 1/37: Installing method ProtoObject>>==
11:58:09				334/515 - 2/37: Installing method ProtoObject>>basicIdentityHash
11:58:09				334/515 - 3/37: Installing method ProtoObject>>become:
11:58:09				334/515 - 4/37: Installing method ProtoObject>>becomeForward:
11:58:09				334/515 - 5/37: Installing method ProtoObject>>becomeForward:copyHash:
11:58:09				334/515 - 6/37: Installing method ProtoObject>>cannotInterpret:
11:58:09				334/515 - 7/37: Installing method ProtoObject>>class
11:58:09				334/515 - 8/37: Installing method ProtoObject>>doesNotUnderstand:
11:58:09				334/515 - 9/37: Installing method ProtoObject>>executeMethod:
11:58:10				334/515 - 10/37: Installing method ProtoObject>>flag:
11:58:10				334/515 - 11/37: Installing method ProtoObject>>identityHash
11:58:10				334/515 - 12/37: Installing method ProtoObject>>ifNil:
11:58:10				334/515 - 13/37: Installing method ProtoObject>>ifNil:ifNotNil:
11:58:10				334/515 - 14/37: Installing method ProtoObject>>ifNotNil:
11:58:10				334/515 - 15/37: Installing method ProtoObject>>ifNotNil:ifNil:
11:58:10				334/515 - 16/37: Installing method ProtoObject>>initialize
11:58:10				334/515 - 17/37: Installing method ProtoObject>>instVarsInclude:
11:58:10				334/515 - 18/37: Installing method ProtoObject>>isImmediateObject
11:58:10				334/515 - 19/37: Installing method ProtoObject>>isNil
11:58:10				334/515 - 20/37: Installing method ProtoObject>>modificationForbiddenFor:index:value:
11:58:10				334/515 - 21/37: Installing method ProtoObject>>modificationForbiddenFor:value:
11:58:10				334/515 - 22/37: Installing method ProtoObject>>mustBeBoolean
11:58:10				334/515 - 23/37: Installing method ProtoObject>>mustBeBooleanHandler
11:58:10				334/515 - 24/37: Installing method ProtoObject>>mustBeBooleanIn:
11:58:10				334/515 - 25/37: Installing method ProtoObject>>nextInstance
11:58:10				334/515 - 26/37: Installing method ProtoObject>>nextObject
11:58:10				334/515 - 27/37: Installing method ProtoObject>>pointersTo
11:58:10				334/515 - 28/37: Installing method ProtoObject>>pointersToAmong:
11:58:10				334/515 - 29/37: Installing method ProtoObject>>pointersToExcept:
11:58:10				334/515 - 30/37: Installing method ProtoObject>>pointersToExcept:among:
11:58:10				334/515 - 31/37: Installing method ProtoObject>>pointsTo:
11:58:10				334/515 - 32/37: Installing method ProtoObject>>primitiveFail
11:58:10				334/515 - 33/37: Installing method ProtoObject>>primitiveFailed
11:58:10				334/515 - 34/37: Installing method ProtoObject>>primitiveFailed:
11:58:10				334/515 - 35/37: Installing method ProtoObject>>tryPrimitive:withArgs:
11:58:10				334/515 - 36/37: Installing method ProtoObject>>withArgs:executeMethod:
11:58:10				334/515 - 37/37: Installing method ProtoObject>>~~
11:58:10				335/515 - 1/19: Installing method Protocol>>addAllMethodsFrom:
11:58:10				335/515 - 2/19: Installing method Protocol>>addMethodSelector:
11:58:10				335/515 - 3/19: Installing method Protocol>>includesSelector:
11:58:10				335/515 - 4/19: Installing method Protocol>>initialize
11:58:10				335/515 - 5/19: Installing method Protocol>>isEmpty
11:58:10				335/515 - 6/19: Installing method Protocol>>isExtensionProtocol
11:58:10				335/515 - 7/19: Installing method Protocol>>isExtensionProtocolMatching:
11:58:10				335/515 - 8/19: Installing method Protocol>>isUnclassifiedProtocol
11:58:10				335/515 - 9/19: Installing method Protocol>>methodSelectors
11:58:10				335/515 - 10/19: Installing method Protocol>>methodSelectors:
11:58:10				335/515 - 11/19: Installing method Protocol>>methods
11:58:10				335/515 - 12/19: Installing method Protocol>>name
11:58:10				335/515 - 13/19: Installing method Protocol>>name:
11:58:10				335/515 - 14/19: Installing method Protocol>>owningClass
11:58:10				335/515 - 15/19: Installing method Protocol>>owningClass:
11:58:10				335/515 - 16/19: Installing method Protocol>>printOn:
11:58:10				335/515 - 17/19: Installing method Protocol>>removeMethodSelector:
11:58:10				335/515 - 18/19: Installing method Protocol>>rename:
11:58:10				335/515 - 19/19: Installing method Protocol>>resetMethodSelectors
11:58:10				335/515 - 1/4: Installing method Protocol class>>name:methodSelectors:
11:58:10				335/515 - 2/4: Installing method Protocol class>>named:
11:58:10				335/515 - 3/4: Installing method Protocol class>>named:class:
11:58:10				335/515 - 4/4: Installing method Protocol class>>unclassified
11:58:10				337/515 - 1/5: Installing method ProtocolAnnouncement>>classAffected
11:58:10				337/515 - 2/5: Installing method ProtocolAnnouncement>>classReorganized
11:58:10				337/515 - 3/5: Installing method ProtocolAnnouncement>>classReorganized:
11:58:10				337/515 - 4/5: Installing method ProtocolAnnouncement>>protocol
11:58:10				337/515 - 5/5: Installing method ProtocolAnnouncement>>protocol:
11:58:10				337/515 - 1/2: Installing method ProtocolAnnouncement class>>class:
11:58:10				337/515 - 2/2: Installing method ProtocolAnnouncement class>>in:protocol:
11:58:10				339/515 - 1/4: Installing method ProtocolRenamed>>newProtocol
11:58:10				339/515 - 2/4: Installing method ProtocolRenamed>>newProtocol:
11:58:10				339/515 - 3/4: Installing method ProtocolRenamed>>oldProtocol
11:58:10				339/515 - 4/4: Installing method ProtocolRenamed>>oldProtocol:
11:58:10				339/515 - 1/2: Installing method ProtocolRenamed class>>in:from:to:
11:58:10				339/515 - 2/2: Installing method ProtocolRenamed class>>isDeprecated
11:58:10				341/515 - 1/10: Installing method PseudoVariable>>asString
11:58:10				341/515 - 2/10: Installing method PseudoVariable>>emitStore:
11:58:10				341/515 - 3/10: Installing method PseudoVariable>>initialize
11:58:10				341/515 - 4/10: Installing method PseudoVariable>>isPseudoVariable
11:58:10				341/515 - 5/10: Installing method PseudoVariable>>isWritable
11:58:10				341/515 - 6/10: Installing method PseudoVariable>>name:
11:58:10				341/515 - 7/10: Installing method PseudoVariable>>printOn:
11:58:10				341/515 - 8/10: Installing method PseudoVariable>>scope
11:58:10				341/515 - 9/10: Installing method PseudoVariable>>usingMethods
11:58:10				341/515 - 10/10: Installing method PseudoVariable>>write:inContext:
11:58:10				341/515 - 1/3: Installing method PseudoVariable class>>isAbstract
11:58:10				341/515 - 2/3: Installing method PseudoVariable class>>lookupDictionary
11:58:10				341/515 - 3/3: Installing method PseudoVariable class>>variableName
11:58:11				343/515 - 1/13: Installing method ReadStream>>ascii
11:58:11				343/515 - 2/13: Installing method ReadStream>>localName
11:58:11				343/515 - 3/13: Installing method ReadStream>>next
11:58:11				343/515 - 4/13: Installing method ReadStream>>next:
11:58:11				343/515 - 5/13: Installing method ReadStream>>nextPut:
11:58:11				343/515 - 6/13: Installing method ReadStream>>on:from:to:
11:58:11				343/515 - 7/13: Installing method ReadStream>>readInto:startingAt:count:
11:58:11				343/515 - 8/13: Installing method ReadStream>>readStream
11:58:11				343/515 - 9/13: Installing method ReadStream>>size
11:58:11				343/515 - 10/13: Installing method ReadStream>>skipTo:
11:58:11				343/515 - 11/13: Installing method ReadStream>>upTo:
11:58:11				343/515 - 12/13: Installing method ReadStream>>upToAnyOf:do:
11:58:11				343/515 - 13/13: Installing method ReadStream>>upToEnd
11:58:11				344/515 - 1/8: Installing method ReadWriteStream>>=
11:58:11				344/515 - 2/8: Installing method ReadWriteStream>>contents
11:58:11				344/515 - 3/8: Installing method ReadWriteStream>>hash
11:58:11				344/515 - 4/8: Installing method ReadWriteStream>>name
11:58:11				344/515 - 5/8: Installing method ReadWriteStream>>next
11:58:11				344/515 - 6/8: Installing method ReadWriteStream>>next:
11:58:11				344/515 - 7/8: Installing method ReadWriteStream>>readInto:startingAt:count:
11:58:11				344/515 - 8/8: Installing method ReadWriteStream>>readStream
11:58:13				345/515 - 1/100: Installing method Rectangle>>=
11:58:13				345/515 - 2/100: Installing method Rectangle>>aboveCenter
11:58:13				345/515 - 3/100: Installing method Rectangle>>adjustTo:along:
11:58:13				345/515 - 4/100: Installing method Rectangle>>align:with:
11:58:13				345/515 - 5/100: Installing method Rectangle>>allAreasOutsideList:do:
11:58:13				345/515 - 6/100: Installing method Rectangle>>allAreasOutsideList:startingAt:do:
11:58:13				345/515 - 7/100: Installing method Rectangle>>amountToTranslateWithin:
11:58:13				345/515 - 8/100: Installing method Rectangle>>area
11:58:13				345/515 - 9/100: Installing method Rectangle>>areasOutside:
11:58:13				345/515 - 10/100: Installing method Rectangle>>bordersOn:along:
11:58:13				345/515 - 11/100: Installing method Rectangle>>bottom
11:58:13				345/515 - 12/100: Installing method Rectangle>>bottom:
11:58:13				345/515 - 13/100: Installing method Rectangle>>bottomCenter
11:58:13				345/515 - 14/100: Installing method Rectangle>>bottomLeft
11:58:13				345/515 - 15/100: Installing method Rectangle>>bottomRight
11:58:13				345/515 - 16/100: Installing method Rectangle>>boundingBox
11:58:13				345/515 - 17/100: Installing method Rectangle>>ceiling
11:58:13				345/515 - 18/100: Installing method Rectangle>>center
11:58:13				345/515 - 19/100: Installing method Rectangle>>centeredBeneath:
11:58:13				345/515 - 20/100: Installing method Rectangle>>closeTo:
11:58:13				345/515 - 21/100: Installing method Rectangle>>closeTo:precision:
11:58:14				345/515 - 22/100: Installing method Rectangle>>compressTo:
11:58:14				345/515 - 23/100: Installing method Rectangle>>compressed
11:58:14				345/515 - 24/100: Installing method Rectangle>>containsPoint:
11:58:14				345/515 - 25/100: Installing method Rectangle>>containsRect:
11:58:14				345/515 - 26/100: Installing method Rectangle>>corner
11:58:14				345/515 - 27/100: Installing method Rectangle>>corners
11:58:14				345/515 - 28/100: Installing method Rectangle>>deltaToEnsureInOrCentered:extra:
11:58:14				345/515 - 29/100: Installing method Rectangle>>encompass:
11:58:14				345/515 - 30/100: Installing method Rectangle>>expandBy:
11:58:14				345/515 - 31/100: Installing method Rectangle>>expandTo:
11:58:14				345/515 - 32/100: Installing method Rectangle>>expanded
11:58:14				345/515 - 33/100: Installing method Rectangle>>extendBy:
11:58:14				345/515 - 34/100: Installing method Rectangle>>extent
11:58:14				345/515 - 35/100: Installing method Rectangle>>flipBy:centerAt:
11:58:14				345/515 - 36/100: Installing method Rectangle>>floatCenter
11:58:14				345/515 - 37/100: Installing method Rectangle>>floor
11:58:14				345/515 - 38/100: Installing method Rectangle>>forPoint:closestSideDistLen:
11:58:14				345/515 - 39/100: Installing method Rectangle>>hasPositiveExtent
11:58:14				345/515 - 40/100: Installing method Rectangle>>hash
11:58:14				345/515 - 41/100: Installing method Rectangle>>height
11:58:14				345/515 - 42/100: Installing method Rectangle>>innerCorners
11:58:14				345/515 - 43/100: Installing method Rectangle>>insetBy:
11:58:14				345/515 - 44/100: Installing method Rectangle>>insetOriginBy:cornerBy:
11:58:14				345/515 - 45/100: Installing method Rectangle>>interpolateTo:at:
11:58:14				345/515 - 46/100: Installing method Rectangle>>intersect:
11:58:14				345/515 - 47/100: Installing method Rectangle>>intersect:ifNone:
11:58:14				345/515 - 48/100: Installing method Rectangle>>intersects:
11:58:14				345/515 - 49/100: Installing method Rectangle>>isIntegerRectangle
11:58:14				345/515 - 50/100: Installing method Rectangle>>isRectangle
11:58:14				345/515 - 51/100: Installing method Rectangle>>isSelfEvaluating
11:58:14				345/515 - 52/100: Installing method Rectangle>>isTall
11:58:14				345/515 - 53/100: Installing method Rectangle>>isWide
11:58:14				345/515 - 54/100: Installing method Rectangle>>isZero
11:58:14				345/515 - 55/100: Installing method Rectangle>>left
11:58:14				345/515 - 56/100: Installing method Rectangle>>left:
11:58:14				345/515 - 57/100: Installing method Rectangle>>leftCenter
11:58:14				345/515 - 58/100: Installing method Rectangle>>merge:
11:58:14				345/515 - 59/100: Installing method Rectangle>>origin
11:58:14				345/515 - 60/100: Installing method Rectangle>>pointAtSideOrCorner:
11:58:14				345/515 - 61/100: Installing method Rectangle>>pointNearestTo:
11:58:14				345/515 - 62/100: Installing method Rectangle>>printOn:
11:58:14				345/515 - 63/100: Installing method Rectangle>>quickMerge:
11:58:14				345/515 - 64/100: Installing method Rectangle>>quickMergePoint:
11:58:14				345/515 - 65/100: Installing method Rectangle>>rectanglesAt:height:
11:58:14				345/515 - 66/100: Installing method Rectangle>>right
11:58:14				345/515 - 67/100: Installing method Rectangle>>right:
11:58:14				345/515 - 68/100: Installing method Rectangle>>rightCenter
11:58:14				345/515 - 69/100: Installing method Rectangle>>rotateBy:centerAt:
11:58:14				345/515 - 70/100: Installing method Rectangle>>roundTo:
11:58:14				345/515 - 71/100: Installing method Rectangle>>rounded
11:58:14				345/515 - 72/100: Installing method Rectangle>>scaleBy:
11:58:14				345/515 - 73/100: Installing method Rectangle>>scaleFrom:to:
11:58:14				345/515 - 74/100: Installing method Rectangle>>scaledAndCenteredIn:
11:58:14				345/515 - 75/100: Installing method Rectangle>>setLeft:right:top:bottom:
11:58:14				345/515 - 76/100: Installing method Rectangle>>setPoint:point:
11:58:14				345/515 - 77/100: Installing method Rectangle>>sideNearestTo:
11:58:14				345/515 - 78/100: Installing method Rectangle>>squishedWithin:
11:58:14				345/515 - 79/100: Installing method Rectangle>>storeOn:
11:58:14				345/515 - 80/100: Installing method Rectangle>>top
11:58:14				345/515 - 81/100: Installing method Rectangle>>top:
11:58:14				345/515 - 82/100: Installing method Rectangle>>topCenter
11:58:14				345/515 - 83/100: Installing method Rectangle>>topLeft
11:58:14				345/515 - 84/100: Installing method Rectangle>>topRight
11:58:14				345/515 - 85/100: Installing method Rectangle>>translateBy:
11:58:14				345/515 - 86/100: Installing method Rectangle>>translatedAndSquishedToBeWithin:
11:58:14				345/515 - 87/100: Installing method Rectangle>>translatedToBeWithin:
11:58:14				345/515 - 88/100: Installing method Rectangle>>truncateTo:
11:58:14				345/515 - 89/100: Installing method Rectangle>>truncated
11:58:14				345/515 - 90/100: Installing method Rectangle>>width
11:58:14				345/515 - 91/100: Installing method Rectangle>>withBottom:
11:58:14				345/515 - 92/100: Installing method Rectangle>>withHeight:
11:58:14				345/515 - 93/100: Installing method Rectangle>>withLeft:
11:58:14				345/515 - 94/100: Installing method Rectangle>>withRight:
11:58:14				345/515 - 95/100: Installing method Rectangle>>withSide:setTo:
11:58:14				345/515 - 96/100: Installing method Rectangle>>withSideOrCorner:setToPoint:
11:58:14				345/515 - 97/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:
11:58:14				345/515 - 98/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:limit:
11:58:14				345/515 - 99/100: Installing method Rectangle>>withTop:
11:58:14				345/515 - 100/100: Installing method Rectangle>>withWidth:
11:58:14				345/515 - 1/8: Installing method Rectangle class>>center:extent:
11:58:14				345/515 - 2/8: Installing method Rectangle class>>encompassing:
11:58:14				345/515 - 3/8: Installing method Rectangle class>>floatCenter:extent:
11:58:14				345/515 - 4/8: Installing method Rectangle class>>left:right:top:bottom:
11:58:14				345/515 - 5/8: Installing method Rectangle class>>merging:
11:58:14				345/515 - 6/8: Installing method Rectangle class>>origin:corner:
11:58:14				345/515 - 7/8: Installing method Rectangle class>>origin:extent:
11:58:14				345/515 - 8/8: Installing method Rectangle class>>point:point:
11:58:14				346/515 - 1/2: Installing method RecursionStopper>>initialize
11:58:14				346/515 - 2/2: Installing method RecursionStopper>>stopMethod:during:
11:58:14				346/515 - 1/2: Installing method RecursionStopper class>>default
11:58:14				346/515 - 2/2: Installing method RecursionStopper class>>during:
11:58:14				347/515 - 1/5: Installing method RelativePath>>emptyPathString
11:58:14				347/515 - 2/5: Installing method RelativePath>>isAbsolute
11:58:14				347/515 - 3/5: Installing method RelativePath>>isRoot
11:58:14				347/515 - 4/5: Installing method RelativePath>>printOn:
11:58:14				347/515 - 5/5: Installing method RelativePath>>printOn:delimiter:
11:58:15				348/515 - 1/10: Installing method RemoteString>>fileNumber:position:
11:58:15				348/515 - 2/10: Installing method RemoteString>>last
11:58:15				348/515 - 3/10: Installing method RemoteString>>position
11:58:15				348/515 - 4/10: Installing method RemoteString>>sourceFileArray
11:58:15				348/515 - 5/10: Installing method RemoteString>>sourceFileArray:
11:58:15				348/515 - 6/10: Installing method RemoteString>>sourceFileNumber
11:58:15				348/515 - 7/10: Installing method RemoteString>>sourcePointer
11:58:15				348/515 - 8/10: Installing method RemoteString>>string
11:58:15				348/515 - 9/10: Installing method RemoteString>>string:
11:58:15				348/515 - 10/10: Installing method RemoteString>>string:onFileNumber:toFile:
11:58:15				348/515 - 1/3: Installing method RemoteString class>>newFileNumber:position:
11:58:15				348/515 - 2/3: Installing method RemoteString class>>newString:
11:58:15				348/515 - 3/3: Installing method RemoteString class>>newString:onFileNumber:toFile:
11:58:15				349/515 - 1/2: Installing method SaveCommandLineHandler>>activate
11:58:15				349/515 - 2/2: Installing method SaveCommandLineHandler>>saveImage
11:58:15				349/515 - 1/2: Installing method SaveCommandLineHandler class>>commandName
11:58:15				349/515 - 2/2: Installing method SaveCommandLineHandler class>>description
11:58:15				350/515 - 1/27: Installing method ScaledDecimal>>*
11:58:15				350/515 - 2/27: Installing method ScaledDecimal>>+
11:58:15				350/515 - 3/27: Installing method ScaledDecimal>>-
11:58:15				350/515 - 4/27: Installing method ScaledDecimal>>/
11:58:15				350/515 - 5/27: Installing method ScaledDecimal>><
11:58:15				350/515 - 6/27: Installing method ScaledDecimal>><=
11:58:15				350/515 - 7/27: Installing method ScaledDecimal>>=
11:58:15				350/515 - 8/27: Installing method ScaledDecimal>>>
11:58:15				350/515 - 9/27: Installing method ScaledDecimal>>>=
11:58:15				350/515 - 10/27: Installing method ScaledDecimal>>adaptToFraction:andSend:
11:58:15				350/515 - 11/27: Installing method ScaledDecimal>>adaptToInteger:andSend:
11:58:15				350/515 - 12/27: Installing method ScaledDecimal>>asFraction
11:58:15				350/515 - 13/27: Installing method ScaledDecimal>>coerce:
11:58:15				350/515 - 14/27: Installing method ScaledDecimal>>isFraction
11:58:15				350/515 - 15/27: Installing method ScaledDecimal>>isLiteral
11:58:15				350/515 - 16/27: Installing method ScaledDecimal>>isSelfEvaluating
11:58:15				350/515 - 17/27: Installing method ScaledDecimal>>literalEqual:
11:58:15				350/515 - 18/27: Installing method ScaledDecimal>>negated
11:58:15				350/515 - 19/27: Installing method ScaledDecimal>>printOn:
11:58:15				350/515 - 20/27: Installing method ScaledDecimal>>printOn:base:
11:58:15				350/515 - 21/27: Installing method ScaledDecimal>>raisedTo:
11:58:15				350/515 - 22/27: Installing method ScaledDecimal>>raisedToFraction:
11:58:15				350/515 - 23/27: Installing method ScaledDecimal>>raisedToInteger:
11:58:15				350/515 - 24/27: Installing method ScaledDecimal>>reciprocal
11:58:15				350/515 - 25/27: Installing method ScaledDecimal>>scale
11:58:15				350/515 - 26/27: Installing method ScaledDecimal>>setNumerator:denominator:scale:
11:58:15				350/515 - 27/27: Installing method ScaledDecimal>>squared
11:58:15				350/515 - 1/1: Installing method ScaledDecimal class>>newFromNumber:scale:
11:58:15				351/515 - 1/4: Installing method SelectorException>>messageText
11:58:15				351/515 - 2/4: Installing method SelectorException>>selector
11:58:15				351/515 - 3/4: Installing method SelectorException>>selector:
11:58:15				351/515 - 4/4: Installing method SelectorException>>standardMessageText
11:58:15				351/515 - 1/2: Installing method SelectorException class>>signalFor:
11:58:15				351/515 - 2/2: Installing method SelectorException class>>signalFor:in:
11:58:15				352/515 - 1/5: Installing method SelfVariable>>acceptVisitor:node:
11:58:15				352/515 - 2/5: Installing method SelfVariable>>emitValue:
11:58:15				352/515 - 3/5: Installing method SelfVariable>>isSelfVariable
11:58:15				352/515 - 4/5: Installing method SelfVariable>>readInContext:
11:58:15				352/515 - 5/5: Installing method SelfVariable>>usingMethods
11:58:15				352/515 - 1/1: Installing method SelfVariable class>>variableName
11:58:16				353/515 - 1/20: Installing method Semaphore>>=
11:58:16				353/515 - 2/20: Installing method Semaphore>>consumeAllSignals
11:58:16				353/515 - 3/20: Installing method Semaphore>>critical:
11:58:16				353/515 - 4/20: Installing method Semaphore>>critical:ifCurtailed:
11:58:16				353/515 - 5/20: Installing method Semaphore>>critical:ifError:
11:58:16				353/515 - 6/20: Installing method Semaphore>>critical:ifLocked:
11:58:16				353/515 - 7/20: Installing method Semaphore>>criticalReleasingOnError:
11:58:16				353/515 - 8/20: Installing method Semaphore>>handleProcessTerminationOfWaitingContext:
11:58:16				353/515 - 9/20: Installing method Semaphore>>hash
11:58:16				353/515 - 10/20: Installing method Semaphore>>initSignals
11:58:16				353/515 - 11/20: Installing method Semaphore>>isSignaled
11:58:16				353/515 - 12/20: Installing method Semaphore>>resumeProcess:
11:58:16				353/515 - 13/20: Installing method Semaphore>>signal
11:58:16				353/515 - 14/20: Installing method Semaphore>>signalAll
11:58:16				353/515 - 15/20: Installing method Semaphore>>terminateProcess
11:58:16				353/515 - 16/20: Installing method Semaphore>>wait
11:58:16				353/515 - 17/20: Installing method Semaphore>>waitTimeoutMilliseconds:
11:58:16				353/515 - 18/20: Installing method Semaphore>>waitTimeoutMilliseconds:onCompletion:onTimeout:
11:58:16				353/515 - 19/20: Installing method Semaphore>>waitTimeoutSeconds:
11:58:16				353/515 - 20/20: Installing method Semaphore>>waitTimeoutSeconds:onCompletion:onTimeout:
11:58:16				353/515 - 1/2: Installing method Semaphore class>>forMutualExclusion
11:58:16				353/515 - 2/2: Installing method Semaphore class>>new
11:58:19				354/515 - 1/189: Installing method SequenceableCollection>>,
11:58:19				354/515 - 2/189: Installing method SequenceableCollection>>=
11:58:19				354/515 - 3/189: Installing method SequenceableCollection>>@
11:58:19				354/515 - 4/189: Installing method SequenceableCollection>>after:
11:58:19				354/515 - 5/189: Installing method SequenceableCollection>>after:ifAbsent:
11:58:19				354/515 - 6/189: Installing method SequenceableCollection>>allButFirst
11:58:19				354/515 - 7/189: Installing method SequenceableCollection>>allButFirst:
11:58:19				354/515 - 8/189: Installing method SequenceableCollection>>allButFirstDo:
11:58:19				354/515 - 9/189: Installing method SequenceableCollection>>allButLast
11:58:19				354/515 - 10/189: Installing method SequenceableCollection>>allButLast:
11:58:19				354/515 - 11/189: Installing method SequenceableCollection>>allButLastDo:
11:58:19				354/515 - 12/189: Installing method SequenceableCollection>>allPairsDo:
11:58:19				354/515 - 13/189: Installing method SequenceableCollection>>anyOne
11:58:19				354/515 - 14/189: Installing method SequenceableCollection>>appendTo:
11:58:19				354/515 - 15/189: Installing method SequenceableCollection>>asArray
11:58:19				354/515 - 16/189: Installing method SequenceableCollection>>asByteArray
11:58:19				354/515 - 17/189: Installing method SequenceableCollection>>asDigitsAt:in:do:
11:58:19				354/515 - 18/189: Installing method SequenceableCollection>>asDigitsToPower:do:
11:58:19				354/515 - 19/189: Installing method SequenceableCollection>>asFloatArray
11:58:19				354/515 - 20/189: Installing method SequenceableCollection>>asIntegerArray
11:58:19				354/515 - 21/189: Installing method SequenceableCollection>>asWordArray
11:58:19				354/515 - 22/189: Installing method SequenceableCollection>>at:ifAbsent:
11:58:19				354/515 - 23/189: Installing method SequenceableCollection>>at:incrementBy:
11:58:19				354/515 - 24/189: Installing method SequenceableCollection>>atAll:
11:58:19				354/515 - 25/189: Installing method SequenceableCollection>>atAll:put:
11:58:19				354/515 - 26/189: Installing method SequenceableCollection>>atAll:putAll:
11:58:19				354/515 - 27/189: Installing method SequenceableCollection>>atAllPut:
11:58:19				354/515 - 28/189: Installing method SequenceableCollection>>atLast:
11:58:19				354/515 - 29/189: Installing method SequenceableCollection>>atLast:ifAbsent:
11:58:19				354/515 - 30/189: Installing method SequenceableCollection>>atLast:put:
11:58:20				354/515 - 31/189: Installing method SequenceableCollection>>atPin:
11:58:20				354/515 - 32/189: Installing method SequenceableCollection>>atWrap:
11:58:20				354/515 - 33/189: Installing method SequenceableCollection>>atWrap:put:
11:58:20				354/515 - 34/189: Installing method SequenceableCollection>>before:
11:58:20				354/515 - 35/189: Installing method SequenceableCollection>>before:ifAbsent:
11:58:20				354/515 - 36/189: Installing method SequenceableCollection>>beginsWith:
11:58:20				354/515 - 37/189: Installing method SequenceableCollection>>beginsWithAnyOf:
11:58:20				354/515 - 38/189: Installing method SequenceableCollection>>collect:
11:58:20				354/515 - 39/189: Installing method SequenceableCollection>>collect:from:to:
11:58:20				354/515 - 40/189: Installing method SequenceableCollection>>collect:thenReject:
11:58:20				354/515 - 41/189: Installing method SequenceableCollection>>collect:thenSelect:
11:58:20				354/515 - 42/189: Installing method SequenceableCollection>>collectWithIndex:
11:58:20				354/515 - 43/189: Installing method SequenceableCollection>>combinations
11:58:20				354/515 - 44/189: Installing method SequenceableCollection>>combinations:
11:58:20				354/515 - 45/189: Installing method SequenceableCollection>>combinations:atATimeDo:
11:58:20				354/515 - 46/189: Installing method SequenceableCollection>>combinationsAt:in:after:do:
11:58:20				354/515 - 47/189: Installing method SequenceableCollection>>copyAfter:
11:58:20				354/515 - 48/189: Installing method SequenceableCollection>>copyAfterLast:
11:58:20				354/515 - 49/189: Installing method SequenceableCollection>>copyEmpty
11:58:20				354/515 - 50/189: Installing method SequenceableCollection>>copyFrom:to:
11:58:20				354/515 - 51/189: Installing method SequenceableCollection>>copyReplaceAll:with:
11:58:20				354/515 - 52/189: Installing method SequenceableCollection>>copyReplaceFrom:to:with:
11:58:20				354/515 - 53/189: Installing method SequenceableCollection>>copyUpThrough:
11:58:20				354/515 - 54/189: Installing method SequenceableCollection>>copyUpTo:
11:58:20				354/515 - 55/189: Installing method SequenceableCollection>>copyUpToLast:
11:58:20				354/515 - 56/189: Installing method SequenceableCollection>>copyWith:
11:58:20				354/515 - 57/189: Installing method SequenceableCollection>>copyWithFirst:
11:58:20				354/515 - 58/189: Installing method SequenceableCollection>>copyWithoutFirst
11:58:20				354/515 - 59/189: Installing method SequenceableCollection>>copyWithoutIndex:
11:58:20				354/515 - 60/189: Installing method SequenceableCollection>>detectIndex:
11:58:20				354/515 - 61/189: Installing method SequenceableCollection>>detectIndex:ifNone:
11:58:20				354/515 - 62/189: Installing method SequenceableCollection>>difference:
11:58:20				354/515 - 63/189: Installing method SequenceableCollection>>do:
11:58:20				354/515 - 64/189: Installing method SequenceableCollection>>do:separatedBy:
11:58:20				354/515 - 65/189: Installing method SequenceableCollection>>do:without:
11:58:20				354/515 - 66/189: Installing method SequenceableCollection>>eighth
11:58:20				354/515 - 67/189: Installing method SequenceableCollection>>endsWith:
11:58:20				354/515 - 68/189: Installing method SequenceableCollection>>endsWithAnyOf:
11:58:20				354/515 - 69/189: Installing method SequenceableCollection>>errorOutOfBounds
11:58:20				354/515 - 70/189: Installing method SequenceableCollection>>fifth
11:58:20				354/515 - 71/189: Installing method SequenceableCollection>>findBinary:
11:58:20				354/515 - 72/189: Installing method SequenceableCollection>>findBinary:do:ifNone:
11:58:20				354/515 - 73/189: Installing method SequenceableCollection>>findBinary:ifNone:
11:58:20				354/515 - 74/189: Installing method SequenceableCollection>>findBinaryIndex:
11:58:20				354/515 - 75/189: Installing method SequenceableCollection>>findBinaryIndex:do:ifNone:
11:58:20				354/515 - 76/189: Installing method SequenceableCollection>>findBinaryIndex:ifNone:
11:58:20				354/515 - 77/189: Installing method SequenceableCollection>>findFirst:
11:58:20				354/515 - 78/189: Installing method SequenceableCollection>>findLast:
11:58:20				354/515 - 79/189: Installing method SequenceableCollection>>first
11:58:20				354/515 - 80/189: Installing method SequenceableCollection>>first:
11:58:20				354/515 - 81/189: Installing method SequenceableCollection>>flatCollect:
11:58:20				354/515 - 82/189: Installing method SequenceableCollection>>forceTo:paddingStartWith:
11:58:20				354/515 - 83/189: Installing method SequenceableCollection>>forceTo:paddingWith:
11:58:20				354/515 - 84/189: Installing method SequenceableCollection>>fourth
11:58:20				354/515 - 85/189: Installing method SequenceableCollection>>from:to:do:
11:58:20				354/515 - 86/189: Installing method SequenceableCollection>>from:to:put:
11:58:20				354/515 - 87/189: Installing method SequenceableCollection>>groupByRuns:
11:58:20				354/515 - 88/189: Installing method SequenceableCollection>>groupsOf:atATimeCollect:
11:58:20				354/515 - 89/189: Installing method SequenceableCollection>>groupsOf:atATimeDo:
11:58:20				354/515 - 90/189: Installing method SequenceableCollection>>grownBy:
11:58:20				354/515 - 91/189: Installing method SequenceableCollection>>hasEqualElements:
11:58:20				354/515 - 92/189: Installing method SequenceableCollection>>hash
11:58:20				354/515 - 93/189: Installing method SequenceableCollection>>identityIndexOf:
11:58:20				354/515 - 94/189: Installing method SequenceableCollection>>identityIndexOf:ifAbsent:
11:58:20				354/515 - 95/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:
11:58:20				354/515 - 96/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:finally:
11:58:20				354/515 - 97/189: Installing method SequenceableCollection>>includes:
11:58:20				354/515 - 98/189: Installing method SequenceableCollection>>indexOf:
11:58:20				354/515 - 99/189: Installing method SequenceableCollection>>indexOf:ifAbsent:
11:58:20				354/515 - 100/189: Installing method SequenceableCollection>>indexOf:ifAbsent:using:
11:58:20				354/515 - 101/189: Installing method SequenceableCollection>>indexOf:startingAt:
11:58:20				354/515 - 102/189: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent:
11:58:20				354/515 - 103/189: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent:using:
11:58:20				354/515 - 104/189: Installing method SequenceableCollection>>indexOfAnyOf:
11:58:20				354/515 - 105/189: Installing method SequenceableCollection>>indexOfAnyOf:ifAbsent:
11:58:20				354/515 - 106/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:
11:58:20				354/515 - 107/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:ifAbsent:
11:58:20				354/515 - 108/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:
11:58:20				354/515 - 109/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:ifAbsent:
11:58:20				354/515 - 110/189: Installing method SequenceableCollection>>isSequenceable
11:58:20				354/515 - 111/189: Installing method SequenceableCollection>>isSorted
11:58:20				354/515 - 112/189: Installing method SequenceableCollection>>isSortedBy:
11:58:20				354/515 - 113/189: Installing method SequenceableCollection>>join:
11:58:20				354/515 - 114/189: Installing method SequenceableCollection>>joinTo:
11:58:20				354/515 - 115/189: Installing method SequenceableCollection>>joinUsing:
11:58:20				354/515 - 116/189: Installing method SequenceableCollection>>joinUsing:last:
11:58:20				354/515 - 117/189: Installing method SequenceableCollection>>keysAndValuesDo:
11:58:20				354/515 - 118/189: Installing method SequenceableCollection>>last
11:58:20				354/515 - 119/189: Installing method SequenceableCollection>>last:
11:58:20				354/515 - 120/189: Installing method SequenceableCollection>>lastIndexOf:
11:58:20				354/515 - 121/189: Installing method SequenceableCollection>>lastIndexOf:ifAbsent:
11:58:20				354/515 - 122/189: Installing method SequenceableCollection>>lastIndexOf:startingAt:ifAbsent:
11:58:20				354/515 - 123/189: Installing method SequenceableCollection>>lastIndexOfAnyOf:startingAt:ifAbsent:
11:58:20				354/515 - 124/189: Installing method SequenceableCollection>>mergeFirst:middle:last:into:by:
11:58:20				354/515 - 125/189: Installing method SequenceableCollection>>mergeSortFrom:to:by:
11:58:20				354/515 - 126/189: Installing method SequenceableCollection>>mergeSortFrom:to:src:dst:by:
11:58:20				354/515 - 127/189: Installing method SequenceableCollection>>middle
11:58:20				354/515 - 128/189: Installing method SequenceableCollection>>nextToLast
11:58:20				354/515 - 129/189: Installing method SequenceableCollection>>ninth
11:58:20				354/515 - 130/189: Installing method SequenceableCollection>>overlappingPairsCollect:
11:58:20				354/515 - 131/189: Installing method SequenceableCollection>>overlappingPairsDo:
11:58:20				354/515 - 132/189: Installing method SequenceableCollection>>overlappingPairsWithIndexDo:
11:58:20				354/515 - 133/189: Installing method SequenceableCollection>>paddedWith:do:
11:58:20				354/515 - 134/189: Installing method SequenceableCollection>>pairsCollect:
11:58:20				354/515 - 135/189: Installing method SequenceableCollection>>pairsDo:
11:58:20				354/515 - 136/189: Installing method SequenceableCollection>>permutationsDo:
11:58:20				354/515 - 137/189: Installing method SequenceableCollection>>permutationsStartingAt:do:
11:58:20				354/515 - 138/189: Installing method SequenceableCollection>>permutationsWithRepetitionOfSize:subSize:in:do:
11:58:20				354/515 - 139/189: Installing method SequenceableCollection>>permutationsWithRepetitionsDo:
11:58:20				354/515 - 140/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:
11:58:20				354/515 - 141/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:do:
11:58:20				354/515 - 142/189: Installing method SequenceableCollection>>piecesCutWhere:
11:58:20				354/515 - 143/189: Installing method SequenceableCollection>>piecesCutWhere:do:
11:58:20				354/515 - 144/189: Installing method SequenceableCollection>>polynomialEval:
11:58:20				354/515 - 145/189: Installing method SequenceableCollection>>putOn:
11:58:20				354/515 - 146/189: Installing method SequenceableCollection>>readStream
11:58:20				354/515 - 147/189: Installing method SequenceableCollection>>readStreamDo:
11:58:20				354/515 - 148/189: Installing method SequenceableCollection>>reduce:
11:58:20				354/515 - 149/189: Installing method SequenceableCollection>>reduceLeft:
11:58:20				354/515 - 150/189: Installing method SequenceableCollection>>reduceRight:
11:58:20				354/515 - 151/189: Installing method SequenceableCollection>>reject:
11:58:20				354/515 - 152/189: Installing method SequenceableCollection>>reject:thenCollect:
11:58:20				354/515 - 153/189: Installing method SequenceableCollection>>reject:thenDo:
11:58:20				354/515 - 154/189: Installing method SequenceableCollection>>remove:ifAbsent:
11:58:20				354/515 - 155/189: Installing method SequenceableCollection>>replace:
11:58:20				354/515 - 156/189: Installing method SequenceableCollection>>replaceAll:with:
11:58:20				354/515 - 157/189: Installing method SequenceableCollection>>replaceFrom:to:with:
11:58:20				354/515 - 158/189: Installing method SequenceableCollection>>replaceFrom:to:with:startingAt:
11:58:20				354/515 - 159/189: Installing method SequenceableCollection>>reverse
11:58:20				354/515 - 160/189: Installing method SequenceableCollection>>reverseDo:
11:58:21				354/515 - 161/189: Installing method SequenceableCollection>>reverseWith:do:
11:58:21				354/515 - 162/189: Installing method SequenceableCollection>>reverseWithIndexDo:
11:58:21				354/515 - 163/189: Installing method SequenceableCollection>>reversed
11:58:21				354/515 - 164/189: Installing method SequenceableCollection>>second
11:58:21				354/515 - 165/189: Installing method SequenceableCollection>>select:
11:58:21				354/515 - 166/189: Installing method SequenceableCollection>>select:thenCollect:
11:58:21				354/515 - 167/189: Installing method SequenceableCollection>>select:thenDo:
11:58:21				354/515 - 168/189: Installing method SequenceableCollection>>seventh
11:58:21				354/515 - 169/189: Installing method SequenceableCollection>>sixth
11:58:21				354/515 - 170/189: Installing method SequenceableCollection>>size
11:58:21				354/515 - 171/189: Installing method SequenceableCollection>>sort
11:58:21				354/515 - 172/189: Installing method SequenceableCollection>>sort:
11:58:21				354/515 - 173/189: Installing method SequenceableCollection>>sorted
11:58:21				354/515 - 174/189: Installing method SequenceableCollection>>sorted:
11:58:21				354/515 - 175/189: Installing method SequenceableCollection>>split:indicesDo:
11:58:21				354/515 - 176/189: Installing method SequenceableCollection>>splitOn:
11:58:21				354/515 - 177/189: Installing method SequenceableCollection>>splitOn:do:
11:58:21				354/515 - 178/189: Installing method SequenceableCollection>>splitOn:indicesDo:
11:58:21				354/515 - 179/189: Installing method SequenceableCollection>>swap:with:
11:58:21				354/515 - 180/189: Installing method SequenceableCollection>>takeFirst:
11:58:21				354/515 - 181/189: Installing method SequenceableCollection>>third
11:58:21				354/515 - 182/189: Installing method SequenceableCollection>>truncatedToSize:
11:58:21				354/515 - 183/189: Installing method SequenceableCollection>>with:collect:
11:58:21				354/515 - 184/189: Installing method SequenceableCollection>>with:do:
11:58:21				354/515 - 185/189: Installing method SequenceableCollection>>withIndexCollect:
11:58:21				354/515 - 186/189: Installing method SequenceableCollection>>withIndexDo:
11:58:21				354/515 - 187/189: Installing method SequenceableCollection>>withIndexSelect:
11:58:21				354/515 - 188/189: Installing method SequenceableCollection>>writeStream
11:58:21				354/515 - 189/189: Installing method SequenceableCollection>>writeStreamDo:
11:58:21				354/515 - 1/6: Installing method SequenceableCollection class>>isAbstract
11:58:21				354/515 - 2/6: Installing method SequenceableCollection class>>new:streamContents:
11:58:21				354/515 - 3/6: Installing method SequenceableCollection class>>ofSize:
11:58:21				354/515 - 4/6: Installing method SequenceableCollection class>>streamContents:
11:58:21				354/515 - 5/6: Installing method SequenceableCollection class>>streamContents:limitedTo:
11:58:21				354/515 - 6/6: Installing method SequenceableCollection class>>streamSpecies
11:58:21				355/515 - 1/3: Installing method SessionAccessModeResolver class>>initialize
11:58:21				355/515 - 2/3: Installing method SessionAccessModeResolver class>>resolve
11:58:21				355/515 - 3/3: Installing method SessionAccessModeResolver class>>startUp:
11:58:21				356/515 - 1/11: Installing method SessionCategory>>defaultPriority
11:58:21				356/515 - 2/11: Installing method SessionCategory>>initialize
11:58:21				356/515 - 3/11: Installing method SessionCategory>>listAtPriority:
11:58:21				356/515 - 4/11: Installing method SessionCategory>>name
11:58:21				356/515 - 5/11: Installing method SessionCategory>>name:
11:58:21				356/515 - 6/11: Installing method SessionCategory>>printOn:
11:58:21				356/515 - 7/11: Installing method SessionCategory>>prioritizedList
11:58:21				356/515 - 8/11: Installing method SessionCategory>>register:
11:58:21				356/515 - 9/11: Installing method SessionCategory>>register:atPriority:
11:58:21				356/515 - 10/11: Installing method SessionCategory>>renamedClass:from:to:
11:58:21				356/515 - 11/11: Installing method SessionCategory>>unregisterHandler:
11:58:22				357/515 - 1/38: Installing method SessionManager>>addDeferredStartupAction:
11:58:22				357/515 - 2/38: Installing method SessionManager>>basicCreateCategory:
11:58:22				357/515 - 3/38: Installing method SessionManager>>categoryNamed:
11:58:22				357/515 - 4/38: Installing method SessionManager>>createCategory:
11:58:22				357/515 - 5/38: Installing method SessionManager>>createCategory:after:
11:58:22				357/515 - 6/38: Installing method SessionManager>>currentSession
11:58:22				357/515 - 7/38: Installing method SessionManager>>defaultPriority
11:58:22				357/515 - 8/38: Installing method SessionManager>>guiCategory
11:58:22				357/515 - 9/38: Installing method SessionManager>>hasRegistered:
11:58:22				357/515 - 10/38: Installing method SessionManager>>initialize
11:58:22				357/515 - 11/38: Installing method SessionManager>>installNewSession
11:58:22				357/515 - 12/38: Installing method SessionManager>>installSession:
11:58:22				357/515 - 13/38: Installing method SessionManager>>launchSnapshot:andQuit:
11:58:22				357/515 - 14/38: Installing method SessionManager>>maxPriority
11:58:22				357/515 - 15/38: Installing method SessionManager>>networkCategory
11:58:22				357/515 - 16/38: Installing method SessionManager>>newSession
11:58:22				357/515 - 17/38: Installing method SessionManager>>register:
11:58:22				357/515 - 18/38: Installing method SessionManager>>register:inCategory:
11:58:22				357/515 - 19/38: Installing method SessionManager>>register:inCategory:atPriority:
11:58:22				357/515 - 20/38: Installing method SessionManager>>registerGuiClassNamed:
11:58:22				357/515 - 21/38: Installing method SessionManager>>registerGuiClassNamed:atPriority:
11:58:22				357/515 - 22/38: Installing method SessionManager>>registerLast:inCategory:
11:58:22				357/515 - 23/38: Installing method SessionManager>>registerNetworkClassNamed:
11:58:22				357/515 - 24/38: Installing method SessionManager>>registerSystemClassNamed:
11:58:22				357/515 - 25/38: Installing method SessionManager>>registerSystemClassNamed:atPriority:
11:58:22				357/515 - 26/38: Installing method SessionManager>>registerToolClassNamed:
11:58:22				357/515 - 27/38: Installing method SessionManager>>registerUserClassNamed:
11:58:22				357/515 - 28/38: Installing method SessionManager>>registerUserClassNamed:atPriority:
11:58:22				357/515 - 29/38: Installing method SessionManager>>renamedClass:from:to:
11:58:22				357/515 - 30/38: Installing method SessionManager>>shutdownList
11:58:22				357/515 - 31/38: Installing method SessionManager>>snapshot:andQuit:
11:58:22				357/515 - 32/38: Installing method SessionManager>>startupList
11:58:22				357/515 - 33/38: Installing method SessionManager>>systemCategory
11:58:22				357/515 - 34/38: Installing method SessionManager>>toolsCategory
11:58:22				357/515 - 35/38: Installing method SessionManager>>uninstallSession:
11:58:22				357/515 - 36/38: Installing method SessionManager>>unregisterClassNamed:
11:58:22				357/515 - 37/38: Installing method SessionManager>>unregisterHandler:
11:58:22				357/515 - 38/38: Installing method SessionManager>>userCategory
11:58:22				357/515 - 1/6: Installing method SessionManager class>>classRemoved:
11:58:22				357/515 - 2/6: Installing method SessionManager class>>classRenamed:
11:58:22				357/515 - 3/6: Installing method SessionManager class>>default
11:58:22				357/515 - 4/6: Installing method SessionManager class>>default:
11:58:22				357/515 - 5/6: Installing method SessionManager class>>initialize
11:58:22				357/515 - 6/6: Installing method SessionManager class>>initializeKernelRegistrations
11:58:23				358/515 - 1/23: Installing method Set>>=
11:58:23				358/515 - 2/23: Installing method Set>>add:
11:58:23				358/515 - 3/23: Installing method Set>>asSet
11:58:23				358/515 - 4/23: Installing method Set>>collect:
11:58:23				358/515 - 5/23: Installing method Set>>copyWithout:
11:58:23				358/515 - 6/23: Installing method Set>>difference:
11:58:23				358/515 - 7/23: Installing method Set>>do:
11:58:23				358/515 - 8/23: Installing method Set>>fixCollisionsFrom:
11:58:23				358/515 - 9/23: Installing method Set>>grow
11:58:23				358/515 - 10/23: Installing method Set>>includes:
11:58:23				358/515 - 11/23: Installing method Set>>intersection:
11:58:23				358/515 - 12/23: Installing method Set>>isHealthy
11:58:23				358/515 - 13/23: Installing method Set>>like:
11:58:23				358/515 - 14/23: Installing method Set>>like:ifAbsent:
11:58:23				358/515 - 15/23: Installing method Set>>max:
11:58:23				358/515 - 16/23: Installing method Set>>noCheckAdd:
11:58:23				358/515 - 17/23: Installing method Set>>noCheckNoGrowFillFrom:
11:58:23				358/515 - 18/23: Installing method Set>>occurrencesOf:
11:58:23				358/515 - 19/23: Installing method Set>>postCopy
11:58:23				358/515 - 20/23: Installing method Set>>rehash
11:58:23				358/515 - 21/23: Installing method Set>>remove:ifAbsent:
11:58:23				358/515 - 22/23: Installing method Set>>scanFor:
11:58:23				358/515 - 23/23: Installing method Set>>withArray:
11:58:23				358/515 - 1/2: Installing method Set class>>newFrom:
11:58:23				358/515 - 2/2: Installing method Set class>>sizeFor:
11:58:23				359/515 - 1/11: Installing method ShAbstractChange>>=
11:58:23				359/515 - 2/11: Installing method ShAbstractChange>>announceChanges
11:58:23				359/515 - 3/11: Installing method ShAbstractChange>>builder
11:58:23				359/515 - 4/11: Installing method ShAbstractChange>>builder:
11:58:23				359/515 - 5/11: Installing method ShAbstractChange>>hasChangeClassSideShape
11:58:23				359/515 - 6/11: Installing method ShAbstractChange>>hasChangeInstanceSideShape
11:58:23				359/515 - 7/11: Installing method ShAbstractChange>>hasToMigrateInstances
11:58:23				359/515 - 8/11: Installing method ShAbstractChange>>hash
11:58:23				359/515 - 9/11: Installing method ShAbstractChange>>oldClass
11:58:23				359/515 - 10/11: Installing method ShAbstractChange>>oldClass:
11:58:23				359/515 - 11/11: Installing method ShAbstractChange>>propagateToSubclasses:
11:58:23				359/515 - 1/1: Installing method ShAbstractChange class>>isAbstract
11:58:23				360/515 - 1/3: Installing method ShAbstractChangeDetector>>builder
11:58:23				360/515 - 2/3: Installing method ShAbstractChangeDetector>>builder:
11:58:23				360/515 - 3/3: Installing method ShAbstractChangeDetector>>compareClass
11:58:23				360/515 - 1/3: Installing method ShAbstractChangeDetector class>>builder:
11:58:23				360/515 - 2/3: Installing method ShAbstractChangeDetector class>>compareClass:with:
11:58:23				360/515 - 3/3: Installing method ShAbstractChangeDetector class>>isAbstract
11:58:23				361/515 - 1/4: Installing method ShAbstractClassChangeDetector>>compareClass
11:58:23				361/515 - 2/4: Installing method ShAbstractClassChangeDetector>>compareVariables:with:
11:58:23				361/515 - 3/4: Installing method ShAbstractClassChangeDetector>>initialize
11:58:23				361/515 - 4/4: Installing method ShAbstractClassChangeDetector>>newChanges
11:58:23				361/515 - 1/1: Installing method ShAbstractClassChangeDetector class>>isAbstract
11:58:23				362/515 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector>>newChanges
11:58:23				362/515 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector class>>isAbstract
11:58:23				363/515 - 1/1: Installing method ShBitLayoutChangeDetector>>compareClass
11:58:23				364/515 - 1/2: Installing method ShBitLayoutChanged>>hasChangeInstanceSideShape
11:58:23				364/515 - 2/2: Installing method ShBitLayoutChanged>>propagateToSubclasses:
11:58:24				365/515 - 1/3: Installing method ShClassChanged>>announceChanges
11:58:24				365/515 - 2/3: Installing method ShClassChanged>>builder:
11:58:24				365/515 - 3/3: Installing method ShClassChanged>>propagateToSubclasses:
11:58:24				366/515 - 1/2: Installing method ShClassSlotChangeDetector>>initialize
11:58:24				366/515 - 2/2: Installing method ShClassSlotChangeDetector>>newChanges
11:58:24				367/515 - 1/18: Installing method ShDefaultBuilderEnhancer>>afterMethodsCompiled:
11:58:24				367/515 - 2/18: Installing method ShDefaultBuilderEnhancer>>afterMigratingClass:installer:
11:58:24				367/515 - 3/18: Installing method ShDefaultBuilderEnhancer>>allSlotsForBuilder:
11:58:24				367/515 - 4/18: Installing method ShDefaultBuilderEnhancer>>allSlotsToInstallForBuilder:
11:58:24				367/515 - 5/18: Installing method ShDefaultBuilderEnhancer>>beforeMigratingClass:installer:
11:58:24				367/515 - 6/18: Installing method ShDefaultBuilderEnhancer>>classCreated:
11:58:24				367/515 - 7/18: Installing method ShDefaultBuilderEnhancer>>compileMethodsFor:
11:58:24				367/515 - 8/18: Installing method ShDefaultBuilderEnhancer>>configureClass:superclass:withLayoutType:slots:
11:58:24				367/515 - 9/18: Installing method ShDefaultBuilderEnhancer>>configureMetaclass:superclass:withLayoutType:slots:
11:58:24				367/515 - 10/18: Installing method ShDefaultBuilderEnhancer>>fillBuilder:from:
11:58:24				367/515 - 11/18: Installing method ShDefaultBuilderEnhancer>>hasToSkipSlot:
11:58:24				367/515 - 12/18: Installing method ShDefaultBuilderEnhancer>>initializeBuilder:
11:58:24				367/515 - 13/18: Installing method ShDefaultBuilderEnhancer>>metaclassClassFor:
11:58:24				367/515 - 14/18: Installing method ShDefaultBuilderEnhancer>>migrateInstancesTo:installer:
11:58:24				367/515 - 15/18: Installing method ShDefaultBuilderEnhancer>>migrateToClass:installer:
11:58:24				367/515 - 16/18: Installing method ShDefaultBuilderEnhancer>>on:declareClassVariables:sharing:
11:58:24				367/515 - 17/18: Installing method ShDefaultBuilderEnhancer>>propagateChangesToRelatedClasses:builder:
11:58:24				367/515 - 18/18: Installing method ShDefaultBuilderEnhancer>>validateRedefinition:
11:58:24				367/515 - 1/1: Installing method ShDefaultBuilderEnhancer class>>isApplicableFor:
11:58:24				368/515 - 1/3: Installing method ShInstanceShapeChanged>>hasChangeInstanceSideShape
11:58:24				368/515 - 2/3: Installing method ShInstanceShapeChanged>>hasToMigrateInstances
11:58:24				368/515 - 3/3: Installing method ShInstanceShapeChanged>>propagateToSubclasses:
11:58:24				369/515 - 1/1: Installing method ShLayoutChangeDetector>>initialize
11:58:25				370/515 - 1/16: Installing method ShLayoutDefinition>>allSlots
11:58:25				370/515 - 2/16: Installing method ShLayoutDefinition>>builder:
11:58:25				370/515 - 3/16: Installing method ShLayoutDefinition>>classSlots
11:58:25				370/515 - 4/16: Installing method ShLayoutDefinition>>classSlots:
11:58:25				370/515 - 5/16: Installing method ShLayoutDefinition>>initialize
11:58:25				370/515 - 6/16: Installing method ShLayoutDefinition>>isBits
11:58:25				370/515 - 7/16: Installing method ShLayoutDefinition>>layoutClass
11:58:25				370/515 - 8/16: Installing method ShLayoutDefinition>>layoutClass:
11:58:25				370/515 - 9/16: Installing method ShLayoutDefinition>>sharedPools
11:58:25				370/515 - 10/16: Installing method ShLayoutDefinition>>sharedPools:
11:58:25				370/515 - 11/16: Installing method ShLayoutDefinition>>sharedPoolsString
11:58:25				370/515 - 12/16: Installing method ShLayoutDefinition>>sharedVariables
11:58:25				370/515 - 13/16: Installing method ShLayoutDefinition>>sharedVariables:
11:58:25				370/515 - 14/16: Installing method ShLayoutDefinition>>slots
11:58:25				370/515 - 15/16: Installing method ShLayoutDefinition>>slots:
11:58:25				370/515 - 16/16: Installing method ShLayoutDefinition>>validate
11:58:25				371/515 - 1/2: Installing method ShMetaclassChangeDetector>>initialize
11:58:25				371/515 - 2/2: Installing method ShMetaclassChangeDetector>>newChanges
11:58:25				372/515 - 1/4: Installing method ShMetaclassChanged>>announceChanges
11:58:25				372/515 - 2/4: Installing method ShMetaclassChanged>>builder:
11:58:25				372/515 - 3/4: Installing method ShMetaclassChanged>>hasChangeClassSideShape
11:58:25				372/515 - 4/4: Installing method ShMetaclassChanged>>propagateToSubclasses:
11:58:25				374/515 - 1/1: Installing method ShSharedPoolChangeDetector>>initialize
11:58:25				375/515 - 1/1: Installing method ShSharedVariablesChangeDetector>>initialize
11:58:25				376/515 - 1/1: Installing method ShSlotChangeDetector>>initialize
11:58:25				377/515 - 1/1: Installing method ShSuperclassChangeDetector>>initialize
11:58:25				378/515 - 1/2: Installing method ShSuperclassChanged>>hasToMigrateInstances
11:58:25				378/515 - 2/2: Installing method ShSuperclassChanged>>propagateToSubclasses:
11:58:25				379/515 - 1/9: Installing method SharedPool class>>bindingOf:
11:58:25				379/515 - 2/9: Installing method SharedPool class>>classBindingOf:
11:58:25				379/515 - 3/9: Installing method SharedPool class>>includesKey:
11:58:25				379/515 - 4/9: Installing method SharedPool class>>isPool
11:58:25				379/515 - 5/9: Installing method SharedPool class>>isUsed
11:58:25				379/515 - 6/9: Installing method SharedPool class>>localBindingOf:
11:58:25				379/515 - 7/9: Installing method SharedPool class>>methodsAccessingPoolVariables
11:58:25				379/515 - 8/9: Installing method SharedPool class>>poolUsers
11:58:25				379/515 - 9/9: Installing method SharedPool class>>usingMethods
11:58:25				380/515 - 1/16: Installing method SharedQueue>>atEnd
11:58:26				380/515 - 2/16: Installing method SharedQueue>>contents
11:58:26				380/515 - 3/16: Installing method SharedQueue>>findFirst:
11:58:26				380/515 - 4/16: Installing method SharedQueue>>flush
11:58:26				380/515 - 5/16: Installing method SharedQueue>>flushAllSuchThat:
11:58:26				380/515 - 6/16: Installing method SharedQueue>>initialize
11:58:26				380/515 - 7/16: Installing method SharedQueue>>isEmpty
11:58:26				380/515 - 8/16: Installing method SharedQueue>>next
11:58:26				380/515 - 9/16: Installing method SharedQueue>>nextOrNil
11:58:26				380/515 - 10/16: Installing method SharedQueue>>nextOrNilSuchThat:
11:58:26				380/515 - 11/16: Installing method SharedQueue>>nextPut:
11:58:26				380/515 - 12/16: Installing method SharedQueue>>peek
11:58:26				380/515 - 13/16: Installing method SharedQueue>>postCopy
11:58:26				380/515 - 14/16: Installing method SharedQueue>>printOn:
11:58:26				380/515 - 15/16: Installing method SharedQueue>>removeAll
11:58:26				380/515 - 16/16: Installing method SharedQueue>>size
11:58:26				380/515 - 1/1: Installing method SharedQueue class>>new
11:58:26				381/515 - 1/5: Installing method ShiftAnonymousClassInstaller>>comment:
11:58:26				381/515 - 2/5: Installing method ShiftAnonymousClassInstaller>>installInEnvironment:
11:58:26				381/515 - 3/5: Installing method ShiftAnonymousClassInstaller>>installSubclassInSuperclass:
11:58:26				381/515 - 4/5: Installing method ShiftAnonymousClassInstaller>>notifyChanges
11:58:26				381/515 - 5/5: Installing method ShiftAnonymousClassInstaller>>updatePackage:
11:58:26				382/515 - 1/83: Installing method ShiftClassBuilder>>addChange:
11:58:27				382/515 - 2/83: Installing method ShiftClassBuilder>>addChangeComparer:
11:58:27				382/515 - 3/83: Installing method ShiftClassBuilder>>allSlots
11:58:27				382/515 - 4/83: Installing method ShiftClassBuilder>>build
11:58:27				382/515 - 5/83: Installing method ShiftClassBuilder>>buildEnvironment
11:58:27				382/515 - 6/83: Installing method ShiftClassBuilder>>buildEnvironment:
11:58:27				382/515 - 7/83: Installing method ShiftClassBuilder>>builderEnhancer
11:58:27				382/515 - 8/83: Installing method ShiftClassBuilder>>builderEnhancer:
11:58:27				382/515 - 9/83: Installing method ShiftClassBuilder>>changeComparers
11:58:27				382/515 - 10/83: Installing method ShiftClassBuilder>>changes
11:58:27				382/515 - 11/83: Installing method ShiftClassBuilder>>classNamed:
11:58:27				382/515 - 12/83: Installing method ShiftClassBuilder>>classSlots
11:58:27				382/515 - 13/83: Installing method ShiftClassBuilder>>classSlots:
11:58:27				382/515 - 14/83: Installing method ShiftClassBuilder>>comment
11:58:27				382/515 - 15/83: Installing method ShiftClassBuilder>>comment:
11:58:27				382/515 - 16/83: Installing method ShiftClassBuilder>>comment:stamp:
11:58:27				382/515 - 17/83: Installing method ShiftClassBuilder>>commentStamp
11:58:27				382/515 - 18/83: Installing method ShiftClassBuilder>>commentStamp:
11:58:27				382/515 - 19/83: Installing method ShiftClassBuilder>>compareWithOldClass
11:58:27				382/515 - 20/83: Installing method ShiftClassBuilder>>compileMethods
11:58:27				382/515 - 21/83: Installing method ShiftClassBuilder>>copyProtocols
11:58:27				382/515 - 22/83: Installing method ShiftClassBuilder>>createClass
11:58:27				382/515 - 23/83: Installing method ShiftClassBuilder>>createMetaclass
11:58:27				382/515 - 24/83: Installing method ShiftClassBuilder>>createSharedVariables
11:58:27				382/515 - 25/83: Installing method ShiftClassBuilder>>detectBuilderEnhancer
11:58:27				382/515 - 26/83: Installing method ShiftClassBuilder>>doesNotUnderstand:
11:58:27				382/515 - 27/83: Installing method ShiftClassBuilder>>environment
11:58:27				382/515 - 28/83: Installing method ShiftClassBuilder>>environment:
11:58:27				382/515 - 29/83: Installing method ShiftClassBuilder>>fillClassSideFromEnvironment:
11:58:27				382/515 - 30/83: Installing method ShiftClassBuilder>>fillFor:
11:58:27				382/515 - 31/83: Installing method ShiftClassBuilder>>fillInstanceSideFromClass:
11:58:27				382/515 - 32/83: Installing method ShiftClassBuilder>>fluidInstall
11:58:27				382/515 - 33/83: Installing method ShiftClassBuilder>>hasToMigrateInstances
11:58:27				382/515 - 34/83: Installing method ShiftClassBuilder>>initialize
11:58:27				382/515 - 35/83: Installing method ShiftClassBuilder>>install
11:58:27				382/515 - 36/83: Installing method ShiftClassBuilder>>installSlotsAndVariables
11:58:27				382/515 - 37/83: Installing method ShiftClassBuilder>>installingEnvironment
11:58:27				382/515 - 38/83: Installing method ShiftClassBuilder>>installingEnvironment:
11:58:27				382/515 - 39/83: Installing method ShiftClassBuilder>>isInRemake
11:58:27				382/515 - 40/83: Installing method ShiftClassBuilder>>isRebuild
11:58:27				382/515 - 41/83: Installing method ShiftClassBuilder>>layout:
11:58:27				382/515 - 42/83: Installing method ShiftClassBuilder>>layoutClass
11:58:27				382/515 - 43/83: Installing method ShiftClassBuilder>>layoutClass:
11:58:27				382/515 - 44/83: Installing method ShiftClassBuilder>>layoutDefinition
11:58:27				382/515 - 45/83: Installing method ShiftClassBuilder>>markIsInRemake
11:58:27				382/515 - 46/83: Installing method ShiftClassBuilder>>metaSuperclass
11:58:27				382/515 - 47/83: Installing method ShiftClassBuilder>>metaSuperclass:
11:58:27				382/515 - 48/83: Installing method ShiftClassBuilder>>metaclassClass
11:58:27				382/515 - 49/83: Installing method ShiftClassBuilder>>name
11:58:27				382/515 - 50/83: Installing method ShiftClassBuilder>>name:
11:58:27				382/515 - 51/83: Installing method ShiftClassBuilder>>newClass
11:58:27				382/515 - 52/83: Installing method ShiftClassBuilder>>newMetaclass
11:58:27				382/515 - 53/83: Installing method ShiftClassBuilder>>notifyChanges
11:58:27				382/515 - 54/83: Installing method ShiftClassBuilder>>oldClass
11:58:27				382/515 - 55/83: Installing method ShiftClassBuilder>>oldClass:
11:58:27				382/515 - 56/83: Installing method ShiftClassBuilder>>oldMetaclass
11:58:27				382/515 - 57/83: Installing method ShiftClassBuilder>>package
11:58:27				382/515 - 58/83: Installing method ShiftClassBuilder>>package:
11:58:27				382/515 - 59/83: Installing method ShiftClassBuilder>>privateSlots:
11:58:27				382/515 - 60/83: Installing method ShiftClassBuilder>>propagateChangesTo:
11:58:27				382/515 - 61/83: Installing method ShiftClassBuilder>>propertyAt:
11:58:27				382/515 - 62/83: Installing method ShiftClassBuilder>>propertyAt:put:
11:58:27				382/515 - 63/83: Installing method ShiftClassBuilder>>sharedPools
11:58:27				382/515 - 64/83: Installing method ShiftClassBuilder>>sharedPools:
11:58:27				382/515 - 65/83: Installing method ShiftClassBuilder>>sharedPoolsFromString:
11:58:27				382/515 - 66/83: Installing method ShiftClassBuilder>>sharedVariables
11:58:27				382/515 - 67/83: Installing method ShiftClassBuilder>>sharedVariables:
11:58:27				382/515 - 68/83: Installing method ShiftClassBuilder>>sharedVariablesFromString:
11:58:27				382/515 - 69/83: Installing method ShiftClassBuilder>>slots
11:58:27				382/515 - 70/83: Installing method ShiftClassBuilder>>slots:
11:58:27				382/515 - 71/83: Installing method ShiftClassBuilder>>slotsFromString:
11:58:27				382/515 - 72/83: Installing method ShiftClassBuilder>>superclass
11:58:27				382/515 - 73/83: Installing method ShiftClassBuilder>>superclass:
11:58:27				382/515 - 74/83: Installing method ShiftClassBuilder>>superclassName
11:58:27				382/515 - 75/83: Installing method ShiftClassBuilder>>superclassName:
11:58:27				382/515 - 76/83: Installing method ShiftClassBuilder>>superclassResolver:
11:58:27				382/515 - 77/83: Installing method ShiftClassBuilder>>tag
11:58:27				382/515 - 78/83: Installing method ShiftClassBuilder>>tag:
11:58:27				382/515 - 79/83: Installing method ShiftClassBuilder>>tryToFillOldClass
11:58:27				382/515 - 80/83: Installing method ShiftClassBuilder>>useStrictSuperclass
11:58:27				382/515 - 81/83: Installing method ShiftClassBuilder>>validateClassName
11:58:27				382/515 - 82/83: Installing method ShiftClassBuilder>>validateSuperclass
11:58:27				382/515 - 83/83: Installing method ShiftClassBuilder>>withAdditionalSlots:
11:58:27				382/515 - 1/2: Installing method ShiftClassBuilder class>>defaultBuildEnhancer
11:58:27				382/515 - 2/2: Installing method ShiftClassBuilder class>>setDefaultBuilderEnhancer:
11:58:27				383/515 - 1/20: Installing method ShiftClassInstaller>>builder
11:58:27				383/515 - 2/20: Installing method ShiftClassInstaller>>comment:
11:58:27				383/515 - 3/20: Installing method ShiftClassInstaller>>copyObject:to:
11:58:27				383/515 - 4/20: Installing method ShiftClassInstaller>>fillFor:
11:58:27				383/515 - 5/20: Installing method ShiftClassInstaller>>fixSlotScope:
11:58:27				383/515 - 6/20: Installing method ShiftClassInstaller>>initialize
11:58:27				383/515 - 7/20: Installing method ShiftClassInstaller>>installInEnvironment:
11:58:27				383/515 - 8/20: Installing method ShiftClassInstaller>>installSubclassInSuperclass:
11:58:27				383/515 - 9/20: Installing method ShiftClassInstaller>>installingEnvironment
11:58:27				383/515 - 10/20: Installing method ShiftClassInstaller>>installingEnvironment:
11:58:27				383/515 - 11/20: Installing method ShiftClassInstaller>>make
11:58:27				383/515 - 12/20: Installing method ShiftClassInstaller>>make:
11:58:27				383/515 - 13/20: Installing method ShiftClassInstaller>>makeWithBuilder:
11:58:27				383/515 - 14/20: Installing method ShiftClassInstaller>>migrateClassTo:
11:58:27				383/515 - 15/20: Installing method ShiftClassInstaller>>migrateInstancesTo:
11:58:27				383/515 - 16/20: Installing method ShiftClassInstaller>>notifyChanges
11:58:27				383/515 - 17/20: Installing method ShiftClassInstaller>>oldClass
11:58:27				383/515 - 18/20: Installing method ShiftClassInstaller>>oldClass:
11:58:27				383/515 - 19/20: Installing method ShiftClassInstaller>>updateBindings:of:
11:58:27				383/515 - 20/20: Installing method ShiftClassInstaller>>updatePackage:
11:58:28				383/515 - 1/5: Installing method ShiftClassInstaller class>>example
11:58:28				383/515 - 2/5: Installing method ShiftClassInstaller class>>make:
11:58:28				383/515 - 3/5: Installing method ShiftClassInstaller class>>remake:basedOn:
11:58:28				383/515 - 4/5: Installing method ShiftClassInstaller class>>update:to:
11:58:28				383/515 - 5/5: Installing method ShiftClassInstaller class>>validateClassName:
11:58:28				384/515 - 1/2: Installing method ShiftClassSideBuilder>>slots:
11:58:28				384/515 - 2/2: Installing method ShiftClassSideBuilder>>traits:
11:58:28				385/515 - 1/1: Installing method ShouldBeImplemented>>standardMessageText
11:58:28				386/515 - 1/1: Installing method ShouldNotImplement>>standardMessageText
11:58:28				387/515 - 1/2: Installing method SimulationExceptionWrapper>>exception
11:58:28				387/515 - 2/2: Installing method SimulationExceptionWrapper>>exception:
11:58:28				387/515 - 1/1: Installing method SimulationExceptionWrapper class>>signalForException:
11:58:28				388/515 - 1/2: Installing method SizeMismatch>>messageText
11:58:28				388/515 - 2/2: Installing method SizeMismatch>>standardMessageText
11:58:29				389/515 - 1/42: Installing method Slot>>acceptVisitor:node:
11:58:29				389/515 - 2/42: Installing method Slot>>addAdditionalSlotsTo:
11:58:29				389/515 - 3/42: Installing method Slot>>asClassVariable
11:58:29				389/515 - 4/42: Installing method Slot>>asSlot
11:58:29				389/515 - 5/42: Installing method Slot>>baseSlot
11:58:29				389/515 - 6/42: Installing method Slot>>definingClass
11:58:29				389/515 - 7/42: Installing method Slot>>definingClass:
11:58:29				389/515 - 8/42: Installing method Slot>>definitionString
11:58:29				389/515 - 9/42: Installing method Slot>>emitStore:
11:58:29				389/515 - 10/42: Installing method Slot>>emitValue:
11:58:29				389/515 - 11/42: Installing method Slot>>ensureInitalizeMethodExists:
11:58:29				389/515 - 12/42: Installing method Slot>>ensureSlotInitializationFor:
11:58:29				389/515 - 13/42: Installing method Slot>>hasSameDefinitionAs:
11:58:29				389/515 - 14/42: Installing method Slot>>initialize:
11:58:29				389/515 - 15/42: Installing method Slot>>installingIn:
11:58:29				389/515 - 16/42: Installing method Slot>>isAccessedIn:
11:58:29				389/515 - 17/42: Installing method Slot>>isDefinedByOwningClass
11:58:29				389/515 - 18/42: Installing method Slot>>isInstanceVariable
11:58:29				389/515 - 19/42: Installing method Slot>>isReadIn:
11:58:29				389/515 - 20/42: Installing method Slot>>isReferenced
11:58:29				389/515 - 21/42: Installing method Slot>>isSelfEvaluating
11:58:29				389/515 - 22/42: Installing method Slot>>isVirtual
11:58:29				389/515 - 23/42: Installing method Slot>>isVisible
11:58:29				389/515 - 24/42: Installing method Slot>>isWrittenIn:
11:58:29				389/515 - 25/42: Installing method Slot>>name:
11:58:29				389/515 - 26/42: Installing method Slot>>named:
11:58:29				389/515 - 27/42: Installing method Slot>>owningClass
11:58:29				389/515 - 28/42: Installing method Slot>>owningClass:
11:58:29				389/515 - 29/42: Installing method Slot>>possiblyUsingClasses
11:58:29				389/515 - 30/42: Installing method Slot>>printOn:
11:58:29				389/515 - 31/42: Installing method Slot>>read:
11:58:29				389/515 - 32/42: Installing method Slot>>readInContext:
11:58:29				389/515 - 33/42: Installing method Slot>>scope
11:58:29				389/515 - 34/42: Installing method Slot>>scope:
11:58:29				389/515 - 35/42: Installing method Slot>>sendsInitializeSlots:
11:58:29				389/515 - 36/42: Installing method Slot>>size
11:58:29				389/515 - 37/42: Installing method Slot>>storeOn:
11:58:29				389/515 - 38/42: Installing method Slot>>usingClasses
11:58:29				389/515 - 39/42: Installing method Slot>>usingMethods
11:58:29				389/515 - 40/42: Installing method Slot>>wantsInitialization
11:58:29				389/515 - 41/42: Installing method Slot>>write:inContext:
11:58:29				389/515 - 42/42: Installing method Slot>>write:to:
11:58:29				389/515 - 1/4: Installing method Slot class>>asSlot
11:58:29				389/515 - 2/4: Installing method Slot class>>checkValidName:
11:58:29				389/515 - 3/4: Installing method Slot class>>isUsed
11:58:29				389/515 - 4/4: Installing method Slot class>>slotUsers
11:58:29				390/515 - 1/3: Installing method SlotNotFound>>messageText
11:58:29				390/515 - 2/3: Installing method SlotNotFound>>name
11:58:29				390/515 - 3/3: Installing method SlotNotFound>>name:
11:58:29				390/515 - 1/1: Installing method SlotNotFound class>>signalForName:
11:58:30				391/515 - 1/70: Installing method SmallDictionary>>=
11:58:30				391/515 - 2/70: Installing method SmallDictionary>>add:
11:58:30				391/515 - 3/70: Installing method SmallDictionary>>addAll:
11:58:30				391/515 - 4/70: Installing method SmallDictionary>>associationAt:
11:58:30				391/515 - 5/70: Installing method SmallDictionary>>associationAt:ifAbsent:
11:58:30				391/515 - 6/70: Installing method SmallDictionary>>associationAt:ifPresent:
11:58:30				391/515 - 7/70: Installing method SmallDictionary>>associationAt:ifPresent:ifAbsent:
11:58:30				391/515 - 8/70: Installing method SmallDictionary>>associations
11:58:30				391/515 - 9/70: Installing method SmallDictionary>>associationsDo:
11:58:30				391/515 - 10/70: Installing method SmallDictionary>>associationsSelect:
11:58:30				391/515 - 11/70: Installing method SmallDictionary>>at:
11:58:30				391/515 - 12/70: Installing method SmallDictionary>>at:at:
11:58:30				391/515 - 13/70: Installing method SmallDictionary>>at:at:ifAbsent:
11:58:30				391/515 - 14/70: Installing method SmallDictionary>>at:at:ifAbsentPut:
11:58:30				391/515 - 15/70: Installing method SmallDictionary>>at:at:put:
11:58:30				391/515 - 16/70: Installing method SmallDictionary>>at:ifAbsent:
11:58:30				391/515 - 17/70: Installing method SmallDictionary>>at:ifAbsentPut:
11:58:30				391/515 - 18/70: Installing method SmallDictionary>>at:ifPresent:
11:58:30				391/515 - 19/70: Installing method SmallDictionary>>at:ifPresent:ifAbsent:
11:58:30				391/515 - 20/70: Installing method SmallDictionary>>at:ifPresent:ifAbsentPut:
11:58:30				391/515 - 21/70: Installing method SmallDictionary>>at:put:
11:58:30				391/515 - 22/70: Installing method SmallDictionary>>at:update:
11:58:30				391/515 - 23/70: Installing method SmallDictionary>>at:update:initial:
11:58:30				391/515 - 24/70: Installing method SmallDictionary>>bindingOf:
11:58:30				391/515 - 25/70: Installing method SmallDictionary>>bindingsDo:
11:58:30				391/515 - 26/70: Installing method SmallDictionary>>capacity
11:58:30				391/515 - 27/70: Installing method SmallDictionary>>collect:
11:58:30				391/515 - 28/70: Installing method SmallDictionary>>difference:
11:58:30				391/515 - 29/70: Installing method SmallDictionary>>do:
11:58:30				391/515 - 30/70: Installing method SmallDictionary>>empty
11:58:30				391/515 - 31/70: Installing method SmallDictionary>>errorKeyNotFound:
11:58:30				391/515 - 32/70: Installing method SmallDictionary>>errorValueNotFound:
11:58:30				391/515 - 33/70: Installing method SmallDictionary>>findIndexForKey:
11:58:30				391/515 - 34/70: Installing method SmallDictionary>>growKeysAndValues
11:58:30				391/515 - 35/70: Installing method SmallDictionary>>growTo:
11:58:30				391/515 - 36/70: Installing method SmallDictionary>>hasBindingThatBeginsWith:
11:58:30				391/515 - 37/70: Installing method SmallDictionary>>includes:
11:58:30				391/515 - 38/70: Installing method SmallDictionary>>includesAssociation:
11:58:30				391/515 - 39/70: Installing method SmallDictionary>>includesIdentity:
11:58:30				391/515 - 40/70: Installing method SmallDictionary>>includesKey:
11:58:30				391/515 - 41/70: Installing method SmallDictionary>>initialize
11:58:30				391/515 - 42/70: Installing method SmallDictionary>>intersection:
11:58:30				391/515 - 43/70: Installing method SmallDictionary>>isDictionary
11:58:30				391/515 - 44/70: Installing method SmallDictionary>>isHealthy
11:58:30				391/515 - 45/70: Installing method SmallDictionary>>keyAtIdentityValue:
11:58:30				391/515 - 46/70: Installing method SmallDictionary>>keyAtIdentityValue:ifAbsent:
11:58:30				391/515 - 47/70: Installing method SmallDictionary>>keyAtValue:
11:58:30				391/515 - 48/70: Installing method SmallDictionary>>keyAtValue:ifAbsent:
11:58:30				391/515 - 49/70: Installing method SmallDictionary>>keyForIdentity:
11:58:30				391/515 - 50/70: Installing method SmallDictionary>>keys
11:58:30				391/515 - 51/70: Installing method SmallDictionary>>keysAndValuesDo:
11:58:30				391/515 - 52/70: Installing method SmallDictionary>>keysAndValuesRemove:
11:58:30				391/515 - 53/70: Installing method SmallDictionary>>keysDo:
11:58:30				391/515 - 54/70: Installing method SmallDictionary>>keysSortedSafely
11:58:30				391/515 - 55/70: Installing method SmallDictionary>>postCopy
11:58:30				391/515 - 56/70: Installing method SmallDictionary>>printElementsOn:
11:58:30				391/515 - 57/70: Installing method SmallDictionary>>privateAt:put:
11:58:30				391/515 - 58/70: Installing method SmallDictionary>>reject:thenCollect:
11:58:30				391/515 - 59/70: Installing method SmallDictionary>>remove:
11:58:30				391/515 - 60/70: Installing method SmallDictionary>>remove:ifAbsent:
11:58:30				391/515 - 61/70: Installing method SmallDictionary>>removeAll
11:58:30				391/515 - 62/70: Installing method SmallDictionary>>removeKey:
11:58:30				391/515 - 63/70: Installing method SmallDictionary>>removeKey:ifAbsent:
11:58:30				391/515 - 64/70: Installing method SmallDictionary>>select:
11:58:30				391/515 - 65/70: Installing method SmallDictionary>>select:thenCollect:
11:58:30				391/515 - 66/70: Installing method SmallDictionary>>setClass
11:58:30				391/515 - 67/70: Installing method SmallDictionary>>size
11:58:30				391/515 - 68/70: Installing method SmallDictionary>>storeOn:
11:58:30				391/515 - 69/70: Installing method SmallDictionary>>values
11:58:30				391/515 - 70/70: Installing method SmallDictionary>>valuesDo:
11:58:30				391/515 - 1/4: Installing method SmallDictionary class>>new:
11:58:30				391/515 - 2/4: Installing method SmallDictionary class>>newFrom:
11:58:30				391/515 - 3/4: Installing method SmallDictionary class>>newFromKeys:andValues:
11:58:30				391/515 - 4/4: Installing method SmallDictionary class>>newFromPairs:
11:58:31				392/515 - 1/26: Installing method SmallFloat64>>*
11:58:31				392/515 - 2/26: Installing method SmallFloat64>>+
11:58:31				392/515 - 3/26: Installing method SmallFloat64>>-
11:58:31				392/515 - 4/26: Installing method SmallFloat64>>/
11:58:31				392/515 - 5/26: Installing method SmallFloat64>><
11:58:31				392/515 - 6/26: Installing method SmallFloat64>><=
11:58:31				392/515 - 7/26: Installing method SmallFloat64>>=
11:58:31				392/515 - 8/26: Installing method SmallFloat64>>>
11:58:31				392/515 - 9/26: Installing method SmallFloat64>>>=
11:58:31				392/515 - 10/26: Installing method SmallFloat64>>basicIdentityHash
11:58:31				392/515 - 11/26: Installing method SmallFloat64>>clone
11:58:31				392/515 - 12/26: Installing method SmallFloat64>>copy
11:58:31				392/515 - 13/26: Installing method SmallFloat64>>deepCopy
11:58:31				392/515 - 14/26: Installing method SmallFloat64>>exp
11:58:31				392/515 - 15/26: Installing method SmallFloat64>>exponent
11:58:31				392/515 - 16/26: Installing method SmallFloat64>>fractionPart
11:58:31				392/515 - 17/26: Installing method SmallFloat64>>identityHash
11:58:31				392/515 - 18/26: Installing method SmallFloat64>>isImmediateObject
11:58:31				392/515 - 19/26: Installing method SmallFloat64>>isPinnedInMemory
11:58:31				392/515 - 20/26: Installing method SmallFloat64>>ln
11:58:31				392/515 - 21/26: Installing method SmallFloat64>>nextObject
11:58:31				392/515 - 22/26: Installing method SmallFloat64>>shallowCopy
11:58:31				392/515 - 23/26: Installing method SmallFloat64>>timesTwoPower:
11:58:31				392/515 - 24/26: Installing method SmallFloat64>>truncated
11:58:31				392/515 - 25/26: Installing method SmallFloat64>>veryDeepCopyWith:
11:58:31				392/515 - 26/26: Installing method SmallFloat64>>~=
11:58:31				392/515 - 1/2: Installing method SmallFloat64 class>>basicNew
11:58:31				392/515 - 2/2: Installing method SmallFloat64 class>>basicNew:
11:58:31				393/515 - 1/2: Installing method SmallIdentityDictionary>>findIndexForKey:
11:58:31				393/515 - 2/2: Installing method SmallIdentityDictionary>>setClass
11:58:32				394/515 - 1/47: Installing method SmallInteger>>*
11:58:32				394/515 - 2/47: Installing method SmallInteger>>+
11:58:32				394/515 - 3/47: Installing method SmallInteger>>-
11:58:32				394/515 - 4/47: Installing method SmallInteger>>/
11:58:32				394/515 - 5/47: Installing method SmallInteger>>//
11:58:32				394/515 - 6/47: Installing method SmallInteger>><
11:58:32				394/515 - 7/47: Installing method SmallInteger>><=
11:58:32				394/515 - 8/47: Installing method SmallInteger>>=
11:58:32				394/515 - 9/47: Installing method SmallInteger>>>
11:58:32				394/515 - 10/47: Installing method SmallInteger>>>=
11:58:32				394/515 - 11/47: Installing method SmallInteger>>\\
11:58:32				394/515 - 12/47: Installing method SmallInteger>>asCharacter
11:58:32				394/515 - 13/47: Installing method SmallInteger>>asFloat
11:58:32				394/515 - 14/47: Installing method SmallInteger>>basicIdentityHash
11:58:32				394/515 - 15/47: Installing method SmallInteger>>bitAnd:
11:58:32				394/515 - 16/47: Installing method SmallInteger>>bitOr:
11:58:32				394/515 - 17/47: Installing method SmallInteger>>bitShift:
11:58:32				394/515 - 18/47: Installing method SmallInteger>>bitStringLength
11:58:32				394/515 - 19/47: Installing method SmallInteger>>bitXor:
11:58:32				394/515 - 20/47: Installing method SmallInteger>>byteAt:
11:58:32				394/515 - 21/47: Installing method SmallInteger>>byteAt:put:
11:58:32				394/515 - 22/47: Installing method SmallInteger>>bytesCount
11:58:32				394/515 - 23/47: Installing method SmallInteger>>decimalDigitLength
11:58:32				394/515 - 24/47: Installing method SmallInteger>>deepCopy
11:58:32				394/515 - 25/47: Installing method SmallInteger>>even
11:58:32				394/515 - 26/47: Installing method SmallInteger>>gcd:
11:58:32				394/515 - 27/47: Installing method SmallInteger>>hash
11:58:32				394/515 - 28/47: Installing method SmallInteger>>hashMultiply
11:58:32				394/515 - 29/47: Installing method SmallInteger>>highBit
11:58:32				394/515 - 30/47: Installing method SmallInteger>>highBitOfMagnitude
11:58:32				394/515 - 31/47: Installing method SmallInteger>>highBitOfPositiveReceiver
11:58:32				394/515 - 32/47: Installing method SmallInteger>>identityHash
11:58:32				394/515 - 33/47: Installing method SmallInteger>>isImmediateObject
11:58:32				394/515 - 34/47: Installing method SmallInteger>>isLarge
11:58:32				394/515 - 35/47: Installing method SmallInteger>>isPinnedInMemory
11:58:32				394/515 - 36/47: Installing method SmallInteger>>lowBit
11:58:32				394/515 - 37/47: Installing method SmallInteger>>nextInstance
11:58:32				394/515 - 38/47: Installing method SmallInteger>>nextObject
11:58:32				394/515 - 39/47: Installing method SmallInteger>>odd
11:58:32				394/515 - 40/47: Installing method SmallInteger>>pointsTo:
11:58:32				394/515 - 41/47: Installing method SmallInteger>>printOn:base:
11:58:32				394/515 - 42/47: Installing method SmallInteger>>printOn:base:length:padded:
11:58:32				394/515 - 43/47: Installing method SmallInteger>>printOn:base:nDigits:
11:58:32				394/515 - 44/47: Installing method SmallInteger>>quo:
11:58:32				394/515 - 45/47: Installing method SmallInteger>>shallowCopy
11:58:32				394/515 - 46/47: Installing method SmallInteger>>veryDeepCopyWith:
11:58:32				394/515 - 47/47: Installing method SmallInteger>>~=
11:58:32				394/515 - 1/6: Installing method SmallInteger class>>basicNew
11:58:32				394/515 - 2/6: Installing method SmallInteger class>>initialize
11:58:32				394/515 - 3/6: Installing method SmallInteger class>>maxVal
11:58:32				394/515 - 4/6: Installing method SmallInteger class>>minVal
11:58:32				394/515 - 5/6: Installing method SmallInteger class>>new
11:58:32				394/515 - 6/6: Installing method SmallInteger class>>startUp:
11:58:36				395/515 - 1/177: Installing method SmalltalkImage>>addToShutDownList:
11:58:36				395/515 - 2/177: Installing method SmalltalkImage>>addToStartUpList:
11:58:36				395/515 - 3/177: Installing method SmalltalkImage>>allClasses
11:58:36				395/515 - 4/177: Installing method SmalltalkImage>>allClassesAndTraits
11:58:36				395/515 - 5/177: Installing method SmalltalkImage>>allClassesAndTraitsDo:
11:58:36				395/515 - 6/177: Installing method SmalltalkImage>>allClassesDo:
11:58:36				395/515 - 7/177: Installing method SmalltalkImage>>allTraits
11:58:36				395/515 - 8/177: Installing method SmalltalkImage>>anonymousClassInstaller
11:58:36				395/515 - 9/177: Installing method SmalltalkImage>>argumentAt:
11:58:36				395/515 - 10/177: Installing method SmalltalkImage>>arguments
11:58:36				395/515 - 11/177: Installing method SmalltalkImage>>argumentsInclude:
11:58:36				395/515 - 12/177: Installing method SmalltalkImage>>argumentsStartingAtIndex:
11:58:36				395/515 - 13/177: Installing method SmalltalkImage>>at:
11:58:36				395/515 - 14/177: Installing method SmalltalkImage>>at:ifAbsent:
11:58:36				395/515 - 15/177: Installing method SmalltalkImage>>at:ifAbsentPut:
11:58:36				395/515 - 16/177: Installing method SmalltalkImage>>at:ifPresent:
11:58:36				395/515 - 17/177: Installing method SmalltalkImage>>at:ifPresent:ifAbsent:
11:58:36				395/515 - 18/177: Installing method SmalltalkImage>>at:put:
11:58:36				395/515 - 19/177: Installing method SmalltalkImage>>backupImageInFileNamed:
11:58:36				395/515 - 20/177: Installing method SmalltalkImage>>backupTo:
11:58:36				395/515 - 21/177: Installing method SmalltalkImage>>bindingOf:
11:58:36				395/515 - 22/177: Installing method SmalltalkImage>>buildDateString
11:58:36				395/515 - 23/177: Installing method SmalltalkImage>>bytesLeft
11:58:36				395/515 - 24/177: Installing method SmalltalkImage>>bytesLeft:
11:58:36				395/515 - 25/177: Installing method SmalltalkImage>>changeImagePathTo:
11:58:36				395/515 - 26/177: Installing method SmalltalkImage>>changesName
11:58:36				395/515 - 27/177: Installing method SmalltalkImage>>changesSuffix
11:58:36				395/515 - 28/177: Installing method SmalltalkImage>>classBuilder
11:58:36				395/515 - 29/177: Installing method SmalltalkImage>>classInstaller
11:58:36				395/515 - 30/177: Installing method SmalltalkImage>>classNamed:
11:58:36				395/515 - 31/177: Installing method SmalltalkImage>>classNames
11:58:36				395/515 - 32/177: Installing method SmalltalkImage>>classOrTraitNamed:
11:58:37				395/515 - 33/177: Installing method SmalltalkImage>>cleanOutUndeclared
11:58:37				395/515 - 34/177: Installing method SmalltalkImage>>cleanUp
11:58:37				395/515 - 35/177: Installing method SmalltalkImage>>cleanUp:
11:58:37				395/515 - 36/177: Installing method SmalltalkImage>>cleanUp:except:
11:58:37				395/515 - 37/177: Installing method SmalltalkImage>>cleanUp:except:confirming:
11:58:37				395/515 - 38/177: Installing method SmalltalkImage>>clearExternalObjects
11:58:37				395/515 - 39/177: Installing method SmalltalkImage>>closeLog:
11:58:37				395/515 - 40/177: Installing method SmalltalkImage>>closeSourceFiles
11:58:37				395/515 - 41/177: Installing method SmalltalkImage>>commandLine
11:58:37				395/515 - 42/177: Installing method SmalltalkImage>>compactClassesArray
11:58:37				395/515 - 43/177: Installing method SmalltalkImage>>compiler
11:58:37				395/515 - 44/177: Installing method SmalltalkImage>>compilerClass
11:58:37				395/515 - 45/177: Installing method SmalltalkImage>>compilerClass:
11:58:37				395/515 - 46/177: Installing method SmalltalkImage>>createStackOverflow
11:58:37				395/515 - 47/177: Installing method SmalltalkImage>>datedVersion
11:58:37				395/515 - 48/177: Installing method SmalltalkImage>>defaultLogFileName
11:58:37				395/515 - 49/177: Installing method SmalltalkImage>>environment
11:58:37				395/515 - 50/177: Installing method SmalltalkImage>>exit:
11:58:37				395/515 - 51/177: Installing method SmalltalkImage>>exitFailure
11:58:37				395/515 - 52/177: Installing method SmalltalkImage>>exitSuccess
11:58:37				395/515 - 53/177: Installing method SmalltalkImage>>exitToDebugger
11:58:37				395/515 - 54/177: Installing method SmalltalkImage>>externalObjects
11:58:37				395/515 - 55/177: Installing method SmalltalkImage>>extractMinusParameters
11:58:37				395/515 - 56/177: Installing method SmalltalkImage>>extractMinusParametersFrom:
11:58:37				395/515 - 57/177: Installing method SmalltalkImage>>extractParameters
11:58:37				395/515 - 58/177: Installing method SmalltalkImage>>fileForChangesNamed:
11:58:37				395/515 - 59/177: Installing method SmalltalkImage>>fileForImageNamed:
11:58:37				395/515 - 60/177: Installing method SmalltalkImage>>fixObsoleteBindings
11:58:37				395/515 - 61/177: Installing method SmalltalkImage>>fixObsoleteReferences
11:58:37				395/515 - 62/177: Installing method SmalltalkImage>>fixObsoleteSharedPools
11:58:37				395/515 - 63/177: Installing method SmalltalkImage>>flushClassNameCache
11:58:37				395/515 - 64/177: Installing method SmalltalkImage>>fullNameForChangesNamed:
11:58:37				395/515 - 65/177: Installing method SmalltalkImage>>fullNameForImageNamed:
11:58:37				395/515 - 66/177: Installing method SmalltalkImage>>garbageCollect
11:58:37				395/515 - 67/177: Installing method SmalltalkImage>>garbageCollectMost
11:58:37				395/515 - 68/177: Installing method SmalltalkImage>>getFileNameFromUser
11:58:37				395/515 - 69/177: Installing method SmalltalkImage>>globals
11:58:37				395/515 - 70/177: Installing method SmalltalkImage>>globals:
11:58:37				395/515 - 71/177: Installing method SmalltalkImage>>growMemoryByAtLeast:
11:58:37				395/515 - 72/177: Installing method SmalltalkImage>>hasClassNamed:
11:58:37				395/515 - 73/177: Installing method SmalltalkImage>>hasCompiler
11:58:37				395/515 - 74/177: Installing method SmalltalkImage>>image
11:58:37				395/515 - 75/177: Installing method SmalltalkImage>>imageDirectory
11:58:37				395/515 - 76/177: Installing method SmalltalkImage>>imageFormatVersion
11:58:37				395/515 - 77/177: Installing method SmalltalkImage>>imagePath
11:58:37				395/515 - 78/177: Installing method SmalltalkImage>>imagePath:
11:58:37				395/515 - 79/177: Installing method SmalltalkImage>>imageSuffix
11:58:37				395/515 - 80/177: Installing method SmalltalkImage>>includesKey:
11:58:37				395/515 - 81/177: Installing method SmalltalkImage>>informSpaceLeftAfterGarbageCollection
11:58:37				395/515 - 82/177: Installing method SmalltalkImage>>installLowSpaceWatcher
11:58:37				395/515 - 83/177: Installing method SmalltalkImage>>isHeadless
11:58:37				395/515 - 84/177: Installing method SmalltalkImage>>isInteractive
11:58:37				395/515 - 85/177: Installing method SmalltalkImage>>isInteractiveGraphic
11:58:37				395/515 - 86/177: Installing method SmalltalkImage>>isSelfEvaluating
11:58:37				395/515 - 87/177: Installing method SmalltalkImage>>lastImagePath
11:58:37				395/515 - 88/177: Installing method SmalltalkImage>>lastQuitLogPosition
11:58:37				395/515 - 89/177: Installing method SmalltalkImage>>lastQuitLogPosition:
11:58:37				395/515 - 90/177: Installing method SmalltalkImage>>lastUpdateString
11:58:37				395/515 - 91/177: Installing method SmalltalkImage>>licenseString
11:58:37				395/515 - 92/177: Installing method SmalltalkImage>>licenseStringTemplate
11:58:37				395/515 - 93/177: Installing method SmalltalkImage>>logDuring:
11:58:37				395/515 - 94/177: Installing method SmalltalkImage>>logError:inContext:
11:58:37				395/515 - 95/177: Installing method SmalltalkImage>>logFileName
11:58:37				395/515 - 96/177: Installing method SmalltalkImage>>logFileName:
11:58:37				395/515 - 97/177: Installing method SmalltalkImage>>logStdErrorDuring:
11:58:37				395/515 - 98/177: Installing method SmalltalkImage>>logStdOutDuring:
11:58:37				395/515 - 99/177: Installing method SmalltalkImage>>lowSpaceThreshold
11:58:37				395/515 - 100/177: Installing method SmalltalkImage>>lowSpaceWatcher
11:58:37				395/515 - 101/177: Installing method SmalltalkImage>>lowSpaceWatcherProcess
11:58:37				395/515 - 102/177: Installing method SmalltalkImage>>maxFilenameLength
11:58:37				395/515 - 103/177: Installing method SmalltalkImage>>maxIdentityHash
11:58:37				395/515 - 104/177: Installing method SmalltalkImage>>memoryHogs
11:58:37				395/515 - 105/177: Installing method SmalltalkImage>>metacelloPlatformAttributes
11:58:37				395/515 - 106/177: Installing method SmalltalkImage>>newSpecialObjectsArray
11:58:37				395/515 - 107/177: Installing method SmalltalkImage>>okayToProceedEvenIfSpaceIsLow
11:58:37				395/515 - 108/177: Installing method SmalltalkImage>>openLog
11:58:37				395/515 - 109/177: Installing method SmalltalkImage>>openSourceFiles
11:58:37				395/515 - 110/177: Installing method SmalltalkImage>>optionAt:
11:58:37				395/515 - 111/177: Installing method SmalltalkImage>>options
11:58:37				395/515 - 112/177: Installing method SmalltalkImage>>organization
11:58:37				395/515 - 113/177: Installing method SmalltalkImage>>os
11:58:37				395/515 - 114/177: Installing method SmalltalkImage>>packages
11:58:37				395/515 - 115/177: Installing method SmalltalkImage>>platform
11:58:37				395/515 - 116/177: Installing method SmalltalkImage>>platformName
11:58:37				395/515 - 117/177: Installing method SmalltalkImage>>primBytesLeft
11:58:37				395/515 - 118/177: Installing method SmalltalkImage>>primImagePath
11:58:37				395/515 - 119/177: Installing method SmalltalkImage>>primImagePath:
11:58:37				395/515 - 120/177: Installing method SmalltalkImage>>primLowSpaceSemaphore:
11:58:37				395/515 - 121/177: Installing method SmalltalkImage>>primSignalAtBytesLeft:
11:58:37				395/515 - 122/177: Installing method SmalltalkImage>>primitiveGarbageCollect
11:58:37				395/515 - 123/177: Installing method SmalltalkImage>>primitiveGetSpecialObjectsArray
11:58:37				395/515 - 124/177: Installing method SmalltalkImage>>printOn:
11:58:37				395/515 - 125/177: Installing method SmalltalkImage>>privSaveImageWithCleanup
11:58:37				395/515 - 126/177: Installing method SmalltalkImage>>quitPrimitive
11:58:37				395/515 - 127/177: Installing method SmalltalkImage>>recompile
11:58:37				395/515 - 128/177: Installing method SmalltalkImage>>recordStartupStamp
11:58:37				395/515 - 129/177: Installing method SmalltalkImage>>recreateSpecialObjectsArray
11:58:37				395/515 - 130/177: Installing method SmalltalkImage>>registerExternalObject:
11:58:37				395/515 - 131/177: Installing method SmalltalkImage>>removeAllLineFeedsQuietly
11:58:37				395/515 - 132/177: Installing method SmalltalkImage>>removeAllLineFeedsQuietlyCalling:
11:58:37				395/515 - 133/177: Installing method SmalltalkImage>>removeClassNamed:
11:58:37				395/515 - 134/177: Installing method SmalltalkImage>>removeEmptyMessageCategories
11:58:37				395/515 - 135/177: Installing method SmalltalkImage>>removeSelector:
11:58:37				395/515 - 136/177: Installing method SmalltalkImage>>renameClass:from:
11:58:37				395/515 - 137/177: Installing method SmalltalkImage>>renameClassNamed:as:
11:58:37				395/515 - 138/177: Installing method SmalltalkImage>>restartMethods
11:58:37				395/515 - 139/177: Installing method SmalltalkImage>>saveAs
11:58:37				395/515 - 140/177: Installing method SmalltalkImage>>saveAs:
11:58:37				395/515 - 141/177: Installing method SmalltalkImage>>saveAsNewVersion
11:58:37				395/515 - 142/177: Installing method SmalltalkImage>>saveChangesInFileNamed:
11:58:37				395/515 - 143/177: Installing method SmalltalkImage>>saveImageInFileNamed:
11:58:37				395/515 - 144/177: Installing method SmalltalkImage>>saveImageInNewContext
11:58:37				395/515 - 145/177: Installing method SmalltalkImage>>saveSession
11:58:37				395/515 - 146/177: Installing method SmalltalkImage>>session
11:58:37				395/515 - 147/177: Installing method SmalltalkImage>>shortImageName
11:58:37				395/515 - 148/177: Installing method SmalltalkImage>>shutDown
11:58:37				395/515 - 149/177: Installing method SmalltalkImage>>signalLowSpace
11:58:38				395/515 - 150/177: Installing method SmalltalkImage>>snapshot:andQuit:
11:58:38				395/515 - 151/177: Installing method SmalltalkImage>>sourceFileVersionString
11:58:38				395/515 - 152/177: Installing method SmalltalkImage>>sourceFileVersionString:
11:58:38				395/515 - 153/177: Installing method SmalltalkImage>>sourcesFile
11:58:38				395/515 - 154/177: Installing method SmalltalkImage>>sourcesName
11:58:38				395/515 - 155/177: Installing method SmalltalkImage>>sourcesSuffix
11:58:38				395/515 - 156/177: Installing method SmalltalkImage>>spaceLeftAfterGarbageCollection
11:58:38				395/515 - 157/177: Installing method SmalltalkImage>>specialNargsAt:
11:58:38				395/515 - 158/177: Installing method SmalltalkImage>>specialObjectsArray
11:58:38				395/515 - 159/177: Installing method SmalltalkImage>>specialObjectsArray:
11:58:38				395/515 - 160/177: Installing method SmalltalkImage>>specialSelectorAt:
11:58:38				395/515 - 161/177: Installing method SmalltalkImage>>specialSelectorIndexOrNil:
11:58:38				395/515 - 162/177: Installing method SmalltalkImage>>specialSelectorSize
11:58:38				395/515 - 163/177: Installing method SmalltalkImage>>specialSelectors
11:58:38				395/515 - 164/177: Installing method SmalltalkImage>>stripImageExtensionFrom:
11:58:38				395/515 - 165/177: Installing method SmalltalkImage>>supportsQueueingFinalization
11:58:38				395/515 - 166/177: Installing method SmalltalkImage>>supportsQueueingFinalization:
11:58:38				395/515 - 167/177: Installing method SmalltalkImage>>systemInformationString
11:58:38				395/515 - 168/177: Installing method SmalltalkImage>>timeStamp:
11:58:38				395/515 - 169/177: Installing method SmalltalkImage>>traitNames
11:58:38				395/515 - 170/177: Installing method SmalltalkImage>>unbindExternalPrimitives
11:58:38				395/515 - 171/177: Installing method SmalltalkImage>>unregisterExternalObject:
11:58:38				395/515 - 172/177: Installing method SmalltalkImage>>version
11:58:38				395/515 - 173/177: Installing method SmalltalkImage>>veryDeepCopyWith:
11:58:38				395/515 - 174/177: Installing method SmalltalkImage>>vm
11:58:38				395/515 - 175/177: Installing method SmalltalkImage>>vmBinary
11:58:38				395/515 - 176/177: Installing method SmalltalkImage>>vmDirectory
11:58:38				395/515 - 177/177: Installing method SmalltalkImage>>wordSize
11:58:38				395/515 - 1/8: Installing method SmalltalkImage class>>cleanUp
11:58:38				395/515 - 2/8: Installing method SmalltalkImage class>>compilerClass
11:58:38				395/515 - 3/8: Installing method SmalltalkImage class>>compilerClass:
11:58:38				395/515 - 4/8: Installing method SmalltalkImage class>>current
11:58:38				395/515 - 5/8: Installing method SmalltalkImage class>>new
11:58:38				395/515 - 6/8: Installing method SmalltalkImage class>>shutDown:
11:58:38				395/515 - 7/8: Installing method SmalltalkImage class>>startUp:
11:58:38				395/515 - 8/8: Installing method SmalltalkImage class>>wordSize
11:58:38				396/515 - 1/15: Installing method SnapshotOperation>>doSnapshot
11:58:38				396/515 - 2/15: Installing method SnapshotOperation>>error
11:58:38				396/515 - 3/15: Installing method SnapshotOperation>>executeStoringError:
11:58:38				396/515 - 4/15: Installing method SnapshotOperation>>handleSnapshotError:
11:58:38				396/515 - 5/15: Installing method SnapshotOperation>>hasError
11:58:38				396/515 - 6/15: Installing method SnapshotOperation>>hasSavedSuccessfully
11:58:38				396/515 - 7/15: Installing method SnapshotOperation>>imageFormatOption:
11:58:38				396/515 - 8/15: Installing method SnapshotOperation>>initialize
11:58:38				396/515 - 9/15: Installing method SnapshotOperation>>isImageStarting
11:58:38				396/515 - 10/15: Installing method SnapshotOperation>>performSnapshot
11:58:38				396/515 - 11/15: Installing method SnapshotOperation>>quit:
11:58:38				396/515 - 12/15: Installing method SnapshotOperation>>save:
11:58:38				396/515 - 13/15: Installing method SnapshotOperation>>sessionManager:
11:58:38				396/515 - 14/15: Installing method SnapshotOperation>>snapshotPrimitive
11:58:38				396/515 - 15/15: Installing method SnapshotOperation>>snapshotPrimitiveWithFormatOption:
11:58:38				396/515 - 1/4: Installing method SnapshotOperation class>>new
11:58:38				396/515 - 2/4: Installing method SnapshotOperation class>>save:andQuit:withSessionManager:
11:58:38				396/515 - 3/4: Installing method SnapshotOperation class>>useComposedFormatNext
11:58:38				396/515 - 4/4: Installing method SnapshotOperation class>>useSpurFormatNext
11:58:38				397/515 - 1/23: Installing method SortedCollection>>,
11:58:38				397/515 - 2/23: Installing method SortedCollection>>=
11:58:38				397/515 - 3/23: Installing method SortedCollection>>add:
11:58:38				397/515 - 4/23: Installing method SortedCollection>>addAll:
11:58:38				397/515 - 5/23: Installing method SortedCollection>>addFirst:
11:58:38				397/515 - 6/23: Installing method SortedCollection>>addLast:
11:58:38				397/515 - 7/23: Installing method SortedCollection>>addNoSort:
11:58:38				397/515 - 8/23: Installing method SortedCollection>>at:put:
11:58:38				397/515 - 9/23: Installing method SortedCollection>>collect:
11:58:38				397/515 - 10/23: Installing method SortedCollection>>copyEmpty
11:58:38				397/515 - 11/23: Installing method SortedCollection>>defaultSort:to:
11:58:38				397/515 - 12/23: Installing method SortedCollection>>flatCollect:
11:58:38				397/515 - 13/23: Installing method SortedCollection>>groupedBy:
11:58:38				397/515 - 14/23: Installing method SortedCollection>>indexForInserting:
11:58:38				397/515 - 15/23: Installing method SortedCollection>>insert:before:
11:58:38				397/515 - 16/23: Installing method SortedCollection>>intersection:
11:58:38				397/515 - 17/23: Installing method SortedCollection>>median
11:58:38				397/515 - 18/23: Installing method SortedCollection>>reSort
11:58:38				397/515 - 19/23: Installing method SortedCollection>>sort:
11:58:38				397/515 - 20/23: Installing method SortedCollection>>sort:to:
11:58:38				397/515 - 21/23: Installing method SortedCollection>>sortBlock
11:58:38				397/515 - 22/23: Installing method SortedCollection>>sortBlock:
11:58:38				397/515 - 23/23: Installing method SortedCollection>>speciesForTransform
11:58:38				397/515 - 1/3: Installing method SortedCollection class>>newFromArray:
11:58:39				397/515 - 2/3: Installing method SortedCollection class>>sortBlock:
11:58:39				397/515 - 3/3: Installing method SortedCollection class>>sortUsing:
11:58:39				398/515 - 1/1: Installing method SourceChunkWriteStream>>afterNexPut
11:58:39				399/515 - 1/35: Installing method SourceFile>>atEnd
11:58:39				399/515 - 2/35: Installing method SourceFile>>close
11:58:39				399/515 - 3/35: Installing method SourceFile>>closed
11:58:39				399/515 - 4/35: Installing method SourceFile>>cr
11:58:39				399/515 - 5/35: Installing method SourceFile>>discardBuffer
11:58:39				399/515 - 6/35: Installing method SourceFile>>ensureWrittenPosition:
11:58:39				399/515 - 7/35: Installing method SourceFile>>flush
11:58:39				399/515 - 8/35: Installing method SourceFile>>fullName
11:58:39				399/515 - 9/35: Installing method SourceFile>>getPreambleAt:
11:58:39				399/515 - 10/35: Installing method SourceFile>>isOpen
11:58:39				399/515 - 11/35: Installing method SourceFile>>isReadOnly
11:58:39				399/515 - 12/35: Installing method SourceFile>>next
11:58:39				399/515 - 13/35: Installing method SourceFile>>next:
11:58:39				399/515 - 14/35: Installing method SourceFile>>next:putAll:startingAt:
11:58:39				399/515 - 15/35: Installing method SourceFile>>nextChunk
11:58:39				399/515 - 16/35: Installing method SourceFile>>nextChunkPut:
11:58:39				399/515 - 17/35: Installing method SourceFile>>nextPut:
11:58:39				399/515 - 18/35: Installing method SourceFile>>nextPutAll:
11:58:39				399/515 - 19/35: Installing method SourceFile>>path
11:58:39				399/515 - 20/35: Installing method SourceFile>>path:
11:58:39				399/515 - 21/35: Installing method SourceFile>>peek
11:58:39				399/515 - 22/35: Installing method SourceFile>>position
11:58:39				399/515 - 23/35: Installing method SourceFile>>position:
11:58:39				399/515 - 24/35: Installing method SourceFile>>potentialLocations
11:58:39				399/515 - 25/35: Installing method SourceFile>>potentialLocations:
11:58:39				399/515 - 26/35: Installing method SourceFile>>printOn:
11:58:39				399/515 - 27/35: Installing method SourceFile>>readOnlyCopy
11:58:39				399/515 - 28/35: Installing method SourceFile>>setToEnd
11:58:39				399/515 - 29/35: Installing method SourceFile>>size
11:58:39				399/515 - 30/35: Installing method SourceFile>>skip:
11:58:39				399/515 - 31/35: Installing method SourceFile>>space
11:58:39				399/515 - 32/35: Installing method SourceFile>>stream:
11:58:39				399/515 - 33/35: Installing method SourceFile>>tryOpen
11:58:39				399/515 - 34/35: Installing method SourceFile>>tryOpenReadOnly:
11:58:39				399/515 - 35/35: Installing method SourceFile>>upToEnd
11:58:39				399/515 - 1/1: Installing method SourceFile class>>on:potentialLocations:
11:58:40				400/515 - 1/40: Installing method SourceFileArray>>changesFileStream
11:58:40				400/515 - 2/40: Installing method SourceFileArray>>changesFileStream:
11:58:40				400/515 - 3/40: Installing method SourceFileArray>>changesWriteStreamDo:
11:58:40				400/515 - 4/40: Installing method SourceFileArray>>close
11:58:40				400/515 - 5/40: Installing method SourceFileArray>>closeFileArray:
11:58:40				400/515 - 6/40: Installing method SourceFileArray>>commentDataPointers
11:58:40				400/515 - 7/40: Installing method SourceFileArray>>commentTimeStampAt:
11:58:40				400/515 - 8/40: Installing method SourceFileArray>>createReadOnlyFiles
11:58:40				400/515 - 9/40: Installing method SourceFileArray>>deferFlushDuring:
11:58:40				400/515 - 10/40: Installing method SourceFileArray>>emptyReadStreamsQueue
11:58:40				400/515 - 11/40: Installing method SourceFileArray>>ensureOpen
11:58:40				400/515 - 12/40: Installing method SourceFileArray>>fileAt:
11:58:40				400/515 - 13/40: Installing method SourceFileArray>>fileAt:ifAbsent:
11:58:40				400/515 - 14/40: Installing method SourceFileArray>>fileIndexFromSourcePointer:
11:58:40				400/515 - 15/40: Installing method SourceFileArray>>filePositionFromSourcePointer:
11:58:40				400/515 - 16/40: Installing method SourceFileArray>>finishedReading:from:
11:58:40				400/515 - 17/40: Installing method SourceFileArray>>flushChangesFile
11:58:40				400/515 - 18/40: Installing method SourceFileArray>>forceChangesToDisk
11:58:40				400/515 - 19/40: Installing method SourceFileArray>>getPreambleFrom:at:
11:58:40				400/515 - 20/40: Installing method SourceFileArray>>initialize
11:58:40				400/515 - 21/40: Installing method SourceFileArray>>protocolAt:
11:58:40				400/515 - 22/40: Installing method SourceFileArray>>protocolAt:for:
11:58:40				400/515 - 23/40: Installing method SourceFileArray>>readOnlyCopy
11:58:40				400/515 - 24/40: Installing method SourceFileArray>>readOnlyDo:
11:58:40				400/515 - 25/40: Installing method SourceFileArray>>readOnlyQueueLimit
11:58:40				400/515 - 26/40: Installing method SourceFileArray>>readStreamAt:ifPresent:ifAbsent:
11:58:40				400/515 - 27/40: Installing method SourceFileArray>>readStreamAtFileIndex:atPosition:ifPresent:ifAbsent:
11:58:40				400/515 - 28/40: Installing method SourceFileArray>>remoteStringAt:
11:58:40				400/515 - 29/40: Installing method SourceFileArray>>remoteStringForNewString:
11:58:40				400/515 - 30/40: Installing method SourceFileArray>>reportString
11:58:40				400/515 - 31/40: Installing method SourceFileArray>>sourceCodeAt:
11:58:40				400/515 - 32/40: Installing method SourceFileArray>>sourceDataPointers
11:58:40				400/515 - 33/40: Installing method SourceFileArray>>sourcePointerFromFileIndex:andPosition:
11:58:40				400/515 - 34/40: Installing method SourceFileArray>>sourcedDataAt:
11:58:40				400/515 - 35/40: Installing method SourceFileArray>>sourcesFileStream
11:58:40				400/515 - 36/40: Installing method SourceFileArray>>sourcesFileStream:
11:58:40				400/515 - 37/40: Installing method SourceFileArray>>timeStampAt:
11:58:40				400/515 - 38/40: Installing method SourceFileArray>>timeStampAt:for:
11:58:40				400/515 - 39/40: Installing method SourceFileArray>>timeStampFromPreamble:for:
11:58:40				400/515 - 40/40: Installing method SourceFileArray>>writeSource:preamble:onSuccess:onFail:
11:58:40				400/515 - 1/1: Installing method SourceFileArray class>>startUp:
11:58:40				401/515 - 1/32: Installing method SourceFileBufferedReadWriteStream>>atEnd
11:58:40				401/515 - 2/32: Installing method SourceFileBufferedReadWriteStream>>atEnd:
11:58:40				401/515 - 3/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:
11:58:40				401/515 - 4/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:put:
11:58:40				401/515 - 5/32: Installing method SourceFileBufferedReadWriteStream>>checkBufferFor:
11:58:40				401/515 - 6/32: Installing method SourceFileBufferedReadWriteStream>>close
11:58:40				401/515 - 7/32: Installing method SourceFileBufferedReadWriteStream>>closed
11:58:40				401/515 - 8/32: Installing method SourceFileBufferedReadWriteStream>>collectionSpecies
11:58:40				401/515 - 9/32: Installing method SourceFileBufferedReadWriteStream>>defaultBufferSize
11:58:40				401/515 - 10/32: Installing method SourceFileBufferedReadWriteStream>>ensureWrittenPosition:
11:58:40				401/515 - 11/32: Installing method SourceFileBufferedReadWriteStream>>flush
11:58:40				401/515 - 12/32: Installing method SourceFileBufferedReadWriteStream>>isBinary
11:58:40				401/515 - 13/32: Installing method SourceFileBufferedReadWriteStream>>isPositionInBuffer:
11:58:40				401/515 - 14/32: Installing method SourceFileBufferedReadWriteStream>>isReadOnly
11:58:40				401/515 - 15/32: Installing method SourceFileBufferedReadWriteStream>>isStream
11:58:40				401/515 - 16/32: Installing method SourceFileBufferedReadWriteStream>>next
11:58:40				401/515 - 17/32: Installing method SourceFileBufferedReadWriteStream>>next:
11:58:40				401/515 - 18/32: Installing method SourceFileBufferedReadWriteStream>>next:putAll:startingAt:
11:58:40				401/515 - 19/32: Installing method SourceFileBufferedReadWriteStream>>nextPut:
11:58:40				401/515 - 20/32: Installing method SourceFileBufferedReadWriteStream>>nextPutAll:
11:58:40				401/515 - 21/32: Installing method SourceFileBufferedReadWriteStream>>on:
11:58:40				401/515 - 22/32: Installing method SourceFileBufferedReadWriteStream>>peek
11:58:40				401/515 - 23/32: Installing method SourceFileBufferedReadWriteStream>>position
11:58:40				401/515 - 24/32: Installing method SourceFileBufferedReadWriteStream>>position:
11:58:40				401/515 - 25/32: Installing method SourceFileBufferedReadWriteStream>>readInto:startingAt:count:
11:58:40				401/515 - 26/32: Installing method SourceFileBufferedReadWriteStream>>refreshBufferFrom:
11:58:40				401/515 - 27/32: Installing method SourceFileBufferedReadWriteStream>>setToEnd
11:58:40				401/515 - 28/32: Installing method SourceFileBufferedReadWriteStream>>size
11:58:40				401/515 - 29/32: Installing method SourceFileBufferedReadWriteStream>>sizeBuffer:
11:58:40				401/515 - 30/32: Installing method SourceFileBufferedReadWriteStream>>skip:
11:58:40				401/515 - 31/32: Installing method SourceFileBufferedReadWriteStream>>upTo:
11:58:40				401/515 - 32/32: Installing method SourceFileBufferedReadWriteStream>>upToEnd
11:58:40				401/515 - 1/2: Installing method SourceFileBufferedReadWriteStream class>>on:
11:58:40				401/515 - 2/2: Installing method SourceFileBufferedReadWriteStream class>>on:do:
11:58:40				402/515 - 1/26: Installing method SourceFileCharacterReadWriteStream>>atEnd
11:58:40				402/515 - 2/26: Installing method SourceFileCharacterReadWriteStream>>close
11:58:40				402/515 - 3/26: Installing method SourceFileCharacterReadWriteStream>>closed
11:58:40				402/515 - 4/26: Installing method SourceFileCharacterReadWriteStream>>collectionSpecies
11:58:40				402/515 - 5/26: Installing method SourceFileCharacterReadWriteStream>>cr
11:58:40				402/515 - 6/26: Installing method SourceFileCharacterReadWriteStream>>ensureWrittenPosition:
11:58:40				402/515 - 7/26: Installing method SourceFileCharacterReadWriteStream>>flush
11:58:41				402/515 - 8/26: Installing method SourceFileCharacterReadWriteStream>>isReadOnly
11:58:41				402/515 - 9/26: Installing method SourceFileCharacterReadWriteStream>>next
11:58:41				402/515 - 10/26: Installing method SourceFileCharacterReadWriteStream>>next:
11:58:41				402/515 - 11/26: Installing method SourceFileCharacterReadWriteStream>>next:putAll:startingAt:
11:58:41				402/515 - 12/26: Installing method SourceFileCharacterReadWriteStream>>nextPut:
11:58:41				402/515 - 13/26: Installing method SourceFileCharacterReadWriteStream>>nextPutAll:
11:58:41				402/515 - 14/26: Installing method SourceFileCharacterReadWriteStream>>on:encoding:
11:58:41				402/515 - 15/26: Installing method SourceFileCharacterReadWriteStream>>peek
11:58:41				402/515 - 16/26: Installing method SourceFileCharacterReadWriteStream>>position
11:58:41				402/515 - 17/26: Installing method SourceFileCharacterReadWriteStream>>position:
11:58:41				402/515 - 18/26: Installing method SourceFileCharacterReadWriteStream>>print:
11:58:41				402/515 - 19/26: Installing method SourceFileCharacterReadWriteStream>>readOnlyCopy
11:58:41				402/515 - 20/26: Installing method SourceFileCharacterReadWriteStream>>setToEnd
11:58:41				402/515 - 21/26: Installing method SourceFileCharacterReadWriteStream>>size
11:58:41				402/515 - 22/26: Installing method SourceFileCharacterReadWriteStream>>skip:
11:58:41				402/515 - 23/26: Installing method SourceFileCharacterReadWriteStream>>space
11:58:41				402/515 - 24/26: Installing method SourceFileCharacterReadWriteStream>>tab
11:58:41				402/515 - 25/26: Installing method SourceFileCharacterReadWriteStream>>upToAll:
11:58:41				402/515 - 26/26: Installing method SourceFileCharacterReadWriteStream>>upToEnd
11:58:41				402/515 - 1/1: Installing method SourceFileCharacterReadWriteStream class>>on:encoding:
11:58:41				403/515 - 1/5: Installing method SparseLargeArray>>analyzeSpaceSaving
11:58:41				403/515 - 2/5: Installing method SparseLargeArray>>atAllPut:
11:58:41				403/515 - 3/5: Installing method SparseLargeArray>>initChunkSize:size:arrayClass:base:defaultValue:
11:58:41				403/515 - 4/5: Installing method SparseLargeArray>>noCheckAt:
11:58:41				403/515 - 5/5: Installing method SparseLargeArray>>noCheckAt:put:
11:58:41				404/515 - 1/25: Installing method SparseLargeTable>>allDefaultValueSubtableAt:
11:58:41				404/515 - 2/25: Installing method SparseLargeTable>>analyzeSpaceSaving
11:58:41				404/515 - 3/25: Installing method SparseLargeTable>>arrayClass
11:58:41				404/515 - 4/25: Installing method SparseLargeTable>>at:
11:58:41				404/515 - 5/25: Installing method SparseLargeTable>>at:put:
11:58:41				404/515 - 6/25: Installing method SparseLargeTable>>base
11:58:41				404/515 - 7/25: Installing method SparseLargeTable>>chunkSize
11:58:41				404/515 - 8/25: Installing method SparseLargeTable>>copyEmpty
11:58:41				404/515 - 9/25: Installing method SparseLargeTable>>initChunkSize:size:arrayClass:base:defaultValue:
11:58:41				404/515 - 10/25: Installing method SparseLargeTable>>noCheckAt:
11:58:41				404/515 - 11/25: Installing method SparseLargeTable>>noCheckAt:put:
11:58:41				404/515 - 12/25: Installing method SparseLargeTable>>postCopy
11:58:41				404/515 - 13/25: Installing method SparseLargeTable>>printElementsOn:
11:58:41				404/515 - 14/25: Installing method SparseLargeTable>>printOn:
11:58:41				404/515 - 15/25: Installing method SparseLargeTable>>privateSize:
11:58:41				404/515 - 16/25: Installing method SparseLargeTable>>pvtCheckIndex:
11:58:41				404/515 - 17/25: Installing method SparseLargeTable>>similarInstance
11:58:41				404/515 - 18/25: Installing method SparseLargeTable>>similarInstance:
11:58:41				404/515 - 19/25: Installing method SparseLargeTable>>similarSpeciesInstance
11:58:41				404/515 - 20/25: Installing method SparseLargeTable>>similarSpeciesInstance:
11:58:41				404/515 - 21/25: Installing method SparseLargeTable>>size
11:58:41				404/515 - 22/25: Installing method SparseLargeTable>>speciesNew
11:58:41				404/515 - 23/25: Installing method SparseLargeTable>>speciesNew:
11:58:41				404/515 - 24/25: Installing method SparseLargeTable>>storeOn:
11:58:41				404/515 - 25/25: Installing method SparseLargeTable>>zapDefaultOnlyEntries
11:58:42				404/515 - 1/7: Installing method SparseLargeTable class>>defaultChunkSize
11:58:42				404/515 - 2/7: Installing method SparseLargeTable class>>defaultChunkSizeForFiles
11:58:42				404/515 - 3/7: Installing method SparseLargeTable class>>new:
11:58:42				404/515 - 4/7: Installing method SparseLargeTable class>>new:chunkSize:
11:58:42				404/515 - 5/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:
11:58:42				404/515 - 6/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:
11:58:42				404/515 - 7/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:defaultValue:
11:58:42				405/515 - 1/3: Installing method Stack>>pop
11:58:42				405/515 - 2/3: Installing method Stack>>push:
11:58:42				405/515 - 3/3: Installing method Stack>>top
11:58:42				406/515 - 1/4: Installing method StartupUIManager>>activate
11:58:42				406/515 - 2/4: Installing method StartupUIManager>>handleError:log:
11:58:42				406/515 - 3/4: Installing method StartupUIManager>>inform:
11:58:42				406/515 - 4/4: Installing method StartupUIManager>>sessionManager
11:58:42				406/515 - 1/1: Installing method StartupUIManager class>>isValidForCurrentSystemConfiguration
11:58:42				407/515 - 1/11: Installing method Stdio class>>cleanStdioHandles
11:58:42				407/515 - 2/11: Installing method Stdio class>>createStdioFileFor:
11:58:42				407/515 - 3/11: Installing method Stdio class>>createWriteStreamBlock
11:58:42				407/515 - 4/11: Installing method Stdio class>>createWriteStreamBlock:
11:58:42				407/515 - 5/11: Installing method Stdio class>>standardIOStreamNamed:forWrite:
11:58:42				407/515 - 6/11: Installing method Stdio class>>startUp:
11:58:42				407/515 - 7/11: Installing method Stdio class>>stderr
11:58:42				407/515 - 8/11: Installing method Stdio class>>stdin
11:58:42				407/515 - 9/11: Installing method Stdio class>>stdout
11:58:42				407/515 - 10/11: Installing method Stdio class>>useDefaultStreams
11:58:42				407/515 - 11/11: Installing method Stdio class>>useNullStreams
11:58:42				408/515 - 1/2: Installing method StdioStream>>next:
11:58:42				408/515 - 2/2: Installing method StdioStream>>peek
11:58:42				409/515 - 1/28: Installing method Stream>><<
11:58:42				409/515 - 2/28: Installing method Stream>>atEnd
11:58:42				409/515 - 3/28: Installing method Stream>>basicNext
11:58:42				409/515 - 4/28: Installing method Stream>>basicNext:putAll:startingAt:
11:58:42				409/515 - 5/28: Installing method Stream>>basicNextPut:
11:58:42				409/515 - 6/28: Installing method Stream>>basicNextPutAll:
11:58:42				409/515 - 7/28: Installing method Stream>>binary
11:58:42				409/515 - 8/28: Installing method Stream>>close
11:58:42				409/515 - 9/28: Installing method Stream>>closed
11:58:42				409/515 - 10/28: Installing method Stream>>contents
11:58:42				409/515 - 11/28: Installing method Stream>>do:
11:58:42				409/515 - 12/28: Installing method Stream>>flush
11:58:42				409/515 - 13/28: Installing method Stream>>isBinary
11:58:42				409/515 - 14/28: Installing method Stream>>isStream
11:58:42				409/515 - 15/28: Installing method Stream>>localName
11:58:42				409/515 - 16/28: Installing method Stream>>next
11:58:42				409/515 - 17/28: Installing method Stream>>next:
11:58:42				409/515 - 18/28: Installing method Stream>>next:put:
11:58:42				409/515 - 19/28: Installing method Stream>>next:putAll:startingAt:
11:58:42				409/515 - 20/28: Installing method Stream>>nextMatchAll:
11:58:42				409/515 - 21/28: Installing method Stream>>nextMatchFor:
11:58:42				409/515 - 22/28: Installing method Stream>>nextPut:
11:58:42				409/515 - 23/28: Installing method Stream>>nextPutAll:
11:58:42				409/515 - 24/28: Installing method Stream>>nextWordsPutAll:
11:58:42				409/515 - 25/28: Installing method Stream>>openReadOnly
11:58:42				409/515 - 26/28: Installing method Stream>>print:
11:58:42				409/515 - 27/28: Installing method Stream>>readOnly
11:58:42				409/515 - 28/28: Installing method Stream>>upToEnd
11:58:42				409/515 - 1/2: Installing method Stream class>>isAbstract
11:58:42				409/515 - 2/2: Installing method Stream class>>new
11:58:46				410/515 - 1/201: Installing method String>><
11:58:46				410/515 - 2/201: Installing method String>><=
11:58:46				410/515 - 3/201: Installing method String>>=
11:58:46				410/515 - 4/201: Installing method String>>>
11:58:46				410/515 - 5/201: Installing method String>>>=
11:58:46				410/515 - 6/201: Installing method String>>alike:
11:58:46				410/515 - 7/201: Installing method String>>allRangesOfSubstring:
11:58:46				410/515 - 8/201: Installing method String>>asByteArray
11:58:46				410/515 - 9/201: Installing method String>>asByteString
11:58:46				410/515 - 10/201: Installing method String>>asCamelCase
11:58:46				410/515 - 11/201: Installing method String>>asClassVariable
11:58:46				410/515 - 12/201: Installing method String>>asClassVariableCollection
11:58:46				410/515 - 13/201: Installing method String>>asComment
11:58:46				410/515 - 14/201: Installing method String>>asDate
11:58:46				410/515 - 15/201: Installing method String>>asDateAndTime
11:58:46				410/515 - 16/201: Installing method String>>asDuration
11:58:46				410/515 - 17/201: Installing method String>>asFileName
11:58:46				410/515 - 18/201: Installing method String>>asFourCode
11:58:46				410/515 - 19/201: Installing method String>>asHTMLString
11:58:46				410/515 - 20/201: Installing method String>>asHex
11:58:46				410/515 - 21/201: Installing method String>>asInteger
11:58:46				410/515 - 22/201: Installing method String>>asLowercase
11:58:46				410/515 - 23/201: Installing method String>>asNumber
11:58:46				410/515 - 24/201: Installing method String>>asOctetString
11:58:46				410/515 - 25/201: Installing method String>>asPackage
11:58:46				410/515 - 26/201: Installing method String>>asPackageIfAbsent:
11:58:46				410/515 - 27/201: Installing method String>>asPluralBasedOn:
11:58:46				410/515 - 28/201: Installing method String>>asSignedInteger
11:58:46				410/515 - 29/201: Installing method String>>asSlot
11:58:46				410/515 - 30/201: Installing method String>>asSlotCollection
11:58:46				410/515 - 31/201: Installing method String>>asString
11:58:46				410/515 - 32/201: Installing method String>>asSymbol
11:58:46				410/515 - 33/201: Installing method String>>asTime
11:58:46				410/515 - 34/201: Installing method String>>asUnsignedInteger
11:58:46				410/515 - 35/201: Installing method String>>asUppercase
11:58:46				410/515 - 36/201: Installing method String>>asValidSelector
11:58:46				410/515 - 37/201: Installing method String>>asVmPathName
11:58:46				410/515 - 38/201: Installing method String>>asWideString
11:58:46				410/515 - 39/201: Installing method String>>asWin32WideString
11:58:46				410/515 - 40/201: Installing method String>>asZnCharacterEncoder
11:58:46				410/515 - 41/201: Installing method String>>beginsWith:
11:58:46				410/515 - 42/201: Installing method String>>beginsWith:caseSensitive:
11:58:46				410/515 - 43/201: Installing method String>>byteAt:
11:58:46				410/515 - 44/201: Installing method String>>byteAt:put:
11:58:46				410/515 - 45/201: Installing method String>>byteSize
11:58:46				410/515 - 46/201: Installing method String>>capitalized
11:58:46				410/515 - 47/201: Installing method String>>caseInsensitiveLessOrEqual:
11:58:46				410/515 - 48/201: Installing method String>>caseSensitiveLessOrEqual:
11:58:46				410/515 - 49/201: Installing method String>>charactersExactlyMatching:
11:58:46				410/515 - 50/201: Installing method String>>compare:
11:58:46				410/515 - 51/201: Installing method String>>compare:caseSensitive:
11:58:46				410/515 - 52/201: Installing method String>>compare:with:
11:58:46				410/515 - 53/201: Installing method String>>compare:with:collated:
11:58:46				410/515 - 54/201: Installing method String>>contractTo:
11:58:46				410/515 - 55/201: Installing method String>>copyReplaceAll:with:
11:58:46				410/515 - 56/201: Installing method String>>copyReplaceAll:with:asTokens:
11:58:46				410/515 - 57/201: Installing method String>>copyReplaceTokens:with:
11:58:46				410/515 - 58/201: Installing method String>>copyUpToSubstring:
11:58:46				410/515 - 59/201: Installing method String>>correctAgainst:
11:58:46				410/515 - 60/201: Installing method String>>correctAgainst:continuedFrom:
11:58:46				410/515 - 61/201: Installing method String>>correctAgainstDictionary:continuedFrom:
11:58:46				410/515 - 62/201: Installing method String>>correctAgainstEnumerator:continuedFrom:
11:58:46				410/515 - 63/201: Installing method String>>deepCopy
11:58:46				410/515 - 64/201: Installing method String>>displayStringOn:
11:58:46				410/515 - 65/201: Installing method String>>encodeWith:
11:58:46				410/515 - 66/201: Installing method String>>endsWith:
11:58:46				410/515 - 67/201: Installing method String>>endsWith:caseSensitive:
11:58:46				410/515 - 68/201: Installing method String>>endsWithAColon
11:58:46				410/515 - 69/201: Installing method String>>endsWithDigit
11:58:46				410/515 - 70/201: Installing method String>>escapeCharacter:
11:58:46				410/515 - 71/201: Installing method String>>expandMacros
11:58:46				410/515 - 72/201: Installing method String>>expandMacrosWith:
11:58:46				410/515 - 73/201: Installing method String>>expandMacrosWith:with:
11:58:46				410/515 - 74/201: Installing method String>>expandMacrosWith:with:with:
11:58:46				410/515 - 75/201: Installing method String>>expandMacrosWith:with:with:with:
11:58:46				410/515 - 76/201: Installing method String>>expandMacrosWithArguments:
11:58:46				410/515 - 77/201: Installing method String>>findAnySubstring:startingAt:
11:58:46				410/515 - 78/201: Installing method String>>findBetweenSubstrings:
11:58:46				410/515 - 79/201: Installing method String>>findClosing:startingAt:
11:58:46				410/515 - 80/201: Installing method String>>findDelimiters:startingAt:
11:58:46				410/515 - 81/201: Installing method String>>findIn:startingAt:matchTable:
11:58:46				410/515 - 82/201: Installing method String>>findLastOccurrenceOfString:startingAt:
11:58:46				410/515 - 83/201: Installing method String>>findSelector
11:58:46				410/515 - 84/201: Installing method String>>findString:
11:58:46				410/515 - 85/201: Installing method String>>findString:startingAt:
11:58:46				410/515 - 86/201: Installing method String>>findString:startingAt:caseSensitive:
11:58:46				410/515 - 87/201: Installing method String>>findSubstring:in:startingAt:matchTable:
11:58:46				410/515 - 88/201: Installing method String>>findSubstringViaPrimitive:in:startingAt:matchTable:
11:58:46				410/515 - 89/201: Installing method String>>findTokens:
11:58:46				410/515 - 90/201: Installing method String>>findTokens:escapedBy:
11:58:46				410/515 - 91/201: Installing method String>>findTokens:includes:
11:58:46				410/515 - 92/201: Installing method String>>findTokens:keep:
11:58:46				410/515 - 93/201: Installing method String>>findWordStart:startingAt:
11:58:46				410/515 - 94/201: Installing method String>>flattenOn:
11:58:46				410/515 - 95/201: Installing method String>>format:
11:58:46				410/515 - 96/201: Installing method String>>hasWideCharacterFrom:to:
11:58:46				410/515 - 97/201: Installing method String>>hash
11:58:46				410/515 - 98/201: Installing method String>>howManyMatch:
11:58:46				410/515 - 99/201: Installing method String>>includesSubstring:
11:58:46				410/515 - 100/201: Installing method String>>includesSubstring:at:
11:58:46				410/515 - 101/201: Installing method String>>includesSubstring:caseSensitive:
11:58:46				410/515 - 102/201: Installing method String>>includesUnifiedCharacter
11:58:46				410/515 - 103/201: Installing method String>>indexOf:
11:58:46				410/515 - 104/201: Installing method String>>indexOf:startingAt:
11:58:46				410/515 - 105/201: Installing method String>>indexOf:startingAt:ifAbsent:
11:58:46				410/515 - 106/201: Installing method String>>indexOfFirstUppercaseCharacter
11:58:47				410/515 - 107/201: Installing method String>>indexOfSubCollection:
11:58:47				410/515 - 108/201: Installing method String>>indexOfSubCollection:startingAt:ifAbsent:
11:58:47				410/515 - 109/201: Installing method String>>indexOfWideCharacterFrom:to:
11:58:47				410/515 - 110/201: Installing method String>>initialIntegerOrNil
11:58:47				410/515 - 111/201: Installing method String>>isAllAlphaNumerics
11:58:47				410/515 - 112/201: Installing method String>>isAllDigits
11:58:47				410/515 - 113/201: Installing method String>>isAllSeparators
11:58:47				410/515 - 114/201: Installing method String>>isAsciiString
11:58:47				410/515 - 115/201: Installing method String>>isByteString
11:58:47				410/515 - 116/201: Installing method String>>isLiteral
11:58:47				410/515 - 117/201: Installing method String>>isLiteralSymbol
11:58:47				410/515 - 118/201: Installing method String>>isOctetString
11:58:47				410/515 - 119/201: Installing method String>>isPatternVariable
11:58:47				410/515 - 120/201: Installing method String>>isString
11:58:47				410/515 - 121/201: Installing method String>>isValidGlobalName
11:58:47				410/515 - 122/201: Installing method String>>isWideString
11:58:47				410/515 - 123/201: Installing method String>>join:
11:58:47				410/515 - 124/201: Installing method String>>keywords
11:58:47				410/515 - 125/201: Installing method String>>lastSpacePosition
11:58:47				410/515 - 126/201: Installing method String>>lineCorrespondingToIndex:
11:58:47				410/515 - 127/201: Installing method String>>lineCount
11:58:47				410/515 - 128/201: Installing method String>>lineIndicesDo:
11:58:47				410/515 - 129/201: Installing method String>>lineNumber:
11:58:47				410/515 - 130/201: Installing method String>>lineNumberCorrespondingToIndex:
11:58:47				410/515 - 131/201: Installing method String>>lines
11:58:47				410/515 - 132/201: Installing method String>>linesDo:
11:58:47				410/515 - 133/201: Installing method String>>literalEqual:
11:58:47				410/515 - 134/201: Installing method String>>match:
11:58:47				410/515 - 135/201: Installing method String>>normalizeCamelCase
11:58:47				410/515 - 136/201: Installing method String>>numArgs
11:58:47				410/515 - 137/201: Installing method String>>numericSuffix
11:58:47				410/515 - 138/201: Installing method String>>occursInWithEmpty:caseSensitive:
11:58:47				410/515 - 139/201: Installing method String>>onlyLetters
11:58:47				410/515 - 140/201: Installing method String>>padLeftTo:
11:58:47				410/515 - 141/201: Installing method String>>padLeftTo:with:
11:58:47				410/515 - 142/201: Installing method String>>padRightTo:
11:58:47				410/515 - 143/201: Installing method String>>padRightTo:with:
11:58:47				410/515 - 144/201: Installing method String>>printOn:
11:58:47				410/515 - 145/201: Installing method String>>putOn:
11:58:47				410/515 - 146/201: Installing method String>>repeat:
11:58:47				410/515 - 147/201: Installing method String>>replaceFrom:to:with:startingAt:
11:58:47				410/515 - 148/201: Installing method String>>romanNumber
11:58:47				410/515 - 149/201: Installing method String>>sameAs:
11:58:47				410/515 - 150/201: Installing method String>>skipAnySubstring:startingAt:
11:58:47				410/515 - 151/201: Installing method String>>skipDelimiters:startingAt:
11:58:47				410/515 - 152/201: Installing method String>>squeezeOutNumber
11:58:47				410/515 - 153/201: Installing method String>>startingAt:match:startingAt:
11:58:47				410/515 - 154/201: Installing method String>>startsWithDigit
11:58:47				410/515 - 155/201: Installing method String>>stemAndNumericSuffix
11:58:47				410/515 - 156/201: Installing method String>>storeOn:
11:58:47				410/515 - 157/201: Installing method String>>string
11:58:47				410/515 - 158/201: Installing method String>>stringhash
11:58:47				410/515 - 159/201: Installing method String>>substrings
11:58:47				410/515 - 160/201: Installing method String>>substrings:
11:58:47				410/515 - 161/201: Installing method String>>surroundedBy:
11:58:47				410/515 - 162/201: Installing method String>>surroundedBySingleQuotes
11:58:47				410/515 - 163/201: Installing method String>>translateFrom:to:table:
11:58:47				410/515 - 164/201: Installing method String>>translateToLowercase
11:58:47				410/515 - 165/201: Installing method String>>translateToUppercase
11:58:47				410/515 - 166/201: Installing method String>>translateWith:
11:58:47				410/515 - 167/201: Installing method String>>trim
11:58:47				410/515 - 168/201: Installing method String>>trimBoth
11:58:47				410/515 - 169/201: Installing method String>>trimBoth:
11:58:47				410/515 - 170/201: Installing method String>>trimLeft
11:58:47				410/515 - 171/201: Installing method String>>trimLeft:
11:58:47				410/515 - 172/201: Installing method String>>trimLeft:right:
11:58:47				410/515 - 173/201: Installing method String>>trimLineSpaces
11:58:47				410/515 - 174/201: Installing method String>>trimRight
11:58:47				410/515 - 175/201: Installing method String>>trimRight:
11:58:47				410/515 - 176/201: Installing method String>>trimmed
11:58:47				410/515 - 177/201: Installing method String>>truncateTo:
11:58:47				410/515 - 178/201: Installing method String>>truncateWithElipsisTo:
11:58:47				410/515 - 179/201: Installing method String>>typeTable
11:58:47				410/515 - 180/201: Installing method String>>uncapitalized
11:58:47				410/515 - 181/201: Installing method String>>unescapeCharacter:
11:58:47				410/515 - 182/201: Installing method String>>urlDecoded
11:58:47				410/515 - 183/201: Installing method String>>urlEncoded
11:58:47				410/515 - 184/201: Installing method String>>utf8Encoded
11:58:47				410/515 - 185/201: Installing method String>>withBlanksCondensed
11:58:47				410/515 - 186/201: Installing method String>>withCRs
11:58:47				410/515 - 187/201: Installing method String>>withInternalLineEndings
11:58:47				410/515 - 188/201: Installing method String>>withInternetLineEndings
11:58:47				410/515 - 189/201: Installing method String>>withLineEndings:
11:58:47				410/515 - 190/201: Installing method String>>withNoLineLongerThan:
11:58:47				410/515 - 191/201: Installing method String>>withPlatformLineEndings
11:58:47				410/515 - 192/201: Installing method String>>withSeparatorsCompacted
11:58:47				410/515 - 193/201: Installing method String>>withUnixLineEndings
11:58:47				410/515 - 194/201: Installing method String>>withoutLeadingDigits
11:58:47				410/515 - 195/201: Installing method String>>withoutPeriodSuffix
11:58:47				410/515 - 196/201: Installing method String>>withoutPrefix:
11:58:47				410/515 - 197/201: Installing method String>>withoutQuoting
11:58:47				410/515 - 198/201: Installing method String>>withoutSuffix:
11:58:47				410/515 - 199/201: Installing method String>>withoutTrailingDigits
11:58:47				410/515 - 200/201: Installing method String>>withoutTrailingNewlines
11:58:47				410/515 - 201/201: Installing method String>>wordBefore:
11:58:48				410/515 - 1/31: Installing method String class>>compare:with:collated:
11:58:48				410/515 - 2/31: Installing method String class>>cr
11:58:48				410/515 - 3/31: Installing method String class>>crlf
11:58:48				410/515 - 4/31: Installing method String class>>empty
11:58:48				410/515 - 5/31: Installing method String class>>expandMacro:argument:withExpansions:
11:58:48				410/515 - 6/31: Installing method String class>>findFirstInString:inCharacterSet:startingAt:
11:58:48				410/515 - 7/31: Installing method String class>>findFirstInString:inSet:startingAt:
11:58:48				410/515 - 8/31: Installing method String class>>fromByteArray:
11:58:48				410/515 - 9/31: Installing method String class>>fromString:
11:58:48				410/515 - 10/31: Installing method String class>>indexOfAscii:inString:startingAt:
11:58:48				410/515 - 11/31: Installing method String class>>initialize
11:58:48				410/515 - 12/31: Installing method String class>>initializeTypeTable
11:58:48				410/515 - 13/31: Installing method String class>>lf
11:58:48				410/515 - 14/31: Installing method String class>>loremIpsum
11:58:48				410/515 - 15/31: Installing method String class>>loremIpsum:
11:58:48				410/515 - 16/31: Installing method String class>>new:
11:58:48				410/515 - 17/31: Installing method String class>>newAsciiOrder
11:58:48				410/515 - 18/31: Installing method String class>>newCSLineEnders
11:58:48				410/515 - 19/31: Installing method String class>>newCaseInsensitiveOrder
11:58:48				410/515 - 20/31: Installing method String class>>newCaseSensitiveOrder
11:58:48				410/515 - 21/31: Installing method String class>>newLowercasingTable
11:58:48				410/515 - 22/31: Installing method String class>>newTokenish
11:58:48				410/515 - 23/31: Installing method String class>>newUppercasingTable
11:58:48				410/515 - 24/31: Installing method String class>>readFrom:
11:58:48				410/515 - 25/31: Installing method String class>>space
11:58:48				410/515 - 26/31: Installing method String class>>stringHash:initialHash:
11:58:48				410/515 - 27/31: Installing method String class>>tab
11:58:48				410/515 - 28/31: Installing method String class>>translate:from:to:table:
11:58:48				410/515 - 29/31: Installing method String class>>typeTable
11:58:48				410/515 - 30/31: Installing method String class>>value:
11:58:48				410/515 - 31/31: Installing method String class>>with:
11:58:48				411/515 - 1/1: Installing method SubclassResponsibility>>standardMessageText
11:58:48				412/515 - 1/8: Installing method SubscriptOutOfBounds>>lowerBound
11:58:48				412/515 - 2/8: Installing method SubscriptOutOfBounds>>lowerBound:
11:58:48				412/515 - 3/8: Installing method SubscriptOutOfBounds>>messageText
11:58:48				412/515 - 4/8: Installing method SubscriptOutOfBounds>>standardMessageText
11:58:48				412/515 - 5/8: Installing method SubscriptOutOfBounds>>subscript
11:58:48				412/515 - 6/8: Installing method SubscriptOutOfBounds>>subscript:
11:58:48				412/515 - 7/8: Installing method SubscriptOutOfBounds>>upperBound
11:58:48				412/515 - 8/8: Installing method SubscriptOutOfBounds>>upperBound:
11:58:48				412/515 - 1/3: Installing method SubscriptOutOfBounds class>>signalFor:
11:58:48				412/515 - 2/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:
11:58:48				412/515 - 3/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:in:
11:58:49				413/515 - 1/17: Installing method SubscriptionRegistry>>add:
11:58:49				413/515 - 2/17: Installing method SubscriptionRegistry>>deliver:
11:58:49				413/515 - 3/17: Installing method SubscriptionRegistry>>deliver:to:
11:58:49				413/515 - 4/17: Installing method SubscriptionRegistry>>deliver:to:startingAt:
11:58:49				413/515 - 5/17: Installing method SubscriptionRegistry>>handleSubscriberClass:
11:58:49				413/515 - 6/17: Installing method SubscriptionRegistry>>initialize
11:58:49				413/515 - 7/17: Installing method SubscriptionRegistry>>isEmpty
11:58:49				413/515 - 8/17: Installing method SubscriptionRegistry>>numberOfSubscriptions
11:58:49				413/515 - 9/17: Installing method SubscriptionRegistry>>protected:
11:58:49				413/515 - 10/17: Installing method SubscriptionRegistry>>remove:
11:58:49				413/515 - 11/17: Installing method SubscriptionRegistry>>removeSubscriber:
11:58:49				413/515 - 12/17: Installing method SubscriptionRegistry>>replace:with:
11:58:49				413/515 - 13/17: Installing method SubscriptionRegistry>>reset
11:58:49				413/515 - 14/17: Installing method SubscriptionRegistry>>subscriptions
11:58:49				413/515 - 15/17: Installing method SubscriptionRegistry>>subscriptionsForClass:
11:58:49				413/515 - 16/17: Installing method SubscriptionRegistry>>subscriptionsHandling:
11:58:49				413/515 - 17/17: Installing method SubscriptionRegistry>>subscriptionsOf:do:
11:58:49				414/515 - 1/5: Installing method SuperVariable>>acceptVisitor:node:
11:58:49				414/515 - 2/5: Installing method SuperVariable>>emitValue:
11:58:49				414/515 - 3/5: Installing method SuperVariable>>isSuperVariable
11:58:49				414/515 - 4/5: Installing method SuperVariable>>readInContext:
11:58:49				414/515 - 5/5: Installing method SuperVariable>>usingMethods
11:58:49				414/515 - 1/1: Installing method SuperVariable class>>variableName
11:58:49				415/515 - 1/43: Installing method Symbol>>,
11:58:49				415/515 - 2/43: Installing method Symbol>>=
11:58:49				415/515 - 3/43: Installing method Symbol>>=>
11:58:49				415/515 - 4/43: Installing method Symbol>>asAccessor
11:58:49				415/515 - 5/43: Installing method Symbol>>asAnnouncement
11:58:49				415/515 - 6/43: Installing method Symbol>>asMethodSignature
11:58:49				415/515 - 7/43: Installing method Symbol>>asMutator
11:58:49				415/515 - 8/43: Installing method Symbol>>asString
11:58:50				415/515 - 9/43: Installing method Symbol>>asSymbol
11:58:50				415/515 - 10/43: Installing method Symbol>>at:put:
11:58:50				415/515 - 11/43: Installing method Symbol>>capitalized
11:58:50				415/515 - 12/43: Installing method Symbol>>copy
11:58:50				415/515 - 13/43: Installing method Symbol>>createSymbol
11:58:50				415/515 - 14/43: Installing method Symbol>>cull:
11:58:50				415/515 - 15/43: Installing method Symbol>>errorNoModification
11:58:50				415/515 - 16/43: Installing method Symbol>>flushCache
11:58:50				415/515 - 17/43: Installing method Symbol>>handlesAnnouncement:
11:58:50				415/515 - 18/43: Installing method Symbol>>implementors
11:58:50				415/515 - 19/43: Installing method Symbol>>includesKey:
11:58:50				415/515 - 20/43: Installing method Symbol>>isBinary
11:58:50				415/515 - 21/43: Installing method Symbol>>isDoIt
11:58:50				415/515 - 22/43: Installing method Symbol>>isInfix
11:58:50				415/515 - 23/43: Installing method Symbol>>isKeyword
11:58:50				415/515 - 24/43: Installing method Symbol>>isOrientedFill
11:58:50				415/515 - 25/43: Installing method Symbol>>isSelectorSymbol
11:58:50				415/515 - 26/43: Installing method Symbol>>isSymbol
11:58:50				415/515 - 27/43: Installing method Symbol>>isUnary
11:58:50				415/515 - 28/43: Installing method Symbol>>isUsedAsSelectorSymbol
11:58:50				415/515 - 29/43: Installing method Symbol>>keywordsStrict
11:58:50				415/515 - 30/43: Installing method Symbol>>literalEqual:
11:58:50				415/515 - 31/43: Installing method Symbol>>numArgs:
11:58:50				415/515 - 32/43: Installing method Symbol>>precedence
11:58:50				415/515 - 33/43: Installing method Symbol>>prepareForDelivery
11:58:50				415/515 - 34/43: Installing method Symbol>>replaceFrom:to:with:startingAt:
11:58:50				415/515 - 35/43: Installing method Symbol>>senders
11:58:50				415/515 - 36/43: Installing method Symbol>>separateKeywords
11:58:50				415/515 - 37/43: Installing method Symbol>>shallowCopy
11:58:50				415/515 - 38/43: Installing method Symbol>>sorted:
11:58:50				415/515 - 39/43: Installing method Symbol>>storeOn:
11:58:50				415/515 - 40/43: Installing method Symbol>>string:
11:58:50				415/515 - 41/43: Installing method Symbol>>uncapitalized
11:58:50				415/515 - 42/43: Installing method Symbol>>value:
11:58:50				415/515 - 43/43: Installing method Symbol>>veryDeepCopyWith:
11:58:50				415/515 - 1/27: Installing method Symbol class>>allSymbolTablesDo:
11:58:50				415/515 - 2/27: Installing method Symbol class>>allSymbolTablesDo:after:
11:58:50				415/515 - 3/27: Installing method Symbol class>>allSymbols
11:58:50				415/515 - 4/27: Installing method Symbol class>>cleanUp
11:58:50				415/515 - 5/27: Installing method Symbol class>>findInterned:
11:58:50				415/515 - 6/27: Installing method Symbol class>>hasInterned:
11:58:50				415/515 - 7/27: Installing method Symbol class>>hasInterned:ifTrue:
11:58:50				415/515 - 8/27: Installing method Symbol class>>initialize
11:58:50				415/515 - 9/27: Installing method Symbol class>>intern:
11:58:50				415/515 - 10/27: Installing method Symbol class>>new:
11:58:50				415/515 - 11/27: Installing method Symbol class>>new:streamContents:
11:58:50				415/515 - 12/27: Installing method Symbol class>>newFrom:
11:58:50				415/515 - 13/27: Installing method Symbol class>>possibleSelectorsFor:
11:58:50				415/515 - 14/27: Installing method Symbol class>>rawIntern:
11:58:50				415/515 - 15/27: Installing method Symbol class>>rebuildSelectorTable
11:58:50				415/515 - 16/27: Installing method Symbol class>>recordSelector:
11:58:50				415/515 - 17/27: Installing method Symbol class>>rehash
11:58:50				415/515 - 18/27: Installing method Symbol class>>reservedLiterals
11:58:50				415/515 - 19/27: Installing method Symbol class>>resetSelectorTable
11:58:50				415/515 - 20/27: Installing method Symbol class>>selectorTable
11:58:50				415/515 - 21/27: Installing method Symbol class>>selectorThatStartsCaseSensitive:skipping:
11:58:50				415/515 - 22/27: Installing method Symbol class>>shutDown:
11:58:50				415/515 - 23/27: Installing method Symbol class>>streamSpecies
11:58:50				415/515 - 24/27: Installing method Symbol class>>thatStarts:skipping:
11:58:50				415/515 - 25/27: Installing method Symbol class>>thatStartsCaseSensitive:skipping:
11:58:50				415/515 - 26/27: Installing method Symbol class>>with:
11:58:50				415/515 - 27/27: Installing method Symbol class>>withAll:
11:58:50				416/515 - 1/4: Installing method SymbolNotFoundError>>messageText
11:58:50				416/515 - 2/4: Installing method SymbolNotFoundError>>moduleName:
11:58:50				416/515 - 3/4: Installing method SymbolNotFoundError>>standardMessageText
11:58:50				416/515 - 4/4: Installing method SymbolNotFoundError>>symbolName:
11:58:50				416/515 - 1/1: Installing method SymbolNotFoundError class>>symbolName:module:
11:58:50				417/515 - 1/4: Installing method SymbolTableSemaphore class>>disable
11:58:50				417/515 - 2/4: Installing method SymbolTableSemaphore class>>enable
11:58:50				417/515 - 3/4: Installing method SymbolTableSemaphore class>>enabled
11:58:50				417/515 - 4/4: Installing method SymbolTableSemaphore class>>singleInstance
11:58:51				418/515 - 1/3: Installing method SystemAnnouncement>>properties
11:58:51				418/515 - 2/3: Installing method SystemAnnouncement>>propertyAt:ifPresent:
11:58:51				418/515 - 3/3: Installing method SystemAnnouncement>>propertyAt:put:
11:58:51				419/515 - 1/10: Installing method SystemAnnouncer>>class:oldComment:newComment:oldStamp:newStamp:
11:58:51				419/515 - 2/10: Installing method SystemAnnouncer>>classCommented:
11:58:51				419/515 - 3/10: Installing method SystemAnnouncer>>classDefinitionChangedFrom:to:
11:58:51				419/515 - 4/10: Installing method SystemAnnouncer>>classModificationAppliedTo:
11:58:51				419/515 - 5/10: Installing method SystemAnnouncer>>classParentOf:renamedFrom:to:
11:58:51				419/515 - 6/10: Installing method SystemAnnouncer>>classRenamed:from:to:
11:58:51				419/515 - 7/10: Installing method SystemAnnouncer>>evaluated:
11:58:51				419/515 - 8/10: Installing method SystemAnnouncer>>evaluated:context:
11:58:51				419/515 - 9/10: Installing method SystemAnnouncer>>methodRemoved:origin:
11:58:51				419/515 - 10/10: Installing method SystemAnnouncer>>methodRepackaged:from:to:
11:58:51				419/515 - 1/6: Installing method SystemAnnouncer class>>announce:
11:58:51				419/515 - 2/6: Installing method SystemAnnouncer class>>announcer:
11:58:51				419/515 - 3/6: Installing method SystemAnnouncer class>>reset
11:58:51				419/515 - 4/6: Installing method SystemAnnouncer class>>restoreAllNotifications
11:58:51				419/515 - 5/6: Installing method SystemAnnouncer class>>uniqueInstance
11:58:51				419/515 - 6/6: Installing method SystemAnnouncer class>>unload
11:58:51				420/515 - 1/4: Installing method SystemBuildInfo>>initializeForRelease
11:58:51				420/515 - 2/4: Installing method SystemBuildInfo>>isBuildFinished
11:58:51				420/515 - 3/4: Installing method SystemBuildInfo>>systemPackageNames
11:58:51				420/515 - 4/4: Installing method SystemBuildInfo>>systemPackages
11:58:51				420/515 - 1/1: Installing method SystemBuildInfo class>>current
11:58:52				421/515 - 1/47: Installing method SystemEnvironment>>allBehaviors
11:58:52				421/515 - 2/47: Installing method SystemEnvironment>>allBehaviorsDo:
11:58:52				421/515 - 3/47: Installing method SystemEnvironment>>allClasses
11:58:52				421/515 - 4/47: Installing method SystemEnvironment>>allClassesAndTraits
11:58:52				421/515 - 5/47: Installing method SystemEnvironment>>allClassesAndTraitsDo:
11:58:52				421/515 - 6/47: Installing method SystemEnvironment>>allClassesDo:
11:58:52				421/515 - 7/47: Installing method SystemEnvironment>>allMethods
11:58:52				421/515 - 8/47: Installing method SystemEnvironment>>allTraits
11:58:52				421/515 - 9/47: Installing method SystemEnvironment>>allTraitsDo:
11:58:52				421/515 - 10/47: Installing method SystemEnvironment>>at:put:
11:58:52				421/515 - 11/47: Installing method SystemEnvironment>>at:update:initial:
11:58:52				421/515 - 12/47: Installing method SystemEnvironment>>atNewIndex:put:
11:58:52				421/515 - 13/47: Installing method SystemEnvironment>>bindingOf:
11:58:52				421/515 - 14/47: Installing method SystemEnvironment>>classAndTraitNames
11:58:52				421/515 - 15/47: Installing method SystemEnvironment>>classNamed:
11:58:52				421/515 - 16/47: Installing method SystemEnvironment>>classNames
11:58:52				421/515 - 17/47: Installing method SystemEnvironment>>classOrTraitNamed:
11:58:52				421/515 - 18/47: Installing method SystemEnvironment>>codeChangeAnnouncer
11:58:52				421/515 - 19/47: Installing method SystemEnvironment>>codeChangeAnnouncer:
11:58:52				421/515 - 20/47: Installing method SystemEnvironment>>codeSupportAnnouncer
11:58:52				421/515 - 21/47: Installing method SystemEnvironment>>codeSupportAnnouncer:
11:58:52				421/515 - 22/47: Installing method SystemEnvironment>>environment
11:58:52				421/515 - 23/47: Installing method SystemEnvironment>>fillCaches
11:58:52				421/515 - 24/47: Installing method SystemEnvironment>>flushClassNameCache
11:58:52				421/515 - 25/47: Installing method SystemEnvironment>>forgetClass:
11:58:52				421/515 - 26/47: Installing method SystemEnvironment>>hasBindingThatBeginsWith:
11:58:52				421/515 - 27/47: Installing method SystemEnvironment>>hasClassNamed:
11:58:52				421/515 - 28/47: Installing method SystemEnvironment>>hasClassOrTraitNamed:
11:58:52				421/515 - 29/47: Installing method SystemEnvironment>>lookupVar:
11:58:52				421/515 - 30/47: Installing method SystemEnvironment>>maxIdentityHash
11:58:52				421/515 - 31/47: Installing method SystemEnvironment>>methods
11:58:52				421/515 - 32/47: Installing method SystemEnvironment>>nonClassNames
11:58:52				421/515 - 33/47: Installing method SystemEnvironment>>organization
11:58:52				421/515 - 34/47: Installing method SystemEnvironment>>organization:
11:58:52				421/515 - 35/47: Installing method SystemEnvironment>>outerScope
11:58:52				421/515 - 36/47: Installing method SystemEnvironment>>poolUsers
11:58:52				421/515 - 37/47: Installing method SystemEnvironment>>printElementsOn:
11:58:52				421/515 - 38/47: Installing method SystemEnvironment>>pseudoVariables
11:58:52				421/515 - 39/47: Installing method SystemEnvironment>>removeClassNamed:
11:58:52				421/515 - 40/47: Installing method SystemEnvironment>>removeFromCaches:
11:58:52				421/515 - 41/47: Installing method SystemEnvironment>>removeKey:ifAbsent:
11:58:52				421/515 - 42/47: Installing method SystemEnvironment>>renameClass:from:
11:58:52				421/515 - 43/47: Installing method SystemEnvironment>>renameClassNamed:as:
11:58:52				421/515 - 44/47: Installing method SystemEnvironment>>resetPseudoVariables
11:58:52				421/515 - 45/47: Installing method SystemEnvironment>>traitNames
11:58:52				421/515 - 46/47: Installing method SystemEnvironment>>undeclaredRegistry
11:58:52				421/515 - 47/47: Installing method SystemEnvironment>>veryDeepCopyWith:
11:58:52				421/515 - 1/1: Installing method SystemEnvironment class>>cleanUp
11:58:53				422/515 - 1/42: Installing method SystemNavigation>>allBehaviors
11:58:53				422/515 - 2/42: Installing method SystemNavigation>>allBehaviorsDo:
11:58:53				422/515 - 3/42: Installing method SystemNavigation>>allCallsOn:
11:58:53				422/515 - 4/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:
11:58:53				422/515 - 5/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:caseSensitive:
11:58:53				422/515 - 6/42: Installing method SystemNavigation>>allClasses
11:58:53				422/515 - 7/42: Installing method SystemNavigation>>allClassesAndTraits
11:58:53				422/515 - 8/42: Installing method SystemNavigation>>allClassesDo:
11:58:53				422/515 - 9/42: Installing method SystemNavigation>>allClassesImplementing:
11:58:53				422/515 - 10/42: Installing method SystemNavigation>>allExistingProtocolsFor:
11:58:53				422/515 - 11/42: Installing method SystemNavigation>>allGlobalNamesStartingWith:do:caseSensitive:
11:58:53				422/515 - 12/42: Installing method SystemNavigation>>allGlobalRefsOn:
11:58:53				422/515 - 13/42: Installing method SystemNavigation>>allImplementedMessages
11:58:53				422/515 - 14/42: Installing method SystemNavigation>>allImplementorsOf:
11:58:53				422/515 - 15/42: Installing method SystemNavigation>>allMethods
11:58:53				422/515 - 16/42: Installing method SystemNavigation>>allMethodsSelect:
11:58:53				422/515 - 17/42: Installing method SystemNavigation>>allObjects
11:58:53				422/515 - 18/42: Installing method SystemNavigation>>allObjectsDo:
11:58:53				422/515 - 19/42: Installing method SystemNavigation>>allObjectsOrNil
11:58:53				422/515 - 20/42: Installing method SystemNavigation>>allPrimitiveMethods
11:58:53				422/515 - 21/42: Installing method SystemNavigation>>allReferencesTo:
11:58:53				422/515 - 22/42: Installing method SystemNavigation>>allReferencesTo:do:
11:58:53				422/515 - 23/42: Installing method SystemNavigation>>allReferencesTo:in:
11:58:53				422/515 - 24/42: Installing method SystemNavigation>>allReferencesToBinding:
11:58:53				422/515 - 25/42: Installing method SystemNavigation>>allSelectorsStartingWith:do:
11:58:53				422/515 - 26/42: Installing method SystemNavigation>>allSendersOf:
11:58:53				422/515 - 27/42: Installing method SystemNavigation>>allSentButNotImplementedSelectors
11:58:53				422/515 - 28/42: Installing method SystemNavigation>>allSentMessages
11:58:53				422/515 - 29/42: Installing method SystemNavigation>>allSymbolsStartingWith:do:
11:58:53				422/515 - 30/42: Installing method SystemNavigation>>allUnsentMessagesIn:
11:58:53				422/515 - 31/42: Installing method SystemNavigation>>environment
11:58:53				422/515 - 32/42: Installing method SystemNavigation>>environment:
11:58:53				422/515 - 33/42: Installing method SystemNavigation>>headingAndAutoselectForLiteral:do:
11:58:53				422/515 - 34/42: Installing method SystemNavigation>>initialize
11:58:53				422/515 - 35/42: Installing method SystemNavigation>>instanceSideMethodsWithNilKeyInLastLiteral
11:58:53				422/515 - 36/42: Installing method SystemNavigation>>isUnsentMessage:
11:58:53				422/515 - 37/42: Installing method SystemNavigation>>methods
11:58:53				422/515 - 38/42: Installing method SystemNavigation>>methodsReferencingObsoleteClasses
11:58:53				422/515 - 39/42: Installing method SystemNavigation>>obsoleteClasses
11:58:53				422/515 - 40/42: Installing method SystemNavigation>>removeClass:
11:58:53				422/515 - 41/42: Installing method SystemNavigation>>removeClassMessageFor:
11:58:53				422/515 - 42/42: Installing method SystemNavigation>>removeMethod:inClass:
11:58:53				422/515 - 1/1: Installing method SystemNavigation class>>default
11:58:53				423/515 - 1/1: Installing method SystemNotification>>defaultAction
11:58:53				424/515 - 1/34: Installing method SystemVersion>>build
11:58:53				424/515 - 2/34: Installing method SystemVersion>>build:
11:58:53				424/515 - 3/34: Installing method SystemVersion>>calculateHighestUpdate
11:58:53				424/515 - 4/34: Installing method SystemVersion>>commitHash
11:58:53				424/515 - 5/34: Installing method SystemVersion>>commitHash:
11:58:53				424/515 - 6/34: Installing method SystemVersion>>commitHashShort
11:58:54				424/515 - 7/34: Installing method SystemVersion>>date
11:58:54				424/515 - 8/34: Installing method SystemVersion>>date:
11:58:54				424/515 - 9/34: Installing method SystemVersion>>datedVersion
11:58:54				424/515 - 10/34: Installing method SystemVersion>>dottedMajorMinor
11:58:54				424/515 - 11/34: Installing method SystemVersion>>dottedMajorMinorPatch
11:58:54				424/515 - 12/34: Installing method SystemVersion>>hasMetadataIdentifiers
11:58:54				424/515 - 13/34: Installing method SystemVersion>>hasValidBuildNumber
11:58:54				424/515 - 14/34: Installing method SystemVersion>>highestUpdate
11:58:54				424/515 - 15/34: Installing method SystemVersion>>highestUpdate:
11:58:54				424/515 - 16/34: Installing method SystemVersion>>imageVersionString
11:58:54				424/515 - 17/34: Installing method SystemVersion>>initialize
11:58:54				424/515 - 18/34: Installing method SystemVersion>>major
11:58:54				424/515 - 19/34: Installing method SystemVersion>>major:
11:58:54				424/515 - 20/34: Installing method SystemVersion>>majorMinor:
11:58:54				424/515 - 21/34: Installing method SystemVersion>>majorMinorPatch:
11:58:54				424/515 - 22/34: Installing method SystemVersion>>majorMinorVersion
11:58:54				424/515 - 23/34: Installing method SystemVersion>>minor
11:58:54				424/515 - 24/34: Installing method SystemVersion>>minor:
11:58:54				424/515 - 25/34: Installing method SystemVersion>>patch
11:58:54				424/515 - 26/34: Installing method SystemVersion>>patch:
11:58:54				424/515 - 27/34: Installing method SystemVersion>>printOn:
11:58:54				424/515 - 28/34: Installing method SystemVersion>>shortVersionString
11:58:54				424/515 - 29/34: Installing method SystemVersion>>suffix
11:58:54				424/515 - 30/34: Installing method SystemVersion>>suffix:
11:58:54				424/515 - 31/34: Installing method SystemVersion>>type
11:58:54				424/515 - 32/34: Installing method SystemVersion>>type:
11:58:54				424/515 - 33/34: Installing method SystemVersion>>version
11:58:54				424/515 - 34/34: Installing method SystemVersion>>versionWithoutPatch
11:58:54				424/515 - 1/7: Installing method SystemVersion class>>current
11:58:54				424/515 - 2/7: Installing method SystemVersion class>>invalidBuildNumber
11:58:54				424/515 - 3/7: Installing method SystemVersion class>>major:minor:patch:
11:58:54				424/515 - 4/7: Installing method SystemVersion class>>major:minor:patch:suffix:
11:58:54				424/515 - 5/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:
11:58:54				424/515 - 6/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:commitHash:
11:58:54				424/515 - 7/7: Installing method SystemVersion class>>setMajor:minor:patch:suffix:build:commitHash:
11:58:54				425/515 - 1/5: Installing method TermInfoCharacter>>on:
11:58:54				425/515 - 2/5: Installing method TermInfoCharacter>>print:
11:58:54				425/515 - 3/5: Installing method TermInfoCharacter>>set:
11:58:54				425/515 - 4/5: Installing method TermInfoCharacter>>setBackgroundColor:
11:58:54				425/515 - 5/5: Installing method TermInfoCharacter>>setFontColor:
11:58:54				426/515 - 1/8: Installing method Termcap>>flush
11:58:54				426/515 - 2/8: Installing method Termcap>>getent:
11:58:54				426/515 - 3/8: Installing method Termcap>>getflag:
11:58:54				426/515 - 4/8: Installing method Termcap>>getnum:
11:58:54				426/515 - 5/8: Installing method Termcap>>getstr:
11:58:54				426/515 - 6/8: Installing method Termcap>>initialize
11:58:54				426/515 - 7/8: Installing method Termcap>>initializeDefaultSequences
11:58:54				426/515 - 8/8: Installing method Termcap>>reset
11:58:54				427/515 - 1/5: Installing method ThisContextVariable>>acceptVisitor:node:
11:58:54				427/515 - 2/5: Installing method ThisContextVariable>>emitValue:
11:58:54				427/515 - 3/5: Installing method ThisContextVariable>>isThisContextVariable
11:58:54				427/515 - 4/5: Installing method ThisContextVariable>>readInContext:
11:58:54				427/515 - 5/5: Installing method ThisContextVariable>>usingMethods
11:58:54				427/515 - 1/1: Installing method ThisContextVariable class>>variableName
11:58:54				428/515 - 1/3: Installing method ThisProcessVariable>>emitValue:
11:58:54				428/515 - 2/3: Installing method ThisProcessVariable>>isThisProcessVariable
11:58:54				428/515 - 3/3: Installing method ThisProcessVariable>>readInContext:
11:58:54				428/515 - 1/1: Installing method ThisProcessVariable class>>variableName
11:58:55				430/515 - 1/12: Installing method True>>&
11:58:55				430/515 - 2/12: Installing method True>>and:
11:58:55				430/515 - 3/12: Installing method True>>asBit
11:58:55				430/515 - 4/12: Installing method True>>ifFalse:
11:58:55				430/515 - 5/12: Installing method True>>ifFalse:ifTrue:
11:58:55				430/515 - 6/12: Installing method True>>ifTrue:
11:58:55				430/515 - 7/12: Installing method True>>ifTrue:ifFalse:
11:58:55				430/515 - 8/12: Installing method True>>not
11:58:55				430/515 - 9/12: Installing method True>>or:
11:58:55				430/515 - 10/12: Installing method True>>printOn:
11:58:55				430/515 - 11/12: Installing method True>>xor:
11:58:55				430/515 - 12/12: Installing method True>>|
11:58:55				431/515 - 1/83: Installing method UIManager>>abort:
11:58:55				431/515 - 2/83: Installing method UIManager>>abort:title:
11:58:55				431/515 - 3/83: Installing method UIManager>>activate
11:58:55				431/515 - 4/83: Installing method UIManager>>alert:
11:58:55				431/515 - 5/83: Installing method UIManager>>alert:title:
11:58:55				431/515 - 6/83: Installing method UIManager>>alert:title:configure:
11:58:55				431/515 - 7/83: Installing method UIManager>>beDefault
11:58:55				431/515 - 8/83: Installing method UIManager>>chooseDirectory
11:58:55				431/515 - 9/83: Installing method UIManager>>chooseDirectory:
11:58:55				431/515 - 10/83: Installing method UIManager>>chooseDirectory:from:
11:58:55				431/515 - 11/83: Installing method UIManager>>chooseDirectoryFrom:
11:58:55				431/515 - 12/83: Installing method UIManager>>chooseFrom:
11:58:55				431/515 - 13/83: Installing method UIManager>>chooseFrom:lines:
11:58:55				431/515 - 14/83: Installing method UIManager>>chooseFrom:lines:message:
11:58:55				431/515 - 15/83: Installing method UIManager>>chooseFrom:lines:message:title:
11:58:55				431/515 - 16/83: Installing method UIManager>>chooseFrom:lines:title:
11:58:55				431/515 - 17/83: Installing method UIManager>>chooseFrom:message:
11:58:55				431/515 - 18/83: Installing method UIManager>>chooseFrom:message:title:
11:58:55				431/515 - 19/83: Installing method UIManager>>chooseFrom:title:
11:58:55				431/515 - 20/83: Installing method UIManager>>chooseFrom:values:
11:58:55				431/515 - 21/83: Installing method UIManager>>chooseFrom:values:lines:
11:58:55				431/515 - 22/83: Installing method UIManager>>chooseFrom:values:lines:message:
11:58:55				431/515 - 23/83: Installing method UIManager>>chooseFrom:values:lines:message:title:
11:58:55				431/515 - 24/83: Installing method UIManager>>chooseFrom:values:lines:title:
11:58:55				431/515 - 25/83: Installing method UIManager>>chooseFrom:values:message:
11:58:55				431/515 - 26/83: Installing method UIManager>>chooseFrom:values:message:title:
11:58:55				431/515 - 27/83: Installing method UIManager>>chooseFrom:values:title:
11:58:55				431/515 - 28/83: Installing method UIManager>>chooseFullFileNameMatching:
11:58:55				431/515 - 29/83: Installing method UIManager>>chooseFullFileNameMatching:label:
11:58:55				431/515 - 30/83: Installing method UIManager>>chooseOrRequestFrom:values:lines:title:
11:58:56				431/515 - 31/83: Installing method UIManager>>confirm:
11:58:56				431/515 - 32/83: Installing method UIManager>>confirm:label:
11:58:56				431/515 - 33/83: Installing method UIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
11:58:56				431/515 - 34/83: Installing method UIManager>>confirm:orCancel:
11:58:56				431/515 - 35/83: Installing method UIManager>>confirm:trueChoice:falseChoice:
11:58:56				431/515 - 36/83: Installing method UIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
11:58:56				431/515 - 37/83: Installing method UIManager>>deactivate
11:58:56				431/515 - 38/83: Installing method UIManager>>debugProcess:context:label:fullView:notification:
11:58:56				431/515 - 39/83: Installing method UIManager>>defer:
11:58:56				431/515 - 40/83: Installing method UIManager>>deny:
11:58:56				431/515 - 41/83: Installing method UIManager>>deny:title:
11:58:56				431/515 - 42/83: Installing method UIManager>>edit:
11:58:56				431/515 - 43/83: Installing method UIManager>>edit:label:
11:58:56				431/515 - 44/83: Installing method UIManager>>edit:label:accept:
11:58:56				431/515 - 45/83: Installing method UIManager>>handleDebugRequest:fromDebuggerSystem:
11:58:56				431/515 - 46/83: Installing method UIManager>>handleError:
11:58:56				431/515 - 47/83: Installing method UIManager>>handleError:log:
11:58:56				431/515 - 48/83: Installing method UIManager>>handleNotification:
11:58:56				431/515 - 49/83: Installing method UIManager>>handleWarning:
11:58:56				431/515 - 50/83: Installing method UIManager>>handleWarningDebugRequest:fromDebuggerSystem:
11:58:56				431/515 - 51/83: Installing method UIManager>>headlessManager
11:58:56				431/515 - 52/83: Installing method UIManager>>inform:
11:58:56				431/515 - 53/83: Installing method UIManager>>informUser:during:
11:58:56				431/515 - 54/83: Installing method UIManager>>informUserDuring:
11:58:56				431/515 - 55/83: Installing method UIManager>>interruptName:preemptedProcess:
11:58:56				431/515 - 56/83: Installing method UIManager>>logError:
11:58:56				431/515 - 57/83: Installing method UIManager>>lowSpaceWatcherDefaultAction:
11:58:56				431/515 - 58/83: Installing method UIManager>>multiLineRequest:initialAnswer:answerHeight:
11:58:56				431/515 - 59/83: Installing method UIManager>>newMenuIn:for:
11:58:56				431/515 - 60/83: Installing method UIManager>>nonInteractiveManager
11:58:56				431/515 - 61/83: Installing method UIManager>>onFontsChanged
11:58:56				431/515 - 62/83: Installing method UIManager>>onPrimitiveError:
11:58:56				431/515 - 63/83: Installing method UIManager>>openComparisionFrom:to:belongingTo:from:
11:58:56				431/515 - 64/83: Installing method UIManager>>proceed:
11:58:56				431/515 - 65/83: Installing method UIManager>>proceed:title:
11:58:56				431/515 - 66/83: Installing method UIManager>>question:
11:58:56				431/515 - 67/83: Installing method UIManager>>question:title:
11:58:56				431/515 - 68/83: Installing method UIManager>>questionWithoutCancel:
11:58:56				431/515 - 69/83: Installing method UIManager>>questionWithoutCancel:title:
11:58:56				431/515 - 70/83: Installing method UIManager>>request:
11:58:56				431/515 - 71/83: Installing method UIManager>>request:entryCompletion:
11:58:56				431/515 - 72/83: Installing method UIManager>>request:initialAnswer:
11:58:56				431/515 - 73/83: Installing method UIManager>>request:initialAnswer:entryCompletion:
11:58:56				431/515 - 74/83: Installing method UIManager>>request:initialAnswer:title:
11:58:56				431/515 - 75/83: Installing method UIManager>>request:initialAnswer:title:entryCompletion:
11:58:56				431/515 - 76/83: Installing method UIManager>>requestPassword:
11:58:56				431/515 - 77/83: Installing method UIManager>>showWaitCursorWhile:
11:58:56				431/515 - 78/83: Installing method UIManager>>spawnNewProcess
11:58:56				431/515 - 79/83: Installing method UIManager>>terminateUIProcess
11:58:56				431/515 - 80/83: Installing method UIManager>>textEntry:
11:58:56				431/515 - 81/83: Installing method UIManager>>textEntry:title:
11:58:56				431/515 - 82/83: Installing method UIManager>>textEntry:title:entryText:
11:58:56				431/515 - 83/83: Installing method UIManager>>uiProcess
11:58:56				431/515 - 1/6: Installing method UIManager class>>default
11:58:56				431/515 - 2/6: Installing method UIManager class>>default:
11:58:56				431/515 - 3/6: Installing method UIManager class>>forCurrentSystemConfiguration
11:58:56				431/515 - 4/6: Installing method UIManager class>>isActiveManager
11:58:56				431/515 - 5/6: Installing method UIManager class>>isValidForCurrentSystemConfiguration
11:58:56				431/515 - 6/6: Installing method UIManager class>>nonInteractiveDuring:
11:58:56				432/515 - 1/7: Installing method UNCNetworkPath>>isAbsolute
11:58:56				432/515 - 2/7: Installing method UNCNetworkPath>>isNetworkPath
11:58:56				432/515 - 3/7: Installing method UNCNetworkPath>>isRoot
11:58:56				432/515 - 4/7: Installing method UNCNetworkPath>>printOn:
11:58:56				432/515 - 5/7: Installing method UNCNetworkPath>>printOn:delimiter:
11:58:56				432/515 - 6/7: Installing method UNCNetworkPath>>printPathOn:delimiter:
11:58:56				432/515 - 7/7: Installing method UNCNetworkPath>>withParents
11:58:56				434/515 - 1/13: Installing method UndeclaredVariable>>definingClass
11:58:56				434/515 - 2/13: Installing method UndeclaredVariable>>emitStore:
11:58:56				434/515 - 3/13: Installing method UndeclaredVariable>>emitValue:
11:58:56				434/515 - 4/13: Installing method UndeclaredVariable>>isRegistered
11:58:56				434/515 - 5/13: Installing method UndeclaredVariable>>isUndeclaredVariable
11:58:56				434/515 - 6/13: Installing method UndeclaredVariable>>register
11:58:56				434/515 - 7/13: Installing method UndeclaredVariable>>registerFromNode:
11:58:56				434/515 - 8/13: Installing method UndeclaredVariable>>registerMethod:
11:58:56				434/515 - 9/13: Installing method UndeclaredVariable>>registeredMethods
11:58:56				434/515 - 10/13: Installing method UndeclaredVariable>>runtimeUndeclaredReadInContext:
11:58:56				434/515 - 11/13: Installing method UndeclaredVariable>>runtimeUndeclaredWrite:inContext:
11:58:56				434/515 - 12/13: Installing method UndeclaredVariable>>unregister
11:58:56				434/515 - 13/13: Installing method UndeclaredVariable>>usingMethods
11:58:56				434/515 - 1/2: Installing method UndeclaredVariable class>>possiblyRegisteredWithName:
11:58:56				434/515 - 2/2: Installing method UndeclaredVariable class>>registeredWithName:
11:58:56				435/515 - 1/4: Installing method UndeclaredVariableError>>isResumable
11:58:56				435/515 - 2/4: Installing method UndeclaredVariableError>>variable
11:58:56				435/515 - 3/4: Installing method UndeclaredVariableError>>variable:
11:58:56				435/515 - 4/4: Installing method UndeclaredVariableError>>variableNode
11:58:57				437/515 - 1/3: Installing method UndeclaredVariableWrite>>defaultResumeValue
11:58:57				437/515 - 2/3: Installing method UndeclaredVariableWrite>>value
11:58:57				437/515 - 3/3: Installing method UndeclaredVariableWrite>>value:
11:58:57				438/515 - 1/32: Installing method UndefinedObject>><<
11:58:57				438/515 - 2/32: Installing method UndefinedObject>>addDependent:
11:58:57				438/515 - 3/32: Installing method UndefinedObject>>addSubclass:
11:58:57				438/515 - 4/32: Installing method UndefinedObject>>allSuperclassesDo:
11:58:57				438/515 - 5/32: Installing method UndefinedObject>>asCollectionElement
11:58:57				438/515 - 6/32: Installing method UndefinedObject>>asLinkPrepend:
11:58:57				438/515 - 7/32: Installing method UndefinedObject>>at:put:
11:58:57				438/515 - 8/32: Installing method UndefinedObject>>canHandleSignal:
11:58:57				438/515 - 9/32: Installing method UndefinedObject>>classBuilder
11:58:57				438/515 - 10/32: Installing method UndefinedObject>>classInstaller
11:58:57				438/515 - 11/32: Installing method UndefinedObject>>commonSuperclassWith:
11:58:57				438/515 - 12/32: Installing method UndefinedObject>>deepCopy
11:58:57				438/515 - 13/32: Installing method UndefinedObject>>environment
11:58:57				438/515 - 14/32: Installing method UndefinedObject>>handleSignal:
11:58:57				438/515 - 15/32: Installing method UndefinedObject>>ifNil:
11:58:57				438/515 - 16/32: Installing method UndefinedObject>>ifNil:ifNotNil:
11:58:57				438/515 - 17/32: Installing method UndefinedObject>>ifNotNil:
11:58:57				438/515 - 18/32: Installing method UndefinedObject>>ifNotNil:ifNil:
11:58:57				438/515 - 19/32: Installing method UndefinedObject>>isEmptyOrNil
11:58:57				438/515 - 20/32: Installing method UndefinedObject>>isLiteral
11:58:57				438/515 - 21/32: Installing method UndefinedObject>>isNil
11:58:57				438/515 - 22/32: Installing method UndefinedObject>>isNotNil
11:58:57				438/515 - 23/32: Installing method UndefinedObject>>notNil
11:58:57				438/515 - 24/32: Installing method UndefinedObject>>printOn:
11:58:57				438/515 - 25/32: Installing method UndefinedObject>>removeSubclass:
11:58:57				438/515 - 26/32: Installing method UndefinedObject>>setPinnedInMemory:
11:58:57				438/515 - 27/32: Installing method UndefinedObject>>shallowCopy
11:58:57				438/515 - 28/32: Installing method UndefinedObject>>storeOn:
11:58:57				438/515 - 29/32: Installing method UndefinedObject>>subclassDefinerClass
11:58:57				438/515 - 30/32: Installing method UndefinedObject>>subclasses
11:58:57				438/515 - 31/32: Installing method UndefinedObject>>subclassesDo:
11:58:57				438/515 - 32/32: Installing method UndefinedObject>>veryDeepCopyWith:
11:58:57				438/515 - 1/3: Installing method UndefinedObject class>>allInstances
11:58:57				438/515 - 2/3: Installing method UndefinedObject class>>allInstancesDo:
11:58:57				438/515 - 3/3: Installing method UndefinedObject class>>new
11:58:57				439/515 - 1/9: Installing method UndefinedPackage>>addMethod:
11:58:57				439/515 - 2/9: Installing method UndefinedPackage>>ensureTag:
11:58:57				439/515 - 3/9: Installing method UndefinedPackage>>initialize
11:58:57				439/515 - 4/9: Installing method UndefinedPackage>>isEmpty
11:58:57				439/515 - 5/9: Installing method UndefinedPackage>>isUndefined
11:58:57				439/515 - 6/9: Installing method UndefinedPackage>>name
11:58:57				439/515 - 7/9: Installing method UndefinedPackage>>removeFromSystem
11:58:57				439/515 - 8/9: Installing method UndefinedPackage>>tagOf:
11:58:57				439/515 - 9/9: Installing method UndefinedPackage>>undefinedTag
11:58:57				439/515 - 1/1: Installing method UndefinedPackage class>>undefinedPackageName
11:58:57				440/515 - 1/6: Installing method UndefinedPackageTag>>categoryName
11:58:57				440/515 - 2/6: Installing method UndefinedPackageTag>>isRoot
11:58:57				440/515 - 3/6: Installing method UndefinedPackageTag>>isUndefined
11:58:57				440/515 - 4/6: Installing method UndefinedPackageTag>>name
11:58:57				440/515 - 5/6: Installing method UndefinedPackageTag>>promoteAsPackage
11:58:57				440/515 - 6/6: Installing method UndefinedPackageTag>>removeFromSystem
11:58:57				440/515 - 1/2: Installing method UndefinedPackageTag class>>undefinedPackage:
11:58:57				440/515 - 2/2: Installing method UndefinedPackageTag class>>undefinedPackageTagName
11:58:57				441/515 - 1/6: Installing method UndefinedSlot>>ast:
11:58:58				441/515 - 2/6: Installing method UndefinedSlot>>checkClassRebuild
11:58:58				441/515 - 3/6: Installing method UndefinedSlot>>printOn:
11:58:58				441/515 - 4/6: Installing method UndefinedSlot>>read:
11:58:58				441/515 - 5/6: Installing method UndefinedSlot>>slotClassName
11:58:58				441/515 - 6/6: Installing method UndefinedSlot>>write:to:
11:58:58				441/515 - 1/1: Installing method UndefinedSlot class>>named:ast:
11:58:58				442/515 - 1/4: Installing method UnhandledError>>defaultAction
11:58:58				442/515 - 2/4: Installing method UnhandledError>>exception
11:58:58				442/515 - 3/4: Installing method UnhandledError>>exception:
11:58:58				442/515 - 4/4: Installing method UnhandledError>>isResumable
11:58:58				442/515 - 1/1: Installing method UnhandledError class>>signalForException:
11:58:58				443/515 - 1/1: Installing method UnhandledException>>defaultAction
11:58:58				444/515 - 1/2: Installing method Unix32Platform>>accept:
11:58:58				444/515 - 2/2: Installing method Unix32Platform>>isUnix32
11:58:58				444/515 - 1/1: Installing method Unix32Platform class>>isActivePlatform
11:58:58				445/515 - 1/2: Installing method Unix64Platform>>accept:
11:58:58				445/515 - 2/2: Installing method Unix64Platform>>isUnix64
11:58:58				445/515 - 1/1: Installing method Unix64Platform class>>isActivePlatform
11:58:58				446/515 - 1/1: Installing method UnixARM32Platform class>>isActivePlatform
11:58:58				447/515 - 1/12: Installing method UnixPlatform>>accept:
11:58:58				447/515 - 2/12: Installing method UnixPlatform>>defaultMaximumPathLength
11:58:58				447/515 - 3/12: Installing method UnixPlatform>>family
11:58:58				447/515 - 4/12: Installing method UnixPlatform>>getErrorMessage:
11:58:58				447/515 - 5/12: Installing method UnixPlatform>>isLinux
11:58:58				447/515 - 6/12: Installing method UnixPlatform>>isLinuxDerivateOf:
11:58:58				447/515 - 7/12: Installing method UnixPlatform>>isLinuxDistributionWithID:
11:58:58				447/515 - 8/12: Installing method UnixPlatform>>isUnix
11:58:58				447/515 - 9/12: Installing method UnixPlatform>>keyForValue:
11:58:58				447/515 - 10/12: Installing method UnixPlatform>>lineEnding
11:58:58				447/515 - 11/12: Installing method UnixPlatform>>linuxIdentificationParameters
11:58:58				447/515 - 12/12: Installing method UnixPlatform>>menuShortcutString
11:58:59				449/515 - 1/82: Installing method VTermOutputDriver>><<
11:58:59				449/515 - 2/82: Installing method VTermOutputDriver>>backspace
11:58:59				449/515 - 3/82: Installing method VTermOutputDriver>>black
11:58:59				449/515 - 4/82: Installing method VTermOutputDriver>>black:
11:58:59				449/515 - 5/82: Installing method VTermOutputDriver>>blinking
11:58:59				449/515 - 6/82: Installing method VTermOutputDriver>>blue
11:58:59				449/515 - 7/82: Installing method VTermOutputDriver>>blue:
11:58:59				449/515 - 8/82: Installing method VTermOutputDriver>>bold
11:58:59				449/515 - 9/82: Installing method VTermOutputDriver>>clear
11:58:59				449/515 - 10/82: Installing method VTermOutputDriver>>clearFromBeginning
11:58:59				449/515 - 11/82: Installing method VTermOutputDriver>>clearScreen
11:58:59				449/515 - 12/82: Installing method VTermOutputDriver>>clearToEnd
11:58:59				449/515 - 13/82: Installing method VTermOutputDriver>>closed
11:58:59				449/515 - 14/82: Installing method VTermOutputDriver>>color:
11:58:59				449/515 - 15/82: Installing method VTermOutputDriver>>colorEscape
11:58:59				449/515 - 16/82: Installing method VTermOutputDriver>>columns
11:58:59				449/515 - 17/82: Installing method VTermOutputDriver>>cr
11:58:59				449/515 - 18/82: Installing method VTermOutputDriver>>csiEscape
11:58:59				449/515 - 19/82: Installing method VTermOutputDriver>>cursorEnhanced
11:58:59				449/515 - 20/82: Installing method VTermOutputDriver>>cursorInvisible
11:58:59				449/515 - 21/82: Installing method VTermOutputDriver>>cursorNormal
11:58:59				449/515 - 22/82: Installing method VTermOutputDriver>>cyan
11:58:59				449/515 - 23/82: Installing method VTermOutputDriver>>cyan:
11:58:59				449/515 - 24/82: Installing method VTermOutputDriver>>deleteCharacter
11:58:59				449/515 - 25/82: Installing method VTermOutputDriver>>deleteLine
11:58:59				449/515 - 26/82: Installing method VTermOutputDriver>>down
11:58:59				449/515 - 27/82: Installing method VTermOutputDriver>>down:
11:58:59				449/515 - 28/82: Installing method VTermOutputDriver>>endInsertMode
11:58:59				449/515 - 29/82: Installing method VTermOutputDriver>>erase
11:58:59				449/515 - 30/82: Installing method VTermOutputDriver>>errorColor
11:58:59				449/515 - 31/82: Installing method VTermOutputDriver>>escape
11:58:59				449/515 - 32/82: Installing method VTermOutputDriver>>flush
11:58:59				449/515 - 33/82: Installing method VTermOutputDriver>>green
11:58:59				449/515 - 34/82: Installing method VTermOutputDriver>>green:
11:58:59				449/515 - 35/82: Installing method VTermOutputDriver>>here
11:58:59				449/515 - 36/82: Installing method VTermOutputDriver>>home
11:58:59				449/515 - 37/82: Installing method VTermOutputDriver>>initialize
11:58:59				449/515 - 38/82: Installing method VTermOutputDriver>>insertCharacter
11:58:59				449/515 - 39/82: Installing method VTermOutputDriver>>insertLine
11:58:59				449/515 - 40/82: Installing method VTermOutputDriver>>insertMode
11:58:59				449/515 - 41/82: Installing method VTermOutputDriver>>invisible
11:58:59				449/515 - 42/82: Installing method VTermOutputDriver>>left
11:58:59				449/515 - 43/82: Installing method VTermOutputDriver>>left:
11:58:59				449/515 - 44/82: Installing method VTermOutputDriver>>lf
11:58:59				449/515 - 45/82: Installing method VTermOutputDriver>>light
11:58:59				449/515 - 46/82: Installing method VTermOutputDriver>>lines
11:58:59				449/515 - 47/82: Installing method VTermOutputDriver>>nextPut:
11:58:59				449/515 - 48/82: Installing method VTermOutputDriver>>nextPutAll:
11:58:59				449/515 - 49/82: Installing method VTermOutputDriver>>normal
11:58:59				449/515 - 50/82: Installing method VTermOutputDriver>>outStream
11:58:59				449/515 - 51/82: Installing method VTermOutputDriver>>outStream:
11:58:59				449/515 - 52/82: Installing method VTermOutputDriver>>overwrite:
11:58:59				449/515 - 53/82: Installing method VTermOutputDriver>>pink
11:58:59				449/515 - 54/82: Installing method VTermOutputDriver>>pink:
11:58:59				449/515 - 55/82: Installing method VTermOutputDriver>>print:
11:58:59				449/515 - 56/82: Installing method VTermOutputDriver>>red
11:58:59				449/515 - 57/82: Installing method VTermOutputDriver>>red:
11:58:59				449/515 - 58/82: Installing method VTermOutputDriver>>reset
11:58:59				449/515 - 59/82: Installing method VTermOutputDriver>>restoreCursor
11:58:59				449/515 - 60/82: Installing method VTermOutputDriver>>reverse
11:58:59				449/515 - 61/82: Installing method VTermOutputDriver>>right
11:58:59				449/515 - 62/82: Installing method VTermOutputDriver>>right:
11:58:59				449/515 - 63/82: Installing method VTermOutputDriver>>saveCursor
11:58:59				449/515 - 64/82: Installing method VTermOutputDriver>>scrollBackward
11:58:59				449/515 - 65/82: Installing method VTermOutputDriver>>scrollForward
11:58:59				449/515 - 66/82: Installing method VTermOutputDriver>>space
11:58:59				449/515 - 67/82: Installing method VTermOutputDriver>>ss3Escape
11:58:59				449/515 - 68/82: Installing method VTermOutputDriver>>startOfLine
11:58:59				449/515 - 69/82: Installing method VTermOutputDriver>>store:
11:58:59				449/515 - 70/82: Installing method VTermOutputDriver>>tab
11:58:59				449/515 - 71/82: Installing method VTermOutputDriver>>termcap
11:58:59				449/515 - 72/82: Installing method VTermOutputDriver>>termcap:
11:58:59				449/515 - 73/82: Installing method VTermOutputDriver>>topLeft
11:58:59				449/515 - 74/82: Installing method VTermOutputDriver>>underline
11:58:59				449/515 - 75/82: Installing method VTermOutputDriver>>underlineOff
11:58:59				449/515 - 76/82: Installing method VTermOutputDriver>>up
11:59:00				449/515 - 77/82: Installing method VTermOutputDriver>>up:
11:59:00				449/515 - 78/82: Installing method VTermOutputDriver>>white
11:59:00				449/515 - 79/82: Installing method VTermOutputDriver>>white:
11:59:00				449/515 - 80/82: Installing method VTermOutputDriver>>width
11:59:00				449/515 - 81/82: Installing method VTermOutputDriver>>yellow
11:59:00				449/515 - 82/82: Installing method VTermOutputDriver>>yellow:
11:59:00				449/515 - 1/3: Installing method VTermOutputDriver class>>on:
11:59:00				449/515 - 2/3: Installing method VTermOutputDriver class>>stderr
11:59:00				449/515 - 3/3: Installing method VTermOutputDriver class>>stdout
11:59:00				450/515 - 1/6: Installing method ValueLink>>=
11:59:00				450/515 - 2/6: Installing method ValueLink>>asLinkPrepend:
11:59:00				450/515 - 3/6: Installing method ValueLink>>hash
11:59:00				450/515 - 4/6: Installing method ValueLink>>printOn:
11:59:00				450/515 - 5/6: Installing method ValueLink>>value
11:59:00				450/515 - 6/6: Installing method ValueLink>>value:
11:59:00				450/515 - 1/1: Installing method ValueLink class>>value:
11:59:00				451/515 - 1/3: Installing method ValueNotFound>>standardMessageText
11:59:00				451/515 - 2/3: Installing method ValueNotFound>>value
11:59:00				451/515 - 3/3: Installing method ValueNotFound>>value:
11:59:00				452/515 - 1/53: Installing method Variable>>=
11:59:00				452/515 - 2/53: Installing method Variable>>acceptVisitor:node:
11:59:00				452/515 - 3/53: Installing method Variable>>allowsShadowing
11:59:00				452/515 - 4/53: Installing method Variable>>asDoItVariableFrom:
11:59:00				452/515 - 5/53: Installing method Variable>>definingNode
11:59:00				452/515 - 6/53: Installing method Variable>>definitionOn:
11:59:00				452/515 - 7/53: Installing method Variable>>emitStore:
11:59:00				452/515 - 8/53: Installing method Variable>>emitValue:
11:59:00				452/515 - 9/53: Installing method Variable>>ensureProperties
11:59:00				452/515 - 10/53: Installing method Variable>>hasProperty:
11:59:00				452/515 - 11/53: Installing method Variable>>hash
11:59:00				452/515 - 12/53: Installing method Variable>>isAccessedIn:
11:59:00				452/515 - 13/53: Installing method Variable>>isArgumentVariable
11:59:00				452/515 - 14/53: Installing method Variable>>isClassVariable
11:59:01				452/515 - 15/53: Installing method Variable>>isDefinedByBlock
11:59:01				452/515 - 16/53: Installing method Variable>>isGlobalVariable
11:59:01				452/515 - 17/53: Installing method Variable>>isInstanceVariable
11:59:01				452/515 - 18/53: Installing method Variable>>isInvalidVariable
11:59:01				452/515 - 19/53: Installing method Variable>>isLiteralVariable
11:59:01				452/515 - 20/53: Installing method Variable>>isLocalVariable
11:59:01				452/515 - 21/53: Installing method Variable>>isPoolVariable
11:59:01				452/515 - 22/53: Installing method Variable>>isPseudoVariable
11:59:01				452/515 - 23/53: Installing method Variable>>isReadIn:
11:59:01				452/515 - 24/53: Installing method Variable>>isReferenced
11:59:01				452/515 - 25/53: Installing method Variable>>isSelfOrSuperVariable
11:59:01				452/515 - 26/53: Installing method Variable>>isSelfVariable
11:59:01				452/515 - 27/53: Installing method Variable>>isShadowing
11:59:01				452/515 - 28/53: Installing method Variable>>isSuperVariable
11:59:01				452/515 - 29/53: Installing method Variable>>isTempVariable
11:59:01				452/515 - 30/53: Installing method Variable>>isThisContextVariable
11:59:01				452/515 - 31/53: Installing method Variable>>isThisProcessVariable
11:59:01				452/515 - 32/53: Installing method Variable>>isUndeclaredVariable
11:59:01				452/515 - 33/53: Installing method Variable>>isUninitialized
11:59:01				452/515 - 34/53: Installing method Variable>>isUsed
11:59:01				452/515 - 35/53: Installing method Variable>>isWorkspaceVariable
11:59:01				452/515 - 36/53: Installing method Variable>>isWritable
11:59:01				452/515 - 37/53: Installing method Variable>>isWrittenIn:
11:59:01				452/515 - 38/53: Installing method Variable>>name
11:59:01				452/515 - 39/53: Installing method Variable>>name:
11:59:01				452/515 - 40/53: Installing method Variable>>needsFullDefinition
11:59:01				452/515 - 41/53: Installing method Variable>>originalVar
11:59:01				452/515 - 42/53: Installing method Variable>>properties
11:59:01				452/515 - 43/53: Installing method Variable>>propertyAt:
11:59:01				452/515 - 44/53: Installing method Variable>>propertyAt:ifAbsent:
11:59:01				452/515 - 45/53: Installing method Variable>>propertyAt:ifAbsentPut:
11:59:01				452/515 - 46/53: Installing method Variable>>propertyAt:put:
11:59:01				452/515 - 47/53: Installing method Variable>>readInContext:
11:59:01				452/515 - 48/53: Installing method Variable>>removePropertiesIfEmpty
11:59:01				452/515 - 49/53: Installing method Variable>>removeProperty:
11:59:01				452/515 - 50/53: Installing method Variable>>removeProperty:ifAbsent:
11:59:01				452/515 - 51/53: Installing method Variable>>scope
11:59:01				452/515 - 52/53: Installing method Variable>>usingMethods
11:59:01				452/515 - 53/53: Installing method Variable>>write:inContext:
11:59:01				452/515 - 1/4: Installing method Variable class>>checkValidName:
11:59:01				452/515 - 2/4: Installing method Variable class>>initialize
11:59:01				452/515 - 3/4: Installing method Variable class>>isAbstract
11:59:01				452/515 - 4/4: Installing method Variable class>>named:
11:59:01				453/515 - 1/2: Installing method VariableLayout>>instanceSpecification
11:59:01				453/515 - 2/2: Installing method VariableLayout>>isVariable
11:59:01				453/515 - 1/2: Installing method VariableLayout class>>extending:scope:host:
11:59:01				453/515 - 2/2: Installing method VariableLayout class>>subclassDefiningSymbol
11:59:03				454/515 - 1/102: Installing method VirtualMachine>>allocationsBetweenGC
11:59:03				454/515 - 2/102: Installing method VirtualMachine>>allocationsBetweenGC:
11:59:03				454/515 - 3/102: Installing method VirtualMachine>>architectureName
11:59:03				454/515 - 4/102: Installing method VirtualMachine>>avoidSearchingSegmentsWithPinnedObjects
11:59:03				454/515 - 5/102: Installing method VirtualMachine>>avoidSearchingSegmentsWithPinnedObjects:
11:59:03				454/515 - 6/102: Installing method VirtualMachine>>buildDate
11:59:03				454/515 - 7/102: Installing method VirtualMachine>>cogitClass
11:59:03				454/515 - 8/102: Installing method VirtualMachine>>command
11:59:03				454/515 - 9/102: Installing method VirtualMachine>>compiledBlocksCount
11:59:03				454/515 - 10/102: Installing method VirtualMachine>>compiledMethodsCount
11:59:03				454/515 - 11/102: Installing method VirtualMachine>>directory
11:59:03				454/515 - 12/102: Installing method VirtualMachine>>disableModuleLoading
11:59:03				454/515 - 13/102: Installing method VirtualMachine>>doGetSystemAttribute:
11:59:03				454/515 - 14/102: Installing method VirtualMachine>>documentPath
11:59:03				454/515 - 15/102: Installing method VirtualMachine>>edenSpaceSize
11:59:03				454/515 - 16/102: Installing method VirtualMachine>>extraVMMemory
11:59:03				454/515 - 17/102: Installing method VirtualMachine>>extraVMMemory:
11:59:03				454/515 - 18/102: Installing method VirtualMachine>>fileName
11:59:03				454/515 - 19/102: Installing method VirtualMachine>>flagInterpretedMethods:
11:59:03				454/515 - 20/102: Installing method VirtualMachine>>for32bit:for64bit:
11:59:03				454/515 - 21/102: Installing method VirtualMachine>>forgetModule:
11:59:03				454/515 - 22/102: Installing method VirtualMachine>>freeOldSpaceSize
11:59:03				454/515 - 23/102: Installing method VirtualMachine>>freeSize
11:59:03				454/515 - 24/102: Installing method VirtualMachine>>fullGCCount
11:59:03				454/515 - 25/102: Installing method VirtualMachine>>fullPath
11:59:03				454/515 - 26/102: Installing method VirtualMachine>>gcBiasToGrowLimit:
11:59:03				454/515 - 27/102: Installing method VirtualMachine>>gcStatisticsDuring:
11:59:03				454/515 - 28/102: Installing method VirtualMachine>>getParameters
11:59:03				454/515 - 29/102: Installing method VirtualMachine>>getSystemAttribute:
11:59:03				454/515 - 30/102: Installing method VirtualMachine>>hasSmallFloats
11:59:03				454/515 - 31/102: Installing method VirtualMachine>>headlessOption
11:59:03				454/515 - 32/102: Installing method VirtualMachine>>imageFile
11:59:03				454/515 - 33/102: Installing method VirtualMachine>>imagePath
11:59:03				454/515 - 34/102: Installing method VirtualMachine>>imageVersionInImageHeader
11:59:03				454/515 - 35/102: Installing method VirtualMachine>>imageVersionInImageHeader:
11:59:03				454/515 - 36/102: Installing method VirtualMachine>>imageVersionNumber
11:59:03				454/515 - 37/102: Installing method VirtualMachine>>incrementalGCCount
11:59:03				454/515 - 38/102: Installing method VirtualMachine>>interpreterClass
11:59:03				454/515 - 39/102: Installing method VirtualMachine>>interpreterSourceDate
11:59:03				454/515 - 40/102: Installing method VirtualMachine>>interpreterSourceVersion
11:59:03				454/515 - 41/102: Installing method VirtualMachine>>is32bit
11:59:03				454/515 - 42/102: Installing method VirtualMachine>>is64bit
11:59:03				454/515 - 43/102: Installing method VirtualMachine>>isAIOInterrupt
11:59:03				454/515 - 44/102: Installing method VirtualMachine>>isPharoVM
11:59:03				454/515 - 45/102: Installing method VirtualMachine>>isRunningCog
11:59:03				454/515 - 46/102: Installing method VirtualMachine>>isRunningCogit
11:59:03				454/515 - 47/102: Installing method VirtualMachine>>isRunningInWorkerThread
11:59:03				454/515 - 48/102: Installing method VirtualMachine>>isSpur
11:59:03				454/515 - 49/102: Installing method VirtualMachine>>listBuiltinModule:
11:59:03				454/515 - 50/102: Installing method VirtualMachine>>listBuiltinModules
11:59:03				454/515 - 51/102: Installing method VirtualMachine>>listLoadedModule:
11:59:03				454/515 - 52/102: Installing method VirtualMachine>>listLoadedModules
11:59:03				454/515 - 53/102: Installing method VirtualMachine>>maxExternalSemaphores
11:59:03				454/515 - 54/102: Installing method VirtualMachine>>maxExternalSemaphores:
11:59:03				454/515 - 55/102: Installing method VirtualMachine>>maxExternalSemaphoresSilently:
11:59:04				454/515 - 56/102: Installing method VirtualMachine>>maxFilenameLength
11:59:04				454/515 - 57/102: Installing method VirtualMachine>>maxOldSpaceSize
11:59:04				454/515 - 58/102: Installing method VirtualMachine>>maxOldSpaceSize:
11:59:04				454/515 - 59/102: Installing method VirtualMachine>>maximumPauseTimeDueToSegmentAllocation
11:59:04				454/515 - 60/102: Installing method VirtualMachine>>memoryEnd
11:59:04				454/515 - 61/102: Installing method VirtualMachine>>memorySize
11:59:04				454/515 - 62/102: Installing method VirtualMachine>>oldSpace
11:59:04				454/515 - 63/102: Installing method VirtualMachine>>oldSpaceEnd
11:59:04				454/515 - 64/102: Installing method VirtualMachine>>operatingSystemName
11:59:04				454/515 - 65/102: Installing method VirtualMachine>>optionAt:
11:59:04				454/515 - 66/102: Installing method VirtualMachine>>optionDash
11:59:04				454/515 - 67/102: Installing method VirtualMachine>>options
11:59:04				454/515 - 68/102: Installing method VirtualMachine>>parameter46Documentation
11:59:04				454/515 - 69/102: Installing method VirtualMachine>>parameterAt:
11:59:04				454/515 - 70/102: Installing method VirtualMachine>>parameterAt:put:
11:59:04				454/515 - 71/102: Installing method VirtualMachine>>parameterLabels
11:59:04				454/515 - 72/102: Installing method VirtualMachine>>platformSourceVersion
11:59:04				454/515 - 73/102: Installing method VirtualMachine>>primVmPath
11:59:04				454/515 - 74/102: Installing method VirtualMachine>>processHasThreadIdInstVar:
11:59:04				454/515 - 75/102: Installing method VirtualMachine>>processPreemptionYields
11:59:04				454/515 - 76/102: Installing method VirtualMachine>>processPreemptionYields:
11:59:04				454/515 - 77/102: Installing method VirtualMachine>>saveImageVersionInImageHeader
11:59:04				454/515 - 78/102: Installing method VirtualMachine>>setGCBiasToGrowGCLimit:
11:59:04				454/515 - 79/102: Installing method VirtualMachine>>setGCParameters
11:59:04				454/515 - 80/102: Installing method VirtualMachine>>setGCSemaphore:
11:59:04				454/515 - 81/102: Installing method VirtualMachine>>statisticsReport
11:59:04				454/515 - 82/102: Installing method VirtualMachine>>supportsMultipleBytecodeSets
11:59:04				454/515 - 83/102: Installing method VirtualMachine>>supportsWriteBarrier
11:59:04				454/515 - 84/102: Installing method VirtualMachine>>tenureCount
11:59:04				454/515 - 85/102: Installing method VirtualMachine>>tenuringThreshold
11:59:04				454/515 - 86/102: Installing method VirtualMachine>>tenuringThreshold:
11:59:04				454/515 - 87/102: Installing method VirtualMachine>>totalFullGCTime
11:59:04				454/515 - 88/102: Installing method VirtualMachine>>totalGCMarkPhaseTime
11:59:04				454/515 - 89/102: Installing method VirtualMachine>>totalGCSweepPhaseTime
11:59:04				454/515 - 90/102: Installing method VirtualMachine>>totalGCTime
11:59:04				454/515 - 91/102: Installing method VirtualMachine>>totalIncrementalGCTime
11:59:04				454/515 - 92/102: Installing method VirtualMachine>>totalJITCompileBlocksTime
11:59:04				454/515 - 93/102: Installing method VirtualMachine>>totalJITCompileMethodsTime
11:59:04				454/515 - 94/102: Installing method VirtualMachine>>totalJITCompileTime
11:59:04				454/515 - 95/102: Installing method VirtualMachine>>unloadModule:
11:59:04				454/515 - 96/102: Installing method VirtualMachine>>version
11:59:04				454/515 - 97/102: Installing method VirtualMachine>>versionLabel
11:59:04				454/515 - 98/102: Installing method VirtualMachine>>vmFileName
11:59:04				454/515 - 99/102: Installing method VirtualMachine>>voidCogVMState
11:59:04				454/515 - 100/102: Installing method VirtualMachine>>wordSize
11:59:04				454/515 - 101/102: Installing method VirtualMachine>>youngSpaceEnd
11:59:04				454/515 - 102/102: Installing method VirtualMachine>>youngSpaceSize
11:59:04				455/515 - 1/2: Installing method Warning>>defaultAction
11:59:04				455/515 - 2/2: Installing method Warning>>unhandledErrorAction
11:59:04				456/515 - 1/8: Installing method WeakAnnouncementSubscription>>finalize
11:59:04				456/515 - 2/8: Installing method WeakAnnouncementSubscription>>makeStrong
11:59:04				456/515 - 3/8: Installing method WeakAnnouncementSubscription>>makeWeak
11:59:04				456/515 - 4/8: Installing method WeakAnnouncementSubscription>>next
11:59:04				456/515 - 5/8: Installing method WeakAnnouncementSubscription>>register
11:59:04				456/515 - 6/8: Installing method WeakAnnouncementSubscription>>subscriber
11:59:04				456/515 - 7/8: Installing method WeakAnnouncementSubscription>>subscriber:
11:59:04				456/515 - 8/8: Installing method WeakAnnouncementSubscription>>unregister
11:59:04				456/515 - 1/1: Installing method WeakAnnouncementSubscription class>>new
11:59:04				458/515 - 1/3: Installing method WeakIdentityKeyDictionary>>add:
11:59:04				458/515 - 2/3: Installing method WeakIdentityKeyDictionary>>at:put:
11:59:04				458/515 - 3/3: Installing method WeakIdentityKeyDictionary>>postCopy
11:59:04				459/515 - 1/2: Installing method WeakIdentitySet>>scanFor:
11:59:04				459/515 - 2/2: Installing method WeakIdentitySet>>scanForEmptySlotFor:
11:59:04				460/515 - 1/3: Installing method WeakIdentityValueDictionary>>keyAtValue:ifAbsent:
11:59:04				460/515 - 2/3: Installing method WeakIdentityValueDictionary>>scanFor:
11:59:04				460/515 - 3/3: Installing method WeakIdentityValueDictionary>>scanForEmptySlotFor:
11:59:05				461/515 - 1/3: Installing method WeakKeyAssociation>>container
11:59:05				461/515 - 2/3: Installing method WeakKeyAssociation>>container:
11:59:05				461/515 - 3/3: Installing method WeakKeyAssociation>>mourn
11:59:05				462/515 - 1/3: Installing method WeakKeyDictionary>>add:
11:59:05				462/515 - 2/3: Installing method WeakKeyDictionary>>at:put:
11:59:05				462/515 - 3/3: Installing method WeakKeyDictionary>>postCopy
11:59:05				463/515 - 1/2: Installing method WeakLayout>>instanceSpecification
11:59:05				463/515 - 2/2: Installing method WeakLayout>>isWeak
11:59:05				463/515 - 1/2: Installing method WeakLayout class>>extending:scope:host:
11:59:05				463/515 - 2/2: Installing method WeakLayout class>>subclassDefiningSymbol
11:59:05				464/515 - 1/24: Installing method WeakMessageSend>>=
11:59:05				464/515 - 2/24: Installing method WeakMessageSend>>arguments
11:59:05				464/515 - 3/24: Installing method WeakMessageSend>>arguments:
11:59:05				464/515 - 4/24: Installing method WeakMessageSend>>asMessageSend
11:59:05				464/515 - 5/24: Installing method WeakMessageSend>>asMinimalRepresentation
11:59:05				464/515 - 6/24: Installing method WeakMessageSend>>collectArguments:
11:59:05				464/515 - 7/24: Installing method WeakMessageSend>>ensureArguments
11:59:05				464/515 - 8/24: Installing method WeakMessageSend>>ensureReceiver
11:59:05				464/515 - 9/24: Installing method WeakMessageSend>>ensureReceiver:
11:59:05				464/515 - 10/24: Installing method WeakMessageSend>>ensureReceiverAndArguments
11:59:05				464/515 - 11/24: Installing method WeakMessageSend>>ensureReceiverAndArguments:
11:59:05				464/515 - 12/24: Installing method WeakMessageSend>>isAnyArgumentGarbage
11:59:05				464/515 - 13/24: Installing method WeakMessageSend>>isReceiverGarbage
11:59:05				464/515 - 14/24: Installing method WeakMessageSend>>isReceiverOrAnyArgumentGarbage
11:59:05				464/515 - 15/24: Installing method WeakMessageSend>>isValid
11:59:05				464/515 - 16/24: Installing method WeakMessageSend>>printOn:
11:59:05				464/515 - 17/24: Installing method WeakMessageSend>>receiver
11:59:05				464/515 - 18/24: Installing method WeakMessageSend>>receiver:
11:59:05				464/515 - 19/24: Installing method WeakMessageSend>>value
11:59:05				464/515 - 20/24: Installing method WeakMessageSend>>value:
11:59:05				464/515 - 21/24: Installing method WeakMessageSend>>value:value:
11:59:05				464/515 - 22/24: Installing method WeakMessageSend>>value:value:value:
11:59:05				464/515 - 23/24: Installing method WeakMessageSend>>valueWithArguments:
11:59:05				464/515 - 24/24: Installing method WeakMessageSend>>valueWithEnoughArguments:
11:59:05				464/515 - 1/1: Installing method WeakMessageSend class>>new
11:59:05				465/515 - 1/1: Installing method WeakOrderedCollection class>>arrayType
11:59:06				466/515 - 1/23: Installing method WeakSet>>add:
11:59:06				466/515 - 2/23: Installing method WeakSet>>anyOne
11:59:06				466/515 - 3/23: Installing method WeakSet>>asArray
11:59:06				466/515 - 4/23: Installing method WeakSet>>collect:
11:59:06				466/515 - 5/23: Installing method WeakSet>>do:
11:59:06				466/515 - 6/23: Installing method WeakSet>>do:after:
11:59:06				466/515 - 7/23: Installing method WeakSet>>fixCollisionsFrom:
11:59:06				466/515 - 8/23: Installing method WeakSet>>grow
11:59:06				466/515 - 9/23: Installing method WeakSet>>growTo:
11:59:06				466/515 - 10/23: Installing method WeakSet>>includes:
11:59:06				466/515 - 11/23: Installing method WeakSet>>initialize:
11:59:06				466/515 - 12/23: Installing method WeakSet>>isHealthy
11:59:06				466/515 - 13/23: Installing method WeakSet>>like:
11:59:06				466/515 - 14/23: Installing method WeakSet>>like:ifAbsent:
11:59:06				466/515 - 15/23: Installing method WeakSet>>noCheckNoGrowFillFrom:
11:59:06				466/515 - 16/23: Installing method WeakSet>>postCopy
11:59:06				466/515 - 17/23: Installing method WeakSet>>printElementsOn:
11:59:06				466/515 - 18/23: Installing method WeakSet>>rehash
11:59:06				466/515 - 19/23: Installing method WeakSet>>remove:ifAbsent:
11:59:06				466/515 - 20/23: Installing method WeakSet>>scanFor:
11:59:06				466/515 - 21/23: Installing method WeakSet>>scanForEmptySlotFor:
11:59:06				466/515 - 22/23: Installing method WeakSet>>scanForLoadedSymbol:
11:59:06				466/515 - 23/23: Installing method WeakSet>>slowSize
11:59:06				467/515 - 1/4: Installing method WeakSubscriptionBuilder>>announcer:
11:59:06				467/515 - 2/4: Installing method WeakSubscriptionBuilder>>weak
11:59:06				467/515 - 3/4: Installing method WeakSubscriptionBuilder>>when:do:for:
11:59:06				467/515 - 4/4: Installing method WeakSubscriptionBuilder>>when:send:to:
11:59:06				467/515 - 1/1: Installing method WeakSubscriptionBuilder class>>on:
11:59:06				468/515 - 1/3: Installing method WeakValueAssociation>>key:value:
11:59:06				468/515 - 2/3: Installing method WeakValueAssociation>>value
11:59:06				468/515 - 3/3: Installing method WeakValueAssociation>>value:
11:59:06				468/515 - 1/2: Installing method WeakValueAssociation class>>key:value:
11:59:06				468/515 - 2/2: Installing method WeakValueAssociation class>>new
11:59:06				469/515 - 1/10: Installing method WeakValueDictionary>>add:
11:59:06				469/515 - 2/10: Installing method WeakValueDictionary>>associationAt:ifAbsent:
11:59:06				469/515 - 3/10: Installing method WeakValueDictionary>>associationsDo:
11:59:06				469/515 - 4/10: Installing method WeakValueDictionary>>at:ifAbsent:
11:59:06				469/515 - 5/10: Installing method WeakValueDictionary>>at:ifPresent:
11:59:06				469/515 - 6/10: Installing method WeakValueDictionary>>at:put:
11:59:06				469/515 - 7/10: Installing method WeakValueDictionary>>includesKey:
11:59:06				469/515 - 8/10: Installing method WeakValueDictionary>>rehash
11:59:06				469/515 - 9/10: Installing method WeakValueDictionary>>size
11:59:06				469/515 - 10/10: Installing method WeakValueDictionary>>valuesDo:
11:59:06				470/515 - 1/21: Installing method WideCharacterSet>>=
11:59:07				470/515 - 2/21: Installing method WideCharacterSet>>add:
11:59:07				470/515 - 3/21: Installing method WideCharacterSet>>bitmap:at:
11:59:07				470/515 - 4/21: Installing method WideCharacterSet>>bitmap:do:
11:59:07				470/515 - 5/21: Installing method WideCharacterSet>>byteArrayMap
11:59:07				470/515 - 6/21: Installing method WideCharacterSet>>clearBitmap:at:
11:59:07				470/515 - 7/21: Installing method WideCharacterSet>>complement
11:59:07				470/515 - 8/21: Installing method WideCharacterSet>>do:
11:59:07				470/515 - 9/21: Installing method WideCharacterSet>>findFirstInByteString:startingAt:
11:59:07				470/515 - 10/21: Installing method WideCharacterSet>>hasWideCharacters
11:59:07				470/515 - 11/21: Installing method WideCharacterSet>>hash
11:59:07				470/515 - 12/21: Installing method WideCharacterSet>>includes:
11:59:07				470/515 - 13/21: Installing method WideCharacterSet>>initialize
11:59:07				470/515 - 14/21: Installing method WideCharacterSet>>postCopy
11:59:07				470/515 - 15/21: Installing method WideCharacterSet>>remove:
11:59:07				470/515 - 16/21: Installing method WideCharacterSet>>remove:ifAbsent:
11:59:07				470/515 - 17/21: Installing method WideCharacterSet>>removeAll
11:59:07				470/515 - 18/21: Installing method WideCharacterSet>>setBitmap:at:
11:59:07				470/515 - 19/21: Installing method WideCharacterSet>>size
11:59:07				470/515 - 20/21: Installing method WideCharacterSet>>species
11:59:07				470/515 - 21/21: Installing method WideCharacterSet>>wideCharacterMap
11:59:07				470/515 - 1/1: Installing method WideCharacterSet class>>newFrom:
11:59:07				471/515 - 1/17: Installing method WideString>>asByteArray
11:59:07				471/515 - 2/17: Installing method WideString>>asFourCode
11:59:07				471/515 - 3/17: Installing method WideString>>asLowercase
11:59:07				471/515 - 4/17: Installing method WideString>>asUppercase
11:59:07				471/515 - 5/17: Installing method WideString>>asWideString
11:59:07				471/515 - 6/17: Installing method WideString>>at:
11:59:07				471/515 - 7/17: Installing method WideString>>at:put:
11:59:07				471/515 - 8/17: Installing method WideString>>byteAt:
11:59:07				471/515 - 9/17: Installing method WideString>>byteAt:put:
11:59:07				471/515 - 10/17: Installing method WideString>>byteSize
11:59:07				471/515 - 11/17: Installing method WideString>>copyFrom:to:
11:59:07				471/515 - 12/17: Installing method WideString>>createSymbol
11:59:07				471/515 - 13/17: Installing method WideString>>findIn:startingAt:matchTable:
11:59:07				471/515 - 14/17: Installing method WideString>>isWideString
11:59:07				471/515 - 15/17: Installing method WideString>>replaceFrom:to:with:startingAt:
11:59:07				471/515 - 16/17: Installing method WideString>>wordAt:
11:59:07				471/515 - 17/17: Installing method WideString>>wordAt:put:
11:59:07				471/515 - 1/3: Installing method WideString class>>from:
11:59:07				471/515 - 2/3: Installing method WideString class>>fromByteArray:
11:59:07				471/515 - 3/3: Installing method WideString class>>fromString:
11:59:07				472/515 - 1/12: Installing method WideSymbol>>asWideString
11:59:07				472/515 - 2/12: Installing method WideSymbol>>at:
11:59:07				472/515 - 3/12: Installing method WideSymbol>>byteAt:
11:59:07				472/515 - 4/12: Installing method WideSymbol>>byteAt:put:
11:59:07				472/515 - 5/12: Installing method WideSymbol>>byteSize
11:59:07				472/515 - 6/12: Installing method WideSymbol>>findIn:startingAt:matchTable:
11:59:07				472/515 - 7/12: Installing method WideSymbol>>isWideString
11:59:07				472/515 - 8/12: Installing method WideSymbol>>privateAt:put:
11:59:07				472/515 - 9/12: Installing method WideSymbol>>species
11:59:07				472/515 - 10/12: Installing method WideSymbol>>string:
11:59:07				472/515 - 11/12: Installing method WideSymbol>>wordAt:
11:59:07				472/515 - 12/12: Installing method WideSymbol>>wordAt:put:
11:59:07				473/515 - 1/3: Installing method Win32Platform>>accept:
11:59:07				473/515 - 2/3: Installing method Win32Platform>>isWin32
11:59:07				473/515 - 3/3: Installing method Win32Platform>>newTerminfo
11:59:07				473/515 - 1/1: Installing method Win32Platform class>>isActivePlatform
11:59:07				474/515 - 1/5: Installing method Win32WideString>>asString
11:59:07				474/515 - 2/5: Installing method Win32WideString>>asWin32WideString
11:59:07				474/515 - 3/5: Installing method Win32WideString>>byteSize
11:59:07				474/515 - 4/5: Installing method Win32WideString>>printOn:
11:59:07				474/515 - 5/5: Installing method Win32WideString>>size
11:59:08				474/515 - 1/4: Installing method Win32WideString class>>fromByteArray:
11:59:08				474/515 - 2/4: Installing method Win32WideString class>>fromHandle:
11:59:08				474/515 - 3/4: Installing method Win32WideString class>>fromString:
11:59:08				474/515 - 4/4: Installing method Win32WideString class>>new:
11:59:08				475/515 - 1/2: Installing method Win64Platform>>accept:
11:59:08				475/515 - 2/2: Installing method Win64Platform>>isWin64
11:59:08				475/515 - 1/1: Installing method Win64Platform class>>isActivePlatform
11:59:08				476/515 - 1/20: Installing method WinPlatform>>accept:
11:59:08				476/515 - 2/20: Installing method WinPlatform>>defaultMaximumPathLength
11:59:08				476/515 - 3/20: Installing method WinPlatform>>family
11:59:08				476/515 - 4/20: Installing method WinPlatform>>ffiLibraryName
11:59:08				476/515 - 5/20: Installing method WinPlatform>>formatMessage:_:_:_:_:_:_:
11:59:08				476/515 - 6/20: Installing method WinPlatform>>getEnvironmentVariable:into:size:
11:59:08				476/515 - 7/20: Installing method WinPlatform>>getErrorMessage:
11:59:08				476/515 - 8/20: Installing method WinPlatform>>getTempPath
11:59:08				476/515 - 9/20: Installing method WinPlatform>>getTempPath:buffer:
11:59:15				476/515 - 10/20: Installing method WinPlatform>>isWindows
11:59:15				476/515 - 11/20: Installing method WinPlatform>>keyForValue:
11:59:15				476/515 - 12/20: Installing method WinPlatform>>lastError
11:59:15				476/515 - 13/20: Installing method WinPlatform>>lineEnding
11:59:15				476/515 - 14/20: Installing method WinPlatform>>menuShortcutString
11:59:15				476/515 - 15/20: Installing method WinPlatform>>multiByteToWideCharacterCodepage:flags:input:inputLen:output:outputLen:
11:59:15				476/515 - 16/20: Installing method WinPlatform>>potentialLocationsOfSourcesFile
11:59:15				476/515 - 17/20: Installing method WinPlatform>>setEnvironmentVariable:value:
11:59:15				476/515 - 18/20: Installing method WinPlatform>>setLastError:
11:59:15				476/515 - 19/20: Installing method WinPlatform>>virtualKey:
11:59:15				476/515 - 20/20: Installing method WinPlatform>>wideCharacterToMultiByteCodepage:flags:input:inputLen:output:outputLen:
11:59:15				477/515 - 1/13: Installing method WordArray>>asWordArray
11:59:15				477/515 - 2/13: Installing method WordArray>>atAllPut:
11:59:15				477/515 - 3/13: Installing method WordArray>>byteSize
11:59:15				477/515 - 4/13: Installing method WordArray>>defaultElement
11:59:15				477/515 - 5/13: Installing method WordArray>>primAddArray:and:into:
11:59:15				477/515 - 6/13: Installing method WordArray>>primAddScalar:and:into:
11:59:15				477/515 - 7/13: Installing method WordArray>>primDivArray:and:into:
11:59:15				477/515 - 8/13: Installing method WordArray>>primDivScalar:and:into:
11:59:15				477/515 - 9/13: Installing method WordArray>>primMulArray:and:into:
11:59:15				477/515 - 10/13: Installing method WordArray>>primMulScalar:and:into:
11:59:15				477/515 - 11/13: Installing method WordArray>>primSubArray:and:into:
11:59:15				477/515 - 12/13: Installing method WordArray>>primSubScalar:and:into:
11:59:15				477/515 - 13/13: Installing method WordArray>>replaceFrom:to:with:startingAt:
11:59:15				478/515 - 1/4: Installing method WordLayout>>bytesPerSlot
11:59:15				478/515 - 2/4: Installing method WordLayout>>extendWord
11:59:15				478/515 - 3/4: Installing method WordLayout>>instanceSpecification
11:59:15				478/515 - 4/4: Installing method WordLayout>>isWords
11:59:15				478/515 - 1/2: Installing method WordLayout class>>extending:scope:host:
11:59:15				478/515 - 2/2: Installing method WordLayout class>>subclassDefiningSymbol
11:59:16				479/515 - 1/19: Installing method WorkingSession>>accessMode
11:59:16				479/515 - 2/19: Installing method WorkingSession>>accessMode:
11:59:16				479/515 - 3/19: Installing method WorkingSession>>addDeferredStartupAction:
11:59:16				479/515 - 4/19: Installing method WorkingSession>>errorHandler
11:59:16				479/515 - 5/19: Installing method WorkingSession>>executeDeferredStartupActions:
11:59:16				479/515 - 6/19: Installing method WorkingSession>>initialize
11:59:16				479/515 - 7/19: Installing method WorkingSession>>install
11:59:16				479/515 - 8/19: Installing method WorkingSession>>isDisabledAccessMode
11:59:16				479/515 - 9/19: Installing method WorkingSession>>isReadOnlyAccessMode
11:59:16				479/515 - 10/19: Installing method WorkingSession>>isReadWriteAccessMode
11:59:16				479/515 - 11/19: Installing method WorkingSession>>isWriteOnlyAccessMode
11:59:16				479/515 - 12/19: Installing method WorkingSession>>manager:
11:59:16				479/515 - 13/19: Installing method WorkingSession>>properties
11:59:16				479/515 - 14/19: Installing method WorkingSession>>runList:do:
11:59:16				479/515 - 15/19: Installing method WorkingSession>>runShutdown:
11:59:16				479/515 - 16/19: Installing method WorkingSession>>runStartup:
11:59:16				479/515 - 17/19: Installing method WorkingSession>>start:
11:59:16				479/515 - 18/19: Installing method WorkingSession>>stop:
11:59:16				479/515 - 19/19: Installing method WorkingSession>>uninstall
11:59:16				480/515 - 1/5: Installing method WorkspaceVariable>>allowsShadowing
11:59:16				480/515 - 2/5: Installing method WorkspaceVariable>>emitStore:
11:59:16				480/515 - 3/5: Installing method WorkspaceVariable>>emitValue:
11:59:16				480/515 - 4/5: Installing method WorkspaceVariable>>isReferenced
11:59:16				480/515 - 5/5: Installing method WorkspaceVariable>>isWorkspaceVariable
11:59:17				481/515 - 1/37: Installing method WriteStream>><<
11:59:17				481/515 - 2/37: Installing method WriteStream>>braceArray
11:59:17				481/515 - 3/37: Installing method WriteStream>>braceArray:
11:59:17				481/515 - 4/37: Installing method WriteStream>>contents
11:59:17				481/515 - 5/37: Installing method WriteStream>>cr
11:59:17				481/515 - 6/37: Installing method WriteStream>>crlf
11:59:17				481/515 - 7/37: Installing method WriteStream>>crtab
11:59:17				481/515 - 8/37: Installing method WriteStream>>crtab:
11:59:17				481/515 - 9/37: Installing method WriteStream>>ensureASpace
11:59:17				481/515 - 10/37: Installing method WriteStream>>ensureCr
11:59:17				481/515 - 11/37: Installing method WriteStream>>ensureEndsWith:
11:59:17				481/515 - 12/37: Installing method WriteStream>>ensureNoSpace
11:59:17				481/515 - 13/37: Installing method WriteStream>>growTo:
11:59:17				481/515 - 14/37: Installing method WriteStream>>lf
11:59:17				481/515 - 15/37: Installing method WriteStream>>next
11:59:17				481/515 - 16/37: Installing method WriteStream>>next:putAll:startingAt:
11:59:17				481/515 - 17/37: Installing method WriteStream>>nextChunkPut:
11:59:17				481/515 - 18/37: Installing method WriteStream>>nextPut:
11:59:17				481/515 - 19/37: Installing method WriteStream>>nextPutAll:
11:59:17				481/515 - 20/37: Installing method WriteStream>>on:
11:59:17				481/515 - 21/37: Installing method WriteStream>>on:from:to:
11:59:17				481/515 - 22/37: Installing method WriteStream>>pastEndPut:
11:59:17				481/515 - 23/37: Installing method WriteStream>>peekLast
11:59:17				481/515 - 24/37: Installing method WriteStream>>position:
11:59:17				481/515 - 25/37: Installing method WriteStream>>reset
11:59:17				481/515 - 26/37: Installing method WriteStream>>resetToStart
11:59:17				481/515 - 27/37: Installing method WriteStream>>setToEnd
11:59:17				481/515 - 28/37: Installing method WriteStream>>size
11:59:17				481/515 - 29/37: Installing method WriteStream>>space
11:59:17				481/515 - 30/37: Installing method WriteStream>>space:
11:59:17				481/515 - 31/37: Installing method WriteStream>>store:
11:59:17				481/515 - 32/37: Installing method WriteStream>>tab
11:59:17				481/515 - 33/37: Installing method WriteStream>>tab:
11:59:17				481/515 - 34/37: Installing method WriteStream>>with:
11:59:17				481/515 - 35/37: Installing method WriteStream>>with:from:to:
11:59:17				481/515 - 36/37: Installing method WriteStream>>withAttribute:do:
11:59:17				481/515 - 37/37: Installing method WriteStream>>withAttributes:do:
11:59:17				481/515 - 1/2: Installing method WriteStream class>>with:
11:59:17				481/515 - 2/2: Installing method WriteStream class>>with:from:to:
11:59:17				482/515 - 1/3: Installing method ZeroDivide>>dividend
11:59:17				482/515 - 2/3: Installing method ZeroDivide>>dividend:
11:59:17				482/515 - 3/3: Installing method ZeroDivide>>isResumable
11:59:17				482/515 - 1/2: Installing method ZeroDivide class>>dividend:
11:59:17				482/515 - 2/2: Installing method ZeroDivide class>>signalWithDividend:
11:59:17				483/515 - 1/26: Installing method ZnBase64Encoder>>alphabet
11:59:17				483/515 - 2/26: Installing method ZnBase64Encoder>>alphabet:
11:59:17				483/515 - 3/26: Installing method ZnBase64Encoder>>beForURLEncoding
11:59:17				483/515 - 4/26: Installing method ZnBase64Encoder>>beLenient
11:59:17				483/515 - 5/26: Installing method ZnBase64Encoder>>beStrict
11:59:18				483/515 - 6/26: Installing method ZnBase64Encoder>>breakLines
11:59:18				483/515 - 7/26: Installing method ZnBase64Encoder>>breakLinesAt:
11:59:18				483/515 - 8/26: Installing method ZnBase64Encoder>>byteCountFor:
11:59:18				483/515 - 9/26: Installing method ZnBase64Encoder>>characterCountFor:
11:59:18				483/515 - 10/26: Installing method ZnBase64Encoder>>characterForValue:
11:59:18				483/515 - 11/26: Installing method ZnBase64Encoder>>decode:
11:59:18				483/515 - 12/26: Installing method ZnBase64Encoder>>decode:and:and:and:to:
11:59:18				483/515 - 13/26: Installing method ZnBase64Encoder>>decode:to:
11:59:18				483/515 - 14/26: Installing method ZnBase64Encoder>>encode:
11:59:18				483/515 - 15/26: Installing method ZnBase64Encoder>>encode:and:and:to:
11:59:18				483/515 - 16/26: Installing method ZnBase64Encoder>>encode:to:
11:59:18				483/515 - 17/26: Installing method ZnBase64Encoder>>initialize
11:59:18				483/515 - 18/26: Installing method ZnBase64Encoder>>isLegalCharacter:
11:59:18				483/515 - 19/26: Installing method ZnBase64Encoder>>isWhitespaceCharacter:
11:59:18				483/515 - 20/26: Installing method ZnBase64Encoder>>lineEndConvention:
11:59:18				483/515 - 21/26: Installing method ZnBase64Encoder>>noPadding
11:59:18				483/515 - 22/26: Installing method ZnBase64Encoder>>padding:
11:59:18				483/515 - 23/26: Installing method ZnBase64Encoder>>skipWhitespace:
11:59:18				483/515 - 24/26: Installing method ZnBase64Encoder>>standardAlphabetWith:and:
11:59:18				483/515 - 25/26: Installing method ZnBase64Encoder>>valueForCharacter:
11:59:18				483/515 - 26/26: Installing method ZnBase64Encoder>>whitespace:
11:59:18				483/515 - 1/1: Installing method ZnBase64Encoder class>>initialize
11:59:18				484/515 - 1/44: Installing method ZnBufferedReadStream>>atEnd
11:59:18				484/515 - 2/44: Installing method ZnBufferedReadStream>>back
11:59:18				484/515 - 3/44: Installing method ZnBufferedReadStream>>close
11:59:18				484/515 - 4/44: Installing method ZnBufferedReadStream>>closed
11:59:18				484/515 - 5/44: Installing method ZnBufferedReadStream>>collectionSpecies
11:59:18				484/515 - 6/44: Installing method ZnBufferedReadStream>>contents
11:59:18				484/515 - 7/44: Installing method ZnBufferedReadStream>>defaultBufferSize
11:59:18				484/515 - 8/44: Installing method ZnBufferedReadStream>>discardBuffer
11:59:18				484/515 - 9/44: Installing method ZnBufferedReadStream>>initialize
11:59:18				484/515 - 10/44: Installing method ZnBufferedReadStream>>int16
11:59:18				484/515 - 11/44: Installing method ZnBufferedReadStream>>int32
11:59:18				484/515 - 12/44: Installing method ZnBufferedReadStream>>int8
11:59:18				484/515 - 13/44: Installing method ZnBufferedReadStream>>isBinary
11:59:18				484/515 - 14/44: Installing method ZnBufferedReadStream>>isStream
11:59:18				484/515 - 15/44: Installing method ZnBufferedReadStream>>next
11:59:18				484/515 - 16/44: Installing method ZnBufferedReadStream>>next:
11:59:18				484/515 - 17/44: Installing method ZnBufferedReadStream>>next:into:
11:59:18				484/515 - 18/44: Installing method ZnBufferedReadStream>>next:into:startingAt:
11:59:18				484/515 - 19/44: Installing method ZnBufferedReadStream>>nextBuffer
11:59:18				484/515 - 20/44: Installing method ZnBufferedReadStream>>nextInt32
11:59:18				484/515 - 21/44: Installing method ZnBufferedReadStream>>nextIntegerOfSize:signed:bigEndian:
11:59:18				484/515 - 22/44: Installing method ZnBufferedReadStream>>nextInto:
11:59:18				484/515 - 23/44: Installing method ZnBufferedReadStream>>nextLittleEndianNumber:
11:59:18				484/515 - 24/44: Installing method ZnBufferedReadStream>>nextNumber:
11:59:18				484/515 - 25/44: Installing method ZnBufferedReadStream>>nextWord
11:59:18				484/515 - 26/44: Installing method ZnBufferedReadStream>>on:
11:59:18				484/515 - 27/44: Installing method ZnBufferedReadStream>>peek
11:59:18				484/515 - 28/44: Installing method ZnBufferedReadStream>>peekFor:
11:59:18				484/515 - 29/44: Installing method ZnBufferedReadStream>>position
11:59:18				484/515 - 30/44: Installing method ZnBufferedReadStream>>position:
11:59:18				484/515 - 31/44: Installing method ZnBufferedReadStream>>readFromBufferInto:startingAt:count:
11:59:18				484/515 - 32/44: Installing method ZnBufferedReadStream>>readInto:startingAt:count:
11:59:18				484/515 - 33/44: Installing method ZnBufferedReadStream>>readStream
11:59:18				484/515 - 34/44: Installing method ZnBufferedReadStream>>setToEnd
11:59:18				484/515 - 35/44: Installing method ZnBufferedReadStream>>shouldBufferReadOfCount:
11:59:18				484/515 - 36/44: Installing method ZnBufferedReadStream>>size
11:59:18				484/515 - 37/44: Installing method ZnBufferedReadStream>>sizeBuffer:
11:59:18				484/515 - 38/44: Installing method ZnBufferedReadStream>>skip:
11:59:18				484/515 - 39/44: Installing method ZnBufferedReadStream>>uint16
11:59:18				484/515 - 40/44: Installing method ZnBufferedReadStream>>uint32
11:59:18				484/515 - 41/44: Installing method ZnBufferedReadStream>>uint8
11:59:18				484/515 - 42/44: Installing method ZnBufferedReadStream>>upTo:
11:59:18				484/515 - 43/44: Installing method ZnBufferedReadStream>>upToEnd
11:59:18				484/515 - 44/44: Installing method ZnBufferedReadStream>>wrappedStream
11:59:18				484/515 - 1/2: Installing method ZnBufferedReadStream class>>on:
11:59:18				484/515 - 2/2: Installing method ZnBufferedReadStream class>>on:do:
11:59:19				485/515 - 1/29: Installing method ZnBufferedReadWriteStream>>atEnd
11:59:19				485/515 - 2/29: Installing method ZnBufferedReadWriteStream>>close
11:59:19				485/515 - 3/29: Installing method ZnBufferedReadWriteStream>>closed
11:59:19				485/515 - 4/29: Installing method ZnBufferedReadWriteStream>>flush
11:59:19				485/515 - 5/29: Installing method ZnBufferedReadWriteStream>>isBinary
11:59:19				485/515 - 6/29: Installing method ZnBufferedReadWriteStream>>isReadOnly
11:59:19				485/515 - 7/29: Installing method ZnBufferedReadWriteStream>>isStream
11:59:19				485/515 - 8/29: Installing method ZnBufferedReadWriteStream>>next
11:59:19				485/515 - 9/29: Installing method ZnBufferedReadWriteStream>>next:
11:59:19				485/515 - 10/29: Installing method ZnBufferedReadWriteStream>>next:putAll:
11:59:19				485/515 - 11/29: Installing method ZnBufferedReadWriteStream>>next:putAll:startingAt:
11:59:19				485/515 - 12/29: Installing method ZnBufferedReadWriteStream>>nextPut:
11:59:19				485/515 - 13/29: Installing method ZnBufferedReadWriteStream>>nextPutAll:
11:59:19				485/515 - 14/29: Installing method ZnBufferedReadWriteStream>>on:
11:59:19				485/515 - 15/29: Installing method ZnBufferedReadWriteStream>>peek
11:59:19				485/515 - 16/29: Installing method ZnBufferedReadWriteStream>>position
11:59:19				485/515 - 17/29: Installing method ZnBufferedReadWriteStream>>position:
11:59:19				485/515 - 18/29: Installing method ZnBufferedReadWriteStream>>readInto:startingAt:count:
11:59:19				485/515 - 19/29: Installing method ZnBufferedReadWriteStream>>readingActionDo:
11:59:19				485/515 - 20/29: Installing method ZnBufferedReadWriteStream>>setToEnd
11:59:19				485/515 - 21/29: Installing method ZnBufferedReadWriteStream>>size
11:59:19				485/515 - 22/29: Installing method ZnBufferedReadWriteStream>>sizeBuffer:
11:59:19				485/515 - 23/29: Installing method ZnBufferedReadWriteStream>>skip:
11:59:19				485/515 - 24/29: Installing method ZnBufferedReadWriteStream>>truncate
11:59:19				485/515 - 25/29: Installing method ZnBufferedReadWriteStream>>truncate:
11:59:19				485/515 - 26/29: Installing method ZnBufferedReadWriteStream>>upTo:
11:59:19				485/515 - 27/29: Installing method ZnBufferedReadWriteStream>>upToEnd
11:59:19				485/515 - 28/29: Installing method ZnBufferedReadWriteStream>>wrappedStream
11:59:19				485/515 - 29/29: Installing method ZnBufferedReadWriteStream>>writingActionDo:
11:59:19				485/515 - 1/2: Installing method ZnBufferedReadWriteStream class>>on:
11:59:19				485/515 - 2/2: Installing method ZnBufferedReadWriteStream class>>on:do:
11:59:19				486/515 - 1/43: Installing method ZnBufferedWriteStream>>buffer
11:59:19				486/515 - 2/43: Installing method ZnBufferedWriteStream>>bufferFreeSize
11:59:19				486/515 - 3/43: Installing method ZnBufferedWriteStream>>bufferSize
11:59:19				486/515 - 4/43: Installing method ZnBufferedWriteStream>>close
11:59:19				486/515 - 5/43: Installing method ZnBufferedWriteStream>>closed
11:59:19				486/515 - 6/43: Installing method ZnBufferedWriteStream>>cr
11:59:19				486/515 - 7/43: Installing method ZnBufferedWriteStream>>crlf
11:59:19				486/515 - 8/43: Installing method ZnBufferedWriteStream>>defaultBufferSize
11:59:19				486/515 - 9/43: Installing method ZnBufferedWriteStream>>discardBuffer
11:59:19				486/515 - 10/43: Installing method ZnBufferedWriteStream>>finish
11:59:19				486/515 - 11/43: Installing method ZnBufferedWriteStream>>flush
11:59:19				486/515 - 12/43: Installing method ZnBufferedWriteStream>>flushBuffer
11:59:19				486/515 - 13/43: Installing method ZnBufferedWriteStream>>flushBufferIfFull
11:59:19				486/515 - 14/43: Installing method ZnBufferedWriteStream>>int16:
11:59:19				486/515 - 15/43: Installing method ZnBufferedWriteStream>>int32:
11:59:19				486/515 - 16/43: Installing method ZnBufferedWriteStream>>int8:
11:59:19				486/515 - 17/43: Installing method ZnBufferedWriteStream>>isBinary
11:59:19				486/515 - 18/43: Installing method ZnBufferedWriteStream>>isStream
11:59:19				486/515 - 19/43: Installing method ZnBufferedWriteStream>>lf
11:59:19				486/515 - 20/43: Installing method ZnBufferedWriteStream>>next:putAll:
11:59:19				486/515 - 21/43: Installing method ZnBufferedWriteStream>>next:putAll:startingAt:
11:59:19				486/515 - 22/43: Installing method ZnBufferedWriteStream>>nextInt32Put:
11:59:19				486/515 - 23/43: Installing method ZnBufferedWriteStream>>nextIntegerOfSize:signed:bigEndian:put:
11:59:19				486/515 - 24/43: Installing method ZnBufferedWriteStream>>nextLittleEndianNumber:put:
11:59:19				486/515 - 25/43: Installing method ZnBufferedWriteStream>>nextNumber:put:
11:59:19				486/515 - 26/43: Installing method ZnBufferedWriteStream>>nextPut:
11:59:19				486/515 - 27/43: Installing method ZnBufferedWriteStream>>nextPutAll:
11:59:19				486/515 - 28/43: Installing method ZnBufferedWriteStream>>nextWordPut:
11:59:19				486/515 - 29/43: Installing method ZnBufferedWriteStream>>on:
11:59:19				486/515 - 30/43: Installing method ZnBufferedWriteStream>>position
11:59:19				486/515 - 31/43: Installing method ZnBufferedWriteStream>>position:
11:59:19				486/515 - 32/43: Installing method ZnBufferedWriteStream>>print:
11:59:19				486/515 - 33/43: Installing method ZnBufferedWriteStream>>printOn:
11:59:19				486/515 - 34/43: Installing method ZnBufferedWriteStream>>reset
11:59:19				486/515 - 35/43: Installing method ZnBufferedWriteStream>>setToEnd
11:59:19				486/515 - 36/43: Installing method ZnBufferedWriteStream>>sizeBuffer:
11:59:19				486/515 - 37/43: Installing method ZnBufferedWriteStream>>space
11:59:19				486/515 - 38/43: Installing method ZnBufferedWriteStream>>tab
11:59:19				486/515 - 39/43: Installing method ZnBufferedWriteStream>>truncate
11:59:19				486/515 - 40/43: Installing method ZnBufferedWriteStream>>truncate:
11:59:19				486/515 - 41/43: Installing method ZnBufferedWriteStream>>uint16:
11:59:19				486/515 - 42/43: Installing method ZnBufferedWriteStream>>uint32:
11:59:19				486/515 - 43/43: Installing method ZnBufferedWriteStream>>uint8:
11:59:19				486/515 - 1/2: Installing method ZnBufferedWriteStream class>>on:
11:59:19				486/515 - 2/2: Installing method ZnBufferedWriteStream class>>on:do:
11:59:20				487/515 - 1/1: Installing method ZnByteEncoder>>decodeBytesIntoWideString:
11:59:20				487/515 - 1/33: Installing method ZnByteEncoder class>>cp1250Mapping
11:59:20				487/515 - 2/33: Installing method ZnByteEncoder class>>cp1251Mapping
11:59:20				487/515 - 3/33: Installing method ZnByteEncoder class>>cp1252Mapping
11:59:20				487/515 - 4/33: Installing method ZnByteEncoder class>>cp1253Mapping
11:59:20				487/515 - 5/33: Installing method ZnByteEncoder class>>cp1254Mapping
11:59:20				487/515 - 6/33: Installing method ZnByteEncoder class>>cp1255Mapping
11:59:20				487/515 - 7/33: Installing method ZnByteEncoder class>>cp1256Mapping
11:59:20				487/515 - 8/33: Installing method ZnByteEncoder class>>cp1257Mapping
11:59:20				487/515 - 9/33: Installing method ZnByteEncoder class>>cp1258Mapping
11:59:20				487/515 - 10/33: Installing method ZnByteEncoder class>>cp850Mapping
11:59:20				487/515 - 11/33: Installing method ZnByteEncoder class>>cp866Mapping
11:59:20				487/515 - 12/33: Installing method ZnByteEncoder class>>cp874Mapping
11:59:20				487/515 - 13/33: Installing method ZnByteEncoder class>>generateByteToUnicodeSpec:
11:59:20				487/515 - 14/33: Installing method ZnByteEncoder class>>iso885910Mapping
11:59:20				487/515 - 15/33: Installing method ZnByteEncoder class>>iso885913Mapping
11:59:20				487/515 - 16/33: Installing method ZnByteEncoder class>>iso885914Mapping
11:59:20				487/515 - 17/33: Installing method ZnByteEncoder class>>iso885915Mapping
11:59:20				487/515 - 18/33: Installing method ZnByteEncoder class>>iso885916Mapping
11:59:20				487/515 - 19/33: Installing method ZnByteEncoder class>>iso88592Mapping
11:59:20				487/515 - 20/33: Installing method ZnByteEncoder class>>iso88593Mapping
11:59:20				487/515 - 21/33: Installing method ZnByteEncoder class>>iso88594Mapping
11:59:20				487/515 - 22/33: Installing method ZnByteEncoder class>>iso88595Mapping
11:59:20				487/515 - 23/33: Installing method ZnByteEncoder class>>iso88596Mapping
11:59:20				487/515 - 24/33: Installing method ZnByteEncoder class>>iso88597Mapping
11:59:20				487/515 - 25/33: Installing method ZnByteEncoder class>>iso88598Mapping
11:59:20				487/515 - 26/33: Installing method ZnByteEncoder class>>koi8rMapping
11:59:20				487/515 - 27/33: Installing method ZnByteEncoder class>>koi8uMapping
11:59:20				487/515 - 28/33: Installing method ZnByteEncoder class>>macCyrillicMapping
11:59:20				487/515 - 29/33: Installing method ZnByteEncoder class>>macRomanMapping
11:59:20				487/515 - 30/33: Installing method ZnByteEncoder class>>mappingToIdentifiers
11:59:20				487/515 - 31/33: Installing method ZnByteEncoder class>>newFromUrl:
11:59:20				487/515 - 32/33: Installing method ZnByteEncoder class>>parseUnicodeOrgSpec:
11:59:20				487/515 - 33/33: Installing method ZnByteEncoder class>>top128FromUnicodeSpec:
11:59:20				488/515 - 1/6: Installing method ZnByteStringBecameWideString>>becomeForward
11:59:20				488/515 - 2/6: Installing method ZnByteStringBecameWideString>>byteString
11:59:20				488/515 - 3/6: Installing method ZnByteStringBecameWideString>>byteString:
11:59:20				488/515 - 4/6: Installing method ZnByteStringBecameWideString>>isResumable
11:59:20				488/515 - 5/6: Installing method ZnByteStringBecameWideString>>wideString
11:59:20				488/515 - 6/6: Installing method ZnByteStringBecameWideString>>wideString:
11:59:21				488/515 - 1/1: Installing method ZnByteStringBecameWideString class>>convert:
11:59:21				489/515 - 1/11: Installing method ZnCRLFReadStream>>atEnd
11:59:21				489/515 - 2/11: Installing method ZnCRLFReadStream>>close
11:59:21				489/515 - 3/11: Installing method ZnCRLFReadStream>>isBinary
11:59:21				489/515 - 4/11: Installing method ZnCRLFReadStream>>next
11:59:21				489/515 - 5/11: Installing method ZnCRLFReadStream>>next:into:
11:59:21				489/515 - 6/11: Installing method ZnCRLFReadStream>>next:into:startingAt:
11:59:21				489/515 - 7/11: Installing method ZnCRLFReadStream>>on:
11:59:21				489/515 - 8/11: Installing method ZnCRLFReadStream>>peek
11:59:21				489/515 - 9/11: Installing method ZnCRLFReadStream>>readInto:startingAt:count:
11:59:21				489/515 - 10/11: Installing method ZnCRLFReadStream>>readStream
11:59:21				489/515 - 11/11: Installing method ZnCRLFReadStream>>upToEnd
11:59:21				489/515 - 1/2: Installing method ZnCRLFReadStream class>>initialize
11:59:21				489/515 - 2/2: Installing method ZnCRLFReadStream class>>on:
11:59:21				490/515 - 1/29: Installing method ZnCharacterEncoder>>=
11:59:21				490/515 - 2/29: Installing method ZnCharacterEncoder>>asZnCharacterEncoder
11:59:21				490/515 - 3/29: Installing method ZnCharacterEncoder>>backOnStream:
11:59:21				490/515 - 4/29: Installing method ZnCharacterEncoder>>beLenient
11:59:21				490/515 - 5/29: Installing method ZnCharacterEncoder>>decodeAsCodePoints:
11:59:21				490/515 - 6/29: Installing method ZnCharacterEncoder>>decodeBytes:
11:59:21				490/515 - 7/29: Installing method ZnCharacterEncoder>>encodeCodePoints:
11:59:21				490/515 - 8/29: Installing method ZnCharacterEncoder>>encodeString:
11:59:21				490/515 - 9/29: Installing method ZnCharacterEncoder>>encodedByteCountFor:
11:59:21				490/515 - 10/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoint:
11:59:21				490/515 - 11/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoints:
11:59:21				490/515 - 12/29: Installing method ZnCharacterEncoder>>encodedByteCountForString:
11:59:21				490/515 - 13/29: Installing method ZnCharacterEncoder>>endianness
11:59:21				490/515 - 14/29: Installing method ZnCharacterEncoder>>ensureAtBeginOfCodePointOnStream:
11:59:21				490/515 - 15/29: Installing method ZnCharacterEncoder>>error:
11:59:21				490/515 - 16/29: Installing method ZnCharacterEncoder>>errorIncomplete
11:59:21				490/515 - 17/29: Installing method ZnCharacterEncoder>>errorOutsideRange
11:59:21				490/515 - 18/29: Installing method ZnCharacterEncoder>>hash
11:59:21				490/515 - 19/29: Installing method ZnCharacterEncoder>>identifier
11:59:21				490/515 - 20/29: Installing method ZnCharacterEncoder>>isFixedLength
11:59:21				490/515 - 21/29: Installing method ZnCharacterEncoder>>isStrict
11:59:21				490/515 - 22/29: Installing method ZnCharacterEncoder>>isVariableLength
11:59:21				490/515 - 23/29: Installing method ZnCharacterEncoder>>next:putAll:startingAt:toStream:
11:59:21				490/515 - 24/29: Installing method ZnCharacterEncoder>>nextCodePointFromStream:
11:59:21				490/515 - 25/29: Installing method ZnCharacterEncoder>>nextFromStream:
11:59:21				490/515 - 26/29: Installing method ZnCharacterEncoder>>nextPut:toStream:
11:59:21				490/515 - 27/29: Installing method ZnCharacterEncoder>>nextPutCodePoint:toStream:
11:59:21				490/515 - 28/29: Installing method ZnCharacterEncoder>>readInto:startingAt:count:fromStream:
11:59:21				490/515 - 29/29: Installing method ZnCharacterEncoder>>skipToBeginOfCodePointOnStream:
11:59:22				490/515 - 1/11: Installing method ZnCharacterEncoder class>>ascii
11:59:22				490/515 - 2/11: Installing method ZnCharacterEncoder class>>canonicalEncodingIdentifier:
11:59:22				490/515 - 3/11: Installing method ZnCharacterEncoder class>>default
11:59:22				490/515 - 4/11: Installing method ZnCharacterEncoder class>>detectEncoding:
11:59:22				490/515 - 5/11: Installing method ZnCharacterEncoder class>>handlesEncoding:
11:59:22				490/515 - 6/11: Installing method ZnCharacterEncoder class>>isAbstract
11:59:22				490/515 - 7/11: Installing method ZnCharacterEncoder class>>iso88591
11:59:22				490/515 - 8/11: Installing method ZnCharacterEncoder class>>knownEncodingIdentifiers
11:59:22				490/515 - 9/11: Installing method ZnCharacterEncoder class>>latin1
11:59:22				490/515 - 10/11: Installing method ZnCharacterEncoder class>>newForEncoding:
11:59:22				490/515 - 11/11: Installing method ZnCharacterEncoder class>>utf8
11:59:22				492/515 - 1/6: Installing method ZnCharacterReadStream>>collectionSpecies
11:59:22				492/515 - 2/6: Installing method ZnCharacterReadStream>>match:
11:59:22				492/515 - 3/6: Installing method ZnCharacterReadStream>>nextElement
11:59:22				492/515 - 4/6: Installing method ZnCharacterReadStream>>nextLine
11:59:22				492/515 - 5/6: Installing method ZnCharacterReadStream>>readInto:startingAt:count:
11:59:22				492/515 - 6/6: Installing method ZnCharacterReadStream>>upToAll:
11:59:22				493/515 - 1/24: Installing method ZnCharacterReadWriteStream>>atEnd
11:59:22				493/515 - 2/24: Installing method ZnCharacterReadWriteStream>>close
11:59:22				493/515 - 3/24: Installing method ZnCharacterReadWriteStream>>closed
11:59:22				493/515 - 4/24: Installing method ZnCharacterReadWriteStream>>collectionSpecies
11:59:22				493/515 - 5/24: Installing method ZnCharacterReadWriteStream>>cr
11:59:22				493/515 - 6/24: Installing method ZnCharacterReadWriteStream>>flush
11:59:22				493/515 - 7/24: Installing method ZnCharacterReadWriteStream>>isReadOnly
11:59:22				493/515 - 8/24: Installing method ZnCharacterReadWriteStream>>next
11:59:22				493/515 - 9/24: Installing method ZnCharacterReadWriteStream>>next:
11:59:22				493/515 - 10/24: Installing method ZnCharacterReadWriteStream>>nextPut:
11:59:22				493/515 - 11/24: Installing method ZnCharacterReadWriteStream>>nextPutAll:
11:59:22				493/515 - 12/24: Installing method ZnCharacterReadWriteStream>>on:encoding:
11:59:22				493/515 - 13/24: Installing method ZnCharacterReadWriteStream>>peek
11:59:22				493/515 - 14/24: Installing method ZnCharacterReadWriteStream>>position
11:59:22				493/515 - 15/24: Installing method ZnCharacterReadWriteStream>>position:
11:59:22				493/515 - 16/24: Installing method ZnCharacterReadWriteStream>>print:
11:59:22				493/515 - 17/24: Installing method ZnCharacterReadWriteStream>>readOnlyCopy
11:59:22				493/515 - 18/24: Installing method ZnCharacterReadWriteStream>>setToEnd
11:59:22				493/515 - 19/24: Installing method ZnCharacterReadWriteStream>>size
11:59:22				493/515 - 20/24: Installing method ZnCharacterReadWriteStream>>skip:
11:59:22				493/515 - 21/24: Installing method ZnCharacterReadWriteStream>>space
11:59:22				493/515 - 22/24: Installing method ZnCharacterReadWriteStream>>tab
11:59:22				493/515 - 23/24: Installing method ZnCharacterReadWriteStream>>upToAll:
11:59:22				493/515 - 24/24: Installing method ZnCharacterReadWriteStream>>upToEnd
11:59:22				493/515 - 1/1: Installing method ZnCharacterReadWriteStream class>>on:encoding:
11:59:22				494/515 - 1/8: Installing method ZnCharacterWriteStream>>cr
11:59:22				494/515 - 2/8: Installing method ZnCharacterWriteStream>>crlf
11:59:22				494/515 - 3/8: Installing method ZnCharacterWriteStream>>lf
11:59:22				494/515 - 4/8: Installing method ZnCharacterWriteStream>>next:putAll:startingAt:
11:59:22				494/515 - 5/8: Installing method ZnCharacterWriteStream>>nextPut:
11:59:22				494/515 - 6/8: Installing method ZnCharacterWriteStream>>print:
11:59:22				494/515 - 7/8: Installing method ZnCharacterWriteStream>>space
11:59:22				494/515 - 8/8: Installing method ZnCharacterWriteStream>>tab
11:59:22				495/515 - 1/2: Installing method ZnCodePointReadStream>>collectionSpecies
11:59:22				495/515 - 2/2: Installing method ZnCodePointReadStream>>nextElement
11:59:22				496/515 - 1/1: Installing method ZnCodePointWriteStream>>nextPut:
11:59:22				497/515 - 1/4: Installing method ZnCrPortableWriteStream>>initialize
11:59:22				497/515 - 2/4: Installing method ZnCrPortableWriteStream>>newLine
11:59:22				497/515 - 3/4: Installing method ZnCrPortableWriteStream>>nextPut:
11:59:22				497/515 - 4/4: Installing method ZnCrPortableWriteStream>>stream:
11:59:22				497/515 - 1/1: Installing method ZnCrPortableWriteStream class>>on:
11:59:22				498/515 - 1/1: Installing method ZnDefaultCharacterEncoder>>default
11:59:23				499/515 - 1/21: Installing method ZnEncodedReadStream>>atEnd
11:59:23				499/515 - 2/21: Installing method ZnEncodedReadStream>>back
11:59:23				499/515 - 3/21: Installing method ZnEncodedReadStream>>collectionSpecies
11:59:23				499/515 - 4/21: Installing method ZnEncodedReadStream>>contents
11:59:23				499/515 - 5/21: Installing method ZnEncodedReadStream>>isReadOnly
11:59:23				499/515 - 6/21: Installing method ZnEncodedReadStream>>next
11:59:23				499/515 - 7/21: Installing method ZnEncodedReadStream>>next:
11:59:23				499/515 - 8/21: Installing method ZnEncodedReadStream>>next:into:
11:59:23				499/515 - 9/21: Installing method ZnEncodedReadStream>>next:into:startingAt:
11:59:23				499/515 - 10/21: Installing method ZnEncodedReadStream>>nextElement
11:59:23				499/515 - 11/21: Installing method ZnEncodedReadStream>>nextInto:
11:59:23				499/515 - 12/21: Installing method ZnEncodedReadStream>>peek
11:59:23				499/515 - 13/21: Installing method ZnEncodedReadStream>>peekFor:
11:59:23				499/515 - 14/21: Installing method ZnEncodedReadStream>>position
11:59:23				499/515 - 15/21: Installing method ZnEncodedReadStream>>position:
11:59:23				499/515 - 16/21: Installing method ZnEncodedReadStream>>positionForward:
11:59:23				499/515 - 17/21: Installing method ZnEncodedReadStream>>readInto:startingAt:count:
11:59:23				499/515 - 18/21: Installing method ZnEncodedReadStream>>readStream
11:59:23				499/515 - 19/21: Installing method ZnEncodedReadStream>>skip:
11:59:23				499/515 - 20/21: Installing method ZnEncodedReadStream>>upTo:
11:59:23				499/515 - 21/21: Installing method ZnEncodedReadStream>>upToEnd
11:59:23				499/515 - 1/1: Installing method ZnEncodedReadStream class>>isAbstract
11:59:23				500/515 - 1/17: Installing method ZnEncodedStream>>close
11:59:23				500/515 - 2/17: Installing method ZnEncodedStream>>closed
11:59:23				500/515 - 3/17: Installing method ZnEncodedStream>>encoder
11:59:23				500/515 - 4/17: Installing method ZnEncodedStream>>encoder:
11:59:23				500/515 - 5/17: Installing method ZnEncodedStream>>encoding:
11:59:23				500/515 - 6/17: Installing method ZnEncodedStream>>flush
11:59:23				500/515 - 7/17: Installing method ZnEncodedStream>>isBinary
11:59:23				500/515 - 8/17: Installing method ZnEncodedStream>>isStream
11:59:23				500/515 - 9/17: Installing method ZnEncodedStream>>on:
11:59:23				500/515 - 10/17: Installing method ZnEncodedStream>>position
11:59:23				500/515 - 11/17: Installing method ZnEncodedStream>>position:
11:59:23				500/515 - 12/17: Installing method ZnEncodedStream>>reset
11:59:23				500/515 - 13/17: Installing method ZnEncodedStream>>setToEnd
11:59:23				500/515 - 14/17: Installing method ZnEncodedStream>>size
11:59:23				500/515 - 15/17: Installing method ZnEncodedStream>>truncate
11:59:23				500/515 - 16/17: Installing method ZnEncodedStream>>truncate:
11:59:23				500/515 - 17/17: Installing method ZnEncodedStream>>wrappedStream
11:59:23				500/515 - 1/4: Installing method ZnEncodedStream class>>defaultEncoder
11:59:23				500/515 - 2/4: Installing method ZnEncodedStream class>>isAbstract
11:59:23				500/515 - 3/4: Installing method ZnEncodedStream class>>on:
11:59:23				500/515 - 4/4: Installing method ZnEncodedStream class>>on:encoding:
11:59:23				501/515 - 1/6: Installing method ZnEncodedWriteStream>><<
11:59:23				501/515 - 2/6: Installing method ZnEncodedWriteStream>>flush
11:59:23				501/515 - 3/6: Installing method ZnEncodedWriteStream>>next:putAll:
11:59:23				501/515 - 4/6: Installing method ZnEncodedWriteStream>>next:putAll:startingAt:
11:59:23				501/515 - 5/6: Installing method ZnEncodedWriteStream>>nextPut:
11:59:23				501/515 - 6/6: Installing method ZnEncodedWriteStream>>nextPutAll:
11:59:23				501/515 - 1/1: Installing method ZnEncodedWriteStream class>>isAbstract
11:59:24				502/515 - 1/10: Installing method ZnEndianSensitiveUTFEncoder>>=
11:59:24				502/515 - 2/10: Installing method ZnEndianSensitiveUTFEncoder>>beBigEndian
11:59:24				502/515 - 3/10: Installing method ZnEndianSensitiveUTFEncoder>>beLittleEndian
11:59:24				502/515 - 4/10: Installing method ZnEndianSensitiveUTFEncoder>>endianness
11:59:24				502/515 - 5/10: Installing method ZnEndianSensitiveUTFEncoder>>hash
11:59:24				502/515 - 6/10: Installing method ZnEndianSensitiveUTFEncoder>>initialize
11:59:24				502/515 - 7/10: Installing method ZnEndianSensitiveUTFEncoder>>isBigEndian
11:59:24				502/515 - 8/10: Installing method ZnEndianSensitiveUTFEncoder>>isLittleEndian
11:59:24				502/515 - 9/10: Installing method ZnEndianSensitiveUTFEncoder>>printOn:
11:59:24				502/515 - 10/10: Installing method ZnEndianSensitiveUTFEncoder>>swapEndianness
11:59:24				502/515 - 1/1: Installing method ZnEndianSensitiveUTFEncoder class>>newForEncoding:
11:59:24				503/515 - 1/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:
11:59:24				503/515 - 2/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:put:
11:59:24				503/515 - 3/3: Installing method ZnEndianessReadWriteStream>>on:
11:59:24				503/515 - 1/2: Installing method ZnEndianessReadWriteStream class>>on:
11:59:24				503/515 - 2/2: Installing method ZnEndianessReadWriteStream class>>on:do:
11:59:24				504/515 - 1/9: Installing method ZnFastLineReader>>atEnd
11:59:24				504/515 - 2/9: Installing method ZnFastLineReader>>beWide
11:59:24				504/515 - 3/9: Installing method ZnFastLineReader>>bufferStream:
11:59:24				504/515 - 4/9: Installing method ZnFastLineReader>>close
11:59:24				504/515 - 5/9: Installing method ZnFastLineReader>>initialize
11:59:24				504/515 - 6/9: Installing method ZnFastLineReader>>linesDo:
11:59:24				504/515 - 7/9: Installing method ZnFastLineReader>>nextLine
11:59:24				504/515 - 8/9: Installing method ZnFastLineReader>>on:
11:59:24				504/515 - 9/9: Installing method ZnFastLineReader>>streamContents:
11:59:24				504/515 - 1/1: Installing method ZnFastLineReader class>>on:
11:59:24				505/515 - 1/2: Installing method ZnIncomplete>>defaultResumeValue
11:59:24				505/515 - 2/2: Installing method ZnIncomplete>>isResumable
11:59:24				506/515 - 1/2: Installing method ZnInvalidUTF8>>defaultResumeValue
11:59:24				506/515 - 2/2: Installing method ZnInvalidUTF8>>isResumable
11:59:24				507/515 - 1/10: Installing method ZnNewLineWriterStream>>close
11:59:24				507/515 - 2/10: Installing method ZnNewLineWriterStream>>flush
11:59:24				507/515 - 3/10: Installing method ZnNewLineWriterStream>>forCr
11:59:24				507/515 - 4/10: Installing method ZnNewLineWriterStream>>forCrLf
11:59:24				507/515 - 5/10: Installing method ZnNewLineWriterStream>>forLf
11:59:24				507/515 - 6/10: Installing method ZnNewLineWriterStream>>forPlatformLineEnding
11:59:24				507/515 - 7/10: Installing method ZnNewLineWriterStream>>initialize
11:59:24				507/515 - 8/10: Installing method ZnNewLineWriterStream>>newLine
11:59:24				507/515 - 9/10: Installing method ZnNewLineWriterStream>>nextPut:
11:59:24				507/515 - 10/10: Installing method ZnNewLineWriterStream>>stream:
11:59:24				507/515 - 1/1: Installing method ZnNewLineWriterStream class>>on:
11:59:24				508/515 - 1/14: Installing method ZnNullEncoder>>backOnStream:
11:59:24				508/515 - 2/14: Installing method ZnNullEncoder>>decodeBytes:
11:59:24				508/515 - 3/14: Installing method ZnNullEncoder>>encodeString:
11:59:24				508/515 - 4/14: Installing method ZnNullEncoder>>encodedByteCountFor:
11:59:24				508/515 - 5/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoint:
11:59:24				508/515 - 6/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoints:
11:59:24				508/515 - 7/14: Installing method ZnNullEncoder>>encodedByteCountForString:
11:59:24				508/515 - 8/14: Installing method ZnNullEncoder>>ensureAtBeginOfCodePointOnStream:
11:59:24				508/515 - 9/14: Installing method ZnNullEncoder>>identifier
11:59:24				508/515 - 10/14: Installing method ZnNullEncoder>>next:putAll:startingAt:toStream:
11:59:24				508/515 - 11/14: Installing method ZnNullEncoder>>nextCodePointFromStream:
11:59:24				508/515 - 12/14: Installing method ZnNullEncoder>>nextPutCodePoint:toStream:
11:59:24				508/515 - 13/14: Installing method ZnNullEncoder>>readInto:startingAt:count:fromStream:
11:59:24				508/515 - 14/14: Installing method ZnNullEncoder>>skipToBeginOfCodePointOnStream:
11:59:24				508/515 - 1/3: Installing method ZnNullEncoder class>>handlesEncoding:
11:59:24				508/515 - 2/3: Installing method ZnNullEncoder class>>knownEncodingIdentifiers
11:59:24				508/515 - 3/3: Installing method ZnNullEncoder class>>newForEncoding:
11:59:25				509/515 - 1/14: Installing method ZnPercentEncoder>>characterEncoder
11:59:25				509/515 - 2/14: Installing method ZnPercentEncoder>>characterEncoder:
11:59:25				509/515 - 3/14: Installing method ZnPercentEncoder>>decode:
11:59:25				509/515 - 4/14: Installing method ZnPercentEncoder>>decode:to:
11:59:25				509/515 - 5/14: Installing method ZnPercentEncoder>>decodePlusAsSpace
11:59:25				509/515 - 6/14: Installing method ZnPercentEncoder>>decodePlusAsSpace:
11:59:25				509/515 - 7/14: Installing method ZnPercentEncoder>>encode:
11:59:25				509/515 - 8/14: Installing method ZnPercentEncoder>>encode:to:
11:59:25				509/515 - 9/14: Installing method ZnPercentEncoder>>errorAsciiCharacterExpected
11:59:25				509/515 - 10/14: Installing method ZnPercentEncoder>>errorHexDigitExpected
11:59:25				509/515 - 11/14: Installing method ZnPercentEncoder>>readHexFrom:
11:59:25				509/515 - 12/14: Installing method ZnPercentEncoder>>safeSet
11:59:25				509/515 - 13/14: Installing method ZnPercentEncoder>>safeSet:
11:59:25				509/515 - 14/14: Installing method ZnPercentEncoder>>writeHex:to:
11:59:25				509/515 - 1/1: Installing method ZnPercentEncoder class>>rfc3986UnreservedCharacters
11:59:25				510/515 - 1/26: Installing method ZnPositionableReadStream>>atEnd
11:59:25				510/515 - 2/26: Installing method ZnPositionableReadStream>>back
11:59:25				510/515 - 3/26: Installing method ZnPositionableReadStream>>bufferSize
11:59:25				510/515 - 4/26: Installing method ZnPositionableReadStream>>close
11:59:25				510/515 - 5/26: Installing method ZnPositionableReadStream>>collectionSpecies
11:59:25				510/515 - 6/26: Installing method ZnPositionableReadStream>>defaultBufferSize
11:59:25				510/515 - 7/26: Installing method ZnPositionableReadStream>>initialize
11:59:25				510/515 - 8/26: Installing method ZnPositionableReadStream>>isBinary
11:59:25				510/515 - 9/26: Installing method ZnPositionableReadStream>>next
11:59:25				510/515 - 10/26: Installing method ZnPositionableReadStream>>next:
11:59:25				510/515 - 11/26: Installing method ZnPositionableReadStream>>next:into:
11:59:25				510/515 - 12/26: Installing method ZnPositionableReadStream>>next:into:startingAt:
11:59:25				510/515 - 13/26: Installing method ZnPositionableReadStream>>nextInto:
11:59:25				510/515 - 14/26: Installing method ZnPositionableReadStream>>on:
11:59:25				510/515 - 15/26: Installing method ZnPositionableReadStream>>peek
11:59:25				510/515 - 16/26: Installing method ZnPositionableReadStream>>peekFor:
11:59:25				510/515 - 17/26: Installing method ZnPositionableReadStream>>position
11:59:25				510/515 - 18/26: Installing method ZnPositionableReadStream>>position:
11:59:25				510/515 - 19/26: Installing method ZnPositionableReadStream>>readInto:startingAt:count:
11:59:25				510/515 - 20/26: Installing method ZnPositionableReadStream>>readStream
11:59:25				510/515 - 21/26: Installing method ZnPositionableReadStream>>savingPositionDo:
11:59:25				510/515 - 22/26: Installing method ZnPositionableReadStream>>sizeBuffer:
11:59:25				510/515 - 23/26: Installing method ZnPositionableReadStream>>skip:
11:59:25				510/515 - 24/26: Installing method ZnPositionableReadStream>>upTo:
11:59:25				510/515 - 25/26: Installing method ZnPositionableReadStream>>upToEnd
11:59:25				510/515 - 26/26: Installing method ZnPositionableReadStream>>wrappedStream
11:59:25				510/515 - 1/2: Installing method ZnPositionableReadStream class>>on:
11:59:25				510/515 - 2/2: Installing method ZnPositionableReadStream class>>on:do:
11:59:25				511/515 - 1/21: Installing method ZnSimplifiedByteEncoder>>=
11:59:25				511/515 - 2/21: Installing method ZnSimplifiedByteEncoder>>backOnStream:
11:59:25				511/515 - 3/21: Installing method ZnSimplifiedByteEncoder>>beLenient
11:59:25				511/515 - 4/21: Installing method ZnSimplifiedByteEncoder>>byteDomain
11:59:25				511/515 - 5/21: Installing method ZnSimplifiedByteEncoder>>byteToUnicode:
11:59:25				511/515 - 6/21: Installing method ZnSimplifiedByteEncoder>>characterDomain
11:59:25				511/515 - 7/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountFor:
11:59:25				511/515 - 8/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountForCodePoint:
11:59:26				511/515 - 9/21: Installing method ZnSimplifiedByteEncoder>>ensureAtBeginOfCodePointOnStream:
11:59:26				511/515 - 10/21: Installing method ZnSimplifiedByteEncoder>>hash
11:59:26				511/515 - 11/21: Installing method ZnSimplifiedByteEncoder>>identifier
11:59:26				511/515 - 12/21: Installing method ZnSimplifiedByteEncoder>>identifier:
11:59:26				511/515 - 13/21: Installing method ZnSimplifiedByteEncoder>>initialize
11:59:26				511/515 - 14/21: Installing method ZnSimplifiedByteEncoder>>isLenient
11:59:26				511/515 - 15/21: Installing method ZnSimplifiedByteEncoder>>isStrict
11:59:26				511/515 - 16/21: Installing method ZnSimplifiedByteEncoder>>nextCodePointFromStream:
11:59:26				511/515 - 17/21: Installing method ZnSimplifiedByteEncoder>>nextFromStream:
11:59:26				511/515 - 18/21: Installing method ZnSimplifiedByteEncoder>>nextPutCodePoint:toStream:
11:59:26				511/515 - 19/21: Installing method ZnSimplifiedByteEncoder>>printOn:
11:59:26				511/515 - 20/21: Installing method ZnSimplifiedByteEncoder>>skipToBeginOfCodePointOnStream:
11:59:26				511/515 - 21/21: Installing method ZnSimplifiedByteEncoder>>unicodeToByte:
11:59:26				511/515 - 1/10: Installing method ZnSimplifiedByteEncoder class>>asciiMapping
11:59:26				511/515 - 2/10: Installing method ZnSimplifiedByteEncoder class>>byteTextConverters
11:59:26				511/515 - 3/10: Installing method ZnSimplifiedByteEncoder class>>handlesEncoding:
11:59:26				511/515 - 4/10: Installing method ZnSimplifiedByteEncoder class>>initialize
11:59:26				511/515 - 5/10: Installing method ZnSimplifiedByteEncoder class>>initializeByteTextConverters
11:59:26				511/515 - 6/10: Installing method ZnSimplifiedByteEncoder class>>iso88591Mapping
11:59:26				511/515 - 7/10: Installing method ZnSimplifiedByteEncoder class>>knownEncodingIdentifiers
11:59:26				511/515 - 8/10: Installing method ZnSimplifiedByteEncoder class>>mappingToIdentifiers
11:59:26				511/515 - 9/10: Installing method ZnSimplifiedByteEncoder class>>newForEncoding:
11:59:26				511/515 - 10/10: Installing method ZnSimplifiedByteEncoder class>>tablesFromSpec:
11:59:26				512/515 - 1/13: Installing method ZnUTF16Encoder>>back16BitWordOnStream:
11:59:26				512/515 - 2/13: Installing method ZnUTF16Encoder>>backOnStream:
11:59:26				512/515 - 3/13: Installing method ZnUTF16Encoder>>encodedByteCountForCodePoint:
11:59:26				512/515 - 4/13: Installing method ZnUTF16Encoder>>ensureAtBeginOfCodePointOnStream:
11:59:26				512/515 - 5/13: Installing method ZnUTF16Encoder>>errorIncomplete
11:59:26				512/515 - 6/13: Installing method ZnUTF16Encoder>>identifier
11:59:26				512/515 - 7/13: Installing method ZnUTF16Encoder>>isFixedLength
11:59:26				512/515 - 8/13: Installing method ZnUTF16Encoder>>nextCodePointFromStream:
11:59:26				512/515 - 9/13: Installing method ZnUTF16Encoder>>nextPutCodePoint:toStream:
11:59:26				512/515 - 10/13: Installing method ZnUTF16Encoder>>processByteOrderMark:
11:59:26				512/515 - 11/13: Installing method ZnUTF16Encoder>>read16BitWordFromStream:
11:59:26				512/515 - 12/13: Installing method ZnUTF16Encoder>>skipToBeginOfCodePointOnStream:
11:59:26				512/515 - 13/13: Installing method ZnUTF16Encoder>>write16BitWord:toStream:
11:59:26				512/515 - 1/2: Installing method ZnUTF16Encoder class>>handlesEncoding:
11:59:26				512/515 - 2/2: Installing method ZnUTF16Encoder class>>knownEncodingIdentifiers
11:59:26				513/515 - 1/11: Installing method ZnUTF32Encoder>>backOnStream:
11:59:26				513/515 - 2/11: Installing method ZnUTF32Encoder>>encodedByteCountForCodePoint:
11:59:26				513/515 - 3/11: Installing method ZnUTF32Encoder>>ensureAtBeginOfCodePointOnStream:
11:59:26				513/515 - 4/11: Installing method ZnUTF32Encoder>>errorIncomplete
11:59:26				513/515 - 5/11: Installing method ZnUTF32Encoder>>identifier
11:59:26				513/515 - 6/11: Installing method ZnUTF32Encoder>>nextCodePointFromStream:
11:59:26				513/515 - 7/11: Installing method ZnUTF32Encoder>>nextPutCodePoint:toStream:
11:59:26				513/515 - 8/11: Installing method ZnUTF32Encoder>>processByteOrderMark:
11:59:26				513/515 - 9/11: Installing method ZnUTF32Encoder>>readCodePointFrom:
11:59:26				513/515 - 10/11: Installing method ZnUTF32Encoder>>skipToBeginOfCodePointOnStream:
11:59:26				513/515 - 11/11: Installing method ZnUTF32Encoder>>writeCodePoint:to:
11:59:26				513/515 - 1/2: Installing method ZnUTF32Encoder class>>handlesEncoding:
11:59:26				513/515 - 2/2: Installing method ZnUTF32Encoder class>>knownEncodingIdentifiers
11:59:27				514/515 - 1/17: Installing method ZnUTF8Encoder>>backOnStream:
11:59:27				514/515 - 2/17: Installing method ZnUTF8Encoder>>encodedByteCountForCodePoint:
11:59:27				514/515 - 3/17: Installing method ZnUTF8Encoder>>ensureAtBeginOfCodePointOnStream:
11:59:27				514/515 - 4/17: Installing method ZnUTF8Encoder>>error:
11:59:27				514/515 - 5/17: Installing method ZnUTF8Encoder>>errorIllegalContinuationByte
11:59:27				514/515 - 6/17: Installing method ZnUTF8Encoder>>errorIllegalLeadingByte
11:59:27				514/515 - 7/17: Installing method ZnUTF8Encoder>>errorOverlong
11:59:27				514/515 - 8/17: Installing method ZnUTF8Encoder>>findFirstNonASCIIIn:startingAt:
11:59:27				514/515 - 9/17: Installing method ZnUTF8Encoder>>identifier
11:59:27				514/515 - 10/17: Installing method ZnUTF8Encoder>>isFixedLength
11:59:27				514/515 - 11/17: Installing method ZnUTF8Encoder>>next:putAll:startingAt:toStream:
11:59:27				514/515 - 12/17: Installing method ZnUTF8Encoder>>next:putAllASCII:startingAt:toStream:
11:59:27				514/515 - 13/17: Installing method ZnUTF8Encoder>>next:putAllByteString:startingAt:toStream:
11:59:27				514/515 - 14/17: Installing method ZnUTF8Encoder>>nextCodePointFromStream:
11:59:27				514/515 - 15/17: Installing method ZnUTF8Encoder>>nextPutCodePoint:toStream:
11:59:27				514/515 - 16/17: Installing method ZnUTF8Encoder>>readInto:startingAt:count:fromStream:
11:59:27				514/515 - 17/17: Installing method ZnUTF8Encoder>>skipToBeginOfCodePointOnStream:
11:59:27				514/515 - 1/5: Installing method ZnUTF8Encoder class>>default
11:59:27				514/515 - 2/5: Installing method ZnUTF8Encoder class>>handlesEncoding:
11:59:27				514/515 - 3/5: Installing method ZnUTF8Encoder class>>initialize
11:59:27				514/515 - 4/5: Installing method ZnUTF8Encoder class>>knownEncodingIdentifiers
11:59:27				514/515 - 5/5: Installing method ZnUTF8Encoder class>>newForEncoding:
11:59:27				515/515 - 1/7: Installing method ZnUTFEncoder>>byteOrderMark
11:59:27				515/515 - 2/7: Installing method ZnUTFEncoder>>decodeBytes:
11:59:27				515/515 - 3/7: Installing method ZnUTFEncoder>>decodeBytesIntoWideString:
11:59:27				515/515 - 4/7: Installing method ZnUTFEncoder>>encodeStringWithByteOrderMark:
11:59:27				515/515 - 5/7: Installing method ZnUTFEncoder>>isSurrogateCodePoint:
11:59:27				515/515 - 6/7: Installing method ZnUTFEncoder>>maximumUTFCode
11:59:27				515/515 - 7/7: Installing method ZnUTFEncoder>>nextPutByteOrderMarkToStream:
11:59:27				515/515 - 1/1: Installing method ZnUTFEncoder class>>handlesEncoding:
11:59:27				End: Installing defined methods
11:59:27				Begin: Installing extension methods
11:59:27				001/34-1/1: Installing extension method Symbol>>asAnnouncement
11:59:27				003/34-1/1: Installing extension method Object>>asDoubleLink
11:59:27				004/34-1/5: Installing extension method SequenceableCollection>>asFloatArray
11:59:27				004/34-2/5: Installing extension method SequenceableCollection>>asWordArray
11:59:27				004/34-3/5: Installing extension method Collection>>asByteArray
11:59:27				004/34-4/5: Installing extension method SequenceableCollection>>asIntegerArray
11:59:27				004/34-5/5: Installing extension method SequenceableCollection>>asByteArray
11:59:27				005/34-1/23: Installing extension method Collection>>asOrderedDictionary
11:59:27				005/34-2/23: Installing extension method Collection>>sorted:
11:59:27				005/34-3/23: Installing extension method Collection>>flattened
11:59:27				005/34-4/23: Installing extension method Collection>>asSortedCollection:
11:59:27				005/34-5/23: Installing extension method Collection>>groupedBy:
11:59:27				005/34-6/23: Installing extension method Number>>to:by:
11:59:27				005/34-7/23: Installing extension method Collection>>flatCollect:as:
11:59:27				005/34-8/23: Installing extension method Collection>>sorted
11:59:27				005/34-9/23: Installing extension method Object>>appendTo:
11:59:27				005/34-10/23: Installing extension method Number>>to:by:do:
11:59:28				005/34-11/23: Installing extension method Collection>>asArray
11:59:28				005/34-12/23: Installing extension method Object>>joinTo:
11:59:28				005/34-13/23: Installing extension method Object>>join:
11:59:28				005/34-14/23: Installing extension method Character>>join:
11:59:28				005/34-15/23: Installing extension method Collection>>asNewArray
11:59:28				005/34-16/23: Installing extension method BlockClosure>>split:indicesDo:
11:59:28				005/34-17/23: Installing extension method Object>>split:
11:59:28				005/34-18/23: Installing extension method Collection>>asOrderedCollection
11:59:28				005/34-19/23: Installing extension method Number>>to:do:
11:59:28				005/34-20/23: Installing extension method Object>>split:do:
11:59:28				005/34-21/23: Installing extension method Object>>split:indicesDo:
11:59:28				005/34-22/23: Installing extension method Number>>to:
11:59:28				005/34-23/23: Installing extension method Collection>>asSortedCollection
11:59:28				007/34-1/8: Installing extension method LinkedList class>>new:streamContents:
11:59:28				007/34-2/8: Installing extension method SequenceableCollection>>writeStream
11:59:28				007/34-3/8: Installing extension method SequenceableCollection>>writeStreamDo:
11:59:28				007/34-4/8: Installing extension method OrderedCollection class>>new:streamContents:
11:59:28				007/34-5/8: Installing extension method SequenceableCollection class>>streamContents:limitedTo:
11:59:28				007/34-6/8: Installing extension method Symbol class>>new:streamContents:
11:59:28				007/34-7/8: Installing extension method SequenceableCollection class>>new:streamContents:
11:59:28				007/34-8/8: Installing extension method SequenceableCollection>>readStream
11:59:28				008/34-1/2: Installing extension method Collection>>asMultilineString
11:59:28				008/34-2/2: Installing extension method Collection>>asCharacterSet
11:59:28				010/34-1/9: Installing extension method Collection>>asDictionary
11:59:28				010/34-2/9: Installing extension method Collection>>asBag
11:59:28				010/34-3/9: Installing extension method Collection>>flatCollectAsSet:
11:59:28				010/34-4/9: Installing extension method OrderedCollection>>removeDuplicates
11:59:28				010/34-5/9: Installing extension method Collection>>asSet
11:59:28				010/34-6/9: Installing extension method OrderedDictionary>>at:update:
11:59:28				010/34-7/9: Installing extension method Collection>>asIdentitySet
11:59:28				010/34-8/9: Installing extension method OrderedIdentityDictionary>>dictionaryClass
11:59:28				010/34-9/9: Installing extension method OrderedDictionary>>dictionaryClass
11:59:28				012/34-1/69: Installing extension method ByteArray>>signedCharAt:put:
11:59:28				012/34-2/69: Installing extension method ByteArray>>int32AtOffset:
11:59:28				012/34-3/69: Installing extension method ByteArray>>unsignedLongAt:put:
11:59:28				012/34-4/69: Installing extension method ByteArray>>int64AtOffset:put:
11:59:28				012/34-5/69: Installing extension method ByteArray>>voidAt:
11:59:28				012/34-6/69: Installing extension method ByteArray>>integerAt:size:signed:
11:59:28				012/34-7/69: Installing extension method ByteArray>>unsignedLongAt:
11:59:28				012/34-8/69: Installing extension method ByteArray>>unsignedLongLongAt:put:
11:59:28				012/34-9/69: Installing extension method ByteArray>>signedLongAt:put:
11:59:28				012/34-10/69: Installing extension method ByteArray>>int32AtOffset:put:
11:59:28				012/34-11/69: Installing extension method ByteArray>>longPointerAt:put:
11:59:28				012/34-12/69: Installing extension method ByteArray>>char8AtOffset:put:
11:59:28				012/34-13/69: Installing extension method ByteArray>>unsignedCharAt:put:
11:59:28				012/34-14/69: Installing extension method ByteArray>>int64AtOffset:
11:59:28				012/34-15/69: Installing extension method ByteArray>>pointerAt:
11:59:28				012/34-16/69: Installing extension method ByteArray>>int8AtOffset:
11:59:28				012/34-17/69: Installing extension method ByteArray>>isNull
11:59:29				012/34-18/69: Installing extension method ByteArray>>integerAt:put:size:signed:
11:59:29				012/34-19/69: Installing extension method ByteArray>>char8AtOffset:
11:59:29				012/34-20/69: Installing extension method ByteArray>>signedCharAt:
11:59:29				012/34-21/69: Installing extension method ByteArray>>unsignedShortAt:
11:59:29				012/34-22/69: Installing extension method ByteArray>>structAt:length:
11:59:29				012/34-23/69: Installing extension method ByteArray>>booleanAt:
11:59:29				012/34-24/69: Installing extension method ByteArray>>floatAt:
11:59:29				012/34-25/69: Installing extension method ByteArray>>float32AtOffset:put:
11:59:29				012/34-26/69: Installing extension method ByteArray>>unsignedByteAt:
11:59:29				012/34-27/69: Installing extension method ByteArray>>unsignedByteAt:put:
11:59:29				012/34-28/69: Installing extension method ByteArray>>uint16AtOffset:
11:59:29				012/34-29/69: Installing extension method ByteArray>>booleanAt:put:
11:59:29				012/34-30/69: Installing extension method ByteArray>>shortPointerAt:put:
11:59:29				012/34-31/69: Installing extension method ByteArray>>voidAt:put:
11:59:29				012/34-32/69: Installing extension method ByteArray>>float64AtOffset:put:
11:59:29				012/34-33/69: Installing extension method ByteArray>>pointerAtOffset:
11:59:29				012/34-34/69: Installing extension method ByteArray>>float32AtOffset:
11:59:29				012/34-35/69: Installing extension method ByteArray>>float64AtOffset:
11:59:29				012/34-36/69: Installing extension method ByteArray>>int8AtOffset:put:
11:59:29				012/34-37/69: Installing extension method ByteArray>>asExternalPointer
11:59:29				012/34-38/69: Installing extension method ByteArray>>doubleAt:put:
11:59:29				012/34-39/69: Installing extension method ByteArray>>unsignedShortAt:put:
11:59:29				012/34-40/69: Installing extension method ByteArray>>int16AtOffset:put:
11:59:29				012/34-41/69: Installing extension method ByteArray>>uint8AtOffset:
11:59:29				012/34-42/69: Installing extension method ByteArray>>boolean8AtOffset:
11:59:29				012/34-43/69: Installing extension method ByteArray>>isExternalAddress
11:59:29				012/34-44/69: Installing extension method ByteArray>>doubleAt:
11:59:29				012/34-45/69: Installing extension method ByteArray>>signedShortAt:
11:59:29				012/34-46/69: Installing extension method ByteArray>>uint8AtOffset:put:
11:59:29				012/34-47/69: Installing extension method ByteArray>>unsignedCharAt:
11:59:29				012/34-48/69: Installing extension method ByteArray>>signedShortAt:put:
11:59:29				012/34-49/69: Installing extension method ByteArray>>longPointerAt:
11:59:29				012/34-50/69: Installing extension method ByteArray>>signedLongLongAt:
11:59:29				012/34-51/69: Installing extension method ByteArray>>structAt:put:length:
11:59:29				012/34-52/69: Installing extension method ByteArray>>uint32AtOffset:put:
11:59:29				012/34-53/69: Installing extension method ByteArray>>int16AtOffset:
11:59:29				012/34-54/69: Installing extension method ByteArray>>uint64AtOffset:
11:59:29				012/34-55/69: Installing extension method ByteArray>>signedLongLongAt:put:
11:59:29				012/34-56/69: Installing extension method ByteArray>>char16AtOffset:put:
11:59:29				012/34-57/69: Installing extension method ByteArray>>signedLongAt:
11:59:29				012/34-58/69: Installing extension method ByteArray>>char32AtOffset:
11:59:29				012/34-59/69: Installing extension method ByteArray>>pointerAt:put:
11:59:29				012/34-60/69: Installing extension method ByteArray>>pointerAtOffset:put:
11:59:29				012/34-61/69: Installing extension method ByteArray>>shortPointerAt:
11:59:29				012/34-62/69: Installing extension method ByteArray>>char16AtOffset:
11:59:29				012/34-63/69: Installing extension method ByteArray>>char32AtOffset:put:
11:59:29				012/34-64/69: Installing extension method ByteArray>>unsignedLongLongAt:
11:59:29				012/34-65/69: Installing extension method ByteArray>>uint16AtOffset:put:
11:59:29				012/34-66/69: Installing extension method ByteArray>>uint64AtOffset:put:
11:59:29				012/34-67/69: Installing extension method ByteArray>>floatAt:put:
11:59:29				012/34-68/69: Installing extension method ByteArray>>uint32AtOffset:
11:59:29				012/34-69/69: Installing extension method ByteArray>>boolean8AtOffset:put:
11:59:29				014/34-1/1: Installing extension method String>>asVmPathName
11:59:29				016/34-1/3: Installing extension method String>>asPackage
11:59:29				016/34-2/3: Installing extension method Heap>>removeFirstOrNil
11:59:29				016/34-3/3: Installing extension method String>>asPackageIfAbsent:
11:59:29				018/34-1/5: Installing extension method String>>asClassVariableCollection
11:59:29				018/34-2/5: Installing extension method String>>asClassVariable
11:59:29				018/34-3/5: Installing extension method Symbol>>=>
11:59:29				018/34-4/5: Installing extension method String>>asSlotCollection
11:59:29				018/34-5/5: Installing extension method String>>asSlot
11:59:29				019/34-1/10: Installing extension method Number class>>readFrom:
11:59:29				019/34-2/10: Installing extension method Fraction class>>readFrom:
11:59:29				019/34-3/10: Installing extension method Number class>>squeezeNumberOutOfString:
11:59:29				019/34-4/10: Installing extension method Integer class>>readFrom:radix:
11:59:29				019/34-5/10: Installing extension method Integer class>>readFrom:
11:59:29				019/34-6/10: Installing extension method Integer class>>readFrom:base:
11:59:29				019/34-7/10: Installing extension method Number class>>readFrom:ifFail:
11:59:29				019/34-8/10: Installing extension method Number class>>readFrom:base:
11:59:30				019/34-9/10: Installing extension method Number class>>squeezeNumberOutOfString:ifFail:
11:59:30				019/34-10/10: Installing extension method Integer class>>readFrom:ifFail:
11:59:30				022/34-1/12: Installing extension method Class>>addClassSlot:
11:59:30				022/34-2/12: Installing extension method Class>>removeSlot:
11:59:30				022/34-3/12: Installing extension method Behavior>>fluidInstall
11:59:30				022/34-4/12: Installing extension method SmalltalkImage>>classBuilder
11:59:30				022/34-5/12: Installing extension method SmalltalkImage>>classInstaller
11:59:30				022/34-6/12: Installing extension method Class>>removeClassSlot:
11:59:30				022/34-7/12: Installing extension method Behavior>><<
11:59:30				022/34-8/12: Installing extension method Metaclass>>instanceVariableNames:
11:59:30				022/34-9/12: Installing extension method SmalltalkImage>>anonymousClassInstaller
11:59:30				022/34-10/12: Installing extension method UndefinedObject>><<
11:59:30				022/34-11/12: Installing extension method Class>>addSlot:
11:59:30				022/34-12/12: Installing extension method Metaclass>><<
11:59:30				025/34-1/2: Installing extension method OSPlatform>>newTerminfo
11:59:30				025/34-2/2: Installing extension method Win32Platform>>newTerminfo
11:59:30				027/34-1/1: Installing extension method Object>>mourn
11:59:30				028/34-1/4: Installing extension method SmalltalkImage>>platform
11:59:30				028/34-2/4: Installing extension method SmalltalkImage>>os
11:59:30				028/34-3/4: Installing extension method String>>asWin32WideString
11:59:30				028/34-4/4: Installing extension method SmalltalkImage>>platformName
11:59:30				029/34-1/3: Installing extension method SmalltalkImage>>addToStartUpList:
11:59:30				029/34-2/3: Installing extension method SmalltalkImage>>addToShutDownList:
11:59:30				029/34-3/3: Installing extension method SmalltalkImage>>session
11:59:30				030/34-1/6: Installing extension method WinPlatform>>potentialLocationsOfSourcesFile
11:59:30				030/34-2/6: Installing extension method OSPlatform>>potentialLocationsOfSourcesFile
11:59:30				030/34-3/6: Installing extension method MacOSPlatform>>potentialLocationsOfSourcesFile
11:59:30				030/34-4/6: Installing extension method CompiledMethod>>putSource:withPreamble:
11:59:30				030/34-5/6: Installing extension method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod:
11:59:30				030/34-6/6: Installing extension method WriteStream>>nextChunkPut:
11:59:30				031/34-1/15: Installing extension method ClassDescription>>allCallsOnIn:
11:59:30				031/34-2/15: Installing extension method Behavior>>allUnsentMessages
11:59:30				031/34-3/15: Installing extension method Behavior>>referencedClasses
11:59:30				031/34-4/15: Installing extension method Object>>systemNavigation
11:59:30				031/34-5/15: Installing extension method Class>>allUnreferencedClassVariables
11:59:30				031/34-6/15: Installing extension method Behavior>>allCallsOn
11:59:30				031/34-7/15: Installing extension method CompiledMethod>>referencedClasses
11:59:31				031/34-8/15: Installing extension method Behavior>>allCallsOn:
11:59:31				031/34-9/15: Installing extension method Symbol>>senders
11:59:31				031/34-10/15: Installing extension method CompiledMethod>>implementors
11:59:31				031/34-11/15: Installing extension method Object>>isPrimitiveError
11:59:31				031/34-12/15: Installing extension method Symbol>>implementors
11:59:31				031/34-13/15: Installing extension method CompiledMethod>>senders
11:59:31				031/34-14/15: Installing extension method Package>>allUnsentMessages
11:59:31				031/34-15/15: Installing extension method Context>>errorReportOn:
11:59:31				032/34-1/10: Installing extension method Object>>logExit
11:59:31				032/34-2/10: Installing extension method Object>>trace:
11:59:31				032/34-3/10: Installing extension method Object>>crTrace
11:59:31				032/34-4/10: Installing extension method Object>>traceCr
11:59:31				032/34-5/10: Installing extension method Object>>logEntry
11:59:31				032/34-6/10: Installing extension method Object>>logExecution
11:59:31				032/34-7/10: Installing extension method Object>>traceCr:
11:59:31				032/34-8/10: Installing extension method Object>>traceCrTab:
11:59:31				032/34-9/10: Installing extension method Object>>crTrace:
11:59:31				032/34-10/10: Installing extension method Object>>trace
11:59:31				033/34-1/5: Installing extension method Object>>inform:
11:59:31				033/34-2/5: Installing extension method Object>>confirm:
11:59:31				033/34-3/5: Installing extension method Object>>primitiveError:
11:59:31				033/34-4/5: Installing extension method Object>>uiManager
11:59:31				033/34-5/5: Installing extension method PharoCommandLineHandler class>>activateWith:
11:59:31				034/34-1/7: Installing extension method String>>utf8Encoded
11:59:31				034/34-2/7: Installing extension method ByteArray>>utf8Decoded
11:59:31				034/34-3/7: Installing extension method ByteArray>>decodeWith:
11:59:31				034/34-4/7: Installing extension method String>>encodeWith:
11:59:31				034/34-5/7: Installing extension method String>>asZnCharacterEncoder
11:59:31				034/34-6/7: Installing extension method String>>urlDecoded
11:59:31				034/34-7/7: Installing extension method String>>urlEncoded
11:59:31				End: Installing extension methods
11:59:31				Begin: Initializing image.

freeing 52 forwarders
done.
initial heap size: 20,971,520
final new heap size: 2,496,072	
Done!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Full Image-64)
[Pipeline] sh
+ BUILD_NUMBER=668 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/4-build.sh
+ set -e
++ date -u
+ echo Fri May 23 10:01:10 AM UTC 2025 'Bootstrap: Beginning to build the new image'
Fri May 23 10:01:10 AM UTC 2025 Bootstrap: Beginning to build the new image
+++ dirname ./bootstrap/scripts/4-build.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z x ']'
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh
+ set_version_variables
+ pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ is_development_build
++ local branchName
++ ensure_branch_name
++ '[' Pharo13 == '' ']'
+++ echo Pharo13
+++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$'
++ branchName=Pharo13
++ '[' Pharo13 == '' ']'
++ echo 1
+ '[' 1 == 1 ']'
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo13 == '' ']'
+ PHARO_SUFFIX=SNAPSHOT
+ set_version_common
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 1-1
+ PHARO_MAJOR=13
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 2-2
+ PHARO_MINOR=0
++ git describe --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 3-3
+ PHARO_PATCH=0
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
+ PHARO_SHORT_VERSION=130
+ PHARO_VM_VERSION=130
++ git rev-parse --verify HEAD
+ PHARO_COMMIT_HASH=8ce63855a8da056ef4dbfdef4571099e4a762796
+ popd
+ OPTIND=1
+ ARCH_DESCRIPTION=64
+ getopts 'h?a:d' opt
+ shift 0
+ '[' '' = -- ']'
+ '[' -z 64 ']'
+ [[ -z /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ]]
++ git -C /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 show -s --format=%h
+ GIT_COMMIT_HASH=8ce63855a8
+ SUFFIX=64bit-8ce63855a8
+ [[ '' -eq 1 ]]
+ BOOTSTRAP_IMAGE_NAME=bootstrap
+ BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8
+ HERMES_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8
+ RPACKAGE_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8
+ CORE_IMAGE_NAME=Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8
+ COMPILER_IMAGE_NAME=Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8
+ TRAITS_IMAGE_NAME=Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8
+ MC_BOOTSTRAP_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8
+ MC_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8
+ METACELLO_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8
+ PHARO_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-8ce63855a8
+ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
+ echo 'Prepare Bootstrap files'
Prepare Bootstrap files
+ cp bootstrap.image Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image
+ cp bootstrap.image Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
+ zip Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image (deflated 77%)
+ zip Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip AST-Core.hermes CodeImportCommandLineHandlers.hermes CodeImport.hermes CodeImport-Traits.hermes Collections-Abstract-Traits.hermes Collections-Arithmetic.hermes Collections-Atomic.hermes Debugging-Core.hermes Debugging-Utils.hermes FileSystem-Core.hermes FileSystem-Disk.hermes Hermes-Extensions.hermes InitializePackagesCommandLineHandler.hermes JenkinsTools-Core.hermes Kernel-Tests.hermes Kernel-Traits.hermes Math-Operations-Extensions.hermes Multilingual-Encodings.hermes Network-UUID.hermes OpalCompiler-Core.hermes Random-Core.hermes ReflectionMirrors-Primitives.hermes SUnit-Core.hermes SUnit-Tests.hermes System-Hashing.hermes System-Model.hermes System-NumberPrinting.hermes System-Time.hermes Traits.hermes
  adding: AST-Core.hermes (deflated 81%)
  adding: CodeImportCommandLineHandlers.hermes (deflated 67%)
  adding: CodeImport.hermes (deflated 80%)
  adding: CodeImport-Traits.hermes (deflated 79%)
  adding: Collections-Abstract-Traits.hermes (deflated 64%)
  adding: Collections-Arithmetic.hermes (deflated 82%)
  adding: Collections-Atomic.hermes (deflated 76%)
  adding: Debugging-Core.hermes (deflated 77%)
  adding: Debugging-Utils.hermes (deflated 78%)
  adding: FileSystem-Core.hermes (deflated 84%)
  adding: FileSystem-Disk.hermes (deflated 81%)
  adding: Hermes-Extensions.hermes (deflated 79%)
  adding: InitializePackagesCommandLineHandler.hermes (deflated 59%)
  adding: JenkinsTools-Core.hermes (deflated 71%)
  adding: Kernel-Tests.hermes (deflated 79%)
  adding: Kernel-Traits.hermes (deflated 76%)
  adding: Math-Operations-Extensions.hermes (deflated 73%)
  adding: Multilingual-Encodings.hermes (deflated 77%)
  adding: Network-UUID.hermes (deflated 67%)
  adding: OpalCompiler-Core.hermes (deflated 81%)
  adding: Random-Core.hermes (deflated 70%)
  adding: ReflectionMirrors-Primitives.hermes (deflated 80%)
  adding: SUnit-Core.hermes (deflated 81%)
  adding: SUnit-Tests.hermes (deflated 82%)
  adding: System-Hashing.hermes (deflated 70%)
  adding: System-Model.hermes (deflated 76%)
  adding: System-NumberPrinting.hermes (deflated 74%)
  adding: System-Time.hermes (deflated 79%)
  adding: Traits.hermes (deflated 83%)
+ zip Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip protocolsKernel.txt
  adding: protocolsKernel.txt (deflated 86%)
+ [[ -z /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache ]]
+ ST_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/st-cache
++ date -u
+ echo Fri May 23 10:01:10 AM UTC 2025 '[Compiler] Initializing Bootstraped Image'
Fri May 23 10:01:10 AM UTC 2025 [Compiler] Initializing Bootstraped Image
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
++ date -u
+ echo Fri May 23 10:01:10 AM UTC 2025 '[Compiler] Adding more Kernel packages'
Fri May 23 10:01:10 AM UTC 2025 [Compiler] Adding more Kernel packages
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #StartupPreferencesLoader #FileLocator #Duration #Unicode #FileAttributeNotSupported #DateAndTime #Time #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences loadHermes Math-Operations-Extensions.hermes Debugging-Core.hermes System-Time.hermes Multilingual-Encodings.hermes ReflectionMirrors-Primitives.hermes --save --no-fail-on-undeclared
SystemNotification: [Hermes] Reading Math-Operations-Extensions.hermes
SystemNotification: [Hermes] Installing Math-Operations-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #StartupPreferencesLoader #FileLocator #Duration #Unicode #FileAttributeNotSupported #DateAndTime #Time #FileSystem)
SystemNotification: [Hermes] Reading Debugging-Core.hermes
SystemNotification: [Hermes] Installing Debugging-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #StartupPreferencesLoader #FileLocator #Duration #Unicode #FileAttributeNotSupported #DateAndTime #Time #FileSystem)
SystemNotification: [Hermes] Reading System-Time.hermes
SystemNotification: [Hermes] Installing System-Time.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading Multilingual-Encodings.hermes
SystemNotification: [Hermes] Installing Multilingual-Encodings.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading ReflectionMirrors-Primitives.hermes
SystemNotification: [Hermes] Installing ReflectionMirrors-Primitives.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences perform --save ChronologyConstants initialize
ChronologyConstants
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences perform --save DateAndTime initialize
DateAndTime
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences perform --save SystemVersion setMajor:minor:patch:suffix:build:commitHash: 13 0 0 SNAPSHOT 668 8ce63855a8da056ef4dbfdef4571099e4a762796
Pharo-13.0.0+SNAPSHOT.build.668.sha.8ce63855a8da056ef4dbfdef4571099e4a762796 (64 Bit)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences loadHermes InitializePackagesCommandLineHandler.hermes --save
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences loadHermes Collections-Atomic.hermes AST-Core.hermes Collections-Arithmetic.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared
SystemNotification: [Hermes] Reading Collections-Atomic.hermes
SystemNotification: [Hermes] Installing Collections-Atomic.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#Halt)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading Collections-Arithmetic.hermes
SystemNotification: [Hermes] Installing Collections-Arithmetic.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Halt #FileAttributeNotSupported #FileSystem)
++ date -u
+ echo Fri May 23 10:01:11 AM UTC 2025 '[Compiler] Initializing the packages in the Kernel'
Fri May 23 10:01:11 AM UTC 2025 [Compiler] Initializing the packages in the Kernel
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages --save
++ date -u
+ echo Fri May 23 10:01:12 AM UTC 2025 '[Compiler] Installing compiler through Hermes'
Fri May 23 10:01:12 AM UTC 2025 [Compiler] Installing compiler through Hermes
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences loadHermes Debugging-Utils.hermes OpalCompiler-Core.hermes CodeImport.hermes CodeImportCommandLineHandlers.hermes --save --no-fail-on-undeclared
SystemNotification: [Hermes] Reading Debugging-Utils.hermes
SystemNotification: [Hermes] Installing Debugging-Utils.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading OpalCompiler-Core.hermes
SystemNotification: [Hermes] Installing OpalCompiler-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading CodeImport.hermes
SystemNotification: [Hermes] Installing CodeImport.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading CodeImportCommandLineHandlers.hermes
SystemNotification: [Hermes] Installing CodeImportCommandLineHandlers.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences eval --save 'OpalCompiler register. OCCompilationContext initialize. OCASTTranslator initialize.'
OCASTTranslator
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences eval --save 'SystemEnvironment deprecatedAliases: { #SystemDictionary }.'
SystemEnvironment
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/01-initialization/01-init.st --no-source --save --quit
++ date -u
+ echo Fri May 23 10:01:12 AM UTC 2025 '[Compiler] Initializing Unicode'
Fri May 23 10:01:12 AM UTC 2025 [Compiler] Initializing Unicode
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/01-initialization/02-initUnicode.st --no-source --save --quit /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/resources/unicode/
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences loadHermes Random-Core.hermes System-Hashing.hermes Network-UUID.hermes FileSystem-Core.hermes FileSystem-Disk.hermes --save --no-fail-on-undeclared
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-Hashing.hermes
SystemNotification: [Hermes] Installing System-Hashing.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading Network-UUID.hermes
SystemNotification: [Hermes] Installing Network-UUID.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading FileSystem-Core.hermes
SystemNotification: [Hermes] Installing FileSystem-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader)
SystemNotification: [Hermes] Reading FileSystem-Disk.hermes
SystemNotification: [Hermes] Installing FileSystem-Disk.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem'
Initializing File System
PharoBootstrapInitialization
+ zip Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image (deflated 82%)
++ date -u
+ echo Fri May 23 10:01:14 AM UTC 2025 '[Compiler] Installing Traits through Hermes'
Fri May 23 10:01:14 AM UTC 2025 [Compiler] Installing Traits through Hermes
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.image --no-default-preferences save Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.image --no-default-preferences loadHermes Traits.hermes --save
SystemNotification: [Hermes] Reading Traits.hermes
SystemNotification: [Hermes] Installing Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.image --no-default-preferences loadHermes Kernel-Traits.hermes Collections-Abstract-Traits.hermes CodeImport-Traits.hermes --save
SystemNotification: [Hermes] Reading Kernel-Traits.hermes
SystemNotification: [Hermes] Installing Kernel-Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader)
SystemNotification: [Hermes] Reading Collections-Abstract-Traits.hermes
SystemNotification: [Hermes] Installing Collections-Abstract-Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader)
SystemNotification: [Hermes] Reading CodeImport-Traits.hermes
SystemNotification: [Hermes] Installing CodeImport-Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader)
+ zip Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.image (deflated 82%)
++ date -u
+ echo Fri May 23 10:01:15 AM UTC 2025 '[Core] Class and Package initialization'
Fri May 23 10:01:15 AM UTC 2025 [Core] Class and Package initialization
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.image --no-default-preferences save Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8
+ zip Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.image (deflated 82%)
++ date -u
+ echo Fri May 23 10:01:15 AM UTC 2025 '[Monticello] Bootstrap Monticello Core and Local repositories'
Fri May 23 10:01:15 AM UTC 2025 [Monticello] Bootstrap Monticello Core and Local repositories
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/st-cache/Monticello.st --save --quit
NewUndeclaredWarning: DeepCopier>>fixDependents (DependentsManager is Undeclared)
NewUndeclaredWarning: Model>>valueChanged (ValueChanged is Undeclared)
NewUndeclaredWarning: Model>>whenChangedDo: (ValueChanged is Undeclared)
NewUndeclaredWarning: Model>>whenChangedSend:to: (ValueChanged is Undeclared)
NewUndeclaredWarning: Array>>copyWithDependent: (DependentsArray is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>classDefinition:with: (RGPackageDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>createClassNamed: (RGClassDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>createTraitNamed: (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>fromFileNamed: (RGPackageDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>initialize (RGPackageDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>traitDefinition:with: (RGPackageDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: RingChunkImporter>>visitMethodChunk: (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: AbsolutePath>>asZnUrl (ZnUrl is Undeclared)
NewUndeclaredWarning: ZnMultiValueDictionary class>>defaultLimit (ZnMaximumNumberOfDictionaryEntries is Undeclared)
NewUndeclaredWarning: ZnMultiValueDictionary>>checkLimitForKey: (ZnTooManyDictionaryEntries is Undeclared)
NewUndeclaredWarning: FileSystemStore>>mimeTypesAt: (ZnMimeType is Undeclared)
NewUndeclaredWarning: ZnResourceMetaUtils class>>queryKeyValueSafeSet (ZnCurrentOptions is Undeclared)
NewUndeclaredWarning: ZnUrl>>performOperation:with: (ZnUrlOperation is Undeclared)
NewUndeclaredWarning: SourceFileArray>>changeRecordsFrom:className:isMeta:do: (ChangeRecord is Undeclared)
NewUndeclaredWarning: SourceFileArray>>changeRecordsFrom:className:isMeta:do: (ChangeRecord is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asRingDefinition (RGClassDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createCommentDefinition (RGCommentDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: ChangeRecord>>createMethodDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asRingDefinition (RGTraitDefinition is Undeclared)
NewUndeclaredWarning: Package>>asRingDefinition (RGPackageDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asActiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asHistoricalRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asHistoricalRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asPassiveRingDefinition (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>methodReference (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>methodReference (RGMethodDefinition is Undeclared)
NewUndeclaredWarning: RGMethodDefinition class>>className:selector:isMeta: (RGClassDefinition is Undeclared)
NewUndeclaredWarning: RGMethodDefinition class>>className:selector:isMeta: (RGClassDefinition is Undeclared)
NewUndeclaredWarning: RGClassDefinition>>withMetaclass (RGMetaclassDefinition is Undeclared)
NewUndeclaredWarning: Job class>>current (CurrentJob is Undeclared)
NewUndeclaredWarning: Job>>announceChange (JobChange is Undeclared)
NewUndeclaredWarning: Job>>announceEnd (JobEnd is Undeclared)
NewUndeclaredWarning: Job>>announceStart (JobStart is Undeclared)
NewUndeclaredWarning: Job>>prepareForRunning (CurrentJob is Undeclared)
NewUndeclaredWarning: Job>>run (CurrentJob is Undeclared)
NewUndeclaredWarning: ZipConstants class>>initializeFixedTrees (ZipEncoderTree is Undeclared)
NewUndeclaredWarning: ZipConstants class>>initializeFixedTrees (ZipEncoderNode is Undeclared)
NewUndeclaredWarning: ZipConstants class>>initializeFixedTrees (ZipEncoderTree is Undeclared)
NewUndeclaredWarning: ByteArray>>unzipped (GZipReadStream is Undeclared)
NewUndeclaredWarning: ByteArray>>zipped (GZipWriteStream is Undeclared)
NewUndeclaredWarning: ByteArray>>zipped (GZipWriteStream is Undeclared)
NewUndeclaredWarning: ZipWriteStream>>flushBlock: (ZipEncoderTree is Undeclared)
NewUndeclaredWarning: ZipWriteStream>>flushBlock: (ZipEncoderTree is Undeclared)
NewUndeclaredWarning: ZipWriteStream>>flushBlock: (ZipEncoderTree is Undeclared)
NewUndeclaredWarning: ZipWriteStream>>on: (ZipEncoder is Undeclared)
NewUndeclaredWarning: PositionableStream>>asZLibReadStream (ZLibReadStream is Undeclared)
NewUndeclaredWarning: ReadWriteStream>>isZipArchive (ZipArchive is Undeclared)
NewUndeclaredWarning: InflateStream>>crcError: (CRCError is Undeclared)
NewUndeclaredWarning: ZipArchive>>memberClass (ZipArchiveMember is Undeclared)
NewUndeclaredWarning: ZipArchiveMember class>>newFromDirectory:localName: (ZipDirectoryMember is Undeclared)
NewUndeclaredWarning: ZipArchiveMember class>>newFromFile: (ZipNewFileMember is Undeclared)
NewUndeclaredWarning: ZipArchiveMember class>>newFromString:named: (ZipStringMember is Undeclared)
NewUndeclaredWarning: ZipArchiveMember class>>newFromZipFile:named: (ZipFileMember is Undeclared)
NewUndeclaredWarning: ZipArchiveMember>>asDirectory (ZipDirectoryMember is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Class>>asClassDefinition (MCClassDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared)
NewUndeclaredWarning: Trait>>asClassDefinition (MCTraitDefinition is Undeclared)
NewUndeclaredWarning: Package>>asMCOrganizationDefinition (MCOrganizationDefinition is Undeclared)
NewUndeclaredWarning: RGMethodDefinition>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: RGMethodDefinition>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: RGMethodDefinition>>asMCMethodDefinitionFromActiveDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: RGMethodDefinition>>basicAsMCMethodDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asMCMethodDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: CompiledMethod>>basicAsMCMethodDefinition (MCMethodDefinition is Undeclared)
NewUndeclaredWarning: MCClassDefinition>>classInstVarNames: (MCClassInstanceVariableDefinition is Undeclared)
NewUndeclaredWarning: MCClassDefinition>>classVarNames: (MCClassVariableDefinition is Undeclared)
NewUndeclaredWarning: MCClassDefinition>>instVarNames: (MCInstanceVariableDefinition is Undeclared)
NewUndeclaredWarning: MCClassDefinition>>poolDictionaryNames: (MCPoolImportDefinition is Undeclared)
NewUndeclaredWarning: MCAncestry>>commonAncestorsWith: (MCVersionSorter is Undeclared)
NewUndeclaredWarning: MCAncestry>>commonAncestorsWith: (MCVersionSorter is Undeclared)
NewUndeclaredWarning: MCLazyVersionInfo class>>install (MCWorkingAncestry is Undeclared)
NewUndeclaredWarning: MCLazyVersionInfo class>>install (MCFileBasedRepository is Undeclared)
NewUndeclaredWarning: MCLazyVersionInfo>>loadAncestorsAndStepChildren (MCRepositoryGroup is Undeclared)
NewUndeclaredWarning: MCVersionInfo>>loadAncestorsAndStepChildren (MCRepositoryGroup is Undeclared)
NewUndeclaredWarning: MCPackage>>hasWorkingCopy (MCWorkingCopy is Undeclared)
NewUndeclaredWarning: MCPackage>>snapshot (MCSnapshot is Undeclared)
NewUndeclaredWarning: MCPackage>>workingCopy (MCWorkingCopy is Undeclared)
NewUndeclaredWarning: MCPackageLoader>>installSnapshot: (MCSnapshot is Undeclared)
NewUndeclaredWarning: MCPackageLoader>>unloadPackage: (MCSnapshot is Undeclared)
NewUndeclaredWarning: MCPatch>>initializeWithBase:target: (MCModification is Undeclared)
NewUndeclaredWarning: MCPatch>>initializeWithBase:target: (MCAddition is Undeclared)
NewUndeclaredWarning: MCPatch>>initializeWithBase:target: (MCRemoval is Undeclared)
NewUndeclaredWarning: MCAddition>>inverse (MCRemoval is Undeclared)
NewUndeclaredWarning: MCPatcher>>patchedSnapshot (MCSnapshot is Undeclared)
NewUndeclaredWarning: MCStReader>>snapshot (MCSnapshot is Undeclared)
NewUndeclaredWarning: MCMczReader>>extractDependencyFrom: (MCVersionDependency is Undeclared)
NewUndeclaredWarning: MCMczReader>>extractInfoFrom: (MCWorkingCopy is Undeclared)
NewUndeclaredWarning: MCMczReader>>loadDefinitions (MCDataStream is Undeclared)
NewUndeclaredWarning: MCMczReader>>scanner (MCScanner is Undeclared)
NewUndeclaredWarning: MCVersionReader class>>loadVersionFile: (MCDirectoryRepository is Undeclared)
NewUndeclaredWarning: MCVersionReader>>basicVersion (MCVersion is Undeclared)
NewUndeclaredWarning: MCVersionReader>>snapshot (MCSnapshot is Undeclared)
NewUndeclaredWarning: MCDictionaryRepository>>sortedVersionInfos (MCVersionSorter is Undeclared)
NewUndeclaredWarning: MCRepository class>>fromUrl: (MCRepositoryError is Undeclared)
NewUndeclaredWarning: MCRepository>>error: (MCRepositoryError is Undeclared)
NewUndeclaredWarning: MCThreeWayMerger class>>base:patch: (MCNoChangesException is Undeclared)
NewUndeclaredWarning: MCVersion>>load (MCVersionLoader is Undeclared)
NewUndeclaredWarning: MCVersion>>merge (MCVersionMerger is Undeclared)
NewUndeclaredWarning: MCVersion>>writerClass (MCMczWriter is Undeclared)
NewUndeclaredWarning: MCVersionLoader>>announceLoadStop: (MCVersionLoaderStopped is Undeclared)
NewUndeclaredWarning: MCVersionLoader>>announceLoadStop: (MCVersionLoaderStopped is Undeclared)
NewUndeclaredWarning: MCVersionLoader>>announceLoadStop: (MCVersionLoaderStopped is Undeclared)
NewUndeclaredWarning: MCVersionLoader>>mergeVersions (MCVersionMerger is Undeclared)
NewUndeclaredWarning: MCVersionLoader>>mergeVersions (MCVersionMerger is Undeclared)
NewUndeclaredWarning: MCVersionLoader>>warnAboutLosingChangesTo:ifCancel:ifMerge: (MCMergeOrLoadWarning is Undeclared)
NewUndeclaredWarning: MCVersionMerger>>resolveConflicts (MCNoChangesException is Undeclared)
NewUndeclaredWarning: MCVersionMerger>>resolveConflicts (MCMergeResolutionRequest is Undeclared)
NewUndeclaredWarning: MCMczWriter>>serializeInBinary: (MCDataStream is Undeclared)
NewUndeclaredWarning: MCMczWriter>>serializeVersionInfo: (MCVersionInfoWriter is Undeclared)
NewUndeclaredWarning: MCMczWriter>>snapshotWriterClass (MCStWriter is Undeclared)
NewUndeclaredWarning: MonticelloBootstrap>>createWorkingCopies (MCWorkingCopy is Undeclared)
NewUndeclaredWarning: MonticelloBootstrap>>loadPackageVersion: (MCMergeOrLoadWarning is Undeclared)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/02-monticello-bootstrap/01-bootstrapMonticello.st --save --quit
SystemNotification: Creating Snapshot of: AST-Core
SystemNotification: Creating Snapshot of: Announcements-Core
SystemNotification: Creating Snapshot of: CodeImport
SystemNotification: Creating Snapshot of: CodeImport-Traits
SystemNotification: Creating Snapshot of: CodeImportCommandLineHandlers
SystemNotification: Creating Snapshot of: Collections-Abstract
SystemNotification: Creating Snapshot of: Collections-Abstract-Traits
SystemNotification: Creating Snapshot of: Collections-Arithmetic
SystemNotification: Creating Snapshot of: Collections-Atomic
SystemNotification: Creating Snapshot of: Collections-DoubleLinkedList
SystemNotification: Creating Snapshot of: Collections-Native
SystemNotification: Creating Snapshot of: Collections-Sequenceable
SystemNotification: Creating Snapshot of: Collections-Stack
SystemNotification: Creating Snapshot of: Collections-Streams
SystemNotification: Creating Snapshot of: Collections-Strings
SystemNotification: Creating Snapshot of: Collections-Support
SystemNotification: Creating Snapshot of: Collections-Unordered
SystemNotification: Creating Snapshot of: Collections-Weak
SystemNotification: Creating Snapshot of: Compression
SystemNotification: Creating Snapshot of: Debugging-Core
SystemNotification: Creating Snapshot of: Debugging-Utils
SystemNotification: Creating Snapshot of: FFI-Kernel
SystemNotification: Creating Snapshot of: FileSystem-Core
SystemNotification: Creating Snapshot of: FileSystem-Disk
SystemNotification: Creating Snapshot of: FileSystem-Path
SystemNotification: Creating Snapshot of: Files
SystemNotification: Creating Snapshot of: Hermes
SystemNotification: Creating Snapshot of: Hermes-Extensions
SystemNotification: Creating Snapshot of: InitializePackagesCommandLineHandler
SystemNotification: Creating Snapshot of: Jobs
SystemNotification: Creating Snapshot of: Kernel
SystemNotification: Creating Snapshot of: Kernel-BytecodeEncoders
SystemNotification: Creating Snapshot of: Kernel-CodeModel
SystemNotification: Creating Snapshot of: Kernel-Traits
SystemNotification: Creating Snapshot of: Math-Operations-Extensions
SystemNotification: Creating Snapshot of: Monticello
SystemNotification: Creating Snapshot of: Monticello-Model
SystemNotification: Creating Snapshot of: Multilingual-Encodings
SystemNotification: Creating Snapshot of: Network-UUID
SystemNotification: Creating Snapshot of: NumberParser
SystemNotification: Creating Snapshot of: OpalCompiler-Core
SystemNotification: Creating Snapshot of: PerformMessageCommandLineHandler
SystemNotification: Creating Snapshot of: PharoBootstrap-Initialization
SystemNotification: Creating Snapshot of: Random-Core
SystemNotification: Creating Snapshot of: ReflectionMirrors-Primitives
SystemNotification: Creating Snapshot of: Ring-Definitions-Core
SystemNotification: Creating Snapshot of: Ring-Definitions-Monticello
SystemNotification: Creating Snapshot of: Ring-OldChunkImporter
SystemNotification: Creating Snapshot of: Shift-ClassBuilder
SystemNotification: Creating Snapshot of: System-Announcements
SystemNotification: Creating Snapshot of: System-BasicCommandLineHandler
SystemNotification: Creating Snapshot of: System-Changes
SystemNotification: Creating Snapshot of: System-CommandLine
SystemNotification: Creating Snapshot of: System-CommandLineHandler
SystemNotification: Creating Snapshot of: System-Finalization
SystemNotification: Creating Snapshot of: System-Hashing
SystemNotification: Creating Snapshot of: System-Model
SystemNotification: Creating Snapshot of: System-NumberPrinting
SystemNotification: Creating Snapshot of: System-Platforms
SystemNotification: Creating Snapshot of: System-SessionManager
SystemNotification: Creating Snapshot of: System-Sources
SystemNotification: Creating Snapshot of: System-Support
SystemNotification: Creating Snapshot of: System-Time
SystemNotification: Creating Snapshot of: Traits
SystemNotification: Creating Snapshot of: Transcript-NonInteractive
SystemNotification: Creating Snapshot of: UIManager
SystemNotification: Creating Snapshot of: Zinc-Character-Encoding-Core
SystemNotification: Creating Snapshot of: Zinc-Resource-Meta-Core
SystemNotification: Loading System-Platforms-tonel.1.mcz
An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto:
WideString class>>newFromStream:
MCDataStream>>readWordLike
MCDataStream>>next
MCClassDefinition(Object)>>readDataFrom:size:
MCDataStream>>readInstance
MCDataStream>>next
MCDataStream>>readArray
MCDataStream>>next
MCSnapshot(Object)>>readDataFrom:size:

SystemNotification: Loading Zinc-Character-Encoding-Core-tonel.1.mcz
SystemNotification: Loading Hermes-tonel.1.mcz
SystemNotification: Loading Kernel-tonel.1.mcz
SystemNotification: Loading Kernel-BytecodeEncoders-tonel.1.mcz
SystemNotification: Loading FileSystem-Disk-tonel.1.mcz
SystemNotification: Loading Kernel-Traits-tonel.1.mcz
SystemNotification: Loading Collections-Sequenceable-tonel.1.mcz
An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto:
WideString class>>newFromStream:
MCDataStream>>readWordLike
MCDataStream>>next
MCClassDefinition(Object)>>readDataFrom:size:
MCDataStream>>readInstance
MCDataStream>>next
MCDataStream>>readArray
MCDataStream>>next
MCSnapshot(Object)>>readDataFrom:size:

SystemNotification: Loading Transcript-NonInteractive-tonel.1.mcz
SystemNotification: Loading System-Finalization-tonel.1.mcz
SystemNotification: Loading NumberParser-tonel.1.mcz
SystemNotification: Loading System-Model-tonel.1.mcz
SystemNotification: Loading System-BasicCommandLineHandler-tonel.1.mcz
SystemNotification: Loading CodeImport-tonel.1.mcz
SystemNotification: Loading Collections-Weak-tonel.1.mcz
SystemNotification: Loading Collections-DoubleLinkedList-tonel.1.mcz
SystemNotification: Loading Compression-tonel.1.mcz
SystemNotification: Loading PharoBootstrap-Initialization-tonel.1.mcz
SystemNotification: Loading Collections-Native-tonel.1.mcz
SystemNotification: Loading Collections-Streams-tonel.1.mcz
SystemNotification: Loading OpalCompiler-Core-tonel.1.mcz
SystemNotification: Loading Collections-Support-tonel.1.mcz
SystemNotification: Loading System-Sources-tonel.1.mcz
SystemNotification: Loading Hermes-Extensions-tonel.1.mcz
SystemNotification: Loading Files-tonel.1.mcz
An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto:
WideString class>>newFromStream:
MCDataStream>>readWordLike
MCDataStream>>next
MCClassDefinition(Object)>>readDataFrom:size:
MCDataStream>>readInstance
MCDataStream>>next
MCDataStream>>readArray
MCDataStream>>next
MCSnapshot(Object)>>readDataFrom:size:

SystemNotification: Loading Collections-Unordered-tonel.1.mcz
SystemNotification: Loading FFI-Kernel-tonel.1.mcz
SystemNotification: Loading System-NumberPrinting-tonel.1.mcz
SystemNotification: Loading CodeImportCommandLineHandlers-tonel.1.mcz
SystemNotification: Loading Collections-Atomic-tonel.1.mcz
SystemNotification: Loading Collections-Stack-tonel.1.mcz
SystemNotification: Loading AST-Core-tonel.1.mcz
SystemNotification: Loading Random-Core-tonel.1.mcz
SystemNotification: Loading FileSystem-Core-tonel.1.mcz
SystemNotification: Loading System-SessionManager-tonel.1.mcz
SystemNotification: Loading Traits-tonel.1.mcz
SystemNotification: Loading Ring-OldChunkImporter-tonel.1.mcz
SystemNotification: Loading System-Support-tonel.1.mcz
SystemNotification: Loading Announcements-Core-tonel.1.mcz
SystemNotification: Loading Collections-Abstract-Traits-tonel.1.mcz
SystemNotification: Loading Zinc-Resource-Meta-Core-tonel.1.mcz
SystemNotification: Loading System-Changes-tonel.1.mcz
SystemNotification: Loading Multilingual-Encodings-tonel.1.mcz
SystemNotification: Loading Jobs-tonel.1.mcz
SystemNotification: Loading InitializePackagesCommandLineHandler-tonel.1.mcz
SystemNotification: Loading Collections-Strings-tonel.1.mcz
SystemNotification: Loading Math-Operations-Extensions-tonel.1.mcz
SystemNotification: Loading Debugging-Utils-tonel.1.mcz
SystemNotification: Loading Network-UUID-tonel.1.mcz
SystemNotification: Loading Ring-Definitions-Core-tonel.1.mcz
SystemNotification: Loading System-CommandLineHandler-tonel.1.mcz
Found an Association in Undeclared: StartupPreferencesLoader
NewUndeclaredWarning: PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared)
SystemNotification: Loading Ring-Definitions-Monticello-tonel.1.mcz
SystemNotification: Loading System-CommandLine-tonel.1.mcz
SystemNotification: Loading CodeImport-Traits-tonel.1.mcz
SystemNotification: Loading PerformMessageCommandLineHandler-tonel.1.mcz
SystemNotification: Loading Debugging-Core-tonel.1.mcz
SystemNotification: Loading System-Hashing-tonel.1.mcz
SystemNotification: Loading Collections-Abstract-tonel.1.mcz
SystemNotification: Loading System-Time-tonel.1.mcz
SystemNotification: Loading Collections-Arithmetic-tonel.1.mcz
SystemNotification: Loading UIManager-tonel.1.mcz
SystemNotification: Loading ReflectionMirrors-Primitives-tonel.1.mcz
SystemNotification: Loading Monticello-Model-tonel.1.mcz
SystemNotification: Loading FileSystem-Path-tonel.1.mcz
SystemNotification: Loading Kernel-CodeModel-tonel.1.mcz
An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto:
WideString class>>newFromStream:
MCDataStream>>readWordLike
MCDataStream>>next
MCMethodDefinition(Object)>>readDataFrom:size:
MCDataStream>>readInstance
MCDataStream>>next
MCDataStream>>readArray
MCDataStream>>next
MCSnapshot(Object)>>readDataFrom:size:

SystemNotification: Loading System-Announcements-tonel.1.mcz
An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto:
WideString class>>newFromStream:
MCDataStream>>readWordLike
MCDataStream>>next
MCClassDefinition(Object)>>readDataFrom:size:
MCDataStream>>readInstance
MCDataStream>>next
MCDataStream>>readArray
MCDataStream>>next
MCSnapshot(Object)>>readDataFrom:size:

SystemNotification: Loading Shift-ClassBuilder-tonel.1.mcz
SystemNotification: Loading Monticello-tonel.1.mcz
+ zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.changes Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.image (deflated 80%)
++ date -u
+ echo Fri May 23 10:01:32 AM UTC 2025 '[Monticello] Loading Networking Packages and Remote Repositories'
Fri May 23 10:01:32 AM UTC 2025 [Monticello] Loading Networking Packages and Remote Repositories
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/02-monticello-bootstrap/02-bootstrapMonticelloRemote.st --save --quit
SystemNotification: Loading Network-Kernel-tonel.1.mcz
SystemNotification: Loading Network-MIME-tonel.1.mcz
SystemNotification: Loading Network-Protocols-tonel.1.mcz
SystemNotification: Loading MonticelloRemoteRepositories-tonel.1.mcz
NewUndeclaredWarning: MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>entityStreamContents: (ZnStreamingEntity is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>httpClient (ZnClient is Undeclared)
NewUndeclaredWarning: MCHttpRepository>>writeStreamForFileNamed:do: (ZnHttpUnsuccessful is Undeclared)
NewUndeclaredWarning: MCSmalltalkhubRepository>>includesFileNamed: (ZnHttpUnsuccessful is Undeclared)
NewUndeclaredWarning: MCSqueaksourceRepository>>includesFileNamed: (ZnHttpUnsuccessful is Undeclared)
SystemNotification: Loading Zinc-HTTP-tonel.1.mcz
SystemNotification: Loading Zodiac-Core-tonel.1.mcz
+ zip Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.changes Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.image (deflated 80%)
+ echo '[Metacello] Bootstrapping Metacello'
[Metacello] Bootstrapping Metacello
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.image --no-default-preferences save Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.image --no-default-preferences st /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/03-metacello-bootstrap/01-loadMetacello.st --save --quit
SystemNotification: Loading ScriptingExtensions-tonel.1.mcz
SystemNotification: Loading System-FileRegistry-tonel.1.mcz
SystemNotification: Loading FileSystem-Memory-tonel.1.mcz
SystemNotification: Loading StartupPreferences-tonel.1.mcz
SystemNotification: Loading PragmaCollector-tonel.1.mcz
SystemNotification: Loading System-FileRegistry-tonel.1.mcz
SystemNotification: Loading MonticelloFileTree-Core-tonel.1.mcz
NewUndeclaredWarning: MCFileTreeRepository>>repositoryProperties (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeAbstractReader>>packageProperties (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressReader>>addExtensionClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressReader>>addExtensionClassAndMethodDefinitionsFromEntry: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressReader>>addTraitAndMethodDefinitionsFromEntry: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressReader>>addTraitAndMethodDefinitionsFromEntry: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeClassDefinition: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeExtensionClassDefinition: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeMethodProperties: (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressWriter>>writePropertiesFile (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressWriter>>writePropertiesFile (STON is Undeclared)
NewUndeclaredWarning: MCFileTreeStCypressWriter>>writeTraitDefinition: (STON is Undeclared)
SystemNotification: Loading MonticelloFileTree-FileSystem-Utilities-tonel.1.mcz
SystemNotification: Loading Metacello-Base-tonel.1.mcz
NewUndeclaredWarning: BaselineOf>>projectClass (MetacelloMCBaselineProject is Undeclared)
NewUndeclaredWarning: BaselineOf>>versionNumberClass (MetacelloVersionNumber is Undeclared)
NewUndeclaredWarning: ConfigurationOf>>newProjectWithRepositoryDescription: (MetacelloBaselineConstructor is Undeclared)
NewUndeclaredWarning: ConfigurationOf>>projectClass (MetacelloProject is Undeclared)
NewUndeclaredWarning: ConfigurationOf>>versionDoesNotExistError: (MetacelloSymbolicVersionDoesNotExistError is Undeclared)
NewUndeclaredWarning: ConfigurationOf>>versionNumberClass (MetacelloSemanticVersionNumber is Undeclared)
NewUndeclaredWarning: Metacello class>>image (MetacelloScriptImageExecutor is Undeclared)
NewUndeclaredWarning: Metacello class>>registrations (MetacelloProjectRegistration is Undeclared)
NewUndeclaredWarning: Metacello class>>registry (MetacelloScriptRegistryExecutor is Undeclared)
NewUndeclaredWarning: Metacello class>>scriptExecutorClass (MetacelloScriptApiExecutor is Undeclared)
NewUndeclaredWarning: Metacello>>onWarningLog (MetacelloNotification is Undeclared)
NewUndeclaredWarning: Metacello>>scriptExecutorClass (MetacelloScriptApiExecutor is Undeclared)
SystemNotification: Loading Metacello-Core-tonel.1.mcz
SystemNotification: Loading STON-Core-tonel.1.mcz
SystemNotification: Loading Metacello-GitBasedRepository-tonel.1.mcz
SystemNotification: Loading Metacello-Gitlab-tonel.1.mcz
SystemNotification: Loading Metacello-GitHub-tonel.1.mcz
SystemNotification: Loading Metacello-Bitbucket-tonel.1.mcz
SystemNotification: Loading MetacelloCommandLineHandler-Core-tonel.1.mcz
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.image --no-default-preferences eval --save 'Metacello new baseline: '\''Tonel'\'';repository: '\''github://pharo-vcs/tonel:Pharo12'\'';onWarning: [ :e | Error signal: e messageText in: e signalerContext ]; load: '\''core'\'''
MetacelloNotification: Loaded -> BaselineOfTonel --- unresolved
MetacelloNotification: Loading baseline of BaselineOfTonel...
MetacelloNotification: Loaded -> MonticelloTonel-Core --- github://pharo-vcs/tonel:Pharo12(2c82875)
MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- github://pharo-vcs/tonel:Pharo12(2c82875)
MetacelloNotification: ...finished baseline
BaselineOfTonel [baseline] from github://pharo-vcs/tonel:Pharo12
+ zip Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.changes Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.image
  adding: Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.image (deflated 79%)
++ date -u
+ echo Fri May 23 10:01:39 AM UTC 2025 '[Pharo] Reloading rest of packages'
Fri May 23 10:01:39 AM UTC 2025 [Pharo] Reloading rest of packages
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.image --no-default-preferences save Pharo13.0-SNAPSHOT-64bit-8ce63855a8
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'Smalltalk vm parameterAt: 45 put: (Smalltalk vm parameterAt: 44) * 4'
0
+ env
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'MCCacheRepository uniqueInstance disable'
a MCCacheRepository(/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache/pharo-local/package-cache)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'Metacello new baseline: '\''Pharo'\'';repository: '\''tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src'\'';onWarning: [ :e | Error signal: e messageText in: e signalerContext ]; load'
MetacelloNotification: Loaded -> BaselineOfPharo --- unresolved
MetacelloNotification: Loading baseline of BaselineOfPharo...
MetacelloNotification: Project: BaseLibraries
MetacelloNotification: Loaded -> BaselineOfBaseLibraries --- unresolved
MetacelloNotification: Project: SUnitCore
MetacelloNotification: Loaded -> BaselineOfSUnit --- unresolved
MetacelloNotification: Project: Traits
MetacelloNotification: Loaded -> BaselineOfTraits --- unresolved
MetacelloNotification: Project: KernelTests
MetacelloNotification: Loaded -> BaselineOfKernelTests --- unresolved
MetacelloNotification: Project: Slot
MetacelloNotification: Loaded -> BaselineOfSlot --- unresolved
MetacelloNotification: Project: Beacon
MetacelloNotification: Loaded -> BaselineOfBeacon --- unresolved
MetacelloNotification: Project: SystemBenchmark
MetacelloNotification: Loaded -> BaselineOfSystemBenchmark --- unresolved
MetacelloNotification: Project: SUnit
MetacelloNotification: Project: Clap
MetacelloNotification: Loaded -> BaselineOfClap --- unresolved
MetacelloNotification: Project: TaskIt
MetacelloNotification: Loaded -> BaselineOfTaskIt --- unresolved
MetacelloNotification: Project: IDE
NewUndeclaredWarning: BaselineOfIDE>>loadExtraTools (IceRepository is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>loadExtraTools (IceRepository is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (EpMonitor is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (ExternalChangesBrowser is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (StFileSystemPresenter is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (StFinderPresenter is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (StProcessBrowser is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (MorphicCoreUIManager is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (MorphicCoreUIManager is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (PolymorphSystemSettings is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (Color is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SourceCodeFonts is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (FreeTypeSystemSettings is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (FreeTypeSettings is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (FreeTypeSettings is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RealEstateAgent is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (GrowlMorph is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (ShortcutReminder is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (KMRepository is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (Morph is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (KMShortcutHandler is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (Color is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubTextFieldArea is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SpRubFindReplaceService is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubEditingArea is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SpRubFindReplaceService is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubCharacterScanner is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubAbstractTextArea is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (SDL_Event is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (HiRulerBuilderTest is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (RubSmalltalkEditor is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (CoCompletionEngine is Undeclared)
MetacelloNotification: Loaded -> BaselineOfIDE --- unresolved
MetacelloNotification: Project: BasicTools
NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (OCReturnNodeAdderVisitor is Undeclared)
NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (CompletionSorter is Undeclared)
NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (RubSmalltalkEditor is Undeclared)
NewUndeclaredWarning: BaselineOfBasicTools>>postload:package: (CompletionEngine is Undeclared)
MetacelloNotification: Loaded -> BaselineOfBasicTools --- unresolved
MetacelloNotification: Project: SUnitCore
MetacelloNotification: Project: Traits baseline
MetacelloNotification: Project: UI
NewUndeclaredWarning: BaselineOfUI>>postload:package: (PharoCommonTools is Undeclared)
MetacelloNotification: Loaded -> BaselineOfUI --- unresolved
MetacelloNotification: Project: Morphic
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (GradientFillStyle is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (FreeTypeCache is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ImageMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (Form is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (World is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ExternalDropHandler is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>cleanUpAfterMorphicInitialization (ScrollBarMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>exportBitmapDejaVuSans (LogicalFontManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapDejaVuSans (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (PNGReadWriter is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapFontFamily:sizes: (TextStyle is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapSourcePro (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>loadBitmapSourcePro (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (TextConstants is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PNGReadWriter is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (BalloonMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (Color is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MorphicUIManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PharoLightTheme is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (ScalingCanvas is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (GraphicFontSettings is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (MenubarMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (PolymorphSystemSettings is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (Color is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (LogicalFontManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (FreeTypeFontProvider is Undeclared)
NewUndeclaredWarning: BaselineOfMorphic>>postload:package: (Bitmap is Undeclared)
MetacelloNotification: Loaded -> BaselineOfMorphic --- unresolved
MetacelloNotification: Project: MorphicCore
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (IdentityTransform is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (RealEstateAgent is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldState is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (Morph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (HandMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (AbstractWorldRenderer is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (Cursor is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (EventManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (UserInputEvent is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldState is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (HandMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (MorphicCoreUIManager is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (ExternalDropHandler is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (WorldMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (ExternalDropHandler is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (PasteUpMorph is Undeclared)
NewUndeclaredWarning: BaselineOfMorphicCore>>postload:package: (DefaultExternalDropHandler is Undeclared)
MetacelloNotification: Loaded -> BaselineOfMorphicCore --- unresolved
MetacelloNotification: Project: Traits
MetacelloNotification: Project: SUnit
MetacelloNotification: Project: Traits baseline
MetacelloNotification: Project: Display
NewUndeclaredWarning: BaselineOfDisplay>>installBitmap (Bitmap is Undeclared)
NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Cursor is Undeclared)
NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Cursor is Undeclared)
NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (BitBlt is Undeclared)
NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Form is Undeclared)
NewUndeclaredWarning: BaselineOfDisplay>>postload:package: (Color is Undeclared)
MetacelloNotification: Loaded -> BaselineOfDisplay --- unresolved
MetacelloNotification: Project: UnifiedFFI
MetacelloNotification: Loaded -> BaselineOfUnifiedFFI --- unresolved
MetacelloNotification: Project: MenuRegistration
MetacelloNotification: Loaded -> BaselineOfMenuRegistration --- unresolved
MetacelloNotification: Project: Fuel
MetacelloNotification: Loaded -> BaselineOfFuel --- unresolved
MetacelloNotification: Project: FreeType
MetacelloNotification: Loaded -> BaselineOfFreeType --- unresolved
MetacelloNotification: Project: Keymapping
MetacelloNotification: Loaded -> BaselineOfKeymapping --- unresolved
MetacelloNotification: Project: NewValueHolder
MetacelloNotification: Loaded -> BaselineOfNewValueHolder --- unresolved
MetacelloNotification: Project: Commander2
MetacelloNotification: Loaded -> BaselineOfCommander2 --- unresolved
MetacelloNotification: Project: SpecBase
MetacelloNotification: Loaded -> BaselineOfSpec2 --- unresolved
MetacelloNotification: Project: SpecCore
MetacelloNotification: Loaded -> BaselineOfSpecCore --- unresolved
MetacelloNotification: Project: Keymapping
MetacelloNotification: Project: Reflectivity
NewUndeclaredWarning: BaselineOfReflectivity>>postload:package: (RFReflectivityASTCacheStrategy is Undeclared)
MetacelloNotification: Loaded -> BaselineOfReflectivity --- unresolved
MetacelloNotification: Project: Instrumentation
MetacelloNotification: Loaded -> BaselineOfInstrumentation --- unresolved
MetacelloNotification: Project: DebugPoints
MetacelloNotification: Loaded -> BaselineOfDebugPoints --- unresolved
MetacelloNotification: Project: Reflectivity
MetacelloNotification: Project: Instrumentation baseline
MetacelloNotification: Project: Athens
MetacelloNotification: Loaded -> BaselineOfAthens --- unresolved
MetacelloNotification: Project: Display
MetacelloNotification: Project: UnifiedFFI
MetacelloNotification: Project: SUnit
MetacelloNotification: Project: EnlumineurFormatter
MetacelloNotification: Loaded -> BaselineOfEnlumineurFormatter --- unresolved
MetacelloNotification: Project: Refactoring
MetacelloNotification: Loaded -> BaselineOfRefactoring --- unresolved
MetacelloNotification: Project: SpecRefactoring
MetacelloNotification: Project: Athens
MetacelloNotification: Project: Display baseline
MetacelloNotification: Project: UnifiedFFI baseline
MetacelloNotification: Project: Flashback
MetacelloNotification: Loaded -> BaselineOfFlashback --- unresolved
MetacelloNotification: Project: Shift
MetacelloNotification: Loaded -> BaselineOfShift --- unresolved
MetacelloNotification: Project: Traits
MetacelloNotification: Project: Slot
MetacelloNotification: Project: Clap
MetacelloNotification: Project: SUnit
MetacelloNotification: Project: EnlumineurFormatter
MetacelloNotification: Project: Reflectivity
MetacelloNotification: Project: Instrumentation baseline
MetacelloNotification: Project: DebugPoints
MetacelloNotification: Project: Reflectivity baseline
MetacelloNotification: Project: Instrumentation baseline
MetacelloNotification: Project: Refactoring
MetacelloNotification: Project: Metacello
MetacelloNotification: Loaded -> BaselineOfMetacello --- unresolved
MetacelloNotification: Project: Shout
MetacelloNotification: Loaded -> BaselineOfShout --- unresolved
MetacelloNotification: Project: ReflectionMirrors
MetacelloNotification: Loaded -> BaselineOfReflectionMirrors --- unresolved
MetacelloNotification: Project: FuzzyMatcher
MetacelloNotification: Loaded -> BaselineOfFuzzyMatcher --- unresolved
MetacelloNotification: Project: QA
MetacelloNotification: Loaded -> BaselineOfQA --- unresolved
MetacelloNotification: Project: Manifest
MetacelloNotification: Loaded -> BaselineOfManifest --- unresolved
MetacelloNotification: Project: QualityAssistant
MetacelloNotification: Loaded -> BaselineOfQualityAssistant --- unresolved
MetacelloNotification: Project: Reflectivity
MetacelloNotification: Project: Instrumentation baseline
MetacelloNotification: Project: OSWindow
MetacelloNotification: Loaded -> BaselineOfOSWindow --- unresolved
MetacelloNotification: Project: EmergencyDebugger
MetacelloNotification: Loaded -> BaselineOfEmergencyDebugger --- unresolved
MetacelloNotification: Project: Epicea
MetacelloNotification: Loaded -> BaselineOfEpicea --- unresolved
MetacelloNotification: Project: Misc
MetacelloNotification: Loaded -> BaselineOfMisc --- unresolved
MetacelloNotification: Project: Fuel
MetacelloNotification: Project: GeneralTests
MetacelloNotification: Loaded -> BaselineOfGeneralTests --- unresolved
MetacelloNotification: Project: Epicea
MetacelloNotification: Project: FreeType
MetacelloNotification: Project: Keymapping
MetacelloNotification: Project: Zodiac
MetacelloNotification: Loaded -> BaselineOfZodiac --- unresolved
MetacelloNotification: Project: SortFunctions
MetacelloNotification: Loaded -> BaselineOfSortFunctions --- unresolved
MetacelloNotification: Project: Equals
MetacelloNotification: Loaded -> BaselineOfEquals --- unresolved
MetacelloNotification: Project: NewValueHolder
MetacelloNotification: Project: ReferenceFinder
MetacelloNotification: Loaded -> BaselineOfReferenceFinder --- unresolved
MetacelloNotification: Project: ClassParser
MetacelloNotification: Loaded -> BaselineOfClassParser --- unresolved
MetacelloNotification: Project: Calypso
MetacelloNotification: Loaded -> BaselineOfCalypso --- unresolved
MetacelloNotification: Project: ClassAnnotation
MetacelloNotification: Loaded -> BaselineOfClassAnnotation --- unresolved
MetacelloNotification: Project: ClassAnnotationTests
MetacelloNotification: Project: Commander
MetacelloNotification: Loaded -> BaselineOfCommander --- unresolved
MetacelloNotification: Project: ClassAnnotation
MetacelloNotification: Project: ClassAnnotationTests
MetacelloNotification: Project: SystemCommands
MetacelloNotification: Loaded -> BaselineOfSystemCommands --- unresolved
MetacelloNotification: Project: Commander
MetacelloNotification: Project: ClassAnnotation baseline
MetacelloNotification: Project: ClassAnnotationTests baseline
MetacelloNotification: Project: CalypsoNavigationModel
MetacelloNotification: Loaded -> BaselineOfCalypsoNavigationModel --- unresolved
MetacelloNotification: Project: Ring
MetacelloNotification: Loaded -> BaselineOfRing --- unresolved
MetacelloNotification: Project: HeuristicCompletion
MetacelloNotification: Loaded -> BaselineOfHeuristicCompletion --- unresolved
MetacelloNotification: Project: SpecCode
MetacelloNotification: Project: SpecCore baseline
MetacelloNotification: Project: SpecCoreCode
MetacelloNotification: Project: Roassal
MetacelloNotification: Loaded -> BaselineOfRoassal --- unresolved
MetacelloNotification: Project: Geometry
MetacelloNotification: Loaded -> BaselineOfGeometry --- unresolved
MetacelloNotification: Project: NumericScales
MetacelloNotification: Loaded -> BaselineOfNumericScales --- unresolved
MetacelloNotification: Project: RoassalLayouts
MetacelloNotification: Loaded -> BaselineOfRoassalLayouts --- unresolved
MetacelloNotification: Project: RTree
MetacelloNotification: Loaded -> BaselineOfRTree --- unresolved
MetacelloNotification: Project: Microdown
MetacelloNotification: Loaded -> BaselineOfMicrodown --- unresolved
MetacelloNotification: Project: NewTools
NewUndeclaredWarning: BaselineOfNewTools>>postload:package: (StThreadSafeTranscript is Undeclared)
MetacelloNotification: Loaded -> BaselineOfNewTools --- unresolved
MetacelloNotification: Project: Sindarin
MetacelloNotification: Loaded -> BaselineOfSindarin --- unresolved
MetacelloNotification: Project: AIGraphAlgorithms
MetacelloNotification: Loaded -> BaselineOfAIGraphAlgorithms --- unresolved
MetacelloNotification: Project: DrTests
NewUndeclaredWarning: BaselineOfDrTests>>postload:package: (DrTests is Undeclared)
MetacelloNotification: Loaded -> BaselineOfDrTests --- unresolved
MetacelloNotification: Project: ThreadedFFI
MetacelloNotification: Loaded -> BaselineOfThreadedFFI --- unresolved
MetacelloNotification: Project: Calypso
MetacelloNotification: Project: ClassAnnotation baseline
MetacelloNotification: Project: Commander baseline
MetacelloNotification: Project: ClassAnnotation baseline
MetacelloNotification: Project: ClassAnnotationTests baseline
MetacelloNotification: Project: SystemCommands baseline
MetacelloNotification: Project: Commander baseline
MetacelloNotification: Project: ClassAnnotation baseline
MetacelloNotification: Project: ClassAnnotationTests baseline
MetacelloNotification: Project: CalypsoNavigationModel baseline
MetacelloNotification: Loaded -> Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Core-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Visitor --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> CodeImport-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Abstract-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Atomic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Native-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Sequenceable-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Stack-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Streams-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Strings-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RunArrayTest>>collectionClass (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>setUp (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testANewRunArrayIsEmpty (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testAdd (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testAddAddsAsLastElement (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testAt (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testAtPut (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testAtPut2 (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testFindLast (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testFindLast (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testFirst (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testFirst (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testIsSelfEvaluating (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testIsSelfEvaluating (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testLast (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testLast (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testNew (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testNewFrom (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testNewFrom (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testNewWithAll (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testNewWithSize (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunArrayAdjacentMerge (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunArrayInvariant (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunArrayReversal (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunArrayRunsAreNotMerged (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunArrayRunsSize (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunLengthAt (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testRunsValues (RunArray is Undeclared)
NewUndeclaredWarning: RunArrayTest>>testWithStartStopAndValueDo (RunArray is Undeclared)
MetacelloNotification: Loaded -> Collections-Support-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Unordered-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Weak-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Kernel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Kernel-Extended-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Time-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SelfEvaluatingObjectTest>>testObjects (Color is Undeclared)
MetacelloNotification: Loaded -> Kernel-Tests-WithCompiler --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Announcements-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Compression-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: FileReferenceTest>>testSymbolicLink (LibC is Undeclared)
NewUndeclaredWarning: FileReferenceTest>>testSymbolicLinkTargetPath (LibC is Undeclared)
NewUndeclaredWarning: UnixResolverTest>>testGetTempFromTMPDIR (OSEnvironment is Undeclared)
NewUndeclaredWarning: DeleteVisitorTest>>testSymbolicLink (LibC is Undeclared)
NewUndeclaredWarning: WindowsResolverTest>>testResolveTempPathFromTMP (OSEnvironment is Undeclared)
MetacelloNotification: Loaded -> FileSystem-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FileSystem-Disk-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FileSystem-Tests-Attributes --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Files-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Jobs-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: OCCodeSnippet class>>styleAll (Text is Undeclared)
NewUndeclaredWarning: OCCodeSnippet>>definitionRefactoring (RBReplaceSubtreeTransformation is Undeclared)
NewUndeclaredWarning: OCCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared)
NewUndeclaredWarning: OCCodeSnippet>>textWithNode:message:at: (Color is Undeclared)
NewUndeclaredWarning: OCCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared)
NewUndeclaredWarning: OCCodeSnippet>>textWithNode:message:at: (Color is Undeclared)
MetacelloNotification: Loaded -> AST-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OpalCompiler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Random-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinition2 (MOPTestClassC is Undeclared)
NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (MOPTestClassC is Undeclared)
NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (ClassDefinitionPrinter is Undeclared)
NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (MOPTestClassC is Undeclared)
NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (ClassDefinitionPrinter is Undeclared)
NewUndeclaredWarning: RGClassDefinitionTest>>testAsClassDefinitionSourceDefinition (MOPTestClassC is Undeclared)
NewUndeclaredWarning: RGClassDefinitionTest>>testWithPoolDictionaries (Text is Undeclared)
MetacelloNotification: Loaded -> Ring-Definitions-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-Definitions-Tests-Containers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: EventManagerTest>>classToBeTested (EventManager is Undeclared)
NewUndeclaredWarning: EventManagerTest>>setUp (EventManager is Undeclared)
MetacelloNotification: Loaded -> System-Object Events-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: OSEnvironmentTest>>testEnvironmentFor (OSEnvironment is Undeclared)
MetacelloNotification: Loaded -> System-OSEnvironments-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zinc-Character-Encoding-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableLongerThanBufferShouldReturnValue (OSEnvironment is Undeclared)
NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableLongerThanBufferShouldReturnValue (OSEnvironment is Undeclared)
NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableShouldReturnValue (OSEnvironment is Undeclared)
NewUndeclaredWarning: Win32EnvironmentTest>>testExistingEnvironmentVariableShouldReturnValue (OSEnvironment is Undeclared)
NewUndeclaredWarning: Win32EnvironmentTest>>testNonExistingEnvironmentVariableShouldGenerateException (OSEnvironment is Undeclared)
NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared)
NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared)
NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared)
NewUndeclaredWarning: WinPlatformTest>>testGetTempPathFromTMP (OSEnvironment is Undeclared)
MetacelloNotification: Loaded -> System-Platforms-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Finalization-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: FontTest>>testDisplay (TextStyle is Undeclared)
NewUndeclaredWarning: FontTest>>testDisplay (TextFontReference is Undeclared)
NewUndeclaredWarning: FontTest>>testDisplay (Form is Undeclared)
NewUndeclaredWarning: FontTest>>testDisplay (Form is Undeclared)
NewUndeclaredWarning: FontTest>>testDisplay (Color is Undeclared)
NewUndeclaredWarning: FontTest>>testDisplay (Color is Undeclared)
NewUndeclaredWarning: FontTest>>testParagraph (Paragraph is Undeclared)
NewUndeclaredWarning: FontTest>>testParagraph (TextStyle is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testColor (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextFontChange is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextColor is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (Color is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextColorTest>>testDominates (Color is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testAmount (TextIndent is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testDominates (TextIndent is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testDominates (TextFontChange is Undeclared)
NewUndeclaredWarning: TextIndentTest>>testTabs (TextIndent is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionCrLF (TextColor is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionCrLF (TextColor is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionCrLF (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionJustLF (TextColor is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionJustLF (TextColor is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionJustLF (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionNoLF (TextColor is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionNoLF (TextColor is Undeclared)
NewUndeclaredWarning: TextLineEndingsTest>>testDecoratedTextConversionNoLF (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextStreamTest>>setUp (TextStream is Undeclared)
NewUndeclaredWarning: TextStreamTest>>setUp (Text is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testAddStringToTextStream (TextStream is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testAddStringToTextStream (Text is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testApplyAttributeBeginningAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testWithAttributeDo (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testWithAttributeDo (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testWithAttributesDo (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testWithAttributesDo (TextColor is Undeclared)
NewUndeclaredWarning: TextStreamTest>>testWithAttributesDo (Color is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example1: (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared)
NewUndeclaredWarning: TextTest>>example2 (Text is Undeclared)
NewUndeclaredWarning: TextTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>setUp (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>setUp (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testAddAttributeFromTo (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testAddAttributeFromTo (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (TextStream is Undeclared)
NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (Text is Undeclared)
NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAdjacentRunsWithIdentitcalAttributes (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testAppend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testLineCount (Text is Undeclared)
NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testPrepend (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRangeOfStartingAt (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRemoveAttribute (Text is Undeclared)
NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRemoveAttribute (Text is Undeclared)
NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRemoveAttribute (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testReplaceFromToWith (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (RunArray is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (RunArray is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (RunArray is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testSettingRunsOfWrongSize (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection1 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection1 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection2 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection2 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection2 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection3 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection3 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection3 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection4 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection4 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testTextEmphasisRangeDetection4 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testUnembellished (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextTest>>testUnembellished (TextFontChange is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>setUp (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testAlignment (TextConstants is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextFontChange is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextAlignmentTest>>testDominates (TextAlignment is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>setUp (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testAdd (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testAdd (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testBold (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominatedByCmd0 (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testDominates (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testEmphasisCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testFromCode (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testItalic (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testNarrow (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testNormal (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testRemove (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testSet (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testSet (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testSet (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testStruckOut (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testUnderlined (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextEmphasisTest>>testValue (TextEmphasis is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>setUp (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testEquality (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontChangeTest>>testHash (TextFontChange is Undeclared)
NewUndeclaredWarning: TextFontReferenceTest>>setUp (TextFontReference is Undeclared)
NewUndeclaredWarning: TextFontReferenceTest>>setUp (StrikeFont is Undeclared)
NewUndeclaredWarning: TextFontReferenceTest>>testFont (LogicalFont is Undeclared)
NewUndeclaredWarning: TextFontReferenceTest>>testFont (TextFontReference is Undeclared)
NewUndeclaredWarning: TextKernTest>>setUp (TextKern is Undeclared)
MetacelloNotification: Loaded -> Text-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> VariablesLibrary --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: MemoryLogger class>>writeFilename (LibC is Undeclared)
MetacelloNotification: Loaded -> Beacon-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Beacon-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Benchmark --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Benchmark-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Clap-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Clap-CommandLine --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> TaskIt --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> TaskIt-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: DebugSession>>implement:inClass:forContext: (MethodClassifier is Undeclared)
MetacelloNotification: Loaded -> Debugger-Model --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Debugger-Oups --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
SystemNotification: Starting preload action
MetacelloNotification: Loaded -> Kernel-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Abstract-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> CodeImport-Traits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-MockObjects --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> JenkinsTools-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: HDLintReport class>>runClasses:named: (RBBrowserEnvironment is Undeclared)
NewUndeclaredWarning: HDLintReport class>>runPackage: (RBBrowserEnvironment is Undeclared)
NewUndeclaredWarning: HDLintReport>>initializeOn: (RBCompositeLintRule is Undeclared)
NewUndeclaredWarning: HDLintReport>>initializeOn: (RBBasicLintRule is Undeclared)
NewUndeclaredWarning: HDLintReport>>run (RBSmalllintChecker is Undeclared)
NewUndeclaredWarning: HDLintReport>>run (RBCompositeLintRule is Undeclared)
MetacelloNotification: Loaded -> JenkinsTools-ExtraReports --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Colors --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: DisplayMedium>>fillShape:fillColor:at: (BitBlt is Undeclared)
NewUndeclaredWarning: DisplayMedium>>fillShape:fillColor:at: (Bitmap is Undeclared)
NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
NewUndeclaredWarning: DisplayMedium>>initializeHighLights (Bitmap is Undeclared)
NewUndeclaredWarning: ColorForm>>colormapIfNeededForDepth: (Bitmap is Undeclared)
NewUndeclaredWarning: ColorForm>>copy: (BitBlt is Undeclared)
NewUndeclaredWarning: ColorForm>>maskingMap (Bitmap is Undeclared)
NewUndeclaredWarning: ColorForm>>pixelValueAt: (BitBlt is Undeclared)
NewUndeclaredWarning: ColorForm>>pixelValueAt: (BitBlt is Undeclared)
NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared)
NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared)
NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared)
NewUndeclaredWarning: Form class>>dotOfSize: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asFormOfDepth: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asFormOfDepth: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>asGrayScale (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>balancedPatternFor:depth: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>balancedPatternFor:depth: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>border:width:rule:fillColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>border:width:rule:fillColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>colorReduced (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>copy:from:in:rule: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>copyBits:at:translucent: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>copyBits:from:at:clippingBox:rule:fillColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>copyBits:from:at:clippingBox:rule:fillColor:map: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>copyBits:from:at:colorMap: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>copyWithColorsReducedTo: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayResourceFormOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>displayScaledOn: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>drawLine:from:to:clippingBox:rule:fillColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>eraseShape: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>eraseShape: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>fill:rule:fillColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>fillAlpha: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>fillAlpha: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>fillFromXYColorBlock: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>findShapeAroundSeedBlock: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>fixAlpha (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>flipBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>flipHorizontally (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>hibernate (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnify:by:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>magnifyBy:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColor:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>mapColors:to: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>newColorMap (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>paintBits:at:translucent: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>pixelCompare:with:at: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>pixelCompare:with:at: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>pixelCompare:with:at: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>pixelValueAt: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>pixelValueAt:put: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>primCountBits (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>primCountBits (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>privateFloodFillValue: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>privateFloodFillValue: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>readBitsFrom: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rectangleEnclosingPixelsNotOfColor: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>replaceColor:withColor: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:centerAt: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>rotateBy:magnify:smoothing: (WarpBlt is Undeclared)
NewUndeclaredWarning: Form>>setExtent:depth: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>smear:distance: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValues (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>tallyPixelValuesInRect:into: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>unhibernate (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>unhibernate (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>unhibernate (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>xTallyPixelValue:orNot: (Bitmap is Undeclared)
NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (BitBlt is Undeclared)
NewUndeclaredWarning: Form>>yTallyPixelValue:orNot: (Bitmap is Undeclared)
NewUndeclaredWarning: InfiniteForm>>displayOn:at:clippingBox:rule:fillColor: (BitBlt is Undeclared)
MetacelloNotification: Loaded -> Graphics-Display Objects --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Graphics-Primitives --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Graphics-Transformations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: FFILibraryFinder>>ldLibraryPaths (OSEnvironment is Undeclared)
NewUndeclaredWarning: FFIWindowsLibraryFinder>>knownPaths (OSEnvironment is Undeclared)
MetacelloNotification: Loaded -> UnifiedFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>builder (TFCalloutAPI is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>builder (TFCalloutAPI is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFDerivedType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testAllAtomicTypesCall (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallCreateObject (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallCreateObject (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallReturningEnumeration (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallSimple (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallSimple (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithConstant (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithConstant (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithConstant (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithObject (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithObject (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointer (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointer (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointerPointer (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithPointerPointer (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithSelf (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithSelf (TFBasicType is Undeclared)
NewUndeclaredWarning: FFICalloutMethodBuilderTest>>testCallWithSelf (TFBasicType is Undeclared)
MetacelloNotification: Loaded -> UnifiedFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> UnifiedFFI-Legacy --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-OSEnvironments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Object Events --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Caching --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Utilities --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ScalingCanvas class>>example (MenuMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleDrawString (LogicalFont is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (Morph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph1 (ImageMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph2 (FormCanvas is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph2 (FormCanvas is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph2 (ImageMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph3 (FormCanvas is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph3 (FormCanvas is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleImageMorph3 (ImageMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextMorph is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextModel is Undeclared)
NewUndeclaredWarning: ScalingCanvas class>>exampleRubScrolledTextMorph (RubScrolledTextModel is Undeclared)
NewUndeclaredWarning: ScalingCanvas>>applyClippingTo:during: (FreeTypeSettings is Undeclared)
NewUndeclaredWarning: ScalingCanvas>>applyClippingTo:during: (FormCanvas is Undeclared)
MetacelloNotification: Loaded -> Graphics-Canvas --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: FormCanvas>>drawString:from:to:at:font:color: (TextStyle is Undeclared)
NewUndeclaredWarning: FormCanvas>>drawString:from:to:in:font:color:scale: (TextStyle is Undeclared)
NewUndeclaredWarning: FormCanvas>>drawString:from:to:in:font:color:underline:underlineColor:strikethrough:strikethroughColor:scale: (TextStyle is Undeclared)
MetacelloNotification: Loaded -> FormCanvas-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Registry --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: AbstractFont class>>initialize (TextStyle is Undeclared)
NewUndeclaredWarning: AbstractFont>>pixelSize (TextStyle is Undeclared)
NewUndeclaredWarning: AbstractFont>>textStyle (TextStyle is Undeclared)
NewUndeclaredWarning: AbstractFont>>textStyle (TextStyle is Undeclared)
MetacelloNotification: Loaded -> Fonts-Abstract --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Text-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: Morph>>changeColor (ColorSelectorDialogWindow is Undeclared)
NewUndeclaredWarning: Morph>>changeColor (ColorSelectorDialogWindow is Undeclared)
NewUndeclaredWarning: KeyboardEvent>>asKeyCombination (KMKeyCombination is Undeclared)
MetacelloNotification: Loaded -> Morphic-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: MenuRegistrationExample class>>quitSession (MorphicUIManager is Undeclared)
MetacelloNotification: Loaded -> MenuRegistration --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Fuel-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: UITheme>>chooseDirectoryIn:title:path: (StFileSystemModel is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (StCustomExtensionsFilter is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (StFileSystemModel is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (StCustomExtensionsFilter is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (StFileSystemModel is Undeclared)
NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (StCustomExtensionsFilter is Undeclared)
NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (StFileSystemModel is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (StFileSystemModel is Undeclared)
NewUndeclaredWarning: FreeTypeFontProvider>>getWindowsFontFolderPath (TFSameThreadRunner is Undeclared)
NewUndeclaredWarning: KMRepository class>>reset (KMPragmaKeymapBuilder is Undeclared)
NewUndeclaredWarning: RubSmalltalkEditor>>selectedSelector (CNSelectorExtractor is Undeclared)
MetacelloNotification: Loaded -> System-Localization --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FreeType-Graphics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FreeType-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EmbeddedFreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FileSystem-Zip --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Fonts-Infrastructure --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Graphics-Files --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Graphics-Fonts --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Graphics-Shapes --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Growl --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Native-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Regex-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Base --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Basic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-ColorPicker --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Extra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-List --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Pluggable --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-PolyTabs --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Scrolling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Tabs --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Taskbar --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Menubar --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Tree --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Windows --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-FastTable --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Taskbar-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Rubric --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NewValueHolder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Polymorph-Widgets --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DarkBlueTheme --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Images-Animated --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Settings-Graphics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Settings-Polymorph --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Settings-System --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-History --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Installers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Settings-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Settings-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Formatter-Settings --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Text-Diff --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Text-Edition --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Text-Scanning --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Identification --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Base --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
SystemNotification: Starting postload action
starting...
UIThemeRegistry
bitmap fonts loaded
UIManager changed:NonInteractiveUIManager
MetacelloNotification: Loaded -> Commander2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander2-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander2-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander2-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared)
NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared)
NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared)
NewUndeclaredWarning: SpExecutableLayout class>>addDocumentSectionHierarchy: (SpDocumentHierarchyBuilder is Undeclared)
MetacelloNotification: Loaded -> Spec2-Layout --- github://pharo-spec/Spec:v2.0.2/src(0438768)
NewUndeclaredWarning: SpTActionContainer>>actionsWith: (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpPresenter>>actionsWith: (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpTActionContainer>>addActionGroupWith: (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpPresenter>>addActionGroupWith: (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpTActionContainer>>ensureActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpTActionContainer>>ensureActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpPresenter>>ensureActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpPresenter>>ensureActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpTActionContainer>>ensureInternalActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpTActionContainer>>ensureInternalActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpPresenter>>ensureInternalActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpPresenter>>ensureInternalActions (SpActionGroup is Undeclared)
NewUndeclaredWarning: SpGeneratorListModel class>>example (SpEasyListViewPresenter is Undeclared)
NewUndeclaredWarning: SpGeneratorListModel class>>example (SpEasyListViewPresenter is Undeclared)
NewUndeclaredWarning: SpNotificationCenter>>updateIfNecessary (SpNotificationCenterPresenter is Undeclared)
NewUndeclaredWarning: SpDropListTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpDropListTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpDropListTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpDropListTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpDropListTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpImageTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpImageTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpImageTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpImageTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpImageTableColumn class>>example (SpEasyColumnViewPresenter is Undeclared)
NewUndeclaredWarning: SpMenuButtonPresenter>>fillWith: (SpActionMenuPresenterBuilder is Undeclared)
NewUndeclaredWarning: SpMenuButtonPresenter>>fillWith: (SpActionMenuPresenterBuilder is Undeclared)
NewUndeclaredWarning: SpAbstractTextPresenter>>whenResetDo: (SpCancelChangesCommand is Undeclared)
NewUndeclaredWarning: SpTextInputFieldPresenter>>whenSubmitDo: (SpAcceptChangesCommand is Undeclared)
NewUndeclaredWarning: SpTextPresenter class>>textEditionCommandsGroupWith: (SpTextEditionCommand is Undeclared)
NewUndeclaredWarning: SpTextPresenter class>>textSearchCommandsGroupWith: (SpTextSearchCommand is Undeclared)
NewUndeclaredWarning: SpTextPresenter>>editionCommandsGroup (SpRecursiveContextSetter is Undeclared)
NewUndeclaredWarning: SpTextPresenter>>whenSubmitDo: (SpAcceptChangesCommand is Undeclared)
NewUndeclaredWarning: SpLinkPresenter>>url: (WebBrowser is Undeclared)
NewUndeclaredWarning: SpMenuPresenter>>fillWith: (SpActionMenuPresenterBuilder is Undeclared)
NewUndeclaredWarning: SpMenuPresenter>>fillWith: (SpActionMenuPresenterBuilder is Undeclared)
NewUndeclaredWarning: SpMillerPaginatorPresenter>>newPaginator (SpPaginatorPresenter is Undeclared)
MetacelloNotification: Loaded -> Spec2-Core --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Dialogs --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Dialogs-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-CommandLine --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Commands --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Transmission --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Interactions --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Commander2 --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-ListView --- github://pharo-spec/Spec:v2.0.2/src(0438768)
NewUndeclaredWarning: SpOptionListPresenter class>>example (SpOptionListExample is Undeclared)
MetacelloNotification: Loaded -> Spec2-CommonWidgets --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Adapters-Stub --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Commander2-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
NewUndeclaredWarning: SpDemoStandaloneFormPresenter>>initializePresenters (SpDatePresenter is Undeclared)
NewUndeclaredWarning: SpFilteringListPresenter class>>example (RBBrowserEnvironment is Undeclared)
NewUndeclaredWarning: SpFilteringListPresenter class>>exampleWithFilterOnTop (RBBrowserEnvironment is Undeclared)
NewUndeclaredWarning: SpFilteringListPresenter class>>exampleWithInitializedFilter (RBBrowserEnvironment is Undeclared)
MetacelloNotification: Loaded -> Spec2-Examples --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-ListView-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
NewUndeclaredWarning: SpAthensMorph>>surface (AthensCairoSurface is Undeclared)
NewUndeclaredWarning: SpApplication>>defaultConfigurationForMorphic (SpMorphicConfiguration is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffAdapter>>buildWidget (DiffMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
NewUndeclaredWarning: SpMorphicDiffUnifiedAdapter>>buildWidget (StUnifiedDiffChangesMorph is Undeclared)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-ListView --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Morphic --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Morphic-Examples --- github://pharo-spec/Spec:v2.0.2/src(0438768)
NewUndeclaredWarning: SpAthensAdapterTest>>testPresentersBlockReceivesAthensCanvas (AthensCanvas is Undeclared)
MetacelloNotification: Loaded -> Spec2-Backend-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Morphic-Backend-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Morphic-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Microdown --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> StartupPreferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-Tree --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-Pragmas --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-Settings --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> WebBrowser-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Instrumentation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: Breakpoint>>requestConditionBlock (CmdCommandAborted is Undeclared)
MetacelloNotification: Loaded -> Reflectivity --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DebugPoints --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DebugPoints-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Cairo --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Support-UITesting --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Coverage --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EnlumineurFormatter --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Environment --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Changes --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ReMethodsDontReferToInstVarsCondition class>>strategyChoiceClass (RePushUpInstanceVariableChoice is Undeclared)
NewUndeclaredWarning: ReMethodsDontReferToLocalSharedVarsCondition class>>strategyChoiceClass (RePushUpSharedVariableChoice is Undeclared)
NewUndeclaredWarning: ReVariablesNotReadBeforeWrittenCondition>>check (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>createSubclassResponsibilityFor:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUp:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUpMethodsFrom: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMakeClassAbstractTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReDuplicateClassRefactoring>>copyMethods:of:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReGenerateEqualHashTransformation>>compileEqual (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReGenerateEqualHashTransformation>>compileHash (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReGeneratePrintOnTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBAddMethodRefactoring>>sourceCode:in:withProtocol: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChangeMethodNameRefactoring>>removeRenamedImplementors (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBExtractMethodRefactoring>>checkAssignments: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBExtractMethodRefactoring>>checkSingleAssignment: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBExtractSetUpMethodRefactoring>>checkAssignments: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBExtractSetUpMethodRefactoring>>checkSingleAssignment: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBExtractSetUpMethodRefactoring>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMoveMethodToClassRefactoring>>privateTransform (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMoveMethodToClassRefactoring>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMoveMethodToClassSideRefactoring>>addMethod:to:toProtocol: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMoveMethodToClassSideRefactoring>>removeMethod:from: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMoveVariableDefinitionToSmallestValidScopeRefactoring>>checkNodes: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBPushDownMethodRefactoring>>privateTransform (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPushDownMethodRefactoring>>pushDown: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBRemoveMethodRefactoring>>selector:from: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RePullUpMethodRefactoring>>copyDownMethod: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RePullUpMethodRefactoring>>pullUp: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RePullUpMethodRefactoring>>removeDuplicatesOf: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RePullUpMethodRefactoring>>removePulledUpMethods (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPrettyPrintCodeTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBClassRegexRefactoring>>copyFrom:to: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBProtocolRegexTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBSourceRegexTransformation>>privateTransform (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBSourceRegexTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBRenameInstanceVariableRefactoring>>removeOldAccessors (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBRenameInstanceVariableRefactoring>>renameAccessorsReferences (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBCreateLazyAccessorsForVariableTransformation>>defineGetterMethod (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReCreateAccessorsForVariableTransformation>>defineGetterMethod (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReCreateAccessorsForVariableTransformation>>defineSetterMethod (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReRemoveUnusedTemporaryVariableRefactoring>>privateTransform (RBRemoveTemporaryVariableTransformation is Undeclared)
MetacelloNotification: Loaded -> Refactoring-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RBTemporaryToInstanceVariableTransformation>>checkForValidTemporaryVariable (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: RBMoveTemporaryVariableDefinitionTransformation>>checkLocationsIn: (OCReadBeforeWrittenTester is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>addReturnIfNeeded: (OCReturnNodeAdderVisitor is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>newMethodName (StMethodNameEditorPresenter is Undeclared)
MetacelloNotification: Loaded -> Refactoring-Transformations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgument (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgument (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgumentAfter: (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: StMethodNameEditorPresenter>>addArgumentAfter: (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: StMethodNameEditorPresenter>>renameArgument: (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: StMethodNameEditorPresenter>>renameArgument: (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: StRefactoringPreviewPresenter>>globalActiveScope (ScopesManager is Undeclared)
NewUndeclaredWarning: StRefactoringPreviewPresenter>>updateGlobalActiveScope (ScopesManager is Undeclared)
NewUndeclaredWarning: ReOverrideMethod>>browse (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReInteractionDriver>>application (StPharoApplication is Undeclared)
NewUndeclaredWarning: ReMoveMethodsToClassSideDriver>>browseMethod (StMessageBrowser is Undeclared)
NewUndeclaredWarning: RePullUpMethodDriver>>browseOverrides (StMessageBrowser is Undeclared)
NewUndeclaredWarning: RePullUpMethodDriver>>browseSuperSendsSent (StMessageBrowser is Undeclared)
NewUndeclaredWarning: RePushDownMethodDriver>>browseSubclassesSuperSends (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveClassDriver>>browseReferences (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveInstanceVariablesDriver>>browseInstanceVariableReferences (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveMethodDriver>>browseSenders (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveSharedVariablesDriver>>browseSharedVariableReferences (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRenameMethodDriver>>browseOverrides (StMessageBrowser is Undeclared)
MetacelloNotification: Loaded -> Refactoring-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Spec2-Transformations --- github://pharo-spec/Spec:v2.0.2/src(0438768)
NewUndeclaredWarning: NECSymbolEntry>>methodSourceDescription:method: (SHRBTextStyler is Undeclared)
NewUndeclaredWarning: NECMenuMorph class>>convertToSHSymbol: (SHRBTextStyler is Undeclared)
NewUndeclaredWarning: NECMenuMorph class>>selectColorFor: (SHRBTextStyler is Undeclared)
NewUndeclaredWarning: NECMenuMorph class>>selectFontFor: (SHRBTextStyler is Undeclared)
MetacelloNotification: Loaded -> Tool-ExternalBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ClassDefinitionPrinters --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Profilers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NECompletion --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NECompletion-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NECompletion-Preferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Metacello-FileTree --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Metacello-Cypress --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> CodeExport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Sources-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ClassDefinitionPrinters-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Kernel-CodeModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> MonticelloMocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Network-Mail --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Network-Mail-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ProfStef-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> StartupPreferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OpalCompiler-ToolFeatures --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OpalCompiler-ToolFeatures-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Monticello-BackwardCompatibility --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> MonticelloFileServices --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tools-CodeNavigation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Diff --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> MonticelloGUI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-ImageCleaner --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tools --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-MorphicProfiler --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Text --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Balloon --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Athens-Cairo-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Flashback-Decompiler --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Flashback-Decompiler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Shift-ClassBuilder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ShClassInstallerTest>>testBuildingClassesWithSlotsClassifiesItsMethods (BooleanSlot is Undeclared)
NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassError (BooleanSlot is Undeclared)
NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassPreserveMethods (BooleanSlot is Undeclared)
NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassPreserveSlots (BooleanSlot is Undeclared)
NewUndeclaredWarning: ShClassInstallerTest>>testDuplicateClassPreserveSlots (BooleanSlot is Undeclared)
MetacelloNotification: Loaded -> Shift-ClassBuilder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testExpandedClySubclassWithTraitsOfClassWithTraits (ClySubclassWithTraitsOfClassWithTraits is Undeclared)
NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testExpandedEpTEventVisitorClassTrait (EpTEventVisitor is Undeclared)
NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testExpandedEpTEventVisitorTrait (EpTEventVisitor is Undeclared)
NewUndeclaredWarning: TraitFluidClassDefinitionPrinterTest>>testTEventVisitorClassTrait (EpTEventVisitor is Undeclared)
NewUndeclaredWarning: TraitLegacyPharoClassDefinitionPrinterTest>>testTEventVisitorClassTrait (EpTEventVisitor is Undeclared)
NewUndeclaredWarning: TraitOldPharoClassDefinitionPrinterTest>>testTEventVisitorClassTrait (EpTEventVisitor is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionHasCorrectString (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfNormalClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitUsingTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testDefinitionOfTraitedClassWithSlots (PropertySlot is Undeclared)
NewUndeclaredWarning: TraitMCDefinitionsTest>>testEqualityOfTraitDefinitionWithDifferentSlotTypes (PropertySlot is Undeclared)
MetacelloNotification: Loaded -> Traits-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Slot-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Slot-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> VariablesLibrary-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Clap-Commands-Pharo --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Clap-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Clap-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Visitor-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-MockObjects-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Support-UITesting-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Coverage-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EnlumineurFormatter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Reflectivity-Tools --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testOnceBreakpointDisableAfterHit (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>testCounting (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>testMultipleCounters (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: ExecutionCounterTest>>testReseting (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testAccessStrategy (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testAllSlotNamesFor (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testInstall (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testIsInstalled (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableReadsInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableWritesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInObject (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInObject (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInObject (VariableBreakpointMockSubclass is Undeclared)
NewUndeclaredWarning: WatchTest>>testAddSameWatchSameNode (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testAddWatch (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testAddWatchSameNode (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared)
NewUndeclaredWarning: WatchTest>>testWatchTwice (ReflectivityExamples is Undeclared)
MetacelloNotification: Loaded -> Reflectivity-Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: CoverageDemoPresenter class>>open (StPharoApplication is Undeclared)
MetacelloNotification: Loaded -> Reflectivity-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Reflectivity-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RBSharedPoolForTestData2>>reference (RBRemoveClassRefactoringTest is Undeclared)
MetacelloNotification: Loaded -> Refactoring-DataForTesting --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Changes-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Critics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Environment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Transformations-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Math-Operations-Extensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Network-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Network-Mail-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Rubric-SpecFindReplaceDialog --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OpalCompiler-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OpalCompiler-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Metacello-TestsCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Metacello-TestsMCCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Metacello-TestsReference --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Metacello-Gitlab-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Shout --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Rubric-Styling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Shout-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ReflectionMirrors-Primitives-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FuzzyMatcher --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FuzzyMatcher-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: NautilusRefactoring>>handleMethodNameRequest: (CmdCommandAborted is Undeclared)
NewUndeclaredWarning: NautilusRefactoring>>requestMethodNameFor: (CmdCommandAborted is Undeclared)
MetacelloNotification: Loaded -> NautilusRefactoring --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClassTestCase>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses (ReEquivalentSuperclassMethodsRule is Undeclared)
NewUndeclaredWarning: ClassTestCase>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass (ReExplicitRequirementMethodsRule is Undeclared)
MetacelloNotification: Loaded -> Refactoring-Critics --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClassTestCase>>assertValidLintRule: (ReSmalllintChecker is Undeclared)
MetacelloNotification: Loaded -> Manifest-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Manifest-Resources-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReCodeCruftLeftInMethodsRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReCodeCruftLeftInMethodsRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReSmalllintChecker is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>setUp (ReRuleManager is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testCriticsOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsFalsePositive (ReCodeCruftLeftInMethodsRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsFalsePositive (ReCodeCruftLeftInMethodsRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsToDo (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testIsToDo (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testToDoOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
NewUndeclaredWarning: SmalllintManifestCheckerTest>>testToDoOf (ReTemporaryNeitherReadNorWrittenRule is Undeclared)
MetacelloNotification: Loaded -> Manifest-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Renraku --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ReCompactSourceCodeRuleTest>>testCriticizeFinalDotIsEnabledByDefault (ReCompactSourceCodeRule is Undeclared)
NewUndeclaredWarning: ReNoPrintStringInPrintOnRuleTest>>testBasicCheck (ReNoPrintStringInPrintOnRule is Undeclared)
NewUndeclaredWarning: ReNoPrintStringInPrintOnRuleTest>>testBasicCheck (ReNoPrintStringInPrintOnRule is Undeclared)
NewUndeclaredWarning: ReNoPrintStringInPrintOnRuleTest>>testRule (ReNoPrintStringInPrintOnRule is Undeclared)
NewUndeclaredWarning: RenrakuTest>>testAsClassRuleTransformation (ReAsClassRule is Undeclared)
NewUndeclaredWarning: RenrakuTest>>testNoClassComment (ReNoClassCommentRule is Undeclared)
NewUndeclaredWarning: RenrakuTest>>testNoClassComment (ReNoClassCommentRule is Undeclared)
NewUndeclaredWarning: RenrakuTest>>testUnclassifiedMethod (ReUnclassifiedMethodsRule is Undeclared)
NewUndeclaredWarning: RenrakuTest>>testUnclassifiedMethod (ReUnclassifiedMethodsRule is Undeclared)
NewUndeclaredWarning: OCCodeSnippetTest>>testCritiques (ReDeadBlockRule is Undeclared)
MetacelloNotification: Loaded -> Renraku-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> General-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ReShouldSendSuperInitializeAsFirstMessageTest>>testRuleViolated (ReShouldSendSuperInitializeAsFirstMessage is Undeclared)
NewUndeclaredWarning: ReShouldSendSuperInitializeAsFirstMessageTest>>testRuleViolatedWithTemps (ReShouldSendSuperInitializeAsFirstMessage is Undeclared)
MetacelloNotification: Loaded -> General-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ArchitecturalCritique>>openDependencyAnalyzerOn: (StPackageDependenciesPresenter is Undeclared)
NewUndeclaredWarning: PharoBootstrapRule>>bootstrapPackages (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: PharoBootstrapRule>>dependencyChecker (StDependencyChecker is Undeclared)
MetacelloNotification: Loaded -> Specific-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Specific-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SUnit-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ReleaseTest>>knownProcesses (OSSDL2Driver is Undeclared)
NewUndeclaredWarning: ReleaseTest>>knownProcesses (TFCallbackQueue is Undeclared)
MetacelloNotification: Loaded -> ReleaseTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NautilusRefactoring-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OSWindow-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SDLOSXPharoMenu>>doAbout (StPharoSettings is Undeclared)
MetacelloNotification: Loaded -> OSWindow-SDL2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OSWindow-SDL2-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> OSWindow-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EmergencyDebugger --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EmergencyDebugger-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ombu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Epicea --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Hiedra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Hiedra-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: EpUnifiedBrowserPresenter class>>open (StPharoApplication is Undeclared)
NewUndeclaredWarning: EpUnifiedBrowserPresenter class>>open (StPharoApplication is Undeclared)
NewUndeclaredWarning: EpUnifiedBrowserPresenter class>>open (StPharoApplication is Undeclared)
MetacelloNotification: Loaded -> EpiceaBrowsers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> PharoDocComment --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-CommandLine-TextSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Files-Prompt --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-SourcesCondenser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Fuel-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Debugging-Utils-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NumberParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Kernel-CodeModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Installers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> MonticelloMocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FormCanvas-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-DoubleLinkedList-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Collections-Arithmetic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> MetacelloCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Debugger-Model-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Debugger-Oups-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EmbeddedFreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ombu-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Epicea-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Hiedra-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> EpiceaBrowsers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FileSystem-Memory-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Fonts-Infrastructure-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Graphics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Morphic-Widgets-FastTable-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NECompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ProfStef-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RxMatcherTest>>testEscapedLineEndings (ClyRegexPattern is Undeclared)
NewUndeclaredWarning: RxMatcherTest>>testEscapedLineEndings (ClyRegexPattern is Undeclared)
NewUndeclaredWarning: RxMatcherTest>>testEscapedLineEndings (ClyRegexPattern is Undeclared)
NewUndeclaredWarning: RxMatcherTest>>testLineEndings (ClyRegexPattern is Undeclared)
NewUndeclaredWarning: RxMatcherTest>>testLineEndings (ClyRegexPattern is Undeclared)
NewUndeclaredWarning: RxMatcherTest>>testLineEndings (ClyRegexPattern is Undeclared)
MetacelloNotification: Loaded -> Regex-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-Definitions-Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RubSmalltalkEditorTest>>testCompletionEngineInstanceIsNotUsedIfNil (CoStatisticsCompletionEngine is Undeclared)
NewUndeclaredWarning: RubSmalltalkEditorTest>>testCompletionEngineInstanceIsNotUsedIfNil (CoStatisticsCompletionEngine is Undeclared)
NewUndeclaredWarning: RubSmalltalkEditorTest>>testCompletionEngineInstanceIsUsedIfSpecified (CoStatisticsCompletionEngine is Undeclared)
NewUndeclaredWarning: RubSmalltalkEditorTest>>testCompletionEngineInstanceIsUsedIfSpecified (CoStatisticsCompletionEngine is Undeclared)
MetacelloNotification: Loaded -> Rubric-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ScriptingExtensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> STON-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Caching-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Utilities-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Hashing-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-History-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Localization-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-SessionManager-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Settings-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Support-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Text-Diff-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-ExternalBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Profilers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-ImageCleaner-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tools-CodeNavigation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zinc-Resource-Meta-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zinc-HTTP-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zinc-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-Identification-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>metacelloPackageNames (BaselineOfMonticello is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalCompilerDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalFileSystemDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalLocalMonticelloDependencies (BaselineOfMonticello is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalMonticelloDependencies (BaselineOfMonticello is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalSUnitKernelDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesReportResource>>rebuildDependenciesReport (StDependencyChecker is Undeclared)
MetacelloNotification: Loaded -> System-Dependencies-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> System-BasicCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Transcript-NonInteractive-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> PharoDocComment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> FreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Keymapping-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zinc-Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zodiac-Extra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SortFunctions-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SortFunctions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Equals --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Equals-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NewValueHolder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> NewValueHolder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> STON-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> BaselineOfPharoBootstrap --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> BaselineOfMonticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> BaselineOfMetacello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ReferenceFinder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ClassParser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ClassParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> UndefinedClasses --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> UndefinedClasses-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ClassAnnotation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ClassAnnotation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Activators-Shortcut --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Activators-ContextMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Activators-DragAndDrop --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Activators-WorldMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Activators-Mouse --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Activators-TextView --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Commander-Spec2-Compatibility --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: TRefactoringCommandSupport>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycCmCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycClassCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycAddNewProtocolCommand>>prepareFullExecutionInContext: (StProtocolNameChooserPresenter is Undeclared)
NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesManager is Undeclared)
NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesManager is Undeclared)
NewUndeclaredWarning: SycAddClassesScopeCommand>>execute (ScopesPresenter is Undeclared)
NewUndeclaredWarning: SycAddHierarchyScopeCommand>>execute (ScopesManager is Undeclared)
NewUndeclaredWarning: SycAddHierarchyScopeCommand>>execute (ScopesPresenter is Undeclared)
NewUndeclaredWarning: SycRenameClassCommand>>execute (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: SycRenameClassCommand>>execute (ClyClassDefinitionContext is Undeclared)
NewUndeclaredWarning: SycOpenExtraInClassMenuCommand class>>browserContextMenuActivation (ClyClass is Undeclared)
NewUndeclaredWarning: SycOpenScopesInClassMenuCommand class>>browserContextMenuActivation (ClyClass is Undeclared)
NewUndeclaredWarning: SycCmDuplicateClassCommand class>>browserShortcutActivation (ClyClass is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-ClassCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycChangeMessageSignatureCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-MessageCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SystemCommands-MessageCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycMethodRepackagingCommand>>newProtocolFor: (StProtocolNameChooserPresenter is Undeclared)
NewUndeclaredWarning: SycRemoveMethodCommand class>>methodMenuActivation (ClyMethod is Undeclared)
NewUndeclaredWarning: SycRemoveMethodCommand class>>methodShortcutActivation (ClyMethod is Undeclared)
NewUndeclaredWarning: SycOpenExtraInMethodMenuCommand class>>methodContextMenuActivation (ClyMethod is Undeclared)
NewUndeclaredWarning: SycClassifyMethodsCommand>>prepareFullExecution (StProtocolNameChooserPresenter is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-MethodCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnArgumentNode (SycConvertTempToInstVarCommand is Undeclared)
NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycConvertTempToinstVarCommandTest>>testCanExecuteOnTemporaryNode (SycConvertTempToInstVarCommand is Undeclared)
NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnArgumentNode (SycInlineTempCommand is Undeclared)
NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycInlineTempCommandTest>>testCanExecuteOnTemporaryNode (SycInlineTempCommand is Undeclared)
NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnArgumentNode (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnArgumentNode (SycRenameArgOrTempCommand is Undeclared)
NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnTemporaryNode (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycRenameArgOrTempCommandTest>>testCanExecuteOnTemporaryNode (SycRenameArgOrTempCommand is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-MethodCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesManager is Undeclared)
NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesManager is Undeclared)
NewUndeclaredWarning: SycAddPackagesScopeCommand>>execute (ScopesPresenter is Undeclared)
NewUndeclaredWarning: SycRemovePackageCommand>>applyResultInContext: (ClyNavigationEnvironment is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-PackageCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SystemCommands-PackageCommands-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycSourceCodeRefactoringCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycExtractMethodAndOccurrencesCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycExtractMethodCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycNewExtractMethodCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycNewExtractMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycRunTestCommand class>>methodEditorShorcutActivation (ClyTextEditorContext is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-SourceCodeCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SycGenerateVariableAccessorsWithLazyInitializationCommand class>>fullBrowserMenuActivation (ClyFullBrowserVariableContext is Undeclared)
NewUndeclaredWarning: SycMergeVariableCommand>>prepareFullExecutionInContext: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: SycMergeVariableCommand>>prepareFullExecutionInContext: (ClyAllInstanceVariablesQuery is Undeclared)
NewUndeclaredWarning: SycMergeVariableCommand>>prepareFullExecutionInContext: (ClyClassScope is Undeclared)
NewUndeclaredWarning: SycProtectVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycPushDownVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycPushUpVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycRemoveVariablesCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared)
MetacelloNotification: Loaded -> SystemCommands-VariableCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-NavigationModel --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-NavigationModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PExtendedByP5 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P5WithTags --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PWithSingleClass --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PExtendedByP1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P1WithHierarchy --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P2WithSubclassFromP1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P3WithSubclassFromP2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PWithTraits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PExtendingTrait --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-FileOut-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyTextEditor>>printIt (SpCodePopoverPrintPresenter is Undeclared)
MetacelloNotification: Loaded -> Calypso-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserPackageContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserVariableContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageAndClassGroupOnlySelected (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageOnlySelected (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared)
NewUndeclaredWarning: ClyBrowserContextAbstractTest>>setUp (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenReferencingDifferentClass (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsValidWhenReferencingSameClass (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentClassGroup (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentPackage (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenClassGroupContext (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenPackageContext (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyClassDefinitionEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenReferencingDifferentClass (ClyClassDefinitionEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsValidWhenClassContext (ClyClassDefinitionEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyFullBrowserMethodContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenReferencingDifferentMethod (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsValidWhenReferencingSameMethod (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenReferencingDifferentPackage (ClyPackageRichTextCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenReferencingDifferentClassGroup (ClyPackageRichTextCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommmentToolIsValidWhenPackageContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyTestSetUpEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenReferencingDifferentClass (ClyTestSetUpEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsValidWhenReferencingSameClass (ClyTestSetUpEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyClassCreationToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testDoesNotRecycleToolWhenNotValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToInstall (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared)
NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared)
NewUndeclaredWarning: NavigationInteractionTest>>testBrowseClassViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: NavigationInteractionTest>>testBrowseMethodViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared)
NewUndeclaredWarning: NavigationInteractionTest>>testSenderOnClassViaSenderActuallyBrowseSenders (ClyFullBrowserMorph is Undeclared)
MetacelloNotification: Loaded -> Calypso-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyMethodEditorToolMorph>>chooseClassForNewMethodIfNone: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>decorateMainTableCell:inContext: (ClySwitchToClassSideCommand is Undeclared)
NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>methodDecorationStrategy (ClyFullBrowserMethodContext is Undeclared)
NewUndeclaredWarning: ClySystemBrowserContext>>requestSingleClass: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: ClySystemBrowserContext>>requestSingleClass:from: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: ClySystemBrowserContext>>requestSinglePackage: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: ClySuperclassVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared)
NewUndeclaredWarning: ClyProtocolEditorMorph>>requestProtocol (StProtocolNameChooserPresenter is Undeclared)
NewUndeclaredWarning: SycMergeVariableCommand class>>fullBrowserMenuActivation (ClyFullBrowserVariableContext is Undeclared)
NewUndeclaredWarning: ClyFullVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemTools-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyOpenDependencyBrowserCommand>>execute (StPackageDependenciesPresenter is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemPlugins-DependencyAnalyser-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-MethodDiffTool --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyConvertMethodGroupToProtocolCommand>>prepareFullExecutionInContext: (StProtocolNameChooserPresenter is Undeclared)
NewUndeclaredWarning: ClyRenameProtocolCommand>>prepareFullExecutionInContext: (StProtocolNameChooserPresenter is Undeclared)
NewUndeclaredWarning: ClyFindMethodInBrowserCommand>>prepareFullExecutionInContext: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: ClySwitchToScopedModeCommand>>prepareFullExecutionInContext: (StBrowserSearchPresenter is Undeclared)
NewUndeclaredWarning: ClyFullBrowserMorph>>allNavigationScopes (ScopesManager is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemTools-FullBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyRunTestsFromMethodDataSourceCommand class>>queryBrowserToolbarActivation (ClyQueryBrowserContext is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyShowDependencyCritiqueCommand>>execute (StPackageDependenciesPresenter is Undeclared)
NewUndeclaredWarning: ClyOpenCriticBrowserCommand>>execute (StCritiqueRuleSelectorPresenter is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemTools-FullBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: ClyQueryBrowserMorph>>extraScopesOfSelectedItems (ScopesManager is Undeclared)
MetacelloNotification: Loaded -> Calypso-SystemTools-QueryBrowser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-DebugPoints-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemTools-QueryBrowser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-SystemTools-OldToolCompatibillity --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RGEnvironment>>compileANewClassFrom:notifying:startingFrom: (RGChunkImporter is Undeclared)
MetacelloNotification: Loaded -> Ring-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RGEnvironment>>writeIntoFileTree: (IceMetadatalessFileTreeWriter is Undeclared)
MetacelloNotification: Loaded -> Ring-Monticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-ChunkImporter --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-ChunkImporter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-TraitsSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Ring-RuntimeSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Calypso-Ring --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> HeuristicCompletion-Model --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> HeuristicCompletion-Morphic --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> HeuristicCompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> HeuristicCompletion-Benchmarks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> HeuristicCompletion-Benchmarks-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: DATabPackageDependenciesPresenter class>>example (StDependencyChecker is Undeclared)
NewUndeclaredWarning: DATabPackageDependenciesPresenter>>openDependencyAnalyzer (StPackageDependenciesPresenter is Undeclared)
NewUndeclaredWarning: DABrowserToolMorph>>daPackageFor: (StDependencyChecker is Undeclared)
NewUndeclaredWarning: DABrowserToolMorph>>daPackageFor: (StDependencyChecker is Undeclared)
MetacelloNotification: Loaded -> Tool-DependencyAnalyser-UI-Tab --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SpCodePresenter class>>codeSelectionActionCommandsGroupWith: (SpCodeSelectionCommand is Undeclared)
MetacelloNotification: Loaded -> Spec2-Code --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Commands --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Diff --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Diff-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Morphic --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Diff-Morphic --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Spec2-Code-Backend-Tests --- github://pharo-spec/Spec:v2.0.2/src(0438768)
MetacelloNotification: Loaded -> Athens-SVG-PathConverter --- unresolved
MetacelloNotification: Loaded -> Geometry --- github://pharo-contributions/Geometry:master/src(5e18270)
MetacelloNotification: Loaded -> Geometry-Tests --- github://pharo-contributions/Geometry:master/src(5e18270)
MetacelloNotification: Loaded -> NumericInterpolator --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe)
MetacelloNotification: Loaded -> NumericNoise --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe)
MetacelloNotification: Loaded -> NumericInterpolator-Tests --- github://pharo-graphics/NumericScales:v1.03/src(b3540fe)
NewUndeclaredWarning: RSTWalkBasedRegularTreeLayout>>initialize:associationEdges: (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTWalkBasedRegularTreeLayout>>initialize:associationEdges: (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAbstractFlowLayout>>doExecute: (RSMockShape is Undeclared)
NewUndeclaredWarning: RSVerticalCellLayout>>doExecute: (RSMockShape is Undeclared)
NewUndeclaredWarning: RSClusteringLayout>>getClusterFor: (RSGroup is Undeclared)
NewUndeclaredWarning: RSLayout>>initialize (RSLayoutTranslator is Undeclared)
NewUndeclaredWarning: RSAbstractGraphLayout>>rootNodesFromCycles: (RSDSMGraph is Undeclared)
NewUndeclaredWarning: RSSugiyamaLayout>>addDummyNodes (RSIdentityMatrix is Undeclared)
NewUndeclaredWarning: RSSugiyamaLayout>>addDummyNodes (RSDummyNode is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockElementFor: (RSMockShape is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>newMockLineFor: (RSMockLine is Undeclared)
NewUndeclaredWarning: RSForceBasedLayout>>stepNodeRepulsion (RSQuadTreeForce is Undeclared)
MetacelloNotification: Loaded -> Roassal-Layouts --- github://pharo-graphics/RoassalLayouts:Pharo13/src(bea0ea5)
NewUndeclaredWarning: RSAlignmentTest>>testCenter (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testCenter (RSGroup is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromBottom (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromBottom (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeft (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeft (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithAFixShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithAFixShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromLeftWithFixedShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromRight (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromRight (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromTop (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromTop (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromTopWithAFixShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testFromTopWithAFixShape (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSAlignmentTest>>testHasElement (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLayoutBuilderTest>>testSelectNoneLayout (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic2 (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testBasic3 (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSClusteringLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSGridLayoutTest>>testLineItemsCountForASingleLineOfShapes (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSGridLayoutTest>>testLineItemsCountForASingleLineOfShapes (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSHorizontalTreeLayoutTest>>testCycles (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLayoutTest>>setUp (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSSugiyamaLayoutTest>>testOnCycle (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSTreeLayoutTest>>computeTreeWithCycles (RSLayoutLineBuilder is Undeclared)
NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>testInComposite (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>testInComposite (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>testInComposite2 (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSLocationTest>>testInComposite2 (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared)
NewUndeclaredWarning: RSResizeTest>>setUp (RSLayoutNode is Undeclared)
MetacelloNotification: Loaded -> Roassal-Layouts-Tests --- github://pharo-graphics/RoassalLayouts:Pharo13/src(bea0ea5)
NewUndeclaredWarning: RSGroup class>>example1 (RSLabel is Undeclared)
NewUndeclaredWarning: RSGroup class>>example1 (RSEllipse is Undeclared)
NewUndeclaredWarning: RSGroup class>>example1 (RSCanvas is Undeclared)
NewUndeclaredWarning: RSGroup class>>example1 (RSCanvasController is Undeclared)
MetacelloNotification: Loaded -> Roassal-Layouts-Util --- github://pharo-graphics/RoassalLayouts:Pharo13/src(bea0ea5)
NewUndeclaredWarning: RTAbstractCollection class>>exampleList (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RTAbstractCollection class>>exampleRTree (StInspectorPresenter is Undeclared)
MetacelloNotification: Loaded -> RTree --- github://pharo-graphics/RTree:v1.01/src(987b92d)
MetacelloNotification: Loaded -> RTree-Tests --- github://pharo-graphics/RTree:v1.01/src(987b92d)
NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>click (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>leftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTAnnounceable>>shiftLeftClick (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSTContainer>>newBezier (RSBezier is Undeclared)
NewUndeclaredWarning: RSCanvas>>newBezier (RSBezier is Undeclared)
NewUndeclaredWarning: RSTContainer>>newBox (RSBox is Undeclared)
NewUndeclaredWarning: RSCanvas>>newBox (RSBox is Undeclared)
NewUndeclaredWarning: RSTContainer>>newCircle (RSCircle is Undeclared)
NewUndeclaredWarning: RSCanvas>>newCircle (RSCircle is Undeclared)
NewUndeclaredWarning: RSTContainer>>newEllipse (RSEllipse is Undeclared)
NewUndeclaredWarning: RSCanvas>>newEllipse (RSEllipse is Undeclared)
NewUndeclaredWarning: RSTContainer>>newLabel (RSLabel is Undeclared)
NewUndeclaredWarning: RSCanvas>>newLabel (RSLabel is Undeclared)
NewUndeclaredWarning: RSTContainer>>newLine (RSLine is Undeclared)
NewUndeclaredWarning: RSCanvas>>newLine (RSLine is Undeclared)
NewUndeclaredWarning: RSTContainer>>newPolygon (RSPolygon is Undeclared)
NewUndeclaredWarning: RSCanvas>>newPolygon (RSPolygon is Undeclared)
NewUndeclaredWarning: RSTContainer>>newPolyline (RSPolyline is Undeclared)
NewUndeclaredWarning: RSCanvas>>newPolyline (RSPolyline is Undeclared)
NewUndeclaredWarning: RSTContainer>>newSVGPath (RSSVGPath is Undeclared)
NewUndeclaredWarning: RSCanvas>>newSVGPath (RSSVGPath is Undeclared)
NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared)
NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared)
NewUndeclaredWarning: RSTPositionable>>translateTo: (RSPositionChangedEvent is Undeclared)
NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared)
NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared)
NewUndeclaredWarning: RSShape>>translateTo: (RSPositionChangedEvent is Undeclared)
NewUndeclaredWarning: RSCamera class>>example (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared)
NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared)
NewUndeclaredWarning: RSCamera>>scale: (RSScaleChangedEvent is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventKeyDown: (RSKeyDown is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventKeyUp: (RSKeyUp is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseLeftClick is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseClick: (RSMouseRightClick is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleClick is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleLeftClick is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDoubleClick: (RSMouseDoubleRightClick is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragEnd: (RSMouseDragEnd is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseDragStart is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseLeftDragStart is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseRightDragStart is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseMiddleDragStart is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragStart: (RSMouseDragging is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseDragging: (RSMouseDragging is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseEnter: (RSMouseEnter is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseLeave: (RSMouseLeave is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseMove: (RSMouseMove is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseOver: (RSMouseLeave is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseOver: (RSMouseEnter is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUp is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUpLeft is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseUp: (RSMouseUpRight is Undeclared)
NewUndeclaredWarning: RSEventProcessor>>eventMouseWheel: (RSMouseWheelEvent is Undeclared)
NewUndeclaredWarning: RSEventsMonitor class>>example (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSCanvas>>announcementClasses (RSCanvasEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>announcementClasses (RSShapeEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>notifyExtentChanged: (RSExtentChangedEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared)
NewUndeclaredWarning: RSCanvas>>removeShape: (RSShapeRemovedEvent is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty class>>exampleCanvas (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (RSBox is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty>>click (RSMouseClick is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleBox (RSBox is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleBox (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLabel (RSLabel is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLabel (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLine (RSLine is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLine (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RSShape>>addedIn: (RSShapeAddedEvent is Undeclared)
NewUndeclaredWarning: RSShape>>announcementClasses (RSShapeEvent is Undeclared)
NewUndeclaredWarning: RSShape>>borderDo: (RSBorder is Undeclared)
NewUndeclaredWarning: RSShape>>withBorder (RSBorder is Undeclared)
NewUndeclaredWarning: RSAthensMorph>>themeChanged (RSThemeChangedEvent is Undeclared)
MetacelloNotification: Loaded -> Roassal --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Event --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
NewUndeclaredWarning: RSAdjacencyMatrixBuilder>>renderIn: (RSBox is Undeclared)
NewUndeclaredWarning: RSAdjacencyMatrixBuilder>>renderIn: (RSPopup is Undeclared)
NewUndeclaredWarning: RSCircleVennDiagram>>renderIn: (RSCanvasController is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBox is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createBoundingBoxIn: (RSBorder is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createDataPointAt:at:value: (RSCircle is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSHighlightable is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSPopup is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createInteractionsIn: (RSPopup is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLabelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createLegendIn: (RSLegend is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>createTickLineStart:end: (RSLine is Undeclared)
NewUndeclaredWarning: RSCoOccurrenceMatrixBuilder>>defaultContainer (RSCanvasController is Undeclared)
NewUndeclaredWarning: RSPunchCardBuilder>>defaultContainer (RSCanvasController is Undeclared)
NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSPunchCardBuilder>>labelFor: (RSLabel is Undeclared)
NewUndeclaredWarning: RSPunchCardBuilder>>renderDots: (RSEllipse is Undeclared)
NewUndeclaredWarning: RSMultilineLabelBuilder>>initialize (RSLabel is Undeclared)
MetacelloNotification: Loaded -> Roassal-Builders --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
NewUndeclaredWarning: RSComposite>>newSVGPath (RSSVGPath is Undeclared)
NewUndeclaredWarning: RSComposite>>newLabel (RSLabel is Undeclared)
NewUndeclaredWarning: RSComposite>>newPolygon (RSPolygon is Undeclared)
MetacelloNotification: Loaded -> Roassal-Shapes --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Animation --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared)
NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared)
MetacelloNotification: Loaded -> Roassal-Interaction --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Colors --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Legend --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-UML --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Sunburst --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-FlameGraph --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Pie --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Inspector --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Chart --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-DSM --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Menu --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Spec --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Spec-Morphic --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-BaselineMap --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-SVG --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Class-Examples --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Mondrian --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
NewUndeclaredWarning: RTNilNode class>>example (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RTNode class>>example (StInspectorPresenter is Undeclared)
NewUndeclaredWarning: RTNode class>>exampleAdd (StInspectorPresenter is Undeclared)
MetacelloNotification: Loaded -> Roassal-Global-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Animation-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Shapes-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Interaction-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Chart-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-UML-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
NewUndeclaredWarning: RoassalSpecTest>>testTakeKeyboardFocus (StPlayground is Undeclared)
MetacelloNotification: Loaded -> Roassal-Spec-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-Inspector-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-BaselineMap-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
MetacelloNotification: Loaded -> Roassal-SVG-Tests --- github://pharo-graphics/Roassal:v1.7.2/src(3694135)
NewUndeclaredWarning: Microdown class>>asRichText: (MicRichTextComposer is Undeclared)
MetacelloNotification: Loaded -> Microdown --- github://pillar-markup/Microdown:v2.8.0/src(310ca56)
MetacelloNotification: Loaded -> Microdown-Tests --- github://pillar-markup/Microdown:v2.8.0/src(310ca56)
MetacelloNotification: Loaded -> Microdown-BrowserExtensions --- github://pillar-markup/Microdown:v2.8.0/src(310ca56)
MetacelloNotification: Loaded -> Microdown-RichTextComposer --- github://pillar-markup/Microdown:v2.8.0/src(310ca56)
MetacelloNotification: Loaded -> Sindarin --- github://pharo-spec/ScriptableDebugger:v1.0.0/src(d9c2786)
MetacelloNotification: Loaded -> Sindarin-Tests --- github://pharo-spec/ScriptableDebugger:v1.0.0/src(d9c2786)
MetacelloNotification: Loaded -> AI-Algorithms-Graph-Components --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677)
MetacelloNotification: Loaded -> AI-Algorithms-Graph --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677)
MetacelloNotification: Loaded -> AI-Algorithms-Graph-Tests --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677)
MetacelloNotification: Loaded -> NewTools-Core --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Core-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Morphic --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: Dictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Dictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Dictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared)
NewUndeclaredWarning: Object>>asInspectorModel (StInspectorModel is Undeclared)
NewUndeclaredWarning: Object>>defaultObjectInspectorClass (StObjectInspectorPresenter is Undeclared)
NewUndeclaredWarning: Object>>inspectionMeta: (StMetaBrowserPresenter is Undeclared)
NewUndeclaredWarning: Object>>inspectorNodes (StNodeCollector is Undeclared)
NewUndeclaredWarning: Object>>stDisplayString (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Object>>stDisplayStringFull (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Bag>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Bag>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: DateAndTime>>inspectDateAndTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared)
NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: SymbolicBytecode>>inspectionSource: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: SymbolicBytecode>>inspectionSource: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ProtoObject>>allInspectorNodes (StInspectorSelfNode is Undeclared)
NewUndeclaredWarning: ProtoObject>>inspectionContexts (StInspectionCollector is Undeclared)
NewUndeclaredWarning: ProtoObject>>inspectionRaw: (StRawInspectionPresenter is Undeclared)
NewUndeclaredWarning: ProtoObject>>inspectorNodes (StNodeCollector is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: OCProgramNode>>inspectionSource: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: OCProgramNode>>inspectionSource: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: SmallDictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: SmallDictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: SmallDictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Time>>inspectTimeIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Package>>inspectionOverwiew: (StInspectorAssociationNode is Undeclared)
NewUndeclaredWarning: Pragma>>inspectionSourceCodeMethod: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: Pragma>>inspectionSourceCodeMethod: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: Collection>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: CompiledBlock>>inspectionSource: (SpTextPresenterDecorator is Undeclared)
MetacelloNotification: Loaded -> NewTools-Inspector-Extensions --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Inspector --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Inspector-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StDebuggerExtensionSettingsCommand>>execute (StDebuggerExtensionSettingsPresenter is Undeclared)
NewUndeclaredWarning: StDebuggerToggleFilterStackCommand>>execute (StDebuggerActionModel is Undeclared)
NewUndeclaredWarning: StDebuggerToggleFilterStackCommand>>execute (StDebuggerActionModel is Undeclared)
MetacelloNotification: Loaded -> NewTools-Debugger-Commands --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Debugger-Extensions --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Debugger-Morphic --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Playground --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Playground-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-WindowManager --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-WindowManager-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-SystemReporter --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>match: (StFilterBlock is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>match: (StFilterBlock is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>matchAlike (StFilterAlike is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>matchRegex (StFilterRegex is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>matchString (StFilterStringMatch is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>matchSubstring (StFilterSubstring is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesListProcessor>>matchSubstrings (StFilterSubstrings is Undeclared)
NewUndeclaredWarning: StSpotterCandidatesProcessor>>doFilterInContext: (StFilterBlock is Undeclared)
NewUndeclaredWarning: StHistoryProcessor>>collection (StSpotter is Undeclared)
MetacelloNotification: Loaded -> NewTools-Spotter-Processors --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StSpotter class>>openWithText: (StFinderPresenter is Undeclared)
NewUndeclaredWarning: StSpotter>>openFinder (StFinderPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-Spotter --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Spotter-Extensions --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Spotter-Processors-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Spotter-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Morphic-Spotter --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-FileBrowser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-FileBrowser-Morphic --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-FileBrowser-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-DependencyAnalyser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-DependencyAnalyser-Tests-Data --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-DependencyAnalyser-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-DependencyAnalyser-UI --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-FontChooser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-FontChooser-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-SpTextPresenterDecorators --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StDebugger>>initializeBreakpointInspector (StDebuggerBreakpointInspection is Undeclared)
MetacelloNotification: Loaded -> NewTools-Debugger --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Debugger-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StMessageListPresenter>>defaultScopes (ScopesManager is Undeclared)
MetacelloNotification: Loaded -> NewTools-MethodBrowsers --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Debugger-Breakpoints-Tools --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-ObjectCentricDebugPoints --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-ObjectCentricBreakpoints --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Sindarin-Commands --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Sindarin-Commands-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Sindarin-Tools --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-CodeCritiques --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-CodeCritiques-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Window-Profiles --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Debugger-Fuel --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Debugger-Fuel-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-RewriterTools --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-ProfilerUI --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: RBClassEnvironment>>asScopeNode (ScopeClassNode is Undeclared)
NewUndeclaredWarning: RBPackageEnvironment>>asScopeNode (ScopePackageNode is Undeclared)
NewUndeclaredWarning: RBCompositeEnvironment>>asScopeNode (ScopeScopeNode is Undeclared)
MetacelloNotification: Loaded -> NewTools-Scopes --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Scopes-Editor --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClass (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA3 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeAddingClassAndCompletingFullPackage (ScClassA3 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassOrPackageScopeRemovingClassAndBreakingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClass (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClassAndCompletingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClassAndCompletingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClassAndCompletingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClassAndCompletingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeAddingClassAndCompletingFullPackage (ScClassA3 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClass (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClass (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClassAndBreakingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClassAndBreakingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClassAndBreakingFullPackage (ScClassA3 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClassAndBreakingFullPackage (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testEditClassScopeRemovingClassAndBreakingFullPackage (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromAPackageWithExtendedClasses (ScClassC is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASetOfClasses (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASetOfClasses (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASetOfClasses (ScClassA3 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASetOfClasses (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASetOfPackages (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASetOfPackages (ScClassB1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndItsClasses (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndItsClasses (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndItsClasses (ScClassA3 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndItsClasses (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndSomeOfItsClasses (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndSomeOfItsClasses (ScClassA2 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndSomeOfItsClasses (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesManagerTest>>testNewScopeFromASinglePackageAndSomeOfItsClasses (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesTest>>testClassScopeExcludesClassCreatedAPosteriori (ScClassA1 is Undeclared)
NewUndeclaredWarning: ScopesTest>>testPackageScopeIncludesClassCreatedAPosteriori (ScClassA1 is Undeclared)
MetacelloNotification: Loaded -> NewTools-Scopes-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-A-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-B-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-C-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StFinderExampleSearch>>previewPresenter (MicrodownPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-Finder --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Finder-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: MailMessage>>viewBody (MicTextPresenter is Undeclared)
NewUndeclaredWarning: MailMessage>>viewBody (MicTextPresenter is Undeclared)
NewUndeclaredWarning: MailMessage>>viewBody (MicTextPresenter is Undeclared)
NewUndeclaredWarning: MailMessage>>viewBody (MicTextPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-Utils --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: StWelcomeTopicMicrodownPresenter>>initializePresenters (MicrodownPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-WelcomeBrowser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-ShortcutsBrowser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-ObjectTranscript --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Transcript --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-Transcript-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> ColorPicker --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-SettingsBrowser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-SettingsBrowser-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> ColorPicker-Tests --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
MetacelloNotification: Loaded -> NewTools-ProcessBrowser --- github://pharo-spec/NewTools:v0.10.1/src(a026024)
NewUndeclaredWarning: DTCoveragePluginPresenter>>connectPresenters (DTTestLeafNode is Undeclared)
NewUndeclaredWarning: CompiledMethod>>asResultForDrTest (DTTestLeafNode is Undeclared)
MetacelloNotification: Loaded -> DrTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-TestsRunner --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-TestCoverage --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-TestsProfiling --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-TestsProfiling-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-TestCoverage-Tests-Mocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-TestCoverage-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-CommentsToTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-CommentsToTests-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> RottenTestsFinder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> RottenTestsFinder-FakeTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> RottenTestsFinder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> DrTests-RottenGreenTestsFinder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> BeautifulComments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> IconPacks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: TFFIBackend>>calloutAPIClass (TFCalloutAPI is Undeclared)
MetacelloNotification: Loaded -> ThreadedFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ThreadedFFI-Graphics-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ThreadedFFI-UFFI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Overrides --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ThreadedFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Kernel-ExtraUtils --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> BaselineOfIceberg --- unresolved
MetacelloNotification: Loading baseline of BaselineOfIceberg...
MetacelloNotification: Project: Tonel
MetacelloNotification: Project: LibGit
MetacelloNotification: Loaded -> BaselineOfLibGit --- unresolved
MetacelloNotification: Loaded -> MonticelloTonel-Core --- github://pharo-vcs/tonel:Pharo12(2c82875)
MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- github://pharo-vcs/tonel:Pharo12(2c82875)
NewUndeclaredWarning: LGitFetchOptionsV02x>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV02x>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV100>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV100>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV100>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV120>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV120>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV120>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV140>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV140>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV140>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV190>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV190>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitFetchOptionsV190>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV02x>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV02x>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV02x>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV100>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV100>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV100>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV120>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV120>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV120>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV140>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV140>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV140>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV180>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV180>>prim_callbacks (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitPushOptionsV180>>prim_callbacks: (LGitRemoteCallbacks is Undeclared)
NewUndeclaredWarning: LGitCloneOptions>>prim_fetch_opts (LGitFetchOptions is Undeclared)
NewUndeclaredWarning: LGitCloneOptions>>prim_fetch_opts (LGitFetchOptions is Undeclared)
NewUndeclaredWarning: LGitCloneOptions>>prim_fetch_opts: (LGitFetchOptions is Undeclared)
NewUndeclaredWarning: LGitBlame>>hunkAt: (LGitBlameHunk is Undeclared)
NewUndeclaredWarning: LGitBlame>>hunkAtLineNumber: (LGitBlameHunk is Undeclared)
MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(b69b0fd)
MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(b69b0fd)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>getOrCreateIcebergRepository (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceProxyMCVersionInfo>>findVersionInfo (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceBasicProject>>backwardsCompatibleFormat (TIceRepositoryWriter is Undeclared)
NewUndeclaredWarning: IceCommitish>>properties (IceRepositoryProperties is Undeclared)
NewUndeclaredWarning: IceCredentialsProvider class>>defaultForRemoteUrl: (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceDiff>>buildForAllFiles (IceGitChange is Undeclared)
NewUndeclaredWarning: IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared)
NewUndeclaredWarning: IceIndex>>updateIndex: (IceIndexUpdateVisitor is Undeclared)
NewUndeclaredWarning: IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared)
NewUndeclaredWarning: IceRemote>>remoteBranchNamed: (IceBranchNotFound is Undeclared)
NewUndeclaredWarning: IceRepository>>branchNamed: (IceBranchNotFound is Undeclared)
NewUndeclaredWarning: IceRepository>>branchNamed: (IceBranchNotFound is Undeclared)
NewUndeclaredWarning: IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared)
NewUndeclaredWarning: IceRepository>>remoteBranchNamed: (IceBranchNotFound is Undeclared)
NewUndeclaredWarning: IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared)
NewUndeclaredWarning: IceWorkingCopyPatcherVisitor>>visitPackage: (IceMCSnapshotPatchVisitor is Undeclared)
NewUndeclaredWarning: Iceberg class>>bootstrapWithCommitId:packageList: (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: Iceberg class>>mcRepositoryFor: (IceMetacelloRepositoryType is Undeclared)
NewUndeclaredWarning: IceMetacelloDuplicatedNotification>>existingProjectRegistration (IceLibgitRepository is Undeclared)
MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
NewUndeclaredWarning: IceGitLocalRepositoryType>>isGitRoot: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceGitLocalRepositoryType>>mcRepository (IceRepositoryCreator is Undeclared)
MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
NewUndeclaredWarning: IceTipRepairLocateRepository>>defaultLocation (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipRepairLocateRepository>>defaultSubdirectory (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipPackageModel>>browseRepositoryVersion (IceSnapshotBrowser is Undeclared)
NewUndeclaredWarning: IceTipRepositoryModel>>newAddRemoteActionName:url: (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceTipLocationPresenter>>location (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipLocationPresenter>>location (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipLocationPresenter>>location (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipBrowser class>>buildSelectionExtraCommandGroupWith:for: (IceFiletreeToTonelCommand is Undeclared)
NewUndeclaredWarning: IceTipRepositoryBrowser class>>buildSelectionCommandGroupWith:for: (IceGitHubTreeCommand is Undeclared)
NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared)
NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared)
NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>guessFormatFromDirectory: (IceLibgitFiletreeWriter is Undeclared)
NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>initialize (TIceRepositoryWriter is Undeclared)
NewUndeclaredWarning: IceTipEditProjectDialogPresenter>>initialize (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipOptionDialogPresenter>>accept (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>extractProjectNameAndOwner:into: (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>newRepository (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceTipGitRepositoryPanel>>validate (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipLocalRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipNewRepositoryPanel>>newRepository (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: IceTipRepositoryTypePanel>>defaultLocation (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipRepositoryTypePanel>>defaultSubdirectory (IceLibgitRepository is Undeclared)
MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
NewUndeclaredWarning: IceConvertFormatAction>>migratePackage:commit: (IceLibgitTonelWriter is Undeclared)
NewUndeclaredWarning: IceConvertFormatAction>>migratePackage:commit: (IceLibgitFiletreeWriter is Undeclared)
NewUndeclaredWarning: IceConvertFormatAction>>writerClass (IceLibgitTonelWriter is Undeclared)
NewUndeclaredWarning: IceConvertFormatAction>>writerClass (IceLibgitFiletreeWriter is Undeclared)
MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
NewUndeclaredWarning: IcePharoPlugin class>>addProjectNamed:commit:baselines:tags: (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IcePharoPlugin class>>addProjectNamed:commit:baselines:tags: (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IcePharoPlugin class>>commitOfExternalProject: (IceGitHubAPI is Undeclared)
NewUndeclaredWarning: IcePharoPlugin class>>commitOfExternalProject: (IceGitHubAPI is Undeclared)
NewUndeclaredWarning: IcePharoPlugin class>>getCommitishOfProject:owner:repository: (IceGitHubAPI is Undeclared)
MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
NewUndeclaredWarning: IceGitHubCreatePullRequestPresenter>>obtainBaseRemote (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceGitHubCreatePullRequestPresenter>>obtainBaseRemote (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceTipGitHubRepositoryPanel>>newRepository (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceGitHubPullRequest>>obtainRemote (IceGitRemote is Undeclared)
MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-TipUI-SnapshotBrowser --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: ...finished baseline
MetacelloNotification: Loaded -> BaselineOfNewToolsDocumentBrowser --- unresolved
MetacelloNotification: Loading baseline of BaselineOfNewToolsDocumentBrowser...
MetacelloNotification: Project: Microdown
MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfMicrodown [baseline] REPLACED BY BaselineOfMicrodown [baseline] from github://pillar-markup/Microdown:v2.8.0/src
MetacelloNotification: Project: Iceberg
MetacelloNotification: Project: Tonel
MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfTonel [baseline] REPLACED BY BaselineOfTonel [baseline] from github://pharo-vcs/tonel:Pharo13
MetacelloNotification: Project: LibGit
MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfLibGit [baseline] REPLACED BY BaselineOfLibGit [baseline] from github://pharo-vcs/libgit2-pharo-bindings:Pharo13
MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfIceberg [baseline] REPLACED BY BaselineOfIceberg [baseline] from github://pharo-vcs/iceberg:v2.4.0
MetacelloNotification: Loaded -> Microdown --- https://github.com/pillar-markup/Microdown.git[v2.8.0](310ca56eed44c7bcde84168b8095a50b3db85ea1)
MetacelloNotification: Loaded -> Microdown-RichTextComposer --- https://github.com/pillar-markup/Microdown.git[v2.8.0](310ca56eed44c7bcde84168b8095a50b3db85ea1)
MetacelloNotification: Loaded -> MonticelloTonel-Core --- https://github.com/pharo-vcs/tonel.git[Pharo13](04f7d5416aa82b9893b37cb0aa3ceab24f82f745)
MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- https://github.com/pharo-vcs/tonel.git[Pharo13](04f7d5416aa82b9893b37cb0aa3ceab24f82f745)
MetacelloNotification: Loaded -> MonticelloTonel-Tests-Mocks --- https://github.com/pharo-vcs/tonel.git[Pharo13](04f7d5416aa82b9893b37cb0aa3ceab24f82f745)
MetacelloNotification: Loaded -> MonticelloTonel-Tests --- https://github.com/pharo-vcs/tonel.git[Pharo13](04f7d5416aa82b9893b37cb0aa3ceab24f82f745)
MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(b69b0fd)
MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(b69b0fd)
MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-TipUI-SnapshotBrowser --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:v2.4.0(5a7d0a9)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[v1.1.0](9dc4b82a08418597f4824d743930f675bcc681a0)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[v1.1.0](9dc4b82a08418597f4824d743930f675bcc681a0)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[v1.1.0](9dc4b82a08418597f4824d743930f675bcc681a0)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[v1.1.0](9dc4b82a08418597f4824d743930f675bcc681a0)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[v1.1.0](9dc4b82a08418597f4824d743930f675bcc681a0)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[v1.1.0](9dc4b82a08418597f4824d743930f675bcc681a0)
MetacelloNotification: ...finished baseline
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Monticello-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "Morphic-Deprecated" while the class containing the method is already in this package. The creation of this protocol will be aborted.
MetacelloNotification: Loaded -> Morphic-Deprecated --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Deprecated13 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: ...finished baseline
BaselineOfPharo [baseline] from tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'Smalltalk vm saveImageVersionInImageHeader'
true
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'Smalltalk vm parameterAt: 43 put: 32'
8
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'MCCacheRepository uniqueInstance enable. FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources. Smalltalk garbageCollect'
8389360
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences clean --release
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences eval --save 'SystemBuildInfo current initializeForRelease'
a SystemBuildInfo
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image --no-default-preferences save Pharo
+ echo 130
+ rm -f Pharo13.0-64bit-8ce6385.sources.bak Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes.bak
+ rm PharoV60.sources
++ echo Pharo13.0-SNAPSHOT
++ cut -d- -f 1
++ cut -d. -f 1-2
+ PHARO_SOURCES_PREFIX=Pharo13.0
+ zip Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image Pharo13.0-64bit-8ce6385.sources pharo.version
  adding: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes (deflated 76%)
  adding: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image (deflated 72%)
  adding: Pharo13.0-64bit-8ce6385.sources (deflated 81%)
  adding: pharo.version (stored 0%)
[Pipeline] stash
Stashed 41 file(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Upload to files.pharo.org-64)
[Pipeline] dir
Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache
[Pipeline] {
[Pipeline] sh
+ BUILD_NUMBER=668 bash ../../bootstrap/scripts/prepare_for_upload.sh 64
+ ARCH=64
+++ dirname ../../bootstrap/scripts/prepare_for_upload.sh
++ cd ../../bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh
++ find . -name 'Pharo*.zip'
++ head -n 1
++ cut -d/ -f 2
++ cut -d- -f 1-2
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ find . -name 'Pharo13.0-SNAPSHOT-64bit*.zip'
++ head -n 1
++ cut -d - -f 4
++ cut -d. -f 1
+ HASH=8ce63855a8
+ FULL_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
+ MINIMAL_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
+ BUILD_NUMBER=668
++ ARCH
../../bootstrap/scripts/prepare_for_upload.sh: line 22: ARCH: command not found
+ '[' == '32]'
../../bootstrap/scripts/prepare_for_upload.sh: line 22: [: missing `]'
+ cp Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip latest-64.zip
+ cp Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip latest-minimal-64.zip
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
+ mv Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=bootstrap
+ mv Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-bootstrap.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=compiler
+ mv Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-compiler.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=core
+ mv Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-core.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=hermesPackages
+ mv Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-hermesPackages.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=metacello
+ mv Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-metacello.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=monticello
+ mv Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-monticello.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=monticello_bootstrap
+ mv Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-monticello_bootstrap.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=rpackage
+ mv Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-rpackage.build.668.sha.8ce63855a8.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\8\c\e\6\3\8\5\5\a\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
++ cut -d - -f 3
+ IMAGE_KIND=traits
+ mv Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip Pharo13.0-SNAPSHOT-traits.build.668.sha.8ce63855a8.arch.64bit.zip
[Pipeline] sshagent
[ssh-agent] Using credentials pharo-ci
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-a6mkwetZbhL7/agent.2923294
SSH_AGENT_PID=2923296
Running ssh-add (command line suppressed)
Identity added: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_13964318280445743792.key (/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_13964318280445743792.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ bash ../../bootstrap/scripts/upload_to_files.pharo.org.sh
+++ dirname ../../bootstrap/scripts/upload_to_files.pharo.org.sh
++ cd ../../bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh
++ find . -name 'Pharo*-bootstrap*.zip'
++ head -n 1
++ cut -d/ -f 2
++ cut -d- -f 1-2
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ git describe --long --tags --first-parent
++ cut -d- -f 1
++ cut -c 2-
++ cut -d. -f 1-2
++ sed 's/\.//'
+ PHARO_SHORT_VERSION=130
+ PACKAGED_VERSIONS='latest*.zip'
++ is_release_build
++ set -f
+++ git tag --list --points-at HEAD
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ destDir=/appli/files.pharo.org/image/130/
+ echo 'Uploading Images to pharo.files.org//appli/files.pharo.org/image/130/'
Uploading Images to pharo.files.org//appli/files.pharo.org/image/130/
+ scp -o StrictHostKeyChecking=no -v latest-64.zip latest-minimal-64.zip Pharo13.0-SNAPSHOT.build.668.sha.8ce63855a8.arch.64bit.zip Pharo13.0-SNAPSHOT-metacello.build.668.sha.8ce63855a8.arch.64bit.zip pharo-ci@files.pharo.org:image/130/
Executing: program /usr/bin/ssh host files.pharo.org, user pharo-ci, command sftp
OpenSSH_9.2p1 Debian-2+deb12u5, OpenSSL 3.0.15 3 Sep 2024
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to files.pharo.org [193.49.213.186] port 22.
debug1: Connection established.
debug1: identity file /builds/.ssh/id_rsa type -1
debug1: identity file /builds/.ssh/id_rsa-cert type -1
debug1: identity file /builds/.ssh/id_ecdsa type -1
debug1: identity file /builds/.ssh/id_ecdsa-cert type -1
debug1: identity file /builds/.ssh/id_ecdsa_sk type -1
debug1: identity file /builds/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /builds/.ssh/id_ed25519 type -1
debug1: identity file /builds/.ssh/id_ed25519-cert type -1
debug1: identity file /builds/.ssh/id_ed25519_sk type -1
debug1: identity file /builds/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /builds/.ssh/id_xmss type -1
debug1: identity file /builds/.ssh/id_xmss-cert type -1
debug1: identity file /builds/.ssh/id_dsa type -1
debug1: identity file /builds/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u5
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.2p1 Debian-2+deb12u3
debug1: compat_banner: match: OpenSSH_9.2p1 Debian-2+deb12u3 pat OpenSSH* compat 0x04000000
debug1: Authenticating to files.pharo.org:22 as 'pharo-ci'
debug1: load_hostkeys: fopen /builds/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:naEwreVLP+CxR7VQFe08W9SGXwJjdwN9VEMrcOBCyHs
debug1: load_hostkeys: fopen /builds/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: Host 'files.pharo.org' is known and matches the ED25519 host key.
debug1: Found key in /builds/.ssh/known_hosts:2
debug1: ssh_packet_send2_wrapped: resetting send seqnr 3
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: ssh_packet_read_poll2: resetting read seqnr 3
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: get_agent_identities: bound agent to hostkey
debug1: get_agent_identities: agent returned 1 keys
debug1: Will attempt key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_13964318280445743792.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent
debug1: Will attempt key: /builds/.ssh/id_rsa 
debug1: Will attempt key: /builds/.ssh/id_ecdsa 
debug1: Will attempt key: /builds/.ssh/id_ecdsa_sk 
debug1: Will attempt key: /builds/.ssh/id_ed25519 
debug1: Will attempt key: /builds/.ssh/id_ed25519_sk 
debug1: Will attempt key: /builds/.ssh/id_xmss 
debug1: Will attempt key: /builds/.ssh/id_dsa 
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,webauthn-sk-ecdsa-sha2-nistp256@openssh.com,ssh-dss,ssh-rsa,rsa-sha2-256,rsa-sha2-512>
debug1: kex_input_ext_info: publickey-hostbound@openssh.com=<0>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_13964318280445743792.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent
debug1: Server accepts key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_13964318280445743792.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent
Authenticated to files.pharo.org ([193.49.213.186]:22) using "publickey".
debug1: channel 0: new session [client-session] (inactive timeout: 0)
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: pledge: filesystem
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: client_input_hostkeys: searching /builds/.ssh/known_hosts for files.pharo.org / (none)
debug1: client_input_hostkeys: searching /builds/.ssh/known_hosts2 for files.pharo.org / (none)
debug1: client_input_hostkeys: hostkeys file /builds/.ssh/known_hosts2 does not exist
debug1: client_input_hostkeys: no new or deprecated keys from server
debug1: Remote: /etc/ssh/keys_local/pharo-ci:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Remote: /etc/ssh/keys_local/pharo-ci:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Sending environment.
debug1: channel 0: setting env LANG = "en_US.UTF-8"
debug1: Sending subsystem: sftp
debug1: pledge: fork
scp: debug1: truncating at 23798616
scp: debug1: truncating at 3174124
scp: debug1: truncating at 23798616
scp: debug1: truncating at 3174124
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 53990700, received 24820 bytes, in 0.9 seconds
Bytes per second: sent 59845324.7, received 27511.4
debug1: Exit status 0
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2923296 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
+ ls -la
total 128
drwxr-xr-x  10 ci ci  4096 May 23 11:51 .
drwxr-xr-x   4 ci ci  4096 May 23 11:51 ..
-rw-r--r--   1 ci ci  4021 May 23 11:51 Authors.txt
drwxr-xr-x   3 ci ci  4096 May 23 11:51 bootstrap
drwxr-xr-x   5 ci ci  4096 May 23 12:05 build
-rw-r--r--   1 ci ci   766 May 23 11:51 CODE_OF_CONDUCT.md
-rw-r--r--   1 ci ci  1413 May 23 11:51 CONTRIBUTING.md
drwxr-xr-x  13 ci ci  4096 May 23 11:51 doc
drwxr-xr-x   8 ci ci  4096 May 23 11:51 .git
-rw-r--r--   1 ci ci   264 May 23 11:51 .gitattributes
drwxr-xr-x   3 ci ci  4096 May 23 11:51 .github
-rw-r--r--   1 ci ci   237 May 23 11:51 .gitignore
-rw-r--r--   1 ci ci  9210 May 23 11:51 Jenkinsfile
-rw-r--r--   1 ci ci  4220 May 23 11:51 LICENSE
-rw-r--r--   1 ci ci    51 May 23 11:51 .project
-rw-r--r--   1 ci ci  5453 May 23 11:51 README.md
drwxr-xr-x   4 ci ci  4096 May 23 11:51 resources
drwxr-xr-x   3 ci ci  4096 May 23 11:51 scripts
drwxr-xr-x 592 ci ci 32768 May 23 11:51 src
-rw-r--r--   1 ci ci     5 May 23 11:51 VERSION
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: unix-64)
[Pipeline] { (Branch: osx-64)
[Pipeline] { (Branch: windows-64)
[Pipeline] node
[Pipeline] node
Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13
[Pipeline] node
Running on lse-mac-mini in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13
Running on rodro (Windows) in D:\builds\workspace\uest_and_branch_Pipeline_Pharo13
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Tests-unix-64)
[Pipeline] stage
[Pipeline] { (Tests-osx-64)
[Pipeline] stage
[Pipeline] { (Tests-windows-64)
[Pipeline] timeout
Timeout set to expire in 35 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 35 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 35 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
[Pipeline] {
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
[Pipeline] {
[Pipeline] dir
Running in D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64
[Pipeline] {
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] bat
[Pipeline] sh
[Pipeline] sh

evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runTests.sh 64 Tests-windows-64' 
+++ dirname bootstrap/scripts/runTests.sh
++ cd bootstrap/scripts
++ pwd -P
+ SCRIPTS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts
+ . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z ']'
++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64'
BOOTSTRAP_ARCH not specified, defaulting to 64
++ export BOOTSTRAP_ARCH=64
++ BOOTSTRAP_ARCH=64
++ '[' -z ']'
++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh
+++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64
++ BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64
+++ pwd -P
++ ROOT_DIR=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh
+++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts
+++ pwd -P
++ . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envversion.sh
+ CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
+ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
++ cut -d- -f 1-2
+++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo*.zip'
+++ head -n 1
++ basename /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vm
+ /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ bash -c bootstrap/scripts/runTests.sh 64 Tests-unix-64
+++ dirname bootstrap/scripts/runTests.sh
++ cd bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z ']'
++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64'
BOOTSTRAP_ARCH not specified, defaulting to 64
++ export BOOTSTRAP_ARCH=64
++ BOOTSTRAP_ARCH=64
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envversion.sh
+ CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
+ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources
++ cut -d- -f 1-2
+++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo*.zip'
+++ head -n 1
++ basename /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vm
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-stable.zip
+ bash -c 'bootstrap/scripts/runTests.sh 64 Tests-osx-64'
+++ dirname bootstrap/scripts/runTests.sh
++ cd bootstrap/scripts
++ pwd -P
+ SCRIPTS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts
+ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z ']'
++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64'
BOOTSTRAP_ARCH not specified, defaulting to 64
++ export BOOTSTRAP_ARCH=64
++ BOOTSTRAP_ARCH=64
++ '[' -z ']'
++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh
+++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
++ BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
+++ pwd -P
++ ROOT_DIR=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh
+++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts
+++ pwd -P
++ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envversion.sh
+ CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
+ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
++ cut -d- -f 1-2
+++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo*.zip'
+++ head -n 1
++ basename /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vm
+ /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm130
+ bash
Prepended http:// to 'get.pharo.org/64/vm130'
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Windows-x86_64-stable.zip
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-stable.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-64bit-*.zip'
+ IMAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image  
  inflating: Pharo13.0-64bit-8ce6385.sources  
 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes
+ cp /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes Pharo.changes
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-osx-64 '.*'
pharo-vm/PharoConsole.exe
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-64bit-*.zip'
+ IMAGE_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image  
  inflating: Pharo13.0-64bit-8ce6385.sources  Running tests in 771 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 579529205

Finished to run tests of NewTools-SpTextPresenterDecorators in 25 milliseconds 233 microseconds

Beginning to run tests of Tool-Profilers-Tests with random seed 706353166

 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes
+ cp /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes Pharo.changes
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-windows-64 '.*'
[ERROR] 2025-05-23 12:06:00.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-64bit-*.zip'
+ IMAGE_ARCHIVE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image  
  inflating: Pharo13.0-64bit-8ce6385.sources  
 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes
+ cp /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources .

Finished to run tests of Tool-Profilers-Tests in 1 second 450 milliseconds 286 microseconds

Beginning to run tests of NewTools-Inspector-Tests with random seed 626741176
+ mv ./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-8ce63855a8.changes Pharo.changes
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-unix-64 '.*'
Running tests in 771 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 422295952

Finished to run tests of NewTools-SpTextPresenterDecorators in 30 milliseconds 696 microseconds

Beginning to run tests of Tool-Profilers-Tests with random seed 1006234032
Running tests in 771 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 936385324

Finished to run tests of NewTools-SpTextPresenterDecorators in 129 milliseconds

Beginning to run tests of Tool-Profilers-Tests with random seed 495872941


Finished to run tests of NewTools-Inspector-Tests in 622 milliseconds 362 microseconds

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Beginning to run tests of Roassal-Chart-Tests with random seed 501030953

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details

Finished to run tests of Tool-Profilers-Tests in 1 second 113 milliseconds 354 microseconds

Beginning to run tests of NewTools-Inspector-Tests with random seed 706354186
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of Tool-Profilers-Tests in 1 second 239 milliseconds

Beginning to run tests of NewTools-Inspector-Tests with random seed 1017820805

Finished to run tests of Roassal-Chart-Tests in 969 milliseconds 918 microseconds

Beginning to run tests of Collections-Abstract-Tests with random seed 224707574

Finished to run tests of Collections-Abstract-Tests in 3 milliseconds 202 microseconds

Beginning to run tests of ReleaseTests with random seed 30811128

Finished to run tests of NewTools-Inspector-Tests in 723 milliseconds 614 microseconds

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Beginning to run tests of Roassal-Chart-Tests with random seed 371415264
Finished to run tests of NewTools-Inspector-Tests in 856 milliseconds

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Beginning to run tests of Roassal-Chart-Tests with random seed 786892255


DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of Roassal-Chart-Tests in 1 second 43 milliseconds 554 microseconds

Beginning to run tests of Collections-Abstract-Tests with random seed 1072526581

Finished to run tests of Collections-Abstract-Tests in 4 milliseconds 792 microseconds

Beginning to run tests of ReleaseTests with random seed 1020056826
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLineSpineDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSAbstractMarkerDecoration>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of Roassal-Chart-Tests in 1 second 666 milliseconds

Beginning to run tests of Collections-Abstract-Tests with random seed 937425513

Finished to run tests of Collections-Abstract-Tests in 59 milliseconds

Beginning to run tests of ReleaseTests with random seed 1038195365


NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared)
Finished to run tests of ReleaseTests in 46 seconds 165 milliseconds 983 microseconds

Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 499816528

Finished to run tests of MetacelloCommandLineHandler-Tests in 3 milliseconds 415 microseconds

Beginning to run tests of NautilusRefactoring-Tests with random seed 903272530

Finished to run tests of NautilusRefactoring-Tests in 2 milliseconds 638 microseconds

Beginning to run tests of NumericInterpolator-Tests with random seed 108075093

Finished to run tests of NumericInterpolator-Tests in 19 milliseconds 940 microseconds

Beginning to run tests of Refactoring-UI-Tests with random seed 724433004

Finished to run tests of Refactoring-UI-Tests in 744 milliseconds 51 microseconds

Beginning to run tests of System-Dependencies-Tests with random seed 40971602

Finished to run tests of System-Dependencies-Tests in 4 seconds 849 milliseconds 103 microseconds

Beginning to run tests of HeuristicCompletion-Tests with random seed 912599110

NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared)
Finished to run tests of ReleaseTests in 54 seconds 486 milliseconds 135 microseconds

Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 545540561

Finished to run tests of MetacelloCommandLineHandler-Tests in 4 milliseconds 380 microseconds

Beginning to run tests of NautilusRefactoring-Tests with random seed 832342486

Finished to run tests of NautilusRefactoring-Tests in 2 milliseconds 996 microseconds

Beginning to run tests of NumericInterpolator-Tests with random seed 272943578

Finished to run tests of NumericInterpolator-Tests in 20 milliseconds 491 microseconds

Beginning to run tests of Refactoring-UI-Tests with random seed 536701423

Finished to run tests of Refactoring-UI-Tests in 767 milliseconds 39 microseconds

Beginning to run tests of System-Dependencies-Tests with random seed 22215918
NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared)
Finished to run tests of ReleaseTests in 54 seconds 993 milliseconds

Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 1071928185

Finished to run tests of MetacelloCommandLineHandler-Tests in 61 milliseconds

Beginning to run tests of NautilusRefactoring-Tests with random seed 806917048

Finished to run tests of NautilusRefactoring-Tests in 39 milliseconds

Beginning to run tests of NumericInterpolator-Tests with random seed 517788639

Finished to run tests of NumericInterpolator-Tests in 142 milliseconds

Beginning to run tests of Refactoring-UI-Tests with random seed 960197231

Finished to run tests of Refactoring-UI-Tests in 1 second 16 milliseconds

Beginning to run tests of System-Dependencies-Tests with random seed 105537640


Finished to run tests of System-Dependencies-Tests in 5 seconds 505 milliseconds 688 microseconds

Beginning to run tests of HeuristicCompletion-Tests with random seed 980664432
Finished to run tests of System-Dependencies-Tests in 6 seconds 309 milliseconds

Beginning to run tests of HeuristicCompletion-Tests with random seed 1392909


Finished to run tests of HeuristicCompletion-Tests in 14 seconds 247 milliseconds 289 microseconds

Beginning to run tests of Kernel-CodeModel-Tests with random seed 966689263

ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted.
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
Finished to run tests of Kernel-CodeModel-Tests in 833 milliseconds 343 microseconds

Beginning to run tests of Collections-Native-Tests with random seed 355228467

DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Native-Tests in 82 milliseconds 515 microseconds

Beginning to run tests of ClassAnnotation-Tests with random seed 42879877

Finished to run tests of ClassAnnotation-Tests in 610 milliseconds 213 microseconds

Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 281611752

Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 559 milliseconds 868 microseconds

Beginning to run tests of SortFunctions-Tests with random seed 568077850

Finished to run tests of SortFunctions-Tests in 6 milliseconds 14 microseconds

Beginning to run tests of NewTools-Finder-Tests with random seed 136797727

Finished to run tests of NewTools-Finder-Tests in 3 seconds 457 milliseconds 512 microseconds

Beginning to run tests of System-OSEnvironments-Tests with random seed 566140323

Finished to run tests of System-OSEnvironments-Tests in 9 milliseconds 703 microseconds

Beginning to run tests of System-Settings-Tests with random seed 978176941

Finished to run tests of System-Settings-Tests in 728 milliseconds 139 microseconds

Beginning to run tests of UndefinedClasses-Tests with random seed 739954309

Finished to run tests of UndefinedClasses-Tests in 21 milliseconds 655 microseconds

Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 506976411

Finished to run tests of Microdown-RichTextPresenter-Tests in 639 milliseconds 624 microseconds

Beginning to run tests of Zinc-HTTP-Examples with random seed 863490843

Finished to run tests of Zinc-HTTP-Examples in 390 milliseconds 734 microseconds

Beginning to run tests of Collections-Weak-Tests with random seed 787247779

DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Weak-Tests in 1 second 955 milliseconds 119 microseconds

Beginning to run tests of Metacello-TestsReference with random seed 265796680

Finished to run tests of Metacello-TestsReference in 3 milliseconds 900 microseconds

Beginning to run tests of Roassal-Global-Tests with random seed 621615693

Finished to run tests of HeuristicCompletion-Tests in 11 seconds 651 milliseconds 217 microseconds

Beginning to run tests of Kernel-CodeModel-Tests with random seed 639740409

ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted.
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
Finished to run tests of Kernel-CodeModel-Tests in 908 milliseconds 194 microseconds

Beginning to run tests of Collections-Native-Tests with random seed 374694791

DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Native-Tests in 97 milliseconds 857 microseconds

Beginning to run tests of ClassAnnotation-Tests with random seed 816280553

Finished to run tests of ClassAnnotation-Tests in 821 milliseconds 364 microseconds

Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 975058719

Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 521 milliseconds 419 microseconds

Beginning to run tests of SortFunctions-Tests with random seed 68487467

Finished to run tests of SortFunctions-Tests in 4 milliseconds 14 microseconds

Beginning to run tests of NewTools-Finder-Tests with random seed 5011759

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of Roassal-Global-Tests in 2 seconds 805 milliseconds 653 microseconds

Beginning to run tests of Roassal-Inspector-Tests with random seed 156188994

Finished to run tests of Roassal-Inspector-Tests in 49 milliseconds 82 microseconds

Beginning to run tests of CodeImport-Tests with random seed 864059765

Finished to run tests of CodeImport-Tests in 35 milliseconds 260 microseconds

Beginning to run tests of System-Identification-Tests with random seed 153905048

Finished to run tests of System-Identification-Tests in 62 milliseconds 761 microseconds

Beginning to run tests of Spec2-Code-Diff-Tests with random seed 390762969

Finished to run tests of Spec2-Code-Diff-Tests in 1 millisecond 511 microseconds

Beginning to run tests of Monticello-Tests with random seed 123199961

Finished to run tests of Monticello-Tests in 1 second 137 milliseconds 521 microseconds

Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 863709773

Finished to run tests of SystemCommands-MethodCommands-Tests in 2 milliseconds 298 microseconds

Beginning to run tests of EpiceaBrowsers-Tests with random seed 581696079

Finished to run tests of NewTools-Finder-Tests in 3 seconds 499 milliseconds 757 microseconds

Beginning to run tests of System-OSEnvironments-Tests with random seed 1026127068

Finished to run tests of System-OSEnvironments-Tests in 11 milliseconds 815 microseconds

Beginning to run tests of System-Settings-Tests with random seed 729277159

Finished to run tests of System-Settings-Tests in 434 milliseconds 127 microseconds

Beginning to run tests of UndefinedClasses-Tests with random seed 422987419

Finished to run tests of UndefinedClasses-Tests in 22 milliseconds 121 microseconds

Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 894488753
Finished to run tests of HeuristicCompletion-Tests in 14 seconds 175 milliseconds

Beginning to run tests of Kernel-CodeModel-Tests with random seed 198063730

ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted.
ExtensionPointsOwningPackageNotification: An extension protocol points the package "XXXXX" while the class containing the method is already in this package. The creation of this protocol will be aborted.

Finished to run tests of Microdown-RichTextPresenter-Tests in 519 milliseconds 286 microseconds

Beginning to run tests of Zinc-HTTP-Examples with random seed 604380857

Finished to run tests of Zinc-HTTP-Examples in 543 milliseconds 607 microseconds

Beginning to run tests of Collections-Weak-Tests with random seed 323534041

DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead

Finished to run tests of EpiceaBrowsers-Tests in 1 second 456 milliseconds 529 microseconds

Beginning to run tests of Refactoring-DataForTesting with random seed 237236224

Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 654 microseconds

Beginning to run tests of Commander2-Tests with random seed 116979202

Finished to run tests of Commander2-Tests in 3 milliseconds 39 microseconds

Beginning to run tests of Ring-Core-Tests with random seed 111191559

Finished to run tests of Ring-Core-Tests in 569 milliseconds 197 microseconds

Beginning to run tests of DrTests-TestCoverage-Tests with random seed 924713537

Finished to run tests of DrTests-TestCoverage-Tests in 81 milliseconds 191 microseconds

Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 342373009

Finished to run tests of Zinc-Character-Encoding-Tests in 115 milliseconds 835 microseconds

Beginning to run tests of Shift-ClassBuilder-Tests with random seed 391456007
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead

Finished to run tests of Shift-ClassBuilder-Tests in 818 milliseconds 290 microseconds

Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 413763130

Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 1 millisecond 253 microseconds

Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 463463996

Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 324 milliseconds 544 microseconds

Beginning to run tests of Kernel-Tests with random seed 133390210
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
Finished to run tests of Kernel-CodeModel-Tests in 4 seconds 629 milliseconds

Beginning to run tests of Collections-Native-Tests with random seed 177643146

DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float32ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float32ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float32ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float32ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Weak-Tests in 2 seconds 924 milliseconds 378 microseconds

Beginning to run tests of Metacello-TestsReference with random seed 691369545

Finished to run tests of Metacello-TestsReference in 5 milliseconds 42 microseconds

Beginning to run tests of Roassal-Global-Tests with random seed 1048313935
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Float64ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Float64ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Float64ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Float64ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Native-Tests in 841 milliseconds

Beginning to run tests of ClassAnnotation-Tests with random seed 136997845


DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of ClassAnnotation-Tests in 912 milliseconds

Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 745875301

Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 601 milliseconds

Beginning to run tests of SortFunctions-Tests with random seed 824378816

Finished to run tests of SortFunctions-Tests in 55 milliseconds

Beginning to run tests of NewTools-Finder-Tests with random seed 288855545

Finished to run tests of Roassal-Global-Tests in 2 seconds 595 milliseconds 500 microseconds

Beginning to run tests of Roassal-Inspector-Tests with random seed 990754420

Finished to run tests of Roassal-Inspector-Tests in 56 milliseconds 538 microseconds

Beginning to run tests of CodeImport-Tests with random seed 123041453

Finished to run tests of CodeImport-Tests in 35 milliseconds 316 microseconds

Beginning to run tests of System-Identification-Tests with random seed 347156688

Finished to run tests of System-Identification-Tests in 49 milliseconds 430 microseconds

Beginning to run tests of Spec2-Code-Diff-Tests with random seed 405030146

Finished to run tests of Spec2-Code-Diff-Tests in 1 millisecond 729 microseconds

Beginning to run tests of Monticello-Tests with random seed 1026168068

DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest.
[ERROR] 2025-05-23 12:07:30.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:52293):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate

Finished to run tests of Monticello-Tests in 1 second 6 milliseconds 614 microseconds

Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 770122997

Finished to run tests of SystemCommands-MethodCommands-Tests in 1 millisecond 280 microseconds

Beginning to run tests of EpiceaBrowsers-Tests with random seed 554865909
DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead
DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead
DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead
DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead

Finished to run tests of EpiceaBrowsers-Tests in 1 second 391 milliseconds 963 microseconds

Beginning to run tests of Refactoring-DataForTesting with random seed 105634919

Finished to run tests of Refactoring-DataForTesting in 3 milliseconds 193 microseconds

Beginning to run tests of Commander2-Tests with random seed 90860139

Finished to run tests of Commander2-Tests in 3 milliseconds 183 microseconds

Beginning to run tests of Ring-Core-Tests with random seed 704395885
Finished to run tests of NewTools-Finder-Tests in 3 seconds 665 milliseconds

Beginning to run tests of System-OSEnvironments-Tests with random seed 413312587

Finished to run tests of System-OSEnvironments-Tests in 49 milliseconds

Beginning to run tests of System-Settings-Tests with random seed 541618302

Finished to run tests of Kernel-Tests in 7 seconds 222 milliseconds 875 microseconds

Beginning to run tests of EmergencyDebugger-Tests with random seed 823829436

Finished to run tests of Ring-Core-Tests in 713 milliseconds 279 microseconds

Beginning to run tests of DrTests-TestCoverage-Tests with random seed 650440505

Finished to run tests of DrTests-TestCoverage-Tests in 102 milliseconds 684 microseconds

Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 408608671

Finished to run tests of EmergencyDebugger-Tests in 345 milliseconds 160 microseconds

Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 1048934164

Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 5 milliseconds 738 microseconds

Beginning to run tests of EnlumineurFormatter-Tests with random seed 440309532

Finished to run tests of Zinc-Character-Encoding-Tests in 101 milliseconds 883 microseconds

Beginning to run tests of Shift-ClassBuilder-Tests with random seed 1053019653
Finished to run tests of System-Settings-Tests in 548 milliseconds

Beginning to run tests of UndefinedClasses-Tests with random seed 979510435

Finished to run tests of UndefinedClasses-Tests in 193 milliseconds

Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 867689830


Finished to run tests of EnlumineurFormatter-Tests in 99 milliseconds 977 microseconds

Beginning to run tests of Morphic-Tests with random seed 83657088
Finished to run tests of Microdown-RichTextPresenter-Tests in 662 milliseconds

Beginning to run tests of Zinc-HTTP-Examples with random seed 803805181


Finished to run tests of Shift-ClassBuilder-Tests in 1 second 11 milliseconds 730 microseconds

Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 414082042

Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 1 millisecond 9 microseconds

Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 714966012

Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 406 milliseconds 278 microseconds

Beginning to run tests of Kernel-Tests with random seed 444638100

Finished to run tests of Morphic-Tests in 1 second 812 milliseconds 735 microseconds

Beginning to run tests of Roassal-Animation-Tests with random seed 681237655

Finished to run tests of Roassal-Animation-Tests in 1 second 556 milliseconds 733 microseconds

Beginning to run tests of Commander2-UI-Tests with random seed 744010924

Finished to run tests of Commander2-UI-Tests in 1 millisecond 337 microseconds

Beginning to run tests of Collections-Unordered-Tests with random seed 843023532

DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Unordered-Tests in 274 milliseconds 842 microseconds

Beginning to run tests of Refactoring-Environment-Tests with random seed 396051907

DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest.
Finished to run tests of Zinc-HTTP-Examples in 5 seconds 860 milliseconds

Beginning to run tests of Collections-Weak-Tests with random seed 393174242

DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
[ERROR] 2025-05-23 12:07:41.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:52293):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead
DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead
DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead
DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead
Finished to run tests of Kernel-Tests in 8 seconds 993 milliseconds 708 microseconds

Beginning to run tests of EmergencyDebugger-Tests with random seed 528635575

Finished to run tests of EmergencyDebugger-Tests in 500 milliseconds 182 microseconds

Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 454979243

Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 7 milliseconds 446 microseconds

Beginning to run tests of EnlumineurFormatter-Tests with random seed 419991220
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead

Finished to run tests of EnlumineurFormatter-Tests in 128 milliseconds 623 microseconds

Beginning to run tests of Morphic-Tests with random seed 827140917
Finished to run tests of Collections-Weak-Tests in 4 seconds 920 milliseconds

Beginning to run tests of Metacello-TestsReference with random seed 202620960

Finished to run tests of Metacello-TestsReference in 33 milliseconds

Beginning to run tests of Roassal-Global-Tests with random seed 550090305

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details

Finished to run tests of Morphic-Tests in 2 seconds 64 milliseconds 32 microseconds

Beginning to run tests of Roassal-Animation-Tests with random seed 836269384
Finished to run tests of Roassal-Global-Tests in 2 seconds 906 milliseconds

Beginning to run tests of Roassal-Inspector-Tests with random seed 838352287

Finished to run tests of Roassal-Inspector-Tests in 89 milliseconds

Beginning to run tests of CodeImport-Tests with random seed 1039793657


Finished to run tests of Roassal-Animation-Tests in 1 second 552 milliseconds 430 microseconds

Beginning to run tests of Commander2-UI-Tests with random seed 311720281

Finished to run tests of Commander2-UI-Tests in 1 millisecond 352 microseconds

Beginning to run tests of Collections-Unordered-Tests with random seed 308316507

DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Unordered-Tests in 331 milliseconds 959 microseconds

Beginning to run tests of Refactoring-Environment-Tests with random seed 932544169
Finished to run tests of CodeImport-Tests in 409 milliseconds

Beginning to run tests of System-Identification-Tests with random seed 160426388

Finished to run tests of System-Identification-Tests in 546 milliseconds

Beginning to run tests of Spec2-Code-Diff-Tests with random seed 561922486

Finished to run tests of Spec2-Code-Diff-Tests in 35 milliseconds

Beginning to run tests of Monticello-Tests with random seed 94999002

Finished to run tests of Monticello-Tests in 3 seconds 27 milliseconds

Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 465230769

Finished to run tests of SystemCommands-MethodCommands-Tests in 34 milliseconds

Beginning to run tests of EpiceaBrowsers-Tests with random seed 366160850

Finished to run tests of EpiceaBrowsers-Tests in 5 seconds 450 milliseconds

Beginning to run tests of Refactoring-DataForTesting with random seed 169583901

Finished to run tests of Refactoring-DataForTesting in 51 milliseconds

Beginning to run tests of Commander2-Tests with random seed 868750163

Finished to run tests of Commander2-Tests in 73 milliseconds

Beginning to run tests of Ring-Core-Tests with random seed 164946843

Finished to run tests of Ring-Core-Tests in 1 second 227 milliseconds

Beginning to run tests of DrTests-TestCoverage-Tests with random seed 662192233

Finished to run tests of DrTests-TestCoverage-Tests in 165 milliseconds

Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 503451406

Finished to run tests of Zinc-Character-Encoding-Tests in 289 milliseconds

Beginning to run tests of Shift-ClassBuilder-Tests with random seed 964607543

Finished to run tests of Shift-ClassBuilder-Tests in 2 seconds 526 milliseconds

Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 30790680

Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 31 milliseconds

Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 917173302

Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 2 seconds 766 milliseconds

Beginning to run tests of Kernel-Tests with random seed 1006944007

DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest.

Finished to run tests of Refactoring-Environment-Tests in 28 seconds 930 milliseconds 415 microseconds

Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 94556871

Finished to run tests of Spec2-Adapters-Morphic-Tests in 77 milliseconds 525 microseconds

Beginning to run tests of Geometry-Tests with random seed 119370005

Finished to run tests of Geometry-Tests in 27 milliseconds 540 microseconds

Beginning to run tests of Microdown-Tests with random seed 970895667

Finished to run tests of Microdown-Tests in 1 second 709 milliseconds 873 microseconds

Beginning to run tests of Collections-Sequenceable-Tests with random seed 703843297

DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Sequenceable-Tests in 301 milliseconds 583 microseconds

Beginning to run tests of NewTools-DependencyAnalyser-Tests with random seed 871442707

Finished to run tests of NewTools-DependencyAnalyser-Tests in 1 second 41 milliseconds 351 microseconds

Beginning to run tests of Sindarin-Tests with random seed 738030373

Finished to run tests of Sindarin-Tests in 909 milliseconds 287 microseconds

Beginning to run tests of System-Benchmark-Tests with random seed 799347892

Finished to run tests of System-Benchmark-Tests in 2 milliseconds 338 microseconds

Beginning to run tests of NewTools-FontChooser with random seed 355292343

Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Finished to run tests of NewTools-FontChooser in 267 milliseconds 878 microseconds

Beginning to run tests of OpalCompiler-UI-Tests with random seed 928192451

Finished to run tests of OpalCompiler-UI-Tests in 38 milliseconds 818 microseconds

Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 201089516
[ERROR] 2025-05-23 12:08:11.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:52293):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate
DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead
DeprecationPerformedNotification: The method Semaphore>>#wait: called from SemaphoreTest>>#testWaitTimeDuration has been deprecated. Use #waitTimeoutMilliseconds: instead
DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead
DeprecationPerformedNotification: The method Semaphore>>#wait:onCompletion:onTimeout: called from SemaphoreTest>>#testWaitTimeDurationWithCompletionAndTimeoutBlocks has been deprecated. Use #waitTimeoutMilliseconds:onCompletion:onTimeout: instead
Finished to run tests of Kernel-Tests in 9 seconds 630 milliseconds

Beginning to run tests of EmergencyDebugger-Tests with random seed 490587306


Finished to run tests of Refactoring-Environment-Tests in 26 seconds 528 milliseconds 167 microseconds

Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 961601609

Finished to run tests of Spec2-Adapters-Morphic-Tests in 84 milliseconds 957 microseconds

Beginning to run tests of Geometry-Tests with random seed 400588961

Finished to run tests of Geometry-Tests in 35 milliseconds 117 microseconds

Beginning to run tests of Microdown-Tests with random seed 749977796
Finished to run tests of EmergencyDebugger-Tests in 856 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 868357636

Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 75 milliseconds

Beginning to run tests of EnlumineurFormatter-Tests with random seed 200930895

Finished to run tests of EnlumineurFormatter-Tests in 585 milliseconds

Beginning to run tests of Morphic-Tests with random seed 1017380507


Finished to run tests of Microdown-Tests in 1 second 433 milliseconds 748 microseconds

Beginning to run tests of Collections-Sequenceable-Tests with random seed 548005473

DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Sequenceable-Tests in 348 milliseconds 650 microseconds

Beginning to run tests of NewTools-DependencyAnalyser-Tests with random seed 736516545

Finished to run tests of NewTools-DependencyAnalyser-Tests in 1 second 185 milliseconds 822 microseconds

Beginning to run tests of Sindarin-Tests with random seed 1045699171
Finished to run tests of Morphic-Tests in 2 seconds 248 milliseconds

Beginning to run tests of Roassal-Animation-Tests with random seed 429241190


Finished to run tests of Sindarin-Tests in 860 milliseconds 481 microseconds

Beginning to run tests of System-Benchmark-Tests with random seed 98161087

Finished to run tests of System-Benchmark-Tests in 3 milliseconds 107 microseconds

Beginning to run tests of NewTools-FontChooser with random seed 761893315

Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Finished to run tests of NewTools-FontChooser in 201 milliseconds 57 microseconds

Beginning to run tests of OpalCompiler-UI-Tests with random seed 992720525

Finished to run tests of OpalCompiler-UI-Tests in 54 milliseconds 375 microseconds

Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 196776131
Finished to run tests of Roassal-Animation-Tests in 1 second 654 milliseconds

Beginning to run tests of Commander2-UI-Tests with random seed 545255389

Finished to run tests of Commander2-UI-Tests in 41 milliseconds

Beginning to run tests of Collections-Unordered-Tests with random seed 799071751

DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from BagTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from BagTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from BagTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from BagTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SetTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SetTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SetTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Unordered-Tests in 3 seconds 230 milliseconds

Beginning to run tests of Refactoring-Environment-Tests with random seed 139728041


Finished to run tests of NewTools-Spotter-Processors-Tests in 20 seconds 883 milliseconds 593 microseconds

Beginning to run tests of Transcript-NonInteractive-Tests with random seed 492732287
Pharo writing to the standard error

Pharo writing to the standard output
Finished to run tests of Transcript-NonInteractive-Tests in 2 milliseconds 955 microseconds

Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 99495810

Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 775 milliseconds 571 microseconds

Beginning to run tests of Roassal-UML-Tests with random seed 241724946

Finished to run tests of Roassal-UML-Tests in 19 milliseconds 41 microseconds

Beginning to run tests of ClassParser-Tests with random seed 769927206

Finished to run tests of ClassParser-Tests in 226 milliseconds 362 microseconds

Beginning to run tests of Roassal-Mondrian with random seed 207237387

Finished to run tests of Roassal-Mondrian in 10 milliseconds 359 microseconds

Beginning to run tests of FileSystem-Core-Tests with random seed 232113943

Finished to run tests of FileSystem-Core-Tests in 68 milliseconds 903 microseconds

Beginning to run tests of NewTools-RewriterTools-Tests with random seed 272664413

Finished to run tests of NewTools-RewriterTools-Tests in 250 milliseconds 455 microseconds

Beginning to run tests of BeautifulComments with random seed 469247576

Finished to run tests of BeautifulComments in 30 milliseconds 607 microseconds

Beginning to run tests of NewTools-Scopes-Tests with random seed 121802870

Finished to run tests of NewTools-Scopes-Tests in 143 milliseconds 464 microseconds

Beginning to run tests of System-Finalization-Tests with random seed 54412040

Finished to run tests of System-Finalization-Tests in 492 milliseconds 423 microseconds

Beginning to run tests of Slot-Tests with random seed 699237620

Finished to run tests of Slot-Tests in 6 seconds 491 milliseconds 26 microseconds

Beginning to run tests of NewTools-Sindarin-Tools with random seed 432413262

Finished to run tests of NewTools-Sindarin-Tools in 41 milliseconds 78 microseconds

Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 1046055545

Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 121 milliseconds 667 microseconds

Beginning to run tests of System-Installers-Tests with random seed 280423156

Finished to run tests of System-Installers-Tests in 148 milliseconds 88 microseconds

Beginning to run tests of OpalCompiler-ToolFeatures-Tests with random seed 157278088

Finished to run tests of OpalCompiler-ToolFeatures-Tests in 5 milliseconds 514 microseconds

Beginning to run tests of System-History-Tests with random seed 246661007

Finished to run tests of System-History-Tests in 6 milliseconds 284 microseconds

Beginning to run tests of VariablesLibrary-Tests with random seed 1001048468

Finished to run tests of VariablesLibrary-Tests in 184 milliseconds 558 microseconds

Beginning to run tests of DebugPoints-Tests with random seed 461606478

Finished to run tests of DebugPoints-Tests in 305 milliseconds 92 microseconds

Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 798953856

Finished to run tests of SystemCommands-RefactoringSupport-Tests in 23 milliseconds 128 microseconds

Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 334213527

Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 7 milliseconds 188 microseconds

Beginning to run tests of TaskIt-Tests with random seed 573753246

Finished to run tests of NewTools-Spotter-Processors-Tests in 29 seconds 1 millisecond 293 microseconds

Beginning to run tests of Transcript-NonInteractive-Tests with random seed 715256335
Pharo writing to the standard error

Pharo writing to the standard output
Finished to run tests of Transcript-NonInteractive-Tests in 2 milliseconds 944 microseconds

Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 39068179

Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 800 milliseconds 981 microseconds

Beginning to run tests of Roassal-UML-Tests with random seed 501051070

Finished to run tests of Roassal-UML-Tests in 24 milliseconds 101 microseconds

Beginning to run tests of ClassParser-Tests with random seed 1026734295

Finished to run tests of ClassParser-Tests in 272 milliseconds 858 microseconds

Beginning to run tests of Roassal-Mondrian with random seed 565202413

Finished to run tests of Roassal-Mondrian in 13 milliseconds 99 microseconds

Beginning to run tests of FileSystem-Core-Tests with random seed 293858297

Finished to run tests of FileSystem-Core-Tests in 80 milliseconds 256 microseconds

Beginning to run tests of NewTools-RewriterTools-Tests with random seed 185772619

Finished to run tests of NewTools-RewriterTools-Tests in 261 milliseconds 760 microseconds

Beginning to run tests of BeautifulComments with random seed 477510994

Finished to run tests of BeautifulComments in 18 milliseconds 887 microseconds

Beginning to run tests of NewTools-Scopes-Tests with random seed 553679716

Finished to run tests of NewTools-Scopes-Tests in 127 milliseconds 236 microseconds

Beginning to run tests of System-Finalization-Tests with random seed 724470756

Finished to run tests of System-Finalization-Tests in 714 milliseconds 982 microseconds

Beginning to run tests of Slot-Tests with random seed 546791087
Finished to run tests of Refactoring-Environment-Tests in 27 seconds 819 milliseconds

Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 436577620

Finished to run tests of Spec2-Adapters-Morphic-Tests in 160 milliseconds

Beginning to run tests of Geometry-Tests with random seed 302122483

Finished to run tests of Geometry-Tests in 333 milliseconds

Beginning to run tests of Microdown-Tests with random seed 834782019

Finished to run tests of Microdown-Tests in 2 seconds 361 milliseconds

Beginning to run tests of Collections-Sequenceable-Tests with random seed 575969922

DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from ArrayTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from ArrayTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from ArrayTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from IntervalTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from IntervalTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from IntervalTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from IntervalTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from LinkedListTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from LinkedListTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from LinkedListTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from LinkedListTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from OrderedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from OrderedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from OrderedCollectionTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from OrderedCollectionTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from SortedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from SortedCollectionTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from SortedCollectionTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from SortedCollectionTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of Collections-Sequenceable-Tests in 3 seconds 131 milliseconds

Beginning to run tests of NewTools-DependencyAnalyser-Tests with random seed 366374593

Finished to run tests of NewTools-DependencyAnalyser-Tests in 1 second 569 milliseconds

Beginning to run tests of Sindarin-Tests with random seed 628768485

Finished to run tests of Sindarin-Tests in 1 second 54 milliseconds

Beginning to run tests of System-Benchmark-Tests with random seed 193688322

Finished to run tests of System-Benchmark-Tests in 38 milliseconds

Beginning to run tests of NewTools-FontChooser with random seed 809939753

Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Finished to run tests of NewTools-FontChooser in 259 milliseconds

Beginning to run tests of OpalCompiler-UI-Tests with random seed 191841326

Finished to run tests of OpalCompiler-UI-Tests in 112 milliseconds

Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 653111968


Finished to run tests of Slot-Tests in 6 seconds 251 milliseconds 802 microseconds

Beginning to run tests of NewTools-Sindarin-Tools with random seed 158390557

Finished to run tests of NewTools-Sindarin-Tools in 39 milliseconds 398 microseconds

Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 550103364

Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 227 milliseconds 857 microseconds

Beginning to run tests of System-Installers-Tests with random seed 232130602

Finished to run tests of System-Installers-Tests in 137 milliseconds 107 microseconds

Beginning to run tests of OpalCompiler-ToolFeatures-Tests with random seed 306933428

Finished to run tests of OpalCompiler-ToolFeatures-Tests in 5 milliseconds 75 microseconds

Beginning to run tests of System-History-Tests with random seed 164499128

Finished to run tests of System-History-Tests in 3 milliseconds 888 microseconds

Beginning to run tests of VariablesLibrary-Tests with random seed 884287676

Finished to run tests of VariablesLibrary-Tests in 248 milliseconds 487 microseconds

Beginning to run tests of DebugPoints-Tests with random seed 525188532

Finished to run tests of DebugPoints-Tests in 280 milliseconds 2 microseconds

Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 598760654

Finished to run tests of SystemCommands-RefactoringSupport-Tests in 21 milliseconds 475 microseconds

Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 1059798245

Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 5 milliseconds 949 microseconds

Beginning to run tests of TaskIt-Tests with random seed 731577065

Finished to run tests of TaskIt-Tests in 18 seconds 971 milliseconds 953 microseconds

Beginning to run tests of Kernel-Tests-WithCompiler with random seed 868199356

Finished to run tests of Kernel-Tests-WithCompiler in 22 milliseconds 574 microseconds

Beginning to run tests of NewTools-FileBrowser-Tests with random seed 1038122450

Finished to run tests of NewTools-FileBrowser-Tests in 6 seconds 677 milliseconds 388 microseconds

Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 676406760

Finished to run tests of System-BasicCommandLineHandler-Tests in 49 milliseconds 262 microseconds

Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 568419357

Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 21 milliseconds 127 microseconds

Beginning to run tests of Rubric-Tests with random seed 338412593

Finished to run tests of Rubric-Tests in 137 milliseconds 786 microseconds

Beginning to run tests of Graphics-Tests with random seed 1038431419

Finished to run tests of Graphics-Tests in 1 second 924 milliseconds 845 microseconds

Beginning to run tests of NewValueHolder-Tests with random seed 643082818

Finished to run tests of NewValueHolder-Tests in 2 milliseconds 927 microseconds

Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 665336391

Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 6 milliseconds 207 microseconds

Beginning to run tests of Roassal-Interaction-Tests with random seed 475835468

Finished to run tests of Roassal-Interaction-Tests in 116 milliseconds 113 microseconds

Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 17882306

Finished to run tests of NewTools-Debugger-Fuel-Tests in 21 milliseconds 953 microseconds

Beginning to run tests of NewTools-Core-Tests with random seed 411101912

Finished to run tests of NewTools-Core-Tests in 724 milliseconds 246 microseconds

Beginning to run tests of OpalCompiler-Tests with random seed 508532651

Finished to run tests of OpalCompiler-Tests in 661 milliseconds 467 microseconds

Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 234304071

Finished to run tests of Spec2-Morphic-Backend-Tests in 853 milliseconds 957 microseconds

Beginning to run tests of Collections-Streams-Tests with random seed 440145822

Finished to run tests of Collections-Streams-Tests in 177 milliseconds 818 microseconds

Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 528660050

Finished to run tests of Collections-DoubleLinkedList-Tests in 2 milliseconds 568 microseconds

Beginning to run tests of Network-Mail-Tests with random seed 575754325

Finished to run tests of Network-Mail-Tests in 6 milliseconds 488 microseconds

Beginning to run tests of PharoDocComment-Tests with random seed 1069487706

DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#printOn:delimiter:last: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#printOn:delimiter: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
Finished to run tests of PharoDocComment-Tests in 504 milliseconds 885 microseconds

Beginning to run tests of Coverage-Tests with random seed 654202796

Finished to run tests of Coverage-Tests in 251 milliseconds 551 microseconds

Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 221917351

Finished to run tests of NewTools-CodeCritiques-Tests in 900 milliseconds 471 microseconds

Beginning to run tests of Zinc-Zodiac-Tests with random seed 720388653

Finished to run tests of TaskIt-Tests in 21 seconds 352 milliseconds 399 microseconds

Beginning to run tests of Kernel-Tests-WithCompiler with random seed 368093267

Finished to run tests of Kernel-Tests-WithCompiler in 38 milliseconds 493 microseconds

Beginning to run tests of NewTools-FileBrowser-Tests with random seed 103927419

Finished to run tests of Zinc-Zodiac-Tests in 6 seconds 649 milliseconds 981 microseconds

Beginning to run tests of System-Support-Tests with random seed 300080679

DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of System-Support-Tests in 1 second 600 milliseconds 984 microseconds

Beginning to run tests of System-Caching-Tests with random seed 772793449

Finished to run tests of System-Caching-Tests in 2 seconds 203 milliseconds 601 microseconds

Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 943890180

Finished to run tests of SystemCommands-MessageCommands-Tests in 1 millisecond 860 microseconds

Beginning to run tests of Reflectivity-Tools-Tests with random seed 895252743

Finished to run tests of Reflectivity-Tools-Tests in 572 milliseconds 380 microseconds

Beginning to run tests of System-Hashing-Tests with random seed 835436869

Finished to run tests of System-Hashing-Tests in 675 milliseconds 194 microseconds

Beginning to run tests of Calypso-Browser-Tests with random seed 846701544

Finished to run tests of NewTools-FileBrowser-Tests in 7 seconds 242 milliseconds 664 microseconds

Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 520154311

Finished to run tests of System-BasicCommandLineHandler-Tests in 63 milliseconds 942 microseconds

Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 811150088

Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 22 milliseconds 159 microseconds

Beginning to run tests of Rubric-Tests with random seed 723405599

Finished to run tests of Rubric-Tests in 148 milliseconds 386 microseconds

Beginning to run tests of Graphics-Tests with random seed 58031027
Finished to run tests of NewTools-Spotter-Processors-Tests in 28 seconds 245 milliseconds

Beginning to run tests of Transcript-NonInteractive-Tests with random seed 352171253

Pharo writing to the standard error
Pharo writing to the standard output
Finished to run tests of Transcript-NonInteractive-Tests in 47 milliseconds

Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 674808613

Finished to run tests of ThreadedFFI-UFFI-Tests in 3 seconds 343 milliseconds

Beginning to run tests of Roassal-UML-Tests with random seed 887218232

Finished to run tests of Roassal-UML-Tests in 48 milliseconds

Beginning to run tests of ClassParser-Tests with random seed 228312680

Finished to run tests of ClassParser-Tests in 696 milliseconds

Beginning to run tests of Roassal-Mondrian with random seed 355967782

Finished to run tests of Roassal-Mondrian in 37 milliseconds

Beginning to run tests of FileSystem-Core-Tests with random seed 432678221

Finished to run tests of FileSystem-Core-Tests in 305 milliseconds

Beginning to run tests of NewTools-RewriterTools-Tests with random seed 327373439

Finished to run tests of NewTools-RewriterTools-Tests in 328 milliseconds

Beginning to run tests of BeautifulComments with random seed 453009865

Finished to run tests of BeautifulComments in 47 milliseconds

Beginning to run tests of NewTools-Scopes-Tests with random seed 512776185

Finished to run tests of NewTools-Scopes-Tests in 197 milliseconds

Beginning to run tests of System-Finalization-Tests with random seed 238593724


Finished to run tests of Graphics-Tests in 2 seconds 299 milliseconds 563 microseconds

Beginning to run tests of NewValueHolder-Tests with random seed 505480369

Finished to run tests of NewValueHolder-Tests in 2 milliseconds 208 microseconds

Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 272135347

Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 6 milliseconds 778 microseconds

Beginning to run tests of Roassal-Interaction-Tests with random seed 136377018

Finished to run tests of Roassal-Interaction-Tests in 131 milliseconds 433 microseconds

Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 182403391

Finished to run tests of NewTools-Debugger-Fuel-Tests in 18 milliseconds 328 microseconds

Beginning to run tests of NewTools-Core-Tests with random seed 1044334418
Finished to run tests of System-Finalization-Tests in 918 milliseconds

Beginning to run tests of Slot-Tests with random seed 1050524754


Finished to run tests of NewTools-Core-Tests in 716 milliseconds 838 microseconds

Beginning to run tests of OpalCompiler-Tests with random seed 845867040

Finished to run tests of OpalCompiler-Tests in 748 milliseconds 345 microseconds

Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 798076177

Finished to run tests of Spec2-Morphic-Backend-Tests in 861 milliseconds 219 microseconds

Beginning to run tests of Collections-Streams-Tests with random seed 562253425

Finished to run tests of Collections-Streams-Tests in 225 milliseconds 143 microseconds

Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 1013850450

Finished to run tests of Collections-DoubleLinkedList-Tests in 2 milliseconds 754 microseconds

Beginning to run tests of Network-Mail-Tests with random seed 566675284

Finished to run tests of Network-Mail-Tests in 5 milliseconds 140 microseconds

Beginning to run tests of PharoDocComment-Tests with random seed 853295450

DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#printOn:delimiter:last: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#printOn:delimiter: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
Finished to run tests of PharoDocComment-Tests in 611 milliseconds 736 microseconds

Beginning to run tests of Coverage-Tests with random seed 306314226

Finished to run tests of Coverage-Tests in 272 milliseconds 316 microseconds

Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 961194753

Finished to run tests of Calypso-Browser-Tests in 7 seconds 532 milliseconds 184 microseconds

Beginning to run tests of NewTools-Spotter-Tests with random seed 245731669

Finished to run tests of NewTools-Spotter-Tests in 648 milliseconds 796 microseconds

Beginning to run tests of Kernel-Extended-Tests with random seed 193668575

somethingsomething
Finished to run tests of NewTools-CodeCritiques-Tests in 862 milliseconds 616 microseconds

Beginning to run tests of Zinc-Zodiac-Tests with random seed 558788193
Finished to run tests of Kernel-Extended-Tests in 1 second 31 milliseconds 312 microseconds

Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 246241253

Finished to run tests of SystemCommands-PackageCommands-Tests in 1 millisecond 432 microseconds

Beginning to run tests of Spec2-Code-Backend-Tests with random seed 163100648
Finished to run tests of Slot-Tests in 7 seconds 192 milliseconds

Beginning to run tests of NewTools-Sindarin-Tools with random seed 979666541

Finished to run tests of NewTools-Sindarin-Tools in 77 milliseconds

Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 976044219

Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 337 milliseconds

Beginning to run tests of System-Installers-Tests with random seed 426909198

Finished to run tests of System-Installers-Tests in 581 milliseconds

Beginning to run tests of OpalCompiler-ToolFeatures-Tests with random seed 979413588

Finished to run tests of OpalCompiler-ToolFeatures-Tests in 38 milliseconds

Beginning to run tests of System-History-Tests with random seed 318425723

Finished to run tests of System-History-Tests in 32 milliseconds

Beginning to run tests of VariablesLibrary-Tests with random seed 1034173593


Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 128 milliseconds 899 microseconds

Beginning to run tests of Refactoring-Changes-Tests with random seed 787613754
Finished to run tests of VariablesLibrary-Tests in 359 milliseconds

Beginning to run tests of DebugPoints-Tests with random seed 663690241


NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared)
Finished to run tests of Refactoring-Changes-Tests in 182 milliseconds 541 microseconds

Beginning to run tests of Random-Tests with random seed 327100657

Finished to run tests of Random-Tests in 366 milliseconds 454 microseconds

Beginning to run tests of OSWindow-Tests with random seed 411226208

Finished to run tests of OSWindow-Tests in 1 millisecond 113 microseconds

Beginning to run tests of UnifiedFFI-Tests with random seed 192286816

Finished to run tests of UnifiedFFI-Tests in 282 milliseconds 847 microseconds

Beginning to run tests of Spec2-ListView-Tests with random seed 614536060
Finished to run tests of DebugPoints-Tests in 1 second 603 milliseconds

Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 440480329

Finished to run tests of SystemCommands-RefactoringSupport-Tests in 97 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 377918121

Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 65 milliseconds

Beginning to run tests of TaskIt-Tests with random seed 533390571


Finished to run tests of Spec2-ListView-Tests in 1 second 757 milliseconds 615 microseconds

Beginning to run tests of Epicea-Tests with random seed 61120092

Finished to run tests of Epicea-Tests in 460 milliseconds 238 microseconds

Beginning to run tests of NewTools-Debugger-Morphic with random seed 321468969

Finished to run tests of NewTools-Debugger-Morphic in 1 millisecond 917 microseconds

Beginning to run tests of Refactoring-Transformations-Tests with random seed 471431723

Finished to run tests of Zinc-Zodiac-Tests in 7 seconds 289 milliseconds 499 microseconds

Beginning to run tests of System-Support-Tests with random seed 521686235

DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of System-Support-Tests in 2 seconds 197 milliseconds 862 microseconds

Beginning to run tests of System-Caching-Tests with random seed 380277619

Finished to run tests of System-Caching-Tests in 2 seconds 298 milliseconds 618 microseconds

Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 1026394734

Finished to run tests of SystemCommands-MessageCommands-Tests in 4 milliseconds 437 microseconds

Beginning to run tests of Reflectivity-Tools-Tests with random seed 528661621

Finished to run tests of Reflectivity-Tools-Tests in 1 second 1 millisecond 764 microseconds

Beginning to run tests of System-Hashing-Tests with random seed 472901214

Finished to run tests of System-Hashing-Tests in 1 second 147 milliseconds 277 microseconds

Beginning to run tests of Calypso-Browser-Tests with random seed 929186522

Finished to run tests of Calypso-Browser-Tests in 7 seconds 806 milliseconds 628 microseconds

Beginning to run tests of NewTools-Spotter-Tests with random seed 657724249

Finished to run tests of NewTools-Spotter-Tests in 652 milliseconds 344 microseconds

Beginning to run tests of Kernel-Extended-Tests with random seed 348321767

somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 68 milliseconds 350 microseconds

Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 468704277

Finished to run tests of SystemCommands-PackageCommands-Tests in 1 millisecond 366 microseconds

Beginning to run tests of Spec2-Code-Backend-Tests with random seed 1045707797

Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 44 milliseconds 242 microseconds

Beginning to run tests of Refactoring-Changes-Tests with random seed 816333845

NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared)
Finished to run tests of Refactoring-Changes-Tests in 246 milliseconds 960 microseconds

Beginning to run tests of Random-Tests with random seed 822457611

Finished to run tests of Random-Tests in 446 milliseconds 651 microseconds

Beginning to run tests of OSWindow-Tests with random seed 1056871115

Finished to run tests of OSWindow-Tests in 1 millisecond 156 microseconds

Beginning to run tests of UnifiedFFI-Tests with random seed 127718091
Finished to run tests of TaskIt-Tests in 21 seconds 646 milliseconds

Beginning to run tests of Kernel-Tests-WithCompiler with random seed 235534713

Finished to run tests of Kernel-Tests-WithCompiler in 141 milliseconds

Beginning to run tests of NewTools-FileBrowser-Tests with random seed 503328262


Finished to run tests of UnifiedFFI-Tests in 357 milliseconds 453 microseconds

Beginning to run tests of Spec2-ListView-Tests with random seed 189325363

Finished to run tests of Refactoring-Transformations-Tests in 22 seconds 190 milliseconds 701 microseconds

Beginning to run tests of Traits-Tests with random seed 855941340

Finished to run tests of Spec2-ListView-Tests in 1 second 742 milliseconds 756 microseconds

Beginning to run tests of Epicea-Tests with random seed 278275

Finished to run tests of Epicea-Tests in 523 milliseconds 825 microseconds

Beginning to run tests of NewTools-Debugger-Morphic with random seed 594514190

Finished to run tests of NewTools-Debugger-Morphic in 1 millisecond 69 microseconds

Beginning to run tests of Refactoring-Transformations-Tests with random seed 922472720

SystemNotification: T1
SystemNotification: T2
SystemNotification: T6
SystemNotification: T12
SystemNotification: T11
SystemNotification: TD
SystemNotification: T3
SystemNotification: T9
SystemNotification: TC
SystemNotification: T4
SystemNotification: T10
SystemNotification: TB
SystemNotification: T5
SystemNotification: TA
SystemNotification: C1
SystemNotification: C9
SystemNotification: C10
SystemNotification: C11
SystemNotification: CA
SystemNotification: CB
SystemNotification: C2
SystemNotification: T6
Finished to run tests of NewTools-FileBrowser-Tests in 6 seconds 225 milliseconds

Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 1008586842

Finished to run tests of System-BasicCommandLineHandler-Tests in 128 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 329126107

Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 187 milliseconds

Beginning to run tests of Rubric-Tests with random seed 508081045

Finished to run tests of Rubric-Tests in 340 milliseconds

Beginning to run tests of Graphics-Tests with random seed 127964395

Finished to run tests of Graphics-Tests in 2 seconds 712 milliseconds

Beginning to run tests of NewValueHolder-Tests with random seed 428793734

Finished to run tests of NewValueHolder-Tests in 49 milliseconds

Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 47558585

Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 60 milliseconds

Beginning to run tests of Roassal-Interaction-Tests with random seed 886254069

Finished to run tests of Roassal-Interaction-Tests in 238 milliseconds

Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 94017765

Finished to run tests of NewTools-Debugger-Fuel-Tests in 87 milliseconds

Beginning to run tests of NewTools-Core-Tests with random seed 946114876

Finished to run tests of NewTools-Core-Tests in 704 milliseconds

Beginning to run tests of OpalCompiler-Tests with random seed 942097405

NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared)
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C2>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from TempClass>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m1 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m2 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of OpalCompiler-Tests in 3 seconds 92 milliseconds

Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 508661272

Finished to run tests of Spec2-Morphic-Backend-Tests in 915 milliseconds

Beginning to run tests of Collections-Streams-Tests with random seed 825385901

Finished to run tests of Collections-Streams-Tests in 379 milliseconds

Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 195334954

Finished to run tests of Collections-DoubleLinkedList-Tests in 57 milliseconds

Beginning to run tests of Network-Mail-Tests with random seed 488056166

Finished to run tests of Network-Mail-Tests in 43 milliseconds

Finished to run tests of Traits-Tests in 14 seconds 842 milliseconds 309 microseconds

Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 823438551

Finished to run tests of Morphic-Widgets-FastTable-Tests in 64 milliseconds 161 microseconds

Beginning to run tests of Ring-ChunkImporter-Tests with random seed 710908697

Finished to run tests of Ring-ChunkImporter-Tests in 25 milliseconds 73 microseconds

Beginning to run tests of ProfStef-Tests with random seed 885758770

Finished to run tests of ProfStef-Tests in 131 milliseconds 233 microseconds

Beginning to run tests of Compression-Tests with random seed 578571191
Beginning to run tests of PharoDocComment-Tests with random seed 62862224

DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from Collection class>>#DoIt has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#printOn:delimiter:last: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#printOn:delimiter: called from Collection class>>#DoIt has been deprecated. Use #do:separatedBy: instead

Finished to run tests of Compression-Tests in 2 seconds 531 milliseconds 655 microseconds

Beginning to run tests of DrTests-Tests with random seed 1054323098

Finished to run tests of DrTests-Tests in 249 milliseconds 749 microseconds

Beginning to run tests of Debugger-Model-Tests with random seed 19670676
Finished to run tests of PharoDocComment-Tests in 2 seconds 848 milliseconds

Beginning to run tests of Coverage-Tests with random seed 798236824


Finished to run tests of Debugger-Model-Tests in 654 milliseconds 920 microseconds

Beginning to run tests of Spec2-Backend-Tests with random seed 721689894
Finished to run tests of Coverage-Tests in 332 milliseconds

Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 866060770

Finished to run tests of NewTools-CodeCritiques-Tests in 923 milliseconds

Beginning to run tests of Zinc-Zodiac-Tests with random seed 168590209

Finished to run tests of Zinc-Zodiac-Tests in 7 seconds 429 milliseconds

Beginning to run tests of System-Support-Tests with random seed 670034055

DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringEmpty has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringMore has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaString called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from Collection>>#asCommaString has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asCommaStringAnd called from DictionaryTest>>#testAsCommaStringOne has been deprecated. Use #join: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from Collection>>#asCommaStringAnd has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastEmpty has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter:last: called from DictionaryTest>>#testAsStringOnDelimiterLastOne has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterMore has been deprecated. Use #do:separatedBy: instead
DeprecationPerformedNotification: The method Collection>>#asStringOn:delimiter: called from DictionaryTest>>#testAsStringOnDelimiterOne has been deprecated. Use #do:separatedBy: instead
Finished to run tests of System-Support-Tests in 2 seconds 848 milliseconds

Beginning to run tests of System-Caching-Tests with random seed 310941098


Finished to run tests of Refactoring-Transformations-Tests in 24 seconds 880 milliseconds 917 microseconds

Beginning to run tests of Traits-Tests with random seed 827897414

SystemNotification: TD
SystemNotification: TC
SystemNotification: T1
SystemNotification: T2
SystemNotification: T4
SystemNotification: T10
SystemNotification: TB
SystemNotification: T5
SystemNotification: T12
SystemNotification: TA
SystemNotification: T6
SystemNotification: T11
SystemNotification: T3
SystemNotification: T9
SystemNotification: C1
SystemNotification: C9
SystemNotification: C10
SystemNotification: C11
SystemNotification: CA
SystemNotification: CB
SystemNotification: C2
SystemNotification: T6
Finished to run tests of System-Caching-Tests in 2 seconds 423 milliseconds

Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 16895779

Finished to run tests of SystemCommands-MessageCommands-Tests in 34 milliseconds

Beginning to run tests of Reflectivity-Tools-Tests with random seed 854600003

Finished to run tests of Reflectivity-Tools-Tests in 2 seconds 669 milliseconds

Beginning to run tests of System-Hashing-Tests with random seed 569805235

Finished to run tests of System-Hashing-Tests in 2 seconds 508 milliseconds

Beginning to run tests of Calypso-Browser-Tests with random seed 718152576

NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared)
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C2>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from TempClass>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m1 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m2 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
Finished to run tests of Traits-Tests in 20 seconds 43 milliseconds 612 microseconds

Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 486262932

Finished to run tests of Morphic-Widgets-FastTable-Tests in 41 milliseconds 141 microseconds

Beginning to run tests of Ring-ChunkImporter-Tests with random seed 289396925

Finished to run tests of Ring-ChunkImporter-Tests in 29 milliseconds 730 microseconds

Beginning to run tests of ProfStef-Tests with random seed 745265371

Finished to run tests of ProfStef-Tests in 137 milliseconds 727 microseconds

Beginning to run tests of Compression-Tests with random seed 967386981

Finished to run tests of Compression-Tests in 2 seconds 746 milliseconds 445 microseconds

Beginning to run tests of DrTests-Tests with random seed 318065698

Finished to run tests of DrTests-Tests in 327 milliseconds 628 microseconds

Beginning to run tests of Debugger-Model-Tests with random seed 725437290

Finished to run tests of Debugger-Model-Tests in 649 milliseconds 213 microseconds

Beginning to run tests of Spec2-Backend-Tests with random seed 1025445875
Finished to run tests of Calypso-Browser-Tests in 13 seconds 477 milliseconds

Beginning to run tests of NewTools-Spotter-Tests with random seed 1015854635

Finished to run tests of NewTools-Spotter-Tests in 682 milliseconds

Beginning to run tests of Kernel-Extended-Tests with random seed 723918549

somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 982 milliseconds

Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 650277014

Finished to run tests of SystemCommands-PackageCommands-Tests in 34 milliseconds

Beginning to run tests of Spec2-Code-Backend-Tests with random seed 450646202

Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 185 milliseconds

Beginning to run tests of Refactoring-Changes-Tests with random seed 10296133

NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared)
Finished to run tests of Refactoring-Changes-Tests in 371 milliseconds

Beginning to run tests of Random-Tests with random seed 613604537

Finished to run tests of Random-Tests in 522 milliseconds

Beginning to run tests of OSWindow-Tests with random seed 133868739

Finished to run tests of OSWindow-Tests in 41 milliseconds

Beginning to run tests of UnifiedFFI-Tests with random seed 662269168

Finished to run tests of UnifiedFFI-Tests in 595 milliseconds

Beginning to run tests of Spec2-ListView-Tests with random seed 346928966

Finished to run tests of Spec2-ListView-Tests in 2 seconds 224 milliseconds

Beginning to run tests of Epicea-Tests with random seed 643017205

Finished to run tests of Epicea-Tests in 2 seconds 157 milliseconds

Beginning to run tests of NewTools-Debugger-Morphic with random seed 608419941

Finished to run tests of NewTools-Debugger-Morphic in 23 milliseconds

Beginning to run tests of Refactoring-Transformations-Tests with random seed 894402685


Finished to run tests of Spec2-Backend-Tests in 48 seconds 969 milliseconds 956 microseconds

Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 664524915

Finished to run tests of SUnit-Support-UITesting-Tests in 3 milliseconds 341 microseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 806366840

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 86 milliseconds 596 microseconds

Beginning to run tests of Collections-Atomic-Tests with random seed 406939856

Finished to run tests of Collections-Atomic-Tests in 6 milliseconds 744 microseconds

Beginning to run tests of Renraku-Tests with random seed 118243029

Finished to run tests of Renraku-Tests in 2 seconds 640 milliseconds 765 microseconds

Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 244602152

Finished to run tests of NewTools-RewriterTools-Backend-Tests in 3 milliseconds 707 microseconds

Beginning to run tests of Network-Tests with random seed 303957290

Finished to run tests of Network-Tests in 7 seconds 574 milliseconds 357 microseconds

Beginning to run tests of Ring-Monticello-Tests with random seed 826962116

Finished to run tests of Ring-Monticello-Tests in 51 milliseconds 399 microseconds

Beginning to run tests of NewTools-DebugPointsBrowser-Tests with random seed 178657014

Finished to run tests of NewTools-DebugPointsBrowser-Tests in 434 milliseconds 278 microseconds

Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 295773352

Finished to run tests of NewTools-Sindarin-Commands-Tests in 34 milliseconds 52 microseconds

Beginning to run tests of NewTools-WindowManager-Tests with random seed 176698571

Finished to run tests of NewTools-WindowManager-Tests in 13 milliseconds 291 microseconds

Beginning to run tests of System-Time-Tests with random seed 1033307354

DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method String>>#asDate called from UndefinedObject>>#DoIt has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from String>>#asDate has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
Finished to run tests of System-Time-Tests in 3 seconds 186 milliseconds 391 microseconds

Beginning to run tests of MonticelloTonel-Tests with random seed 74481997

Finished to run tests of MonticelloTonel-Tests in 164 milliseconds 670 microseconds

Beginning to run tests of ThreadedFFI-Tests with random seed 316442610

2025-05-23T12:11:29.407052+02:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 134 milliseconds 917 microseconds

Beginning to run tests of AST-Core-Tests with random seed 116953212

NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (b is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (b is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (Δə is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (Δə is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
Finished to run tests of AST-Core-Tests in 4 seconds 771 milliseconds 372 microseconds

Beginning to run tests of System-Sources-Tests with random seed 826176306

Finished to run tests of System-Sources-Tests in 51 milliseconds 139 microseconds

Beginning to run tests of FuzzyMatcher-Tests with random seed 1042375524

Finished to run tests of FuzzyMatcher-Tests in 1 millisecond 522 microseconds

Beginning to run tests of RottenTestsFinder-Tests with random seed 49840998

Finished to run tests of RottenTestsFinder-Tests in 274 milliseconds 161 microseconds

Beginning to run tests of Keymapping-Tests with random seed 93540985

DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method Morph>>#on:do: called from KMPerInstanceTest>>#testAddMoreThanOneHandler has been deprecated. Use bindKeyCombination:toAction:
Finished to run tests of Keymapping-Tests in 30 milliseconds 160 microseconds

Beginning to run tests of SUnit-Tests with random seed 254931609

Finished to run tests of SUnit-Tests in 4 seconds 56 milliseconds 430 microseconds

Beginning to run tests of Roassal-Spec-Tests with random seed 1064244340

Finished to run tests of Roassal-Spec-Tests in 86 milliseconds 957 microseconds

Beginning to run tests of Morphic-Deprecated with random seed 815412428

Finished to run tests of Morphic-Deprecated in 50 milliseconds 972 microseconds

Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 274948862

Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 650 milliseconds 586 microseconds

Beginning to run tests of Spec2-Dialogs-Tests with random seed 72874378

Finished to run tests of Spec2-Dialogs-Tests in 594 milliseconds 337 microseconds

Beginning to run tests of NewTools-Window-Profiles with random seed 506805214
Finished to run tests of Refactoring-Transformations-Tests in 30 seconds 92 milliseconds

Beginning to run tests of Traits-Tests with random seed 239842830


Finished to run tests of NewTools-Window-Profiles in 3 seconds 108 milliseconds 15 microseconds

Beginning to run tests of Text-Diff-Tests with random seed 910061571

Finished to run tests of Text-Diff-Tests in 1 millisecond 767 microseconds

Beginning to run tests of Commander-Core-Tests with random seed 165312006

Finished to run tests of Commander-Core-Tests in 1 millisecond 315 microseconds

Beginning to run tests of Jobs-Tests with random seed 383447046

Finished to run tests of Jobs-Tests in 3 milliseconds 20 microseconds

Beginning to run tests of EmbeddedFreeType-Tests with random seed 224683528

Finished to run tests of EmbeddedFreeType-Tests in 3 milliseconds 449 microseconds

Beginning to run tests of HeuristicCompletion-Benchmarks-Tests with random seed 774899213

Finished to run tests of HeuristicCompletion-Benchmarks-Tests in 5 milliseconds 321 microseconds

Beginning to run tests of NewTools-ObjectTranscript with random seed 792817682

Finished to run tests of NewTools-ObjectTranscript in 925 milliseconds 790 microseconds

Beginning to run tests of SUnit-Visitor-Tests with random seed 150715825

Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 103 microseconds

Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 37170100

Finished to run tests of Zinc-Resource-Meta-Tests in 131 milliseconds 228 microseconds

Beginning to run tests of SUnit-MockObjects-Tests with random seed 123693622

Finished to run tests of SUnit-MockObjects-Tests in 4 milliseconds 362 microseconds

Beginning to run tests of NewTools-FontChooser-Tests with random seed 3418683

Finished to run tests of NewTools-FontChooser-Tests in 718 microseconds

Beginning to run tests of Roassal-Shapes-Tests with random seed 14994491

Finished to run tests of Roassal-Shapes-Tests in 121 milliseconds 639 microseconds

Beginning to run tests of Shout-Tests with random seed 751795382

Finished to run tests of Shout-Tests in 31 milliseconds 263 microseconds

Beginning to run tests of ColorPicker-Tests with random seed 530898135

Finished to run tests of ColorPicker-Tests in 94 milliseconds 677 microseconds

Beginning to run tests of Announcements-Core-Tests with random seed 783519030

Finished to run tests of Spec2-Backend-Tests in 44 seconds 957 milliseconds 89 microseconds

Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 405154196

Finished to run tests of SUnit-Support-UITesting-Tests in 6 milliseconds 71 microseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 1004875676

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 123 milliseconds 834 microseconds

Beginning to run tests of Collections-Atomic-Tests with random seed 653187097

Finished to run tests of Collections-Atomic-Tests in 15 milliseconds 13 microseconds

Beginning to run tests of Renraku-Tests with random seed 148413992

Finished to run tests of Announcements-Core-Tests in 570 milliseconds 729 microseconds

Beginning to run tests of RTree-Tests with random seed 985030515

Finished to run tests of RTree-Tests in 8 milliseconds 43 microseconds

Beginning to run tests of Ombu-Tests with random seed 532152186

Finished to run tests of Ombu-Tests in 207 milliseconds 873 microseconds

Beginning to run tests of FreeType-Tests with random seed 483167819

Finished to run tests of Renraku-Tests in 3 seconds 471 milliseconds 966 microseconds

Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 296095163

Finished to run tests of NewTools-RewriterTools-Backend-Tests in 3 milliseconds 481 microseconds

Beginning to run tests of Network-Tests with random seed 749526463
SystemNotification: T1
SystemNotification: TD
SystemNotification: TB
SystemNotification: T2
SystemNotification: T5
SystemNotification: T12
SystemNotification: T6
SystemNotification: T11
SystemNotification: TC
SystemNotification: TA
SystemNotification: T3
SystemNotification: T9
SystemNotification: T4
SystemNotification: T10
SystemNotification: C1
SystemNotification: C9
SystemNotification: CA
SystemNotification: C2
SystemNotification: C10
SystemNotification: C11
SystemNotification: CB
SystemNotification: T6

Finished to run tests of FreeType-Tests in 5 seconds 72 milliseconds 531 microseconds

Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 647705116

Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 8 milliseconds 209 microseconds

Beginning to run tests of Debugger-Oups-Tests with random seed 303793190

Running: testCreationFromException from OupsDebugRequestTest
Running: testDebugSession from OupsDebugRequestTest
Running: testDefaultProcess from OupsDebugRequestTest
Running: testNewNotAllowed from OupsDebugRequestTest
Running: testNoPreDebugActionsBeforeComputation from OupsDebugRequestTest
Running: testNullExceptionForNamed from OupsDebugRequestTest
Running: testPreDebugActionForDebugItMethod from OupsDebugRequestTest
Running: testHandled from OupsDebuggerSelectionStrategyTest
Running: testDebuggers from OupsDebuggerSelectorTest
Running: testFirstUsableDebuggerForSession from OupsDebuggerSelectorTest
Running: testHandlesDebuggerErrors from OupsDebuggerSelectorTest
Running: testNextDebugger from OupsDebuggerSelectorTest
Running: testNextDebuggerForDebuggerFailure from OupsDebuggerSelectorTest
Running: testNextDebuggerForSession from OupsDebuggerSelectorTest
Running: testNoDebuggerForSession from OupsDebuggerSelectorTestI am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

Running: testNoNextDebugger from OupsDebuggerSelectorTest
Running: testOpenDebuggerError from OupsDebuggerSelectorTest
Running: testOpenDebuggerForSession from OupsDebuggerSelectorTest
Running: testOpenDebuggerWithErrorForSession from OupsDebuggerSelectorTest
Running: testTryOpenWith from OupsDebuggerSelectorTest
Running: testTryOpenWithSignalsError from OupsDebuggerSelectorTest
Running: testAvailableDebuggers from OupsDebuggerSystemTest
Running: testEnsureExceptionIn from OupsDebuggerSystemTest
Running: testHandleDebugRequest from OupsDebuggerSystemTest
Running: testHandleWarningDebugRequest from OupsDebuggerSystemTest
Running: testPreDebugActionExecuted from OupsDebuggerSystemTest
Running: testError from OupsSingleDebuggerSelectorTest
Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTestError
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

Running: testHandled from OupsSingleDebuggerSelectorTestError
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

Running: testNextDebugger from OupsSingleDebuggerSelectorTest
Running: testOpenDebuggerForSession from OupsSingleDebuggerSelectorTest
Finished to run tests of Debugger-Oups-Tests in 26 milliseconds 236 microseconds

Beginning to run tests of STON-Tests with random seed 907183167

Finished to run tests of STON-Tests in 1 second 36 milliseconds 413 microseconds

Beginning to run tests of FileSystem-Memory-Tests with random seed 892130893

Finished to run tests of FileSystem-Memory-Tests in 2 seconds 468 milliseconds 472 microseconds

Beginning to run tests of Files-Tests with random seed 960627186

Finished to run tests of Network-Tests in 8 seconds 226 milliseconds 901 microseconds

Beginning to run tests of Ring-Monticello-Tests with random seed 719597026

Finished to run tests of Ring-Monticello-Tests in 78 milliseconds 762 microseconds

Beginning to run tests of NewTools-DebugPointsBrowser-Tests with random seed 97471026

Finished to run tests of NewTools-DebugPointsBrowser-Tests in 525 milliseconds 124 microseconds

Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 239368255

Finished to run tests of NewTools-Sindarin-Commands-Tests in 62 milliseconds 696 microseconds

Beginning to run tests of NewTools-WindowManager-Tests with random seed 236592767

Finished to run tests of NewTools-WindowManager-Tests in 21 milliseconds 773 microseconds

Beginning to run tests of System-Time-Tests with random seed 954183316

Finished to run tests of Files-Tests in 3 seconds 534 milliseconds 143 microseconds

Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 100847552

Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 4 milliseconds 634 microseconds

Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 402423749

Finished to run tests of DrTests-CommentsToTests-Tests in 6 milliseconds 702 microseconds

Beginning to run tests of Regex-Core-Tests with random seed 870074829

Finished to run tests of Regex-Core-Tests in 30 milliseconds 803 microseconds

Beginning to run tests of Spec2-Code-Tests with random seed 128625131

DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method String>>#asDate called from UndefinedObject>>#DoIt has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from String>>#asDate has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
Finished to run tests of System-Time-Tests in 3 seconds 444 milliseconds 127 microseconds

Beginning to run tests of MonticelloTonel-Tests with random seed 406592012

Finished to run tests of MonticelloTonel-Tests in 286 milliseconds 776 microseconds

Beginning to run tests of ThreadedFFI-Tests with random seed 391761708

2025-05-23T12:11:59.378491+02:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is full
Finished to run tests of Spec2-Code-Tests in 1 second 809 milliseconds 188 microseconds

Beginning to run tests of Collections-Tests with random seed 592377086

Finished to run tests of Collections-Tests in 3 milliseconds 252 microseconds

Beginning to run tests of NewTools-Playground-Tests with random seed 670765315
Finished to run tests of ThreadedFFI-Tests in 280 milliseconds 896 microseconds

Beginning to run tests of AST-Core-Tests with random seed 176269384

Finished to run tests of NewTools-Playground-Tests in 562 milliseconds 76 microseconds

Beginning to run tests of Spec2-Tests with random seed 905072438

NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (b is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (b is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (Δə is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (Δə is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
Finished to run tests of AST-Core-Tests in 5 seconds 299 milliseconds 77 microseconds

Beginning to run tests of System-Sources-Tests with random seed 848433946

Finished to run tests of System-Sources-Tests in 52 milliseconds 605 microseconds

Beginning to run tests of FuzzyMatcher-Tests with random seed 852571473

Finished to run tests of FuzzyMatcher-Tests in 1 millisecond 650 microseconds

Beginning to run tests of RottenTestsFinder-Tests with random seed 47781201

Finished to run tests of RottenTestsFinder-Tests in 410 milliseconds 926 microseconds

Beginning to run tests of Keymapping-Tests with random seed 375973101

DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method Morph>>#on:do: called from KMPerInstanceTest>>#testAddMoreThanOneHandler has been deprecated. Use bindKeyCombination:toAction:
Finished to run tests of Keymapping-Tests in 32 milliseconds 938 microseconds

Beginning to run tests of SUnit-Tests with random seed 318654224

Finished to run tests of SUnit-Tests in 4 seconds 12 milliseconds 671 microseconds

Beginning to run tests of Roassal-Spec-Tests with random seed 928515263

Finished to run tests of Roassal-Spec-Tests in 118 milliseconds 975 microseconds

Beginning to run tests of Morphic-Deprecated with random seed 290746678

Finished to run tests of Morphic-Deprecated in 57 milliseconds 827 microseconds

Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 435713905

Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 551 milliseconds 443 microseconds

Beginning to run tests of Spec2-Dialogs-Tests with random seed 1065492377

Finished to run tests of Spec2-Dialogs-Tests in 513 milliseconds 512 microseconds

Beginning to run tests of NewTools-Window-Profiles with random seed 643947931
NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared)

Finished to run tests of Spec2-Tests in 10 seconds 991 milliseconds 958 microseconds

Beginning to run tests of System-Utilities-Tests with random seed 161559594

Finished to run tests of System-Utilities-Tests in 5 milliseconds 774 microseconds

Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 729010735

Finished to run tests of Tool-ExternalBrowser-Tests in 97 milliseconds 403 microseconds

Beginning to run tests of Hiedra-Tests with random seed 547238545

Finished to run tests of Hiedra-Tests in 149 milliseconds 240 microseconds

Beginning to run tests of Zodiac-Tests with random seed 805409576

Finished to run tests of Zodiac-Tests in 227 milliseconds 785 microseconds

Beginning to run tests of Roassal-BaselineMap-Tests with random seed 740746254

Finished to run tests of Roassal-BaselineMap-Tests in 26 milliseconds 459 microseconds

Beginning to run tests of Metacello-TestsCore with random seed 752366631

MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: ...finished baseline
MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: Project is locked, skipping.
MetacelloNotification: ...finished baseline
Finished to run tests of Metacello-TestsCore in 21 milliseconds 696 microseconds

Beginning to run tests of System-Platforms-Tests with random seed 166199869

Finished to run tests of System-Platforms-Tests in 2 milliseconds 934 microseconds

Beginning to run tests of Athens-Cairo-Tests with random seed 694015040
2025-05-23 12:12:11.365 Pharo[77643:15760030] XType: Using static font registry.

Finished to run tests of Athens-Cairo-Tests in 16 milliseconds 47 microseconds

Beginning to run tests of Spec2-Morphic-Tests with random seed 981799505
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C2>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from TempClass>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details

Finished to run tests of Spec2-Morphic-Tests in 2 seconds 684 milliseconds 346 microseconds

Beginning to run tests of System-Localization-Tests with random seed 335046862

Finished to run tests of System-Localization-Tests in 4 milliseconds 798 microseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 1010470611

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 124 milliseconds 179 microseconds

Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 109164369

Finished to run tests of Morphic-Widgets-Taskbar-Tests in 70 milliseconds 644 microseconds

Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 672510359

Finished to run tests of AI-Algorithms-Graph-Tests in 18 milliseconds 898 microseconds

Beginning to run tests of Manifest-Tests with random seed 241190827
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details

Finished to run tests of Manifest-Tests in 952 milliseconds 286 microseconds

Beginning to run tests of Calypso-SystemQueries-Tests with random seed 585180004
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details

Finished to run tests of Calypso-SystemQueries-Tests in 1 second 32 milliseconds 117 microseconds

Beginning to run tests of Clap-Tests with random seed 398438255

Finished to run tests of Clap-Tests in 20 milliseconds 755 microseconds

Beginning to run tests of Refactoring-Core-Tests with random seed 1053228934
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C11>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m1 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from C10>>#m2 has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details

Finished to run tests of NewTools-Window-Profiles in 5 seconds 628 milliseconds 695 microseconds

Beginning to run tests of Text-Diff-Tests with random seed 34951577

Finished to run tests of Text-Diff-Tests in 2 milliseconds 413 microseconds

Beginning to run tests of Commander-Core-Tests with random seed 578455453

Finished to run tests of Commander-Core-Tests in 1 millisecond 801 microseconds

Beginning to run tests of Jobs-Tests with random seed 414568863

Finished to run tests of Jobs-Tests in 2 milliseconds 75 microseconds

Beginning to run tests of EmbeddedFreeType-Tests with random seed 263460769

Finished to run tests of EmbeddedFreeType-Tests in 1 millisecond 226 microseconds

Beginning to run tests of HeuristicCompletion-Benchmarks-Tests with random seed 842102689

Finished to run tests of HeuristicCompletion-Benchmarks-Tests in 5 milliseconds 428 microseconds

Beginning to run tests of NewTools-ObjectTranscript with random seed 629821863

Finished to run tests of NewTools-ObjectTranscript in 967 milliseconds 107 microseconds

Beginning to run tests of SUnit-Visitor-Tests with random seed 359527790

Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 434 microseconds

Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 636269427

Finished to run tests of Zinc-Resource-Meta-Tests in 196 milliseconds 132 microseconds

Beginning to run tests of SUnit-MockObjects-Tests with random seed 492237369

Finished to run tests of SUnit-MockObjects-Tests in 8 milliseconds 401 microseconds

Beginning to run tests of NewTools-FontChooser-Tests with random seed 389526081

Finished to run tests of NewTools-FontChooser-Tests in 720 microseconds

Beginning to run tests of Roassal-Shapes-Tests with random seed 106464323

Finished to run tests of Roassal-Shapes-Tests in 140 milliseconds 395 microseconds

Beginning to run tests of Shout-Tests with random seed 62305489

Finished to run tests of Shout-Tests in 42 milliseconds 782 microseconds

Beginning to run tests of ColorPicker-Tests with random seed 263001339

Finished to run tests of ColorPicker-Tests in 108 milliseconds 257 microseconds

Beginning to run tests of Announcements-Core-Tests with random seed 210506089

Finished to run tests of Announcements-Core-Tests in 913 milliseconds 93 microseconds

Beginning to run tests of RTree-Tests with random seed 602087162

Finished to run tests of RTree-Tests in 10 milliseconds 11 microseconds

Beginning to run tests of Ombu-Tests with random seed 44563716

Finished to run tests of Ombu-Tests in 227 milliseconds 246 microseconds

Beginning to run tests of FreeType-Tests with random seed 471559655

Finished to run tests of Refactoring-Core-Tests in 2 seconds 173 milliseconds 303 microseconds

Beginning to run tests of System-SessionManager-Tests with random seed 621393412

Finished to run tests of System-SessionManager-Tests in 7 milliseconds 416 microseconds

Beginning to run tests of Tool-ImageCleaner-Tests with random seed 729773579

Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 396 microseconds

Beginning to run tests of FileSystem-Disk-Tests with random seed 786249230

Finished to run tests of FileSystem-Disk-Tests in 2 seconds 70 milliseconds 281 microseconds

Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 867530789

Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 842 milliseconds 345 microseconds

Beginning to run tests of Beacon-Core-Tests with random seed 910706518

Finished to run tests of Beacon-Core-Tests in 3 milliseconds 254 microseconds

Beginning to run tests of Collections-Stack-Tests with random seed 422007131

Finished to run tests of Collections-Stack-Tests in 1 millisecond 689 microseconds

Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 876566366

Finished to run tests of Ring-Definitions-Monticello-Tests in 5 milliseconds 374 microseconds

Beginning to run tests of Equals-Tests with random seed 587097955

Finished to run tests of Equals-Tests in 25 milliseconds 286 microseconds

Beginning to run tests of Collections-Strings-Tests with random seed 333117308

Finished to run tests of Collections-Strings-Tests in 610 milliseconds 260 microseconds

Beginning to run tests of Roassal-Layouts-Tests with random seed 648037347

Finished to run tests of Roassal-Layouts-Tests in 27 milliseconds 751 microseconds

Beginning to run tests of NewTools-Transcript-Tests with random seed 716510718

Finished to run tests of NewTools-Transcript-Tests in 1 second 468 milliseconds 4 microseconds

Beginning to run tests of Kernel-ExtraUtils with random seed 688791484

Finished to run tests of Kernel-ExtraUtils in 3 milliseconds 460 microseconds

Beginning to run tests of System-Object Events-Tests with random seed 493944767

Finished to run tests of System-Object Events-Tests in 47 milliseconds 867 microseconds

Beginning to run tests of Metacello-TestsMCCore with random seed 68825070

MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/temp/repo
Finished to run tests of Metacello-TestsMCCore in 14 milliseconds 612 microseconds

Beginning to run tests of FileSystem-Tests-Attributes with random seed 823562237

Finished to run tests of FileSystem-Tests-Attributes in 12 milliseconds 82 microseconds

Beginning to run tests of Zinc-Tests with random seed 314288138
Finished to run tests of Traits-Tests in 44 seconds 285 milliseconds

Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 886719756

Finished to run tests of Morphic-Widgets-FastTable-Tests in 144 milliseconds

Beginning to run tests of Ring-ChunkImporter-Tests with random seed 681375135

Finished to run tests of Ring-ChunkImporter-Tests in 162 milliseconds

Beginning to run tests of ProfStef-Tests with random seed 497042497

Finished to run tests of ProfStef-Tests in 260 milliseconds

Beginning to run tests of Compression-Tests with random seed 507683142


Finished to run tests of FreeType-Tests in 9 seconds 434 milliseconds 644 microseconds

Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 790161603

Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 7 milliseconds 493 microseconds

Beginning to run tests of Debugger-Oups-Tests with random seed 1060409035

Running: testCreationFromException from OupsDebugRequestTest
Running: testDebugSession from OupsDebugRequestTest
Running: testDefaultProcess from OupsDebugRequestTest
Running: testNewNotAllowed from OupsDebugRequestTest
Running: testNoPreDebugActionsBeforeComputation from OupsDebugRequestTest
Running: testNullExceptionForNamed from OupsDebugRequestTest
Running: testPreDebugActionForDebugItMethod from OupsDebugRequestTest
Running: testHandled from OupsDebuggerSelectionStrategyTest
Running: testDebuggers from OupsDebuggerSelectorTest
Running: testFirstUsableDebuggerForSession from OupsDebuggerSelectorTest
Running: testHandlesDebuggerErrors from OupsDebuggerSelectorTest
Running: testNextDebugger from OupsDebuggerSelectorTest
Running: testNextDebuggerForDebuggerFailure from OupsDebuggerSelectorTest
Running: testNextDebuggerForSession from OupsDebuggerSelectorTest
Running: testNoDebuggerForSession from OupsDebuggerSelectorTestI am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

Running: testNoNextDebugger from OupsDebuggerSelectorTest
Running: testOpenDebuggerError from OupsDebuggerSelectorTest
Running: testOpenDebuggerForSession from OupsDebuggerSelectorTest
Running: testOpenDebuggerWithErrorForSession from OupsDebuggerSelectorTest
Running: testTryOpenWith from OupsDebuggerSelectorTest
Running: testTryOpenWithSignalsError from OupsDebuggerSelectorTest
Running: testAvailableDebuggers from OupsDebuggerSystemTest
Running: testEnsureExceptionIn from OupsDebuggerSystemTest
Running: testHandleDebugRequest from OupsDebuggerSystemTest
Running: testHandleWarningDebugRequest from OupsDebuggerSystemTest
Running: testPreDebugActionExecuted from OupsDebuggerSystemTest
Running: testError from OupsSingleDebuggerSelectorTest
Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTestError
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

Running: testHandled from OupsSingleDebuggerSelectorTestError
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

Running: testNextDebugger from OupsSingleDebuggerSelectorTest
Running: testOpenDebuggerForSession from OupsSingleDebuggerSelectorTest
Finished to run tests of Debugger-Oups-Tests in 43 milliseconds 335 microseconds

Beginning to run tests of STON-Tests with random seed 372608759
Finished to run tests of Compression-Tests in 4 seconds 661 milliseconds

Beginning to run tests of DrTests-Tests with random seed 475537278


Finished to run tests of STON-Tests in 1 second 384 milliseconds 428 microseconds

Beginning to run tests of FileSystem-Memory-Tests with random seed 278200929
Finished to run tests of DrTests-Tests in 499 milliseconds

Beginning to run tests of Debugger-Model-Tests with random seed 641174411

Finished to run tests of Debugger-Model-Tests in 816 milliseconds

Beginning to run tests of Spec2-Backend-Tests with random seed 215927482


Finished to run tests of FileSystem-Memory-Tests in 2 seconds 443 milliseconds 846 microseconds

Beginning to run tests of Files-Tests with random seed 636090860

Finished to run tests of Zinc-Tests in 9 seconds 393 milliseconds 791 microseconds

Beginning to run tests of Athens-Core-Tests with random seed 73231037

Finished to run tests of Athens-Core-Tests in 3 milliseconds 925 microseconds

Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 299928258

Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 108 milliseconds 140 microseconds

Beginning to run tests of NumberParser-Tests with random seed 259663103

Finished to run tests of NumberParser-Tests in 94 milliseconds 922 microseconds

Beginning to run tests of Specific-Rules-Tests with random seed 325706079

Finished to run tests of Specific-Rules-Tests in 2 milliseconds 528 microseconds

Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 644077409

Finished to run tests of Ring-Definitions-Tests-Containers in 653 microseconds

Beginning to run tests of Fonts-Infrastructure-Tests with random seed 355901796

Finished to run tests of Fonts-Infrastructure-Tests in 733 microseconds

Beginning to run tests of Flashback-Decompiler-Tests with random seed 1073013092

1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 227 milliseconds 280 microseconds

Beginning to run tests of ClassDefinitionPrinters-Tests with random seed 170500168

Finished to run tests of ClassDefinitionPrinters-Tests in 7 milliseconds 438 microseconds

Beginning to run tests of ReferenceFinder-Core with random seed 55043663


Level 1 with 1 objects to search
Level 2 with 1 objects to search
Level 3 with 1 objects to searchFinished to run tests of ReferenceFinder-Core in 755 microseconds

Beginning to run tests of Metacello-Gitlab-Tests with random seed 1008869455

Finished to run tests of Metacello-Gitlab-Tests in 1 millisecond 121 microseconds

Beginning to run tests of Tools-Tests with random seed 630280274

Finished to run tests of Tools-Tests in 127 milliseconds 19 microseconds

Beginning to run tests of Tools-CodeNavigation-Tests with random seed 687675089

Finished to run tests of Tools-CodeNavigation-Tests in 12 milliseconds 415 microseconds

Beginning to run tests of Debugging-Utils-Tests with random seed 718038750

Finished to run tests of Debugging-Utils-Tests in 8 milliseconds 717 microseconds

Beginning to run tests of FormCanvas-Tests with random seed 1062756584

Finished to run tests of FormCanvas-Tests in 2 milliseconds 500 microseconds

Beginning to run tests of Ring-Definitions-Core-Tests with random seed 1041057514

Finished to run tests of Ring-Definitions-Core-Tests in 33 milliseconds 901 microseconds

Beginning to run tests of NECompletion-Tests with random seed 103569677

Finished to run tests of NECompletion-Tests in 170 milliseconds 607 microseconds

Beginning to run tests of NewTools-Debugger-Tests with random seed 486484408

Finished to run tests of Files-Tests in 5 seconds 687 milliseconds 442 microseconds

Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 157495845

Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 5 milliseconds 245 microseconds

Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 48456234

Finished to run tests of DrTests-CommentsToTests-Tests in 8 milliseconds 772 microseconds

Beginning to run tests of Regex-Core-Tests with random seed 795477044

Finished to run tests of Regex-Core-Tests in 35 milliseconds 653 microseconds

Beginning to run tests of Spec2-Code-Tests with random seed 702440535

NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)

Finished to run tests of Spec2-Code-Tests in 1 second 748 milliseconds 85 microseconds

Beginning to run tests of Collections-Tests with random seed 933276459

Finished to run tests of Collections-Tests in 5 milliseconds 920 microseconds

Beginning to run tests of NewTools-Playground-Tests with random seed 271129908

Finished to run tests of NewTools-Playground-Tests in 939 milliseconds 391 microseconds

Beginning to run tests of Spec2-Tests with random seed 752765152
Finished to run tests of NewTools-Debugger-Tests in 8 seconds 646 milliseconds 535 microseconds

Beginning to run tests of Text-Tests with random seed 358522239

Finished to run tests of Text-Tests in 11 milliseconds 41 microseconds

Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 206318987

Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 163 milliseconds 18 microseconds

Beginning to run tests of Roassal-SVG-Tests with random seed 545549359

Finished to run tests of Roassal-SVG-Tests in 7 milliseconds 332 microseconds

Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 409701431

Finished to run tests of ReflectionMirrors-Primitives-Tests in 5 milliseconds 141 microseconds

Beginning to run tests of General-Rules-Tests with random seed 935057980

NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
Finished to run tests of General-Rules-Tests in 2 seconds 482 milliseconds 155 microseconds

Beginning to run tests of Collections-Arithmetic-Tests with random seed 705381873

Finished to run tests of Collections-Arithmetic-Tests in 5 milliseconds 367 microseconds

Beginning to run tests of Spec2-Commander2-Tests with random seed 695124982

Finished to run tests of Spec2-Commander2-Tests in 6 milliseconds 163 microseconds

Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 1038398462

Finished to run tests of NewTools-DocumentBrowser-Tests in 35 milliseconds 788 microseconds

Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 284173345

Finished to run tests of DrTests-TestsProfiling-Tests in 3 milliseconds 945 microseconds

Beginning to run tests of Math-Operations-Extensions-Tests with random seed 964817446

Finished to run tests of Math-Operations-Extensions-Tests in 959 microseconds

Beginning to run tests of Calypso-NavigationModel-Tests with random seed 505467430

Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 485 milliseconds 902 microseconds

Beginning to run tests of Collections-Support-Tests with random seed 77521862

Finished to run tests of Collections-Support-Tests in 69 milliseconds 684 microseconds

Beginning to run tests of Reflectivity-Tests with random seed 614110221

Finished to run tests of Spec2-Tests in 10 seconds 867 milliseconds 373 microseconds

Beginning to run tests of System-Utilities-Tests with random seed 1035045721

Finished to run tests of System-Utilities-Tests in 7 milliseconds 58 microseconds

Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 578100578

Finished to run tests of Tool-ExternalBrowser-Tests in 114 milliseconds 337 microseconds

Beginning to run tests of Hiedra-Tests with random seed 999034324

Finished to run tests of Hiedra-Tests in 64 milliseconds 459 microseconds

Beginning to run tests of Zodiac-Tests with random seed 477821973

an ObjectFinished to run tests of Reflectivity-Tests in 7 seconds 432 milliseconds 438 microseconds

Beginning to run tests of SUnit-Rules-Tests with random seed 592736532

Finished to run tests of SUnit-Rules-Tests in 131 milliseconds 741 microseconds

Beginning to run tests of Fuel-Core-Tests with random seed 680976793

Finished to run tests of Zodiac-Tests in 8 seconds 597 milliseconds 193 microseconds

Beginning to run tests of Roassal-BaselineMap-Tests with random seed 320908716

Finished to run tests of Roassal-BaselineMap-Tests in 51 milliseconds 504 microseconds

Beginning to run tests of Metacello-TestsCore with random seed 390036960

MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: ...finished baseline
MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: Project is locked, skipping.
MetacelloNotification: ...finished baseline
Finished to run tests of Metacello-TestsCore in 39 milliseconds 262 microseconds

Beginning to run tests of System-Platforms-Tests with random seed 656951816

Finished to run tests of System-Platforms-Tests in 5 milliseconds 528 microseconds

Beginning to run tests of Athens-Cairo-Tests with random seed 558210064
Fontconfig error: Cannot load default config file

Finished to run tests of Athens-Cairo-Tests in 27 milliseconds 76 microseconds

Beginning to run tests of Spec2-Morphic-Tests with random seed 1019173419

Finished to run tests of Spec2-Morphic-Tests in 3 seconds 286 milliseconds 227 microseconds

Beginning to run tests of System-Localization-Tests with random seed 128056579

Finished to run tests of System-Localization-Tests in 3 milliseconds 686 microseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 734755591

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 209 milliseconds 819 microseconds

Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 483261913

Finished to run tests of Morphic-Widgets-Taskbar-Tests in 100 milliseconds 866 microseconds

Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 366148159

Finished to run tests of AI-Algorithms-Graph-Tests in 22 milliseconds 75 microseconds

Beginning to run tests of Manifest-Tests with random seed 430115926

Finished to run tests of Manifest-Tests in 907 milliseconds 837 microseconds

Beginning to run tests of Calypso-SystemQueries-Tests with random seed 91384289

Finished to run tests of Calypso-SystemQueries-Tests in 1 second 23 milliseconds 994 microseconds

Beginning to run tests of Clap-Tests with random seed 825726439

Finished to run tests of Clap-Tests in 23 milliseconds 372 microseconds

Beginning to run tests of Refactoring-Core-Tests with random seed 681887230

Finished to run tests of Refactoring-Core-Tests in 2 seconds 298 milliseconds 723 microseconds

Beginning to run tests of System-SessionManager-Tests with random seed 596475131

Finished to run tests of System-SessionManager-Tests in 4 milliseconds 281 microseconds

Beginning to run tests of Tool-ImageCleaner-Tests with random seed 287096063

Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 229 microseconds

Beginning to run tests of FileSystem-Disk-Tests with random seed 866056961

Finished to run tests of Fuel-Core-Tests in 9 seconds 57 milliseconds 805 microseconds

39997 run, 39997 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results

Finished to run tests of FileSystem-Disk-Tests in 2 seconds 75 milliseconds 360 microseconds

Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 163816731

Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 144 milliseconds 273 microseconds

Beginning to run tests of Beacon-Core-Tests with random seed 224104340

Finished to run tests of Beacon-Core-Tests in 3 milliseconds 755 microseconds

Beginning to run tests of Collections-Stack-Tests with random seed 807508378

Finished to run tests of Collections-Stack-Tests in 1 millisecond 755 microseconds

Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 96771997

Finished to run tests of Ring-Definitions-Monticello-Tests in 4 milliseconds 373 microseconds

Beginning to run tests of Equals-Tests with random seed 152940449

Finished to run tests of Equals-Tests in 37 milliseconds 80 microseconds

Beginning to run tests of Collections-Strings-Tests with random seed 263208902
[Pipeline] archiveArtifacts
Archiving artifacts

Finished to run tests of Collections-Strings-Tests in 792 milliseconds 828 microseconds

Beginning to run tests of Roassal-Layouts-Tests with random seed 993299169

Finished to run tests of Roassal-Layouts-Tests in 24 milliseconds 186 microseconds

Beginning to run tests of NewTools-Transcript-Tests with random seed 660528378
Recording fingerprints

Finished to run tests of NewTools-Transcript-Tests in 1 second 463 milliseconds 737 microseconds

Beginning to run tests of Kernel-ExtraUtils with random seed 1055613107

Finished to run tests of Kernel-ExtraUtils in 2 milliseconds 688 microseconds

Beginning to run tests of System-Object Events-Tests with random seed 277561525

Finished to run tests of System-Object Events-Tests in 59 milliseconds 597 microseconds

Beginning to run tests of Metacello-TestsMCCore with random seed 559821041

MetacelloNotification: testFileTreeRepository: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/temp/repo
Finished to run tests of Metacello-TestsMCCore in 20 milliseconds 535 microseconds

Beginning to run tests of FileSystem-Tests-Attributes with random seed 767857413

Finished to run tests of FileSystem-Tests-Attributes in 12 milliseconds 209 microseconds

Beginning to run tests of Zinc-Tests with random seed 1011836178
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-osx-64.log
[Pipeline] sh
+ cat progress-Tests-osx-64.log
running suite: Fuel-Core-Tests
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 129 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 231 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 129 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 84 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 26 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 8 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 8 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 10 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureClean ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 146 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 181 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 80 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 71 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 21 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 6 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePath ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStream ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 4 milliseconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds
starting testcase: FLContextSerializationTest>>testContext ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 8 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 18 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 0 seconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 1 millisecond
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 80 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 89 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 14 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 71 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 64 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 76 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 63 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 16 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 8 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 74 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 30 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 30 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 53 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 67 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 41 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 56 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 76 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 74 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 46 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 65 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 40 milliseconds
starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 10 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 152 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 75 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 154 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 152 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 65 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 13 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 171 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 78 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 73 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 21 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 111 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 25 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 13 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 177 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 79 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 980 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 67 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 17 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 8 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 7 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 2 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 5 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 22 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 12 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 177 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 18 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 163 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 15 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 356 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 138 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 158 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 88 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 23 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 4 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 0 seconds
starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 0 seconds
starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 0 seconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 11 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 41 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 10 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 2 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 17 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 14 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 5 milliseconds
starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 5 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 2 milliseconds
starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 4 milliseconds
starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 4 milliseconds
starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 3 milliseconds
starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 3 milliseconds
starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds
starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds
starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 2 milliseconds
starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 2 milliseconds
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 2 milliseconds
starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFrom ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromByteArray ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromFileNamed ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 0 seconds
starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 3 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 64 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 12 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 1 millisecond
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 12 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 12 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 12 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 12 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 12 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond
starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 127 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 5 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 30 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 2 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 7 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 7 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds
starting testcase: FLSignatureTest>>testBadSignature ... finished in 1 millisecond
starting testcase: FLSignatureTest>>testSameSignature ... finished in 1 millisecond
starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds
starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 3 milliseconds
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 11 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 8 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 4 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 6 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 5 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 2 milliseconds
starting testcase: FLUserGuidesTest>>testDemo ... finished in 8 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testGZip ... finished in 2 milliseconds
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 2 milliseconds
starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentMinor ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentPatch ... finished in 1 millisecond
starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds
starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond
starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 3 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 6 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 8 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 6 milliseconds
finished running suite: Fuel-Core-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
[Pipeline] {
[Pipeline] unstash
Finished to run tests of Spec2-Backend-Tests in 42 seconds 843 milliseconds

Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 1039778337

Finished to run tests of SUnit-Support-UITesting-Tests in 32 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 424887359

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 649 milliseconds

Beginning to run tests of Collections-Atomic-Tests with random seed 760393930

Finished to run tests of Collections-Atomic-Tests in 70 milliseconds

Beginning to run tests of Renraku-Tests with random seed 246008082

Finished to run tests of Renraku-Tests in 5 seconds 929 milliseconds

Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 155301949

Finished to run tests of NewTools-RewriterTools-Backend-Tests in 30 milliseconds

Beginning to run tests of Network-Tests with random seed 934709339

[Pipeline] sh
+ bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-osx-64Kernel'
+++ dirname bootstrap/scripts/runKernelTests.sh
++ cd bootstrap/scripts
++ pwd -P
+ SCRIPTS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts
+ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z ']'
++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64'
BOOTSTRAP_ARCH not specified, defaulting to 64
++ export BOOTSTRAP_ARCH=64
++ BOOTSTRAP_ARCH=64
++ '[' -z ']'
++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh
+++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
++ BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
+++ pwd -P
++ ROOT_DIR=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh
+++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts
+++ pwd -P
++ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envversion.sh
+ CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
+ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
++ cut -d- -f 1-2
+++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo*.zip'
+++ head -n 1
++ basename /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vm
+ /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-stable.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip'
+ IMAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-hermesPackages-64bit-*.zip'
+ HERMES_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
  inflating: AST-Core.hermes         
  inflating: CodeImportCommandLineHandlers.hermes  
  inflating: CodeImport.hermes       
  inflating: CodeImport-Traits.hermes  
  inflating: Collections-Abstract-Traits.hermes  
  inflating: Collections-Arithmetic.hermes  
  inflating: Collections-Atomic.hermes  
  inflating: Debugging-Core.hermes   
  inflating: Debugging-Utils.hermes  
  inflating: FileSystem-Core.hermes  
  inflating: FileSystem-Disk.hermes  
  inflating: Hermes-Extensions.hermes  
  inflating: InitializePackagesCommandLineHandler.hermes  
  inflating: JenkinsTools-Core.hermes  
  inflating: Kernel-Tests.hermes     
  inflating: Kernel-Traits.hermes    
  inflating: Math-Operations-Extensions.hermes  
  inflating: Multilingual-Encodings.hermes  
  inflating: Network-UUID.hermes     
  inflating: OpalCompiler-Core.hermes  
  inflating: Random-Core.hermes      
  inflating: ReflectionMirrors-Primitives.hermes  
  inflating: SUnit-Core.hermes       
  inflating: SUnit-Tests.hermes      
  inflating: System-Hashing.hermes   
  inflating: System-Model.hermes     
  inflating: System-NumberPrinting.hermes  
  inflating: System-Time.hermes      
  inflating: Traits.hermes           
++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-rpackage-64bit-*.zip'
+ RPACKAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #StartupPreferencesLoader #FileLocator #Duration #Unicode #FileAttributeNotSupported #DateAndTime #Time #FileSystem)
+ ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading System-Time.hermes
SystemNotification: [Hermes] Installing System-Time.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#Halt)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image perform --save ChronologyConstants initialize
ChronologyConstants
+ ./pharo bootstrap.image perform --save DateAndTime initialize
DateAndTime
+ ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save
+ ./pharo bootstrap.image loadHermes Traits.hermes --save
SystemNotification: [Hermes] Reading Traits.hermes
SystemNotification: [Hermes] Installing Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading Debugging-Utils.hermes
SystemNotification: [Hermes] Installing Debugging-Utils.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-64Kernel SUnit-Core SUnit-Tests
Running tests in 2 Packages
Beginning to run tests of SUnit-Tests with random seed 286284035

Finished to run tests of Zinc-Tests in 12 seconds 383 milliseconds 580 microseconds

Beginning to run tests of Athens-Core-Tests with random seed 327570290

Finished to run tests of Athens-Core-Tests in 7 milliseconds 909 microseconds

Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 1059763067

Finished to run tests of SUnit-Tests in 3 seconds 775 milliseconds 201 microseconds

324 run, 324 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results

Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 13 milliseconds 951 microseconds

Beginning to run tests of NumberParser-Tests with random seed 766631257

Finished to run tests of NumberParser-Tests in 104 milliseconds 999 microseconds

Beginning to run tests of Specific-Rules-Tests with random seed 370068420

Finished to run tests of Specific-Rules-Tests in 4 milliseconds 528 microseconds

Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 609291720

Finished to run tests of Ring-Definitions-Tests-Containers in 1 millisecond 107 microseconds

Beginning to run tests of Fonts-Infrastructure-Tests with random seed 648514506

Finished to run tests of Fonts-Infrastructure-Tests in 1 millisecond 177 microseconds

Beginning to run tests of Flashback-Decompiler-Tests with random seed 116116428

1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 335 milliseconds 857 microseconds

Beginning to run tests of ClassDefinitionPrinters-Tests with random seed 869481756

Finished to run tests of ClassDefinitionPrinters-Tests in 14 milliseconds 259 microseconds

Beginning to run tests of ReferenceFinder-Core with random seed 340060971


Level 1 with 1 objects to search
Level 2 with 1 objects to search
Level 3 with 1 objects to searchFinished to run tests of ReferenceFinder-Core in 1 millisecond 225 microseconds

Beginning to run tests of Metacello-Gitlab-Tests with random seed 737393965

Finished to run tests of Metacello-Gitlab-Tests in 2 milliseconds 37 microseconds

Beginning to run tests of Tools-Tests with random seed 806579503
Finished to run tests of Network-Tests in 8 seconds 176 milliseconds

Beginning to run tests of Ring-Monticello-Tests with random seed 786421838

Finished to run tests of Ring-Monticello-Tests in 93 milliseconds

Beginning to run tests of NewTools-DebugPointsBrowser-Tests with random seed 550792875

Finished to run tests of NewTools-DebugPointsBrowser-Tests in 465 milliseconds

Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 873238655


Finished to run tests of Tools-Tests in 190 milliseconds 947 microseconds

Beginning to run tests of Tools-CodeNavigation-Tests with random seed 25844719

Finished to run tests of Tools-CodeNavigation-Tests in 21 milliseconds 903 microseconds

Beginning to run tests of Debugging-Utils-Tests with random seed 954952196

Finished to run tests of Debugging-Utils-Tests in 18 milliseconds 157 microseconds

Beginning to run tests of FormCanvas-Tests with random seed 130284566

Finished to run tests of FormCanvas-Tests in 5 milliseconds 385 microseconds

Beginning to run tests of Ring-Definitions-Core-Tests with random seed 491850269

Finished to run tests of Ring-Definitions-Core-Tests in 53 milliseconds 302 microseconds

Beginning to run tests of NECompletion-Tests with random seed 810945107
Finished to run tests of NewTools-Sindarin-Commands-Tests in 88 milliseconds

Beginning to run tests of NewTools-WindowManager-Tests with random seed 299353814

Finished to run tests of NewTools-WindowManager-Tests in 51 milliseconds

Beginning to run tests of System-Time-Tests with random seed 800036108


Finished to run tests of NECompletion-Tests in 294 milliseconds 6 microseconds

Beginning to run tests of NewTools-Debugger-Tests with random seed 1043513209
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
‘*.fuel’ doesn’t match anything
No artifacts found that match the file pattern "*.fuel". Configuration error?
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-osx-64Kernel.log
[Pipeline] sh
+ cat progress-Tests-osx-64Kernel.log
running suite: SUnit-Tests
starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testPackageOfCreatedClassIsCleanedUp ... finished in 0 seconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 5 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 17 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageOfCreatedClassIsCleanedUp ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 3 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 17 milliseconds
starting testcase: ExampleSetTest>>testAdd ... finished in 0 seconds
starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds
starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds
starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds
starting testcase: ExampleSetTest>>testOccurrences ... finished in 0 seconds
starting testcase: ExampleSetTest>>testRemove ... finished in 0 seconds
starting testcase: FailingTearDownTest>>testAssignToTestCleanup ... finished in 0 seconds
starting testcase: FailingTearDownTest>>testFailingTearDown ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: HashTesterTest>>testBasicBehaviour ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->2 #number2->1.0 #result->3) ... finished in 0 seconds
starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->(2/3) #number2->(1/3) #result->1) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 104 milliseconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 104 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 4 milliseconds
starting testcase: SUnitTest>>testDefects ... finished in 0 seconds
starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds
starting testcase: SUnitTest>>testError ... finished in 0 seconds
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 2 milliseconds
starting testcase: SUnitTest>>testException ... finished in 0 seconds
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds
starting testcase: SUnitTest>>testFail ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFileOutResult ... finished in 1 millisecond
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 25 milliseconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 25 milliseconds
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds
starting testcase: SUnitTest>>testLongRunningTest ... finished in 25 milliseconds
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 24 milliseconds
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testRan ... finished in 0 seconds
starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds
starting testcase: SUnitTest>>testResult ... finished in 0 seconds
starting testcase: SUnitTest>>testRunning ... finished in 25 milliseconds
starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 2 milliseconds
starting testcase: SUnitTest>>testShould ... finished in 0 seconds
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 64 milliseconds
starting testcase: SUnitTest>>testSuite ... finished in 0 seconds
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds
starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds
starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds
starting testcase: TestCaseTest>>testAnnouncement ... finished in 37 milliseconds
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 24 milliseconds
starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }

NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from DateTest>>#testFromString has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method String>>#asDate called from UndefinedObject>>#DoIt has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#fromString: called from String>>#asDate has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
DeprecationPerformedNotification: The method Date class>>#readFrom: called from Date class>>#fromString: has been deprecated. Use Date>>#readFrom:pattern: specifying a concrete pattern instead.
Finished to run tests of System-Time-Tests in 4 seconds 379 milliseconds

Beginning to run tests of MonticelloTonel-Tests with random seed 624644651

Finished to run tests of MonticelloTonel-Tests in 423 milliseconds

Beginning to run tests of ThreadedFFI-Tests with random seed 107426770


Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 560 milliseconds

Beginning to run tests of AST-Core-Tests with random seed 60178435

NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
Finished to run tests of NewTools-Debugger-Tests in 8 seconds 449 milliseconds 593 microseconds

Beginning to run tests of Text-Tests with random seed 437618814

Finished to run tests of Text-Tests in 11 milliseconds 814 microseconds

Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 116332683

Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 165 milliseconds 744 microseconds

Beginning to run tests of Roassal-SVG-Tests with random seed 925423408

Finished to run tests of Roassal-SVG-Tests in 7 milliseconds 665 microseconds

Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 796751672

Finished to run tests of ReflectionMirrors-Primitives-Tests in 4 milliseconds 740 microseconds

Beginning to run tests of General-Rules-Tests with random seed 784949566

NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
Finished to run tests of General-Rules-Tests in 2 seconds 733 milliseconds 727 microseconds

Beginning to run tests of Collections-Arithmetic-Tests with random seed 762129390

Finished to run tests of Collections-Arithmetic-Tests in 2 milliseconds 766 microseconds

Beginning to run tests of Spec2-Commander2-Tests with random seed 320196080

Finished to run tests of Spec2-Commander2-Tests in 7 milliseconds 25 microseconds

Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 397434360

Finished to run tests of NewTools-DocumentBrowser-Tests in 45 milliseconds 89 microseconds

Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 330811942

Finished to run tests of DrTests-TestsProfiling-Tests in 2 milliseconds 591 microseconds

Beginning to run tests of Math-Operations-Extensions-Tests with random seed 568302632

Finished to run tests of Math-Operations-Extensions-Tests in 942 microseconds

Beginning to run tests of Calypso-NavigationModel-Tests with random seed 520797226

Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 311 milliseconds 220 microseconds

Beginning to run tests of Collections-Support-Tests with random seed 86591769

Finished to run tests of Collections-Support-Tests in 77 milliseconds 399 microseconds

Beginning to run tests of Reflectivity-Tests with random seed 524795753
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (b is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (b is Undeclared)

an ObjectNewUndeclaredWarning: UndefinedObject>>DoIt (Δə is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (Δə is Undeclared)
Finished to run tests of Reflectivity-Tests in 7 seconds 844 milliseconds 895 microseconds

Beginning to run tests of SUnit-Rules-Tests with random seed 843675151

Finished to run tests of SUnit-Rules-Tests in 190 milliseconds 116 microseconds

Beginning to run tests of Fuel-Core-Tests with random seed 533718735
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)

Finished to run tests of Fuel-Core-Tests in 8 seconds 539 milliseconds 779 microseconds

39997 run, 39997 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
Finished to run tests of AST-Core-Tests in 27 seconds 559 milliseconds

Beginning to run tests of System-Sources-Tests with random seed 253285316

Finished to run tests of System-Sources-Tests in 177 milliseconds

Beginning to run tests of FuzzyMatcher-Tests with random seed 293708405

Finished to run tests of FuzzyMatcher-Tests in 46 milliseconds

Beginning to run tests of RottenTestsFinder-Tests with random seed 251757221

Finished to run tests of RottenTestsFinder-Tests in 529 milliseconds

Beginning to run tests of Keymapping-Tests with random seed 1007482040

DeprecationPerformedNotification: Automatic deprecation caller rewrite: The method Morph>>#on:do: called from KMPerInstanceTest>>#testAddMoreThanOneHandler has been deprecated. Use bindKeyCombination:toAction:
Finished to run tests of Keymapping-Tests in 220 milliseconds

Beginning to run tests of SUnit-Tests with random seed 833968025

[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
Finished to run tests of SUnit-Tests in 5 seconds 433 milliseconds

Beginning to run tests of Roassal-Spec-Tests with random seed 16481497

Finished to run tests of Roassal-Spec-Tests in 183 milliseconds

Beginning to run tests of Morphic-Deprecated with random seed 114875792

Finished to run tests of Morphic-Deprecated in 80 milliseconds

Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 156453857

Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 687 milliseconds

Beginning to run tests of Spec2-Dialogs-Tests with random seed 496578195

Finished to run tests of Spec2-Dialogs-Tests in 612 milliseconds

Beginning to run tests of NewTools-Window-Profiles with random seed 705224950

[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-unix-64.log
[Pipeline] sh
+ cat progress-Tests-unix-64.log
running suite: Fuel-Core-Tests
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 161 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 342 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 132 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 80 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 42 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 10 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureClean ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 136 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 13 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 292 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 75 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 68 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 38 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 9 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 4 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePath ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStream ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 4 milliseconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds
starting testcase: FLContextSerializationTest>>testContext ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 6 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 16 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 4 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 2 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 2 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 88 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 118 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 16 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 90 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 92 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 85 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 44 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 17 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 4 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 40 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 26 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 27 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 33 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 62 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 27 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 46 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 57 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 55 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 35 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 60 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 26 milliseconds
starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 13 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 1 millisecond
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 233 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 114 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 231 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 232 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 93 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 8 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 180 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 44 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPoint ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 49 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 7 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 27 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 96 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 33 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 7 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 177 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 44 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 47 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 50 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 27 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 5 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 4 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 0 seconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 16 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 0 seconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 7 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 148 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 23 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 158 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 13 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 593 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 66 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 166 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 79 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 29 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 11 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 6 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 0 seconds
starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 0 seconds
starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 0 seconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 11 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 48 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 10 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 1 millisecond
starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 0 seconds
starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 0 seconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 15 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 9 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 0 seconds
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 5 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 0 seconds
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 2 milliseconds
starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 3 milliseconds
starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 2 milliseconds
starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 3 milliseconds
starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 2 milliseconds
starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds
starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds
starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFrom ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromByteArray ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromFileNamed ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 0 seconds
starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 92 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 4 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 1 millisecond
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 17 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 15 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 0 seconds
starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 121 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 9 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 17 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 0 seconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 0 seconds
starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 4 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 8 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 9 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 3 milliseconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds
starting testcase: FLSignatureTest>>testBadSignature ... finished in 1 millisecond
starting testcase: FLSignatureTest>>testSameSignature ... finished in 1 millisecond
starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds
starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 1 millisecond
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 0 seconds
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 0 seconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 5 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 3 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 2 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 3 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 2 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 0 seconds
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testDemo ... finished in 4 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 0 seconds
starting testcase: FLUserGuidesTest>>testGZip ... finished in 3 milliseconds
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentMajor ... finished in 0 seconds
starting testcase: FLVersionTest>>testDifferentMinor ... finished in 0 seconds
starting testcase: FLVersionTest>>testDifferentPatch ... finished in 0 seconds
starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds
starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testSameVersion ... finished in 0 seconds
starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 4 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 3 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 3 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 3 milliseconds
finished running suite: Fuel-Core-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
[Pipeline] {
[Pipeline] unstash
Finished to run tests of NewTools-Window-Profiles in 6 seconds 66 milliseconds

Beginning to run tests of Text-Diff-Tests with random seed 1065266859

Finished to run tests of Text-Diff-Tests in 57 milliseconds

Beginning to run tests of Commander-Core-Tests with random seed 594888932

Finished to run tests of Commander-Core-Tests in 44 milliseconds

Beginning to run tests of Jobs-Tests with random seed 971123985

Finished to run tests of Jobs-Tests in 42 milliseconds

Beginning to run tests of EmbeddedFreeType-Tests with random seed 662862654

Finished to run tests of EmbeddedFreeType-Tests in 24 milliseconds

Beginning to run tests of HeuristicCompletion-Benchmarks-Tests with random seed 749755222

Finished to run tests of HeuristicCompletion-Benchmarks-Tests in 43 milliseconds

Beginning to run tests of NewTools-ObjectTranscript with random seed 672509312

[Pipeline] sh
Finished to run tests of NewTools-ObjectTranscript in 1 second 25 milliseconds

Beginning to run tests of SUnit-Visitor-Tests with random seed 763993986

Finished to run tests of SUnit-Visitor-Tests in 41 milliseconds

Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 447404460

Finished to run tests of Zinc-Resource-Meta-Tests in 279 milliseconds

Beginning to run tests of SUnit-MockObjects-Tests with random seed 92281029

Finished to run tests of SUnit-MockObjects-Tests in 56 milliseconds

Beginning to run tests of NewTools-FontChooser-Tests with random seed 833739006

Finished to run tests of NewTools-FontChooser-Tests in 21 milliseconds

Beginning to run tests of Roassal-Shapes-Tests with random seed 834756886

+ bash -c bootstrap/scripts/runKernelTests.sh 64 Tests-unix-64Kernel
+++ dirname bootstrap/scripts/runKernelTests.sh
++ cd bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts
+ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z ']'
++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64'
BOOTSTRAP_ARCH not specified, defaulting to 64
++ export BOOTSTRAP_ARCH=64
++ BOOTSTRAP_ARCH=64
++ '[' -z ']'
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
+++ pwd -P
++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envvars.sh
+++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts
+++ pwd -P
++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/envversion.sh
+ CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
+ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources
++ cut -d- -f 1-2
+++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo*.zip'
+++ head -n 1
++ basename /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vm
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-stable.zip
Finished to run tests of Roassal-Shapes-Tests in 525 milliseconds

Beginning to run tests of Shout-Tests with random seed 321868580

Finished to run tests of Shout-Tests in 197 milliseconds

Beginning to run tests of ColorPicker-Tests with random seed 78771178

Finished to run tests of ColorPicker-Tests in 161 milliseconds

Beginning to run tests of Announcements-Core-Tests with random seed 606237836

pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip'
+ IMAGE_ARCHIVE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-hermesPackages-64bit-*.zip'
+ HERMES_ARCHIVE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
  inflating: AST-Core.hermes         
  inflating: CodeImportCommandLineHandlers.hermes  
  inflating: CodeImport.hermes       
  inflating: CodeImport-Traits.hermes  
  inflating: Collections-Abstract-Traits.hermes  
  inflating: Collections-Arithmetic.hermes  
  inflating: Collections-Atomic.hermes  
  inflating: Debugging-Core.hermes   
  inflating: Debugging-Utils.hermes  
  inflating: FileSystem-Core.hermes  
  inflating: FileSystem-Disk.hermes  
  inflating: Hermes-Extensions.hermes  
  inflating: InitializePackagesCommandLineHandler.hermes  
  inflating: JenkinsTools-Core.hermes  
  inflating: Kernel-Tests.hermes     
  inflating: Kernel-Traits.hermes    
  inflating: Math-Operations-Extensions.hermes  
  inflating: Multilingual-Encodings.hermes  
  inflating: Network-UUID.hermes     
  inflating: OpalCompiler-Core.hermes  
  inflating: Random-Core.hermes      
  inflating: ReflectionMirrors-Primitives.hermes  
  inflating: SUnit-Core.hermes       
  inflating: SUnit-Tests.hermes      
  inflating: System-Hashing.hermes   
  inflating: System-Model.hermes     
  inflating: System-NumberPrinting.hermes  
  inflating: System-Time.hermes      
  inflating: Traits.hermes           
++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-rpackage-64bit-*.zip'
+ RPACKAGE_ARCHIVE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
Finished to run tests of Announcements-Core-Tests in 1 second 198 milliseconds

Beginning to run tests of RTree-Tests with random seed 313573177

Finished to run tests of RTree-Tests in 110 milliseconds

Beginning to run tests of Ombu-Tests with random seed 396222376

Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #StartupPreferencesLoader #FileLocator #Duration #Unicode #FileAttributeNotSupported #DateAndTime #Time #FileSystem)
+ ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading System-Time.hermes
SystemNotification: [Hermes] Installing System-Time.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#Halt)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image perform --save ChronologyConstants initialize
Finished to run tests of Ombu-Tests in 1 second 174 milliseconds

Beginning to run tests of FreeType-Tests with random seed 283593792

ChronologyConstants
+ ./pharo bootstrap.image perform --save DateAndTime initialize
DateAndTime
+ ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save
+ ./pharo bootstrap.image loadHermes Traits.hermes --save
SystemNotification: [Hermes] Reading Traits.hermes
SystemNotification: [Hermes] Installing Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading Debugging-Utils.hermes
SystemNotification: [Hermes] Installing Debugging-Utils.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-64Kernel SUnit-Core SUnit-Tests
Running tests in 2 Packages
Beginning to run tests of SUnit-Tests with random seed 286284042

Finished to run tests of SUnit-Tests in 3 seconds 986 milliseconds 608 microseconds

324 run, 324 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
‘*.fuel’ doesn’t match anything
No artifacts found that match the file pattern "*.fuel". Configuration error?
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
Finished to run tests of FreeType-Tests in 9 seconds 149 milliseconds

Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 34488830

Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 126 milliseconds

Beginning to run tests of Debugger-Oups-Tests with random seed 390821503

Running: testCreationFromException from OupsDebugRequestTest
Running: testDebugSession from OupsDebugRequestTest
Running: testDefaultProcess from OupsDebugRequestTest
Running: testNewNotAllowed from OupsDebugRequestTest
Running: testNoPreDebugActionsBeforeComputation from OupsDebugRequestTest
Running: testNullExceptionForNamed from OupsDebugRequestTest
Running: testPreDebugActionForDebugItMethod from OupsDebugRequestTest
Running: testHandled from OupsDebuggerSelectionStrategyTest
Running: testDebuggers from OupsDebuggerSelectorTest
Running: testFirstUsableDebuggerForSession from OupsDebuggerSelectorTest
Running: testHandlesDebuggerErrors from OupsDebuggerSelectorTest
Running: testNextDebugger from OupsDebuggerSelectorTest
Running: testNextDebuggerForDebuggerFailure from OupsDebuggerSelectorTest
Running: testNextDebuggerForSession from OupsDebuggerSelectorTest
Running: testNoDebuggerForSession from OupsDebuggerSelectorTest
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Running: testNoNextDebugger from OupsDebuggerSelectorTest
Running: testOpenDebuggerError from OupsDebuggerSelectorTest
Running: testOpenDebuggerForSession from OupsDebuggerSelectorTest
Running: testOpenDebuggerWithErrorForSession from OupsDebuggerSelectorTest
Running: testTryOpenWith from OupsDebuggerSelectorTest
Running: testTryOpenWithSignalsError from OupsDebuggerSelectorTest
Running: testAvailableDebuggers from OupsDebuggerSystemTest
Running: testEnsureExceptionIn from OupsDebuggerSystemTest
Running: testHandleDebugRequest from OupsDebuggerSystemTest
Running: testHandleWarningDebugRequest from OupsDebuggerSystemTest
Running: testPreDebugActionExecuted from OupsDebuggerSystemTest
Running: testError from OupsSingleDebuggerSelectorTest
Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTest
Error
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Running: testHandled from OupsSingleDebuggerSelectorTest
Error
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
I am an Oups NULL debugging exception
[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Running: testNextDebugger from OupsSingleDebuggerSelectorTest
Running: testOpenDebuggerForSession from OupsSingleDebuggerSelectorTest
Finished to run tests of Debugger-Oups-Tests in 220 milliseconds

Beginning to run tests of STON-Tests with random seed 945976666

+ mv progress.log progress-Tests-unix-64Kernel.log
[Pipeline] sh
+ cat progress-Tests-unix-64Kernel.log
running suite: SUnit-Tests
starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 3 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 3 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageOfCreatedClassIsCleanedUp ... finished in 0 seconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 8 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 23 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageOfCreatedClassIsCleanedUp ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 4 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 23 milliseconds
starting testcase: ExampleSetTest>>testAdd ... finished in 0 seconds
starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds
starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds
starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds
starting testcase: ExampleSetTest>>testOccurrences ... finished in 0 seconds
starting testcase: ExampleSetTest>>testRemove ... finished in 0 seconds
starting testcase: FailingTearDownTest>>testAssignToTestCleanup ... finished in 0 seconds
starting testcase: FailingTearDownTest>>testFailingTearDown ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: HashTesterTest>>testBasicBehaviour ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->2 #number2->1.0 #result->3) ... finished in 0 seconds
starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->(2/3) #number2->(1/3) #result->1) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 1 millisecond
starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 101 milliseconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 101 milliseconds
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 150 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 100 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 12 milliseconds
starting testcase: SUnitTest>>testDefects ... finished in 0 seconds
starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds
starting testcase: SUnitTest>>testError ... finished in 0 seconds
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 49 milliseconds
starting testcase: SUnitTest>>testException ... finished in 0 seconds
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds
starting testcase: SUnitTest>>testFail ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFileOutResult ... finished in 0 seconds
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 22 milliseconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 21 milliseconds
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds
starting testcase: SUnitTest>>testLongRunningTest ... finished in 20 milliseconds
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 23 milliseconds
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testRan ... finished in 0 seconds
starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds
starting testcase: SUnitTest>>testResult ... finished in 0 seconds
starting testcase: SUnitTest>>testRunning ... finished in 22 milliseconds
starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 50 milliseconds
starting testcase: SUnitTest>>testShould ... finished in 0 seconds
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 62 milliseconds
starting testcase: SUnitTest>>testSuite ... finished in 0 seconds
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds
starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds
starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds
starting testcase: TestCaseTest>>testAnnouncement ... finished in 55 milliseconds
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 22 milliseconds
starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Finished to run tests of STON-Tests in 2 seconds 54 milliseconds

Beginning to run tests of FileSystem-Memory-Tests with random seed 968850273

[Pipeline] // node
[Pipeline] }
Finished to run tests of FileSystem-Memory-Tests in 2 seconds 646 milliseconds

Beginning to run tests of Files-Tests with random seed 131421625

Finished to run tests of Files-Tests in 7 seconds 62 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 385556815

Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 95 milliseconds

Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 528470447

Finished to run tests of DrTests-CommentsToTests-Tests in 47 milliseconds

Beginning to run tests of Regex-Core-Tests with random seed 898951135

Finished to run tests of Regex-Core-Tests in 358 milliseconds

Beginning to run tests of Spec2-Code-Tests with random seed 217728327

Finished to run tests of Spec2-Code-Tests in 1 second 927 milliseconds

Beginning to run tests of Collections-Tests with random seed 578821842

Finished to run tests of Collections-Tests in 38 milliseconds

Beginning to run tests of NewTools-Playground-Tests with random seed 135440633

Finished to run tests of NewTools-Playground-Tests in 822 milliseconds

Beginning to run tests of Spec2-Tests with random seed 754469935

Finished to run tests of Spec2-Tests in 13 seconds 884 milliseconds

Beginning to run tests of System-Utilities-Tests with random seed 57410160

Finished to run tests of System-Utilities-Tests in 68 milliseconds

Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 607409336

Finished to run tests of Tool-ExternalBrowser-Tests in 150 milliseconds

Beginning to run tests of Hiedra-Tests with random seed 49050446

Finished to run tests of Hiedra-Tests in 137 milliseconds

Beginning to run tests of Zodiac-Tests with random seed 185070552

Finished to run tests of Zodiac-Tests in 647 milliseconds

Beginning to run tests of Roassal-BaselineMap-Tests with random seed 283838048

Finished to run tests of Roassal-BaselineMap-Tests in 69 milliseconds

Beginning to run tests of Metacello-TestsCore with random seed 606647976

MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: ...finished baseline
MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: Project is locked, skipping.
MetacelloNotification: ...finished baseline
Finished to run tests of Metacello-TestsCore in 277 milliseconds

Beginning to run tests of System-Platforms-Tests with random seed 101875647

Finished to run tests of System-Platforms-Tests in 73 milliseconds

Beginning to run tests of Athens-Cairo-Tests with random seed 743778311

Finished to run tests of Athens-Cairo-Tests in 122 milliseconds

Beginning to run tests of Spec2-Morphic-Tests with random seed 336334469

Finished to run tests of Spec2-Morphic-Tests in 3 seconds 412 milliseconds

Beginning to run tests of System-Localization-Tests with random seed 48330715

Finished to run tests of System-Localization-Tests in 53 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 1043800081

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 293 milliseconds

Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 397240631

Finished to run tests of Morphic-Widgets-Taskbar-Tests in 170 milliseconds

Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 445890530

Finished to run tests of AI-Algorithms-Graph-Tests in 166 milliseconds

Beginning to run tests of Manifest-Tests with random seed 931633287

Finished to run tests of Manifest-Tests in 1 second 549 milliseconds

Beginning to run tests of Calypso-SystemQueries-Tests with random seed 588021398

Finished to run tests of Calypso-SystemQueries-Tests in 3 seconds 239 milliseconds

Beginning to run tests of Clap-Tests with random seed 672906564

Finished to run tests of Clap-Tests in 179 milliseconds

Beginning to run tests of Refactoring-Core-Tests with random seed 605089272

Finished to run tests of Refactoring-Core-Tests in 4 seconds 461 milliseconds

Beginning to run tests of System-SessionManager-Tests with random seed 42827623

Finished to run tests of System-SessionManager-Tests in 68 milliseconds

Beginning to run tests of Tool-ImageCleaner-Tests with random seed 508346284

Finished to run tests of Tool-ImageCleaner-Tests in 33 milliseconds

Beginning to run tests of FileSystem-Disk-Tests with random seed 765263822

Finished to run tests of FileSystem-Disk-Tests in 2 seconds 372 milliseconds

Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 586157844

Finished to run tests of NewTools-SettingsBrowser-Tests in 2 seconds 746 milliseconds

Beginning to run tests of Beacon-Core-Tests with random seed 907539406

Finished to run tests of Beacon-Core-Tests in 59 milliseconds

Beginning to run tests of Collections-Stack-Tests with random seed 1069814796

Finished to run tests of Collections-Stack-Tests in 60 milliseconds

Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 154436168

Finished to run tests of Ring-Definitions-Monticello-Tests in 30 milliseconds

Beginning to run tests of Equals-Tests with random seed 982962790

Finished to run tests of Equals-Tests in 282 milliseconds

Beginning to run tests of Collections-Strings-Tests with random seed 27321728

Finished to run tests of Collections-Strings-Tests in 3 seconds 106 milliseconds

Beginning to run tests of Roassal-Layouts-Tests with random seed 248027050

Finished to run tests of Roassal-Layouts-Tests in 228 milliseconds

Beginning to run tests of NewTools-Transcript-Tests with random seed 849825935

Finished to run tests of NewTools-Transcript-Tests in 1 second 756 milliseconds

Beginning to run tests of Kernel-ExtraUtils with random seed 264191853

Finished to run tests of Kernel-ExtraUtils in 42 milliseconds

Beginning to run tests of System-Object Events-Tests with random seed 436477854

Finished to run tests of System-Object Events-Tests in 181 milliseconds

Beginning to run tests of Metacello-TestsMCCore with random seed 175230545

MetacelloNotification: testFileTreeRepository: D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64\temp\repo
Finished to run tests of Metacello-TestsMCCore in 268 milliseconds

Beginning to run tests of FileSystem-Tests-Attributes with random seed 859942241

Finished to run tests of FileSystem-Tests-Attributes in 197 milliseconds

Beginning to run tests of Zinc-Tests with random seed 59050535

Finished to run tests of Zinc-Tests in 24 seconds 237 milliseconds

Beginning to run tests of Athens-Core-Tests with random seed 371183326

Finished to run tests of Athens-Core-Tests in 65 milliseconds

Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 31255840

Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 27 milliseconds

Beginning to run tests of NumberParser-Tests with random seed 979813131

Finished to run tests of NumberParser-Tests in 159 milliseconds

Beginning to run tests of Specific-Rules-Tests with random seed 1056064941

Finished to run tests of Specific-Rules-Tests in 30 milliseconds

Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 944665547

Finished to run tests of Ring-Definitions-Tests-Containers in 22 milliseconds

Beginning to run tests of Fonts-Infrastructure-Tests with random seed 817694179

Finished to run tests of Fonts-Infrastructure-Tests in 25 milliseconds

Beginning to run tests of Flashback-Decompiler-Tests with random seed 458704379

1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 559 milliseconds

Beginning to run tests of ClassDefinitionPrinters-Tests with random seed 432202796

Finished to run tests of ClassDefinitionPrinters-Tests in 100 milliseconds

Beginning to run tests of ReferenceFinder-Core with random seed 53818002


Level 1 with 1 objects to search
Level 2 with 1 objects to search
Level 3 with 1 objects to searchFinished to run tests of ReferenceFinder-Core in 20 milliseconds

Beginning to run tests of Metacello-Gitlab-Tests with random seed 249717927

Finished to run tests of Metacello-Gitlab-Tests in 28 milliseconds

Beginning to run tests of Tools-Tests with random seed 484619461

Finished to run tests of Tools-Tests in 223 milliseconds

Beginning to run tests of Tools-CodeNavigation-Tests with random seed 913277350

Finished to run tests of Tools-CodeNavigation-Tests in 108 milliseconds

Beginning to run tests of Debugging-Utils-Tests with random seed 753840146

Finished to run tests of Debugging-Utils-Tests in 64 milliseconds

Beginning to run tests of FormCanvas-Tests with random seed 691152468

Finished to run tests of FormCanvas-Tests in 46 milliseconds

Beginning to run tests of Ring-Definitions-Core-Tests with random seed 504942721

Finished to run tests of Ring-Definitions-Core-Tests in 192 milliseconds

Beginning to run tests of NECompletion-Tests with random seed 117690177

Finished to run tests of NECompletion-Tests in 356 milliseconds

Beginning to run tests of NewTools-Debugger-Tests with random seed 455309478

NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
Finished to run tests of NewTools-Debugger-Tests in 11 seconds 370 milliseconds

Beginning to run tests of Text-Tests with random seed 470765843

Finished to run tests of Text-Tests in 115 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 444260744

Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 411 milliseconds

Beginning to run tests of Roassal-SVG-Tests with random seed 339042086

Finished to run tests of Roassal-SVG-Tests in 48 milliseconds

Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 473317207

Finished to run tests of ReflectionMirrors-Primitives-Tests in 83 milliseconds

Beginning to run tests of General-Rules-Tests with random seed 1016031656

NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
Finished to run tests of General-Rules-Tests in 5 seconds 681 milliseconds

Beginning to run tests of Collections-Arithmetic-Tests with random seed 262701022

Finished to run tests of Collections-Arithmetic-Tests in 48 milliseconds

Beginning to run tests of Spec2-Commander2-Tests with random seed 686462990

Finished to run tests of Spec2-Commander2-Tests in 118 milliseconds

Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 250677382

Finished to run tests of NewTools-DocumentBrowser-Tests in 132 milliseconds

Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 189698314

Finished to run tests of DrTests-TestsProfiling-Tests in 40 milliseconds

Beginning to run tests of Math-Operations-Extensions-Tests with random seed 802211633

Finished to run tests of Math-Operations-Extensions-Tests in 28 milliseconds

Beginning to run tests of Calypso-NavigationModel-Tests with random seed 65529679

Finished to run tests of Calypso-NavigationModel-Tests in 4 seconds 9 milliseconds

Beginning to run tests of Collections-Support-Tests with random seed 624705273

Finished to run tests of Collections-Support-Tests in 183 milliseconds

Beginning to run tests of Reflectivity-Tests with random seed 456705971

an ObjectFinished to run tests of Reflectivity-Tests in 11 seconds 401 milliseconds

Beginning to run tests of SUnit-Rules-Tests with random seed 495360573

Finished to run tests of SUnit-Rules-Tests in 1 second 293 milliseconds

Beginning to run tests of Fuel-Core-Tests with random seed 557286730

Finished to run tests of Fuel-Core-Tests in 16 seconds 889 milliseconds

39997 run, 39997 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] bat

evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>mv progress.log progress-Tests-windows-64.log 
[Pipeline] bat

evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>cat progress-Tests-windows-64.log 
running suite: Fuel-Core-Tests
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 1 second 784 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 21 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 37 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 76 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 48 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 36 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 23 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 46 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 36 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 27 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 30 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 20 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 107 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 65 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 16 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 44 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 28 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 667 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 473 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 21 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 56 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 36 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 61 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 44 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 538 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 46 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 21 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 24 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 88 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 32 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 27 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 11 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 11 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 10 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureClean ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 115 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 9 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 239 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 75 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 67 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 36 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 8 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 6 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 5 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePath ... finished in 13 milliseconds
starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStream ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 5 milliseconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds
starting testcase: FLContextSerializationTest>>testContext ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 6 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 17 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 2 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 26 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 84 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 105 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 82 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 20 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 29 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 33 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 26 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 74 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 99 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 67 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 14 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 74 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 33 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 25 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 54 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 35 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 32 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 62 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 79 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 33 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 64 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 73 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 90 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 46 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 98 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 31 milliseconds
starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 1 millisecond
starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 1 millisecond
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 1 millisecond
starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 22 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 1 millisecond
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 1 millisecond
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 319 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 161 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 325 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 357 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 117 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 11 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 231 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 61 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 68 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 12 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 35 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 9 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 125 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 67 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 10 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 249 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 62 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 363 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 65 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 35 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 7 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 11 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 9 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 10 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 7 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 8 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 5 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 8 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 3 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 40 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 22 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 210 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 29 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 214 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 11 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 18 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 821 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 84 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 226 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 99 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 37 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 13 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 7 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 5 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 5 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 4 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 4 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 8 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 7 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 6 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 6 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 6 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 8 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 1 millisecond
starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 1 millisecond
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 13 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 24 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 10 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 12 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 70 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 13 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 12 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 11 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 13 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 10 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 11 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 3 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 33 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 29 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 8 milliseconds
starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 11 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 4 milliseconds
starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 44 milliseconds
starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 44 milliseconds
starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 46 milliseconds
starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 49 milliseconds
starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds
starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds
starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 3 milliseconds
starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 3 milliseconds
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 2 milliseconds
starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFrom ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromByteArray ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromFileNamed ... finished in 5 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 2 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 12 milliseconds
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 2 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 3 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 2 milliseconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 0 seconds
starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 45 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 181 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 59 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 38 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 130 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 57 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 58 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 56 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 56 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 4 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond
starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 136 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 8 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 23 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 2 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 4 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 3 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 13 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 8 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 6 milliseconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 1 millisecond
starting testcase: FLSignatureTest>>testBadSignature ... finished in 2 milliseconds
starting testcase: FLSignatureTest>>testSameSignature ... finished in 1 millisecond
starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 1 millisecond
starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds
starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 1 millisecond
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 2 milliseconds
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 7 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 5 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 4 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 5 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 5 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 2 milliseconds
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 10 milliseconds
starting testcase: FLUserGuidesTest>>testDemo ... finished in 23 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 11 milliseconds
starting testcase: FLUserGuidesTest>>testGZip ... finished in 12 milliseconds
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 7 milliseconds
starting testcase: FLVersionTest>>testDifferentMajor ... finished in 2 milliseconds
starting testcase: FLVersionTest>>testDifferentMinor ... finished in 2 milliseconds
starting testcase: FLVersionTest>>testDifferentPatch ... finished in 2 milliseconds
starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds
starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond
starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 2 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 4 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 4 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 4 milliseconds
finished running suite: Fuel-Core-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64
[Pipeline] {
[Pipeline] unstash
[Pipeline] bat

evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-windows-64Kernel' 
+++ dirname bootstrap/scripts/runKernelTests.sh
++ cd bootstrap/scripts
++ pwd -P
+ SCRIPTS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts
+ . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh
++ '[' -z x ']'
++ '[' -z ']'
++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64'
BOOTSTRAP_ARCH not specified, defaulting to 64
++ export BOOTSTRAP_ARCH=64
++ BOOTSTRAP_ARCH=64
++ '[' -z ']'
++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh
+++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/../..
+++ pwd -P
++ export BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64
++ BOOTSTRAP_REPOSITORY=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64
+++ pwd -P
++ ROOT_DIR=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build
++ '[' -z ']'
++ BOOTSTRAP_CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
++ export BOOTSTRAP_CACHE
++ '[' -z ']'
++ BOOTSTRAP_DOWNLOADS=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads
++ export BOOTSTRAP_DOWNLOADS
++ '[' -z ']'
++ VM='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmtarget/pharo --headless'
++ VM_BOOTSTRAP='/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-downloads/vmBootstrap/pharo --headless'
++ IMAGE_FLAGS=--no-default-preferences
++++ dirname /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envvars.sh
+++ cd /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts
+++ pwd -P
++ . /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/envversion.sh
+ CACHE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
+ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo10.0-64bit-9a68076.sources
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-64bit-8ce6385.sources
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-8ce63855a8.zip
++ cut -d- -f 1-2
+++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo*.zip'
+++ head -n 1
++ basename /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-8ce63855a8.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vm
+ /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/bootstrap/scripts/getPharoVM.sh 130 vm 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vm
+ VM=vm
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vm130
+ bash
Prepended http:// to 'get.pharo.org/64/vm130'
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Windows-x86_64-stable.zip
pharo-vm/PharoConsole.exe
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-bootstrap-64bit-*.zip'
+ IMAGE_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image
++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-hermesPackages-64bit-*.zip'
+ HERMES_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-8ce63855a8.zip
  inflating: AST-Core.hermes         
  inflating: CodeImportCommandLineHandlers.hermes  
  inflating: CodeImport.hermes       
  inflating: CodeImport-Traits.hermes  
  inflating: Collections-Abstract-Traits.hermes  
  inflating: Collections-Arithmetic.hermes  
  inflating: Collections-Atomic.hermes  
  inflating: Debugging-Core.hermes   
  inflating: Debugging-Utils.hermes  
  inflating: FileSystem-Core.hermes  
  inflating: FileSystem-Disk.hermes  
  inflating: Hermes-Extensions.hermes  
  inflating: InitializePackagesCommandLineHandler.hermes  
  inflating: JenkinsTools-Core.hermes  
  inflating: Kernel-Tests.hermes     
  inflating: Kernel-Traits.hermes    
  inflating: Math-Operations-Extensions.hermes  
  inflating: Multilingual-Encodings.hermes  
  inflating: Network-UUID.hermes     
  inflating: OpalCompiler-Core.hermes  
  inflating: Random-Core.hermes      
  inflating: ReflectionMirrors-Primitives.hermes  
  inflating: SUnit-Core.hermes       
  inflating: SUnit-Tests.hermes      
  inflating: System-Hashing.hermes   
  inflating: System-Model.hermes     
  inflating: System-NumberPrinting.hermes  
  inflating: System-Time.hermes      
  inflating: Traits.hermes           
++ find /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-rpackage-64bit-*.zip'
+ RPACKAGE_ARCHIVE=/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-8ce63855a8.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-8ce63855a8.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
[ERROR] 2025-05-23 12:17:21.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[ERROR] 2025-05-23 12:17:21.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #StartupPreferencesLoader #FileLocator #Duration #Unicode #FileAttributeNotSupported #DateAndTime #Time #FileSystem)
+ ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[ERROR] 2025-05-23 12:17:22.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
SystemNotification: [Hermes] Reading System-Time.hermes
SystemNotification: [Hermes] Installing System-Time.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#Halt)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image perform --save ChronologyConstants initialize
[ERROR] 2025-05-23 12:17:22.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
ChronologyConstants
+ ./pharo bootstrap.image perform --save DateAndTime initialize
[ERROR] 2025-05-23 12:17:22.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
DateAndTime
+ ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save
[ERROR] 2025-05-23 12:17:22.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
+ ./pharo bootstrap.image loadHermes Traits.hermes --save
[ERROR] 2025-05-23 12:17:24.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
SystemNotification: [Hermes] Reading Traits.hermes
SystemNotification: [Hermes] Installing Traits.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #Halt #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[ERROR] 2025-05-23 12:17:25.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
SystemNotification: [Hermes] Reading Debugging-Utils.hermes
SystemNotification: [Hermes] Installing Debugging-Utils.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader #FileLocator #Unicode #FileAttributeNotSupported #FileSystem)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-windows-64Kernel SUnit-Core SUnit-Tests
[ERROR] 2025-05-23 12:17:25.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error
Running tests in 2 Packages
Beginning to run tests of SUnit-Tests with random seed 286284039

Finished to run tests of SUnit-Tests in 4 seconds 503 milliseconds

324 run, 324 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
’*.fuel’ ne correspond à rien
No artifacts found that match the file pattern "*.fuel". Configuration error?
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] bat

evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>mv progress.log progress-Tests-windows-64Kernel.log 
[Pipeline] bat

evref@EVREF-RODRO D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>cat progress-Tests-windows-64Kernel.log 
running suite: SUnit-Tests
starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 3 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageOfCreatedClassIsCleanedUp ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 6 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 17 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageOfCreatedClassIsCleanedUp ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 5 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 19 milliseconds
starting testcase: ExampleSetTest>>testAdd ... finished in 1 millisecond
starting testcase: ExampleSetTest>>testGrow ... finished in 0 seconds
starting testcase: ExampleSetTest>>testIllegal ... finished in 0 seconds
starting testcase: ExampleSetTest>>testIncludes ... finished in 0 seconds
starting testcase: ExampleSetTest>>testOccurrences ... finished in 0 seconds
starting testcase: ExampleSetTest>>testRemove ... finished in 0 seconds
starting testcase: FailingTearDownTest>>testAssignToTestCleanup ... finished in 0 seconds
starting testcase: FailingTearDownTest>>testFailingTearDown ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished in 1 millisecond
starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished in 1 millisecond
starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished in 1 millisecond
starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: HashTesterTest>>testBasicBehaviour ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished in 1 millisecond
starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished in 1 millisecond
starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished in 1 millisecond
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCasesMatrixTest>>testParametersHaveValue(#option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#a #option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'a' #option2->1) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'b' #option2->2) ... finished in 0 seconds
starting testcase: PaCombinedMatrixExampleTest>>testParametersHaveValue(#option3->#b #option1->'c' #option2->3) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#a #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 1 millisecond
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 1 millisecond
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#y) ... finished in 1 millisecond
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#b #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#x) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#y) ... finished in 0 seconds
starting testcase: PaMatrix3ExampleTest>>testParametersHaveValue(#option1->#c #option2->[] #option3->#z) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#a #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#b #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaMatrixExampleTest>>testParametersHaveValue(#option1->#c #option2->[]) ... finished in 0 seconds
starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->2 #number2->1.0 #result->3) ... finished in 0 seconds
starting testcase: PaSelectedCasesExampleTest>>testSum(#number1->(2/3) #number2->(1/3) #result->1) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 1 millisecond
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->'b' #collectionClass->OrderedCollection) ... finished in 1 millisecond
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Set) ... finished in 1 millisecond
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->1 #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->'a' #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 1 millisecond
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->2 #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 1 millisecond
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 1 millisecond
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->'b' #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Set) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->Bag) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAdd(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testAddAndRemove(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSimpleMatrixExampleTest>>testIncludes(#item1->$c #item2->$d #collectionClass->OrderedCollection) ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCasesHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCasesHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCombinedHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testCombinedHasTheCorrectTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectNumberOfTests ... finished in 1 millisecond
starting testcase: PaSuiteTest>>testMatrix3ExampleHasTheCorrectTests ... finished in 1 millisecond
starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 1 millisecond
starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds
starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 1 millisecond
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 1 millisecond
starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 1 millisecond
starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 51 milliseconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 100 milliseconds
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 1 millisecond
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 151 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 150 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 10 milliseconds
starting testcase: SUnitTest>>testDefects ... finished in 0 seconds
starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 1 millisecond
starting testcase: SUnitTest>>testError ... finished in 0 seconds
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 52 milliseconds
starting testcase: SUnitTest>>testException ... finished in 0 seconds
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds
starting testcase: SUnitTest>>testFail ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 1 millisecond
starting testcase: SUnitTest>>testFileOutResult ... finished in 0 seconds
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 25 milliseconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 1 millisecond
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 25 milliseconds
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 1 millisecond
starting testcase: SUnitTest>>testLongRunningTest ... finished in 25 milliseconds
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 26 milliseconds
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 1 millisecond
starting testcase: SUnitTest>>testRan ... finished in 0 seconds
starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds
starting testcase: SUnitTest>>testResult ... finished in 0 seconds
starting testcase: SUnitTest>>testRunning ... finished in 23 milliseconds
starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 51 milliseconds
starting testcase: SUnitTest>>testShould ... finished in 0 seconds
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 69 milliseconds
starting testcase: SUnitTest>>testSuite ... finished in 1 millisecond
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 1 millisecond
starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 1 millisecond
starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 1 millisecond
starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds
starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds
starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds
starting testcase: TestCaseTest>>testAnnouncement ... finished in 40 milliseconds
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 1 millisecond
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 1 millisecond
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 1 millisecond
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 1 millisecond
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 1 millisecond
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 1 millisecond
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 21 milliseconds
starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13
[Pipeline] {
[Pipeline] stage
[Pipeline] { (notify)
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/Pharo13:refs/remotes/origin/Pharo13 # timeout=10
Checking out Revision 8ce63855a8da056ef4dbfdef4571099e4a762796 (Pharo13)
Commit message: "Merge pull request #18194 from estebanlm/fix-extenral-projects-versions"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ce63855a8da056ef4dbfdef4571099e4a762796 # timeout=10
[Pipeline] sh
+ git log -1 --format=%B
[Pipeline] sh
+ git log -1 --format=%p
[Pipeline] httpRequest
HttpMethod: GET
URL: https://api.github.com/repos/pharo-project/pharo/pulls/18194
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/18194
Response Code: HTTP/1.1 200 OK
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] readJSON
[Pipeline] mail
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13
[Pipeline] {
[Pipeline] stage
[Pipeline] { (launchBenchmark)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/uest_and_branch_Pipeline_Pharo13 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/pharo.git +refs/heads/Pharo13:refs/remotes/origin/Pharo13 # timeout=10
Checking out Revision 8ce63855a8da056ef4dbfdef4571099e4a762796 (Pharo13)
Commit message: "Merge pull request #18194 from estebanlm/fix-extenral-projects-versions"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ce63855a8da056ef4dbfdef4571099e4a762796 # timeout=10
[Pipeline] sh
+ git log -1 --format=%H
[Pipeline] build
Scheduling project: pharo-benchmarks
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS