Skip to content
Unstable

Console Output

Push event to branch Pharo13
16:50:53 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 0bc5b91eea28583cdd89ab84123e615c5e8f0979
[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
Avoid second fetch
Checking out Revision 0bc5b91eea28583cdd89ab84123e615c5e8f0979 (Pharo13)
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bc5b91eea28583cdd89ab84123e615c5e8f0979 # timeout=10
Commit message: "Merge pull request #17387 from astares/17386-UnixResolverTest-should-check-for-platform"
 > git rev-list --no-walk 6992dfa34ac8827a09314b5591f982dcb6385f89 # timeout=10
[Pipeline] sh
+ BUILD_NUMBER=343 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh
+ set -e
++ date -u
+ echo Sun Nov 17 03:51:07 PM UTC 2024 'Bootstrap: Beginning to download resources required for bootstrap process'
Sun Nov 17 03:51:07 PM UTC 2024 Bootstrap: Beginning to download resources required for bootstrap process
+++ dirname ./bootstrap/scripts/2-download.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_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 -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=0bc5b91eea28583cdd89ab84123e615c5e8f0979
+ 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
+ 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
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 10.3.1 built on Sep  2 2024 10:20:49 Compiler: 5.4.0 20160609
Built from: v10.3.1 - Commit: 6cdb1e5 - Date: 2024-09-02 09:56:37 +0200'
Target VM: Pharo 10.3.1 built on Sep  2 2024 10:20:49 Compiler: 5.4.0 20160609
Built from: v10.3.1 - Commit: 6cdb1e5 - Date: 2024-09-02 09:56:37 +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
--2024-11-17 16:51:13--  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]
--2024-11-17 16:51:13--  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%2F20241117%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241117T155113Z&X-Amz-Expires=300&X-Amz-Signature=6e3c52bb684e5f4ad858eeb91b9ee76a8713a938cc0a65ff247a9ab8de99afe3&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream [following]
--2024-11-17 16:51:13--  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%2F20241117%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241117T155113Z&X-Amz-Expires=300&X-Amz-Signature=6e3c52bb684e5f4ad858eeb91b9ee76a8713a938cc0a65ff247a9ab8de99afe3&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.109.133, 185.199.111.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.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% 39.4M 1s
  3072K ........ ........ ........ ........ ........ ........ 16%  108M 1s
  6144K ........ ........ ........ ........ ........ ........ 24%  112M 0s
  9216K ........ ........ ........ ........ ........ ........ 32%  110M 0s
 12288K ........ ........ ........ ........ ........ ........ 40%  112M 0s
 15360K ........ ........ ........ ........ ........ ........ 49%  112M 0s
 18432K ........ ........ ........ ........ ........ ........ 57%  111M 0s
 21504K ........ ........ ........ ........ ........ ........ 65%  112M 0s
 24576K ........ ........ ........ ........ ........ ........ 73% 71.7M 0s
 27648K ........ ........ ........ ........ ........ ........ 81%  125M 0s
 30720K ........ ........ ........ ........ ........ ........ 89%  111M 0s
 33792K ........ ........ ........ ........ ........ ........ 98%  112M 0s
 36864K ........ ...                                         100%  115M=0.4s

2024-11-17 16:51:14 (93.7 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
--2024-11-17 16:51:14--  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]
--2024-11-17 16:51:14--  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%  107M 0s
  3072K ........ ........ ........ ........ ........ ........ 88%  111M 0s
  6144K ........ ....                                        100%  114M=0.06s

2024-11-17 16:51:14 (110 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
--2024-11-17 16:51:14--  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]
--2024-11-17 16:51:14--  https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip’

     0K ...                                                   3.12M=0.07s

2024-11-17 16:51:15 (3.12 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=343 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh
+ set -e
++ date -u
+ echo Sun Nov 17 03:51:17 PM UTC 2024 'Bootstrap: Beginning to prepare the image used for bootstrapping'
Sun Nov 17 03:51:17 PM UTC 2024 Bootstrap: Beginning to prepare the image used for bootstrapping
+++ dirname ./bootstrap/scripts/3-prepare.sh
++ cd ./bootstrap/scripts
++ pwd -P
+ SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_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=0bc5b91eea28583cdd89ab84123e615c5e8f0979
+ 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=343 --VERSION_INFO=Pharo13.0-SNAPSHOT-0bc5b91eea28583cdd89ab84123e615c5e8f0979 --quit
    [+] Bootstrapping for a 64-bit architecture
    [+] Build number: 343
    [+] VersionInfo: Pharo13.0-SNAPSHOT-0bc5b91eea28583cdd89ab84123e615c5e8f0979
16:51:21		Begin: Bootstrap process
16:51:21		[+] Preparing bootstrap
NewUndeclaredWarning: Process>>complete: (thisProcess is Undeclared)
16:51:44		[+] 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
...done16:51:46		Initializing bootstrap environment.
16:51:46		Creating initial Objects needed by the VM
16:51:46		Flushing new space.
16:51:46				Begin: Initializing initial objects
16:51:46				Initializing objects.
16:51:46				initializing hash table sizes
16:51:46				preparing class builder
16:51:46				class loader now creates class pools
16:51:46				Initializing StartUp list
16:51:46				Initializing Character Table
16:51:46				Initializing String Ascii and CaseInsensitive Table
16:51:47				Initializing SmallInteger constants
16:51:47				Initializing CompiledMethod constants
16:51:47				Installing symbol table
16:51:47				Bootstrapping class layouts
16:51:47				End: Initializing initial objects
16:51:47				Begin: Create classes
16:51:49				001/517 - 0:00:00:01.705: Built behavior Abort
16:51:49				002/517 - 0:00:00:00.48: Built behavior AbsolutePath
16:51:50				003/517 - 0:00:00:00.442: Built behavior AbstractAnnouncementSubscription
16:51:50				004/517 - 0:00:00:00.595: Built behavior AbstractBinaryFileStream
16:51:51				005/517 - 0:00:00:00.237: Built behavior AbstractDelayTicker
16:51:51				006/517 - 0:00:00:00.274: Built behavior AbstractLayout
16:51:51				007/517 - 0:00:00:00.227: Built behavior AbstractLayoutScope
16:51:51				008/517 - 0:00:00:00.263: Built behavior AbstractSessionHandler
16:51:52				009/517 - 0:00:00:00.734: Built behavior AdditionalBinding
16:51:52				010/517 - 0:00:00:00.294: Built behavior AdditionalMethodState
16:51:53				011/517 - 0:00:00:00.242: Built behavior Announcement
16:51:53				012/517 - 0:00:00:00.299: Built behavior AnnouncementDeliveryCondition
16:51:53				013/517 - 0:00:00:00.273: Built behavior AnnouncementLogger
16:51:54				014/517 - 0:00:00:01.049: Built behavior AnnouncementSet
16:51:55				015/517 - 0:00:00:00.286: Built behavior AnnouncementSetWithExclusions
16:51:55				016/517 - 0:00:00:00.267: Built behavior AnnouncementSubscription
16:51:55				017/517 - 0:00:00:00.353: Built behavior Announcer
16:51:56				018/517 - 0:00:00:00.558: Built behavior ArgumentsCountMismatch
16:51:56				019/517 - 0:00:00:00.261: Built behavior ArithmeticError
16:51:57				020/517 - 0:00:00:00.745: Built behavior Array
16:51:57				021/517 - 0:00:00:00: Built behavior ArrayedCollection
16:51:57				022/517 - 0:00:00:00.244: Built behavior AsciiCharset
16:51:57				023/517 - 0:00:00:00.295: Built behavior AssertionFailure
16:51:58				024/517 - 0:00:00:00.79: Built behavior Association
16:51:58				025/517 - 0:00:00:00.354: Built behavior AsyncFile
16:51:59				026/517 - 0:00:00:00.256: Built behavior Bag
16:52:00				027/517 - 0:00:00:00.897: Built behavior BasicCommandLineHandler
16:52:00				028/517 - 0:00:00:00.363: Built behavior Behavior
16:52:00				029/517 - 0:00:00:00.239: Built behavior BinaryFileStream
16:52:01				030/517 - 0:00:00:00.46: Built behavior BitsLayout
16:52:01				031/517 - 0:00:00:00.533: Built behavior BlockCannotReturn
16:52:02				032/517 - 0:00:00:00.315: Built behavior BlockClosure
16:52:02				033/517 - 0:00:00:00.255: Built behavior Boolean
16:52:03				034/517 - 0:00:00:01.186: Built behavior BoxedFloat64
16:52:03				035/517 - 0:00:00:00.273: Built behavior ByteArray
16:52:04				036/517 - 0:00:00:00.253: Built behavior ByteLayout
16:52:04				037/517 - 0:00:00:00.769: Built behavior ByteString
16:52:05				038/517 - 0:00:00:00.516: Built behavior ByteSymbol
16:52:05				039/517 - 0:00:00:00.329: Built behavior BytecodeEncoder
16:52:06				040/517 - 0:00:00:00.549: Built behavior CannotDeleteFileException
16:52:06				041/517 - 0:00:00:00: Built behavior CannotReturn
16:52:06				042/517 - 0:00:00:00.378: Built behavior CategoryConverter
16:52:06				043/517 - 0:00:00:00.357: Built behavior ChangesLog
16:52:07				044/517 - 0:00:00:00.269: Built behavior Character
16:52:07				045/517 - 0:00:00:00.269: Built behavior CharacterSet
16:52:07				046/517 - 0:00:00:00.27: Built behavior CharacterSetComplement
16:52:08				047/517 - 0:00:00:00.568: Built behavior ChunkReadStream
16:52:08				048/517 - 0:00:00:00.232: Built behavior ChunkWriteStream
16:52:08				049/517 - 0:00:00:00.277: Built behavior CircularHierarchyError
16:52:09				050/517 - 0:00:00:00.662: Built behavior Class
16:52:10				051/517 - 0:00:00:00.78: Built behavior ClassAdded
16:52:10				052/517 - 0:00:00:00: Built behavior ClassAnnouncement
16:52:10				053/517 - 0:00:00:00.354: Built behavior ClassCommented
16:52:10				054/517 - 0:00:00:00: Built behavior ClassDescription
16:52:10				055/517 - 0:00:00:00.271: Built behavior ClassModificationApplied
16:52:11				056/517 - 0:00:00:00.327: Built behavior ClassModifiedClassDefinition
16:52:11				057/517 - 0:00:00:00.319: Built behavior ClassParentRenamed
16:52:11				058/517 - 0:00:00:00.267: Built behavior ClassRemoved
16:52:12				059/517 - 0:00:00:00.299: Built behavior ClassRenamed
16:52:12				060/517 - 0:00:00:00.304: Built behavior ClassRepackaged
16:52:12				061/517 - 0:00:00:00.259: Built behavior ClassResolver
16:52:12				062/517 - 0:00:00:00.237: Built behavior ClassResolverStrictResolve
16:52:13				063/517 - 0:00:00:00.28: Built behavior ClassSessionHandler
16:52:13				064/517 - 0:00:00:00.28: Built behavior ClassVariable
16:52:13				065/517 - 0:00:00:00.267: Built behavior CleanBlockClosure
16:52:13				066/517 - 0:00:00:00: Built behavior Collection
16:52:14				067/517 - 0:00:00:00.32: Built behavior CollectionElement
16:52:14				068/517 - 0:00:00:00.286: Built behavior CollectionIsEmpty
16:52:14				069/517 - 0:00:00:00.284: Built behavior CommandLineArguments
16:52:14				070/517 - 0:00:00:00: Built behavior CommandLineHandler
16:52:15				071/517 - 0:00:00:00.394: Built behavior CommandLinePasswordManager
16:52:15				072/517 - 0:00:00:00.619: Built behavior CommandLineUIManager
16:52:16				073/517 - 0:00:00:00.621: Built behavior CompiledBlock
16:52:16				074/517 - 0:00:00:00: Built behavior CompiledCode
16:52:16				075/517 - 0:00:00:00.236: Built behavior CompiledMethod
16:52:16				076/517 - 0:00:00:00.246: Built behavior CompiledMethodLayout
16:52:17				077/517 - 0:00:00:00.276: Built behavior ConstantBlockClosure
16:52:17				078/517 - 0:00:00:00.261: Built behavior ConstantBlockClosure1Arg
16:52:17				079/517 - 0:00:00:00.273: Built behavior ConstantBlockClosure2Arg
16:52:17				080/517 - 0:00:00:00.334: Built behavior ConstantBlockClosure3Arg
16:52:18				081/517 - 0:00:00:00.43: Built behavior Context
16:52:18				082/517 - 0:00:00:00.282: Built behavior ContextCannotReturn
16:52:19				083/517 - 0:00:00:00.84: Built behavior CurrentExecutionEnvironment
16:52:20				084/517 - 0:00:00:00.709: Built behavior DailyNonInteractiveTranscript
16:52:20				085/517 - 0:00:00:00.293: Built behavior DangerousClassNotifier
16:52:20				086/517 - 0:00:00:00: Built behavior DecoratorStream
16:52:21				087/517 - 0:00:00:00.607: Built behavior DefaultExecutionEnvironment
16:52:21				088/517 - 0:00:00:00.436: Built behavior Delay
16:52:22				089/517 - 0:00:00:00.78: Built behavior DelayBasicScheduler
16:52:22				090/517 - 0:00:00:00.273: Built behavior DelayMicrosecondTicker
16:52:22				091/517 - 0:00:00:00.328: Built behavior DelayMicrosecondTickerSimulation
16:52:23				092/517 - 0:00:00:00.265: Built behavior DelayMicrosecondUncappedTicker
16:52:23				093/517 - 0:00:00:00.261: Built behavior DelayMillisecondTicker
16:52:23				094/517 - 0:00:00:00.326: Built behavior DelayMillisecondTickerSimulation
16:52:24				095/517 - 0:00:00:00.354: Built behavior DelayMutexScheduler
16:52:24				096/517 - 0:00:00:00: Built behavior DelayNullScheduler
16:52:24				097/517 - 0:00:00:00.364: Built behavior DelaySemaphoreScheduler
16:52:25				098/517 - 0:00:00:00.922: Built behavior DelayWaitTimeout
16:52:25				099/517 - 0:00:00:00.281: Built behavior DependentsArray
16:52:26				100/517 - 0:00:00:01.078: Built behavior Deprecation
16:52:27				101/517 - 0:00:00:00.591: Built behavior DeprecationPerformedNotification
16:52:27				102/517 - 0:00:00:00.259: Built behavior Dictionary
16:52:27				103/517 - 0:00:00:00.31: Built behavior DoItVariable
16:52:28				104/517 - 0:00:00:00.298: Built behavior DomainError
16:52:28				105/517 - 0:00:00:00.236: Built behavior DoubleByteArray
16:52:28				106/517 - 0:00:00:00.249: Built behavior DoubleByteLayout
16:52:29				107/517 - 0:00:00:00.388: Built behavior DoubleLink
16:52:29				108/517 - 0:00:00:00.277: Built behavior DoubleLinkedList
16:52:29				109/517 - 0:00:00:00.253: Built behavior DoubleWordArray
16:52:29				110/517 - 0:00:00:00.253: Built behavior DoubleWordLayout
16:52:30				111/517 - 0:00:00:00.32: Built behavior DummySystemProgressItem
16:52:30				112/517 - 0:00:00:00.265: Built behavior DummyUIManager
16:52:30				113/517 - 0:00:00:00.346: Built behavior DuplicatedSlotName
16:52:31				114/517 - 0:00:00:00.32: Built behavior DuplicatedVariableError
16:52:31				115/517 - 0:00:00:00.253: Built behavior DynamicVariable
16:52:31				116/517 - 0:00:00:00.267: Built behavior EmptyLayout
16:52:31				117/517 - 0:00:00:00.241: Built behavior EncoderForSistaV1
16:52:32				118/517 - 0:00:00:00.352: Built behavior EndianDetector
16:52:32				119/517 - 0:00:00:00.603: Built behavior EphemeronLayout
16:52:32				120/517 - 0:00:00:00: Built behavior Error
16:52:33				121/517 - 0:00:00:00.32: Built behavior ErrorHandler
16:52:33				122/517 - 0:00:00:00.266: Built behavior ErrorHandlerSessionHandler
16:52:33				123/517 - 0:00:00:00.334: Built behavior ExactFloatPrintPolicy
16:52:33				124/517 - 0:00:00:00: Built behavior Exception
16:52:34				125/517 - 0:00:00:00.332: Built behavior ExceptionSet
16:52:34				126/517 - 0:00:00:00.271: Built behavior ExceptionSetWithExclusions
16:52:34				127/517 - 0:00:00:00: Built behavior ExecutionEnvironment
16:52:34				128/517 - 0:00:00:00.424: Built behavior Exit
16:52:35				129/517 - 0:00:00:00.296: Built behavior ExpressionEvaluated
16:52:35				130/517 - 0:00:00:00.305: Built behavior ExtensionPointsOwningPackageNotification
16:52:35				131/517 - 0:00:00:00.319: Built behavior ExternalAddress
16:52:38				132/517 - 0:00:00:02.628: Built behavior ExternalData
16:52:38				133/517 - 0:00:00:00: Built behavior ExternalObject
16:52:38				134/517 - 0:00:00:00.322: Built behavior ExternalSemaphoreTable
16:52:38				135/517 - 0:00:00:00: Built behavior ExternalStructure
16:52:39				136/517 - 0:00:00:00.434: Built behavior ExternalType
16:52:39				137/517 - 0:00:00:00.259: Built behavior ExternalUnion
16:52:39				138/517 - 0:00:00:00.303: Built behavior FFIBackend
16:52:39				139/517 - 0:00:00:00: Built behavior FFIConstants
16:52:39				140/517 - 0:00:00:00.247: Built behavior False
16:52:40				141/517 - 0:00:00:00.45: Built behavior File
16:52:40				142/517 - 0:00:00:00.318: Built behavior FileAlreadyExistsException
16:52:40				143/517 - 0:00:00:00.288: Built behavior FileDoesNotExistException
16:52:40				144/517 - 0:00:00:00: Built behavior FileException
16:52:41				145/517 - 0:00:00:00.305: Built behavior FilePathEncoder
16:52:41				146/517 - 0:00:00:00.271: Built behavior FileWriteError
16:52:41				147/517 - 0:00:00:00.401: Built behavior FinalizationProcess
16:52:42				148/517 - 0:00:00:00.378: Built behavior FinalizationRegistry
16:52:42				149/517 - 0:00:00:00.301: Built behavior FinalizationRegistryEntry
16:52:42				150/517 - 0:00:00:00.254: Built behavior FixedLayout
16:52:42				151/517 - 0:00:00:00: Built behavior Float
16:52:43				152/517 - 0:00:00:00.262: Built behavior Float32Array
16:52:43				153/517 - 0:00:00:00.265: Built behavior Float64Array
16:52:43				154/517 - 0:00:00:00.278: Built behavior FloatPrintPolicy
16:52:43				155/517 - 0:00:00:00.288: Built behavior Fraction
16:52:44				156/517 - 0:00:00:00.268: Built behavior FullBlockClosure
16:52:44				157/517 - 0:00:00:00.31: Built behavior Generator
16:52:44				158/517 - 0:00:00:00.251: Built behavior GlobalVariable
16:52:45				159/517 - 0:00:00:00.389: Built behavior HEAbstractExported
16:52:45				160/517 - 0:00:00:00.549: Built behavior HEAdditionalMethodState
16:52:45				161/517 - 0:00:00:00.237: Built behavior HEArray
16:52:46				162/517 - 0:00:00:00.281: Built behavior HEAssociation
16:52:46				163/517 - 0:00:00:00.318: Built behavior HEBinaryReader
16:52:46				164/517 - 0:00:00:00.245: Built behavior HEBoolean
16:52:47				165/517 - 0:00:00:00.266: Built behavior HEByteArray
16:52:47				166/517 - 0:00:00:00.248: Built behavior HEByteString
16:52:47				167/517 - 0:00:00:00.248: Built behavior HECharacter
16:52:48				168/517 - 0:00:00:00.908: Built behavior HEClass
16:52:49				169/517 - 0:00:00:00.517: Built behavior HEClassTrait
16:52:49				170/517 - 0:00:00:00.255: Built behavior HEClassVariable
16:52:49				171/517 - 0:00:00:00.399: Built behavior HECompiledBlock
16:52:49				172/517 - 0:00:00:00.32: Built behavior HEConstantBlock
16:52:49				173/517 - 0:00:00:00: Built behavior HEExportedLiteral
16:52:50				174/517 - 0:00:00:00.27: Built behavior HEExportedMetaclass
16:52:50				175/517 - 0:00:00:00.428: Built behavior HEExtendedEnvironment
16:52:50				176/517 - 0:00:00:00.263: Built behavior HEFloat
16:52:51				177/517 - 0:00:00:00.355: Built behavior HEFraction
16:52:51				178/517 - 0:00:00:00.25: Built behavior HEGlobalVariable
16:52:51				179/517 - 0:00:00:00.381: Built behavior HEInstaller
16:52:52				180/517 - 0:00:00:00.26: Built behavior HEInteger
16:52:52				181/517 - 0:00:00:00.452: Built behavior HEMethod
16:52:52				182/517 - 0:00:00:00: Built behavior HEMethodContainer
16:52:52				183/517 - 0:00:00:00.311: Built behavior HEMethodLiteral
16:52:53				184/517 - 0:00:00:00.341: Built behavior HEPackage
16:52:53				185/517 - 0:00:00:00.307: Built behavior HEPragma
16:52:53				186/517 - 0:00:00:00.247: Built behavior HEScaledDecimal
16:52:54				187/517 - 0:00:00:00.328: Built behavior HESendMessage
16:52:54				188/517 - 0:00:00:00: Built behavior HESymbol
16:52:54				189/517 - 0:00:00:00.294: Built behavior HETrait
16:52:54				190/517 - 0:00:00:00.273: Built behavior HETraitLiteral
16:52:55				191/517 - 0:00:00:00.276: Built behavior HEUndefinedObject
16:52:55				192/517 - 0:00:00:00.274: Built behavior HEWideString
16:52:55				193/517 - 0:00:00:00.452: Built behavior HashTableSizes
16:52:55				194/517 - 0:00:00:00: Built behavior HashedCollection
16:52:56				195/517 - 0:00:00:00.337: Built behavior Heap
16:52:56				196/517 - 0:00:00:00.284: Built behavior HermesCommandLineHandler
16:52:56				197/517 - 0:00:00:00.253: Built behavior IdentityBag
16:52:56				198/517 - 0:00:00:00.254: Built behavior IdentityDictionary
16:52:57				199/517 - 0:00:00:00.262: Built behavior IdentitySet
16:52:57				200/517 - 0:00:00:00.301: Built behavior IllegalFileName
16:52:57				201/517 - 0:00:00:00.283: Built behavior IllegalResumeAttempt
16:52:57				202/517 - 0:00:00:00.255: Built behavior ImmediateLayout
16:52:58				203/517 - 0:00:00:00.321: Built behavior IncompatibleLayoutConflict
16:52:58				204/517 - 0:00:00:00.587: Built behavior IndexedSlot
16:52:59				205/517 - 0:00:00:00.328: Built behavior InexactFloatPrintPolicy
16:52:59				206/517 - 0:00:00:00.326: Built behavior InstanceVariableNotFound
16:52:59				207/517 - 0:00:00:00.27: Built behavior InstanceVariableSlot
16:53:00				208/517 - 0:00:00:00.374: Built behavior InstructionClient
16:53:00				209/517 - 0:00:00:00.383: Built behavior InstructionStream
16:53:00				210/517 - 0:00:00:00.266: Built behavior Integer
16:53:01				211/517 - 0:00:00:00.268: Built behavior IntegerArray
16:53:01				212/517 - 0:00:00:00.312: Built behavior Interval
16:53:01				213/517 - 0:00:00:00.286: Built behavior InvalidGlobalName
16:53:02				214/517 - 0:00:00:00.295: Built behavior InvalidSlotName
16:53:02				215/517 - 0:00:00:00.579: Built behavior KeyNotFound
16:53:03				216/517 - 0:00:00:00.554: Built behavior KeyboardKey
16:53:03				217/517 - 0:00:00:00.276: Built behavior KeyedTree
16:53:03				218/517 - 0:00:00:00.32: Built behavior LargeInteger
16:53:04				219/517 - 0:00:00:00.274: Built behavior LargeNegativeInteger
16:53:04				220/517 - 0:00:00:00.263: Built behavior LargePositiveInteger
16:53:04				221/517 - 0:00:00:00.285: Built behavior LayoutClassScope
16:53:04				222/517 - 0:00:00:00.289: Built behavior LayoutEmptyScope
16:53:05				223/517 - 0:00:00:00.973: Built behavior LimitedWriteStream
16:53:06				224/517 - 0:00:00:00.352: Built behavior Link
16:53:06				225/517 - 0:00:00:00.308: Built behavior LinkedList
16:53:06				226/517 - 0:00:00:00: Built behavior LiteralVariable
16:53:06				227/517 - 0:00:00:00.284: Built behavior LocalProcessException
16:53:07				228/517 - 0:00:00:00.275: Built behavior LocalRecursionStopper
16:53:07				229/517 - 0:00:00:00: Built behavior LookupKey
16:53:07				230/517 - 0:00:00:00.607: Built behavior MacOSPlatform
16:53:07				231/517 - 0:00:00:00.262: Built behavior MacOSXPlatform
16:53:07				232/517 - 0:00:00:00: Built behavior Magnitude
16:53:08				233/517 - 0:00:00:00.629: Built behavior ManifestAnnouncementsCore
16:53:08				234/517 - 0:00:00:00.271: Built behavior ManifestCollectionsAbstract
16:53:09				235/517 - 0:00:00:00.271: Built behavior ManifestCollectionsDoubleLinkedList
16:53:09				236/517 - 0:00:00:00.265: Built behavior ManifestCollectionsNative
16:53:09				237/517 - 0:00:00:00.276: Built behavior ManifestCollectionsSequenceable
16:53:09				238/517 - 0:00:00:00.342: Built behavior ManifestCollectionsStack
16:53:10				239/517 - 0:00:00:00.28: Built behavior ManifestCollectionsStreams
16:53:10				240/517 - 0:00:00:00.278: Built behavior ManifestCollectionsStrings
16:53:10				241/517 - 0:00:00:00.279: Built behavior ManifestCollectionsSupport
16:53:11				242/517 - 0:00:00:00.312: Built behavior ManifestCollectionsUnordered
16:53:11				243/517 - 0:00:00:00.344: Built behavior ManifestCollectionsWeak
16:53:11				244/517 - 0:00:00:00.286: Built behavior ManifestFileSystemPath
16:53:12				245/517 - 0:00:00:00.275: Built behavior ManifestFiles
16:53:12				246/517 - 0:00:00:00.278: Built behavior ManifestHermes
16:53:12				247/517 - 0:00:00:00.3: Built behavior ManifestKernel
16:53:12				248/517 - 0:00:00:00.301: Built behavior ManifestKernelCodeModel
16:53:13				249/517 - 0:00:00:00.362: Built behavior ManifestNumberParser
16:53:13				250/517 - 0:00:00:00.366: Built behavior ManifestPharoBootstrapInitialization
16:53:13				251/517 - 0:00:00:00.292: Built behavior ManifestSystemAnnouncements
16:53:14				252/517 - 0:00:00:00.298: Built behavior ManifestSystemBasicCommandLineHandler
16:53:14				253/517 - 0:00:00:00.301: Built behavior ManifestSystemCommandLine
16:53:14				254/517 - 0:00:00:00.386: Built behavior ManifestSystemCommandLineHandler
16:53:15				255/517 - 0:00:00:00.296: Built behavior ManifestSystemFinalization
16:53:15				256/517 - 0:00:00:00.299: Built behavior ManifestSystemPlatforms
16:53:15				257/517 - 0:00:00:00.297: Built behavior ManifestSystemSessionManager
16:53:16				258/517 - 0:00:00:00.298: Built behavior ManifestSystemSources
16:53:16				259/517 - 0:00:00:00.3: Built behavior ManifestSystemSupport
16:53:16				260/517 - 0:00:00:00.311: Built behavior ManifestTranscriptNonInteractive
16:53:17				261/517 - 0:00:00:00.323: Built behavior ManifestUIManager
16:53:17				262/517 - 0:00:00:00.403: Built behavior Message
16:53:17				263/517 - 0:00:00:00.38: Built behavior MessageNotUnderstood
16:53:18				264/517 - 0:00:00:00.331: Built behavior MessageSend
16:53:18				265/517 - 0:00:00:00.334: Built behavior Metaclass
16:53:19				266/517 - 0:00:00:00.604: Built behavior MethodAdded
16:53:19				267/517 - 0:00:00:00: Built behavior MethodAnnouncement
16:53:19				268/517 - 0:00:00:00.283: Built behavior MethodDictionary
16:53:19				269/517 - 0:00:00:00.334: Built behavior MethodModified
16:53:20				270/517 - 0:00:00:00.308: Built behavior MethodRecategorized
16:53:20				271/517 - 0:00:00:00.319: Built behavior MethodRemoved
16:53:20				272/517 - 0:00:00:00.316: Built behavior MethodRepackaged
16:53:21				273/517 - 0:00:00:00.416: Built behavior ModificationForbidden
16:53:21				274/517 - 0:00:00:00.462: Built behavior Monitor
16:53:21				275/517 - 0:00:00:00.348: Built behavior MonitorDelay
16:53:22				276/517 - 0:00:00:00.454: Built behavior Mutex
16:53:22				277/517 - 0:00:00:00.394: Built behavior MutexSet
16:53:23				278/517 - 0:00:00:00.457: Built behavior NewUndeclaredWarning
16:53:23				279/517 - 0:00:00:00.263: Built behavior NoChangesLog
16:53:24				280/517 - 0:00:00:00.655: Built behavior NoPharoFilesOpener
16:53:24				281/517 - 0:00:00:00.372: Built behavior NonBooleanReceiver
16:53:24				282/517 - 0:00:00:00: Built behavior NonInteractiveTranscript
16:53:24				283/517 - 0:00:00:00.296: Built behavior NonInteractiveUIManager
16:53:24				284/517 - 0:00:00:00: Built behavior NotFound
16:53:25				285/517 - 0:00:00:00.699: Built behavior NotYetImplemented
16:53:25				286/517 - 0:00:00:00: Built behavior Notification
16:53:25				287/517 - 0:00:00:00.271: Built behavior NullFFIBackend
16:53:26				288/517 - 0:00:00:00.335: Built behavior NullStream
16:53:26				289/517 - 0:00:00:00.351: Built behavior NullTermInfo
16:53:26				290/517 - 0:00:00:00: Built behavior Number
16:53:27				291/517 - 0:00:00:00.622: Built behavior NumberParser
16:53:27				292/517 - 0:00:00:00: Built behavior OSPlatform
16:53:27				293/517 - 0:00:00:00.353: Built behavior OSPlatformVisitor
16:53:27				294/517 - 0:00:00:00: Built behavior Object
16:53:27				295/517 - 0:00:00:00.291: Built behavior ObjectFinalizer
16:53:28				296/517 - 0:00:00:00.62: Built behavior ObjectFinalizerCollection
16:53:28				297/517 - 0:00:00:00: Built behavior ObjectLayout
16:53:28				298/517 - 0:00:00:00: Built behavior OrderedCollection
16:53:28				299/517 - 0:00:00:00.355: Built behavior OrderedDictionary
16:53:28				300/517 - 0:00:00:00.296: Built behavior OrderedIdentityDictionary
16:53:29				301/517 - 0:00:00:00.328: Built behavior OutOfMemory
16:53:29				302/517 - 0:00:00:00.46: Built behavior Package
16:53:30				303/517 - 0:00:00:00.581: Built behavior PackageAdded
16:53:30				304/517 - 0:00:00:00: Built behavior PackageAnnouncement
16:53:30				305/517 - 0:00:00:00.392: Built behavior PackageConflictError
16:53:30				306/517 - 0:00:00:00: Built behavior PackageManifest
16:53:31				307/517 - 0:00:00:00.414: Built behavior PackageOrganizer
16:53:31				308/517 - 0:00:00:00.289: Built behavior PackageRemoved
16:53:31				309/517 - 0:00:00:00.318: Built behavior PackageRenamed
16:53:32				310/517 - 0:00:00:00.398: Built behavior PackageTag
16:53:32				311/517 - 0:00:00:00.616: Built behavior PackageTagAdded
16:53:32				312/517 - 0:00:00:00: Built behavior PackageTagAnnouncement
16:53:33				313/517 - 0:00:00:00.285: Built behavior PackageTagRemoved
16:53:33				314/517 - 0:00:00:00.342: Built behavior PackageTagRenamed
16:53:33				315/517 - 0:00:00:00: Built behavior Path
16:53:33				316/517 - 0:00:00:00.358: Built behavior PerformMessageCommandLineHandler
16:53:34				317/517 - 0:00:00:00.387: Built behavior PharoBootstrapInitialization
16:53:34				318/517 - 0:00:00:00.33: Built behavior PharoCommandLineHandler
16:53:34				319/517 - 0:00:00:00: Built behavior PharoFilesOpener
16:53:34				320/517 - 0:00:00:00.341: Built behavior PluggableDictionary
16:53:35				321/517 - 0:00:00:00.344: Built behavior PluggableSet
16:53:35				322/517 - 0:00:00:00.401: Built behavior Point
16:53:35				323/517 - 0:00:00:00: Built behavior PointerLayout
16:53:35				324/517 - 0:00:00:00: Built behavior PositionableStream
16:53:35				325/517 - 0:00:00:00.346: Built behavior Pragma
16:53:36				326/517 - 0:00:00:00.625: Built behavior PrimitiveError
16:53:36				327/517 - 0:00:00:00.308: Built behavior PrimitiveFailed
16:53:37				328/517 - 0:00:00:00.312: Built behavior PrintVersionCommandLineHandler
16:53:37				329/517 - 0:00:00:00.537: Built behavior Process
16:53:38				330/517 - 0:00:00:00.321: Built behavior ProcessAlreadyTerminating
16:53:38				331/517 - 0:00:00:00.324: Built behavior ProcessList
16:53:38				332/517 - 0:00:00:00: Built behavior ProcessLocalVariable
16:53:38				333/517 - 0:00:00:00: Built behavior ProcessSpecificVariable
16:53:38				334/517 - 0:00:00:00.583: Built behavior ProcessorScheduler
16:53:38				335/517 - 0:00:00:00: Built behavior ProtoObject
16:53:39				336/517 - 0:00:00:00.426: Built behavior Protocol
16:53:40				337/517 - 0:00:00:00.664: Built behavior ProtocolAdded
16:53:40				338/517 - 0:00:00:00: Built behavior ProtocolAnnouncement
16:53:40				339/517 - 0:00:00:00.295: Built behavior ProtocolRemoved
16:53:40				340/517 - 0:00:00:00.316: Built behavior ProtocolRenamed
16:53:40				341/517 - 0:00:00:00.329: Built behavior ProvideAnswerNotification
16:53:41				342/517 - 0:00:00:00.36: Built behavior PseudoVariable
16:53:41				343/517 - 0:00:00:00.333: Built behavior ReadOnlyFileException
16:53:41				344/517 - 0:00:00:00.276: Built behavior ReadStream
16:53:42				345/517 - 0:00:00:00.309: Built behavior ReadWriteStream
16:53:42				346/517 - 0:00:00:00.422: Built behavior Rectangle
16:53:44				347/517 - 0:00:00:01.803: Built behavior RecursionStopper
16:53:44				348/517 - 0:00:00:00.267: Built behavior RelativePath
16:53:45				349/517 - 0:00:00:00.471: Built behavior RemoteString
16:53:45				350/517 - 0:00:00:00.365: Built behavior RunArray
16:53:45				351/517 - 0:00:00:00.295: Built behavior SaveCommandLineHandler
16:53:46				352/517 - 0:00:00:00.307: Built behavior ScaledDecimal
16:53:46				353/517 - 0:00:00:00: Built behavior SelectorException
16:53:46				354/517 - 0:00:00:00.288: Built behavior SelfVariable
16:53:46				355/517 - 0:00:00:00.306: Built behavior Semaphore
16:53:46				356/517 - 0:00:00:00: Built behavior SequenceableCollection
16:53:47				357/517 - 0:00:00:00.378: Built behavior SessionAccessModeResolver
16:53:47				358/517 - 0:00:00:00.411: Built behavior SessionCategory
16:53:48				359/517 - 0:00:00:00.546: Built behavior SessionManager
16:53:48				360/517 - 0:00:00:00: Built behavior Set
16:53:48				361/517 - 0:00:00:00.411: Built behavior ShAbstractChange
16:53:48				362/517 - 0:00:00:00.412: Built behavior ShAbstractChangeDetector
16:53:49				363/517 - 0:00:00:00.38: Built behavior ShAbstractClassChangeDetector
16:53:49				364/517 - 0:00:00:00.304: Built behavior ShAbstractInstanceSideClassChangeDetector
16:53:49				365/517 - 0:00:00:00.301: Built behavior ShBitLayoutChangeDetector
16:53:50				366/517 - 0:00:00:00.287: Built behavior ShBitLayoutChanged
16:53:50				367/517 - 0:00:00:00.274: Built behavior ShClassChanged
16:53:50				368/517 - 0:00:00:00.304: Built behavior ShClassSlotChangeDetector
16:53:51				369/517 - 0:00:00:00.406: Built behavior ShDefaultBuilderEnhancer
16:53:51				370/517 - 0:00:00:00.282: Built behavior ShInstanceShapeChanged
16:53:51				371/517 - 0:00:00:00.356: Built behavior ShLayoutChangeDetector
16:53:52				372/517 - 0:00:00:00.501: Built behavior ShLayoutDefinition
16:53:52				373/517 - 0:00:00:00.29: Built behavior ShMetaclassChangeDetector
16:53:52				374/517 - 0:00:00:00.279: Built behavior ShMetaclassChanged
16:53:53				375/517 - 0:00:00:00.292: Built behavior ShNoChangesInClass
16:53:53				376/517 - 0:00:00:00.303: Built behavior ShSharedPoolChangeDetector
16:53:53				377/517 - 0:00:00:00.292: Built behavior ShSharedVariablesChangeDetector
16:53:54				378/517 - 0:00:00:00.294: Built behavior ShSlotChangeDetector
16:53:54				379/517 - 0:00:00:00.3: Built behavior ShSuperclassChangeDetector
16:53:54				380/517 - 0:00:00:00.28: Built behavior ShSuperclassChanged
16:53:54				381/517 - 0:00:00:00: Built behavior SharedPool
16:53:55				382/517 - 0:00:00:00.348: Built behavior SharedQueue
16:53:55				383/517 - 0:00:00:00.675: Built behavior ShiftAnonymousClassInstaller
16:53:56				384/517 - 0:00:00:00.879: Built behavior ShiftClassBuilder
16:53:56				385/517 - 0:00:00:00: Built behavior ShiftClassInstaller
16:53:56				386/517 - 0:00:00:00.391: Built behavior ShiftClassSideBuilder
16:53:57				387/517 - 0:00:00:00.315: Built behavior ShouldBeImplemented
16:53:57				388/517 - 0:00:00:00.311: Built behavior ShouldNotImplement
16:53:57				389/517 - 0:00:00:00.36: Built behavior SimulationExceptionWrapper
16:53:58				390/517 - 0:00:00:00.316: Built behavior SizeMismatch
16:53:58				391/517 - 0:00:00:00: Built behavior Slot
16:53:58				392/517 - 0:00:00:00.358: Built behavior SlotNotFound
16:53:59				393/517 - 0:00:00:00.374: Built behavior SmallDictionary
16:53:59				394/517 - 0:00:00:00.289: Built behavior SmallFloat64
16:53:59				395/517 - 0:00:00:00.294: Built behavior SmallIdentityDictionary
16:53:59				396/517 - 0:00:00:00.34: Built behavior SmallInteger
16:54:00				397/517 - 0:00:00:00.583: Built behavior SmalltalkImage
16:54:01				398/517 - 0:00:00:00.523: Built behavior SnapshotOperation
16:54:01				399/517 - 0:00:00:00.299: Built behavior SortedCollection
16:54:01				400/517 - 0:00:00:00.276: Built behavior SourceChunkWriteStream
16:54:02				401/517 - 0:00:00:00.446: Built behavior SourceFile
16:54:02				402/517 - 0:00:00:00.439: Built behavior SourceFileArray
16:54:03				403/517 - 0:00:00:00.535: Built behavior SourceFileBufferedReadWriteStream
16:54:03				404/517 - 0:00:00:00.436: Built behavior SourceFileCharacterReadWriteStream
16:54:04				405/517 - 0:00:00:00.657: Built behavior SparseLargeArray
16:54:04				406/517 - 0:00:00:00: Built behavior SparseLargeTable
16:54:04				407/517 - 0:00:00:00.268: Built behavior Stack
16:54:04				408/517 - 0:00:00:00.28: Built behavior StartupUIManager
16:54:05				409/517 - 0:00:00:00.529: Built behavior Stdio
16:54:05				410/517 - 0:00:00:00.309: Built behavior StdioStream
16:54:05				411/517 - 0:00:00:00: Built behavior Stream
16:54:05				412/517 - 0:00:00:00: Built behavior String
16:54:05				413/517 - 0:00:00:00.324: Built behavior SubclassResponsibility
16:54:06				414/517 - 0:00:00:00.395: Built behavior SubscriptOutOfBounds
16:54:06				415/517 - 0:00:00:00.45: Built behavior SubscriptionRegistry
16:54:06				416/517 - 0:00:00:00.294: Built behavior SuperVariable
16:54:06				417/517 - 0:00:00:00: Built behavior Symbol
16:54:07				418/517 - 0:00:00:00.422: Built behavior SymbolNotFoundError
16:54:07				419/517 - 0:00:00:00.356: Built behavior SymbolTableSemaphore
16:54:07				420/517 - 0:00:00:00: Built behavior SystemAnnouncement
16:54:08				421/517 - 0:00:00:00.31: Built behavior SystemAnnouncer
16:54:08				422/517 - 0:00:00:00.449: Built behavior SystemBuildInfo
16:54:08				423/517 - 0:00:00:00.375: Built behavior SystemEnvironment
16:54:09				424/517 - 0:00:00:00.418: Built behavior SystemNavigation
16:54:09				425/517 - 0:00:00:00: Built behavior SystemNotification
16:54:09				426/517 - 0:00:00:00.581: Built behavior SystemVersion
16:54:10				427/517 - 0:00:00:00.283: Built behavior TermInfoCharacter
16:54:10				428/517 - 0:00:00:00.402: Built behavior Termcap
16:54:10				429/517 - 0:00:00:00.314: Built behavior ThisContextVariable
16:54:11				430/517 - 0:00:00:00.283: Built behavior ThisProcessVariable
16:54:11				431/517 - 0:00:00:00.324: Built behavior TimedOut
16:54:11				432/517 - 0:00:00:00.313: Built behavior True
16:54:11				433/517 - 0:00:00:00: Built behavior UIManager
16:54:12				434/517 - 0:00:00:00.274: Built behavior UNCNetworkPath
16:54:12				435/517 - 0:00:00:00.277: Built behavior UndeclaredRegistry
16:54:12				436/517 - 0:00:00:00.292: Built behavior UndeclaredVariable
16:54:13				437/517 - 0:00:00:00.366: Built behavior UndeclaredVariableError
16:54:13				438/517 - 0:00:00:00.309: Built behavior UndeclaredVariableRead
16:54:13				439/517 - 0:00:00:00.328: Built behavior UndeclaredVariableWrite
16:54:14				440/517 - 0:00:00:00.408: Built behavior UndefinedObject
16:54:14				441/517 - 0:00:00:00.312: Built behavior UndefinedPackage
16:54:14				442/517 - 0:00:00:00.316: Built behavior UndefinedPackageTag
16:54:15				443/517 - 0:00:00:00.351: Built behavior UndefinedSlot
16:54:15				444/517 - 0:00:00:00.688: Built behavior UnhandledError
16:54:15				445/517 - 0:00:00:00: Built behavior UnhandledException
16:54:16				446/517 - 0:00:00:00.561: Built behavior Unix32Platform
16:54:16				447/517 - 0:00:00:00.277: Built behavior Unix64Platform
16:54:16				448/517 - 0:00:00:00.301: Built behavior UnixARM32Platform
16:54:16				449/517 - 0:00:00:00: Built behavior UnixPlatform
16:54:17				450/517 - 0:00:00:00.347: Built behavior UnwindError
16:54:17				451/517 - 0:00:00:00.524: Built behavior VTermOutputDriver
16:54:18				452/517 - 0:00:00:00.294: Built behavior ValueLink
16:54:18				453/517 - 0:00:00:00.303: Built behavior ValueNotFound
16:54:18				454/517 - 0:00:00:00: Built behavior Variable
16:54:18				455/517 - 0:00:00:00.294: Built behavior VariableLayout
16:54:19				456/517 - 0:00:00:00.442: Built behavior VirtualMachine
16:54:19				457/517 - 0:00:00:00: Built behavior Warning
16:54:19				458/517 - 0:00:00:00.32: Built behavior WeakAnnouncementSubscription
16:54:19				459/517 - 0:00:00:00.264: Built behavior WeakArray
16:54:19				460/517 - 0:00:00:00.298: Built behavior WeakIdentityKeyDictionary
16:54:20				461/517 - 0:00:00:00.565: Built behavior WeakIdentitySet
16:54:21				462/517 - 0:00:00:00.573: Built behavior WeakIdentityValueDictionary
16:54:21				463/517 - 0:00:00:00.297: Built behavior WeakKeyAssociation
16:54:21				464/517 - 0:00:00:00.317: Built behavior WeakKeyDictionary
16:54:22				465/517 - 0:00:00:00.306: Built behavior WeakLayout
16:54:22				466/517 - 0:00:00:00.327: Built behavior WeakMessageSend
16:54:22				467/517 - 0:00:00:00.304: Built behavior WeakOrderedCollection
16:54:22				468/517 - 0:00:00:00: Built behavior WeakSet
16:54:23				469/517 - 0:00:00:00.459: Built behavior WeakSubscriptionBuilder
16:54:23				470/517 - 0:00:00:00.286: Built behavior WeakValueAssociation
16:54:23				471/517 - 0:00:00:00: Built behavior WeakValueDictionary
16:54:23				472/517 - 0:00:00:00.327: Built behavior WideCharacterSet
16:54:24				473/517 - 0:00:00:00.298: Built behavior WideString
16:54:24				474/517 - 0:00:00:00.281: Built behavior WideSymbol
16:54:24				475/517 - 0:00:00:00.565: Built behavior Win32Platform
16:54:25				476/517 - 0:00:00:00.286: Built behavior Win32WideString
16:54:25				477/517 - 0:00:00:00.29: Built behavior Win64Platform
16:54:25				478/517 - 0:00:00:00: Built behavior WinPlatform
16:54:25				479/517 - 0:00:00:00.29: Built behavior WordArray
16:54:26				480/517 - 0:00:00:00.288: Built behavior WordLayout
16:54:26				481/517 - 0:00:00:00.488: Built behavior WorkingSession
16:54:26				482/517 - 0:00:00:00.333: Built behavior WorkspaceVariable
16:54:26				483/517 - 0:00:00:00: Built behavior WriteStream
16:54:27				484/517 - 0:00:00:00.337: Built behavior ZeroDivide
16:54:27				485/517 - 0:00:00:00.655: Built behavior ZnBase64Encoder
16:54:28				486/517 - 0:00:00:00.468: Built behavior ZnBufferedReadStream
16:54:28				487/517 - 0:00:00:00.457: Built behavior ZnBufferedReadWriteStream
16:54:29				488/517 - 0:00:00:00.459: Built behavior ZnBufferedWriteStream
16:54:30				489/517 - 0:00:00:01.138: Built behavior ZnByteEncoder
16:54:30				490/517 - 0:00:00:00.394: Built behavior ZnByteStringBecameWideString
16:54:31				491/517 - 0:00:00:00.48: Built behavior ZnCRLFReadStream
16:54:31				492/517 - 0:00:00:00: Built behavior ZnCharacterEncoder
16:54:31				493/517 - 0:00:00:00.384: Built behavior ZnCharacterEncodingError
16:54:32				494/517 - 0:00:00:01.042: Built behavior ZnCharacterReadStream
16:54:33				495/517 - 0:00:00:00.46: Built behavior ZnCharacterReadWriteStream
16:54:33				496/517 - 0:00:00:00.578: Built behavior ZnCharacterWriteStream
16:54:34				497/517 - 0:00:00:00.297: Built behavior ZnCodePointReadStream
16:54:34				498/517 - 0:00:00:00.307: Built behavior ZnCodePointWriteStream
16:54:34				499/517 - 0:00:00:00.445: Built behavior ZnCrPortableWriteStream
16:54:35				500/517 - 0:00:00:00.288: Built behavior ZnDefaultCharacterEncoder
16:54:35				501/517 - 0:00:00:00: Built behavior ZnEncodedReadStream
16:54:35				502/517 - 0:00:00:00: Built behavior ZnEncodedStream
16:54:35				503/517 - 0:00:00:00: Built behavior ZnEncodedWriteStream
16:54:35				504/517 - 0:00:00:00.579: Built behavior ZnEndianSensitiveUTFEncoder
16:54:36				505/517 - 0:00:00:00.432: Built behavior ZnEndianessReadWriteStream
16:54:36				506/517 - 0:00:00:00.49: Built behavior ZnFastLineReader
16:54:36				507/517 - 0:00:00:00.293: Built behavior ZnIncomplete
16:54:37				508/517 - 0:00:00:00.293: Built behavior ZnInvalidUTF8
16:54:37				509/517 - 0:00:00:00.366: Built behavior ZnNewLineWriterStream
16:54:37				510/517 - 0:00:00:00.274: Built behavior ZnNullEncoder
16:54:38				511/517 - 0:00:00:00.504: Built behavior ZnPercentEncoder
16:54:38				512/517 - 0:00:00:00.518: Built behavior ZnPositionableReadStream
16:54:38				513/517 - 0:00:00:00: Built behavior ZnSimplifiedByteEncoder
16:54:39				514/517 - 0:00:00:00.294: Built behavior ZnUTF16Encoder
16:54:39				515/517 - 0:00:00:00.292: Built behavior ZnUTF32Encoder
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
16:54:39				516/517 - 0:00:00:00.357: Built behavior ZnUTF8Encoder
16:54:39				517/517 - 0:00:00:00: Built behavior ZnUTFEncoder
16:54:39				End: Create classes
16:54:39				Begin: Installing defined methods
16:54:39				002/517 - 1/5: Installing method AbsolutePath>>isAbsolute
16:54:47				002/517 - 2/5: Installing method AbsolutePath>>isRoot
16:54:47				002/517 - 3/5: Installing method AbsolutePath>>printOn:
16:54:47				002/517 - 4/5: Installing method AbsolutePath>>printPathOn:delimiter:
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
16:54:47				002/517 - 5/5: Installing method AbsolutePath>>withParents
16:54:48				002/517 - 1/4: Installing method AbsolutePath class>>addEmptyElementTo:
16:54:48				002/517 - 2/4: Installing method AbsolutePath class>>addParentElementTo:on:
16:54:48				002/517 - 3/4: Installing method AbsolutePath class>>from:delimiter:
16:54:48				002/517 - 4/4: Installing method AbsolutePath class>>removeRedundantSegments:
16:54:48				003/517 - 1/14: Installing method AbstractAnnouncementSubscription>>action
16:54:48				003/517 - 2/14: Installing method AbstractAnnouncementSubscription>>action:
16:54:48				003/517 - 3/14: Installing method AbstractAnnouncementSubscription>>announcementClass
16:54:48				003/517 - 4/14: Installing method AbstractAnnouncementSubscription>>announcementClass:
16:54:48				003/517 - 5/14: Installing method AbstractAnnouncementSubscription>>announcer
16:54:48				003/517 - 6/14: Installing method AbstractAnnouncementSubscription>>announcer:
16:54:48				003/517 - 7/14: Installing method AbstractAnnouncementSubscription>>deliver:
16:54:48				003/517 - 8/14: Installing method AbstractAnnouncementSubscription>>handlesAnnouncement:
16:54:48				003/517 - 9/14: Installing method AbstractAnnouncementSubscription>>makeStrong
16:54:48				003/517 - 10/14: Installing method AbstractAnnouncementSubscription>>makeWeak
16:54:48				003/517 - 11/14: Installing method AbstractAnnouncementSubscription>>printOn:
16:54:48				003/517 - 12/14: Installing method AbstractAnnouncementSubscription>>subscriber
16:54:48				003/517 - 13/14: Installing method AbstractAnnouncementSubscription>>subscriber:
16:54:48				003/517 - 14/14: Installing method AbstractAnnouncementSubscription>>valuable:
16:54:49				004/517 - 1/38: Installing method AbstractBinaryFileStream>>atEnd
16:54:49				004/517 - 2/38: Installing method AbstractBinaryFileStream>>contents
16:54:49				004/517 - 3/38: Installing method AbstractBinaryFileStream>>cr
16:54:49				004/517 - 4/38: Installing method AbstractBinaryFileStream>>crlf
16:54:49				004/517 - 5/38: Installing method AbstractBinaryFileStream>>file
16:54:49				004/517 - 6/38: Installing method AbstractBinaryFileStream>>file:
16:54:49				004/517 - 7/38: Installing method AbstractBinaryFileStream>>flush
16:54:49				004/517 - 8/38: Installing method AbstractBinaryFileStream>>handle:file:forWrite:
16:54:49				004/517 - 9/38: Installing method AbstractBinaryFileStream>>isBinary
16:54:49				004/517 - 10/38: Installing method AbstractBinaryFileStream>>lf
16:54:49				004/517 - 11/38: Installing method AbstractBinaryFileStream>>name
16:54:49				004/517 - 12/38: Installing method AbstractBinaryFileStream>>next
16:54:49				004/517 - 13/38: Installing method AbstractBinaryFileStream>>next:
16:54:49				004/517 - 14/38: Installing method AbstractBinaryFileStream>>next:into:
16:54:49				004/517 - 15/38: Installing method AbstractBinaryFileStream>>next:into:startingAt:
16:54:49				004/517 - 16/38: Installing method AbstractBinaryFileStream>>next:putAll:
16:54:49				004/517 - 17/38: Installing method AbstractBinaryFileStream>>next:putAll:startingAt:
16:54:49				004/517 - 18/38: Installing method AbstractBinaryFileStream>>nextInto:
16:54:49				004/517 - 19/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:
16:54:49				004/517 - 20/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:put:
16:54:49				004/517 - 21/38: Installing method AbstractBinaryFileStream>>nextPut:
16:54:49				004/517 - 22/38: Installing method AbstractBinaryFileStream>>nextPutAll:
16:54:49				004/517 - 23/38: Installing method AbstractBinaryFileStream>>peek
16:54:49				004/517 - 24/38: Installing method AbstractBinaryFileStream>>position
16:54:49				004/517 - 25/38: Installing method AbstractBinaryFileStream>>position:
16:54:49				004/517 - 26/38: Installing method AbstractBinaryFileStream>>printOn:
16:54:49				004/517 - 27/38: Installing method AbstractBinaryFileStream>>readInto:startingAt:count:
16:54:49				004/517 - 28/38: Installing method AbstractBinaryFileStream>>releaseSemaphores
16:54:49				004/517 - 29/38: Installing method AbstractBinaryFileStream>>reset
16:54:49				004/517 - 30/38: Installing method AbstractBinaryFileStream>>setToEnd
16:54:49				004/517 - 31/38: Installing method AbstractBinaryFileStream>>size
16:54:49				004/517 - 32/38: Installing method AbstractBinaryFileStream>>skip:
16:54:49				004/517 - 33/38: Installing method AbstractBinaryFileStream>>sync
16:54:49				004/517 - 34/38: Installing method AbstractBinaryFileStream>>upTo:
16:54:49				004/517 - 35/38: Installing method AbstractBinaryFileStream>>upToAnyOf:
16:54:49				004/517 - 36/38: Installing method AbstractBinaryFileStream>>upToEnd
16:54:49				004/517 - 37/38: Installing method AbstractBinaryFileStream>>waitForData
16:54:49				004/517 - 38/38: Installing method AbstractBinaryFileStream>>writeFrom:startingAt:count:
16:54:49				004/517 - 1/2: Installing method AbstractBinaryFileStream class>>handle:file:forWrite:
16:54:49				004/517 - 2/2: Installing method AbstractBinaryFileStream class>>isAbstract
16:54:50				005/517 - 1/6: Installing method AbstractDelayTicker>>millisecondsUntilTick:
16:54:50				005/517 - 2/6: Installing method AbstractDelayTicker>>nowTick
16:54:50				005/517 - 3/6: Installing method AbstractDelayTicker>>restoreResumptionTimes:
16:54:50				005/517 - 4/6: Installing method AbstractDelayTicker>>saveResumptionTimes:
16:54:50				005/517 - 5/6: Installing method AbstractDelayTicker>>tickAfterMilliseconds:
16:54:50				005/517 - 6/6: Installing method AbstractDelayTicker>>waitForUserSignalled:orExpired:
16:54:50				005/517 - 1/1: Installing method AbstractDelayTicker class>>isAbstract
16:54:50				006/517 - 1/37: Installing method AbstractLayout>>=
16:54:50				006/517 - 2/37: Installing method AbstractLayout>>allSlots
16:54:50				006/517 - 3/37: Installing method AbstractLayout>>allSlotsDo:
16:54:50				006/517 - 4/37: Installing method AbstractLayout>>allVisibleSlots
16:54:50				006/517 - 5/37: Installing method AbstractLayout>>checkIntegrity
16:54:50				006/517 - 6/37: Installing method AbstractLayout>>checkSanity
16:54:50				006/517 - 7/37: Installing method AbstractLayout>>definesSlot:
16:54:50				006/517 - 8/37: Installing method AbstractLayout>>extend:
16:54:50				006/517 - 9/37: Installing method AbstractLayout>>extendByte
16:54:50				006/517 - 10/37: Installing method AbstractLayout>>extendDoubleByte
16:54:50				006/517 - 11/37: Installing method AbstractLayout>>extendDoubleWord
16:54:50				006/517 - 12/37: Installing method AbstractLayout>>extendImmediate
16:54:50				006/517 - 13/37: Installing method AbstractLayout>>extendVariable:
16:54:50				006/517 - 14/37: Installing method AbstractLayout>>extendWord
16:54:50				006/517 - 15/37: Installing method AbstractLayout>>fieldSize
16:54:50				006/517 - 16/37: Installing method AbstractLayout>>hasBindingThatBeginsWith:
16:54:50				006/517 - 17/37: Installing method AbstractLayout>>hasFields
16:54:50				006/517 - 18/37: Installing method AbstractLayout>>hasSlot:
16:54:50				006/517 - 19/37: Installing method AbstractLayout>>hasSlotNamed:
16:54:50				006/517 - 20/37: Installing method AbstractLayout>>hasSlots
16:54:50				006/517 - 21/37: Installing method AbstractLayout>>hash
16:54:50				006/517 - 22/37: Installing method AbstractLayout>>host
16:54:50				006/517 - 23/37: Installing method AbstractLayout>>host:
16:54:50				006/517 - 24/37: Installing method AbstractLayout>>instVarNames
16:54:50				006/517 - 25/37: Installing method AbstractLayout>>isBits
16:54:50				006/517 - 26/37: Installing method AbstractLayout>>isBytes
16:54:50				006/517 - 27/37: Installing method AbstractLayout>>isDoubleBytes
16:54:50				006/517 - 28/37: Installing method AbstractLayout>>isDoubleWords
16:54:50				006/517 - 29/37: Installing method AbstractLayout>>isFixedLayout
16:54:50				006/517 - 30/37: Installing method AbstractLayout>>isVariable
16:54:50				006/517 - 31/37: Installing method AbstractLayout>>isWeak
16:54:50				006/517 - 32/37: Installing method AbstractLayout>>isWords
16:54:50				006/517 - 33/37: Installing method AbstractLayout>>resolveSlot:
16:54:50				006/517 - 34/37: Installing method AbstractLayout>>resolveSlot:ifFound:ifNone:
16:54:50				006/517 - 35/37: Installing method AbstractLayout>>slotScope
16:54:50				006/517 - 36/37: Installing method AbstractLayout>>slots
16:54:50				006/517 - 37/37: Installing method AbstractLayout>>visibleSlots
16:54:50				006/517 - 1/1: Installing method AbstractLayout class>>isAbstract
16:54:51				007/517 - 1/24: Installing method AbstractLayoutScope>>=
16:54:51				007/517 - 2/24: Installing method AbstractLayoutScope>>allSlotsDo:
16:54:51				007/517 - 3/24: Installing method AbstractLayoutScope>>allVisibleSlots
16:54:51				007/517 - 4/24: Installing method AbstractLayoutScope>>extend
16:54:51				007/517 - 5/24: Installing method AbstractLayoutScope>>extend:
16:54:51				007/517 - 6/24: Installing method AbstractLayoutScope>>extend:as:
16:54:51				007/517 - 7/24: Installing method AbstractLayoutScope>>fieldSize
16:54:51				007/517 - 8/24: Installing method AbstractLayoutScope>>firstFieldIndex
16:54:51				007/517 - 9/24: Installing method AbstractLayoutScope>>flatten
16:54:51				007/517 - 10/24: Installing method AbstractLayoutScope>>flattenIn:
16:54:51				007/517 - 11/24: Installing method AbstractLayoutScope>>hasBindingThatBeginsWith:
16:54:51				007/517 - 12/24: Installing method AbstractLayoutScope>>hasFields
16:54:51				007/517 - 13/24: Installing method AbstractLayoutScope>>hasSlots
16:54:51				007/517 - 14/24: Installing method AbstractLayoutScope>>hash
16:54:51				007/517 - 15/24: Installing method AbstractLayoutScope>>ifEmpty:
16:54:51				007/517 - 16/24: Installing method AbstractLayoutScope>>ifNotEmpty:
16:54:51				007/517 - 17/24: Installing method AbstractLayoutScope>>indexOf:
16:54:51				007/517 - 18/24: Installing method AbstractLayoutScope>>indexOf:ifAbsent:
16:54:51				007/517 - 19/24: Installing method AbstractLayoutScope>>isEmpty
16:54:51				007/517 - 20/24: Installing method AbstractLayoutScope>>ownFieldSize
16:54:51				007/517 - 21/24: Installing method AbstractLayoutScope>>resolveSlot:
16:54:51				007/517 - 22/24: Installing method AbstractLayoutScope>>resolveSlot:ifFound:ifNone:
16:54:51				007/517 - 23/24: Installing method AbstractLayoutScope>>visibleSlotNames
16:54:51				007/517 - 24/24: Installing method AbstractLayoutScope>>visibleSlots
16:54:51				007/517 - 1/1: Installing method AbstractLayoutScope class>>isAbstract
16:54:51				008/517 - 1/4: Installing method AbstractSessionHandler>>handledId
16:54:51				008/517 - 2/4: Installing method AbstractSessionHandler>>printOn:
16:54:51				008/517 - 3/4: Installing method AbstractSessionHandler>>shutdown:
16:54:51				008/517 - 4/4: Installing method AbstractSessionHandler>>startup:
16:54:51				008/517 - 1/1: Installing method AbstractSessionHandler class>>isAbstract
16:54:51				009/517 - 1/3: Installing method AdditionalBinding>>emitStore:
16:54:51				009/517 - 2/3: Installing method AdditionalBinding>>emitValue:
16:54:51				009/517 - 3/3: Installing method AdditionalBinding>>isReferenced
16:54:52				010/517 - 1/33: Installing method AdditionalMethodState>>analogousCodeTo:
16:54:52				010/517 - 2/33: Installing method AdditionalMethodState>>at:
16:54:52				010/517 - 3/33: Installing method AdditionalMethodState>>at:ifAbsent:
16:54:52				010/517 - 4/33: Installing method AdditionalMethodState>>at:ifAbsentPut:
16:54:52				010/517 - 5/33: Installing method AdditionalMethodState>>at:ifPresent:
16:54:52				010/517 - 6/33: Installing method AdditionalMethodState>>at:put:
16:54:52				010/517 - 7/33: Installing method AdditionalMethodState>>copyWith:
16:54:52				010/517 - 8/33: Installing method AdditionalMethodState>>copyWithout:
16:54:52				010/517 - 9/33: Installing method AdditionalMethodState>>includes:
16:54:52				010/517 - 10/33: Installing method AdditionalMethodState>>includesKey:
16:54:52				010/517 - 11/33: Installing method AdditionalMethodState>>includesProperty:
16:54:52				010/517 - 12/33: Installing method AdditionalMethodState>>isEmpty
16:54:52				010/517 - 13/33: Installing method AdditionalMethodState>>isMethodProperties
16:54:52				010/517 - 14/33: Installing method AdditionalMethodState>>keysAndValuesDo:
16:54:52				010/517 - 15/33: Installing method AdditionalMethodState>>method
16:54:52				010/517 - 16/33: Installing method AdditionalMethodState>>method:
16:54:52				010/517 - 17/33: Installing method AdditionalMethodState>>notEmpty
16:54:52				010/517 - 18/33: Installing method AdditionalMethodState>>postCopy
16:54:52				010/517 - 19/33: Installing method AdditionalMethodState>>pragmas
16:54:52				010/517 - 20/33: Installing method AdditionalMethodState>>pragmasDo:
16:54:52				010/517 - 21/33: Installing method AdditionalMethodState>>printOn:
16:54:52				010/517 - 22/33: Installing method AdditionalMethodState>>properties
16:54:52				010/517 - 23/33: Installing method AdditionalMethodState>>propertyAt:
16:54:52				010/517 - 24/33: Installing method AdditionalMethodState>>propertyAt:ifAbsent:
16:54:52				010/517 - 25/33: Installing method AdditionalMethodState>>propertyAt:ifPresent:
16:54:52				010/517 - 26/33: Installing method AdditionalMethodState>>propertyKeysAndValuesDo:
16:54:52				010/517 - 27/33: Installing method AdditionalMethodState>>propertyValueAt:
16:54:52				010/517 - 28/33: Installing method AdditionalMethodState>>propertyValueAt:ifAbsent:
16:54:52				010/517 - 29/33: Installing method AdditionalMethodState>>removeKey:
16:54:52				010/517 - 30/33: Installing method AdditionalMethodState>>removeKey:ifAbsent:
16:54:52				010/517 - 31/33: Installing method AdditionalMethodState>>selector
16:54:52				010/517 - 32/33: Installing method AdditionalMethodState>>selector:
16:54:52				010/517 - 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
16:54:52				010/517 - 1/7: Installing method AdditionalMethodState class>>forMethod:selector:
16:54:52				010/517 - 2/7: Installing method AdditionalMethodState class>>forSelector:
16:54:52				010/517 - 3/7: Installing method AdditionalMethodState class>>new
16:54:52				010/517 - 4/7: Installing method AdditionalMethodState class>>persistProperty:
16:54:52				010/517 - 5/7: Installing method AdditionalMethodState class>>propertiesToPersist
16:54:52				010/517 - 6/7: Installing method AdditionalMethodState class>>propertiesToPersist:
16:54:52				010/517 - 7/7: Installing method AdditionalMethodState class>>selector:with:
16:54:52				011/517 - 1/2: Installing method Announcement>>asAnnouncement
16:54:52				011/517 - 2/2: Installing method Announcement>>prepareForDelivery
16:54:52				011/517 - 1/5: Installing method Announcement class>>,
16:54:52				011/517 - 2/5: Installing method Announcement class>>-
16:54:52				011/517 - 3/5: Installing method Announcement class>>asAnnouncement
16:54:52				011/517 - 4/5: Installing method Announcement class>>handlesAnnouncement:
16:54:52				011/517 - 5/5: Installing method Announcement class>>where:
16:54:52				012/517 - 1/5: Installing method AnnouncementDeliveryCondition>>announcementClass
16:54:52				012/517 - 2/5: Installing method AnnouncementDeliveryCondition>>announcementClass:
16:54:52				012/517 - 3/5: Installing method AnnouncementDeliveryCondition>>conditionBlock
16:54:52				012/517 - 4/5: Installing method AnnouncementDeliveryCondition>>conditionBlock:
16:54:52				012/517 - 5/5: Installing method AnnouncementDeliveryCondition>>handlesAnnouncement:
16:54:53				012/517 - 1/1: Installing method AnnouncementDeliveryCondition class>>for:where:
16:54:53				013/517 - 1/2: Installing method AnnouncementLogger>>logAnnouncement:
16:54:53				013/517 - 2/2: Installing method AnnouncementLogger>>subscribeTo:
16:54:53				014/517 - 1/3: Installing method AnnouncementSet>>,
16:54:53				014/517 - 2/3: Installing method AnnouncementSet>>-
16:54:53				014/517 - 3/3: Installing method AnnouncementSet>>handlesAnnouncement:
16:54:53				015/517 - 1/4: Installing method AnnouncementSetWithExclusions>>addExclusion:
16:54:53				015/517 - 2/4: Installing method AnnouncementSetWithExclusions>>handlesAnnouncement:
16:54:53				015/517 - 3/4: Installing method AnnouncementSetWithExclusions>>initialize
16:54:53				015/517 - 4/4: Installing method AnnouncementSetWithExclusions>>initialize:
16:54:53				016/517 - 1/5: Installing method AnnouncementSubscription>>makeStrong
16:54:53				016/517 - 2/5: Installing method AnnouncementSubscription>>makeWeak
16:54:53				016/517 - 3/5: Installing method AnnouncementSubscription>>subscriber
16:54:53				016/517 - 4/5: Installing method AnnouncementSubscription>>subscriber:
16:54:53				016/517 - 5/5: Installing method AnnouncementSubscription>>unregister
16:54:53				017/517 - 1/20: Installing method Announcer>>announce:
16:54:53				017/517 - 2/20: Installing method Announcer>>basicSubscribe:
16:54:53				017/517 - 3/20: Installing method Announcer>>delayAnnouncementsAfter:
16:54:53				017/517 - 4/20: Installing method Announcer>>handleSubscriberClass:
16:54:53				017/517 - 5/20: Installing method Announcer>>hasSubscriber:
16:54:53				017/517 - 6/20: Installing method Announcer>>initialize
16:54:53				017/517 - 7/20: Installing method Announcer>>isSuspended
16:54:53				017/517 - 8/20: Installing method Announcer>>numberOfSubscriptions
16:54:53				017/517 - 9/20: Installing method Announcer>>prevent:during:
16:54:53				017/517 - 10/20: Installing method Announcer>>preventedAnnouncements
16:54:53				017/517 - 11/20: Installing method Announcer>>removeSubscription:
16:54:53				017/517 - 12/20: Installing method Announcer>>replace:with:
16:54:53				017/517 - 13/20: Installing method Announcer>>subscriptions
16:54:53				017/517 - 14/20: Installing method Announcer>>subscriptionsForClass:
16:54:53				017/517 - 15/20: Installing method Announcer>>suspendAllWhile:
16:54:53				017/517 - 16/20: Installing method Announcer>>suspendAllWhileStoring:
16:54:53				017/517 - 17/20: Installing method Announcer>>unsubscribe:
16:54:53				017/517 - 18/20: Installing method Announcer>>weak
16:54:53				017/517 - 19/20: Installing method Announcer>>when:do:for:
16:54:53				017/517 - 20/20: Installing method Announcer>>when:send:to:
16:54:54				018/517 - 1/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount
16:54:54				018/517 - 2/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount:
16:54:54				018/517 - 3/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount
16:54:54				018/517 - 4/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount:
16:54:54				018/517 - 5/6: Installing method ArgumentsCountMismatch>>messageText
16:54:54				018/517 - 6/6: Installing method ArgumentsCountMismatch>>printArgumentsCount:
16:54:54				018/517 - 1/1: Installing method ArgumentsCountMismatch class>>signalExpectedArgumentsCount:calledArgumentsCount:
16:54:54				020/517 - 1/30: Installing method Array>>as:
16:54:54				020/517 - 2/30: Installing method Array>>asArray
16:54:54				020/517 - 3/30: Installing method Array>>asNewArray
16:54:54				020/517 - 4/30: Installing method Array>>asOrderedCollection
16:54:54				020/517 - 5/30: Installing method Array>>asSet
16:54:54				020/517 - 6/30: Installing method Array>>atWrap:
16:54:54				020/517 - 7/30: Installing method Array>>atWrap:put:
16:54:54				020/517 - 8/30: Installing method Array>>beReadOnlyLiteral
16:54:54				020/517 - 9/30: Installing method Array>>copyWithDependent:
16:54:54				020/517 - 10/30: Installing method Array>>displayString
16:54:54				020/517 - 11/30: Installing method Array>>elementsExchangeIdentityWith:
16:54:54				020/517 - 12/30: Installing method Array>>elementsForwardIdentityTo:
16:54:54				020/517 - 13/30: Installing method Array>>elementsForwardIdentityTo:copyHash:
16:54:54				020/517 - 14/30: Installing method Array>>hasLiteral:
16:54:54				020/517 - 15/30: Installing method Array>>hasLiteralSuchThat:
16:54:54				020/517 - 16/30: Installing method Array>>isArray
16:54:54				020/517 - 17/30: Installing method Array>>isLiteral
16:54:54				020/517 - 18/30: Installing method Array>>isLiteral:
16:54:54				020/517 - 19/30: Installing method Array>>isSelfEvaluating
16:54:54				020/517 - 20/30: Installing method Array>>isSelfEvaluating:
16:54:54				020/517 - 21/30: Installing method Array>>literalEqual:
16:54:54				020/517 - 22/30: Installing method Array>>printAsLiteralFormOn:
16:54:54				020/517 - 23/30: Installing method Array>>printAsSelfEvaluatingFormOn:
16:54:54				020/517 - 24/30: Installing method Array>>printOn:
16:54:54				020/517 - 25/30: Installing method Array>>recursiveDo:
16:54:54				020/517 - 26/30: Installing method Array>>refersToLiteral:
16:54:54				020/517 - 27/30: Installing method Array>>replaceFrom:to:with:startingAt:
16:54:54				020/517 - 28/30: Installing method Array>>shouldBePrintedAsLiteral
16:54:54				020/517 - 29/30: Installing method Array>>shouldBePrintedAsLiteral:
16:54:54				020/517 - 30/30: Installing method Array>>storeOn:
16:54:54				020/517 - 1/3: Installing method Array class>>braceStream:
16:54:54				020/517 - 2/3: Installing method Array class>>empty
16:54:54				020/517 - 3/3: Installing method Array class>>new:
16:54:55				021/517 - 1/10: Installing method ArrayedCollection>>add:
16:54:55				021/517 - 2/10: Installing method ArrayedCollection>>byteSize
16:54:55				021/517 - 3/10: Installing method ArrayedCollection>>bytesPerBasicElement
16:54:55				021/517 - 4/10: Installing method ArrayedCollection>>defaultElement
16:54:55				021/517 - 5/10: Installing method ArrayedCollection>>fillFrom:with:
16:54:55				021/517 - 6/10: Installing method ArrayedCollection>>removeAll
16:54:55				021/517 - 7/10: Installing method ArrayedCollection>>size
16:54:55				021/517 - 8/10: Installing method ArrayedCollection>>storeElementsFrom:to:on:
16:54:55				021/517 - 9/10: Installing method ArrayedCollection>>storeOn:
16:54:55				021/517 - 10/10: Installing method ArrayedCollection>>writeOn:
16:54:55				021/517 - 1/13: Installing method ArrayedCollection class>>isAbstract
16:54:55				021/517 - 2/13: Installing method ArrayedCollection class>>new
16:54:55				021/517 - 3/13: Installing method ArrayedCollection class>>new:withAll:
16:54:55				021/517 - 4/13: Installing method ArrayedCollection class>>newFrom:
16:54:55				021/517 - 5/13: Installing method ArrayedCollection class>>newFromArray:
16:54:55				021/517 - 6/13: Installing method ArrayedCollection class>>with:
16:54:55				021/517 - 7/13: Installing method ArrayedCollection class>>with:with:
16:54:55				021/517 - 8/13: Installing method ArrayedCollection class>>with:with:with:
16:54:55				021/517 - 9/13: Installing method ArrayedCollection class>>with:with:with:with:
16:54:55				021/517 - 10/13: Installing method ArrayedCollection class>>with:with:with:with:with:
16:54:55				021/517 - 11/13: Installing method ArrayedCollection class>>with:with:with:with:with:with:
16:54:55				021/517 - 12/13: Installing method ArrayedCollection class>>with:withAll:
16:54:55				021/517 - 13/13: Installing method ArrayedCollection class>>withAll:
16:54:55				022/517 - 1/35: Installing method AsciiCharset class>>isCasedLetter:
16:54:55				022/517 - 2/35: Installing method AsciiCharset class>>isClosePunctuation:
16:54:55				022/517 - 3/35: Installing method AsciiCharset class>>isConnectorPunctuation:
16:54:55				022/517 - 4/35: Installing method AsciiCharset class>>isControlOther:
16:54:55				022/517 - 5/35: Installing method AsciiCharset class>>isCurrencySymbol:
16:54:55				022/517 - 6/35: Installing method AsciiCharset class>>isDashPunctuation:
16:54:55				022/517 - 7/35: Installing method AsciiCharset class>>isDecimalDigit:
16:54:55				022/517 - 8/35: Installing method AsciiCharset class>>isDigit:
16:54:55				022/517 - 9/35: Installing method AsciiCharset class>>isEnclosingMark:
16:54:55				022/517 - 10/35: Installing method AsciiCharset class>>isFinalQuote:
16:54:55				022/517 - 11/35: Installing method AsciiCharset class>>isFormatOther:
16:54:55				022/517 - 12/35: Installing method AsciiCharset class>>isInitialQuote:
16:54:56				022/517 - 13/35: Installing method AsciiCharset class>>isLetter:
16:54:56				022/517 - 14/35: Installing method AsciiCharset class>>isLetterModifier:
16:54:56				022/517 - 15/35: Installing method AsciiCharset class>>isLetterNumber:
16:54:56				022/517 - 16/35: Installing method AsciiCharset class>>isLineSeparator:
16:54:56				022/517 - 17/35: Installing method AsciiCharset class>>isLowercase:
16:54:56				022/517 - 18/35: Installing method AsciiCharset class>>isMathSymbol:
16:54:56				022/517 - 19/35: Installing method AsciiCharset class>>isModifierSymbol:
16:54:56				022/517 - 20/35: Installing method AsciiCharset class>>isNonspacingMark:
16:54:56				022/517 - 21/35: Installing method AsciiCharset class>>isOpenPunctuation:
16:54:56				022/517 - 22/35: Installing method AsciiCharset class>>isOtherLetter:
16:54:56				022/517 - 23/35: Installing method AsciiCharset class>>isOtherNumber:
16:54:56				022/517 - 24/35: Installing method AsciiCharset class>>isOtherPunctuation:
16:54:56				022/517 - 25/35: Installing method AsciiCharset class>>isOtherSymbol:
16:54:56				022/517 - 26/35: Installing method AsciiCharset class>>isParagraphSeparator:
16:54:56				022/517 - 27/35: Installing method AsciiCharset class>>isPrivateOther:
16:54:56				022/517 - 28/35: Installing method AsciiCharset class>>isSpaceSeparator:
16:54:56				022/517 - 29/35: Installing method AsciiCharset class>>isSpacingCombiningMark:
16:54:56				022/517 - 30/35: Installing method AsciiCharset class>>isSurrogateOther:
16:54:56				022/517 - 31/35: Installing method AsciiCharset class>>isTitlecaseLetter:
16:54:56				022/517 - 32/35: Installing method AsciiCharset class>>isUppercase:
16:54:56				022/517 - 33/35: Installing method AsciiCharset class>>maxValue
16:54:56				022/517 - 34/35: Installing method AsciiCharset class>>toLowercase:
16:54:56				022/517 - 35/35: Installing method AsciiCharset class>>toUppercase:
16:54:56				024/517 - 1/12: Installing method Association>>=
16:54:56				024/517 - 2/12: Installing method Association>>analogousCodeTo:
16:54:56				024/517 - 3/12: Installing method Association>>hasLiteral:
16:54:56				024/517 - 4/12: Installing method Association>>isAssociation
16:54:56				024/517 - 5/12: Installing method Association>>isSelfEvaluating
16:54:56				024/517 - 6/12: Installing method Association>>isVariableBinding
16:54:56				024/517 - 7/12: Installing method Association>>key:value:
16:54:56				024/517 - 8/12: Installing method Association>>literalEqual:
16:54:56				024/517 - 9/12: Installing method Association>>printOn:
16:54:56				024/517 - 10/12: Installing method Association>>storeOn:
16:54:56				024/517 - 11/12: Installing method Association>>value
16:54:56				024/517 - 12/12: Installing method Association>>value:
16:54:56				024/517 - 1/1: Installing method Association class>>key:value:
16:54:57				025/517 - 1/13: Installing method AsyncFile>>close
16:54:57				025/517 - 2/13: Installing method AsyncFile>>fileHandle
16:54:57				025/517 - 3/13: Installing method AsyncFile>>open:forWrite:
16:54:57				025/517 - 4/13: Installing method AsyncFile>>primClose:
16:54:57				025/517 - 5/13: Installing method AsyncFile>>primOpen:forWrite:semaIndex:
16:54:57				025/517 - 6/13: Installing method AsyncFile>>primReadResult:intoBuffer:at:count:
16:54:57				025/517 - 7/13: Installing method AsyncFile>>primReadStart:fPosition:count:
16:54:57				025/517 - 8/13: Installing method AsyncFile>>primWriteResult:
16:54:57				025/517 - 9/13: Installing method AsyncFile>>primWriteStart:fPosition:fromBuffer:at:count:
16:54:57				025/517 - 10/13: Installing method AsyncFile>>readByteCount:fromFilePosition:onCompletionDo:
16:54:57				025/517 - 11/13: Installing method AsyncFile>>test:fileName:
16:54:57				025/517 - 12/13: Installing method AsyncFile>>waitForCompletion
16:54:57				025/517 - 13/13: Installing method AsyncFile>>writeBuffer:atFilePosition:onCompletionDo:
16:54:57				025/517 - 1/1: Installing method AsyncFile class>>initialize
16:54:57				026/517 - 1/22: Installing method Bag>>=
16:54:57				026/517 - 2/22: Installing method Bag>>add:
16:54:57				026/517 - 3/22: Installing method Bag>>add:withOccurrences:
16:54:57				026/517 - 4/22: Installing method Bag>>asBag
16:54:57				026/517 - 5/22: Installing method Bag>>asSet
16:54:57				026/517 - 6/22: Installing method Bag>>associationsDo:
16:54:57				026/517 - 7/22: Installing method Bag>>cumulativeCounts
16:54:57				026/517 - 8/22: Installing method Bag>>do:
16:54:57				026/517 - 9/22: Installing method Bag>>doWithOccurrences:
16:54:57				026/517 - 10/22: Installing method Bag>>includes:
16:54:57				026/517 - 11/22: Installing method Bag>>keysAndValuesDo:
16:54:57				026/517 - 12/22: Installing method Bag>>occurrencesOf:
16:54:57				026/517 - 13/22: Installing method Bag>>postCopy
16:54:57				026/517 - 14/22: Installing method Bag>>remove:ifAbsent:
16:54:57				026/517 - 15/22: Installing method Bag>>removeAll
16:54:57				026/517 - 16/22: Installing method Bag>>removeKey:ifAbsent:
16:54:57				026/517 - 17/22: Installing method Bag>>setContents:
16:54:57				026/517 - 18/22: Installing method Bag>>size
16:54:57				026/517 - 19/22: Installing method Bag>>sortedCounts
16:54:57				026/517 - 20/22: Installing method Bag>>sortedElements
16:54:57				026/517 - 21/22: Installing method Bag>>sum
16:54:57				026/517 - 22/22: Installing method Bag>>valuesAndCounts
16:54:57				026/517 - 1/4: Installing method Bag class>>contentsClass
16:54:57				026/517 - 2/4: Installing method Bag class>>new
16:54:57				026/517 - 3/4: Installing method Bag class>>new:
16:54:57				026/517 - 4/4: Installing method Bag class>>newFrom:
16:54:58				027/517 - 1/26: Installing method BasicCommandLineHandler>>activate
16:54:58				027/517 - 2/26: Installing method BasicCommandLineHandler>>activateSubCommand:
16:54:58				027/517 - 3/26: Installing method BasicCommandLineHandler>>checkPassword
16:54:58				027/517 - 4/26: Installing method BasicCommandLineHandler>>copySubcommand
16:54:58				027/517 - 5/26: Installing method BasicCommandLineHandler>>copyright
16:54:58				027/517 - 6/26: Installing method BasicCommandLineHandler>>default
16:54:58				027/517 - 7/26: Installing method BasicCommandLineHandler>>disabledAccessMode
16:54:58				027/517 - 8/26: Installing method BasicCommandLineHandler>>error
16:54:58				027/517 - 9/26: Installing method BasicCommandLineHandler>>firstArgument
16:54:58				027/517 - 10/26: Installing method BasicCommandLineHandler>>handleArgument:
16:54:58				027/517 - 11/26: Installing method BasicCommandLineHandler>>handleEmptyArguments
16:54:58				027/517 - 12/26: Installing method BasicCommandLineHandler>>handleExit:
16:54:58				027/517 - 13/26: Installing method BasicCommandLineHandler>>handleExit:for:
16:54:58				027/517 - 14/26: Installing method BasicCommandLineHandler>>handlePassword:
16:54:58				027/517 - 15/26: Installing method BasicCommandLineHandler>>handleSubcommand
16:54:58				027/517 - 16/26: Installing method BasicCommandLineHandler>>initialize
16:54:58				027/517 - 17/26: Installing method BasicCommandLineHandler>>list
16:54:58				027/517 - 18/26: Installing method BasicCommandLineHandler>>noQuit
16:54:58				027/517 - 19/26: Installing method BasicCommandLineHandler>>readOnlyAccessMode
16:54:58				027/517 - 20/26: Installing method BasicCommandLineHandler>>readWriteAccessMode
16:54:58				027/517 - 21/26: Installing method BasicCommandLineHandler>>requirePasswordFor:
16:54:58				027/517 - 22/26: Installing method BasicCommandLineHandler>>selectHandlers
16:54:58				027/517 - 23/26: Installing method BasicCommandLineHandler>>selectedHandler
16:54:58				027/517 - 24/26: Installing method BasicCommandLineHandler>>subCommandsRoot
16:54:58				027/517 - 25/26: Installing method BasicCommandLineHandler>>version
16:54:58				027/517 - 26/26: Installing method BasicCommandLineHandler>>writeOnlyAccessMode
16:54:58				027/517 - 1/7: Installing method BasicCommandLineHandler class>>commandLinePasswordManager
16:54:58				027/517 - 2/7: Installing method BasicCommandLineHandler class>>commandName
16:54:58				027/517 - 3/7: Installing method BasicCommandLineHandler class>>description
16:54:58				027/517 - 4/7: Installing method BasicCommandLineHandler class>>initialize
16:54:58				027/517 - 5/7: Installing method BasicCommandLineHandler class>>isResponsibleFor:
16:54:58				027/517 - 6/7: Installing method BasicCommandLineHandler class>>priority
16:54:58				027/517 - 7/7: Installing method BasicCommandLineHandler class>>startUp:
16:55:04				028/517 - 1/205: Installing method Behavior>><<
16:55:04				028/517 - 2/205: Installing method Behavior>>>>
16:55:04				028/517 - 3/205: Installing method Behavior>>addObsoleteSubclass:
16:55:04				028/517 - 4/205: Installing method Behavior>>addSelector:withMethod:
16:55:04				028/517 - 5/205: Installing method Behavior>>addSelectorSilently:withMethod:
16:55:04				028/517 - 6/205: Installing method Behavior>>adoptInstance:
16:55:04				028/517 - 7/205: Installing method Behavior>>allCallsOn
16:55:04				028/517 - 8/205: Installing method Behavior>>allCallsOn:
16:55:04				028/517 - 9/205: Installing method Behavior>>allClassVarNames
16:55:04				028/517 - 10/205: Installing method Behavior>>allInstVarNames
16:55:04				028/517 - 11/205: Installing method Behavior>>allInstances
16:55:04				028/517 - 12/205: Installing method Behavior>>allInstancesDo:
16:55:04				028/517 - 13/205: Installing method Behavior>>allInstancesOrNil
16:55:04				028/517 - 14/205: Installing method Behavior>>allMethods
16:55:04				028/517 - 15/205: Installing method Behavior>>allMethodsAccessingSlot:
16:55:04				028/517 - 16/205: Installing method Behavior>>allMethodsReadingSlot:
16:55:04				028/517 - 17/205: Installing method Behavior>>allMethodsWritingSlot:
16:55:04				028/517 - 18/205: Installing method Behavior>>allSelectors
16:55:04				028/517 - 19/205: Installing method Behavior>>allSelectorsAbove
16:55:04				028/517 - 20/205: Installing method Behavior>>allSelectorsAboveUntil:
16:55:04				028/517 - 21/205: Installing method Behavior>>allSelectorsBelow:
16:55:04				028/517 - 22/205: Installing method Behavior>>allSelectorsWithout:
16:55:04				028/517 - 23/205: Installing method Behavior>>allSharedPools
16:55:04				028/517 - 24/205: Installing method Behavior>>allSlots
16:55:04				028/517 - 25/205: Installing method Behavior>>allSubInstances
16:55:04				028/517 - 26/205: Installing method Behavior>>allSubInstancesDo:
16:55:04				028/517 - 27/205: Installing method Behavior>>allSubclasses
16:55:04				028/517 - 28/205: Installing method Behavior>>allSubclassesDo:
16:55:04				028/517 - 29/205: Installing method Behavior>>allSubclassesWithLevelDo:startingLevel:
16:55:04				028/517 - 30/205: Installing method Behavior>>allSuperclasses
16:55:04				028/517 - 31/205: Installing method Behavior>>allSuperclassesDo:
16:55:04				028/517 - 32/205: Installing method Behavior>>allSuperclassesIncluding:
16:55:04				028/517 - 33/205: Installing method Behavior>>allUnsentMessages
16:55:04				028/517 - 34/205: Installing method Behavior>>basicIdentityHash
16:55:04				028/517 - 35/205: Installing method Behavior>>basicNew
16:55:04				028/517 - 36/205: Installing method Behavior>>basicNew:
16:55:04				028/517 - 37/205: Installing method Behavior>>basicNewTenured
16:55:04				028/517 - 38/205: Installing method Behavior>>basicNewTenured:
16:55:04				028/517 - 39/205: Installing method Behavior>>basicObsoleteSubclasses
16:55:04				028/517 - 40/205: Installing method Behavior>>basicSuperclass:
16:55:04				028/517 - 41/205: Installing method Behavior>>becomeUncompact
16:55:04				028/517 - 42/205: Installing method Behavior>>binding
16:55:04				028/517 - 43/205: Installing method Behavior>>bindingOf:
16:55:04				028/517 - 44/205: Installing method Behavior>>byteSizeOfInstance
16:55:04				028/517 - 45/205: Installing method Behavior>>byteSizeOfInstanceOfSize:
16:55:04				028/517 - 46/205: Installing method Behavior>>canPerform:
16:55:04				028/517 - 47/205: Installing method Behavior>>canUnderstand:
16:55:04				028/517 - 48/205: Installing method Behavior>>classAndMethodFor:do:ifAbsent:
16:55:04				028/517 - 49/205: Installing method Behavior>>classBindingOf:
16:55:04				028/517 - 50/205: Installing method Behavior>>classDepth
16:55:04				028/517 - 51/205: Installing method Behavior>>classLayout
16:55:04				028/517 - 52/205: Installing method Behavior>>classLayout:
16:55:04				028/517 - 53/205: Installing method Behavior>>classVarNames
16:55:04				028/517 - 54/205: Installing method Behavior>>cleanUp
16:55:04				028/517 - 55/205: Installing method Behavior>>cleanUp:
16:55:04				028/517 - 56/205: Installing method Behavior>>codeChangeAnnouncer
16:55:04				028/517 - 57/205: Installing method Behavior>>codeSupportAnnouncer
16:55:04				028/517 - 58/205: Installing method Behavior>>compiledMethodAt:
16:55:04				028/517 - 59/205: Installing method Behavior>>compiledMethodAt:ifAbsent:
16:55:04				028/517 - 60/205: Installing method Behavior>>compiledMethodAt:ifPresent:
16:55:04				028/517 - 61/205: Installing method Behavior>>compiledMethodAt:ifPresent:ifAbsent:
16:55:04				028/517 - 62/205: Installing method Behavior>>deepCopy
16:55:04				028/517 - 63/205: Installing method Behavior>>definedMethods
16:55:04				028/517 - 64/205: Installing method Behavior>>definedSelectors
16:55:04				028/517 - 65/205: Installing method Behavior>>definedVariables
16:55:04				028/517 - 66/205: Installing method Behavior>>elementSize
16:55:04				028/517 - 67/205: Installing method Behavior>>emptyMethodDictionary
16:55:04				028/517 - 68/205: Installing method Behavior>>ensureProperties
16:55:04				028/517 - 69/205: Installing method Behavior>>environment
16:55:04				028/517 - 70/205: Installing method Behavior>>findOriginClassOf:
16:55:04				028/517 - 71/205: Installing method Behavior>>findOriginMethodOf:
16:55:04				028/517 - 72/205: Installing method Behavior>>fluidInstall
16:55:04				028/517 - 73/205: Installing method Behavior>>flushCache
16:55:04				028/517 - 74/205: Installing method Behavior>>format
16:55:05				028/517 - 75/205: Installing method Behavior>>handleFailingBasicNew
16:55:05				028/517 - 76/205: Installing method Behavior>>handleFailingBasicNew:
16:55:05				028/517 - 77/205: Installing method Behavior>>handleFailingBasicNewWithGC:
16:55:05				028/517 - 78/205: Installing method Behavior>>handleFailingFailingBasicNew
16:55:05				028/517 - 79/205: Installing method Behavior>>handleFailingFailingBasicNew:
16:55:05				028/517 - 80/205: Installing method Behavior>>hasAbstractMethods
16:55:05				028/517 - 81/205: Installing method Behavior>>hasBindingOf:
16:55:05				028/517 - 82/205: Installing method Behavior>>hasMethodAccessingVariable:
16:55:05				028/517 - 83/205: Installing method Behavior>>hasMethods
16:55:05				028/517 - 84/205: Installing method Behavior>>hasProperty:
16:55:05				028/517 - 85/205: Installing method Behavior>>hasSelectorReferringTo:
16:55:05				028/517 - 86/205: Installing method Behavior>>includesBehavior:
16:55:05				028/517 - 87/205: Installing method Behavior>>includesLocalSelector:
16:55:05				028/517 - 88/205: Installing method Behavior>>includesMethod:
16:55:05				028/517 - 89/205: Installing method Behavior>>includesSelector:
16:55:05				028/517 - 90/205: Installing method Behavior>>inheritsFrom:
16:55:05				028/517 - 91/205: Installing method Behavior>>initialize
16:55:05				028/517 - 92/205: Installing method Behavior>>initializeSlots:
16:55:05				028/517 - 93/205: Installing method Behavior>>instSize
16:55:05				028/517 - 94/205: Installing method Behavior>>instSpec
16:55:05				028/517 - 95/205: Installing method Behavior>>instVarNames
16:55:05				028/517 - 96/205: Installing method Behavior>>instanceCount
16:55:05				028/517 - 97/205: Installing method Behavior>>instanceVariables
16:55:05				028/517 - 98/205: Installing method Behavior>>instancesSizeInMemory
16:55:05				028/517 - 99/205: Installing method Behavior>>isAbstract
16:55:05				028/517 - 100/205: Installing method Behavior>>isAnonymous
16:55:05				028/517 - 101/205: Installing method Behavior>>isBehavior
16:55:05				028/517 - 102/205: Installing method Behavior>>isBits
16:55:05				028/517 - 103/205: Installing method Behavior>>isBytes
16:55:05				028/517 - 104/205: Installing method Behavior>>isCompact
16:55:05				028/517 - 105/205: Installing method Behavior>>isDisabledSelector:
16:55:05				028/517 - 106/205: Installing method Behavior>>isDoubleWords
16:55:05				028/517 - 107/205: Installing method Behavior>>isEphemeronClass
16:55:05				028/517 - 108/205: Installing method Behavior>>isFixed
16:55:05				028/517 - 109/205: Installing method Behavior>>isImmediateClass
16:55:05				028/517 - 110/205: Installing method Behavior>>isInClassHierarchyOf:
16:55:05				028/517 - 111/205: Installing method Behavior>>isManifest
16:55:05				028/517 - 112/205: Installing method Behavior>>isMeta
16:55:05				028/517 - 113/205: Installing method Behavior>>isObsolete
16:55:05				028/517 - 114/205: Installing method Behavior>>isPointers
16:55:05				028/517 - 115/205: Installing method Behavior>>isPool
16:55:05				028/517 - 116/205: Installing method Behavior>>isReferenced
16:55:05				028/517 - 117/205: Installing method Behavior>>isRootInEnvironment
16:55:05				028/517 - 118/205: Installing method Behavior>>isUsed
16:55:05				028/517 - 119/205: Installing method Behavior>>isVariable
16:55:05				028/517 - 120/205: Installing method Behavior>>isWeak
16:55:05				028/517 - 121/205: Installing method Behavior>>isWords
16:55:05				028/517 - 122/205: Installing method Behavior>>localMethods
16:55:05				028/517 - 123/205: Installing method Behavior>>localSelectors
16:55:05				028/517 - 124/205: Installing method Behavior>>lookupSelector:
16:55:05				028/517 - 125/205: Installing method Behavior>>lookupVar:
16:55:05				028/517 - 126/205: Installing method Behavior>>methodDict
16:55:05				028/517 - 127/205: Installing method Behavior>>methodDict:
16:55:05				028/517 - 128/205: Installing method Behavior>>methodDictionary
16:55:05				028/517 - 129/205: Installing method Behavior>>methodDictionary:
16:55:05				028/517 - 130/205: Installing method Behavior>>methods
16:55:05				028/517 - 131/205: Installing method Behavior>>methodsAccessingSlot:
16:55:05				028/517 - 132/205: Installing method Behavior>>methodsDo:
16:55:05				028/517 - 133/205: Installing method Behavior>>methodsReadingSlot:
16:55:05				028/517 - 134/205: Installing method Behavior>>methodsReferencingClass:
16:55:05				028/517 - 135/205: Installing method Behavior>>methodsReferencingClasses:
16:55:05				028/517 - 136/205: Installing method Behavior>>methodsWritingSlot:
16:55:05				028/517 - 137/205: Installing method Behavior>>name
16:55:05				028/517 - 138/205: Installing method Behavior>>new
16:55:05				028/517 - 139/205: Installing method Behavior>>new:
16:55:05				028/517 - 140/205: Installing method Behavior>>newTenured
16:55:05				028/517 - 141/205: Installing method Behavior>>newTenured:
16:55:05				028/517 - 142/205: Installing method Behavior>>nonObsoleteClass
16:55:05				028/517 - 143/205: Installing method Behavior>>obsolete
16:55:05				028/517 - 144/205: Installing method Behavior>>obsoleteSubclasses
16:55:05				028/517 - 145/205: Installing method Behavior>>originalName
16:55:05				028/517 - 146/205: Installing method Behavior>>packageOrganizer
16:55:05				028/517 - 147/205: Installing method Behavior>>postCopy
16:55:05				028/517 - 148/205: Installing method Behavior>>pragmas
16:55:05				028/517 - 149/205: Installing method Behavior>>pragmasDo:
16:55:05				028/517 - 150/205: Installing method Behavior>>printOn:
16:55:05				028/517 - 151/205: Installing method Behavior>>properties
16:55:05				028/517 - 152/205: Installing method Behavior>>propertyAt:
16:55:05				028/517 - 153/205: Installing method Behavior>>propertyAt:ifAbsent:
16:55:05				028/517 - 154/205: Installing method Behavior>>propertyAt:put:
16:55:05				028/517 - 155/205: Installing method Behavior>>realClass
16:55:05				028/517 - 156/205: Installing method Behavior>>referencedClasses
16:55:05				028/517 - 157/205: Installing method Behavior>>removeAllObsoleteSubclasses
16:55:05				028/517 - 158/205: Installing method Behavior>>removePropertiesIfEmpty
16:55:05				028/517 - 159/205: Installing method Behavior>>removeProperty:
16:55:05				028/517 - 160/205: Installing method Behavior>>removeProperty:ifAbsent:
16:55:05				028/517 - 161/205: Installing method Behavior>>removeSelector:
16:55:05				028/517 - 162/205: Installing method Behavior>>removeSelectorSilently:
16:55:05				028/517 - 163/205: Installing method Behavior>>restartMethods
16:55:05				028/517 - 164/205: Installing method Behavior>>selectSubclasses:
16:55:05				028/517 - 165/205: Installing method Behavior>>selectSuperclasses:
16:55:05				028/517 - 166/205: Installing method Behavior>>selectors
16:55:05				028/517 - 167/205: Installing method Behavior>>selectorsAndMethodsDo:
16:55:05				028/517 - 168/205: Installing method Behavior>>selectorsDo:
16:55:05				028/517 - 169/205: Installing method Behavior>>selectorsWithArgs:
16:55:05				028/517 - 170/205: Installing method Behavior>>setFormat:
16:55:05				028/517 - 171/205: Installing method Behavior>>shouldNotBeRedefined
16:55:05				028/517 - 172/205: Installing method Behavior>>shutDown
16:55:05				028/517 - 173/205: Installing method Behavior>>shutDown:
16:55:05				028/517 - 174/205: Installing method Behavior>>slots
16:55:05				028/517 - 175/205: Installing method Behavior>>someInstance
16:55:05				028/517 - 176/205: Installing method Behavior>>sourceCodeAt:
16:55:05				028/517 - 177/205: Installing method Behavior>>sourceCodeAt:ifAbsent:
16:55:05				028/517 - 178/205: Installing method Behavior>>sourceCodeTemplate
16:55:05				028/517 - 179/205: Installing method Behavior>>spaceUsed
16:55:05				028/517 - 180/205: Installing method Behavior>>startUp
16:55:05				028/517 - 181/205: Installing method Behavior>>startUp:
16:55:05				028/517 - 182/205: Installing method Behavior>>subclassDefinerClass
16:55:05				028/517 - 183/205: Installing method Behavior>>subclassInstVarNames
16:55:05				028/517 - 184/205: Installing method Behavior>>superclass
16:55:05				028/517 - 185/205: Installing method Behavior>>superclass:
16:55:05				028/517 - 186/205: Installing method Behavior>>superclass:methodDictionary:format:
16:55:05				028/517 - 187/205: Installing method Behavior>>thoroughHasSelectorReferringTo:
16:55:05				028/517 - 188/205: Installing method Behavior>>thoroughWhichMethodsReferTo:
16:55:05				028/517 - 189/205: Installing method Behavior>>thoroughWhichMethodsReferTo:specialIndex:
16:55:05				028/517 - 190/205: Installing method Behavior>>thoroughWhichSelectorsReferTo:
16:55:05				028/517 - 191/205: Installing method Behavior>>unreferencedInstanceVariables
16:55:05				028/517 - 192/205: Installing method Behavior>>usingMethods
16:55:05				028/517 - 193/205: Installing method Behavior>>whichClassDefinesClassVar:
16:55:05				028/517 - 194/205: Installing method Behavior>>whichClassDefinesInstVar:
16:55:05				028/517 - 195/205: Installing method Behavior>>whichClassIncludesSelector:
16:55:05				028/517 - 196/205: Installing method Behavior>>whichMethodsReferTo:
16:55:05				028/517 - 197/205: Installing method Behavior>>whichSelectorsReferTo:
16:55:05				028/517 - 198/205: Installing method Behavior>>whichSuperclassSatisfies:
16:55:05				028/517 - 199/205: Installing method Behavior>>withAllSubAndSuperclassesDo:
16:55:05				028/517 - 200/205: Installing method Behavior>>withAllSubclasses
16:55:05				028/517 - 201/205: Installing method Behavior>>withAllSubclassesDo:
16:55:05				028/517 - 202/205: Installing method Behavior>>withAllSuperAndSubclasses
16:55:05				028/517 - 203/205: Installing method Behavior>>withAllSuperAndSubclassesDo:
16:55:05				028/517 - 204/205: Installing method Behavior>>withAllSuperclasses
16:55:05				028/517 - 205/205: Installing method Behavior>>withAllSuperclassesDo:
16:55:05				028/517 - 1/4: Installing method Behavior class>>initialize
16:55:05				028/517 - 2/4: Installing method Behavior class>>initializeClassProperties
16:55:05				028/517 - 3/4: Installing method Behavior class>>initializeObsoleteSubclasses
16:55:05				028/517 - 4/4: Installing method Behavior class>>sortBlock
16:55:05				029/517 - 1/9: Installing method BinaryFileStream>>close
16:55:06				029/517 - 2/9: Installing method BinaryFileStream>>closed
16:55:06				029/517 - 3/9: Installing method BinaryFileStream>>finalize
16:55:06				029/517 - 4/9: Installing method BinaryFileStream>>peek
16:55:06				029/517 - 5/9: Installing method BinaryFileStream>>register
16:55:06				029/517 - 6/9: Installing method BinaryFileStream>>skip:
16:55:06				029/517 - 7/9: Installing method BinaryFileStream>>truncate
16:55:06				029/517 - 8/9: Installing method BinaryFileStream>>truncate:
16:55:06				029/517 - 9/9: Installing method BinaryFileStream>>unregister
16:55:06				030/517 - 1/9: Installing method BitsLayout>>bytesPerSlot
16:55:06				030/517 - 2/9: Installing method BitsLayout>>extend
16:55:06				030/517 - 3/9: Installing method BitsLayout>>extendByte
16:55:06				030/517 - 4/9: Installing method BitsLayout>>extendDoubleByte
16:55:06				030/517 - 5/9: Installing method BitsLayout>>extendDoubleWord
16:55:06				030/517 - 6/9: Installing method BitsLayout>>extendWeak:
16:55:06				030/517 - 7/9: Installing method BitsLayout>>extendWord
16:55:06				030/517 - 8/9: Installing method BitsLayout>>isBits
16:55:06				030/517 - 9/9: Installing method BitsLayout>>isVariable
16:55:06				030/517 - 1/1: Installing method BitsLayout class>>isAbstract
16:55:06				031/517 - 1/2: Installing method BlockCannotReturn>>home
16:55:06				031/517 - 2/2: Installing method BlockCannotReturn>>home:
16:55:06				031/517 - 1/1: Installing method BlockCannotReturn class>>result:from:
16:55:07				032/517 - 1/93: Installing method BlockClosure>>argumentCount
16:55:07				032/517 - 2/93: Installing method BlockClosure>>argumentNames
16:55:07				032/517 - 3/93: Installing method BlockClosure>>asContext
16:55:07				032/517 - 4/93: Installing method BlockClosure>>asContextWithSender:
16:55:08				032/517 - 5/93: Installing method BlockClosure>>asMinimalRepresentation
16:55:08				032/517 - 6/93: Installing method BlockClosure>>assert
16:55:08				032/517 - 7/93: Installing method BlockClosure>>assertWithDescription:
16:55:08				032/517 - 8/93: Installing method BlockClosure>>clearTemporariesOn:
16:55:08				032/517 - 9/93: Installing method BlockClosure>>compiledBlock
16:55:08				032/517 - 10/93: Installing method BlockClosure>>compiledBlock:
16:55:08				032/517 - 11/93: Installing method BlockClosure>>copiedValueAt:
16:55:08				032/517 - 12/93: Installing method BlockClosure>>copyForSaving
16:55:08				032/517 - 13/93: Installing method BlockClosure>>cull:
16:55:08				032/517 - 14/93: Installing method BlockClosure>>cull:cull:
16:55:08				032/517 - 15/93: Installing method BlockClosure>>cull:cull:cull:
16:55:08				032/517 - 16/93: Installing method BlockClosure>>cull:cull:cull:cull:
16:55:08				032/517 - 17/93: Installing method BlockClosure>>doPrintOn:
16:55:08				032/517 - 18/93: Installing method BlockClosure>>doWhileFalse:
16:55:08				032/517 - 19/93: Installing method BlockClosure>>doWhileTrue:
16:55:08				032/517 - 20/93: Installing method BlockClosure>>endPC
16:55:08				032/517 - 21/93: Installing method BlockClosure>>ensure:
16:55:08				032/517 - 22/93: Installing method BlockClosure>>fork
16:55:08				032/517 - 23/93: Installing method BlockClosure>>forkAndWait
16:55:08				032/517 - 24/93: Installing method BlockClosure>>forkAt:
16:55:08				032/517 - 25/93: Installing method BlockClosure>>forkAt:named:
16:55:08				032/517 - 26/93: Installing method BlockClosure>>forkNamed:
16:55:08				032/517 - 27/93: Installing method BlockClosure>>hasNonLocalReturn
16:55:08				032/517 - 28/93: Installing method BlockClosure>>home
16:55:08				032/517 - 29/93: Installing method BlockClosure>>homeMethod
16:55:08				032/517 - 30/93: Installing method BlockClosure>>ifCurtailed:
16:55:08				032/517 - 31/93: Installing method BlockClosure>>initialStackPointer
16:55:08				032/517 - 32/93: Installing method BlockClosure>>isBlock
16:55:08				032/517 - 33/93: Installing method BlockClosure>>isClean
16:55:08				032/517 - 34/93: Installing method BlockClosure>>isClosure
16:55:08				032/517 - 35/93: Installing method BlockClosure>>isConstant
16:55:08				032/517 - 36/93: Installing method BlockClosure>>isDead
16:55:08				032/517 - 37/93: Installing method BlockClosure>>isFullBlock
16:55:08				032/517 - 38/93: Installing method BlockClosure>>isValid
16:55:08				032/517 - 39/93: Installing method BlockClosure>>method
16:55:08				032/517 - 40/93: Installing method BlockClosure>>newProcess
16:55:08				032/517 - 41/93: Installing method BlockClosure>>newProcessWith:
16:55:08				032/517 - 42/93: Installing method BlockClosure>>numArgs
16:55:08				032/517 - 43/93: Installing method BlockClosure>>numArgs:
16:55:08				032/517 - 44/93: Installing method BlockClosure>>numArgsError:
16:55:08				032/517 - 45/93: Installing method BlockClosure>>numCopiedValues
16:55:08				032/517 - 46/93: Installing method BlockClosure>>numTemps
16:55:08				032/517 - 47/93: Installing method BlockClosure>>on:do:
16:55:08				032/517 - 48/93: Installing method BlockClosure>>on:fork:
16:55:08				032/517 - 49/93: Installing method BlockClosure>>on:fork:return:
16:55:08				032/517 - 50/93: Installing method BlockClosure>>onDNU:do:
16:55:08				032/517 - 51/93: Installing method BlockClosure>>onErrorDo:
16:55:08				032/517 - 52/93: Installing method BlockClosure>>outerContext
16:55:08				032/517 - 53/93: Installing method BlockClosure>>outerContext:
16:55:08				032/517 - 54/93: Installing method BlockClosure>>printOn:
16:55:08				032/517 - 55/93: Installing method BlockClosure>>receiver
16:55:08				032/517 - 56/93: Installing method BlockClosure>>reentrant
16:55:08				032/517 - 57/93: Installing method BlockClosure>>repeat
16:55:08				032/517 - 58/93: Installing method BlockClosure>>repeatWithGCIf:
16:55:08				032/517 - 59/93: Installing method BlockClosure>>sender
16:55:08				032/517 - 60/93: Installing method BlockClosure>>simulateValueWithArguments:caller:
16:55:08				032/517 - 61/93: Installing method BlockClosure>>split:indicesDo:
16:55:08				032/517 - 62/93: Installing method BlockClosure>>startpc
16:55:08				032/517 - 63/93: Installing method BlockClosure>>startpcOrOuterCode
16:55:08				032/517 - 64/93: Installing method BlockClosure>>tempNames
16:55:08				032/517 - 65/93: Installing method BlockClosure>>value
16:55:08				032/517 - 66/93: Installing method BlockClosure>>value:
16:55:08				032/517 - 67/93: Installing method BlockClosure>>value:value:
16:55:08				032/517 - 68/93: Installing method BlockClosure>>value:value:value:
16:55:08				032/517 - 69/93: Installing method BlockClosure>>value:value:value:value:
16:55:08				032/517 - 70/93: Installing method BlockClosure>>valueAfterWaiting:
16:55:08				032/517 - 71/93: Installing method BlockClosure>>valueNoContextSwitch
16:55:08				032/517 - 72/93: Installing method BlockClosure>>valueNoContextSwitch:
16:55:08				032/517 - 73/93: Installing method BlockClosure>>valueSupplyingAnswer:
16:55:08				032/517 - 74/93: Installing method BlockClosure>>valueSupplyingAnswers:
16:55:08				032/517 - 75/93: Installing method BlockClosure>>valueSuppressingAllMessages
16:55:08				032/517 - 76/93: Installing method BlockClosure>>valueSuppressingMessages:
16:55:08				032/517 - 77/93: Installing method BlockClosure>>valueSuppressingMessages:supplyingAnswers:
16:55:08				032/517 - 78/93: Installing method BlockClosure>>valueUninterruptably
16:55:08				032/517 - 79/93: Installing method BlockClosure>>valueUnpreemptively
16:55:08				032/517 - 80/93: Installing method BlockClosure>>valueUnwindInContext:
16:55:08				032/517 - 81/93: Installing method BlockClosure>>valueWithArguments:
16:55:08				032/517 - 82/93: Installing method BlockClosure>>valueWithEnoughArguments:
16:55:08				032/517 - 83/93: Installing method BlockClosure>>valueWithExit
16:55:08				032/517 - 84/93: Installing method BlockClosure>>valueWithInterval:
16:55:08				032/517 - 85/93: Installing method BlockClosure>>valueWithPossibleArgs:
16:55:08				032/517 - 86/93: Installing method BlockClosure>>valueWithPossibleArgument:
16:55:08				032/517 - 87/93: Installing method BlockClosure>>whileFalse
16:55:08				032/517 - 88/93: Installing method BlockClosure>>whileFalse:
16:55:08				032/517 - 89/93: Installing method BlockClosure>>whileNil:
16:55:08				032/517 - 90/93: Installing method BlockClosure>>whileNotNil:
16:55:08				032/517 - 91/93: Installing method BlockClosure>>whileTrue
16:55:08				032/517 - 92/93: Installing method BlockClosure>>whileTrue:
16:55:08				032/517 - 93/93: Installing method BlockClosure>>withAllBlocksDo:
16:55:08				032/517 - 1/1: Installing method BlockClosure class>>isAbstract
16:55:08				033/517 - 1/21: Installing method Boolean>>&
16:55:08				033/517 - 2/21: Installing method Boolean>>==>
16:55:08				033/517 - 3/21: Installing method Boolean>>and:
16:55:08				033/517 - 4/21: Installing method Boolean>>asBit
16:55:08				033/517 - 5/21: Installing method Boolean>>asInteger
16:55:08				033/517 - 6/21: Installing method Boolean>>deepCopy
16:55:08				033/517 - 7/21: Installing method Boolean>>eqv:
16:55:08				033/517 - 8/21: Installing method Boolean>>ifFalse:
16:55:08				033/517 - 9/21: Installing method Boolean>>ifFalse:ifTrue:
16:55:08				033/517 - 10/21: Installing method Boolean>>ifTrue:
16:55:08				033/517 - 11/21: Installing method Boolean>>ifTrue:ifFalse:
16:55:09				033/517 - 12/21: Installing method Boolean>>isLiteral
16:55:09				033/517 - 13/21: Installing method Boolean>>isSelfEvaluating
16:55:09				033/517 - 14/21: Installing method Boolean>>not
16:55:09				033/517 - 15/21: Installing method Boolean>>or:
16:55:09				033/517 - 16/21: Installing method Boolean>>setPinnedInMemory:
16:55:09				033/517 - 17/21: Installing method Boolean>>shallowCopy
16:55:09				033/517 - 18/21: Installing method Boolean>>storeOn:
16:55:09				033/517 - 19/21: Installing method Boolean>>veryDeepCopyWith:
16:55:09				033/517 - 20/21: Installing method Boolean>>xor:
16:55:09				033/517 - 21/21: Installing method Boolean>>|
16:55:09				033/517 - 1/1: Installing method Boolean class>>new
16:55:09				034/517 - 1/16: Installing method BoxedFloat64>>*
16:55:09				034/517 - 2/16: Installing method BoxedFloat64>>+
16:55:09				034/517 - 3/16: Installing method BoxedFloat64>>-
16:55:09				034/517 - 4/16: Installing method BoxedFloat64>>/
16:55:09				034/517 - 5/16: Installing method BoxedFloat64>><
16:55:09				034/517 - 6/16: Installing method BoxedFloat64>><=
16:55:09				034/517 - 7/16: Installing method BoxedFloat64>>=
16:55:09				034/517 - 8/16: Installing method BoxedFloat64>>>
16:55:09				034/517 - 9/16: Installing method BoxedFloat64>>>=
16:55:09				034/517 - 10/16: Installing method BoxedFloat64>>exp
16:55:09				034/517 - 11/16: Installing method BoxedFloat64>>exponent
16:55:09				034/517 - 12/16: Installing method BoxedFloat64>>fractionPart
16:55:09				034/517 - 13/16: Installing method BoxedFloat64>>ln
16:55:09				034/517 - 14/16: Installing method BoxedFloat64>>timesTwoPower:
16:55:09				034/517 - 15/16: Installing method BoxedFloat64>>truncated
16:55:09				034/517 - 16/16: Installing method BoxedFloat64>>~=
16:55:09				034/517 - 1/2: Installing method BoxedFloat64 class>>basicNew
16:55:09				034/517 - 2/2: Installing method BoxedFloat64 class>>basicNew:
16:55:10				035/517 - 1/106: Installing method ByteArray>>=
16:55:10				035/517 - 2/106: Installing method ByteArray>>asByteArray
16:55:10				035/517 - 3/106: Installing method ByteArray>>asByteArrayOfSize:
16:55:10				035/517 - 4/106: Installing method ByteArray>>asByteArrayPointer
16:55:10				035/517 - 5/106: Installing method ByteArray>>asExternalPointer
16:55:10				035/517 - 6/106: Installing method ByteArray>>asInteger
16:55:10				035/517 - 7/106: Installing method ByteArray>>asString
16:55:10				035/517 - 8/106: Installing method ByteArray>>asWideString
16:55:10				035/517 - 9/106: Installing method ByteArray>>atAllPut:
16:55:10				035/517 - 10/106: Installing method ByteArray>>bitXor:
16:55:10				035/517 - 11/106: Installing method ByteArray>>boolean8AtOffset:
16:55:10				035/517 - 12/106: Installing method ByteArray>>boolean8AtOffset:put:
16:55:10				035/517 - 13/106: Installing method ByteArray>>booleanAt:
16:55:10				035/517 - 14/106: Installing method ByteArray>>booleanAt:put:
16:55:10				035/517 - 15/106: Installing method ByteArray>>byteAt:
16:55:10				035/517 - 16/106: Installing method ByteArray>>byteAt:put:
16:55:10				035/517 - 17/106: Installing method ByteArray>>byteSize
16:55:10				035/517 - 18/106: Installing method ByteArray>>char16AtOffset:
16:55:10				035/517 - 19/106: Installing method ByteArray>>char16AtOffset:put:
16:55:10				035/517 - 20/106: Installing method ByteArray>>char32AtOffset:
16:55:10				035/517 - 21/106: Installing method ByteArray>>char32AtOffset:put:
16:55:10				035/517 - 22/106: Installing method ByteArray>>char8AtOffset:
16:55:10				035/517 - 23/106: Installing method ByteArray>>char8AtOffset:put:
16:55:10				035/517 - 24/106: Installing method ByteArray>>decodeWith:
16:55:10				035/517 - 25/106: Installing method ByteArray>>defaultElement
16:55:10				035/517 - 26/106: Installing method ByteArray>>doubleAt:
16:55:10				035/517 - 27/106: Installing method ByteArray>>doubleAt:bigEndian:
16:55:10				035/517 - 28/106: Installing method ByteArray>>doubleAt:put:
16:55:10				035/517 - 29/106: Installing method ByteArray>>doubleAt:put:bigEndian:
16:55:10				035/517 - 30/106: Installing method ByteArray>>float32AtOffset:
16:55:10				035/517 - 31/106: Installing method ByteArray>>float32AtOffset:put:
16:55:10				035/517 - 32/106: Installing method ByteArray>>float64AtOffset:
16:55:11				035/517 - 33/106: Installing method ByteArray>>float64AtOffset:put:
16:55:11				035/517 - 34/106: Installing method ByteArray>>floatAt:
16:55:11				035/517 - 35/106: Installing method ByteArray>>floatAt:bigEndian:
16:55:11				035/517 - 36/106: Installing method ByteArray>>floatAt:put:
16:55:11				035/517 - 37/106: Installing method ByteArray>>hash
16:55:11				035/517 - 38/106: Installing method ByteArray>>hex
16:55:11				035/517 - 39/106: Installing method ByteArray>>hexDumpOn:max:
16:55:11				035/517 - 40/106: Installing method ByteArray>>indexOf:startingAt:
16:55:11				035/517 - 41/106: Installing method ByteArray>>int16AtOffset:
16:55:11				035/517 - 42/106: Installing method ByteArray>>int16AtOffset:put:
16:55:11				035/517 - 43/106: Installing method ByteArray>>int32AtOffset:
16:55:11				035/517 - 44/106: Installing method ByteArray>>int32AtOffset:put:
16:55:11				035/517 - 45/106: Installing method ByteArray>>int64AtOffset:
16:55:11				035/517 - 46/106: Installing method ByteArray>>int64AtOffset:put:
16:55:11				035/517 - 47/106: Installing method ByteArray>>int8AtOffset:
16:55:11				035/517 - 48/106: Installing method ByteArray>>int8AtOffset:put:
16:55:11				035/517 - 49/106: Installing method ByteArray>>integerAt:put:size:signed:
16:55:11				035/517 - 50/106: Installing method ByteArray>>integerAt:size:signed:
16:55:11				035/517 - 51/106: Installing method ByteArray>>isExternalAddress
16:55:11				035/517 - 52/106: Installing method ByteArray>>isLiteral
16:55:11				035/517 - 53/106: Installing method ByteArray>>isNull
16:55:11				035/517 - 54/106: Installing method ByteArray>>longAt:bigEndian:
16:55:11				035/517 - 55/106: Installing method ByteArray>>longAt:put:bigEndian:
16:55:11				035/517 - 56/106: Installing method ByteArray>>longPointerAt:
16:55:11				035/517 - 57/106: Installing method ByteArray>>longPointerAt:put:
16:55:11				035/517 - 58/106: Installing method ByteArray>>pointerAt:
16:55:11				035/517 - 59/106: Installing method ByteArray>>pointerAt:put:
16:55:11				035/517 - 60/106: Installing method ByteArray>>pointerAtOffset:
16:55:11				035/517 - 61/106: Installing method ByteArray>>pointerAtOffset:put:
16:55:11				035/517 - 62/106: Installing method ByteArray>>printHexOn:
16:55:11				035/517 - 63/106: Installing method ByteArray>>printOn:
16:55:11				035/517 - 64/106: Installing method ByteArray>>putOn:
16:55:11				035/517 - 65/106: Installing method ByteArray>>readHexFrom:
16:55:11				035/517 - 66/106: Installing method ByteArray>>replaceFrom:to:with:startingAt:
16:55:11				035/517 - 67/106: Installing method ByteArray>>shortAt:bigEndian:
16:55:11				035/517 - 68/106: Installing method ByteArray>>shortAt:put:bigEndian:
16:55:11				035/517 - 69/106: Installing method ByteArray>>shortPointerAt:
16:55:11				035/517 - 70/106: Installing method ByteArray>>shortPointerAt:put:
16:55:11				035/517 - 71/106: Installing method ByteArray>>signedCharAt:
16:55:11				035/517 - 72/106: Installing method ByteArray>>signedCharAt:put:
16:55:11				035/517 - 73/106: Installing method ByteArray>>signedLongAt:
16:55:11				035/517 - 74/106: Installing method ByteArray>>signedLongAt:put:
16:55:11				035/517 - 75/106: Installing method ByteArray>>signedLongLongAt:
16:55:11				035/517 - 76/106: Installing method ByteArray>>signedLongLongAt:put:
16:55:11				035/517 - 77/106: Installing method ByteArray>>signedShortAt:
16:55:11				035/517 - 78/106: Installing method ByteArray>>signedShortAt:put:
16:55:11				035/517 - 79/106: Installing method ByteArray>>storeOn:
16:55:11				035/517 - 80/106: Installing method ByteArray>>structAt:length:
16:55:11				035/517 - 81/106: Installing method ByteArray>>structAt:put:length:
16:55:11				035/517 - 82/106: Installing method ByteArray>>uint16AtOffset:
16:55:11				035/517 - 83/106: Installing method ByteArray>>uint16AtOffset:put:
16:55:11				035/517 - 84/106: Installing method ByteArray>>uint32AtOffset:
16:55:11				035/517 - 85/106: Installing method ByteArray>>uint32AtOffset:put:
16:55:11				035/517 - 86/106: Installing method ByteArray>>uint64AtOffset:
16:55:11				035/517 - 87/106: Installing method ByteArray>>uint64AtOffset:put:
16:55:11				035/517 - 88/106: Installing method ByteArray>>uint8AtOffset:
16:55:11				035/517 - 89/106: Installing method ByteArray>>uint8AtOffset:put:
16:55:11				035/517 - 90/106: Installing method ByteArray>>unsignedByteAt:
16:55:11				035/517 - 91/106: Installing method ByteArray>>unsignedByteAt:put:
16:55:11				035/517 - 92/106: Installing method ByteArray>>unsignedCharAt:
16:55:11				035/517 - 93/106: Installing method ByteArray>>unsignedCharAt:put:
16:55:11				035/517 - 94/106: Installing method ByteArray>>unsignedLongAt:
16:55:11				035/517 - 95/106: Installing method ByteArray>>unsignedLongAt:bigEndian:
16:55:11				035/517 - 96/106: Installing method ByteArray>>unsignedLongAt:put:
16:55:11				035/517 - 97/106: Installing method ByteArray>>unsignedLongAt:put:bigEndian:
16:55:11				035/517 - 98/106: Installing method ByteArray>>unsignedLongLongAt:
16:55:11				035/517 - 99/106: Installing method ByteArray>>unsignedLongLongAt:put:
16:55:11				035/517 - 100/106: Installing method ByteArray>>unsignedShortAt:
16:55:11				035/517 - 101/106: Installing method ByteArray>>unsignedShortAt:bigEndian:
16:55:11				035/517 - 102/106: Installing method ByteArray>>unsignedShortAt:put:
16:55:11				035/517 - 103/106: Installing method ByteArray>>unsignedShortAt:put:bigEndian:
16:55:11				035/517 - 104/106: Installing method ByteArray>>utf8Decoded
16:55:11				035/517 - 105/106: Installing method ByteArray>>voidAt:
16:55:11				035/517 - 106/106: Installing method ByteArray>>voidAt:put:
16:55:11				035/517 - 1/2: Installing method ByteArray class>>hashBytes:startingWith:
16:55:11				035/517 - 2/2: Installing method ByteArray class>>readHexFrom:
16:55:11				036/517 - 1/4: Installing method ByteLayout>>bytesPerSlot
16:55:11				036/517 - 2/4: Installing method ByteLayout>>extendByte
16:55:11				036/517 - 3/4: Installing method ByteLayout>>instanceSpecification
16:55:11				036/517 - 4/4: Installing method ByteLayout>>isBytes
16:55:11				036/517 - 1/1: Installing method ByteLayout class>>extending:scope:host:
16:55:11				037/517 - 1/18: Installing method ByteString>>asByteArray
16:55:11				037/517 - 2/18: Installing method ByteString>>asOctetString
16:55:11				037/517 - 3/18: Installing method ByteString>>at:
16:55:11				037/517 - 4/18: Installing method ByteString>>at:put:
16:55:11				037/517 - 5/18: Installing method ByteString>>byteAt:
16:55:11				037/517 - 6/18: Installing method ByteString>>byteAt:put:
16:55:11				037/517 - 7/18: Installing method ByteString>>byteSize
16:55:11				037/517 - 8/18: Installing method ByteString>>compareWith:
16:55:12				037/517 - 9/18: Installing method ByteString>>compareWith:collated:
16:55:12				037/517 - 10/18: Installing method ByteString>>createSymbol
16:55:12				037/517 - 11/18: Installing method ByteString>>findSubstring:in:startingAt:matchTable:
16:55:12				037/517 - 12/18: Installing method ByteString>>hasWideCharacterFrom:to:
16:55:12				037/517 - 13/18: Installing method ByteString>>indexOfAnyOf:startingAt:
16:55:12				037/517 - 14/18: Installing method ByteString>>indexOfAnyOf:startingAt:ifAbsent:
16:55:12				037/517 - 15/18: Installing method ByteString>>isAsciiString
16:55:12				037/517 - 16/18: Installing method ByteString>>isByteString
16:55:12				037/517 - 17/18: Installing method ByteString>>isOctetString
16:55:12				037/517 - 18/18: Installing method ByteString>>replaceFrom:to:with:startingAt:
16:55:12				037/517 - 1/6: Installing method ByteString class>>findFirstInString:inSet:startingAt:
16:55:12				037/517 - 2/6: Installing method ByteString class>>indexOfAscii:inString:startingAt:
16:55:12				037/517 - 3/6: Installing method ByteString class>>initialize
16:55:12				037/517 - 4/6: Installing method ByteString class>>nonAsciiMap
16:55:12				037/517 - 5/6: Installing method ByteString class>>stringHash:initialHash:
16:55:12				037/517 - 6/6: Installing method ByteString class>>translate:from:to:table:
16:55:12				038/517 - 1/17: Installing method ByteSymbol>>asByteArray
16:55:12				038/517 - 2/17: Installing method ByteSymbol>>asOctetString
16:55:12				038/517 - 3/17: Installing method ByteSymbol>>at:
16:55:12				038/517 - 4/17: Installing method ByteSymbol>>byteAt:
16:55:12				038/517 - 5/17: Installing method ByteSymbol>>byteAt:put:
16:55:12				038/517 - 6/17: Installing method ByteSymbol>>byteSize
16:55:12				038/517 - 7/17: Installing method ByteSymbol>>compareWith:
16:55:12				038/517 - 8/17: Installing method ByteSymbol>>compareWith:collated:
16:55:12				038/517 - 9/17: Installing method ByteSymbol>>findSubstring:in:startingAt:matchTable:
16:55:12				038/517 - 10/17: Installing method ByteSymbol>>hasWideCharacterFrom:to:
16:55:12				038/517 - 11/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:
16:55:12				038/517 - 12/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:ifAbsent:
16:55:12				038/517 - 13/17: Installing method ByteSymbol>>isByteString
16:55:12				038/517 - 14/17: Installing method ByteSymbol>>isOctetString
16:55:12				038/517 - 15/17: Installing method ByteSymbol>>privateAt:put:
16:55:12				038/517 - 16/17: Installing method ByteSymbol>>species
16:55:12				038/517 - 17/17: Installing method ByteSymbol>>string:
16:55:12				038/517 - 1/4: Installing method ByteSymbol class>>findFirstInString:inSet:startingAt:
16:55:12				038/517 - 2/4: Installing method ByteSymbol class>>indexOfAscii:inString:startingAt:
16:55:12				038/517 - 3/4: Installing method ByteSymbol class>>stringHash:initialHash:
16:55:12				038/517 - 4/4: Installing method ByteSymbol class>>translate:from:to:table:
16:55:13				039/517 - 1/44: Installing method BytecodeEncoder>>genPushSpecialLiteral:
16:55:13				039/517 - 2/44: Installing method BytecodeEncoder>>genPushThisProcess
16:55:13				039/517 - 3/44: Installing method BytecodeEncoder>>methodStreamPosition
16:55:13				039/517 - 4/44: Installing method BytecodeEncoder>>nextPut:
16:55:13				039/517 - 5/44: Installing method BytecodeEncoder>>outOfRangeError:index:range:to:
16:55:13				039/517 - 6/44: Installing method BytecodeEncoder>>sizeBranchPopFalse:
16:55:13				039/517 - 7/44: Installing method BytecodeEncoder>>sizeBranchPopTrue:
16:55:13				039/517 - 8/44: Installing method BytecodeEncoder>>sizeCallPrimitive:
16:55:13				039/517 - 9/44: Installing method BytecodeEncoder>>sizeDup
16:55:13				039/517 - 10/44: Installing method BytecodeEncoder>>sizeJump:
16:55:13				039/517 - 11/44: Installing method BytecodeEncoder>>sizeJumpLong:
16:55:13				039/517 - 12/44: Installing method BytecodeEncoder>>sizeOpcodeSelector:withArguments:
16:55:13				039/517 - 13/44: Installing method BytecodeEncoder>>sizePop
16:55:13				039/517 - 14/44: Installing method BytecodeEncoder>>sizePushConsArray:
16:55:13				039/517 - 15/44: Installing method BytecodeEncoder>>sizePushInstVar:
16:55:13				039/517 - 16/44: Installing method BytecodeEncoder>>sizePushInstVarLong:
16:55:13				039/517 - 17/44: Installing method BytecodeEncoder>>sizePushLiteral:
16:55:13				039/517 - 18/44: Installing method BytecodeEncoder>>sizePushLiteralVar:
16:55:13				039/517 - 19/44: Installing method BytecodeEncoder>>sizePushNewArray:
16:55:13				039/517 - 20/44: Installing method BytecodeEncoder>>sizePushReceiver
16:55:13				039/517 - 21/44: Installing method BytecodeEncoder>>sizePushRemoteTemp:inVectorAt:
16:55:13				039/517 - 22/44: Installing method BytecodeEncoder>>sizePushSpecialLiteral:
16:55:13				039/517 - 23/44: Installing method BytecodeEncoder>>sizePushTemp:
16:55:13				039/517 - 24/44: Installing method BytecodeEncoder>>sizePushThisContext
16:55:13				039/517 - 25/44: Installing method BytecodeEncoder>>sizePushThisProcess
16:55:13				039/517 - 26/44: Installing method BytecodeEncoder>>sizeReturnReceiver
16:55:13				039/517 - 27/44: Installing method BytecodeEncoder>>sizeReturnSpecialLiteral:
16:55:13				039/517 - 28/44: Installing method BytecodeEncoder>>sizeReturnTop
16:55:13				039/517 - 29/44: Installing method BytecodeEncoder>>sizeReturnTopToCaller
16:55:13				039/517 - 30/44: Installing method BytecodeEncoder>>sizeSend:numArgs:
16:55:13				039/517 - 31/44: Installing method BytecodeEncoder>>sizeSendSuper:numArgs:
16:55:13				039/517 - 32/44: Installing method BytecodeEncoder>>sizeStoreInstVar:
16:55:13				039/517 - 33/44: Installing method BytecodeEncoder>>sizeStoreInstVarLong:
16:55:13				039/517 - 34/44: Installing method BytecodeEncoder>>sizeStoreLiteralVar:
16:55:13				039/517 - 35/44: Installing method BytecodeEncoder>>sizeStorePopInstVar:
16:55:13				039/517 - 36/44: Installing method BytecodeEncoder>>sizeStorePopInstVarLong:
16:55:13				039/517 - 37/44: Installing method BytecodeEncoder>>sizeStorePopLiteralVar:
16:55:13				039/517 - 38/44: Installing method BytecodeEncoder>>sizeStorePopRemoteTemp:inVectorAt:
16:55:13				039/517 - 39/44: Installing method BytecodeEncoder>>sizeStorePopTemp:
16:55:13				039/517 - 40/44: Installing method BytecodeEncoder>>sizeStoreRemoteTemp:inVectorAt:
16:55:13				039/517 - 41/44: Installing method BytecodeEncoder>>sizeStoreTemp:
16:55:13				039/517 - 42/44: Installing method BytecodeEncoder>>sizeTrapIfNotInstanceOf:
16:55:13				039/517 - 43/44: Installing method BytecodeEncoder>>stream:
16:55:13				039/517 - 44/44: Installing method BytecodeEncoder>>streamToMethod:
16:55:13				039/517 - 1/9: Installing method BytecodeEncoder class>>instructionSizeAt:of:
16:55:13				039/517 - 2/9: Installing method BytecodeEncoder class>>isAbstract
16:55:13				039/517 - 3/9: Installing method BytecodeEncoder class>>isExtension:
16:55:13				039/517 - 4/9: Installing method BytecodeEncoder class>>literalMethodBytecodes
16:55:13				039/517 - 5/9: Installing method BytecodeEncoder class>>nonExtensionBytecodeAt:in:
16:55:13				039/517 - 6/9: Installing method BytecodeEncoder class>>nonExtensionPcAt:in:
16:55:13				039/517 - 7/9: Installing method BytecodeEncoder class>>quickPrimSpecialConstants
16:55:13				039/517 - 8/9: Installing method BytecodeEncoder class>>specialSelectors
16:55:13				039/517 - 9/9: Installing method BytecodeEncoder class>>stackDeltaForPrimitive:in:
16:55:14				041/517 - 1/3: Installing method CannotReturn>>isResumable
16:55:14				041/517 - 2/3: Installing method CannotReturn>>result
16:55:14				041/517 - 3/3: Installing method CannotReturn>>result:
16:55:14				042/517 - 1/5: Installing method CategoryConverter>>environment
16:55:14				042/517 - 2/5: Installing method CategoryConverter>>environment:
16:55:14				042/517 - 3/5: Installing method CategoryConverter>>packageName
16:55:14				042/517 - 4/5: Installing method CategoryConverter>>processCategory:
16:55:14				042/517 - 5/5: Installing method CategoryConverter>>tagName
16:55:14				042/517 - 1/2: Installing method CategoryConverter class>>category:
16:55:14				042/517 - 2/2: Installing method CategoryConverter class>>category:environment:
16:55:14				043/517 - 1/9: Installing method ChangesLog>>assureStartupStampLogged
16:55:14				043/517 - 2/9: Installing method ChangesLog>>logChange:
16:55:14				043/517 - 3/9: Installing method ChangesLog>>logClassRemoved:
16:55:14				043/517 - 4/9: Installing method ChangesLog>>logClassRenamed:
16:55:14				043/517 - 5/9: Installing method ChangesLog>>logExpressionEvaluated:
16:55:14				043/517 - 6/9: Installing method ChangesLog>>logMethodRemoved:
16:55:14				043/517 - 7/9: Installing method ChangesLog>>logSnapshot:andQuit:
16:55:14				043/517 - 8/9: Installing method ChangesLog>>recordStartupStamp
16:55:14				043/517 - 9/9: Installing method ChangesLog>>registerToAnnouncements
16:55:14				043/517 - 1/4: Installing method ChangesLog class>>default
16:55:14				043/517 - 2/4: Installing method ChangesLog class>>registerInterestToSystemAnnouncement
16:55:14				043/517 - 3/4: Installing method ChangesLog class>>reset
16:55:14				043/517 - 4/4: Installing method ChangesLog class>>unsubscribeAnnouncersOfDefaultInstance
16:55:16				044/517 - 1/84: Installing method Character>><
16:55:16				044/517 - 2/84: Installing method Character>>=
16:55:16				044/517 - 3/84: Installing method Character>>>
16:55:16				044/517 - 4/84: Installing method Character>>asCharacter
16:55:16				044/517 - 5/84: Installing method Character>>asHTMLString
16:55:16				044/517 - 6/84: Installing method Character>>asInteger
16:55:16				044/517 - 7/84: Installing method Character>>asLowercase
16:55:16				044/517 - 8/84: Installing method Character>>asString
16:55:16				044/517 - 9/84: Installing method Character>>asSymbol
16:55:16				044/517 - 10/84: Installing method Character>>asUnicode
16:55:16				044/517 - 11/84: Installing method Character>>asUppercase
16:55:16				044/517 - 12/84: Installing method Character>>asciiValue
16:55:16				044/517 - 13/84: Installing method Character>>basicIdentityHash
16:55:16				044/517 - 14/84: Installing method Character>>basicPharoToIso
16:55:16				044/517 - 15/84: Installing method Character>>charCode
16:55:16				044/517 - 16/84: Installing method Character>>characterSet
16:55:16				044/517 - 17/84: Installing method Character>>codePoint
16:55:16				044/517 - 18/84: Installing method Character>>copy
16:55:16				044/517 - 19/84: Installing method Character>>deepCopy
16:55:16				044/517 - 20/84: Installing method Character>>digitValue
16:55:16				044/517 - 21/84: Installing method Character>>hash
16:55:16				044/517 - 22/84: Installing method Character>>hex
16:55:16				044/517 - 23/84: Installing method Character>>hexDigitValue
16:55:16				044/517 - 24/84: Installing method Character>>initialize
16:55:16				044/517 - 25/84: Installing method Character>>isAlphaNumeric
16:55:16				044/517 - 26/84: Installing method Character>>isArrow
16:55:16				044/517 - 27/84: Installing method Character>>isCasedLetter
16:55:16				044/517 - 28/84: Installing method Character>>isCharacter
16:55:16				044/517 - 29/84: Installing method Character>>isClosePunctuation
16:55:16				044/517 - 30/84: Installing method Character>>isConnectorPunctuation
16:55:16				044/517 - 31/84: Installing method Character>>isControlOther
16:55:16				044/517 - 32/84: Installing method Character>>isCurrencySymbol
16:55:16				044/517 - 33/84: Installing method Character>>isDashPunctuation
16:55:16				044/517 - 34/84: Installing method Character>>isDecimalDigit
16:55:16				044/517 - 35/84: Installing method Character>>isDigit
16:55:16				044/517 - 36/84: Installing method Character>>isDoubleQuote
16:55:16				044/517 - 37/84: Installing method Character>>isEnclosingMark
16:55:16				044/517 - 38/84: Installing method Character>>isFinalQuote
16:55:16				044/517 - 39/84: Installing method Character>>isFormatOther
16:55:16				044/517 - 40/84: Installing method Character>>isImmediateObject
16:55:16				044/517 - 41/84: Installing method Character>>isInitialQuote
16:55:16				044/517 - 42/84: Installing method Character>>isLetter
16:55:16				044/517 - 43/84: Installing method Character>>isLetterModifier
16:55:16				044/517 - 44/84: Installing method Character>>isLetterNumber
16:55:16				044/517 - 45/84: Installing method Character>>isLineSeparator
16:55:16				044/517 - 46/84: Installing method Character>>isLiteral
16:55:16				044/517 - 47/84: Installing method Character>>isLowercase
16:55:16				044/517 - 48/84: Installing method Character>>isMathSymbol
16:55:16				044/517 - 49/84: Installing method Character>>isModifierSymbol
16:55:16				044/517 - 50/84: Installing method Character>>isNonspacingMark
16:55:16				044/517 - 51/84: Installing method Character>>isOctetCharacter
16:55:16				044/517 - 52/84: Installing method Character>>isOpenPunctuation
16:55:16				044/517 - 53/84: Installing method Character>>isOtherLetter
16:55:16				044/517 - 54/84: Installing method Character>>isOtherNumber
16:55:16				044/517 - 55/84: Installing method Character>>isOtherPunctuation
16:55:16				044/517 - 56/84: Installing method Character>>isOtherSymbol
16:55:16				044/517 - 57/84: Installing method Character>>isParagraphSeparator
16:55:16				044/517 - 58/84: Installing method Character>>isPinnedInMemory
16:55:16				044/517 - 59/84: Installing method Character>>isPrivateOther
16:55:16				044/517 - 60/84: Installing method Character>>isPunctuation
16:55:16				044/517 - 61/84: Installing method Character>>isSafeForHTTP
16:55:16				044/517 - 62/84: Installing method Character>>isSeparator
16:55:16				044/517 - 63/84: Installing method Character>>isSpaceSeparator
16:55:16				044/517 - 64/84: Installing method Character>>isSpacingCombiningMark
16:55:16				044/517 - 65/84: Installing method Character>>isSpecial
16:55:16				044/517 - 66/84: Installing method Character>>isSurrogateOther
16:55:16				044/517 - 67/84: Installing method Character>>isTitlecaseLetter
16:55:16				044/517 - 68/84: Installing method Character>>isUppercase
16:55:16				044/517 - 69/84: Installing method Character>>isVowel
16:55:16				044/517 - 70/84: Installing method Character>>join:
16:55:16				044/517 - 71/84: Installing method Character>>lowercase
16:55:16				044/517 - 72/84: Installing method Character>>nextObject
16:55:16				044/517 - 73/84: Installing method Character>>printOn:
16:55:16				044/517 - 74/84: Installing method Character>>printStringHex
16:55:16				044/517 - 75/84: Installing method Character>>sameAs:
16:55:16				044/517 - 76/84: Installing method Character>>setValue:
16:55:16				044/517 - 77/84: Installing method Character>>shallowCopy
16:55:16				044/517 - 78/84: Installing method Character>>shouldBePrintedAsLiteral
16:55:16				044/517 - 79/84: Installing method Character>>storeBinaryOn:
16:55:16				044/517 - 80/84: Installing method Character>>storeOn:
16:55:16				044/517 - 81/84: Installing method Character>>to:
16:55:16				044/517 - 82/84: Installing method Character>>tokenish
16:55:16				044/517 - 83/84: Installing method Character>>uppercase
16:55:16				044/517 - 84/84: Installing method Character>>veryDeepCopyWith:
16:55:16				044/517 - 1/41: Installing method Character class>>allByteCharacters
16:55:16				044/517 - 2/41: Installing method Character class>>alphabet
16:55:16				044/517 - 3/41: Installing method Character class>>arrowDown
16:55:16				044/517 - 4/41: Installing method Character class>>arrowLeft
16:55:16				044/517 - 5/41: Installing method Character class>>arrowRight
16:55:16				044/517 - 6/41: Installing method Character class>>arrowUp
16:55:16				044/517 - 7/41: Installing method Character class>>backspace
16:55:16				044/517 - 8/41: Installing method Character class>>centeredDot
16:55:16				044/517 - 9/41: Installing method Character class>>characterSet
16:55:16				044/517 - 10/41: Installing method Character class>>characterSet:
16:55:16				044/517 - 11/41: Installing method Character class>>codePoint:
16:55:16				044/517 - 12/41: Installing method Character class>>constantNameFor:
16:55:16				044/517 - 13/41: Installing method Character class>>constantNames
16:55:16				044/517 - 14/41: Installing method Character class>>cr
16:55:16				044/517 - 15/41: Installing method Character class>>delete
16:55:16				044/517 - 16/41: Installing method Character class>>digitValue:
16:55:16				044/517 - 17/41: Installing method Character class>>divide
16:55:16				044/517 - 18/41: Installing method Character class>>end
16:55:16				044/517 - 19/41: Installing method Character class>>enter
16:55:16				044/517 - 20/41: Installing method Character class>>escape
16:55:17				044/517 - 21/41: Installing method Character class>>home
16:55:17				044/517 - 22/41: Installing method Character class>>initialize
16:55:17				044/517 - 23/41: Installing method Character class>>initializeDigitValues
16:55:17				044/517 - 24/41: Installing method Character class>>insert
16:55:17				044/517 - 25/41: Installing method Character class>>lf
16:55:17				044/517 - 26/41: Installing method Character class>>linefeed
16:55:17				044/517 - 27/41: Installing method Character class>>maxVal
16:55:17				044/517 - 28/41: Installing method Character class>>nbsp
16:55:17				044/517 - 29/41: Installing method Character class>>new
16:55:17				044/517 - 30/41: Installing method Character class>>newPage
16:55:17				044/517 - 31/41: Installing method Character class>>null
16:55:17				044/517 - 32/41: Installing method Character class>>pageDown
16:55:17				044/517 - 33/41: Installing method Character class>>pageUp
16:55:17				044/517 - 34/41: Installing method Character class>>plusOrMinus
16:55:17				044/517 - 35/41: Installing method Character class>>separators
16:55:17				044/517 - 36/41: Installing method Character class>>space
16:55:17				044/517 - 37/41: Installing method Character class>>specialCharacters
16:55:17				044/517 - 38/41: Installing method Character class>>supportsNonASCII
16:55:17				044/517 - 39/41: Installing method Character class>>tab
16:55:17				044/517 - 40/41: Installing method Character class>>times
16:55:17				044/517 - 41/41: Installing method Character class>>value:
16:55:17				045/517 - 1/18: Installing method CharacterSet>>=
16:55:17				045/517 - 2/18: Installing method CharacterSet>>add:
16:55:17				045/517 - 3/18: Installing method CharacterSet>>asString
16:55:17				045/517 - 4/18: Installing method CharacterSet>>byteArrayMap
16:55:17				045/517 - 5/18: Installing method CharacterSet>>byteComplement
16:55:17				045/517 - 6/18: Installing method CharacterSet>>complement
16:55:17				045/517 - 7/18: Installing method CharacterSet>>do:
16:55:17				045/517 - 8/18: Installing method CharacterSet>>findFirstInByteString:startingAt:
16:55:17				045/517 - 9/18: Installing method CharacterSet>>hasWideCharacters
16:55:17				045/517 - 10/18: Installing method CharacterSet>>hash
16:55:17				045/517 - 11/18: Installing method CharacterSet>>includes:
16:55:17				045/517 - 12/18: Installing method CharacterSet>>initialize
16:55:17				045/517 - 13/18: Installing method CharacterSet>>postCopy
16:55:17				045/517 - 14/18: Installing method CharacterSet>>remove:
16:55:17				045/517 - 15/18: Installing method CharacterSet>>remove:ifAbsent:
16:55:17				045/517 - 16/18: Installing method CharacterSet>>removeAll
16:55:17				045/517 - 17/18: Installing method CharacterSet>>size
16:55:17				045/517 - 18/18: Installing method CharacterSet>>wideCharacterMap
16:55:17				045/517 - 1/6: Installing method CharacterSet class>>allByteCharacters
16:55:17				045/517 - 2/6: Installing method CharacterSet class>>allCharacters
16:55:17				045/517 - 3/6: Installing method CharacterSet class>>crlf
16:55:17				045/517 - 4/6: Installing method CharacterSet class>>newFrom:
16:55:17				045/517 - 5/6: Installing method CharacterSet class>>nonSeparators
16:55:17				045/517 - 6/6: Installing method CharacterSet class>>separators
16:55:18				046/517 - 1/19: Installing method CharacterSetComplement>>=
16:55:18				046/517 - 2/19: Installing method CharacterSetComplement>>add:
16:55:18				046/517 - 3/19: Installing method CharacterSetComplement>>byteArrayMap
16:55:18				046/517 - 4/19: Installing method CharacterSetComplement>>complement
16:55:18				046/517 - 5/19: Installing method CharacterSetComplement>>complement:
16:55:18				046/517 - 6/19: Installing method CharacterSetComplement>>do:
16:55:18				046/517 - 7/19: Installing method CharacterSetComplement>>findFirstInByteString:startingAt:
16:55:18				046/517 - 8/19: Installing method CharacterSetComplement>>hasWideCharacters
16:55:18				046/517 - 9/19: Installing method CharacterSetComplement>>hash
16:55:18				046/517 - 10/19: Installing method CharacterSetComplement>>includes:
16:55:18				046/517 - 11/19: Installing method CharacterSetComplement>>postCopy
16:55:18				046/517 - 12/19: Installing method CharacterSetComplement>>printOn:
16:55:18				046/517 - 13/19: Installing method CharacterSetComplement>>reject:
16:55:18				046/517 - 14/19: Installing method CharacterSetComplement>>remove:
16:55:18				046/517 - 15/19: Installing method CharacterSetComplement>>remove:ifAbsent:
16:55:18				046/517 - 16/19: Installing method CharacterSetComplement>>removeAll
16:55:18				046/517 - 17/19: Installing method CharacterSetComplement>>select:
16:55:18				046/517 - 18/19: Installing method CharacterSetComplement>>size
16:55:18				046/517 - 19/19: Installing method CharacterSetComplement>>storeOn:
16:55:18				046/517 - 1/1: Installing method CharacterSetComplement class>>of:
16:55:18				047/517 - 1/12: Installing method ChunkReadStream>>basicNext
16:55:18				047/517 - 2/12: Installing method ChunkReadStream>>basicNextChunk
16:55:18				047/517 - 3/12: Installing method ChunkReadStream>>decodeString:andRuns:
16:55:18				047/517 - 4/12: Installing method ChunkReadStream>>isNextChunkMetaData
16:55:18				047/517 - 5/12: Installing method ChunkReadStream>>isNextStyleChunk
16:55:18				047/517 - 6/12: Installing method ChunkReadStream>>next
16:55:18				047/517 - 7/12: Installing method ChunkReadStream>>parseLangTagFor:
16:55:18				047/517 - 8/12: Installing method ChunkReadStream>>position
16:55:18				047/517 - 9/12: Installing method ChunkReadStream>>readUpToEndOfStyleChunk
16:55:18				047/517 - 10/12: Installing method ChunkReadStream>>reset
16:55:18				047/517 - 11/12: Installing method ChunkReadStream>>skipSeparators
16:55:18				047/517 - 12/12: Installing method ChunkReadStream>>terminatorMark
16:55:18				048/517 - 1/7: Installing method ChunkWriteStream>>afterNexPut
16:55:18				048/517 - 2/7: Installing method ChunkWriteStream>>bang
16:55:18				048/517 - 3/7: Installing method ChunkWriteStream>>doesNotUnderstand:
16:55:18				048/517 - 4/7: Installing method ChunkWriteStream>>duplicateTerminatorMarkOn:
16:55:18				048/517 - 5/7: Installing method ChunkWriteStream>>nextChunkPut:
16:55:18				048/517 - 6/7: Installing method ChunkWriteStream>>nextPut:
16:55:18				048/517 - 7/7: Installing method ChunkWriteStream>>terminatorMark
16:55:18				049/517 - 1/1: Installing method CircularHierarchyError class>>signalFor:
16:55:20				050/517 - 1/108: Installing method Class>>addClassSlot:
16:55:20				050/517 - 2/108: Installing method Class>>addClassVarNamed:
16:55:20				050/517 - 3/108: Installing method Class>>addClassVariable:
16:55:20				050/517 - 4/108: Installing method Class>>addInstVarNamed:
16:55:20				050/517 - 5/108: Installing method Class>>addSharedPool:
16:55:20				050/517 - 6/108: Installing method Class>>addSharedPoolNamed:
16:55:20				050/517 - 7/108: Installing method Class>>addSlot:
16:55:20				050/517 - 8/108: Installing method Class>>addSubclass:
16:55:20				050/517 - 9/108: Installing method Class>>allClassVariables
16:55:20				050/517 - 10/108: Installing method Class>>allSharedPools
16:55:20				050/517 - 11/108: Installing method Class>>allUnreferencedClassVariables
16:55:20				050/517 - 12/108: Installing method Class>>applyDeprecation
16:55:20				050/517 - 13/108: Installing method Class>>basicDeclareClassVariable:
16:55:20				050/517 - 14/108: Installing method Class>>basicTag:
16:55:20				050/517 - 15/108: Installing method Class>>binding
16:55:20				050/517 - 16/108: Installing method Class>>bindingOf:
16:55:20				050/517 - 17/108: Installing method Class>>category
16:55:20				050/517 - 18/108: Installing method Class>>checkForCompiledMethodLayout:
16:55:20				050/517 - 19/108: Installing method Class>>classBuilder
16:55:20				050/517 - 20/108: Installing method Class>>classInstaller
16:55:20				050/517 - 21/108: Installing method Class>>classPool
16:55:20				050/517 - 22/108: Installing method Class>>classPool:
16:55:20				050/517 - 23/108: Installing method Class>>classSide
16:55:20				050/517 - 24/108: Installing method Class>>classThatDefinesClassVariable:
16:55:20				050/517 - 25/108: Installing method Class>>classVarNamed:
16:55:20				050/517 - 26/108: Installing method Class>>classVarNamed:put:
16:55:20				050/517 - 27/108: Installing method Class>>classVarNames
16:55:20				050/517 - 28/108: Installing method Class>>classVariableDefinitionString
16:55:20				050/517 - 29/108: Installing method Class>>classVariableNamed:
16:55:20				050/517 - 30/108: Installing method Class>>classVariableNamed:ifAbsent:
16:55:20				050/517 - 31/108: Installing method Class>>classVariables
16:55:20				050/517 - 32/108: Installing method Class>>classVariablesNeedFullDefinition
16:55:20				050/517 - 33/108: Installing method Class>>comment
16:55:20				050/517 - 34/108: Installing method Class>>comment:
16:55:20				050/517 - 35/108: Installing method Class>>comment:stamp:
16:55:20				050/517 - 36/108: Installing method Class>>commentSourcePointer
16:55:20				050/517 - 37/108: Installing method Class>>commentSourcePointer:
16:55:20				050/517 - 38/108: Installing method Class>>commentStamp
16:55:20				050/517 - 39/108: Installing method Class>>commentStamp:
16:55:20				050/517 - 40/108: Installing method Class>>commonSuperclassWith:
16:55:20				050/517 - 41/108: Installing method Class>>compileAllFrom:
16:55:20				050/517 - 42/108: Installing method Class>>copyForAnnouncement
16:55:20				050/517 - 43/108: Installing method Class>>declareClassVariables:
16:55:20				050/517 - 44/108: Installing method Class>>definedVariables
16:55:20				050/517 - 45/108: Installing method Class>>definesClassVariable:
16:55:20				050/517 - 46/108: Installing method Class>>definesClassVariableNamed:
16:55:20				050/517 - 47/108: Installing method Class>>deprecationRefactorings
16:55:20				050/517 - 48/108: Installing method Class>>duplicateClassWithNewName:
16:55:20				050/517 - 49/108: Installing method Class>>environment
16:55:20				050/517 - 50/108: Installing method Class>>environment:
16:55:20				050/517 - 51/108: Installing method Class>>expandedDefinitionStringFor:
16:55:20				050/517 - 52/108: Installing method Class>>getName
16:55:20				050/517 - 53/108: Installing method Class>>hasAbstractMethods
16:55:21				050/517 - 54/108: Installing method Class>>hasBindingThatBeginsWith:
16:55:21				050/517 - 55/108: Installing method Class>>hasClassSide
16:55:21				050/517 - 56/108: Installing method Class>>hasClassVarNamed:
16:55:21				050/517 - 57/108: Installing method Class>>hasClassVariable:
16:55:21				050/517 - 58/108: Installing method Class>>hasComment
16:55:21				050/517 - 59/108: Installing method Class>>hasMethods
16:55:21				050/517 - 60/108: Installing method Class>>hasSharedPools
16:55:21				050/517 - 61/108: Installing method Class>>hasSubclasses
16:55:21				050/517 - 62/108: Installing method Class>>innerBindingOf:
16:55:21				050/517 - 63/108: Installing method Class>>instanceSide
16:55:21				050/517 - 64/108: Installing method Class>>isAnonymous
16:55:21				050/517 - 65/108: Installing method Class>>isClass
16:55:21				050/517 - 66/108: Installing method Class>>isClassOrTrait
16:55:21				050/517 - 67/108: Installing method Class>>isObsolete
16:55:21				050/517 - 68/108: Installing method Class>>isSelfEvaluating
16:55:21				050/517 - 69/108: Installing method Class>>isUsed
16:55:21				050/517 - 70/108: Installing method Class>>name
16:55:21				050/517 - 71/108: Installing method Class>>needsSlotClassDefinition
16:55:21				050/517 - 72/108: Installing method Class>>newAnonymousSubclass
16:55:21				050/517 - 73/108: Installing method Class>>newAnonymousSubclassInEnvironment:
16:55:21				050/517 - 74/108: Installing method Class>>newSubclass
16:55:21				050/517 - 75/108: Installing method Class>>obsolete
16:55:21				050/517 - 76/108: Installing method Class>>package
16:55:21				050/517 - 77/108: Installing method Class>>packageTag
16:55:21				050/517 - 78/108: Installing method Class>>possibleVariablesFor:continuedFrom:
16:55:21				050/517 - 79/108: Installing method Class>>readClassVariableNamed:
16:55:21				050/517 - 80/108: Installing method Class>>reformatAll
16:55:21				050/517 - 81/108: Installing method Class>>removeClassSlot:
16:55:21				050/517 - 82/108: Installing method Class>>removeClassVarNamed:
16:55:21				050/517 - 83/108: Installing method Class>>removeClassVariable:
16:55:21				050/517 - 84/108: Installing method Class>>removeFromSystem
16:55:21				050/517 - 85/108: Installing method Class>>removeFromSystem:
16:55:21				050/517 - 86/108: Installing method Class>>removeFromSystemUnlogged
16:55:21				050/517 - 87/108: Installing method Class>>removeSharedPool:
16:55:21				050/517 - 88/108: Installing method Class>>removeSlot:
16:55:21				050/517 - 89/108: Installing method Class>>removeSubclass:
16:55:21				050/517 - 90/108: Installing method Class>>rename:
16:55:21				050/517 - 91/108: Installing method Class>>setName:
16:55:21				050/517 - 92/108: Installing method Class>>sharedPoolNames
16:55:21				050/517 - 93/108: Installing method Class>>sharedPoolOfVarNamed:
16:55:21				050/517 - 94/108: Installing method Class>>sharedPools
16:55:21				050/517 - 95/108: Installing method Class>>sharedPools:
16:55:21				050/517 - 96/108: Installing method Class>>sharedPoolsDo:
16:55:21				050/517 - 97/108: Installing method Class>>sharing:
16:55:21				050/517 - 98/108: Installing method Class>>subclass:
16:55:21				050/517 - 99/108: Installing method Class>>subclasses
16:55:21				050/517 - 100/108: Installing method Class>>subclasses:
16:55:21				050/517 - 101/108: Installing method Class>>subclassesDo:
16:55:21				050/517 - 102/108: Installing method Class>>superclass:methodDictionary:format:
16:55:21				050/517 - 103/108: Installing method Class>>undeclaredRegistry
16:55:21				050/517 - 104/108: Installing method Class>>unload
16:55:21				050/517 - 105/108: Installing method Class>>usesClassVarNamed:
16:55:21				050/517 - 106/108: Installing method Class>>usesLocalPoolVarNamed:
16:55:21				050/517 - 107/108: Installing method Class>>usesPoolVarNamed:
16:55:21				050/517 - 108/108: Installing method Class>>writeClassVariableNamed:value:
16:55:21				050/517 - 1/7: Installing method Class class>>allSuperclassesFor:cache:
16:55:21				050/517 - 2/7: Installing method Class class>>doesNotIncludeInstanceOrSuperclassesFor:in:cache:
16:55:21				050/517 - 3/7: Installing method Class class>>hasNoDependenciesFor:in:cache:
16:55:21				050/517 - 4/7: Installing method Class class>>hasNoDependenciesForMetaclass:in:cache:
16:55:21				050/517 - 5/7: Installing method Class class>>hasNoSuperclassesOf:in:cache:
16:55:21				050/517 - 6/7: Installing method Class class>>initialize
16:55:21				050/517 - 7/7: Installing method Class class>>superclassOrder:
16:55:21				051/517 - 1/3: Installing method ClassAdded>>classAdded
16:55:21				051/517 - 2/3: Installing method ClassAdded>>classAdded:
16:55:21				051/517 - 3/3: Installing method ClassAdded>>classAffected
16:55:21				051/517 - 1/1: Installing method ClassAdded class>>class:
16:55:21				052/517 - 1/5: Installing method ClassAnnouncement>>classAffected
16:55:21				052/517 - 2/5: Installing method ClassAnnouncement>>packageAffected
16:55:21				052/517 - 3/5: Installing method ClassAnnouncement>>packageTagAffected
16:55:21				052/517 - 4/5: Installing method ClassAnnouncement>>packageTagsAffected
16:55:21				052/517 - 5/5: Installing method ClassAnnouncement>>packagesAffected
16:55:21				053/517 - 1/11: Installing method ClassCommented>>classAffected
16:55:21				053/517 - 2/11: Installing method ClassCommented>>classCommented
16:55:21				053/517 - 3/11: Installing method ClassCommented>>classCommented:
16:55:21				053/517 - 4/11: Installing method ClassCommented>>newComment
16:55:21				053/517 - 5/11: Installing method ClassCommented>>newComment:
16:55:21				053/517 - 6/11: Installing method ClassCommented>>newStamp
16:55:21				053/517 - 7/11: Installing method ClassCommented>>newStamp:
16:55:21				053/517 - 8/11: Installing method ClassCommented>>oldComment
16:55:21				053/517 - 9/11: Installing method ClassCommented>>oldComment:
16:55:21				053/517 - 10/11: Installing method ClassCommented>>oldStamp
16:55:21				053/517 - 11/11: Installing method ClassCommented>>oldStamp:
16:55:21				053/517 - 1/2: Installing method ClassCommented class>>class:oldComment:newComment:oldStamp:newStamp:
16:55:21				053/517 - 2/2: Installing method ClassCommented class>>classCommented:
16:55:23				054/517 - 1/133: Installing method ClassDescription>>addAndClassifySelector:withMethod:inProtocol:
16:55:23				054/517 - 2/133: Installing method ClassDescription>>addInstVarNamed:
16:55:23				054/517 - 3/133: Installing method ClassDescription>>addProtocol:
16:55:23				054/517 - 4/133: Installing method ClassDescription>>addSelector:withMethod:
16:55:23				054/517 - 5/133: Installing method ClassDescription>>addSelectorSilently:withMethod:
16:55:23				054/517 - 6/133: Installing method ClassDescription>>addSlot:
16:55:23				054/517 - 7/133: Installing method ClassDescription>>allCallsOnIn:
16:55:23				054/517 - 8/133: Installing method ClassDescription>>allInstVarNames
16:55:23				054/517 - 9/133: Installing method ClassDescription>>allInstVarNamesEverywhere
16:55:23				054/517 - 10/133: Installing method ClassDescription>>allLocalCallsOn:
16:55:23				054/517 - 11/133: Installing method ClassDescription>>allSelectorsInProtocol:
16:55:23				054/517 - 12/133: Installing method ClassDescription>>allSharedPools
16:55:23				054/517 - 13/133: Installing method ClassDescription>>allSlots
16:55:23				054/517 - 14/133: Installing method ClassDescription>>allUnreferencedInstanceVariables
16:55:23				054/517 - 15/133: Installing method ClassDescription>>announceRecategorizationOf:oldProtocol:
16:55:23				054/517 - 16/133: Installing method ClassDescription>>authors
16:55:23				054/517 - 17/133: Installing method ClassDescription>>classCommentBlank
16:55:23				054/517 - 18/133: Installing method ClassDescription>>classSide
16:55:23				054/517 - 19/133: Installing method ClassDescription>>classThatDefinesInstVarNamed:
16:55:23				054/517 - 20/133: Installing method ClassDescription>>classVariablesOn:
16:55:23				054/517 - 21/133: Installing method ClassDescription>>classVariablesString
16:55:23				054/517 - 22/133: Installing method ClassDescription>>classify:under:
16:55:23				054/517 - 23/133: Installing method ClassDescription>>compile:classified:
16:55:23				054/517 - 24/133: Installing method ClassDescription>>compile:classified:notifying:
16:55:23				054/517 - 25/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:
16:55:23				054/517 - 26/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:logSource:
16:55:23				054/517 - 27/133: Installing method ClassDescription>>compile:notifying:
16:55:23				054/517 - 28/133: Installing method ClassDescription>>compileSilently:
16:55:23				054/517 - 29/133: Installing method ClassDescription>>compileSilently:classified:
16:55:23				054/517 - 30/133: Installing method ClassDescription>>compileSilently:classified:notifying:
16:55:23				054/517 - 31/133: Installing method ClassDescription>>copyAllMethodsFrom:
16:55:23				054/517 - 32/133: Installing method ClassDescription>>definesSlot:
16:55:23				054/517 - 33/133: Installing method ClassDescription>>definesSlotNamed:
16:55:23				054/517 - 34/133: Installing method ClassDescription>>dependentClasses
16:55:23				054/517 - 35/133: Installing method ClassDescription>>deprecatedAliases
16:55:23				054/517 - 36/133: Installing method ClassDescription>>deprecatedAliases:
16:55:23				054/517 - 37/133: Installing method ClassDescription>>ensureProtocol:
16:55:23				054/517 - 38/133: Installing method ClassDescription>>extendingPackages
16:55:23				054/517 - 39/133: Installing method ClassDescription>>extensionProtocols
16:55:23				054/517 - 40/133: Installing method ClassDescription>>extensionSelectors
16:55:23				054/517 - 41/133: Installing method ClassDescription>>forceNewFrom:
16:55:23				054/517 - 42/133: Installing method ClassDescription>>hasClassSide
16:55:23				054/517 - 43/133: Installing method ClassDescription>>hasInstVarNamed:
16:55:23				054/517 - 44/133: Installing method ClassDescription>>hasProtocol:
16:55:23				054/517 - 45/133: Installing method ClassDescription>>hasSharedPools
16:55:23				054/517 - 46/133: Installing method ClassDescription>>hasSlot:
16:55:23				054/517 - 47/133: Installing method ClassDescription>>hasSlotNamed:
16:55:23				054/517 - 48/133: Installing method ClassDescription>>includesSharedPoolNamed:
16:55:23				054/517 - 49/133: Installing method ClassDescription>>initialize
16:55:23				054/517 - 50/133: Installing method ClassDescription>>instVarIndexFor:
16:55:23				054/517 - 51/133: Installing method ClassDescription>>instVarIndexFor:ifAbsent:
16:55:23				054/517 - 52/133: Installing method ClassDescription>>instVarMappingFrom:
16:55:23				054/517 - 53/133: Installing method ClassDescription>>instVarNames
16:55:23				054/517 - 54/133: Installing method ClassDescription>>instanceSide
16:55:23				054/517 - 55/133: Installing method ClassDescription>>instanceVariablesOn:
16:55:23				054/517 - 56/133: Installing method ClassDescription>>instanceVariablesString
16:55:23				054/517 - 57/133: Installing method ClassDescription>>isClassSide
16:55:23				054/517 - 58/133: Installing method ClassDescription>>isDeprecated
16:55:23				054/517 - 59/133: Installing method ClassDescription>>isExtended
16:55:23				054/517 - 60/133: Installing method ClassDescription>>isExtendedInPackage:
16:55:23				054/517 - 61/133: Installing method ClassDescription>>isInstalled
16:55:23				054/517 - 62/133: Installing method ClassDescription>>isInstanceSide
16:55:23				054/517 - 63/133: Installing method ClassDescription>>isLocalSelector:
16:55:23				054/517 - 64/133: Installing method ClassDescription>>isMeta
16:55:23				054/517 - 65/133: Installing method ClassDescription>>isProtocolExtensionFromTheSamePackage:
16:55:23				054/517 - 66/133: Installing method ClassDescription>>isTaggedWith:
16:55:23				054/517 - 67/133: Installing method ClassDescription>>linesOfCode
16:55:23				054/517 - 68/133: Installing method ClassDescription>>localSlots
16:55:23				054/517 - 69/133: Installing method ClassDescription>>methodsInProtocol:
16:55:23				054/517 - 70/133: Installing method ClassDescription>>needsSlotClassDefinition
16:55:23				054/517 - 71/133: Installing method ClassDescription>>newInstanceFrom:variable:size:
16:55:23				054/517 - 72/133: Installing method ClassDescription>>noteAddedSelector:meta:
16:55:23				054/517 - 73/133: Installing method ClassDescription>>noteCompilationOf:meta:
16:55:23				054/517 - 74/133: Installing method ClassDescription>>notifyOfRecategorizedSelector:from:to:
16:55:23				054/517 - 75/133: Installing method ClassDescription>>numberOfMethods
16:55:23				054/517 - 76/133: Installing method ClassDescription>>obsolete
16:55:23				054/517 - 77/133: Installing method ClassDescription>>package
16:55:23				054/517 - 78/133: Installing method ClassDescription>>package:
16:55:23				054/517 - 79/133: Installing method ClassDescription>>package:tag:
16:55:23				054/517 - 80/133: Installing method ClassDescription>>packageName
16:55:23				054/517 - 81/133: Installing method ClassDescription>>packageTag
16:55:23				054/517 - 82/133: Installing method ClassDescription>>packageTag:
16:55:24				054/517 - 83/133: Installing method ClassDescription>>packageTagName
16:55:24				054/517 - 84/133: Installing method ClassDescription>>packages
16:55:24				054/517 - 85/133: Installing method ClassDescription>>printOn:
16:55:24				054/517 - 86/133: Installing method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod:
16:55:24				054/517 - 87/133: Installing method ClassDescription>>protocolNameOfSelector:
16:55:24				054/517 - 88/133: Installing method ClassDescription>>protocolNamed:
16:55:24				054/517 - 89/133: Installing method ClassDescription>>protocolNamed:ifAbsent:
16:55:24				054/517 - 90/133: Installing method ClassDescription>>protocolNames
16:55:24				054/517 - 91/133: Installing method ClassDescription>>protocolOfSelector:
16:55:24				054/517 - 92/133: Installing method ClassDescription>>protocols
16:55:24				054/517 - 93/133: Installing method ClassDescription>>protocols:
16:55:24				054/517 - 94/133: Installing method ClassDescription>>reformatAll
16:55:24				054/517 - 95/133: Installing method ClassDescription>>removeEmptyProtocols
16:55:24				054/517 - 96/133: Installing method ClassDescription>>removeFromProtocols:
16:55:24				054/517 - 97/133: Installing method ClassDescription>>removeInstVarNamed:
16:55:24				054/517 - 98/133: Installing method ClassDescription>>removeNonexistentSelectorsFromProtocols
16:55:24				054/517 - 99/133: Installing method ClassDescription>>removePackageTag
16:55:24				054/517 - 100/133: Installing method ClassDescription>>removeProtocol:
16:55:24				054/517 - 101/133: Installing method ClassDescription>>removeProtocolIfEmpty:
16:55:24				054/517 - 102/133: Installing method ClassDescription>>removeSelector:
16:55:24				054/517 - 103/133: Installing method ClassDescription>>removeSlot:
16:55:24				054/517 - 104/133: Installing method ClassDescription>>renameProtocol:as:
16:55:24				054/517 - 105/133: Installing method ClassDescription>>reorganize
16:55:24				054/517 - 106/133: Installing method ClassDescription>>resetProtocols
16:55:24				054/517 - 107/133: Installing method ClassDescription>>selectorsInProtocol:
16:55:24				054/517 - 108/133: Installing method ClassDescription>>sharedPoolOfVarNamed:
16:55:24				054/517 - 109/133: Installing method ClassDescription>>sharedPoolString
16:55:24				054/517 - 110/133: Installing method ClassDescription>>sharedPoolStringOn:
16:55:24				054/517 - 111/133: Installing method ClassDescription>>sharedPools
16:55:24				054/517 - 112/133: Installing method ClassDescription>>sharedPoolsOn:
16:55:24				054/517 - 113/133: Installing method ClassDescription>>sharedPoolsString
16:55:24				054/517 - 114/133: Installing method ClassDescription>>slotNamed:
16:55:24				054/517 - 115/133: Installing method ClassDescription>>slotNamed:ifFound:
16:55:24				054/517 - 116/133: Installing method ClassDescription>>slotNamed:ifFound:ifNone:
16:55:24				054/517 - 117/133: Installing method ClassDescription>>slotNames
16:55:24				054/517 - 118/133: Installing method ClassDescription>>slots
16:55:24				054/517 - 119/133: Installing method ClassDescription>>slotsNeedFullDefinition
16:55:24				054/517 - 120/133: Installing method ClassDescription>>spaceUsed
16:55:24				054/517 - 121/133: Installing method ClassDescription>>storeOn:
16:55:24				054/517 - 122/133: Installing method ClassDescription>>superclass:layout:
16:55:24				054/517 - 123/133: Installing method ClassDescription>>superclass:methodDictionary:format:
16:55:24				054/517 - 124/133: Installing method ClassDescription>>superclass:withLayoutType:slots:
16:55:24				054/517 - 125/133: Installing method ClassDescription>>uncategorizedSelectors
16:55:24				054/517 - 126/133: Installing method ClassDescription>>usesLocalPoolVarNamed:
16:55:24				054/517 - 127/133: Installing method ClassDescription>>usesPoolVarNamed:
16:55:24				054/517 - 128/133: Installing method ClassDescription>>whichMethodsAccess:
16:55:24				054/517 - 129/133: Installing method ClassDescription>>whichMethodsRead:
16:55:24				054/517 - 130/133: Installing method ClassDescription>>whichMethodsWrite:
16:55:24				054/517 - 131/133: Installing method ClassDescription>>whichSelectorsAccess:
16:55:24				054/517 - 132/133: Installing method ClassDescription>>whichSelectorsRead:
16:55:24				054/517 - 133/133: Installing method ClassDescription>>whichSelectorsWrite:
16:55:24				054/517 - 1/1: Installing method ClassDescription class>>isAbstract
16:55:24				055/517 - 1/2: Installing method ClassModificationApplied>>classAffected
16:55:24				055/517 - 2/2: Installing method ClassModificationApplied>>modifiedClass:
16:55:24				055/517 - 1/1: Installing method ClassModificationApplied class>>toClass:
16:55:24				056/517 - 1/5: Installing method ClassModifiedClassDefinition>>classAffected
16:55:24				056/517 - 2/5: Installing method ClassModifiedClassDefinition>>newClassDefinition
16:55:24				056/517 - 3/5: Installing method ClassModifiedClassDefinition>>newClassDefinition:
16:55:24				056/517 - 4/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition
16:55:24				056/517 - 5/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition:
16:55:24				056/517 - 1/1: Installing method ClassModifiedClassDefinition class>>classDefinitionChangedFrom:to:
16:55:24				057/517 - 1/6: Installing method ClassParentRenamed>>classAffected
16:55:24				057/517 - 2/6: Installing method ClassParentRenamed>>classAffected:
16:55:24				057/517 - 3/6: Installing method ClassParentRenamed>>parentNewName
16:55:24				057/517 - 4/6: Installing method ClassParentRenamed>>parentNewName:
16:55:24				057/517 - 5/6: Installing method ClassParentRenamed>>parentOldName
16:55:24				057/517 - 6/6: Installing method ClassParentRenamed>>parentOldName:
16:55:24				057/517 - 1/1: Installing method ClassParentRenamed class>>classParentOf:renamedFrom:to:
16:55:24				058/517 - 1/4: Installing method ClassRemoved>>classAffected
16:55:24				058/517 - 2/4: Installing method ClassRemoved>>classRemoved
16:55:24				058/517 - 3/4: Installing method ClassRemoved>>classRemoved:
16:55:24				058/517 - 4/4: Installing method ClassRemoved>>packagesAffected
16:55:24				058/517 - 1/1: Installing method ClassRemoved class>>class:
16:55:24				059/517 - 1/8: Installing method ClassRenamed>>classAffected
16:55:24				059/517 - 2/8: Installing method ClassRenamed>>classRenamed
16:55:24				059/517 - 3/8: Installing method ClassRenamed>>classRenamed:
16:55:24				059/517 - 4/8: Installing method ClassRenamed>>newName
16:55:24				059/517 - 5/8: Installing method ClassRenamed>>newName:
16:55:24				059/517 - 6/8: Installing method ClassRenamed>>oldName
16:55:24				059/517 - 7/8: Installing method ClassRenamed>>oldName:
16:55:24				059/517 - 8/8: Installing method ClassRenamed>>packagesAffected
16:55:24				059/517 - 1/1: Installing method ClassRenamed class>>class:oldName:newName:
16:55:25				060/517 - 1/12: Installing method ClassRepackaged>>classAffected
16:55:25				060/517 - 2/12: Installing method ClassRepackaged>>classRepackaged
16:55:25				060/517 - 3/12: Installing method ClassRepackaged>>classRepackaged:
16:55:25				060/517 - 4/12: Installing method ClassRepackaged>>newPackage
16:55:25				060/517 - 5/12: Installing method ClassRepackaged>>newTag
16:55:25				060/517 - 6/12: Installing method ClassRepackaged>>newTag:
16:55:25				060/517 - 7/12: Installing method ClassRepackaged>>oldPackage
16:55:25				060/517 - 8/12: Installing method ClassRepackaged>>oldTag
16:55:25				060/517 - 9/12: Installing method ClassRepackaged>>oldTag:
16:55:25				060/517 - 10/12: Installing method ClassRepackaged>>packageTagsAffected
16:55:25				060/517 - 11/12: Installing method ClassRepackaged>>packagedChanged
16:55:25				060/517 - 12/12: Installing method ClassRepackaged>>packagesAffected
16:55:25				060/517 - 1/1: Installing method ClassRepackaged class>>classRepackaged:oldTag:newTag:
16:55:25				061/517 - 1/2: Installing method ClassResolver>>resolve:
16:55:25				061/517 - 2/2: Installing method ClassResolver>>resolve:inEnv:
16:55:25				062/517 - 1/1: Installing method ClassResolverStrictResolve>>resolve:
16:55:25				063/517 - 1/5: Installing method ClassSessionHandler>>handledId
16:55:25				063/517 - 2/5: Installing method ClassSessionHandler>>registeredClass
16:55:25				063/517 - 3/5: Installing method ClassSessionHandler>>registeredClassName:
16:55:25				063/517 - 4/5: Installing method ClassSessionHandler>>shutdown:
16:55:25				063/517 - 5/5: Installing method ClassSessionHandler>>startup:
16:55:25				063/517 - 1/1: Installing method ClassSessionHandler class>>forClassNamed:
16:55:25				064/517 - 1/20: Installing method ClassVariable>>acceptVisitor:node:
16:55:25				064/517 - 2/20: Installing method ClassVariable>>definingClass
16:55:25				064/517 - 3/20: Installing method ClassVariable>>definingClass:
16:55:25				064/517 - 4/20: Installing method ClassVariable>>definitionOn:
16:55:25				064/517 - 5/20: Installing method ClassVariable>>definitionString
16:55:25				064/517 - 6/20: Installing method ClassVariable>>emitStore:
16:55:25				064/517 - 7/20: Installing method ClassVariable>>emitValue:
16:55:25				064/517 - 8/20: Installing method ClassVariable>>hasSameDefinitionAs:
16:55:25				064/517 - 9/20: Installing method ClassVariable>>isAccessedBy:
16:55:25				064/517 - 10/20: Installing method ClassVariable>>isClassVariable
16:55:25				064/517 - 11/20: Installing method ClassVariable>>isDefinedByOwningClass
16:55:25				064/517 - 12/20: Installing method ClassVariable>>isPoolVariable
16:55:25				064/517 - 13/20: Installing method ClassVariable>>isReferenced
16:55:25				064/517 - 14/20: Installing method ClassVariable>>needsFullDefinition
16:55:25				064/517 - 15/20: Installing method ClassVariable>>owningClass
16:55:25				064/517 - 16/20: Installing method ClassVariable>>owningClass:
16:55:25				064/517 - 17/20: Installing method ClassVariable>>possiblyUsingClasses
16:55:25				064/517 - 18/20: Installing method ClassVariable>>printOn:
16:55:25				064/517 - 19/20: Installing method ClassVariable>>usingClasses
16:55:27				064/517 - 20/20: Installing method ClassVariable>>usingMethods
16:55:27				065/517 - 1/23: Installing method CleanBlockClosure>>hasLiteral:
16:55:27				065/517 - 2/23: Installing method CleanBlockClosure>>hasLiteralSuchThat:
16:55:27				065/517 - 3/23: Installing method CleanBlockClosure>>innerCompiledBlocksAnySatisfy:
16:55:27				065/517 - 4/23: Installing method CleanBlockClosure>>innerCompiledBlocksDo:
16:55:27				065/517 - 5/23: Installing method CleanBlockClosure>>isClean
16:55:27				065/517 - 6/23: Installing method CleanBlockClosure>>isEmbeddedBlock
16:55:27				065/517 - 7/23: Installing method CleanBlockClosure>>literal
16:55:27				065/517 - 8/23: Installing method CleanBlockClosure>>literals
16:55:27				065/517 - 9/23: Installing method CleanBlockClosure>>literalsEvenTheOnesInTheInnerBlocks
16:55:27				065/517 - 10/23: Installing method CleanBlockClosure>>messages
16:55:27				065/517 - 11/23: Installing method CleanBlockClosure>>outerCode
16:55:27				065/517 - 12/23: Installing method CleanBlockClosure>>outerCode:
16:55:27				065/517 - 13/23: Installing method CleanBlockClosure>>pathOfLiteralIndexes
16:55:27				065/517 - 14/23: Installing method CleanBlockClosure>>readsField:
16:55:27				065/517 - 15/23: Installing method CleanBlockClosure>>readsSelf
16:55:27				065/517 - 16/23: Installing method CleanBlockClosure>>readsThisContext
16:55:27				065/517 - 17/23: Installing method CleanBlockClosure>>receiver
16:55:27				065/517 - 18/23: Installing method CleanBlockClosure>>refersToLiteral:
16:55:27				065/517 - 19/23: Installing method CleanBlockClosure>>sender
16:55:27				065/517 - 20/23: Installing method CleanBlockClosure>>sendsAnySelectorOf:
16:55:27				065/517 - 21/23: Installing method CleanBlockClosure>>sendsToSuper
16:55:27				065/517 - 22/23: Installing method CleanBlockClosure>>writesField:
16:55:27				065/517 - 23/23: Installing method CleanBlockClosure>>writesRef:
16:55:27				065/517 - 1/1: Installing method CleanBlockClosure class>>compiledBlock:
16:55:28				066/517 - 1/130: Installing method Collection>>&
16:55:28				066/517 - 2/130: Installing method Collection>>,
16:55:28				066/517 - 3/130: Installing method Collection>>\
16:55:28				066/517 - 4/130: Installing method Collection>>adaptToCollection:andSend:
16:55:28				066/517 - 5/130: Installing method Collection>>adaptToNumber:andSend:
16:55:28				066/517 - 6/130: Installing method Collection>>adaptToPoint:andSend:
16:55:28				066/517 - 7/130: Installing method Collection>>add:
16:55:28				066/517 - 8/130: Installing method Collection>>add:withOccurrences:
16:55:28				066/517 - 9/130: Installing method Collection>>addAll:
16:55:28				066/517 - 10/130: Installing method Collection>>addAssignToFloatArray:
16:55:28				066/517 - 11/130: Installing method Collection>>addIfNotPresent:
16:55:28				066/517 - 12/130: Installing method Collection>>allSatisfy:
16:55:28				066/517 - 13/130: Installing method Collection>>anyOne
16:55:28				066/517 - 14/130: Installing method Collection>>anySatisfy:
16:55:28				066/517 - 15/130: Installing method Collection>>asArray
16:55:28				066/517 - 16/130: Installing method Collection>>asBag
16:55:28				066/517 - 17/130: Installing method Collection>>asByteArray
16:55:28				066/517 - 18/130: Installing method Collection>>asCharacterSet
16:55:28				066/517 - 19/130: Installing method Collection>>asCommaString
16:55:28				066/517 - 20/130: Installing method Collection>>asCommaStringAnd
16:55:28				066/517 - 21/130: Installing method Collection>>asDictionary
16:55:28				066/517 - 22/130: Installing method Collection>>asIdentitySet
16:55:28				066/517 - 23/130: Installing method Collection>>asMultilineString
16:55:28				066/517 - 24/130: Installing method Collection>>asNewArray
16:55:28				066/517 - 25/130: Installing method Collection>>asOrderedCollection
16:55:28				066/517 - 26/130: Installing method Collection>>asOrderedDictionary
16:55:29				066/517 - 27/130: Installing method Collection>>asSet
16:55:29				066/517 - 28/130: Installing method Collection>>asSortedCollection
16:55:29				066/517 - 29/130: Installing method Collection>>asSortedCollection:
16:55:29				066/517 - 30/130: Installing method Collection>>asStringOn:delimiter:
16:55:29				066/517 - 31/130: Installing method Collection>>asStringOn:delimiter:last:
16:55:29				066/517 - 32/130: Installing method Collection>>associationsDo:
16:55:29				066/517 - 33/130: Installing method Collection>>capacity
16:55:29				066/517 - 34/130: Installing method Collection>>collect:
16:55:29				066/517 - 35/130: Installing method Collection>>collect:as:
16:55:29				066/517 - 36/130: Installing method Collection>>collect:into:
16:55:29				066/517 - 37/130: Installing method Collection>>collect:thenDo:
16:55:29				066/517 - 38/130: Installing method Collection>>collect:thenReject:
16:55:29				066/517 - 39/130: Installing method Collection>>collect:thenSelect:
16:55:29				066/517 - 40/130: Installing method Collection>>collectionSizeThreshold
16:55:29				066/517 - 41/130: Installing method Collection>>contains:
16:55:29				066/517 - 42/130: Installing method Collection>>contents
16:55:29				066/517 - 43/130: Installing method Collection>>copyEmpty
16:55:29				066/517 - 44/130: Installing method Collection>>copyWith:
16:55:29				066/517 - 45/130: Installing method Collection>>copyWithAll:
16:55:29				066/517 - 46/130: Installing method Collection>>copyWithDependent:
16:55:29				066/517 - 47/130: Installing method Collection>>copyWithout:
16:55:29				066/517 - 48/130: Installing method Collection>>copyWithoutAll:
16:55:29				066/517 - 49/130: Installing method Collection>>copyWithoutDuplicates
16:55:29				066/517 - 50/130: Installing method Collection>>copyWithoutFirst:
16:55:29				066/517 - 51/130: Installing method Collection>>copyWithoutFirstOccurrenceOf:
16:55:29				066/517 - 52/130: Installing method Collection>>count:
16:55:29				066/517 - 53/130: Installing method Collection>>detect:
16:55:29				066/517 - 54/130: Installing method Collection>>detect:ifFound:
16:55:29				066/517 - 55/130: Installing method Collection>>detect:ifFound:ifNone:
16:55:29				066/517 - 56/130: Installing method Collection>>detect:ifNone:
16:55:29				066/517 - 57/130: Installing method Collection>>detectMax:
16:55:29				066/517 - 58/130: Installing method Collection>>detectMin:
16:55:29				066/517 - 59/130: Installing method Collection>>difference:
16:55:29				066/517 - 60/130: Installing method Collection>>displayStringOn:
16:55:29				066/517 - 61/130: Installing method Collection>>do:
16:55:29				066/517 - 62/130: Installing method Collection>>do:separatedBy:
16:55:29				066/517 - 63/130: Installing method Collection>>do:without:
16:55:29				066/517 - 64/130: Installing method Collection>>doWithIndex:
16:55:29				066/517 - 65/130: Installing method Collection>>emptyCheck
16:55:29				066/517 - 66/130: Installing method Collection>>errorEmptyCollection
16:55:29				066/517 - 67/130: Installing method Collection>>errorNotFound:
16:55:29				066/517 - 68/130: Installing method Collection>>errorSizeMismatch
16:55:29				066/517 - 69/130: Installing method Collection>>fillFrom:with:
16:55:29				066/517 - 70/130: Installing method Collection>>findFirstInByteString:startingAt:
16:55:29				066/517 - 71/130: Installing method Collection>>flatCollect:
16:55:29				066/517 - 72/130: Installing method Collection>>flatCollect:as:
16:55:29				066/517 - 73/130: Installing method Collection>>flatCollectAsSet:
16:55:29				066/517 - 74/130: Installing method Collection>>flattenOn:
16:55:29				066/517 - 75/130: Installing method Collection>>flattened
16:55:29				066/517 - 76/130: Installing method Collection>>fold:
16:55:29				066/517 - 77/130: Installing method Collection>>gather:
16:55:29				066/517 - 78/130: Installing method Collection>>groupedBy:
16:55:29				066/517 - 79/130: Installing method Collection>>groupedBy:having:
16:55:29				066/517 - 80/130: Installing method Collection>>hash
16:55:29				066/517 - 81/130: Installing method Collection>>identityIncludes:
16:55:29				066/517 - 82/130: Installing method Collection>>ifEmpty:
16:55:29				066/517 - 83/130: Installing method Collection>>ifEmpty:ifNotEmpty:
16:55:29				066/517 - 84/130: Installing method Collection>>ifNotEmpty:
16:55:29				066/517 - 85/130: Installing method Collection>>ifNotEmpty:ifEmpty:
16:55:29				066/517 - 86/130: Installing method Collection>>includes:
16:55:29				066/517 - 87/130: Installing method Collection>>includesAll:
16:55:29				066/517 - 88/130: Installing method Collection>>includesAny:
16:55:29				066/517 - 89/130: Installing method Collection>>includesAnyOf:
16:55:29				066/517 - 90/130: Installing method Collection>>includesSubstringAnywhere:
16:55:29				066/517 - 91/130: Installing method Collection>>inject:into:
16:55:29				066/517 - 92/130: Installing method Collection>>intersection:
16:55:29				066/517 - 93/130: Installing method Collection>>isCollection
16:55:29				066/517 - 94/130: Installing method Collection>>isEmpty
16:55:29				066/517 - 95/130: Installing method Collection>>isEmptyOrNil
16:55:29				066/517 - 96/130: Installing method Collection>>isNotEmpty
16:55:29				066/517 - 97/130: Installing method Collection>>isSequenceable
16:55:29				066/517 - 98/130: Installing method Collection>>median
16:55:29				066/517 - 99/130: Installing method Collection>>noneSatisfy:
16:55:29				066/517 - 100/130: Installing method Collection>>notEmpty
16:55:29				066/517 - 101/130: Installing method Collection>>occurrencesOf:
16:55:29				066/517 - 102/130: Installing method Collection>>printElementsOn:
16:55:29				066/517 - 103/130: Installing method Collection>>printNameOn:
16:55:29				066/517 - 104/130: Installing method Collection>>printOn:
16:55:29				066/517 - 105/130: Installing method Collection>>printOn:delimiter:
16:55:29				066/517 - 106/130: Installing method Collection>>printOn:delimiter:last:
16:55:29				066/517 - 107/130: Installing method Collection>>reduce:
16:55:29				066/517 - 108/130: Installing method Collection>>reject:
16:55:29				066/517 - 109/130: Installing method Collection>>reject:thenCollect:
16:55:29				066/517 - 110/130: Installing method Collection>>reject:thenDo:
16:55:29				066/517 - 111/130: Installing method Collection>>remove:
16:55:29				066/517 - 112/130: Installing method Collection>>remove:ifAbsent:
16:55:29				066/517 - 113/130: Installing method Collection>>removeAll
16:55:29				066/517 - 114/130: Installing method Collection>>removeAll:
16:55:29				066/517 - 115/130: Installing method Collection>>removeAllFoundIn:
16:55:29				066/517 - 116/130: Installing method Collection>>removeAllSuchThat:
16:55:29				066/517 - 117/130: Installing method Collection>>select:
16:55:29				066/517 - 118/130: Installing method Collection>>select:thenCollect:
16:55:29				066/517 - 119/130: Installing method Collection>>select:thenDo:
16:55:29				066/517 - 120/130: Installing method Collection>>size
16:55:29				066/517 - 121/130: Installing method Collection>>sorted
16:55:29				066/517 - 122/130: Installing method Collection>>sorted:
16:55:29				066/517 - 123/130: Installing method Collection>>storeOn:
16:55:29				066/517 - 124/130: Installing method Collection>>sum:
16:55:29				066/517 - 125/130: Installing method Collection>>sum:ifEmpty:
16:55:29				066/517 - 126/130: Installing method Collection>>sumNumbers
16:55:29				066/517 - 127/130: Installing method Collection>>sumNumbers:
16:55:29				066/517 - 128/130: Installing method Collection>>union:
16:55:29				066/517 - 129/130: Installing method Collection>>withIndexDo:
16:55:29				066/517 - 130/130: Installing method Collection>>|
16:55:29				066/517 - 1/11: Installing method Collection class>><-
16:55:29				066/517 - 2/11: Installing method Collection class>>empty
16:55:29				066/517 - 3/11: Installing method Collection class>>isAbstract
16:55:29				066/517 - 4/11: Installing method Collection class>>newFromArray:
16:55:29				066/517 - 5/11: Installing method Collection class>>with:
16:55:29				066/517 - 6/11: Installing method Collection class>>with:with:
16:55:29				066/517 - 7/11: Installing method Collection class>>with:with:with:
16:55:29				066/517 - 8/11: Installing method Collection class>>with:with:with:with:
16:55:29				066/517 - 9/11: Installing method Collection class>>with:with:with:with:with:
16:55:29				066/517 - 10/11: Installing method Collection class>>with:with:with:with:with:with:
16:55:29				066/517 - 11/11: Installing method Collection class>>withAll:
16:55:29				067/517 - 1/5: Installing method CollectionElement>>=
16:55:29				067/517 - 2/5: Installing method CollectionElement>>asCollectionElement
16:55:29				067/517 - 3/5: Installing method CollectionElement>>enclosedElement
16:55:29				067/517 - 4/5: Installing method CollectionElement>>enclosedElement:
16:55:29				067/517 - 5/5: Installing method CollectionElement>>hash
16:55:29				067/517 - 1/3: Installing method CollectionElement class>>initialize
16:55:29				067/517 - 2/3: Installing method CollectionElement class>>with:
16:55:29				067/517 - 3/3: Installing method CollectionElement class>>withNil
16:55:29				068/517 - 1/4: Installing method CollectionIsEmpty>>collection
16:55:29				068/517 - 2/4: Installing method CollectionIsEmpty>>collection:
16:55:29				068/517 - 3/4: Installing method CollectionIsEmpty>>messageText
16:55:29				068/517 - 4/4: Installing method CollectionIsEmpty>>standardMessageText
16:55:29				068/517 - 1/1: Installing method CollectionIsEmpty class>>signalWith:
16:55:30				069/517 - 1/21: Installing method CommandLineArguments>>allFilesWithExtension:
16:55:30				069/517 - 2/21: Installing method CommandLineArguments>>argumentAt:
16:55:30				069/517 - 3/21: Installing method CommandLineArguments>>arguments
16:55:30				069/517 - 4/21: Installing method CommandLineArguments>>commandLineArguments
16:55:30				069/517 - 5/21: Installing method CommandLineArguments>>copySubcommand
16:55:30				069/517 - 6/21: Installing method CommandLineArguments>>copyWithoutPassword
16:55:30				069/517 - 7/21: Installing method CommandLineArguments>>hasArguments
16:55:30				069/517 - 8/21: Installing method CommandLineArguments>>hasFileWithExtension:
16:55:30				069/517 - 9/21: Installing method CommandLineArguments>>hasOption:
16:55:30				069/517 - 10/21: Installing method CommandLineArguments>>includesSubCommand:
16:55:30				069/517 - 11/21: Installing method CommandLineArguments>>initialize
16:55:30				069/517 - 12/21: Installing method CommandLineArguments>>initializeWithArguments:
16:55:30				069/517 - 13/21: Installing method CommandLineArguments>>longOptionAt:
16:55:30				069/517 - 14/21: Installing method CommandLineArguments>>longOptionAt:ifAbsent:
16:55:30				069/517 - 15/21: Installing method CommandLineArguments>>optionAt:
16:55:30				069/517 - 16/21: Installing method CommandLineArguments>>optionAt:ifAbsent:
16:55:30				069/517 - 17/21: Installing method CommandLineArguments>>optionAt:ifPresent:
16:55:30				069/517 - 18/21: Installing method CommandLineArguments>>optionAt:ifPresent:ifAbsent:
16:55:30				069/517 - 19/21: Installing method CommandLineArguments>>shortOptionAt:
16:55:30				069/517 - 20/21: Installing method CommandLineArguments>>shortOptionAt:ifAbsent:
16:55:30				069/517 - 21/21: Installing method CommandLineArguments>>withFirstArgument:
16:55:30				069/517 - 1/1: Installing method CommandLineArguments class>>withArguments:
16:55:30				070/517 - 1/30: Installing method CommandLineHandler>><<
16:55:30				070/517 - 2/30: Installing method CommandLineHandler>>activate
16:55:30				070/517 - 3/30: Installing method CommandLineHandler>>activateHelp
16:55:30				070/517 - 4/30: Installing method CommandLineHandler>>activateHelpWithoutArguments
16:55:30				070/517 - 5/30: Installing method CommandLineHandler>>allHandlers
16:55:30				070/517 - 6/30: Installing method CommandLineHandler>>argumentAt:
16:55:30				070/517 - 7/30: Installing method CommandLineHandler>>arguments
16:55:30				070/517 - 8/30: Installing method CommandLineHandler>>commandLine
16:55:30				070/517 - 9/30: Installing method CommandLineHandler>>commandLine:
16:55:30				070/517 - 10/30: Installing method CommandLineHandler>>commandName
16:55:30				070/517 - 11/30: Installing method CommandLineHandler>>description
16:55:30				070/517 - 12/30: Installing method CommandLineHandler>>exitFailure
16:55:30				070/517 - 13/30: Installing method CommandLineHandler>>exitFailure:
16:55:30				070/517 - 14/30: Installing method CommandLineHandler>>exitSuccess
16:55:30				070/517 - 15/30: Installing method CommandLineHandler>>hasArguments
16:55:30				070/517 - 16/30: Installing method CommandLineHandler>>hasOption:
16:55:30				070/517 - 17/30: Installing method CommandLineHandler>>hasSessionChanged
16:55:30				070/517 - 18/30: Installing method CommandLineHandler>>help
16:55:30				070/517 - 19/30: Installing method CommandLineHandler>>initialize
16:55:30				070/517 - 20/30: Installing method CommandLineHandler>>initializeStderr
16:55:30				070/517 - 21/30: Installing method CommandLineHandler>>initializeStdout
16:55:30				070/517 - 22/30: Installing method CommandLineHandler>>name
16:55:30				070/517 - 23/30: Installing method CommandLineHandler>>optionAt:
16:55:30				070/517 - 24/30: Installing method CommandLineHandler>>optionAt:ifAbsent:
16:55:30				070/517 - 25/30: Installing method CommandLineHandler>>optionAt:ifPresent:
16:55:30				070/517 - 26/30: Installing method CommandLineHandler>>optionAt:ifPresent:ifAbsent:
16:55:30				070/517 - 27/30: Installing method CommandLineHandler>>printHelp
16:55:30				070/517 - 28/30: Installing method CommandLineHandler>>quit
16:55:30				070/517 - 29/30: Installing method CommandLineHandler>>stderr
16:55:30				070/517 - 30/30: Installing method CommandLineHandler>>stdout
16:55:30				070/517 - 1/11: Installing method CommandLineHandler class>>activateWith:
16:55:30				070/517 - 2/11: Installing method CommandLineHandler class>>allHandlers
16:55:30				070/517 - 3/11: Installing method CommandLineHandler class>>commandLine:
16:55:31				070/517 - 4/11: Installing method CommandLineHandler class>>commandName
16:55:31				070/517 - 5/11: Installing method CommandLineHandler class>>description
16:55:31				070/517 - 6/11: Installing method CommandLineHandler class>>isAbstract
16:55:31				070/517 - 7/11: Installing method CommandLineHandler class>>isResponsibleFor:
16:55:31				070/517 - 8/11: Installing method CommandLineHandler class>>prepareSubcommand:
16:55:31				070/517 - 9/11: Installing method CommandLineHandler class>>priority
16:55:31				070/517 - 10/11: Installing method CommandLineHandler class>>requireDeploymentPassword
16:55:31				070/517 - 11/11: Installing method CommandLineHandler class>>selectHandlersFor:
16:55:31				071/517 - 1/12: Installing method CommandLinePasswordManager>>hasPasswordSet
16:55:31				071/517 - 2/12: Installing method CommandLinePasswordManager>>hashString:
16:55:31				071/517 - 3/12: Installing method CommandLinePasswordManager>>hashingPepper
16:55:31				071/517 - 4/12: Installing method CommandLinePasswordManager>>hashingPepper:
16:55:31				071/517 - 5/12: Installing method CommandLinePasswordManager>>isMatchingPassword:
16:55:31				071/517 - 6/12: Installing method CommandLinePasswordManager>>numberOfHashIterations
16:55:31				071/517 - 7/12: Installing method CommandLinePasswordManager>>numberOfHashIterations:
16:55:31				071/517 - 8/12: Installing method CommandLinePasswordManager>>password:
16:55:31				071/517 - 9/12: Installing method CommandLinePasswordManager>>passwordHash
16:55:31				071/517 - 10/12: Installing method CommandLinePasswordManager>>passwordHash:
16:55:31				071/517 - 11/12: Installing method CommandLinePasswordManager>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations:
16:55:31				071/517 - 12/12: Installing method CommandLinePasswordManager>>removePasswordProtection
16:55:31				071/517 - 1/10: Installing method CommandLinePasswordManager class>>current
16:55:31				071/517 - 2/10: Installing method CommandLinePasswordManager class>>defaultHashingPepper
16:55:31				071/517 - 3/10: Installing method CommandLinePasswordManager class>>defaultNumberOfHashIterations
16:55:31				071/517 - 4/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtection
16:55:31				071/517 - 5/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtectionCustomized
16:55:31				071/517 - 6/10: Installing method CommandLinePasswordManager class>>exampleRemovePasswordProtection
16:55:31				071/517 - 7/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:
16:55:31				071/517 - 8/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:
16:55:31				071/517 - 9/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations:
16:55:31				071/517 - 10/10: Installing method CommandLinePasswordManager class>>removePasswordProtection
16:55:32				072/517 - 1/46: Installing method CommandLineUIManager>>abort:
16:55:32				072/517 - 2/46: Installing method CommandLineUIManager>>abort:title:
16:55:32				072/517 - 3/46: Installing method CommandLineUIManager>>activate
16:55:32				072/517 - 4/46: Installing method CommandLineUIManager>>alert:
16:55:32				072/517 - 5/46: Installing method CommandLineUIManager>>alert:title:
16:55:32				072/517 - 6/46: Installing method CommandLineUIManager>>alert:title:configure:
16:55:32				072/517 - 7/46: Installing method CommandLineUIManager>>choose:title:
16:55:32				072/517 - 8/46: Installing method CommandLineUIManager>>chooseFrom:lines:title:
16:55:32				072/517 - 9/46: Installing method CommandLineUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
16:55:32				072/517 - 10/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:
16:55:32				072/517 - 11/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
16:55:32				072/517 - 12/46: Installing method CommandLineUIManager>>debugProcess:context:label:fullView:notification:
16:55:32				072/517 - 13/46: Installing method CommandLineUIManager>>deny:
16:55:32				072/517 - 14/46: Installing method CommandLineUIManager>>deny:title:
16:55:32				072/517 - 15/46: Installing method CommandLineUIManager>>exitFailure
16:55:32				072/517 - 16/46: Installing method CommandLineUIManager>>handleDebugRequest:fromDebuggerSystem:
16:55:32				072/517 - 17/46: Installing method CommandLineUIManager>>handleError:log:
16:55:32				072/517 - 18/46: Installing method CommandLineUIManager>>handleNotification:
16:55:32				072/517 - 19/46: Installing method CommandLineUIManager>>handleWarning:
16:55:32				072/517 - 20/46: Installing method CommandLineUIManager>>handleWarningDebugRequest:fromDebuggerSystem:
16:55:32				072/517 - 21/46: Installing method CommandLineUIManager>>headlessManager
16:55:32				072/517 - 22/46: Installing method CommandLineUIManager>>inform:
16:55:32				072/517 - 23/46: Installing method CommandLineUIManager>>initialize
16:55:32				072/517 - 24/46: Installing method CommandLineUIManager>>logColored:during:
16:55:32				072/517 - 25/46: Installing method CommandLineUIManager>>logDuring:
16:55:32				072/517 - 26/46: Installing method CommandLineUIManager>>logGreenDuring:
16:55:32				072/517 - 27/46: Installing method CommandLineUIManager>>logRedDuring:
16:55:32				072/517 - 28/46: Installing method CommandLineUIManager>>logTitle:andDescription:to:
16:55:32				072/517 - 29/46: Installing method CommandLineUIManager>>logYellowDuring:
16:55:32				072/517 - 30/46: Installing method CommandLineUIManager>>nonInteractiveManager
16:55:32				072/517 - 31/46: Installing method CommandLineUIManager>>onPrimitiveError:
16:55:32				072/517 - 32/46: Installing method CommandLineUIManager>>proceed:
16:55:32				072/517 - 33/46: Installing method CommandLineUIManager>>proceed:title:
16:55:32				072/517 - 34/46: Installing method CommandLineUIManager>>question:
16:55:32				072/517 - 35/46: Installing method CommandLineUIManager>>question:title:
16:55:32				072/517 - 36/46: Installing method CommandLineUIManager>>questionWithoutCancel:
16:55:32				072/517 - 37/46: Installing method CommandLineUIManager>>questionWithoutCancel:title:
16:55:32				072/517 - 38/46: Installing method CommandLineUIManager>>quitFrom:withMessage:
16:55:32				072/517 - 39/46: Installing method CommandLineUIManager>>replacing:
16:55:32				072/517 - 40/46: Installing method CommandLineUIManager>>stderr
16:55:32				072/517 - 41/46: Installing method CommandLineUIManager>>stdin
16:55:32				072/517 - 42/46: Installing method CommandLineUIManager>>stdout
16:55:32				072/517 - 43/46: Installing method CommandLineUIManager>>textEntry:
16:55:32				072/517 - 44/46: Installing method CommandLineUIManager>>textEntry:title:
16:55:32				072/517 - 45/46: Installing method CommandLineUIManager>>textEntry:title:entryText:
16:55:32				072/517 - 46/46: Installing method CommandLineUIManager>>unhandledErrorDefaultAction:
16:55:32				072/517 - 1/5: Installing method CommandLineUIManager class>>isValidForCurrentSystemConfiguration
16:55:32				072/517 - 2/5: Installing method CommandLineUIManager class>>replacing:
16:55:32				072/517 - 3/5: Installing method CommandLineUIManager class>>snapshotErrorImage
16:55:32				072/517 - 4/5: Installing method CommandLineUIManager class>>snapshotErrorImage:
16:55:32				072/517 - 5/5: Installing method CommandLineUIManager class>>uiSettingsOn:
16:55:32				073/517 - 1/34: Installing method CompiledBlock>>displayStringOn:
16:55:32				073/517 - 2/34: Installing method CompiledBlock>>endPC
16:55:32				073/517 - 3/34: Installing method CompiledBlock>>hasMethodReturn
16:55:32				073/517 - 4/34: Installing method CompiledBlock>>hasPragmaNamed:
16:55:32				073/517 - 5/34: Installing method CompiledBlock>>hasProperties
16:55:32				073/517 - 6/34: Installing method CompiledBlock>>hasProperty:
16:55:32				073/517 - 7/34: Installing method CompiledBlock>>hasSourceCode
16:55:32				073/517 - 8/34: Installing method CompiledBlock>>hash
16:55:32				073/517 - 9/34: Installing method CompiledBlock>>indexInOuter
16:55:32				073/517 - 10/34: Installing method CompiledBlock>>indexesInOuter
16:55:32				073/517 - 11/34: Installing method CompiledBlock>>isCompiledBlock
16:55:32				073/517 - 12/34: Installing method CompiledBlock>>isEmbeddedBlock
16:55:33				073/517 - 13/34: Installing method CompiledBlock>>isInstalled
16:55:33				073/517 - 14/34: Installing method CompiledBlock>>isTestMethod
16:55:33				073/517 - 15/34: Installing method CompiledBlock>>literalEqual:
16:55:33				073/517 - 16/34: Installing method CompiledBlock>>literalsToSkip
16:55:33				073/517 - 17/34: Installing method CompiledBlock>>method
16:55:33				073/517 - 18/34: Installing method CompiledBlock>>methodClass
16:55:33				073/517 - 19/34: Installing method CompiledBlock>>methodNode
16:55:33				073/517 - 20/34: Installing method CompiledBlock>>outerCode
16:55:33				073/517 - 21/34: Installing method CompiledBlock>>outerCode:
16:55:33				073/517 - 22/34: Installing method CompiledBlock>>pathOfLiteralIndexes
16:55:33				073/517 - 23/34: Installing method CompiledBlock>>pcInOuter
16:55:33				073/517 - 24/34: Installing method CompiledBlock>>pragmas
16:55:33				073/517 - 25/34: Installing method CompiledBlock>>primitive
16:55:33				073/517 - 26/34: Installing method CompiledBlock>>printOn:
16:55:33				073/517 - 27/34: Installing method CompiledBlock>>properties
16:55:33				073/517 - 28/34: Installing method CompiledBlock>>propertyAt:
16:55:33				073/517 - 29/34: Installing method CompiledBlock>>sameLiteralsAs:
16:55:33				073/517 - 30/34: Installing method CompiledBlock>>selector
16:55:33				073/517 - 31/34: Installing method CompiledBlock>>sourceCode
16:55:33				073/517 - 32/34: Installing method CompiledBlock>>sourcePointer
16:55:33				073/517 - 33/34: Installing method CompiledBlock>>stepIntoQuickMethods
16:55:33				073/517 - 34/34: Installing method CompiledBlock>>stepIntoQuickMethods:
16:55:33				073/517 - 1/1: Installing method CompiledBlock class>>trailerSize
16:55:34				074/517 - 1/114: Installing method CompiledCode>>=
16:55:34				074/517 - 2/114: Installing method CompiledCode>>accessesField:
16:55:34				074/517 - 3/114: Installing method CompiledCode>>accessesRef:
16:55:34				074/517 - 4/114: Installing method CompiledCode>>accessesSlot:
16:55:34				074/517 - 5/114: Installing method CompiledCode>>allBlocks
16:55:34				074/517 - 6/114: Installing method CompiledCode>>allBlocksDo:
16:55:34				074/517 - 7/114: Installing method CompiledCode>>allLiterals
16:55:35				074/517 - 8/114: Installing method CompiledCode>>argumentNames
16:55:35				074/517 - 9/114: Installing method CompiledCode>>asOrderedCollection
16:55:35				074/517 - 10/114: Installing method CompiledCode>>asString
16:55:35				074/517 - 11/114: Installing method CompiledCode>>author
16:55:35				074/517 - 12/114: Installing method CompiledCode>>bytecodes
16:55:35				074/517 - 13/114: Installing method CompiledCode>>clearFlag
16:55:35				074/517 - 14/114: Installing method CompiledCode>>clearSignFlag
16:55:35				074/517 - 15/114: Installing method CompiledCode>>clone
16:55:35				074/517 - 16/114: Installing method CompiledCode>>comment
16:55:35				074/517 - 17/114: Installing method CompiledCode>>definitionString
16:55:35				074/517 - 18/114: Installing method CompiledCode>>encoderClass
16:55:35				074/517 - 19/114: Installing method CompiledCode>>endPC
16:55:35				074/517 - 20/114: Installing method CompiledCode>>equivalentTo:
16:55:35				074/517 - 21/114: Installing method CompiledCode>>extensionPackage
16:55:35				074/517 - 22/114: Installing method CompiledCode>>flag
16:55:35				074/517 - 23/114: Installing method CompiledCode>>flattenOn:
16:55:35				074/517 - 24/114: Installing method CompiledCode>>frameSize
16:55:35				074/517 - 25/114: Installing method CompiledCode>>hasLiteral:
16:55:35				074/517 - 26/114: Installing method CompiledCode>>hasLiteralSuchThat:
16:55:35				074/517 - 27/114: Installing method CompiledCode>>hasPragmaNamed:
16:55:35				074/517 - 28/114: Installing method CompiledCode>>hasSelector:
16:55:35				074/517 - 29/114: Installing method CompiledCode>>hasSelector:specialSelectorIndex:
16:55:35				074/517 - 30/114: Installing method CompiledCode>>hasSourceCode
16:55:35				074/517 - 31/114: Installing method CompiledCode>>hasTemporaries
16:55:35				074/517 - 32/114: Installing method CompiledCode>>hash
16:55:35				074/517 - 33/114: Installing method CompiledCode>>header
16:55:35				074/517 - 34/114: Installing method CompiledCode>>headerDescription
16:55:35				074/517 - 35/114: Installing method CompiledCode>>indexOfLiteral:
16:55:35				074/517 - 36/114: Installing method CompiledCode>>initialPC
16:55:35				074/517 - 37/114: Installing method CompiledCode>>innerCompiledBlocksAnySatisfy:
16:55:35				074/517 - 38/114: Installing method CompiledCode>>innerCompiledBlocksDo:
16:55:35				074/517 - 39/114: Installing method CompiledCode>>isCollection
16:55:35				074/517 - 40/114: Installing method CompiledCode>>isDoIt
16:55:35				074/517 - 41/114: Installing method CompiledCode>>isExternalCallPrimitive
16:55:35				074/517 - 42/114: Installing method CompiledCode>>isInstalled
16:55:35				074/517 - 43/114: Installing method CompiledCode>>isNamedPrimitive
16:55:35				074/517 - 44/114: Installing method CompiledCode>>isPrimitive
16:55:35				074/517 - 45/114: Installing method CompiledCode>>isQuick
16:55:35				074/517 - 46/114: Installing method CompiledCode>>isRealPrimitive
16:55:35				074/517 - 47/114: Installing method CompiledCode>>isReturnSelf
16:55:35				074/517 - 48/114: Installing method CompiledCode>>isReturnSpecial
16:55:35				074/517 - 49/114: Installing method CompiledCode>>isTestMethod
16:55:35				074/517 - 50/114: Installing method CompiledCode>>literalAt:
16:55:35				074/517 - 51/114: Installing method CompiledCode>>literalAt:put:
16:55:35				074/517 - 52/114: Installing method CompiledCode>>literals
16:55:35				074/517 - 53/114: Installing method CompiledCode>>literalsAt:
16:55:35				074/517 - 54/114: Installing method CompiledCode>>literalsDo:
16:55:35				074/517 - 55/114: Installing method CompiledCode>>literalsEvenTheOnesInTheInnerBlocks
16:55:35				074/517 - 56/114: Installing method CompiledCode>>literalsToSkip
16:55:35				074/517 - 57/114: Installing method CompiledCode>>localMessages
16:55:35				074/517 - 58/114: Installing method CompiledCode>>localReadsRef:
16:55:35				074/517 - 59/114: Installing method CompiledCode>>localReadsSelf
16:55:35				074/517 - 60/114: Installing method CompiledCode>>localReadsThisContext
16:55:35				074/517 - 61/114: Installing method CompiledCode>>localSendsAnySelectorOf:
16:55:35				074/517 - 62/114: Installing method CompiledCode>>localSendsToSuper
16:55:35				074/517 - 63/114: Installing method CompiledCode>>localWritesRef:
16:55:35				074/517 - 64/114: Installing method CompiledCode>>messages
16:55:35				074/517 - 65/114: Installing method CompiledCode>>method
16:55:35				074/517 - 66/114: Installing method CompiledCode>>methodClass
16:55:35				074/517 - 67/114: Installing method CompiledCode>>methodNode
16:55:35				074/517 - 68/114: Installing method CompiledCode>>needsFrameSize:
16:55:35				074/517 - 69/114: Installing method CompiledCode>>numArgs
16:55:35				074/517 - 70/114: Installing method CompiledCode>>numLiterals
16:55:35				074/517 - 71/114: Installing method CompiledCode>>numTemps
16:55:35				074/517 - 72/114: Installing method CompiledCode>>objectAt:
16:55:35				074/517 - 73/114: Installing method CompiledCode>>objectAt:put:
16:55:35				074/517 - 74/114: Installing method CompiledCode>>origin
16:55:35				074/517 - 75/114: Installing method CompiledCode>>originMethod
16:55:35				074/517 - 76/114: Installing method CompiledCode>>package
16:55:35				074/517 - 77/114: Installing method CompiledCode>>pragmas
16:55:35				074/517 - 78/114: Installing method CompiledCode>>primitive
16:55:35				074/517 - 79/114: Installing method CompiledCode>>primitiveErrorVariableName
16:55:35				074/517 - 80/114: Installing method CompiledCode>>properties
16:55:35				074/517 - 81/114: Installing method CompiledCode>>propertyAt:ifAbsent:
16:55:35				074/517 - 82/114: Installing method CompiledCode>>readsField:
16:55:35				074/517 - 83/114: Installing method CompiledCode>>readsRef:
16:55:35				074/517 - 84/114: Installing method CompiledCode>>readsSelf
16:55:35				074/517 - 85/114: Installing method CompiledCode>>readsSlot:
16:55:35				074/517 - 86/114: Installing method CompiledCode>>readsThisContext
16:55:35				074/517 - 87/114: Installing method CompiledCode>>refersToLiteral:
16:55:35				074/517 - 88/114: Installing method CompiledCode>>sameLiteralsAs:
16:55:35				074/517 - 89/114: Installing method CompiledCode>>scanFor:
16:55:35				074/517 - 90/114: Installing method CompiledCode>>scanner
16:55:35				074/517 - 91/114: Installing method CompiledCode>>selector
16:55:35				074/517 - 92/114: Installing method CompiledCode>>sendsAnySelectorOf:
16:55:35				074/517 - 93/114: Installing method CompiledCode>>sendsSelector:
16:55:35				074/517 - 94/114: Installing method CompiledCode>>sendsToSuper
16:55:35				074/517 - 95/114: Installing method CompiledCode>>setFlag
16:55:35				074/517 - 96/114: Installing method CompiledCode>>setFrameBit:
16:55:35				074/517 - 97/114: Installing method CompiledCode>>setSignFlag
16:55:35				074/517 - 98/114: Installing method CompiledCode>>signFlag
16:55:35				074/517 - 99/114: Installing method CompiledCode>>sourceCode
16:55:35				074/517 - 100/114: Installing method CompiledCode>>sourceNode
16:55:35				074/517 - 101/114: Installing method CompiledCode>>sourceNodeForPC:
16:55:35				074/517 - 102/114: Installing method CompiledCode>>sourcePointer
16:55:35				074/517 - 103/114: Installing method CompiledCode>>stamp
16:55:35				074/517 - 104/114: Installing method CompiledCode>>stepIntoQuickMethods
16:55:35				074/517 - 105/114: Installing method CompiledCode>>timeStamp
16:55:35				074/517 - 106/114: Installing method CompiledCode>>usesPrimaryBytecodeSet
16:55:35				074/517 - 107/114: Installing method CompiledCode>>usesSecondaryBytecodeSet
16:55:35				074/517 - 108/114: Installing method CompiledCode>>voidCogVMState
16:55:35				074/517 - 109/114: Installing method CompiledCode>>withAllBlocks
16:55:35				074/517 - 110/114: Installing method CompiledCode>>withAllBlocksDo:
16:55:35				074/517 - 111/114: Installing method CompiledCode>>withAllNestedLiteralsDo:
16:55:35				074/517 - 112/114: Installing method CompiledCode>>writesField:
16:55:35				074/517 - 113/114: Installing method CompiledCode>>writesRef:
16:55:35				074/517 - 114/114: Installing method CompiledCode>>writesSlot:
16:55:35				074/517 - 1/8: Installing method CompiledCode class>>basicNew
16:55:35				074/517 - 2/8: Installing method CompiledCode class>>basicNew:
16:55:35				074/517 - 3/8: Installing method CompiledCode class>>basicNew:header:
16:55:35				074/517 - 4/8: Installing method CompiledCode class>>handleFailingFailingNew:header:
16:55:35				074/517 - 5/8: Installing method CompiledCode class>>handleFailingNew:header:
16:55:35				074/517 - 6/8: Installing method CompiledCode class>>newFrom:
16:55:35				074/517 - 7/8: Installing method CompiledCode class>>newMethod:header:
16:55:35				074/517 - 8/8: Installing method CompiledCode class>>trailerSize
16:55:37				075/517 - 1/107: Installing method CompiledMethod>>allIgnoredNotImplementedSelectors
16:55:37				075/517 - 2/107: Installing method CompiledMethod>>cachePragmas
16:55:37				075/517 - 3/107: Installing method CompiledMethod>>classBinding
16:55:37				075/517 - 4/107: Installing method CompiledMethod>>classBinding:
16:55:37				075/517 - 5/107: Installing method CompiledMethod>>clearSourcePointer
16:55:37				075/517 - 6/107: Installing method CompiledMethod>>codeForNoSource
16:55:37				075/517 - 7/107: Installing method CompiledMethod>>containsHalt
16:55:37				075/517 - 8/107: Installing method CompiledMethod>>defaultSelector
16:55:37				075/517 - 9/107: Installing method CompiledMethod>>displayStringOn:
16:55:37				075/517 - 10/107: Installing method CompiledMethod>>endPC
16:55:37				075/517 - 11/107: Installing method CompiledMethod>>flushCache
16:55:37				075/517 - 12/107: Installing method CompiledMethod>>getPreambleFrom:at:
16:55:37				075/517 - 13/107: Installing method CompiledMethod>>getSourceFromFile
16:55:37				075/517 - 14/107: Installing method CompiledMethod>>getSourceReplacingSelectorWith:
16:55:37				075/517 - 15/107: Installing method CompiledMethod>>hasComment
16:55:37				075/517 - 16/107: Installing method CompiledMethod>>hasNonLocalReturn
16:55:37				075/517 - 17/107: Installing method CompiledMethod>>hasPragma
16:55:37				075/517 - 18/107: Installing method CompiledMethod>>hasPragmaNamed:
16:55:37				075/517 - 19/107: Installing method CompiledMethod>>hasProperties
16:55:37				075/517 - 20/107: Installing method CompiledMethod>>hasProperty:
16:55:37				075/517 - 21/107: Installing method CompiledMethod>>hasSourceCode
16:55:37				075/517 - 22/107: Installing method CompiledMethod>>hasSourcePointer
16:55:37				075/517 - 23/107: Installing method CompiledMethod>>implementors
16:55:37				075/517 - 24/107: Installing method CompiledMethod>>isAbstract
16:55:37				075/517 - 25/107: Installing method CompiledMethod>>isBinarySelector
16:55:37				075/517 - 26/107: Installing method CompiledMethod>>isClassSide
16:55:37				075/517 - 27/107: Installing method CompiledMethod>>isClassified
16:55:37				075/517 - 28/107: Installing method CompiledMethod>>isCompiledMethod
16:55:37				075/517 - 29/107: Installing method CompiledMethod>>isConflict
16:55:37				075/517 - 30/107: Installing method CompiledMethod>>isDeprecated
16:55:37				075/517 - 31/107: Installing method CompiledMethod>>isDisabled
16:55:37				075/517 - 32/107: Installing method CompiledMethod>>isDisabled:
16:55:37				075/517 - 33/107: Installing method CompiledMethod>>isDoIt
16:55:37				075/517 - 34/107: Installing method CompiledMethod>>isExplicitlyRequired
16:55:37				075/517 - 35/107: Installing method CompiledMethod>>isExplicitlyRequired:
16:55:37				075/517 - 36/107: Installing method CompiledMethod>>isExtension
16:55:37				075/517 - 37/107: Installing method CompiledMethod>>isFaulty
16:55:37				075/517 - 38/107: Installing method CompiledMethod>>isFromTrait
16:55:37				075/517 - 39/107: Installing method CompiledMethod>>isInstalled
16:55:37				075/517 - 40/107: Installing method CompiledMethod>>isInstanceSide
16:55:37				075/517 - 41/107: Installing method CompiledMethod>>isOverridden
16:55:37				075/517 - 42/107: Installing method CompiledMethod>>isProvided
16:55:37				075/517 - 43/107: Installing method CompiledMethod>>isProvided:
16:55:37				075/517 - 44/107: Installing method CompiledMethod>>isRequired
16:55:37				075/517 - 45/107: Installing method CompiledMethod>>isRequired:
16:55:37				075/517 - 46/107: Installing method CompiledMethod>>isReturnField
16:55:37				075/517 - 47/107: Installing method CompiledMethod>>isSelfEvaluating
16:55:37				075/517 - 48/107: Installing method CompiledMethod>>isSubclassResponsibility
16:55:37				075/517 - 49/107: Installing method CompiledMethod>>isSubclassResponsibility:
16:55:37				075/517 - 50/107: Installing method CompiledMethod>>linesOfCode
16:55:37				075/517 - 51/107: Installing method CompiledMethod>>literalsToSkip
16:55:37				075/517 - 52/107: Installing method CompiledMethod>>markerOrNil
16:55:38				075/517 - 53/107: Installing method CompiledMethod>>method
16:55:38				075/517 - 54/107: Installing method CompiledMethod>>methodClass
16:55:38				075/517 - 55/107: Installing method CompiledMethod>>methodClass:
16:55:38				075/517 - 56/107: Installing method CompiledMethod>>migratePersistingPropertiesIn:
16:55:38				075/517 - 57/107: Installing method CompiledMethod>>name
16:55:38				075/517 - 58/107: Installing method CompiledMethod>>overriddenMethod
16:55:38				075/517 - 59/107: Installing method CompiledMethod>>pathOfLiteralIndexes
16:55:38				075/517 - 60/107: Installing method CompiledMethod>>penultimateLiteral
16:55:38				075/517 - 61/107: Installing method CompiledMethod>>penultimateLiteral:
16:55:38				075/517 - 62/107: Installing method CompiledMethod>>postCopy
16:55:38				075/517 - 63/107: Installing method CompiledMethod>>pragmaAt:
16:55:38				075/517 - 64/107: Installing method CompiledMethod>>pragmaRefersToLiteral:
16:55:38				075/517 - 65/107: Installing method CompiledMethod>>pragmas
16:55:38				075/517 - 66/107: Installing method CompiledMethod>>pragmasDo:
16:55:38				075/517 - 67/107: Installing method CompiledMethod>>prepareForSimulationWith:
16:55:38				075/517 - 68/107: Installing method CompiledMethod>>printOn:
16:55:38				075/517 - 69/107: Installing method CompiledMethod>>printPrimitiveOn:
16:55:38				075/517 - 70/107: Installing method CompiledMethod>>properties
16:55:38				075/517 - 71/107: Installing method CompiledMethod>>properties:
16:55:38				075/517 - 72/107: Installing method CompiledMethod>>propertyAt:
16:55:38				075/517 - 73/107: Installing method CompiledMethod>>propertyAt:ifAbsent:
16:55:38				075/517 - 74/107: Installing method CompiledMethod>>propertyAt:ifAbsentPut:
16:55:38				075/517 - 75/107: Installing method CompiledMethod>>propertyAt:ifPresent:
16:55:38				075/517 - 76/107: Installing method CompiledMethod>>propertyAt:put:
16:55:38				075/517 - 77/107: Installing method CompiledMethod>>propertyKeysAndValuesDo:
16:55:38				075/517 - 78/107: Installing method CompiledMethod>>protocol
16:55:38				075/517 - 79/107: Installing method CompiledMethod>>protocol:
16:55:38				075/517 - 80/107: Installing method CompiledMethod>>protocolName
16:55:38				075/517 - 81/107: Installing method CompiledMethod>>putSource:withPreamble:
16:55:38				075/517 - 82/107: Installing method CompiledMethod>>readsField:
16:55:38				075/517 - 83/107: Installing method CompiledMethod>>receiver:withArguments:executeMethod:
16:55:38				075/517 - 84/107: Installing method CompiledMethod>>referencedClasses
16:55:38				075/517 - 85/107: Installing method CompiledMethod>>refersToLiteral:
16:55:38				075/517 - 86/107: Installing method CompiledMethod>>removeFromPackage
16:55:38				075/517 - 87/107: Installing method CompiledMethod>>removeFromSystem
16:55:38				075/517 - 88/107: Installing method CompiledMethod>>removeProperty:
16:55:38				075/517 - 89/107: Installing method CompiledMethod>>removeProperty:ifAbsent:
16:55:38				075/517 - 90/107: Installing method CompiledMethod>>returnField
16:55:38				075/517 - 91/107: Installing method CompiledMethod>>selector
16:55:38				075/517 - 92/107: Installing method CompiledMethod>>selector:
16:55:38				075/517 - 93/107: Installing method CompiledMethod>>senders
16:55:38				075/517 - 94/107: Installing method CompiledMethod>>setSourcePointer:
16:55:38				075/517 - 95/107: Installing method CompiledMethod>>sourceCode
16:55:38				075/517 - 96/107: Installing method CompiledMethod>>sourceCodeOrNil
16:55:38				075/517 - 97/107: Installing method CompiledMethod>>sourcePointer
16:55:38				075/517 - 98/107: Installing method CompiledMethod>>sourcePointer:
16:55:38				075/517 - 99/107: Installing method CompiledMethod>>stepIntoQuickMethods:
16:55:38				075/517 - 100/107: Installing method CompiledMethod>>storeOn:
16:55:38				075/517 - 101/107: Installing method CompiledMethod>>tempNames
16:55:38				075/517 - 102/107: Installing method CompiledMethod>>unclassify
16:55:38				075/517 - 103/107: Installing method CompiledMethod>>usesUndeclareds
16:55:38				075/517 - 104/107: Installing method CompiledMethod>>valueWithReceiver:
16:55:38				075/517 - 105/107: Installing method CompiledMethod>>valueWithReceiver:arguments:
16:55:38				075/517 - 106/107: Installing method CompiledMethod>>veryDeepCopyWith:
16:55:38				075/517 - 107/107: Installing method CompiledMethod>>writesField:
16:55:38				075/517 - 1/17: Installing method CompiledMethod class>>abstractMarker
16:55:38				075/517 - 2/17: Installing method CompiledMethod class>>checkBytecodeSetConflictsInMethodsWith:
16:55:38				075/517 - 3/17: Installing method CompiledMethod class>>checkIsValidBytecodeEncoder:
16:55:38				075/517 - 4/17: Installing method CompiledMethod class>>conflictMarker
16:55:38				075/517 - 5/17: Installing method CompiledMethod class>>disabledMarker
16:55:38				075/517 - 6/17: Installing method CompiledMethod class>>explicitRequirementMarker
16:55:38				075/517 - 7/17: Installing method CompiledMethod class>>fullFrameSize
16:55:38				075/517 - 8/17: Installing method CompiledMethod class>>headerFlagForEncoder:
16:55:38				075/517 - 9/17: Installing method CompiledMethod class>>initialize
16:55:38				075/517 - 10/17: Installing method CompiledMethod class>>installPrimaryBytecodeSet:
16:55:38				075/517 - 11/17: Installing method CompiledMethod class>>installSecondaryBytecodeSet:
16:55:38				075/517 - 12/17: Installing method CompiledMethod class>>methodPropertiesClass
16:55:38				075/517 - 13/17: Installing method CompiledMethod class>>new
16:55:38				075/517 - 14/17: Installing method CompiledMethod class>>smallFrameSize
16:55:38				075/517 - 15/17: Installing method CompiledMethod class>>sortBlock
16:55:38				075/517 - 16/17: Installing method CompiledMethod class>>subclassResponsibilityMarker
16:55:38				075/517 - 17/17: Installing method CompiledMethod class>>trailerSize
16:55:38				076/517 - 1/2: Installing method CompiledMethodLayout>>extend
16:55:38				076/517 - 2/2: Installing method CompiledMethodLayout>>instanceSpecification
16:55:38				076/517 - 1/1: Installing method CompiledMethodLayout class>>extending:scope:host:
16:55:38				077/517 - 1/8: Installing method ConstantBlockClosure>>isConstant
16:55:38				077/517 - 2/8: Installing method ConstantBlockClosure>>literal:
16:55:38				077/517 - 3/8: Installing method ConstantBlockClosure>>value
16:55:38				077/517 - 4/8: Installing method ConstantBlockClosure>>value:
16:55:38				077/517 - 5/8: Installing method ConstantBlockClosure>>value:value:
16:55:38				077/517 - 6/8: Installing method ConstantBlockClosure>>value:value:value:
16:55:38				077/517 - 7/8: Installing method ConstantBlockClosure>>value:value:value:value:
16:55:38				077/517 - 8/8: Installing method ConstantBlockClosure>>valueWithArguments:
16:55:38				077/517 - 1/1: Installing method ConstantBlockClosure class>>numArgs:literal:
16:55:38				078/517 - 1/3: Installing method ConstantBlockClosure1Arg>>value
16:55:38				078/517 - 2/3: Installing method ConstantBlockClosure1Arg>>value:
16:55:38				078/517 - 3/3: Installing method ConstantBlockClosure1Arg>>valueWithArguments:
16:55:38				079/517 - 1/3: Installing method ConstantBlockClosure2Arg>>value
16:55:38				079/517 - 2/3: Installing method ConstantBlockClosure2Arg>>value:value:
16:55:38				079/517 - 3/3: Installing method ConstantBlockClosure2Arg>>valueWithArguments:
16:55:38				080/517 - 1/3: Installing method ConstantBlockClosure3Arg>>value
16:55:38				080/517 - 2/3: Installing method ConstantBlockClosure3Arg>>value:value:value:
16:55:38				080/517 - 3/3: Installing method ConstantBlockClosure3Arg>>valueWithArguments:
16:55:41				081/517 - 1/182: Installing method Context>>aboutToReturn:through:
16:55:41				081/517 - 2/182: Installing method Context>>activateMethod:withArgs:receiver:class:
16:55:41				081/517 - 3/182: Installing method Context>>activateReturn:value:
16:55:41				081/517 - 4/182: Installing method Context>>activeHome
16:55:41				081/517 - 5/182: Installing method Context>>activeOuterContext
16:55:41				081/517 - 6/182: Installing method Context>>arguments
16:55:41				081/517 - 7/182: Installing method Context>>asContext
16:55:41				081/517 - 8/182: Installing method Context>>at:
16:55:41				081/517 - 9/182: Installing method Context>>at:put:
16:55:41				081/517 - 10/182: Installing method Context>>basicAt:
16:55:41				081/517 - 11/182: Installing method Context>>basicAt:put:
16:55:41				081/517 - 12/182: Installing method Context>>basicSize
16:55:41				081/517 - 13/182: Installing method Context>>belongsToDoIt
16:55:41				081/517 - 14/182: Installing method Context>>blockReturnConstant:
16:55:41				081/517 - 15/182: Installing method Context>>blockReturnTop
16:55:41				081/517 - 16/182: Installing method Context>>bottomContext
16:55:41				081/517 - 17/182: Installing method Context>>canHandleSignal:
16:55:41				081/517 - 18/182: Installing method Context>>cannotReturn:
16:55:41				081/517 - 19/182: Installing method Context>>cannotReturn:to:
16:55:41				081/517 - 20/182: Installing method Context>>client
16:55:41				081/517 - 21/182: Installing method Context>>closure
16:55:41				081/517 - 22/182: Installing method Context>>compiledCode
16:55:41				081/517 - 23/182: Installing method Context>>contextClass
16:55:41				081/517 - 24/182: Installing method Context>>contextStack
16:55:41				081/517 - 25/182: Installing method Context>>contextTag
16:55:41				081/517 - 26/182: Installing method Context>>copyStack
16:55:41				081/517 - 27/182: Installing method Context>>copyTo:
16:55:41				081/517 - 28/182: Installing method Context>>cut:
16:55:41				081/517 - 29/182: Installing method Context>>deadContextForClosure:
16:55:41				081/517 - 30/182: Installing method Context>>debugStack:on:
16:55:41				081/517 - 31/182: Installing method Context>>debugStackOn:
16:55:41				081/517 - 32/182: Installing method Context>>depthBelow:
16:55:41				081/517 - 33/182: Installing method Context>>directedSuperSend:numArgs:
16:55:41				081/517 - 34/182: Installing method Context>>doDup
16:55:41				081/517 - 35/182: Installing method Context>>doNop
16:55:41				081/517 - 36/182: Installing method Context>>doPop
16:55:41				081/517 - 37/182: Installing method Context>>doPrimitive:method:receiver:args:
16:55:41				081/517 - 38/182: Installing method Context>>endPC
16:55:41				081/517 - 39/182: Installing method Context>>errorReportOn:
16:55:41				081/517 - 40/182: Installing method Context>>evaluateSignal:
16:55:41				081/517 - 41/182: Installing method Context>>exception
16:55:41				081/517 - 42/182: Installing method Context>>exceptionClass
16:55:41				081/517 - 43/182: Installing method Context>>exceptionHandlerBlock
16:55:41				081/517 - 44/182: Installing method Context>>exceptionsToCaptureWhenStepping
16:55:41				081/517 - 45/182: Installing method Context>>failPrimitiveWith:
16:55:41				081/517 - 46/182: Installing method Context>>filterDebuggerStack
16:55:41				081/517 - 47/182: Installing method Context>>findContextSuchThat:
16:55:41				081/517 - 48/182: Installing method Context>>findMethodContextSuchThat:
16:55:41				081/517 - 49/182: Installing method Context>>findNextHandlerContext
16:55:41				081/517 - 50/182: Installing method Context>>findNextHandlerOrSignalingContext
16:55:41				081/517 - 51/182: Installing method Context>>findNextUnwindContextUpTo:
16:55:41				081/517 - 52/182: Installing method Context>>handleSignal:
16:55:41				081/517 - 53/182: Installing method Context>>hasContext:
16:55:41				081/517 - 54/182: Installing method Context>>hasNonLocalReturn
16:55:41				081/517 - 55/182: Installing method Context>>hasSender:
16:55:41				081/517 - 56/182: Installing method Context>>hasTemporaryVariableNamed:
16:55:41				081/517 - 57/182: Installing method Context>>home
16:55:41				081/517 - 58/182: Installing method Context>>homeMethod
16:55:41				081/517 - 59/182: Installing method Context>>insertSender:
16:55:41				081/517 - 60/182: Installing method Context>>instVarAt:put:
16:55:41				081/517 - 61/182: Installing method Context>>isBlockContext
16:55:41				081/517 - 62/182: Installing method Context>>isBottomContext
16:55:41				081/517 - 63/182: Installing method Context>>isContext
16:55:41				081/517 - 64/182: Installing method Context>>isDead
16:55:41				081/517 - 65/182: Installing method Context>>isEndOfProcessTermination
16:55:41				081/517 - 66/182: Installing method Context>>isExecutingBlock
16:55:41				081/517 - 67/182: Installing method Context>>isFailToken:
16:55:41				081/517 - 68/182: Installing method Context>>isHandlerContext
16:55:41				081/517 - 69/182: Installing method Context>>isHandlerOrSignalingContext
16:55:41				081/517 - 70/182: Installing method Context>>isPrimFailToken:
16:55:41				081/517 - 71/182: Installing method Context>>isUnwindContext
16:55:41				081/517 - 72/182: Installing method Context>>jump
16:55:41				081/517 - 73/182: Installing method Context>>jump:if:withInterpreter:
16:55:41				081/517 - 74/182: Installing method Context>>jump:withInterpreter:
16:55:41				081/517 - 75/182: Installing method Context>>longStack
16:55:41				081/517 - 76/182: Installing method Context>>method
16:55:41				081/517 - 77/182: Installing method Context>>methodClass
16:55:41				081/517 - 78/182: Installing method Context>>methodNode
16:55:41				081/517 - 79/182: Installing method Context>>methodReturnReceiver
16:55:41				081/517 - 80/182: Installing method Context>>methodReturnTop
16:55:41				081/517 - 81/182: Installing method Context>>nextHandlerContext
16:55:41				081/517 - 82/182: Installing method Context>>numArgs
16:55:41				081/517 - 83/182: Installing method Context>>numTemps
16:55:41				081/517 - 84/182: Installing method Context>>object:basicAt:
16:55:41				081/517 - 85/182: Installing method Context>>object:basicAt:put:
16:55:41				081/517 - 86/182: Installing method Context>>object:eqeq:
16:55:41				081/517 - 87/182: Installing method Context>>object:instVarAt:
16:55:41				081/517 - 88/182: Installing method Context>>object:instVarAt:put:
16:55:41				081/517 - 89/182: Installing method Context>>object:perform:withArguments:inClass:
16:55:41				081/517 - 90/182: Installing method Context>>objectClass:
16:55:41				081/517 - 91/182: Installing method Context>>objectSize:
16:55:41				081/517 - 92/182: Installing method Context>>outerContext
16:55:41				081/517 - 93/182: Installing method Context>>outerMostContext
16:55:41				081/517 - 94/182: Installing method Context>>pc
16:55:41				081/517 - 95/182: Installing method Context>>pc:
16:55:41				081/517 - 96/182: Installing method Context>>pop
16:55:41				081/517 - 97/182: Installing method Context>>popIntoLiteralVariable:
16:55:41				081/517 - 98/182: Installing method Context>>popIntoReceiverVariable:
16:55:41				081/517 - 99/182: Installing method Context>>popIntoRemoteTemp:inVectorAt:
16:55:41				081/517 - 100/182: Installing method Context>>popIntoTemporaryVariable:
16:55:41				081/517 - 101/182: Installing method Context>>print:on:
16:55:41				081/517 - 102/182: Installing method Context>>printDebugOn:
16:55:41				081/517 - 103/182: Installing method Context>>printDebugStackOn:
16:55:41				081/517 - 104/182: Installing method Context>>printDetails:
16:55:41				081/517 - 105/182: Installing method Context>>printOn:
16:55:41				081/517 - 106/182: Installing method Context>>printStackOfSize:
16:55:41				081/517 - 107/182: Installing method Context>>privRefresh
16:55:41				081/517 - 108/182: Installing method Context>>privRefreshWith:
16:55:41				081/517 - 109/182: Installing method Context>>privSender:
16:55:41				081/517 - 110/182: Installing method Context>>push:
16:55:41				081/517 - 111/182: Installing method Context>>pushActiveContext
16:55:41				081/517 - 112/182: Installing method Context>>pushActiveProcess
16:55:41				081/517 - 113/182: Installing method Context>>pushArgs:from:
16:55:41				081/517 - 114/182: Installing method Context>>pushClosureTemps:
16:55:41				081/517 - 115/182: Installing method Context>>pushConsArrayWithElements:
16:55:41				081/517 - 116/182: Installing method Context>>pushConstant:
16:55:41				081/517 - 117/182: Installing method Context>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
16:55:41				081/517 - 118/182: Installing method Context>>pushLiteralVariable:
16:55:41				081/517 - 119/182: Installing method Context>>pushNewArrayOfSize:
16:55:41				081/517 - 120/182: Installing method Context>>pushReceiver
16:55:41				081/517 - 121/182: Installing method Context>>pushReceiverVariable:
16:55:41				081/517 - 122/182: Installing method Context>>pushRemoteTemp:inVectorAt:
16:55:41				081/517 - 123/182: Installing method Context>>pushTemporaryVariable:
16:55:41				081/517 - 124/182: Installing method Context>>quickMethodPrimitiveBytecodeSize
16:55:41				081/517 - 125/182: Installing method Context>>receiver
16:55:41				081/517 - 126/182: Installing method Context>>receiver:
16:55:41				081/517 - 127/182: Installing method Context>>release
16:55:41				081/517 - 128/182: Installing method Context>>releaseTo:
16:55:41				081/517 - 129/182: Installing method Context>>removeSelf
16:55:41				081/517 - 130/182: Installing method Context>>resume
16:55:41				081/517 - 131/182: Installing method Context>>resume:
16:55:41				081/517 - 132/182: Installing method Context>>resume:through:
16:55:41				081/517 - 133/182: Installing method Context>>resumeEvaluating:
16:55:41				081/517 - 134/182: Installing method Context>>return
16:55:41				081/517 - 135/182: Installing method Context>>return:
16:55:41				081/517 - 136/182: Installing method Context>>return:from:
16:55:41				081/517 - 137/182: Installing method Context>>return:through:
16:55:41				081/517 - 138/182: Installing method Context>>runUntilErrorOrReturnFrom:
16:55:41				081/517 - 139/182: Installing method Context>>runUntilReturnFrom:
16:55:41				081/517 - 140/182: Installing method Context>>selector
16:55:41				081/517 - 141/182: Installing method Context>>send:to:with:lookupIn:
16:55:41				081/517 - 142/182: Installing method Context>>send:to:with:super:
16:55:41				081/517 - 143/182: Installing method Context>>sender
16:55:41				081/517 - 144/182: Installing method Context>>setNamedPrimitiveInformationFrom:toMethod:
16:55:41				081/517 - 145/182: Installing method Context>>setSender:receiver:method:arguments:
16:55:41				081/517 - 146/182: Installing method Context>>setSender:receiver:method:closure:startpc:
16:55:41				081/517 - 147/182: Installing method Context>>shortDebugStack
16:55:41				081/517 - 148/182: Installing method Context>>shortDebugStackOn:
16:55:42				081/517 - 149/182: Installing method Context>>shortStack
16:55:42				081/517 - 150/182: Installing method Context>>singleRelease
16:55:42				081/517 - 151/182: Installing method Context>>size
16:55:42				081/517 - 152/182: Installing method Context>>sourceCode
16:55:42				081/517 - 153/182: Installing method Context>>stack
16:55:42				081/517 - 154/182: Installing method Context>>stackOfSize:
16:55:42				081/517 - 155/182: Installing method Context>>stackPtr
16:55:42				081/517 - 156/182: Installing method Context>>stackp:
16:55:42				081/517 - 157/182: Installing method Context>>startpc
16:55:42				081/517 - 158/182: Installing method Context>>step
16:55:42				081/517 - 159/182: Installing method Context>>stepToCallee
16:55:42				081/517 - 160/182: Installing method Context>>stepToCalleeOrNil
16:55:42				081/517 - 161/182: Installing method Context>>stepUntilSomethingOnStack
16:55:42				081/517 - 162/182: Installing method Context>>storeIntoLiteralVariable:
16:55:42				081/517 - 163/182: Installing method Context>>storeIntoReceiverVariable:
16:55:42				081/517 - 164/182: Installing method Context>>storeIntoRemoteTemp:inVectorAt:
16:55:42				081/517 - 165/182: Installing method Context>>storeIntoTemporaryVariable:
16:55:42				081/517 - 166/182: Installing method Context>>swapReceiver:
16:55:42				081/517 - 167/182: Installing method Context>>swapSender:
16:55:42				081/517 - 168/182: Installing method Context>>tempAt:
16:55:42				081/517 - 169/182: Installing method Context>>tempAt:put:
16:55:42				081/517 - 170/182: Installing method Context>>terminate
16:55:42				081/517 - 171/182: Installing method Context>>terminateTo:
16:55:42				081/517 - 172/182: Installing method Context>>top
16:55:42				081/517 - 173/182: Installing method Context>>tryNamedPrimitiveIn:for:withArgs:
16:55:42				081/517 - 174/182: Installing method Context>>tryPrimitiveFor:receiver:args:
16:55:42				081/517 - 175/182: Installing method Context>>unwindAndStop:
16:55:42				081/517 - 176/182: Installing method Context>>unwindBlock
16:55:42				081/517 - 177/182: Installing method Context>>unwindComplete
16:55:42				081/517 - 178/182: Installing method Context>>unwindComplete:
16:55:42				081/517 - 179/182: Installing method Context>>unwindForTermination
16:55:42				081/517 - 180/182: Installing method Context>>unwindTo:
16:55:42				081/517 - 181/182: Installing method Context>>willFailReturn
16:55:42				081/517 - 182/182: Installing method Context>>withoutPrimitiveTryNamedPrimitiveIn:for:withArgs:
16:55:42				081/517 - 1/19: Installing method Context class>>allInstances
16:55:42				081/517 - 2/19: Installing method Context class>>allInstancesDo:
16:55:42				081/517 - 3/19: Installing method Context class>>basicNew:
16:55:42				081/517 - 4/19: Installing method Context class>>carefullyPrint:on:
16:55:42				081/517 - 5/19: Installing method Context class>>compiler
16:55:42				081/517 - 6/19: Installing method Context class>>contextEnsure:
16:55:42				081/517 - 7/19: Installing method Context class>>contextOn:do:
16:55:42				081/517 - 8/19: Installing method Context class>>initialize
16:55:42				081/517 - 9/19: Installing method Context class>>initializePrimitiveSimulators
16:55:42				081/517 - 10/19: Installing method Context class>>initializeTryNamedPrimitiveTemplateMethod
16:55:42				081/517 - 11/19: Installing method Context class>>new
16:55:42				081/517 - 12/19: Installing method Context class>>new:
16:55:42				081/517 - 13/19: Installing method Context class>>newForMethod:
16:55:42				081/517 - 14/19: Installing method Context class>>primitiveFailToken
16:55:42				081/517 - 15/19: Installing method Context class>>primitiveFailTokenFor:
16:55:42				081/517 - 16/19: Installing method Context class>>sender:receiver:method:arguments:
16:55:42				081/517 - 17/19: Installing method Context class>>specialPrimitiveSimulators
16:55:42				081/517 - 18/19: Installing method Context class>>theReturnMethod
16:55:42				081/517 - 19/19: Installing method Context class>>tryNamedPrimitiveTemplateMethod
16:55:42				082/517 - 1/2: Installing method ContextCannotReturn>>target
16:55:42				082/517 - 2/2: Installing method ContextCannotReturn>>target:
16:55:42				082/517 - 1/1: Installing method ContextCannotReturn class>>result:to:
16:55:42				083/517 - 1/2: Installing method CurrentExecutionEnvironment>>default
16:55:42				083/517 - 2/2: Installing method CurrentExecutionEnvironment>>installValue:intoForked:from:
16:55:42				083/517 - 1/3: Installing method CurrentExecutionEnvironment class>>activate:for:
16:55:42				083/517 - 2/3: Installing method CurrentExecutionEnvironment class>>isInheritable
16:55:42				083/517 - 3/3: Installing method CurrentExecutionEnvironment class>>restoreDefault
16:55:42				084/517 - 1/4: Installing method DailyNonInteractiveTranscript>>fileNameWithDate
16:55:42				084/517 - 2/4: Installing method DailyNonInteractiveTranscript>>initialize
16:55:42				084/517 - 3/4: Installing method DailyNonInteractiveTranscript>>initializeStream
16:55:42				084/517 - 4/4: Installing method DailyNonInteractiveTranscript>>stream
16:55:42				084/517 - 1/1: Installing method DailyNonInteractiveTranscript class>>defaultLogFileName
16:55:42				085/517 - 1/8: Installing method DangerousClassNotifier class>>check:
16:55:42				085/517 - 2/8: Installing method DangerousClassNotifier class>>disable
16:55:42				085/517 - 3/8: Installing method DangerousClassNotifier class>>disableDuring:
16:55:42				085/517 - 4/8: Installing method DangerousClassNotifier class>>enable
16:55:42				085/517 - 5/8: Installing method DangerousClassNotifier class>>enabled
16:55:42				085/517 - 6/8: Installing method DangerousClassNotifier class>>initialize
16:55:43				085/517 - 7/8: Installing method DangerousClassNotifier class>>shouldNotBeRedefined:
16:55:43				085/517 - 8/8: Installing method DangerousClassNotifier class>>tooDangerousClasses
16:55:43				086/517 - 1/8: Installing method DecoratorStream>>atEnd
16:55:43				086/517 - 2/8: Installing method DecoratorStream>>contents
16:55:43				086/517 - 3/8: Installing method DecoratorStream>>next
16:55:43				086/517 - 4/8: Installing method DecoratorStream>>nextPut:
16:55:43				086/517 - 5/8: Installing method DecoratorStream>>on:
16:55:43				086/517 - 6/8: Installing method DecoratorStream>>peek
16:55:43				086/517 - 7/8: Installing method DecoratorStream>>position
16:55:43				086/517 - 8/8: Installing method DecoratorStream>>store:
16:55:43				086/517 - 1/1: Installing method DecoratorStream class>>on:
16:55:43				087/517 - 1/1: Installing method DefaultExecutionEnvironment>>prepareForNewProcess:
16:55:43				087/517 - 1/3: Installing method DefaultExecutionEnvironment class>>beActive
16:55:43				087/517 - 2/3: Installing method DefaultExecutionEnvironment class>>beActiveDuring:
16:55:43				087/517 - 3/3: Installing method DefaultExecutionEnvironment class>>instance
16:55:43				088/517 - 1/16: Installing method Delay>>beingWaitedOn
16:55:43				088/517 - 2/16: Installing method Delay>>delaySemaphore
16:55:43				088/517 - 3/16: Installing method Delay>>isExpired
16:55:43				088/517 - 4/16: Installing method Delay>>millisecondDelayDuration
16:55:43				088/517 - 5/16: Installing method Delay>>millisecondsToGo
16:55:43				088/517 - 6/16: Installing method Delay>>printOn:
16:55:43				088/517 - 7/16: Installing method Delay>>resumptionTick
16:55:43				088/517 - 8/16: Installing method Delay>>resumptionTickAdjustFrom:to:
16:55:43				088/517 - 9/16: Installing method Delay>>schedule
16:55:43				088/517 - 10/16: Installing method Delay>>setDelay:
16:55:43				088/517 - 11/16: Installing method Delay>>setDelay:forSemaphore:
16:55:43				088/517 - 12/16: Installing method Delay>>timingPriorityScheduleTicker:
16:55:43				088/517 - 13/16: Installing method Delay>>timingPrioritySignalExpired
16:55:43				088/517 - 14/16: Installing method Delay>>timingPriorityUnschedule
16:55:43				088/517 - 15/16: Installing method Delay>>unschedule
16:55:43				088/517 - 16/16: Installing method Delay>>wait
16:55:43				088/517 - 1/21: Installing method Delay class>>anyActive
16:55:43				088/517 - 2/21: Installing method Delay class>>delaySchedulerClass
16:55:43				088/517 - 3/21: Installing method Delay class>>delaySchedulerClass:
16:55:43				088/517 - 4/21: Installing method Delay class>>forDays:
16:55:43				088/517 - 5/21: Installing method Delay class>>forHours:
16:55:43				088/517 - 6/21: Installing method Delay class>>forMilliseconds:
16:55:43				088/517 - 7/21: Installing method Delay class>>forMinutes:
16:55:43				088/517 - 8/21: Installing method Delay class>>forSeconds:
16:55:43				088/517 - 9/21: Installing method Delay class>>initialize
16:55:43				088/517 - 10/21: Installing method Delay class>>nextWakeUpTime
16:55:43				088/517 - 11/21: Installing method Delay class>>restartMethods
16:55:43				088/517 - 12/21: Installing method Delay class>>restartTimerEventLoop
16:55:43				088/517 - 13/21: Installing method Delay class>>scheduler
16:55:43				088/517 - 14/21: Installing method Delay class>>scheduler:
16:55:43				088/517 - 15/21: Installing method Delay class>>schedulingProcess
16:55:43				088/517 - 16/21: Installing method Delay class>>shutDown
16:55:44				088/517 - 17/21: Installing method Delay class>>startTimerEventLoop
16:55:44				088/517 - 18/21: Installing method Delay class>>startUp
16:55:44				088/517 - 19/21: Installing method Delay class>>stopTimerEventLoop
16:55:44				088/517 - 20/21: Installing method Delay class>>systemSettingOn:
16:55:44				088/517 - 21/21: Installing method Delay class>>timeoutSemaphore:afterMSecs:
16:55:44				089/517 - 1/22: Installing method DelayBasicScheduler>>anyActive
16:55:44				089/517 - 2/22: Installing method DelayBasicScheduler>>initialize
16:55:44				089/517 - 3/22: Installing method DelayBasicScheduler>>initializeTicker:suspendedDelaysHeap:
16:55:44				089/517 - 4/22: Installing method DelayBasicScheduler>>nextWakeUpTime
16:55:44				089/517 - 5/22: Installing method DelayBasicScheduler>>printOn:
16:55:44				089/517 - 6/22: Installing method DelayBasicScheduler>>restartTimerEventLoop
16:55:44				089/517 - 7/22: Installing method DelayBasicScheduler>>resume
16:55:44				089/517 - 8/22: Installing method DelayBasicScheduler>>runBackendLoopAtTimingPriority
16:55:44				089/517 - 9/22: Installing method DelayBasicScheduler>>schedule:
16:55:44				089/517 - 10/22: Installing method DelayBasicScheduler>>scheduleAtTimingPriority
16:55:44				089/517 - 11/22: Installing method DelayBasicScheduler>>schedulingProcess
16:55:44				089/517 - 12/22: Installing method DelayBasicScheduler>>shutDown
16:55:44				089/517 - 13/22: Installing method DelayBasicScheduler>>simulate_vmMilliseconds:
16:55:44				089/517 - 14/22: Installing method DelayBasicScheduler>>startTimerEventLoop
16:55:44				089/517 - 15/22: Installing method DelayBasicScheduler>>startTimerEventLoopPriority:
16:55:44				089/517 - 16/22: Installing method DelayBasicScheduler>>startUp
16:55:44				089/517 - 17/22: Installing method DelayBasicScheduler>>stopTimerEventLoop
16:55:44				089/517 - 18/22: Installing method DelayBasicScheduler>>suspend
16:55:44				089/517 - 19/22: Installing method DelayBasicScheduler>>suspendAtTimingPriority
16:55:44				089/517 - 20/22: Installing method DelayBasicScheduler>>ticker
16:55:44				089/517 - 21/22: Installing method DelayBasicScheduler>>unschedule:
16:55:44				089/517 - 22/22: Installing method DelayBasicScheduler>>unscheduleAtTimingPriority
16:55:44				089/517 - 1/2: Installing method DelayBasicScheduler class>>defaultSuspendedDelaysHeap
16:55:44				089/517 - 2/2: Installing method DelayBasicScheduler class>>onTicker:suspendedDelaysHeap:
16:55:44				090/517 - 1/5: Installing method DelayMicrosecondTicker>>millisecondsUntilTick:
16:55:44				090/517 - 2/5: Installing method DelayMicrosecondTicker>>nowTick
16:55:44				090/517 - 3/5: Installing method DelayMicrosecondTicker>>primSignal:atUTCMicroseconds:
16:55:44				090/517 - 4/5: Installing method DelayMicrosecondTicker>>tickAfterMilliseconds:
16:55:44				090/517 - 5/5: Installing method DelayMicrosecondTicker>>waitForUserSignalled:orExpired:
16:55:44				091/517 - 1/5: Installing method DelayMicrosecondTickerSimulation>>initialize
16:55:44				091/517 - 2/5: Installing method DelayMicrosecondTickerSimulation>>nowTick
16:55:44				091/517 - 3/5: Installing method DelayMicrosecondTickerSimulation>>primSignal:atUTCMicroseconds:
16:55:44				091/517 - 4/5: Installing method DelayMicrosecondTickerSimulation>>simulate_vmMilliseconds:
16:55:44				091/517 - 5/5: Installing method DelayMicrosecondTickerSimulation>>vmSimNextWakeupMilliseconds
16:55:44				092/517 - 1/1: Installing method DelayMicrosecondUncappedTicker>>waitForUserSignalled:orExpired:
16:55:44				093/517 - 1/5: Installing method DelayMillisecondTicker>>millisecondsUntilTick:
16:55:44				093/517 - 2/5: Installing method DelayMillisecondTicker>>nowTick
16:55:44				093/517 - 3/5: Installing method DelayMillisecondTicker>>primSignal:atMilliseconds:
16:55:45				093/517 - 4/5: Installing method DelayMillisecondTicker>>tickAfterMilliseconds:
16:55:45				093/517 - 5/5: Installing method DelayMillisecondTicker>>waitForUserSignalled:orExpired:
16:55:45				094/517 - 1/5: Installing method DelayMillisecondTickerSimulation>>initialize
16:55:45				094/517 - 2/5: Installing method DelayMillisecondTickerSimulation>>nowTick
16:55:45				094/517 - 3/5: Installing method DelayMillisecondTickerSimulation>>primSignal:atMilliseconds:
16:55:45				094/517 - 4/5: Installing method DelayMillisecondTickerSimulation>>simulate_vmMilliseconds:
16:55:45				094/517 - 5/5: Installing method DelayMillisecondTickerSimulation>>vmSimNextWakeupMilliseconds
16:55:45				095/517 - 1/3: Installing method DelayMutexScheduler>>initializeTicker:suspendedDelaysHeap:
16:55:45				095/517 - 2/3: Installing method DelayMutexScheduler>>schedule:
16:55:45				095/517 - 3/3: Installing method DelayMutexScheduler>>unschedule:
16:55:45				096/517 - 1/6: Installing method DelayNullScheduler>>schedule:
16:55:45				096/517 - 2/6: Installing method DelayNullScheduler>>shutDown
16:55:45				096/517 - 3/6: Installing method DelayNullScheduler>>startTimerEventLoop
16:55:45				096/517 - 4/6: Installing method DelayNullScheduler>>startUp
16:55:45				096/517 - 5/6: Installing method DelayNullScheduler>>stopTimerEventLoop
16:55:45				096/517 - 6/6: Installing method DelayNullScheduler>>unschedule:
16:55:45				097/517 - 1/5: Installing method DelaySemaphoreScheduler>>initializeTicker:suspendedDelaysHeap:
16:55:45				097/517 - 2/5: Installing method DelaySemaphoreScheduler>>schedule:
16:55:45				097/517 - 3/5: Installing method DelaySemaphoreScheduler>>scheduleAtTimingPriority
16:55:45				097/517 - 4/5: Installing method DelaySemaphoreScheduler>>unschedule:
16:55:45				097/517 - 5/5: Installing method DelaySemaphoreScheduler>>unscheduleAtTimingPriority
16:55:45				098/517 - 1/5: Installing method DelayWaitTimeout>>isExpired
16:55:45				098/517 - 2/5: Installing method DelayWaitTimeout>>setDelay:forSemaphore:
16:55:45				098/517 - 3/5: Installing method DelayWaitTimeout>>timingPrioritySignalExpired
16:55:45				098/517 - 4/5: Installing method DelayWaitTimeout>>wait
16:55:45				098/517 - 5/5: Installing method DelayWaitTimeout>>waitOnCompletion:onTimeout:
16:55:45				099/517 - 1/12: Installing method DependentsArray>>at:
16:55:45				099/517 - 2/12: Installing method DependentsArray>>at:put:
16:55:45				099/517 - 3/12: Installing method DependentsArray>>basicReplaceFrom:to:with:startingAt:
16:55:45				099/517 - 4/12: Installing method DependentsArray>>collect:
16:55:45				099/517 - 5/12: Installing method DependentsArray>>copyWith:
16:55:45				099/517 - 6/12: Installing method DependentsArray>>do:
16:55:45				099/517 - 7/12: Installing method DependentsArray>>first
16:55:45				099/517 - 8/12: Installing method DependentsArray>>last
16:55:45				099/517 - 9/12: Installing method DependentsArray>>reverseDo:
16:55:45				099/517 - 10/12: Installing method DependentsArray>>select:
16:55:45				099/517 - 11/12: Installing method DependentsArray>>size
16:55:45				099/517 - 12/12: Installing method DependentsArray>>writeStream
16:55:45				099/517 - 1/7: Installing method DependentsArray class>>with:
16:55:45				099/517 - 2/7: Installing method DependentsArray class>>with:with:
16:55:45				099/517 - 3/7: Installing method DependentsArray class>>with:with:with:
16:55:45				099/517 - 4/7: Installing method DependentsArray class>>with:with:with:with:
16:55:45				099/517 - 5/7: Installing method DependentsArray class>>with:with:with:with:with:
16:55:45				099/517 - 6/7: Installing method DependentsArray class>>with:with:with:with:with:with:
16:55:45				099/517 - 7/7: Installing method DependentsArray class>>withAll:
16:55:46				100/517 - 1/24: Installing method Deprecation>>=
16:55:46				100/517 - 2/24: Installing method Deprecation>>condition:
16:55:46				100/517 - 3/24: Installing method Deprecation>>context:
16:55:46				100/517 - 4/24: Installing method Deprecation>>contextOfDeprecatedMethod
16:55:46				100/517 - 5/24: Installing method Deprecation>>contextOfSender
16:55:46				100/517 - 6/24: Installing method Deprecation>>date:
16:55:46				100/517 - 7/24: Installing method Deprecation>>defaultAction
16:55:46				100/517 - 8/24: Installing method Deprecation>>deprecatedMethodName
16:55:46				100/517 - 9/24: Installing method Deprecation>>deprecationDate
16:55:46				100/517 - 10/24: Installing method Deprecation>>explanation:
16:55:46				100/517 - 11/24: Installing method Deprecation>>explanationString
16:55:46				100/517 - 12/24: Installing method Deprecation>>hash
16:55:46				100/517 - 13/24: Installing method Deprecation>>logTranscript
16:55:46				100/517 - 14/24: Installing method Deprecation>>messageText
16:55:46				100/517 - 15/24: Installing method Deprecation>>raiseWarning
16:55:46				100/517 - 16/24: Installing method Deprecation>>rewriterClass
16:55:46				100/517 - 17/24: Installing method Deprecation>>rule:
16:55:46				100/517 - 18/24: Installing method Deprecation>>sendingMethodName
16:55:46				100/517 - 19/24: Installing method Deprecation>>shouldTransform
16:55:46				100/517 - 20/24: Installing method Deprecation>>showWarning
16:55:46				100/517 - 21/24: Installing method Deprecation>>signal
16:55:46				100/517 - 22/24: Installing method Deprecation>>transform
16:55:46				100/517 - 23/24: Installing method Deprecation>>version:
16:55:46				100/517 - 24/24: Installing method Deprecation>>versionString
16:55:46				100/517 - 1/9: Installing method Deprecation class>>activateTransformations
16:55:46				100/517 - 2/9: Installing method Deprecation class>>activateTransformations:
16:55:46				100/517 - 3/9: Installing method Deprecation class>>deprecationsWhile:
16:55:46				100/517 - 4/9: Installing method Deprecation class>>initialize
16:55:46				100/517 - 5/9: Installing method Deprecation class>>raiseWarning
16:55:46				100/517 - 6/9: Installing method Deprecation class>>raiseWarning:
16:55:46				100/517 - 7/9: Installing method Deprecation class>>reset
16:55:46				100/517 - 8/9: Installing method Deprecation class>>showWarning
16:55:46				100/517 - 9/9: Installing method Deprecation class>>showWarning:
16:55:47				102/517 - 1/66: Installing method Dictionary>>=
16:55:47				102/517 - 2/66: Installing method Dictionary>>add:
16:55:47				102/517 - 3/66: Installing method Dictionary>>addAll:
16:55:47				102/517 - 4/66: Installing method Dictionary>>associationAt:
16:55:47				102/517 - 5/66: Installing method Dictionary>>associationAt:ifAbsent:
16:55:47				102/517 - 6/66: Installing method Dictionary>>associationAt:ifPresent:
16:55:47				102/517 - 7/66: Installing method Dictionary>>associationAt:ifPresent:ifAbsent:
16:55:47				102/517 - 8/66: Installing method Dictionary>>associations
16:55:47				102/517 - 9/66: Installing method Dictionary>>associationsDo:
16:55:47				102/517 - 10/66: Installing method Dictionary>>associationsSelect:
16:55:47				102/517 - 11/66: Installing method Dictionary>>at:
16:55:47				102/517 - 12/66: Installing method Dictionary>>at:at:
16:55:47				102/517 - 13/66: Installing method Dictionary>>at:at:ifAbsent:
16:55:47				102/517 - 14/66: Installing method Dictionary>>at:at:ifAbsentPut:
16:55:47				102/517 - 15/66: Installing method Dictionary>>at:at:put:
16:55:47				102/517 - 16/66: Installing method Dictionary>>at:ifAbsent:
16:55:47				102/517 - 17/66: Installing method Dictionary>>at:ifAbsentPut:
16:55:47				102/517 - 18/66: Installing method Dictionary>>at:ifPresent:
16:55:47				102/517 - 19/66: Installing method Dictionary>>at:ifPresent:ifAbsent:
16:55:47				102/517 - 20/66: Installing method Dictionary>>at:ifPresent:ifAbsentPut:
16:55:47				102/517 - 21/66: Installing method Dictionary>>at:put:
16:55:47				102/517 - 22/66: Installing method Dictionary>>at:update:
16:55:47				102/517 - 23/66: Installing method Dictionary>>at:update:initial:
16:55:47				102/517 - 24/66: Installing method Dictionary>>bindingOf:
16:55:47				102/517 - 25/66: Installing method Dictionary>>collect:
16:55:47				102/517 - 26/66: Installing method Dictionary>>difference:
16:55:47				102/517 - 27/66: Installing method Dictionary>>do:
16:55:47				102/517 - 28/66: Installing method Dictionary>>errorKeyNotFound:
16:55:47				102/517 - 29/66: Installing method Dictionary>>errorValueNotFound:
16:55:47				102/517 - 30/66: Installing method Dictionary>>fixCollisionsFrom:
16:55:47				102/517 - 31/66: Installing method Dictionary>>flatCollect:
16:55:47				102/517 - 32/66: Installing method Dictionary>>hasBindingThatBeginsWith:
16:55:47				102/517 - 33/66: Installing method Dictionary>>includes:
16:55:47				102/517 - 34/66: Installing method Dictionary>>includesAssociation:
16:55:47				102/517 - 35/66: Installing method Dictionary>>includesIdentity:
16:55:47				102/517 - 36/66: Installing method Dictionary>>includesKey:
16:55:47				102/517 - 37/66: Installing method Dictionary>>intersection:
16:55:47				102/517 - 38/66: Installing method Dictionary>>isDictionary
16:55:47				102/517 - 39/66: Installing method Dictionary>>isHealthy
16:55:47				102/517 - 40/66: Installing method Dictionary>>keyAtIdentityValue:
16:55:47				102/517 - 41/66: Installing method Dictionary>>keyAtIdentityValue:ifAbsent:
16:55:47				102/517 - 42/66: Installing method Dictionary>>keyAtValue:
16:55:47				102/517 - 43/66: Installing method Dictionary>>keyAtValue:ifAbsent:
16:55:47				102/517 - 44/66: Installing method Dictionary>>keyForIdentity:
16:55:47				102/517 - 45/66: Installing method Dictionary>>keys
16:55:47				102/517 - 46/66: Installing method Dictionary>>keysAndValuesDo:
16:55:47				102/517 - 47/66: Installing method Dictionary>>keysAndValuesRemove:
16:55:47				102/517 - 48/66: Installing method Dictionary>>keysDo:
16:55:47				102/517 - 49/66: Installing method Dictionary>>keysSortedSafely
16:55:47				102/517 - 50/66: Installing method Dictionary>>noCheckAdd:
16:55:47				102/517 - 51/66: Installing method Dictionary>>noCheckNoGrowFillFrom:
16:55:47				102/517 - 52/66: Installing method Dictionary>>postCopy
16:55:47				102/517 - 53/66: Installing method Dictionary>>printElementsOn:
16:55:47				102/517 - 54/66: Installing method Dictionary>>rehash
16:55:47				102/517 - 55/66: Installing method Dictionary>>reject:thenCollect:
16:55:47				102/517 - 56/66: Installing method Dictionary>>remove:
16:55:47				102/517 - 57/66: Installing method Dictionary>>remove:ifAbsent:
16:55:47				102/517 - 58/66: Installing method Dictionary>>removeKey:
16:55:47				102/517 - 59/66: Installing method Dictionary>>removeKey:ifAbsent:
16:55:47				102/517 - 60/66: Installing method Dictionary>>removeUnreferencedKeys
16:55:47				102/517 - 61/66: Installing method Dictionary>>scanFor:
16:55:47				102/517 - 62/66: Installing method Dictionary>>select:
16:55:47				102/517 - 63/66: Installing method Dictionary>>select:thenCollect:
16:55:47				102/517 - 64/66: Installing method Dictionary>>storeOn:
16:55:47				102/517 - 65/66: Installing method Dictionary>>values
16:55:47				102/517 - 66/66: Installing method Dictionary>>valuesDo:
16:55:47				102/517 - 1/3: Installing method Dictionary class>>newFrom:
16:55:47				102/517 - 2/3: Installing method Dictionary class>>newFromKeys:andValues:
16:55:47				102/517 - 3/3: Installing method Dictionary class>>newFromPairs:
16:55:47				103/517 - 1/30: Installing method DoItVariable>>actualVariable
16:55:47				103/517 - 2/30: Installing method DoItVariable>>actualVariable:
16:55:47				103/517 - 3/30: Installing method DoItVariable>>allowsShadowing
16:55:47				103/517 - 4/30: Installing method DoItVariable>>doItContext
16:55:47				103/517 - 5/30: Installing method DoItVariable>>doItContext:
16:55:47				103/517 - 6/30: Installing method DoItVariable>>emitStore:
16:55:47				103/517 - 7/30: Installing method DoItVariable>>emitValue:
16:55:47				103/517 - 8/30: Installing method DoItVariable>>isArgumentVariable
16:55:47				103/517 - 9/30: Installing method DoItVariable>>isClassVariable
16:55:47				103/517 - 10/30: Installing method DoItVariable>>isGlobalVariable
16:55:47				103/517 - 11/30: Installing method DoItVariable>>isInstanceVariable
16:55:47				103/517 - 12/30: Installing method DoItVariable>>isLiteralVariable
16:55:47				103/517 - 13/30: Installing method DoItVariable>>isLocalVariable
16:55:47				103/517 - 14/30: Installing method DoItVariable>>isPseudoVariable
16:55:47				103/517 - 15/30: Installing method DoItVariable>>isSelfVariable
16:55:47				103/517 - 16/30: Installing method DoItVariable>>isSuperVariable
16:55:47				103/517 - 17/30: Installing method DoItVariable>>isTempVariable
16:55:47				103/517 - 18/30: Installing method DoItVariable>>isThisContextVariable
16:55:47				103/517 - 19/30: Installing method DoItVariable>>isThisProcessVariable
16:55:47				103/517 - 20/30: Installing method DoItVariable>>isUndeclaredVariable
16:55:47				103/517 - 21/30: Installing method DoItVariable>>isUninitialized
16:55:47				103/517 - 22/30: Installing method DoItVariable>>isWorkspaceVariable
16:55:47				103/517 - 23/30: Installing method DoItVariable>>key
16:55:47				103/517 - 24/30: Installing method DoItVariable>>printOn:
16:55:47				103/517 - 25/30: Installing method DoItVariable>>read
16:55:47				103/517 - 26/30: Installing method DoItVariable>>readInContext:
16:55:47				103/517 - 27/30: Installing method DoItVariable>>scope
16:55:47				103/517 - 28/30: Installing method DoItVariable>>usingMethods
16:55:48				103/517 - 29/30: Installing method DoItVariable>>write:
16:55:48				103/517 - 30/30: Installing method DoItVariable>>write:inContext:
16:55:48				103/517 - 1/2: Installing method DoItVariable class>>fromContext:variable:
16:55:48				103/517 - 2/2: Installing method DoItVariable class>>named:fromContext:
16:55:48				104/517 - 1/4: Installing method DomainError>>from
16:55:48				104/517 - 2/4: Installing method DomainError>>from:
16:55:48				104/517 - 3/4: Installing method DomainError>>to
16:55:48				104/517 - 4/4: Installing method DomainError>>to:
16:55:48				104/517 - 1/6: Installing method DomainError class>>signal:from:
16:55:48				104/517 - 2/6: Installing method DomainError class>>signal:from:to:
16:55:48				104/517 - 3/6: Installing method DomainError class>>signal:to:
16:55:48				104/517 - 4/6: Installing method DomainError class>>signalFrom:
16:55:48				104/517 - 5/6: Installing method DomainError class>>signalFrom:to:
16:55:48				104/517 - 6/6: Installing method DomainError class>>signalTo:
16:55:48				105/517 - 1/6: Installing method DoubleByteArray>>=
16:55:48				105/517 - 2/6: Installing method DoubleByteArray>>atAllPut:
16:55:48				105/517 - 3/6: Installing method DoubleByteArray>>byteSize
16:55:48				105/517 - 4/6: Installing method DoubleByteArray>>bytesPerElement
16:55:48				105/517 - 5/6: Installing method DoubleByteArray>>defaultElement
16:55:48				105/517 - 6/6: Installing method DoubleByteArray>>replaceFrom:to:with:startingAt:
16:55:48				106/517 - 1/4: Installing method DoubleByteLayout>>bytesPerSlot
16:55:48				106/517 - 2/4: Installing method DoubleByteLayout>>extendDoubleByte
16:55:48				106/517 - 3/4: Installing method DoubleByteLayout>>instanceSpecification
16:55:48				106/517 - 4/4: Installing method DoubleByteLayout>>isDoubleBytes
16:55:48				106/517 - 1/1: Installing method DoubleByteLayout class>>extending:scope:host:
16:55:48				107/517 - 1/10: Installing method DoubleLink>>asDoubleLink
16:55:48				107/517 - 2/10: Installing method DoubleLink>>clearLinks
16:55:48				107/517 - 3/10: Installing method DoubleLink>>hasPredecessor
16:55:48				107/517 - 4/10: Installing method DoubleLink>>hasSuccessor
16:55:48				107/517 - 5/10: Installing method DoubleLink>>nextLink
16:55:48				107/517 - 6/10: Installing method DoubleLink>>nextLink:
16:55:48				107/517 - 7/10: Installing method DoubleLink>>previousLink
16:55:48				107/517 - 8/10: Installing method DoubleLink>>previousLink:
16:55:48				107/517 - 9/10: Installing method DoubleLink>>value
16:55:48				107/517 - 10/10: Installing method DoubleLink>>value:
16:55:48				107/517 - 1/1: Installing method DoubleLink class>>value:
16:55:48				108/517 - 1/18: Installing method DoubleLinkedList>>add:
16:55:48				108/517 - 2/18: Installing method DoubleLinkedList>>add:afterLink:
16:55:48				108/517 - 3/18: Installing method DoubleLinkedList>>add:beforeLink:
16:55:48				108/517 - 4/18: Installing method DoubleLinkedList>>addFirst:
16:55:48				108/517 - 5/18: Installing method DoubleLinkedList>>addLast:
16:55:48				108/517 - 6/18: Installing method DoubleLinkedList>>do:
16:55:48				108/517 - 7/18: Installing method DoubleLinkedList>>first
16:55:48				108/517 - 8/18: Installing method DoubleLinkedList>>firstLink
16:55:48				108/517 - 9/18: Installing method DoubleLinkedList>>isEmpty
16:55:48				108/517 - 10/18: Installing method DoubleLinkedList>>last
16:55:48				108/517 - 11/18: Installing method DoubleLinkedList>>lastLink
16:55:48				108/517 - 12/18: Installing method DoubleLinkedList>>linksDo:
16:55:48				108/517 - 13/18: Installing method DoubleLinkedList>>removeAll
16:55:48				108/517 - 14/18: Installing method DoubleLinkedList>>removeFirst
16:55:48				108/517 - 15/18: Installing method DoubleLinkedList>>removeLast
16:55:48				108/517 - 16/18: Installing method DoubleLinkedList>>removeLink:
16:55:48				108/517 - 17/18: Installing method DoubleLinkedList>>reverseDo:
16:55:48				108/517 - 18/18: Installing method DoubleLinkedList>>reverseLinksDo:
16:55:48				108/517 - 1/1: Installing method DoubleLinkedList class>>newFrom:
16:55:48				109/517 - 1/6: Installing method DoubleWordArray>>=
16:55:48				109/517 - 2/6: Installing method DoubleWordArray>>atAllPut:
16:55:48				109/517 - 3/6: Installing method DoubleWordArray>>byteSize
16:55:48				109/517 - 4/6: Installing method DoubleWordArray>>bytesPerElement
16:55:48				109/517 - 5/6: Installing method DoubleWordArray>>defaultElement
16:55:48				109/517 - 6/6: Installing method DoubleWordArray>>replaceFrom:to:with:startingAt:
16:55:48				110/517 - 1/3: Installing method DoubleWordLayout>>extendDoubleWord
16:55:48				110/517 - 2/3: Installing method DoubleWordLayout>>instanceSpecification
16:55:48				110/517 - 3/3: Installing method DoubleWordLayout>>isDoubleWords
16:55:49				110/517 - 1/1: Installing method DoubleWordLayout class>>extending:scope:host:
16:55:49				111/517 - 1/1: Installing method DummySystemProgressItem>>doesNotUnderstand:
16:55:49				112/517 - 1/22: Installing method DummyUIManager>>chooseDirectory:from:
16:55:49				112/517 - 2/22: Installing method DummyUIManager>>chooseFrom:lines:title:
16:55:49				112/517 - 3/22: Installing method DummyUIManager>>chooseFrom:values:lines:title:
16:55:49				112/517 - 4/22: Installing method DummyUIManager>>confirm:
16:55:49				112/517 - 5/22: Installing method DummyUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
16:55:49				112/517 - 6/22: Installing method DummyUIManager>>confirm:orCancel:
16:55:49				112/517 - 7/22: Installing method DummyUIManager>>debugProcess:context:label:fullView:notification:
16:55:49				112/517 - 8/22: Installing method DummyUIManager>>edit:label:accept:
16:55:49				112/517 - 9/22: Installing method DummyUIManager>>handleError:log:
16:55:49				112/517 - 10/22: Installing method DummyUIManager>>handleWarning:
16:55:49				112/517 - 11/22: Installing method DummyUIManager>>inform:
16:55:49				112/517 - 12/22: Installing method DummyUIManager>>informUserDuring:
16:55:49				112/517 - 13/22: Installing method DummyUIManager>>lowSpaceWatcherDefaultAction
16:55:49				112/517 - 14/22: Installing method DummyUIManager>>multiLineRequest:initialAnswer:answerHeight:
16:55:49				112/517 - 15/22: Installing method DummyUIManager>>progressBarEnabled
16:55:49				112/517 - 16/22: Installing method DummyUIManager>>progressBarEnabled:
16:55:49				112/517 - 17/22: Installing method DummyUIManager>>request:initialAnswer:
16:55:49				112/517 - 18/22: Installing method DummyUIManager>>request:initialAnswer:entryCompletion:
16:55:49				112/517 - 19/22: Installing method DummyUIManager>>request:initialAnswer:title:entryCompletion:
16:55:49				112/517 - 20/22: Installing method DummyUIManager>>requestPassword:
16:55:49				112/517 - 21/22: Installing method DummyUIManager>>traceCr:
16:55:49				112/517 - 22/22: Installing method DummyUIManager>>unhandledErrorDefaultAction:
16:55:49				113/517 - 1/7: Installing method DuplicatedSlotName>>host
16:55:49				113/517 - 2/7: Installing method DuplicatedSlotName>>host:
16:55:49				113/517 - 3/7: Installing method DuplicatedSlotName>>messageText
16:55:49				113/517 - 4/7: Installing method DuplicatedSlotName>>newSlot
16:55:49				113/517 - 5/7: Installing method DuplicatedSlotName>>newSlot:
16:55:49				113/517 - 6/7: Installing method DuplicatedSlotName>>oldSlot
16:55:49				113/517 - 7/7: Installing method DuplicatedSlotName>>oldSlot:
16:55:49				114/517 - 1/5: Installing method DuplicatedVariableError>>isResumable
16:55:49				114/517 - 2/5: Installing method DuplicatedVariableError>>superclass
16:55:49				114/517 - 3/5: Installing method DuplicatedVariableError>>superclass:
16:55:49				114/517 - 4/5: Installing method DuplicatedVariableError>>variable
16:55:49				114/517 - 5/5: Installing method DuplicatedVariableError>>variable:
16:55:49				114/517 - 1/1: Installing method DuplicatedVariableError class>>signalWith:
16:55:49				115/517 - 1/1: Installing method DynamicVariable>>value:during:
16:55:49				115/517 - 1/1: Installing method DynamicVariable class>>value:during:
16:55:49				116/517 - 1/7: Installing method EmptyLayout>>extend:
16:55:49				116/517 - 2/7: Installing method EmptyLayout>>extendByte
16:55:49				116/517 - 3/7: Installing method EmptyLayout>>extendDoubleByte
16:55:49				116/517 - 4/7: Installing method EmptyLayout>>extendDoubleWord
16:55:49				116/517 - 5/7: Installing method EmptyLayout>>extendVariable:
16:55:49				116/517 - 6/7: Installing method EmptyLayout>>extendWeak
16:55:49				116/517 - 7/7: Installing method EmptyLayout>>extendWord
16:55:49				116/517 - 1/1: Installing method EmptyLayout class>>instance
16:55:50				117/517 - 1/54: Installing method EncoderForSistaV1>>genBranchPopFalse:
16:55:50				117/517 - 2/54: Installing method EncoderForSistaV1>>genBranchPopFalseLong:
16:55:50				117/517 - 3/54: Installing method EncoderForSistaV1>>genBranchPopTrue:
16:55:50				117/517 - 4/54: Installing method EncoderForSistaV1>>genBranchPopTrueLong:
16:55:50				117/517 - 5/54: Installing method EncoderForSistaV1>>genCallMappedInlinedPrimitive:
16:55:50				117/517 - 6/54: Installing method EncoderForSistaV1>>genCallPrimitive:
16:55:50				117/517 - 7/54: Installing method EncoderForSistaV1>>genDup
16:55:50				117/517 - 8/54: Installing method EncoderForSistaV1>>genJump:
16:55:50				117/517 - 9/54: Installing method EncoderForSistaV1>>genJumpLong:
16:55:50				117/517 - 10/54: Installing method EncoderForSistaV1>>genNop
16:55:50				117/517 - 11/54: Installing method EncoderForSistaV1>>genPop
16:55:50				117/517 - 12/54: Installing method EncoderForSistaV1>>genPushCharacter:
16:55:50				117/517 - 13/54: Installing method EncoderForSistaV1>>genPushConsArray:
16:55:50				117/517 - 14/54: Installing method EncoderForSistaV1>>genPushFullClosure:numCopied:receiverOnStack:outerContextNeeded:
16:55:50				117/517 - 15/54: Installing method EncoderForSistaV1>>genPushInstVar:
16:55:50				117/517 - 16/54: Installing method EncoderForSistaV1>>genPushInstVarLong:
16:55:50				117/517 - 17/54: Installing method EncoderForSistaV1>>genPushInteger:
16:55:50				117/517 - 18/54: Installing method EncoderForSistaV1>>genPushIntegerLong:
16:55:50				117/517 - 19/54: Installing method EncoderForSistaV1>>genPushLiteral:
16:55:50				117/517 - 20/54: Installing method EncoderForSistaV1>>genPushLiteralVar:
16:55:50				117/517 - 21/54: Installing method EncoderForSistaV1>>genPushNewArray:
16:55:50				117/517 - 22/54: Installing method EncoderForSistaV1>>genPushReceiver
16:55:50				117/517 - 23/54: Installing method EncoderForSistaV1>>genPushRemoteTemp:inVectorAt:
16:55:50				117/517 - 24/54: Installing method EncoderForSistaV1>>genPushSpecialLiteral:
16:55:50				117/517 - 25/54: Installing method EncoderForSistaV1>>genPushTemp:
16:55:50				117/517 - 26/54: Installing method EncoderForSistaV1>>genPushThisContext
16:55:50				117/517 - 27/54: Installing method EncoderForSistaV1>>genPushThisProcess
16:55:50				117/517 - 28/54: Installing method EncoderForSistaV1>>genReturnReceiver
16:55:50				117/517 - 29/54: Installing method EncoderForSistaV1>>genReturnSpecialLiteral:
16:55:50				117/517 - 30/54: Installing method EncoderForSistaV1>>genReturnTop
16:55:50				117/517 - 31/54: Installing method EncoderForSistaV1>>genReturnTopToCaller
16:55:50				117/517 - 32/54: Installing method EncoderForSistaV1>>genSend:numArgs:
16:55:50				117/517 - 33/54: Installing method EncoderForSistaV1>>genSendDirectedSuper:numArgs:
16:55:50				117/517 - 34/54: Installing method EncoderForSistaV1>>genSendSpecial:numArgs:
16:55:50				117/517 - 35/54: Installing method EncoderForSistaV1>>genSendSuper:numArgs:
16:55:50				117/517 - 36/54: Installing method EncoderForSistaV1>>genSignedSingleExtendB:
16:55:50				117/517 - 37/54: Installing method EncoderForSistaV1>>genStoreInstVar:
16:55:50				117/517 - 38/54: Installing method EncoderForSistaV1>>genStoreInstVarLong:
16:55:50				117/517 - 39/54: Installing method EncoderForSistaV1>>genStoreLiteralVar:
16:55:51				117/517 - 40/54: Installing method EncoderForSistaV1>>genStorePopInstVar:
16:55:51				117/517 - 41/54: Installing method EncoderForSistaV1>>genStorePopInstVarLong:
16:55:51				117/517 - 42/54: Installing method EncoderForSistaV1>>genStorePopLiteralVar:
16:55:51				117/517 - 43/54: Installing method EncoderForSistaV1>>genStorePopRemoteTemp:inVectorAt:
16:55:51				117/517 - 44/54: Installing method EncoderForSistaV1>>genStorePopTemp:
16:55:51				117/517 - 45/54: Installing method EncoderForSistaV1>>genStoreRemoteTemp:inVectorAt:
16:55:51				117/517 - 46/54: Installing method EncoderForSistaV1>>genStoreTemp:
16:55:51				117/517 - 47/54: Installing method EncoderForSistaV1>>genTrap
16:55:51				117/517 - 48/54: Installing method EncoderForSistaV1>>genTrapIfNotInstanceOf:
16:55:51				117/517 - 49/54: Installing method EncoderForSistaV1>>genUnsignedMultipleExtendA:
16:55:51				117/517 - 50/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendA:
16:55:51				117/517 - 51/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendB:
16:55:51				117/517 - 52/54: Installing method EncoderForSistaV1>>isSpecialLiteralForPush:
16:55:51				117/517 - 53/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:
16:55:51				117/517 - 54/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
16:55:51				117/517 - 1/44: Installing method EncoderForSistaV1 class>>backJumpBytecodeSize
16:55:51				117/517 - 2/44: Installing method EncoderForSistaV1 class>>bindingReadScanBlockFor:using:
16:55:51				117/517 - 3/44: Installing method EncoderForSistaV1 class>>bindingWriteScanBlockFor:using:
16:55:51				117/517 - 4/44: Installing method EncoderForSistaV1 class>>bytecodeSize:
16:55:51				117/517 - 5/44: Installing method EncoderForSistaV1 class>>callPrimitiveCode
16:55:51				117/517 - 6/44: Installing method EncoderForSistaV1 class>>extensionsAt:in:into:
16:55:51				117/517 - 7/44: Installing method EncoderForSistaV1 class>>extensionsFor:in:into:
16:55:51				117/517 - 8/44: Installing method EncoderForSistaV1 class>>firstSpecialSelectorByte
16:55:51				117/517 - 9/44: Installing method EncoderForSistaV1 class>>instVarReadScanBlockFor:using:
16:55:51				117/517 - 10/44: Installing method EncoderForSistaV1 class>>instVarWriteScanBlockFor:using:
16:55:51				117/517 - 11/44: Installing method EncoderForSistaV1 class>>instructionSizeAt:of:
16:55:51				117/517 - 12/44: Installing method EncoderForSistaV1 class>>interpretNextInstructionFor:in:
16:55:51				117/517 - 13/44: Installing method EncoderForSistaV1 class>>isBlockReturnAt:in:
16:55:51				117/517 - 14/44: Installing method EncoderForSistaV1 class>>isBranchIfFalseAt:in:
16:55:51				117/517 - 15/44: Installing method EncoderForSistaV1 class>>isBranchIfTrueAt:in:
16:55:51				117/517 - 16/44: Installing method EncoderForSistaV1 class>>isCreateBlockAt:in:
16:55:51				117/517 - 17/44: Installing method EncoderForSistaV1 class>>isCreateFullBlock:code:at:
16:55:51				117/517 - 18/44: Installing method EncoderForSistaV1 class>>isCreateFullBlockAt:in:
16:55:51				117/517 - 19/44: Installing method EncoderForSistaV1 class>>isExtension:
16:55:51				117/517 - 20/44: Installing method EncoderForSistaV1 class>>isJumpAt:in:
16:55:51				117/517 - 21/44: Installing method EncoderForSistaV1 class>>isJustPopAt:in:
16:55:51				117/517 - 22/44: Installing method EncoderForSistaV1 class>>isPushTempAt:in:
16:55:51				117/517 - 23/44: Installing method EncoderForSistaV1 class>>isRealSendAt:in:
16:55:51				117/517 - 24/44: Installing method EncoderForSistaV1 class>>isReturnAt:in:
16:55:51				117/517 - 25/44: Installing method EncoderForSistaV1 class>>isReturnTopFromMethodAt:in:
16:55:51				117/517 - 26/44: Installing method EncoderForSistaV1 class>>isSendAt:in:
16:55:51				117/517 - 27/44: Installing method EncoderForSistaV1 class>>isStoreAt:in:
16:55:51				117/517 - 28/44: Installing method EncoderForSistaV1 class>>isStorePopAt:in:
16:55:51				117/517 - 29/44: Installing method EncoderForSistaV1 class>>literalIndexOfBytecodeAt:in:
16:55:51				117/517 - 30/44: Installing method EncoderForSistaV1 class>>literalMethodBytecodes
16:55:51				117/517 - 31/44: Installing method EncoderForSistaV1 class>>markerOrNilFor:
16:55:51				117/517 - 32/44: Installing method EncoderForSistaV1 class>>method:refersInBytecodeToLiteral:specialSelectorIndex:
16:55:51				117/517 - 33/44: Installing method EncoderForSistaV1 class>>methodReturnBytecodes
16:55:51				117/517 - 34/44: Installing method EncoderForSistaV1 class>>nonExtensionBytecodeAt:in:
16:55:51				117/517 - 35/44: Installing method EncoderForSistaV1 class>>prepareMethod:forSimulationWith:
16:55:51				117/517 - 36/44: Installing method EncoderForSistaV1 class>>pushNilByte
16:55:51				117/517 - 37/44: Installing method EncoderForSistaV1 class>>readsSelfFor:
16:55:51				117/517 - 38/44: Installing method EncoderForSistaV1 class>>readsThisContextFor:
16:55:51				117/517 - 39/44: Installing method EncoderForSistaV1 class>>selectorToSendOrItselfFor:in:at:
16:55:51				117/517 - 40/44: Installing method EncoderForSistaV1 class>>sendsToSuperFor:
16:55:51				117/517 - 41/44: Installing method EncoderForSistaV1 class>>specialLiterals
16:55:51				117/517 - 42/44: Installing method EncoderForSistaV1 class>>stackDeltaForPrimitive:in:
16:55:51				117/517 - 43/44: Installing method EncoderForSistaV1 class>>superSendScanBlockUsing:
16:55:51				117/517 - 44/44: Installing method EncoderForSistaV1 class>>unusedBytecode
16:55:51				118/517 - 1/5: Installing method EndianDetector class>>calcEndianness
16:55:51				118/517 - 2/5: Installing method EndianDetector class>>endianness
16:55:51				118/517 - 3/5: Installing method EndianDetector class>>isBigEndian
16:55:51				118/517 - 4/5: Installing method EndianDetector class>>isLittleEndian
16:55:51				118/517 - 5/5: Installing method EndianDetector class>>startUp:
16:55:51				119/517 - 1/1: Installing method EphemeronLayout>>instanceSpecification
16:55:52				119/517 - 1/1: Installing method EphemeronLayout class>>extending:scope:host:
16:55:52				120/517 - 1/1: Installing method Error>>isResumable
16:55:52				120/517 - 1/1: Installing method Error class>>captureIfSignalledWhenStepping
16:55:52				121/517 - 1/5: Installing method ErrorHandler class>>defaultErrorHandler
16:55:52				121/517 - 2/5: Installing method ErrorHandler class>>defaultErrorHandler:
16:55:52				121/517 - 3/5: Installing method ErrorHandler class>>handleError:
16:55:52				121/517 - 4/5: Installing method ErrorHandler class>>handleNotification:
16:55:52				121/517 - 5/5: Installing method ErrorHandler class>>handleWarning:
16:55:52				122/517 - 1/3: Installing method ErrorHandlerSessionHandler>>handledId
16:55:52				122/517 - 2/3: Installing method ErrorHandlerSessionHandler>>shutdown:
16:55:52				122/517 - 3/3: Installing method ErrorHandlerSessionHandler>>startup:
16:55:52				122/517 - 1/2: Installing method ErrorHandlerSessionHandler class>>initialize
16:55:52				122/517 - 2/2: Installing method ErrorHandlerSessionHandler class>>uniqueInstance
16:55:52				123/517 - 1/1: Installing method ExactFloatPrintPolicy>>absPrint:on:base:
16:55:52				124/517 - 1/38: Installing method Exception>>completeProcess:with:
16:55:52				124/517 - 2/38: Installing method Exception>>defaultAction
16:55:52				124/517 - 3/38: Installing method Exception>>defaultDescription
16:55:52				124/517 - 4/38: Installing method Exception>>defaultResumeValue
16:55:52				124/517 - 5/38: Installing method Exception>>defaultReturnValue
16:55:52				124/517 - 6/38: Installing method Exception>>description
16:55:52				124/517 - 7/38: Installing method Exception>>freeze
16:55:52				124/517 - 8/38: Installing method Exception>>freezeUpTo:
16:55:52				124/517 - 9/38: Installing method Exception>>isDebuggerFailure
16:55:52				124/517 - 10/38: Installing method Exception>>isHandleableBy:
16:55:52				124/517 - 11/38: Installing method Exception>>isNested
16:55:52				124/517 - 12/38: Installing method Exception>>isResumable
16:55:52				124/517 - 13/38: Installing method Exception>>messageText
16:55:52				124/517 - 14/38: Installing method Exception>>messageText:
16:55:52				124/517 - 15/38: Installing method Exception>>originException
16:55:52				124/517 - 16/38: Installing method Exception>>outer
16:55:52				124/517 - 17/38: Installing method Exception>>pass
16:55:52				124/517 - 18/38: Installing method Exception>>printOn:
16:55:52				124/517 - 19/38: Installing method Exception>>privHandlerContext
16:55:52				124/517 - 20/38: Installing method Exception>>privHandlerContext:
16:55:52				124/517 - 21/38: Installing method Exception>>raiseUnhandledError
16:55:52				124/517 - 22/38: Installing method Exception>>receiver
16:55:52				124/517 - 23/38: Installing method Exception>>resignalAs:
16:55:52				124/517 - 24/38: Installing method Exception>>resume
16:55:52				124/517 - 25/38: Installing method Exception>>resume:
16:55:52				124/517 - 26/38: Installing method Exception>>resumeUnchecked:
16:55:52				124/517 - 27/38: Installing method Exception>>return
16:55:52				124/517 - 28/38: Installing method Exception>>return:
16:55:52				124/517 - 29/38: Installing method Exception>>searchFrom:
16:55:52				124/517 - 30/38: Installing method Exception>>signal
16:55:52				124/517 - 31/38: Installing method Exception>>signal:
16:55:52				124/517 - 32/38: Installing method Exception>>signalIn:
16:55:52				124/517 - 33/38: Installing method Exception>>signaler
16:55:52				124/517 - 34/38: Installing method Exception>>signaler:
16:55:52				124/517 - 35/38: Installing method Exception>>signalerContext
16:55:52				124/517 - 36/38: Installing method Exception>>tag
16:55:52				124/517 - 37/38: Installing method Exception>>tag:
16:55:52				124/517 - 38/38: Installing method Exception>>unhandledErrorAction
16:55:53				124/517 - 1/9: Installing method Exception class>>,
16:55:53				124/517 - 2/9: Installing method Exception class>>-
16:55:53				124/517 - 3/9: Installing method Exception class>>captureIfSignalledWhenStepping
16:55:53				124/517 - 4/9: Installing method Exception class>>handles:
16:55:53				124/517 - 5/9: Installing method Exception class>>signal
16:55:53				124/517 - 6/9: Installing method Exception class>>signal:
16:55:53				124/517 - 7/9: Installing method Exception class>>signal:in:
16:55:53				124/517 - 8/9: Installing method Exception class>>signal:withTag:
16:55:53				124/517 - 9/9: Installing method Exception class>>signalIn:
16:55:53				125/517 - 1/5: Installing method ExceptionSet>>,
16:55:53				125/517 - 2/5: Installing method ExceptionSet>>-
16:55:53				125/517 - 3/5: Installing method ExceptionSet>>add:
16:55:53				125/517 - 4/5: Installing method ExceptionSet>>handles:
16:55:53				125/517 - 5/5: Installing method ExceptionSet>>initialize
16:55:53				126/517 - 1/4: Installing method ExceptionSetWithExclusions>>-
16:55:53				126/517 - 2/4: Installing method ExceptionSetWithExclusions>>addExclusion:
16:55:53				126/517 - 3/4: Installing method ExceptionSetWithExclusions>>handles:
16:55:53				126/517 - 4/4: Installing method ExceptionSetWithExclusions>>initialize
16:55:53				127/517 - 1/5: Installing method ExecutionEnvironment>>activated
16:55:53				127/517 - 2/5: Installing method ExecutionEnvironment>>beActiveDuring:
16:55:53				127/517 - 3/5: Installing method ExecutionEnvironment>>deactivated
16:55:53				127/517 - 4/5: Installing method ExecutionEnvironment>>isTest
16:55:53				127/517 - 5/5: Installing method ExecutionEnvironment>>prepareForNewProcess:
16:55:53				128/517 - 1/6: Installing method Exit>>defaultAction
16:55:53				128/517 - 2/6: Installing method Exit>>isSuccess
16:55:53				128/517 - 3/6: Installing method Exit>>printMessage
16:55:53				128/517 - 4/6: Installing method Exit>>printOn:
16:55:53				128/517 - 5/6: Installing method Exit>>status
16:55:53				128/517 - 6/6: Installing method Exit>>status:
16:55:53				128/517 - 1/7: Installing method Exit class>>failure
16:55:53				128/517 - 2/7: Installing method Exit class>>signalFailure
16:55:53				128/517 - 3/7: Installing method Exit class>>signalFailure:
16:55:53				128/517 - 4/7: Installing method Exit class>>signalSuccess
16:55:53				128/517 - 5/7: Installing method Exit class>>signalSuccess:
16:55:53				128/517 - 6/7: Installing method Exit class>>status:
16:55:53				128/517 - 7/7: Installing method Exit class>>success
16:55:53				129/517 - 1/6: Installing method ExpressionEvaluated>>context
16:55:53				129/517 - 2/6: Installing method ExpressionEvaluated>>context:
16:55:53				129/517 - 3/6: Installing method ExpressionEvaluated>>expression
16:55:53				129/517 - 4/6: Installing method ExpressionEvaluated>>expressionEvaluated
16:55:53				129/517 - 5/6: Installing method ExpressionEvaluated>>expressionEvaluated:
16:55:53				129/517 - 6/6: Installing method ExpressionEvaluated>>item
16:55:53				129/517 - 1/2: Installing method ExpressionEvaluated class>>expression:
16:55:53				129/517 - 2/2: Installing method ExpressionEvaluated class>>expression:context:
16:55:53				130/517 - 1/3: Installing method ExtensionPointsOwningPackageNotification>>messageText
16:55:53				130/517 - 2/3: Installing method ExtensionPointsOwningPackageNotification>>packageName
16:55:53				130/517 - 3/3: Installing method ExtensionPointsOwningPackageNotification>>packageName:
16:55:53				130/517 - 1/1: Installing method ExtensionPointsOwningPackageNotification class>>signalFor:
16:55:53				131/517 - 1/18: Installing method ExternalAddress>>+
16:55:53				131/517 - 2/18: Installing method ExternalAddress>>=
16:55:53				131/517 - 3/18: Installing method ExternalAddress>>asByteArrayPointer
16:55:53				131/517 - 4/18: Installing method ExternalAddress>>asExternalPointer
16:55:53				131/517 - 5/18: Installing method ExternalAddress>>asInteger
16:55:53				131/517 - 6/18: Installing method ExternalAddress>>beNull
16:55:53				131/517 - 7/18: Installing method ExternalAddress>>byteAt:
16:55:53				131/517 - 8/18: Installing method ExternalAddress>>byteAt:put:
16:55:53				131/517 - 9/18: Installing method ExternalAddress>>bytesFromCString
16:55:53				131/517 - 10/18: Installing method ExternalAddress>>clone
16:55:53				131/517 - 11/18: Installing method ExternalAddress>>finalize
16:55:53				131/517 - 12/18: Installing method ExternalAddress>>free
16:55:53				131/517 - 13/18: Installing method ExternalAddress>>fromInteger:
16:55:53				131/517 - 14/18: Installing method ExternalAddress>>isExternalAddress
16:55:53				131/517 - 15/18: Installing method ExternalAddress>>isNull
16:55:53				131/517 - 16/18: Installing method ExternalAddress>>printOn:
16:55:53				131/517 - 17/18: Installing method ExternalAddress>>shallowCopy
16:55:53				131/517 - 18/18: Installing method ExternalAddress>>utf8StringFromCString
16:55:54				131/517 - 1/10: Installing method ExternalAddress class>>allocate:
16:55:54				131/517 - 2/10: Installing method ExternalAddress class>>allocate:allocate:during:
16:55:54				131/517 - 3/10: Installing method ExternalAddress class>>allocate:bytesDuring:
16:55:54				131/517 - 4/10: Installing method ExternalAddress class>>allocateMemoryOfSizes:during:
16:55:54				131/517 - 5/10: Installing method ExternalAddress class>>gcallocate:
16:55:54				131/517 - 6/10: Installing method ExternalAddress class>>loadSymbol:module:
16:55:54				131/517 - 7/10: Installing method ExternalAddress class>>new
16:55:54				131/517 - 8/10: Installing method ExternalAddress class>>new:
16:55:54				131/517 - 9/10: Installing method ExternalAddress class>>startUp:
16:55:54				131/517 - 10/10: Installing method ExternalAddress class>>wordSize
16:55:54				132/517 - 1/4: Installing method ExternalData>>bytesFromCString
16:55:54				132/517 - 2/4: Installing method ExternalData>>printOn:
16:55:54				132/517 - 3/4: Installing method ExternalData>>setHandle:type:
16:55:54				132/517 - 4/4: Installing method ExternalData>>utf8StringFromCString
16:55:54				132/517 - 1/4: Installing method ExternalData class>>compileFields
16:55:54				132/517 - 2/4: Installing method ExternalData class>>fields
16:55:54				132/517 - 3/4: Installing method ExternalData class>>fromHandle:type:
16:55:54				132/517 - 4/4: Installing method ExternalData class>>new
16:55:54				133/517 - 1/4: Installing method ExternalObject>>getHandle
16:55:54				133/517 - 2/4: Installing method ExternalObject>>isExternalAddress
16:55:54				133/517 - 3/4: Installing method ExternalObject>>isNull
16:55:54				133/517 - 4/4: Installing method ExternalObject>>setHandle:
16:55:54				133/517 - 1/5: Installing method ExternalObject class>>initialize
16:55:54				133/517 - 2/5: Installing method ExternalObject class>>install
16:55:54				133/517 - 3/5: Installing method ExternalObject class>>installSubclasses
16:55:54				133/517 - 4/5: Installing method ExternalObject class>>null
16:55:54				133/517 - 5/5: Installing method ExternalObject class>>startUp:
16:55:54				134/517 - 1/12: Installing method ExternalSemaphoreTable class>>clearExternalObjects
16:55:54				134/517 - 2/12: Installing method ExternalSemaphoreTable class>>collectionBasedOn:withRoomFor:
16:55:54				134/517 - 3/12: Installing method ExternalSemaphoreTable class>>externalObjects
16:55:54				134/517 - 4/12: Installing method ExternalSemaphoreTable class>>freedSlotsIn:ratherThanIncreaseSizeTo:
16:55:54				134/517 - 5/12: Installing method ExternalSemaphoreTable class>>initialize
16:55:54				134/517 - 6/12: Installing method ExternalSemaphoreTable class>>privateRegisterExternalObject:
16:55:54				134/517 - 7/12: Installing method ExternalSemaphoreTable class>>privateUnregisterExternalObject:
16:55:54				134/517 - 8/12: Installing method ExternalSemaphoreTable class>>registerExternalObject:
16:55:54				134/517 - 9/12: Installing method ExternalSemaphoreTable class>>slotFor:in:
16:55:54				134/517 - 10/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects
16:55:54				134/517 - 11/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects:
16:55:54				134/517 - 12/12: Installing method ExternalSemaphoreTable class>>unregisterExternalObject:
16:55:54				135/517 - 1/2: Installing method ExternalStructure>>compositeName
16:55:54				135/517 - 2/2: Installing method ExternalStructure>>free
16:55:55				135/517 - 1/31: Installing method ExternalStructure class>>byteSize
16:55:55				135/517 - 2/31: Installing method ExternalStructure class>>checkFieldLayoutChange
16:55:55				135/517 - 3/31: Installing method ExternalStructure class>>compileAlias:withAccessors:
16:55:55				135/517 - 4/31: Installing method ExternalStructure class>>compileAllFields
16:55:55				135/517 - 5/31: Installing method ExternalStructure class>>compileFields
16:55:55				135/517 - 6/31: Installing method ExternalStructure class>>compileFields:
16:55:55				135/517 - 7/31: Installing method ExternalStructure class>>compileFields:withAccessors:
16:55:55				135/517 - 8/31: Installing method ExternalStructure class>>compiledSpec
16:55:55				135/517 - 9/31: Installing method ExternalStructure class>>compositeName
16:55:55				135/517 - 10/31: Installing method ExternalStructure class>>defineAliasAccessorsFor:type:
16:55:55				135/517 - 11/31: Installing method ExternalStructure class>>defineFieldAccessorsFor:startingAt:type:
16:55:55				135/517 - 12/31: Installing method ExternalStructure class>>defineFields
16:55:55				135/517 - 13/31: Installing method ExternalStructure class>>defineFields:
16:55:55				135/517 - 14/31: Installing method ExternalStructure class>>doneCompiling
16:55:55				135/517 - 15/31: Installing method ExternalStructure class>>externalNew
16:55:55				135/517 - 16/31: Installing method ExternalStructure class>>externalType
16:55:55				135/517 - 17/31: Installing method ExternalStructure class>>fields
16:55:55				135/517 - 18/31: Installing method ExternalStructure class>>fileOutInitializerOn:
16:55:55				135/517 - 19/31: Installing method ExternalStructure class>>fileOutOn:moveSource:toFile:initializing:
16:55:55				135/517 - 20/31: Installing method ExternalStructure class>>fromHandle:
16:55:55				135/517 - 21/31: Installing method ExternalStructure class>>install
16:55:55				135/517 - 22/31: Installing method ExternalStructure class>>maybeCompileAccessor:withSelector:
16:55:55				135/517 - 23/31: Installing method ExternalStructure class>>new
16:55:55				135/517 - 24/31: Installing method ExternalStructure class>>obsolete
16:55:55				135/517 - 25/31: Installing method ExternalStructure class>>pointerSize
16:55:55				135/517 - 26/31: Installing method ExternalStructure class>>recompileStructures
16:55:55				135/517 - 27/31: Installing method ExternalStructure class>>rename:
16:55:55				135/517 - 28/31: Installing method ExternalStructure class>>shouldGenerate:policy:
16:55:55				135/517 - 29/31: Installing method ExternalStructure class>>sortStructs:into:
16:55:55				135/517 - 30/31: Installing method ExternalStructure class>>typeNamesFromWhichIDepend
16:55:55				135/517 - 31/31: Installing method ExternalStructure class>>typedef
16:55:55				136/517 - 1/30: Installing method ExternalType>>asNonPointerType
16:55:55				136/517 - 2/30: Installing method ExternalType>>asPointerType
16:55:55				136/517 - 3/30: Installing method ExternalType>>asPointerType:
16:55:55				136/517 - 4/30: Installing method ExternalType>>atomicType
16:55:56				136/517 - 5/30: Installing method ExternalType>>byteSize
16:55:56				136/517 - 6/30: Installing method ExternalType>>compiledSpec
16:55:56				136/517 - 7/30: Installing method ExternalType>>compiledSpec:
16:55:56				136/517 - 8/30: Installing method ExternalType>>embeddedSpecWithSize:
16:55:56				136/517 - 9/30: Installing method ExternalType>>externalTypeName
16:55:56				136/517 - 10/30: Installing method ExternalType>>headerWord
16:55:56				136/517 - 11/30: Installing method ExternalType>>isAtomic
16:55:56				136/517 - 12/30: Installing method ExternalType>>isIntegerType
16:55:56				136/517 - 13/30: Installing method ExternalType>>isPointerType
16:55:56				136/517 - 14/30: Installing method ExternalType>>isSigned
16:55:56				136/517 - 15/30: Installing method ExternalType>>isStructureType
16:55:56				136/517 - 16/30: Installing method ExternalType>>isUnsigned
16:55:56				136/517 - 17/30: Installing method ExternalType>>isVoid
16:55:56				136/517 - 18/30: Installing method ExternalType>>newReferentClass:
16:55:56				136/517 - 19/30: Installing method ExternalType>>pointerSize
16:55:56				136/517 - 20/30: Installing method ExternalType>>pointerSize:
16:55:56				136/517 - 21/30: Installing method ExternalType>>printAtomicType:on:
16:55:56				136/517 - 22/30: Installing method ExternalType>>printOn:
16:55:56				136/517 - 23/30: Installing method ExternalType>>printStructureFieldStartingAt:withName:inClass:on:indent:
16:55:56				136/517 - 24/30: Installing method ExternalType>>printTypedefOn:
16:55:56				136/517 - 25/30: Installing method ExternalType>>readFieldAt:
16:55:56				136/517 - 26/30: Installing method ExternalType>>referentClass
16:55:56				136/517 - 27/30: Installing method ExternalType>>setReferencedType:
16:55:56				136/517 - 28/30: Installing method ExternalType>>storeOn:
16:55:56				136/517 - 29/30: Installing method ExternalType>>typedef
16:55:56				136/517 - 30/30: Installing method ExternalType>>writeFieldAt:with:
16:55:56				136/517 - 1/39: Installing method ExternalType class>>atomicTypeNamed:
16:55:56				136/517 - 2/39: Installing method ExternalType class>>bool
16:55:56				136/517 - 3/39: Installing method ExternalType class>>byte
16:55:56				136/517 - 4/39: Installing method ExternalType class>>char
16:55:56				136/517 - 5/39: Installing method ExternalType class>>cleanupUnusedTypes
16:55:56				136/517 - 6/39: Installing method ExternalType class>>double
16:55:56				136/517 - 7/39: Installing method ExternalType class>>float
16:55:56				136/517 - 8/39: Installing method ExternalType class>>forceTypeNamed:
16:55:56				136/517 - 9/39: Installing method ExternalType class>>initialize
16:55:56				136/517 - 10/39: Installing method ExternalType class>>initializeAtomicTypes
16:55:56				136/517 - 11/39: Installing method ExternalType class>>initializeDefaultTypes
16:55:56				136/517 - 12/39: Installing method ExternalType class>>initializeFFIConstants
16:55:56				136/517 - 13/39: Installing method ExternalType class>>initializeStructureTypes
16:55:56				136/517 - 14/39: Installing method ExternalType class>>long
16:55:56				136/517 - 15/39: Installing method ExternalType class>>new
16:55:56				136/517 - 16/39: Installing method ExternalType class>>newTypeNamed:force:
16:55:56				136/517 - 17/39: Installing method ExternalType class>>noticeModificationOf:
16:55:56				136/517 - 18/39: Installing method ExternalType class>>noticeRemovalOf:
16:55:56				136/517 - 19/39: Installing method ExternalType class>>noticeRenamingOf:from:to:
16:55:56				136/517 - 20/39: Installing method ExternalType class>>pointerSpec
16:55:56				136/517 - 21/39: Installing method ExternalType class>>sbyte
16:55:56				136/517 - 22/39: Installing method ExternalType class>>schar
16:55:56				136/517 - 23/39: Installing method ExternalType class>>short
16:55:56				136/517 - 24/39: Installing method ExternalType class>>signedByte
16:55:56				136/517 - 25/39: Installing method ExternalType class>>signedChar
16:55:56				136/517 - 26/39: Installing method ExternalType class>>signedLong
16:55:56				136/517 - 27/39: Installing method ExternalType class>>signedLongLong
16:55:56				136/517 - 28/39: Installing method ExternalType class>>signedShort
16:55:56				136/517 - 29/39: Installing method ExternalType class>>string
16:55:56				136/517 - 30/39: Installing method ExternalType class>>structTypeNamed:
16:55:56				136/517 - 31/39: Installing method ExternalType class>>structureSpec
16:55:56				136/517 - 32/39: Installing method ExternalType class>>ulong
16:55:56				136/517 - 33/39: Installing method ExternalType class>>unsignedByte
16:55:56				136/517 - 34/39: Installing method ExternalType class>>unsignedChar
16:55:56				136/517 - 35/39: Installing method ExternalType class>>unsignedLong
16:55:56				136/517 - 36/39: Installing method ExternalType class>>unsignedLongLong
16:55:56				136/517 - 37/39: Installing method ExternalType class>>unsignedShort
16:55:56				136/517 - 38/39: Installing method ExternalType class>>ushort
16:55:56				136/517 - 39/39: Installing method ExternalType class>>void
16:55:56				137/517 - 1/2: Installing method ExternalUnion class>>compileFields:withAccessors:
16:55:56				137/517 - 2/2: Installing method ExternalUnion class>>compositeName
16:55:57				138/517 - 1/9: Installing method FFIBackend>>allocate:
16:55:57				138/517 - 2/9: Installing method FFIBackend>>free:
16:55:57				138/517 - 3/9: Installing method FFIBackend>>integerOfObject:at:put:size:signed:
16:55:57				138/517 - 4/9: Installing method FFIBackend>>integerOfObject:at:size:signed:
16:55:57				138/517 - 5/9: Installing method FFIBackend>>loadSymbol:module:
16:55:57				138/517 - 6/9: Installing method FFIBackend>>on:float32At:
16:55:57				138/517 - 7/9: Installing method FFIBackend>>on:float32At:put:
16:55:57				138/517 - 8/9: Installing method FFIBackend>>on:float64At:
16:55:57				138/517 - 9/9: Installing method FFIBackend>>on:float64At:put:
16:55:57				138/517 - 1/5: Installing method FFIBackend class>>current
16:55:57				138/517 - 2/5: Installing method FFIBackend class>>detectFFIBackend
16:55:57				138/517 - 3/5: Installing method FFIBackend class>>isAvailable
16:55:57				138/517 - 4/5: Installing method FFIBackend class>>reset
16:55:57				138/517 - 5/5: Installing method FFIBackend class>>startUp:
16:55:57				139/517 - 1/4: Installing method FFIConstants class>>initialize
16:55:57				139/517 - 2/4: Installing method FFIConstants class>>initializeCallingConventions
16:55:57				139/517 - 3/4: Installing method FFIConstants class>>initializeErrorConstants
16:55:57				139/517 - 4/4: Installing method FFIConstants class>>initializeTypeConstants
16:55:57				140/517 - 1/12: Installing method False>>&
16:55:57				140/517 - 2/12: Installing method False>>and:
16:55:57				140/517 - 3/12: Installing method False>>asBit
16:55:57				140/517 - 4/12: Installing method False>>ifFalse:
16:55:57				140/517 - 5/12: Installing method False>>ifFalse:ifTrue:
16:55:57				140/517 - 6/12: Installing method False>>ifTrue:
16:55:57				140/517 - 7/12: Installing method False>>ifTrue:ifFalse:
16:55:57				140/517 - 8/12: Installing method False>>not
16:55:57				140/517 - 9/12: Installing method False>>or:
16:55:57				140/517 - 10/12: Installing method False>>printOn:
16:55:57				140/517 - 11/12: Installing method False>>xor:
16:55:57				140/517 - 12/12: Installing method False>>|
16:55:57				141/517 - 1/18: Installing method File>>basename
16:55:57				141/517 - 2/18: Installing method File>>basicOpenForWrite:
16:55:57				141/517 - 3/18: Installing method File>>checkDoesNotExist
16:55:57				141/517 - 4/18: Installing method File>>checkWritableFilesystem
16:55:57				141/517 - 5/18: Installing method File>>delete
16:55:57				141/517 - 6/18: Installing method File>>exists
16:55:57				141/517 - 7/18: Installing method File>>name
16:55:57				141/517 - 8/18: Installing method File>>named:
16:55:57				141/517 - 9/18: Installing method File>>openForAppend
16:55:57				141/517 - 10/18: Installing method File>>openForRead
16:55:57				141/517 - 11/18: Installing method File>>openForWrite
16:55:57				141/517 - 12/18: Installing method File>>openForWrite:
16:55:57				141/517 - 13/18: Installing method File>>readStream
16:55:57				141/517 - 14/18: Installing method File>>readStreamDo:
16:55:57				141/517 - 15/18: Installing method File>>size
16:55:57				141/517 - 16/18: Installing method File>>unregister
16:55:57				141/517 - 17/18: Installing method File>>writeStream
16:55:57				141/517 - 18/18: Installing method File>>writeStreamDo:
16:56:05				141/517 - 1/107: Installing method File class>>atEnd:
16:56:05				141/517 - 2/107: Installing method File class>>cantAllocateMemory
16:56:05				141/517 - 3/107: Installing method File class>>cantOpenDir
16:56:05				141/517 - 4/107: Installing method File class>>cantReadlink
16:56:05				141/517 - 5/107: Installing method File class>>cantStatPath
16:56:05				141/517 - 6/107: Installing method File class>>close:
16:56:05				141/517 - 7/107: Installing method File class>>closed:
16:56:05				141/517 - 8/107: Installing method File class>>connectToFile:writable:
16:56:05				141/517 - 9/107: Installing method File class>>connectToFileDescriptor:writable:
16:56:05				141/517 - 10/107: Installing method File class>>corruptValue
16:56:05				141/517 - 11/107: Installing method File class>>createDirectory:
16:56:05				141/517 - 12/107: Installing method File class>>decodePathString:
16:56:05				141/517 - 13/107: Installing method File class>>deleteDirectory:
16:56:05				141/517 - 14/107: Installing method File class>>deleteFile:
16:56:05				141/517 - 15/107: Installing method File class>>delimiter
16:56:05				141/517 - 16/107: Installing method File class>>encodePathString:
16:56:05				141/517 - 17/107: Installing method File class>>exists:
16:56:05				141/517 - 18/107: Installing method File class>>file:posixPermissions:
16:56:05				141/517 - 19/107: Installing method File class>>file:symlinkUid:gid:
16:56:05				141/517 - 20/107: Installing method File class>>file:uid:gid:
16:56:05				141/517 - 21/107: Installing method File class>>fileAttribute:number:
16:56:05				141/517 - 22/107: Installing method File class>>fileAttributeNumberMap
16:56:05				141/517 - 23/107: Installing method File class>>fileAttributes:mask:
16:56:05				141/517 - 24/107: Installing method File class>>fileAttributesVersionString
16:56:05				141/517 - 25/107: Installing method File class>>fileDescriptorIsAvailable:
16:56:05				141/517 - 26/107: Installing method File class>>fileDescriptorType:
16:56:05				141/517 - 27/107: Installing method File class>>flush:
16:56:05				141/517 - 28/107: Installing method File class>>fromPlatformPath:
16:56:05				141/517 - 29/107: Installing method File class>>getAttributesFailed
16:56:05				141/517 - 30/107: Installing method File class>>getMacFile:type:creator:
16:56:05				141/517 - 31/107: Installing method File class>>getPosition:
16:56:05				141/517 - 32/107: Installing method File class>>initialize
16:56:05				141/517 - 33/107: Installing method File class>>invalidArguments
16:56:05				141/517 - 34/107: Installing method File class>>isBlock:
16:56:05				141/517 - 35/107: Installing method File class>>isCharacter:
16:56:05				141/517 - 36/107: Installing method File class>>isDirectory:
16:56:05				141/517 - 37/107: Installing method File class>>isExecutable:
16:56:05				141/517 - 38/107: Installing method File class>>isFIFO:
16:56:05				141/517 - 39/107: Installing method File class>>isFile:
16:56:05				141/517 - 40/107: Installing method File class>>isReadable:
16:56:05				141/517 - 41/107: Installing method File class>>isRegular:
16:56:05				141/517 - 42/107: Installing method File class>>isSocket:
16:56:05				141/517 - 43/107: Installing method File class>>isSymlink:
16:56:05				141/517 - 44/107: Installing method File class>>isWritable:
16:56:05				141/517 - 45/107: Installing method File class>>lookupDirectory:filename:
16:56:05				141/517 - 46/107: Installing method File class>>lookupEntryIn:index:
16:56:05				141/517 - 47/107: Installing method File class>>modeIsBlock:
16:56:05				141/517 - 48/107: Installing method File class>>modeIsCharacter:
16:56:05				141/517 - 49/107: Installing method File class>>modeIsDirectory:
16:56:05				141/517 - 50/107: Installing method File class>>modeIsFIFO:
16:56:05				141/517 - 51/107: Installing method File class>>modeIsRegular:
16:56:05				141/517 - 52/107: Installing method File class>>modeIsSocket:
16:56:05				141/517 - 53/107: Installing method File class>>modeIsSymlink:
16:56:05				141/517 - 54/107: Installing method File class>>modeOf:
16:56:05				141/517 - 55/107: Installing method File class>>named:
16:56:05				141/517 - 56/107: Installing method File class>>open:writable:
16:56:05				141/517 - 57/107: Installing method File class>>openForReadFileNamed:
16:56:05				141/517 - 58/107: Installing method File class>>openForWriteFileNamed:
16:56:05				141/517 - 59/107: Installing method File class>>posixPermissions:
16:56:05				141/517 - 60/107: Installing method File class>>primClosedir:
16:56:05				141/517 - 61/107: Installing method File class>>primDeleteFile:
16:56:05				141/517 - 62/107: Installing method File class>>primExists:
16:56:05				141/517 - 63/107: Installing method File class>>primFile:posixPermissions:
16:56:05				141/517 - 64/107: Installing method File class>>primFile:symlinkUid:gid:
16:56:05				141/517 - 65/107: Installing method File class>>primFile:uid:gid:
16:56:05				141/517 - 66/107: Installing method File class>>primFileAttribute:number:
16:56:05				141/517 - 67/107: Installing method File class>>primFileAttributes:mask:
16:56:05				141/517 - 68/107: Installing method File class>>primFileMasks
16:56:05				141/517 - 69/107: Installing method File class>>primFromPlatformPath:
16:56:05				141/517 - 70/107: Installing method File class>>primLogicalDrives
16:56:05				141/517 - 71/107: Installing method File class>>primOpendir:
16:56:05				141/517 - 72/107: Installing method File class>>primPathMax
16:56:05				141/517 - 73/107: Installing method File class>>primReaddir:
16:56:05				141/517 - 74/107: Installing method File class>>primRewinddir:
16:56:05				141/517 - 75/107: Installing method File class>>primToPlatformPath:
16:56:05				141/517 - 76/107: Installing method File class>>primitiveWaitForDataOn:signalling:
16:56:05				141/517 - 77/107: Installing method File class>>read:into:startingAt:count:
16:56:05				141/517 - 78/107: Installing method File class>>register:
16:56:05				141/517 - 79/107: Installing method File class>>registry
16:56:05				141/517 - 80/107: Installing method File class>>rename:to:
16:56:05				141/517 - 81/107: Installing method File class>>reset
16:56:05				141/517 - 82/107: Installing method File class>>retryWithGC:until:forFileNamed:
16:56:05				141/517 - 83/107: Installing method File class>>s_IFBLK
16:56:05				141/517 - 84/107: Installing method File class>>s_IFCHR
16:56:05				141/517 - 85/107: Installing method File class>>s_IFDIR
16:56:05				141/517 - 86/107: Installing method File class>>s_IFIFO
16:56:06				141/517 - 87/107: Installing method File class>>s_IFLNK
16:56:06				141/517 - 88/107: Installing method File class>>s_IFMT
16:56:06				141/517 - 89/107: Installing method File class>>s_IFREG
16:56:06				141/517 - 90/107: Installing method File class>>s_IFSOCK
16:56:06				141/517 - 91/107: Installing method File class>>setPosition:to:
16:56:06				141/517 - 92/107: Installing method File class>>signalError:for:
16:56:06				141/517 - 93/107: Installing method File class>>sizeOf:
16:56:06				141/517 - 94/107: Installing method File class>>sizeOrNil:
16:56:06				141/517 - 95/107: Installing method File class>>startUp:
16:56:06				141/517 - 96/107: Installing method File class>>statFailed
16:56:06				141/517 - 97/107: Installing method File class>>stdioHandles
16:56:06				141/517 - 98/107: Installing method File class>>stdioIsAvailable
16:56:06				141/517 - 99/107: Installing method File class>>stringTooLong
16:56:06				141/517 - 100/107: Installing method File class>>sync:
16:56:06				141/517 - 101/107: Installing method File class>>timeConversionFailed
16:56:06				141/517 - 102/107: Installing method File class>>toPlatformPath:
16:56:06				141/517 - 103/107: Installing method File class>>truncate:to:
16:56:06				141/517 - 104/107: Installing method File class>>unexpectedError
16:56:06				141/517 - 105/107: Installing method File class>>unregister:
16:56:06				141/517 - 106/107: Installing method File class>>unsupportedOperation
16:56:06				141/517 - 107/107: Installing method File class>>write:from:startingAt:count:
16:56:06				142/517 - 1/3: Installing method FileAlreadyExistsException>>file
16:56:06				142/517 - 2/3: Installing method FileAlreadyExistsException>>file:
16:56:06				142/517 - 3/3: Installing method FileAlreadyExistsException>>messageText
16:56:06				142/517 - 1/1: Installing method FileAlreadyExistsException class>>signalOnFile:
16:56:06				143/517 - 1/2: Installing method FileDoesNotExistException>>readOnly
16:56:06				143/517 - 2/2: Installing method FileDoesNotExistException>>readOnly:
16:56:06				143/517 - 1/1: Installing method FileDoesNotExistException class>>signalWithFile:writeMode:
16:56:06				144/517 - 1/4: Installing method FileException>>fileName
16:56:06				144/517 - 2/4: Installing method FileException>>fileName:
16:56:06				144/517 - 3/4: Installing method FileException>>isResumable
16:56:06				144/517 - 4/4: Installing method FileException>>messageText
16:56:06				144/517 - 1/3: Installing method FileException class>>fileName:
16:56:06				144/517 - 2/3: Installing method FileException class>>signalOnFile:
16:56:06				144/517 - 3/3: Installing method FileException class>>signalWith:
16:56:06				145/517 - 1/2: Installing method FilePathEncoder class>>decode:
16:56:06				145/517 - 2/2: Installing method FilePathEncoder class>>encode:
16:56:06				147/517 - 1/8: Installing method FinalizationProcess class>>finalizationProcess
16:56:06				147/517 - 2/8: Installing method FinalizationProcess class>>initialize
16:56:06				147/517 - 3/8: Installing method FinalizationProcess class>>mournLoopWith:
16:56:06				147/517 - 4/8: Installing method FinalizationProcess class>>primitiveFetchMourner
16:56:06				147/517 - 5/8: Installing method FinalizationProcess class>>restartFinalizationProcess
16:56:06				147/517 - 6/8: Installing method FinalizationProcess class>>restartMethods
16:56:06				147/517 - 7/8: Installing method FinalizationProcess class>>runningFinalizationProcess
16:56:06				147/517 - 8/8: Installing method FinalizationProcess class>>startUp:
16:56:07				148/517 - 1/20: Installing method FinalizationRegistry>>add:
16:56:07				148/517 - 2/20: Installing method FinalizationRegistry>>add:finalizer:
16:56:07				148/517 - 3/20: Installing method FinalizationRegistry>>ephemeronAtKey:
16:56:07				148/517 - 4/20: Installing method FinalizationRegistry>>ephemeronAtKey:ifAbsent:
16:56:07				148/517 - 5/20: Installing method FinalizationRegistry>>errorHandler
16:56:07				148/517 - 6/20: Installing method FinalizationRegistry>>errorHandler:
16:56:07				148/517 - 7/20: Installing method FinalizationRegistry>>finalizeEphemeron:
16:56:07				148/517 - 8/20: Installing method FinalizationRegistry>>handleErrorsDuring:
16:56:07				148/517 - 9/20: Installing method FinalizationRegistry>>includes:
16:56:07				148/517 - 10/20: Installing method FinalizationRegistry>>initialize
16:56:07				148/517 - 11/20: Installing method FinalizationRegistry>>isEmpty
16:56:07				148/517 - 12/20: Installing method FinalizationRegistry>>keys
16:56:07				148/517 - 13/20: Installing method FinalizationRegistry>>postCopy
16:56:07				148/517 - 14/20: Installing method FinalizationRegistry>>protected:
16:56:07				148/517 - 15/20: Installing method FinalizationRegistry>>remove:
16:56:07				148/517 - 16/20: Installing method FinalizationRegistry>>remove:ifAbsent:
16:56:07				148/517 - 17/20: Installing method FinalizationRegistry>>removeEphemeron:
16:56:07				148/517 - 18/20: Installing method FinalizationRegistry>>size
16:56:07				148/517 - 19/20: Installing method FinalizationRegistry>>values
16:56:07				148/517 - 20/20: Installing method FinalizationRegistry>>valuesDo:
16:56:07				148/517 - 1/1: Installing method FinalizationRegistry class>>default
16:56:07				149/517 - 1/5: Installing method FinalizationRegistryEntry>>container
16:56:07				149/517 - 2/5: Installing method FinalizationRegistryEntry>>container:
16:56:07				149/517 - 3/5: Installing method FinalizationRegistryEntry>>link
16:56:07				149/517 - 4/5: Installing method FinalizationRegistryEntry>>link:
16:56:07				149/517 - 5/5: Installing method FinalizationRegistryEntry>>mourn
16:56:07				149/517 - 1/1: Installing method FinalizationRegistryEntry class>>key:value:container:
16:56:07				150/517 - 1/2: Installing method FixedLayout>>instanceSpecification
16:56:07				150/517 - 2/2: Installing method FixedLayout>>isFixedLayout
16:56:07				150/517 - 1/1: Installing method FixedLayout class>>extending:scope:host:
16:56:08				151/517 - 1/42: Installing method Float>>abs
16:56:08				151/517 - 2/42: Installing method Float>>absPrintExactlyOn:base:
16:56:08				151/517 - 3/42: Installing method Float>>absPrintInexactlyOn:base:
16:56:08				151/517 - 4/42: Installing method Float>>absPrintOn:base:digitCount:
16:56:08				151/517 - 5/42: Installing method Float>>adaptToFraction:andCompare:
16:56:08				151/517 - 6/42: Installing method Float>>adaptToFraction:andSend:
16:56:08				151/517 - 7/42: Installing method Float>>adaptToInteger:andCompare:
16:56:08				151/517 - 8/42: Installing method Float>>adaptToInteger:andSend:
16:56:08				151/517 - 9/42: Installing method Float>>asApproximateFraction
16:56:08				151/517 - 10/42: Installing method Float>>asApproximateFractionAtOrder:
16:56:08				151/517 - 11/42: Installing method Float>>asFloat
16:56:08				151/517 - 12/42: Installing method Float>>asFraction
16:56:08				151/517 - 13/42: Installing method Float>>asMinimalDecimalFraction
16:56:08				151/517 - 14/42: Installing method Float>>asScaledDecimal
16:56:08				151/517 - 15/42: Installing method Float>>asTrueFraction
16:56:08				151/517 - 16/42: Installing method Float>>at:
16:56:08				151/517 - 17/42: Installing method Float>>at:put:
16:56:08				151/517 - 18/42: Installing method Float>>basicAt:
16:56:08				151/517 - 19/42: Installing method Float>>basicAt:put:
16:56:08				151/517 - 20/42: Installing method Float>>deepCopy
16:56:08				151/517 - 21/42: Installing method Float>>exponent
16:56:08				151/517 - 22/42: Installing method Float>>floorLog:
16:56:08				151/517 - 23/42: Installing method Float>>hash
16:56:08				151/517 - 24/42: Installing method Float>>isFinite
16:56:08				151/517 - 25/42: Installing method Float>>isFloat
16:56:08				151/517 - 26/42: Installing method Float>>isInfinite
16:56:08				151/517 - 27/42: Installing method Float>>isLiteral
16:56:08				151/517 - 28/42: Installing method Float>>isNaN
16:56:08				151/517 - 29/42: Installing method Float>>isPowerOfTwo
16:56:08				151/517 - 30/42: Installing method Float>>isSelfEvaluating
16:56:08				151/517 - 31/42: Installing method Float>>isZero
16:56:08				151/517 - 32/42: Installing method Float>>literalEqual:
16:56:08				151/517 - 33/42: Installing method Float>>negated
16:56:08				151/517 - 34/42: Installing method Float>>printOn:base:
16:56:08				151/517 - 35/42: Installing method Float>>reciprocalFloorLog:
16:56:08				151/517 - 36/42: Installing method Float>>reciprocalLogBase2
16:56:08				151/517 - 37/42: Installing method Float>>shallowCopy
16:56:08				151/517 - 38/42: Installing method Float>>signBit
16:56:08				151/517 - 39/42: Installing method Float>>significand
16:56:08				151/517 - 40/42: Installing method Float>>significandAsInteger
16:56:08				151/517 - 41/42: Installing method Float>>timesTwoPower:
16:56:08				151/517 - 42/42: Installing method Float>>veryDeepCopyWith:
16:56:08				151/517 - 1/28: Installing method Float class>>basicNew
16:56:08				151/517 - 2/28: Installing method Float class>>basicNew:
16:56:08				151/517 - 3/28: Installing method Float class>>defaultComparisonPrecision
16:56:08				151/517 - 4/28: Installing method Float class>>denormalized
16:56:08				151/517 - 5/28: Installing method Float class>>e
16:56:08				151/517 - 6/28: Installing method Float class>>emax
16:56:08				151/517 - 7/28: Installing method Float class>>emin
16:56:08				151/517 - 8/28: Installing method Float class>>fromIEEE32Bit:
16:56:08				151/517 - 9/28: Installing method Float class>>fromIEEE64Bit:
16:56:08				151/517 - 10/28: Installing method Float class>>fromIEEE64BitWord:
16:56:08				151/517 - 11/28: Installing method Float class>>halfPi
16:56:11				151/517 - 12/28: Installing method Float class>>infinity
16:56:11				151/517 - 13/28: Installing method Float class>>initialize
16:56:11				151/517 - 14/28: Installing method Float class>>isAbstract
16:56:11				151/517 - 15/28: Installing method Float class>>machineEpsilon
16:56:11				151/517 - 16/28: Installing method Float class>>maxExactInteger
16:56:11				151/517 - 17/28: Installing method Float class>>nan
16:56:11				151/517 - 18/28: Installing method Float class>>negativeInfinity
16:56:11				151/517 - 19/28: Installing method Float class>>negativeZero
16:56:11				151/517 - 20/28: Installing method Float class>>one
16:56:11				151/517 - 21/28: Installing method Float class>>pi
16:56:11				151/517 - 22/28: Installing method Float class>>precision
16:56:11				151/517 - 23/28: Installing method Float class>>radix
16:56:11				151/517 - 24/28: Installing method Float class>>readFrom:
16:56:11				151/517 - 25/28: Installing method Float class>>readFrom:ifFail:
16:56:12				151/517 - 26/28: Installing method Float class>>threePi
16:56:12				151/517 - 27/28: Installing method Float class>>twoPi
16:56:12				151/517 - 28/28: Installing method Float class>>zero
16:56:12				152/517 - 1/18: Installing method Float32Array>>=
16:56:12				152/517 - 2/18: Installing method Float32Array>>addAssignToFloatArray:
16:56:12				152/517 - 3/18: Installing method Float32Array>>asFloatArray
16:56:12				152/517 - 4/18: Installing method Float32Array>>at:
16:56:12				152/517 - 5/18: Installing method Float32Array>>at:put:
16:56:12				152/517 - 6/18: Installing method Float32Array>>defaultElement
16:56:12				152/517 - 7/18: Installing method Float32Array>>dot:
16:56:12				152/517 - 8/18: Installing method Float32Array>>hash
16:56:12				152/517 - 9/18: Installing method Float32Array>>primAddArray:
16:56:12				152/517 - 10/18: Installing method Float32Array>>primAddScalar:
16:56:12				152/517 - 11/18: Installing method Float32Array>>primDivArray:
16:56:12				152/517 - 12/18: Installing method Float32Array>>primDivScalar:
16:56:12				152/517 - 13/18: Installing method Float32Array>>primMulArray:
16:56:12				152/517 - 14/18: Installing method Float32Array>>primMulScalar:
16:56:12				152/517 - 15/18: Installing method Float32Array>>primSubArray:
16:56:12				152/517 - 16/18: Installing method Float32Array>>primSubScalar:
16:56:12				152/517 - 17/18: Installing method Float32Array>>replaceFrom:to:with:startingAt:
16:56:12				152/517 - 18/18: Installing method Float32Array>>sum
16:56:12				153/517 - 1/4: Installing method Float64Array>>at64Bits:
16:56:12				153/517 - 2/4: Installing method Float64Array>>at64Bits:put:
16:56:12				153/517 - 3/4: Installing method Float64Array>>at:
16:56:12				153/517 - 4/4: Installing method Float64Array>>at:put:
16:56:12				154/517 - 1/2: Installing method FloatPrintPolicy>>default
16:56:12				154/517 - 2/2: Installing method FloatPrintPolicy>>initialize
16:56:12				154/517 - 1/1: Installing method FloatPrintPolicy class>>absPrint:on:base:
16:56:13				155/517 - 1/30: Installing method Fraction>>*
16:56:13				155/517 - 2/30: Installing method Fraction>>+
16:56:13				155/517 - 3/30: Installing method Fraction>>-
16:56:13				155/517 - 4/30: Installing method Fraction>>/
16:56:13				155/517 - 5/30: Installing method Fraction>><
16:56:13				155/517 - 6/30: Installing method Fraction>><=
16:56:13				155/517 - 7/30: Installing method Fraction>>=
16:56:13				155/517 - 8/30: Installing method Fraction>>>
16:56:13				155/517 - 9/30: Installing method Fraction>>>=
16:56:13				155/517 - 10/30: Installing method Fraction>>adaptToInteger:andSend:
16:56:13				155/517 - 11/30: Installing method Fraction>>asFloat
16:56:13				155/517 - 12/30: Installing method Fraction>>asFraction
16:56:13				155/517 - 13/30: Installing method Fraction>>asLargerPowerOfTwo
16:56:13				155/517 - 14/30: Installing method Fraction>>asScaledDecimal
16:56:13				155/517 - 15/30: Installing method Fraction>>asSmallerPowerOfTwo
16:56:13				155/517 - 16/30: Installing method Fraction>>denominator
16:56:13				155/517 - 17/30: Installing method Fraction>>hash
16:56:13				155/517 - 18/30: Installing method Fraction>>isFraction
16:56:13				155/517 - 19/30: Installing method Fraction>>isPowerOfTwo
16:56:13				155/517 - 20/30: Installing method Fraction>>isSelfEvaluating
16:56:13				155/517 - 21/30: Installing method Fraction>>negated
16:56:13				155/517 - 22/30: Installing method Fraction>>negative
16:56:13				155/517 - 23/30: Installing method Fraction>>numerator
16:56:13				155/517 - 24/30: Installing method Fraction>>printOn:base:
16:56:13				155/517 - 25/30: Installing method Fraction>>printOn:showingDecimalPlaces:
16:56:13				155/517 - 26/30: Installing method Fraction>>reciprocal
16:56:13				155/517 - 27/30: Installing method Fraction>>reduced
16:56:13				155/517 - 28/30: Installing method Fraction>>round:
16:56:13				155/517 - 29/30: Installing method Fraction>>setNumerator:denominator:
16:56:13				155/517 - 30/30: Installing method Fraction>>truncated
16:56:13				155/517 - 1/2: Installing method Fraction class>>numerator:denominator:
16:56:13				155/517 - 2/2: Installing method Fraction class>>readFrom:
16:56:13				156/517 - 1/3: Installing method FullBlockClosure>>receiver
16:56:13				156/517 - 2/3: Installing method FullBlockClosure>>receiver:
16:56:13				156/517 - 3/3: Installing method FullBlockClosure>>sender
16:56:13				157/517 - 1/13: Installing method Generator>>atEnd
16:56:13				157/517 - 2/13: Installing method Generator>>close
16:56:13				157/517 - 3/13: Installing method Generator>>contents
16:56:13				157/517 - 4/13: Installing method Generator>>fork
16:56:13				157/517 - 5/13: Installing method Generator>>initializeOn:
16:56:13				157/517 - 6/13: Installing method Generator>>next
16:56:13				157/517 - 7/13: Installing method Generator>>nextPut:
16:56:13				157/517 - 8/13: Installing method Generator>>peek
16:56:13				157/517 - 9/13: Installing method Generator>>printOn:
16:56:13				157/517 - 10/13: Installing method Generator>>reset
16:56:13				157/517 - 11/13: Installing method Generator>>size
16:56:13				157/517 - 12/13: Installing method Generator>>value:
16:56:13				157/517 - 13/13: Installing method Generator>>yield:
16:56:13				157/517 - 1/3: Installing method Generator class>>on:
16:56:13				157/517 - 2/3: Installing method Generator class>>onDo:
16:56:13				157/517 - 3/3: Installing method Generator class>>somePrimes
16:56:13				158/517 - 1/8: Installing method GlobalVariable>>acceptVisitor:node:
16:56:13				158/517 - 2/8: Installing method GlobalVariable>>definingClass
16:56:13				158/517 - 3/8: Installing method GlobalVariable>>emitStore:
16:56:13				158/517 - 4/8: Installing method GlobalVariable>>emitValue:
16:56:13				158/517 - 5/8: Installing method GlobalVariable>>isDeprecated
16:56:13				158/517 - 6/8: Installing method GlobalVariable>>isDeprecated:
16:56:13				158/517 - 7/8: Installing method GlobalVariable>>isGlobalVariable
16:56:13				158/517 - 8/8: Installing method GlobalVariable>>scope
16:56:13				159/517 - 1/3: Installing method HEAbstractExported>>=
16:56:13				159/517 - 2/3: Installing method HEAbstractExported>>hash
16:56:13				159/517 - 3/3: Installing method HEAbstractExported>>instVarNamesForEqualityComparison
16:56:13				159/517 - 1/1: Installing method HEAbstractExported class>>readFrom:
16:56:13				160/517 - 1/3: Installing method HEAdditionalMethodState>>asLiteralIn:
16:56:13				160/517 - 2/3: Installing method HEAdditionalMethodState>>doReadFrom:
16:56:13				160/517 - 3/3: Installing method HEAdditionalMethodState>>value:
16:56:13				160/517 - 1/1: Installing method HEAdditionalMethodState class>>tag
16:56:13				161/517 - 1/3: Installing method HEArray>>asLiteralIn:
16:56:13				161/517 - 2/3: Installing method HEArray>>doReadFrom:
16:56:13				161/517 - 3/3: Installing method HEArray>>value:
16:56:13				161/517 - 1/1: Installing method HEArray class>>tag
16:56:13				162/517 - 1/3: Installing method HEAssociation>>asLiteralIn:
16:56:13				162/517 - 2/3: Installing method HEAssociation>>doReadFrom:
16:56:13				162/517 - 3/3: Installing method HEAssociation>>value:
16:56:14				162/517 - 1/1: Installing method HEAssociation class>>tag
16:56:14				163/517 - 1/10: Installing method HEBinaryReader>>close
16:56:14				163/517 - 2/10: Installing method HEBinaryReader>>intSize
16:56:14				163/517 - 3/10: Installing method HEBinaryReader>>readByte
16:56:14				163/517 - 4/10: Installing method HEBinaryReader>>readByteArray
16:56:14				163/517 - 5/10: Installing method HEBinaryReader>>readByteString
16:56:14				163/517 - 6/10: Installing method HEBinaryReader>>readByteSymbol
16:56:14				163/517 - 7/10: Installing method HEBinaryReader>>readInt32
16:56:14				163/517 - 8/10: Installing method HEBinaryReader>>readUInt32
16:56:14				163/517 - 9/10: Installing method HEBinaryReader>>stream
16:56:14				163/517 - 10/10: Installing method HEBinaryReader>>stream:
16:56:14				164/517 - 1/2: Installing method HEBoolean>>asLiteralIn:
16:56:14				164/517 - 2/2: Installing method HEBoolean>>doReadFrom:
16:56:14				164/517 - 1/1: Installing method HEBoolean class>>tag
16:56:14				165/517 - 1/2: Installing method HEByteArray>>asLiteralIn:
16:56:14				165/517 - 2/2: Installing method HEByteArray>>doReadFrom:
16:56:14				165/517 - 1/1: Installing method HEByteArray class>>tag
16:56:14				166/517 - 1/3: Installing method HEByteString>>asLiteralIn:
16:56:14				166/517 - 2/3: Installing method HEByteString>>doConvertValue:
16:56:14				166/517 - 3/3: Installing method HEByteString>>doReadFrom:
16:56:14				166/517 - 1/1: Installing method HEByteString class>>tag
16:56:14				167/517 - 1/2: Installing method HECharacter>>asLiteralIn:
16:56:14				167/517 - 2/2: Installing method HECharacter>>value:
16:56:14				167/517 - 1/1: Installing method HECharacter class>>tag
16:56:14				168/517 - 1/18: Installing method HEClass>>classInstancevariables
16:56:14				168/517 - 2/18: Installing method HEClass>>classInstancevariables:
16:56:14				168/517 - 3/18: Installing method HEClass>>className
16:56:14				168/517 - 4/18: Installing method HEClass>>className:
16:56:14				168/517 - 5/18: Installing method HEClass>>classVariables
16:56:14				168/517 - 6/18: Installing method HEClass>>classVariables:
16:56:14				168/517 - 7/18: Installing method HEClass>>doReadHeaderFrom:
16:56:14				168/517 - 8/18: Installing method HEClass>>instanceVariables
16:56:14				168/517 - 9/18: Installing method HEClass>>instanceVariables:
16:56:14				168/517 - 10/18: Installing method HEClass>>isTrait
16:56:14				168/517 - 11/18: Installing method HEClass>>layoutClass
16:56:14				168/517 - 12/18: Installing method HEClass>>layoutClass:
16:56:14				168/517 - 13/18: Installing method HEClass>>name
16:56:14				168/517 - 14/18: Installing method HEClass>>printOn:
16:56:14				168/517 - 15/18: Installing method HEClass>>sharedPools
16:56:14				168/517 - 16/18: Installing method HEClass>>sharedPools:
16:56:14				168/517 - 17/18: Installing method HEClass>>superclass
16:56:14				168/517 - 18/18: Installing method HEClass>>superclass:
16:56:14				169/517 - 1/2: Installing method HEClassTrait>>asLiteralIn:
16:56:14				169/517 - 2/2: Installing method HEClassTrait>>value:
16:56:15				169/517 - 1/1: Installing method HEClassTrait class>>tag
16:56:15				170/517 - 1/2: Installing method HEClassVariable>>asLiteralIn:
16:56:15				170/517 - 2/2: Installing method HEClassVariable>>value:
16:56:15				170/517 - 1/1: Installing method HEClassVariable class>>tag
16:56:15				171/517 - 1/4: Installing method HECompiledBlock>>asLiteralIn:
16:56:15				171/517 - 2/4: Installing method HECompiledBlock>>doReadFrom:
16:56:15				171/517 - 3/4: Installing method HECompiledBlock>>headerFor:
16:56:15				171/517 - 4/4: Installing method HECompiledBlock>>instVarNamesForEqualityComparison
16:56:15				171/517 - 1/1: Installing method HECompiledBlock class>>tag
16:56:15				172/517 - 1/3: Installing method HEConstantBlock>>asLiteralIn:
16:56:15				172/517 - 2/3: Installing method HEConstantBlock>>doReadFrom:
16:56:15				172/517 - 3/3: Installing method HEConstantBlock>>instVarNamesForEqualityComparison
16:56:15				172/517 - 1/1: Installing method HEConstantBlock class>>tag
16:56:15				173/517 - 1/4: Installing method HEExportedLiteral>>asExportedLiteral
16:56:15				173/517 - 2/4: Installing method HEExportedLiteral>>asLiteralIn:
16:56:15				173/517 - 3/4: Installing method HEExportedLiteral>>doReadFrom:
16:56:15				173/517 - 4/4: Installing method HEExportedLiteral>>value
16:56:15				173/517 - 1/1: Installing method HEExportedLiteral class>>readFrom:
16:56:15				174/517 - 1/2: Installing method HEExportedMetaclass>>asLiteralIn:
16:56:15				174/517 - 2/2: Installing method HEExportedMetaclass>>value:
16:56:15				174/517 - 1/1: Installing method HEExportedMetaclass class>>tag
16:56:15				175/517 - 1/11: Installing method HEExtendedEnvironment>>classNamed:
16:56:15				175/517 - 2/11: Installing method HEExtendedEnvironment>>inner
16:56:15				175/517 - 3/11: Installing method HEExtendedEnvironment>>inner:
16:56:15				175/517 - 4/11: Installing method HEExtendedEnvironment>>newBlock
16:56:15				175/517 - 5/11: Installing method HEExtendedEnvironment>>newBlock:
16:56:15				175/517 - 6/11: Installing method HEExtendedEnvironment>>newClass
16:56:15				175/517 - 7/11: Installing method HEExtendedEnvironment>>newClass:
16:56:15				175/517 - 8/11: Installing method HEExtendedEnvironment>>newMethod
16:56:15				175/517 - 9/11: Installing method HEExtendedEnvironment>>newMethod:
16:56:15				175/517 - 10/11: Installing method HEExtendedEnvironment>>newSelector
16:56:15				175/517 - 11/11: Installing method HEExtendedEnvironment>>newSelector:
16:56:15				176/517 - 1/2: Installing method HEFloat>>asLiteralIn:
16:56:15				176/517 - 2/2: Installing method HEFloat>>doReadFrom:
16:56:15				176/517 - 1/1: Installing method HEFloat class>>tag
16:56:15				177/517 - 1/2: Installing method HEFraction>>asLiteralIn:
16:56:15				177/517 - 2/2: Installing method HEFraction>>doReadFrom:
16:56:16				177/517 - 1/1: Installing method HEFraction class>>tag
16:56:16				178/517 - 1/2: Installing method HEGlobalVariable>>asLiteralIn:
16:56:16				178/517 - 2/2: Installing method HEGlobalVariable>>value:
16:56:16				178/517 - 1/1: Installing method HEGlobalVariable class>>tag
16:56:16				179/517 - 1/22: Installing method HEInstaller>>build:
16:56:16				179/517 - 2/22: Installing method HEInstaller>>buildTrait:
16:56:16				179/517 - 3/22: Installing method HEInstaller>>buildTraitCompositionFor:
16:56:16				179/517 - 4/22: Installing method HEInstaller>>classNamed:
16:56:16				179/517 - 5/22: Installing method HEInstaller>>doInstallPackage:
16:56:16				179/517 - 6/22: Installing method HEInstaller>>environment
16:56:16				179/517 - 7/22: Installing method HEInstaller>>environment:
16:56:16				179/517 - 8/22: Installing method HEInstaller>>existingClass:
16:56:16				179/517 - 9/22: Installing method HEInstaller>>existingTrait:
16:56:16				179/517 - 10/22: Installing method HEInstaller>>initialize
16:56:16				179/517 - 11/22: Installing method HEInstaller>>installExtensionMethod:
16:56:16				179/517 - 12/22: Installing method HEInstaller>>installMethods:into:
16:56:16				179/517 - 13/22: Installing method HEInstaller>>installPackage:
16:56:16				179/517 - 14/22: Installing method HEInstaller>>messageExistingClass:
16:56:16				179/517 - 15/22: Installing method HEInstaller>>messageExistingTrait:
16:56:16				179/517 - 16/22: Installing method HEInstaller>>messageMethod:alreadyExistsIn:
16:56:16				179/517 - 17/22: Installing method HEInstaller>>newUndeclaredVariables
16:56:16				179/517 - 18/22: Installing method HEInstaller>>rebuildMethod:into:
16:56:16				179/517 - 19/22: Installing method HEInstaller>>reportNewUndeclareds:
16:56:16				179/517 - 20/22: Installing method HEInstaller>>shouldBuildMethod:in:
16:56:16				179/517 - 21/22: Installing method HEInstaller>>supportsTraits
16:56:16				179/517 - 22/22: Installing method HEInstaller>>validateNoNewUndeclared
16:56:16				180/517 - 1/2: Installing method HEInteger>>asLiteralIn:
16:56:16				180/517 - 2/2: Installing method HEInteger>>doReadFrom:
16:56:16				180/517 - 1/1: Installing method HEInteger class>>tag
16:56:16				181/517 - 1/14: Installing method HEMethod>>bytecode
16:56:16				181/517 - 2/14: Installing method HEMethod>>bytecode:
16:56:16				181/517 - 3/14: Installing method HEMethod>>className
16:56:16				181/517 - 4/14: Installing method HEMethod>>className:
16:56:16				181/517 - 5/14: Installing method HEMethod>>headerFor:
16:56:16				181/517 - 6/14: Installing method HEMethod>>literals
16:56:16				181/517 - 7/14: Installing method HEMethod>>literals:
16:56:16				181/517 - 8/14: Installing method HEMethod>>name
16:56:16				181/517 - 9/14: Installing method HEMethod>>name:
16:56:16				181/517 - 10/14: Installing method HEMethod>>printOn:
16:56:16				181/517 - 11/14: Installing method HEMethod>>protocol
16:56:16				181/517 - 12/14: Installing method HEMethod>>protocol:
16:56:16				181/517 - 13/14: Installing method HEMethod>>readFrom:
16:56:16				181/517 - 14/14: Installing method HEMethod>>selector
16:56:17				182/517 - 1/15: Installing method HEMethodContainer>>classSideMethods
16:56:17				182/517 - 2/15: Installing method HEMethodContainer>>classSideMethods:
16:56:17				182/517 - 3/15: Installing method HEMethodContainer>>classTraitComposition
16:56:17				182/517 - 4/15: Installing method HEMethodContainer>>classTraitComposition:
16:56:17				182/517 - 5/15: Installing method HEMethodContainer>>doReadHeaderFrom:
16:56:17				182/517 - 6/15: Installing method HEMethodContainer>>doReadMethodsFrom:
16:56:17				182/517 - 7/15: Installing method HEMethodContainer>>methods
16:56:17				182/517 - 8/15: Installing method HEMethodContainer>>methods:
16:56:17				182/517 - 9/15: Installing method HEMethodContainer>>packageName
16:56:17				182/517 - 10/15: Installing method HEMethodContainer>>packageName:
16:56:17				182/517 - 11/15: Installing method HEMethodContainer>>readFrom:
16:56:17				182/517 - 12/15: Installing method HEMethodContainer>>tagName
16:56:17				182/517 - 13/15: Installing method HEMethodContainer>>tagName:
16:56:17				182/517 - 14/15: Installing method HEMethodContainer>>traitComposition
16:56:17				182/517 - 15/15: Installing method HEMethodContainer>>traitComposition:
16:56:17				183/517 - 1/5: Installing method HEMethodLiteral>>asLiteralIn:
16:56:17				183/517 - 2/5: Installing method HEMethodLiteral>>className
16:56:17				183/517 - 3/5: Installing method HEMethodLiteral>>className:
16:56:17				183/517 - 4/5: Installing method HEMethodLiteral>>doReadFrom:
16:56:17				183/517 - 5/5: Installing method HEMethodLiteral>>value:
16:56:17				183/517 - 1/1: Installing method HEMethodLiteral class>>tag
16:56:17				184/517 - 1/14: Installing method HEPackage>>addClass:
16:56:17				184/517 - 2/14: Installing method HEPackage>>classes
16:56:17				184/517 - 3/14: Installing method HEPackage>>classes:
16:56:17				184/517 - 4/14: Installing method HEPackage>>extensionMethods
16:56:17				184/517 - 5/14: Installing method HEPackage>>extensionMethods:
16:56:17				184/517 - 6/14: Installing method HEPackage>>initialize
16:56:17				184/517 - 7/14: Installing method HEPackage>>packageName
16:56:17				184/517 - 8/14: Installing method HEPackage>>packageName:
16:56:17				184/517 - 9/14: Installing method HEPackage>>printOn:
16:56:17				184/517 - 10/14: Installing method HEPackage>>readClassFrom:
16:56:17				184/517 - 11/14: Installing method HEPackage>>readFrom:
16:56:17				184/517 - 12/14: Installing method HEPackage>>traits
16:56:17				184/517 - 13/14: Installing method HEPackage>>traits:
16:56:17				184/517 - 14/14: Installing method HEPackage>>version
16:56:17				184/517 - 1/1: Installing method HEPackage class>>formatVersion
16:56:17				185/517 - 1/6: Installing method HEPragma>>arguments
16:56:17				185/517 - 2/6: Installing method HEPragma>>asLiteralIn:
16:56:17				185/517 - 3/6: Installing method HEPragma>>doReadFrom:
16:56:17				185/517 - 4/6: Installing method HEPragma>>keyword
16:56:17				185/517 - 5/6: Installing method HEPragma>>method
16:56:17				185/517 - 6/6: Installing method HEPragma>>value:
16:56:17				185/517 - 1/1: Installing method HEPragma class>>tag
16:56:17				186/517 - 1/1: Installing method HEScaledDecimal>>doReadFrom:
16:56:17				186/517 - 1/1: Installing method HEScaledDecimal class>>tag
16:56:17				187/517 - 1/8: Installing method HESendMessage>>arguments
16:56:18				187/517 - 2/8: Installing method HESendMessage>>arguments:
16:56:18				187/517 - 3/8: Installing method HESendMessage>>asLiteralIn:
16:56:18				187/517 - 4/8: Installing method HESendMessage>>doReadFrom:
16:56:18				187/517 - 5/8: Installing method HESendMessage>>receiver
16:56:18				187/517 - 6/8: Installing method HESendMessage>>receiver:
16:56:18				187/517 - 7/8: Installing method HESendMessage>>selector
16:56:18				187/517 - 8/8: Installing method HESendMessage>>selector:
16:56:18				187/517 - 1/2: Installing method HESendMessage class>>selector:receiver:arguments:
16:56:18				187/517 - 2/2: Installing method HESendMessage class>>tag
16:56:18				188/517 - 1/1: Installing method HESymbol>>doConvertValue:
16:56:18				188/517 - 1/1: Installing method HESymbol class>>tag
16:56:18				189/517 - 1/6: Installing method HETrait>>doReadHeaderFrom:
16:56:18				189/517 - 2/6: Installing method HETrait>>isTrait
16:56:18				189/517 - 3/6: Installing method HETrait>>name
16:56:18				189/517 - 4/6: Installing method HETrait>>printOn:
16:56:18				189/517 - 5/6: Installing method HETrait>>traitName
16:56:18				189/517 - 6/6: Installing method HETrait>>traitName:
16:56:18				190/517 - 1/2: Installing method HETraitLiteral>>asLiteralIn:
16:56:18				190/517 - 2/2: Installing method HETraitLiteral>>value:
16:56:18				190/517 - 1/1: Installing method HETraitLiteral class>>tag
16:56:18				191/517 - 1/2: Installing method HEUndefinedObject>>asLiteralIn:
16:56:18				191/517 - 2/2: Installing method HEUndefinedObject>>doReadFrom:
16:56:18				191/517 - 1/1: Installing method HEUndefinedObject class>>tag
16:56:18				192/517 - 1/1: Installing method HEWideString>>doReadFrom:
16:56:18				192/517 - 1/1: Installing method HEWideString class>>tag
16:56:18				193/517 - 1/8: Installing method HashTableSizes>>candidateIsGoodPrime
16:56:18				193/517 - 2/8: Installing method HashTableSizes>>computeSizes
16:56:18				193/517 - 3/8: Installing method HashTableSizes>>firstCandidateForExp:
16:56:18				193/517 - 4/8: Installing method HashTableSizes>>goodPrimeForExp:
16:56:18				193/517 - 5/8: Installing method HashTableSizes>>initialize
16:56:18				193/517 - 6/8: Installing method HashTableSizes>>limitForExp:
16:56:18				193/517 - 7/8: Installing method HashTableSizes>>numValuesPerPower
16:56:18				193/517 - 8/8: Installing method HashTableSizes>>primeAlmostFactorsOf:
16:56:18				193/517 - 1/7: Installing method HashTableSizes class>>atLeast:
16:56:18				193/517 - 2/7: Installing method HashTableSizes class>>basicAtLeast:
16:56:18				193/517 - 3/7: Installing method HashTableSizes class>>initialize
16:56:18				193/517 - 4/7: Installing method HashTableSizes class>>maxSmallSize
16:56:18				193/517 - 5/7: Installing method HashTableSizes class>>numValuesPerPower
16:56:18				193/517 - 6/7: Installing method HashTableSizes class>>sizes
16:56:18				193/517 - 7/7: Installing method HashTableSizes class>>smallSizesLookupTable
16:56:19				194/517 - 1/22: Installing method HashedCollection>>add:withOccurrences:
16:56:19				194/517 - 2/22: Installing method HashedCollection>>array
16:56:19				194/517 - 3/22: Installing method HashedCollection>>atNewIndex:put:
16:56:19				194/517 - 4/22: Installing method HashedCollection>>capacity
16:56:19				194/517 - 5/22: Installing method HashedCollection>>compact
16:56:19				194/517 - 6/22: Installing method HashedCollection>>errorNoFreeSpace
16:56:19				194/517 - 7/22: Installing method HashedCollection>>findElementOrNil:
16:56:19				194/517 - 8/22: Installing method HashedCollection>>fixCollisionsFrom:
16:56:19				194/517 - 9/22: Installing method HashedCollection>>fullCheck
16:56:19				194/517 - 10/22: Installing method HashedCollection>>grow
16:56:19				194/517 - 11/22: Installing method HashedCollection>>growSize
16:56:19				194/517 - 12/22: Installing method HashedCollection>>growTo:
16:56:19				194/517 - 13/22: Installing method HashedCollection>>initialize:
16:56:19				194/517 - 14/22: Installing method HashedCollection>>noCheckAdd:
16:56:19				194/517 - 15/22: Installing method HashedCollection>>noCheckNoGrowFillFrom:
16:56:19				194/517 - 16/22: Installing method HashedCollection>>rehash
16:56:19				194/517 - 17/22: Installing method HashedCollection>>removeAll
16:56:19				194/517 - 18/22: Installing method HashedCollection>>scanFor:
16:56:19				194/517 - 19/22: Installing method HashedCollection>>scanForEmptySlotFor:
16:56:19				194/517 - 20/22: Installing method HashedCollection>>size
16:56:19				194/517 - 21/22: Installing method HashedCollection>>union:
16:56:19				194/517 - 22/22: Installing method HashedCollection>>veryDeepCopyWith:
16:56:19				194/517 - 1/11: Installing method HashedCollection class>>cleanUp:
16:56:19				194/517 - 2/11: Installing method HashedCollection class>>compactAll
16:56:19				194/517 - 3/11: Installing method HashedCollection class>>compactAllInstances
16:56:19				194/517 - 4/11: Installing method HashedCollection class>>empty
16:56:19				194/517 - 5/11: Installing method HashedCollection class>>isAbstract
16:56:19				194/517 - 6/11: Installing method HashedCollection class>>new
16:56:19				194/517 - 7/11: Installing method HashedCollection class>>new:
16:56:19				194/517 - 8/11: Installing method HashedCollection class>>newFrom:
16:56:19				194/517 - 9/11: Installing method HashedCollection class>>rehashAll
16:56:19				194/517 - 10/11: Installing method HashedCollection class>>rehashAllInstances
16:56:19				194/517 - 11/11: Installing method HashedCollection class>>sizeFor:
16:56:19				195/517 - 1/45: Installing method Heap>>=
16:56:19				195/517 - 2/45: Installing method Heap>>add:
16:56:19				195/517 - 3/45: Installing method Heap>>array
16:56:19				195/517 - 4/45: Installing method Heap>>at:
16:56:19				195/517 - 5/45: Installing method Heap>>at:put:
16:56:19				195/517 - 6/45: Installing method Heap>>collect:
16:56:19				195/517 - 7/45: Installing method Heap>>copyEmpty
16:56:19				195/517 - 8/45: Installing method Heap>>defaultSortBlock
16:56:19				195/517 - 9/45: Installing method Heap>>do:
16:56:19				195/517 - 10/45: Installing method Heap>>downHeap:
16:56:19				195/517 - 11/45: Installing method Heap>>downHeapSingle:
16:56:19				195/517 - 12/45: Installing method Heap>>first
16:56:19				195/517 - 13/45: Installing method Heap>>fullySort
16:56:19				195/517 - 14/45: Installing method Heap>>grow
16:56:19				195/517 - 15/45: Installing method Heap>>growSize
16:56:19				195/517 - 16/45: Installing method Heap>>growTo:
16:56:19				195/517 - 17/45: Installing method Heap>>indexUpdateBlock:
16:56:19				195/517 - 18/45: Installing method Heap>>isEmpty
16:56:19				195/517 - 19/45: Installing method Heap>>isHeap
16:56:19				195/517 - 20/45: Installing method Heap>>isSorted
16:56:19				195/517 - 21/45: Installing method Heap>>isSortedBy:
16:56:19				195/517 - 22/45: Installing method Heap>>mergeFirst:middle:last:into:by:
16:56:19				195/517 - 23/45: Installing method Heap>>mergeSortFrom:to:by:
16:56:19				195/517 - 24/45: Installing method Heap>>mergeSortFrom:to:src:dst:by:
16:56:19				195/517 - 25/45: Installing method Heap>>postCopy
16:56:19				195/517 - 26/45: Installing method Heap>>privateRemoveAt:
16:56:19				195/517 - 27/45: Installing method Heap>>privateReverseSort
16:56:19				195/517 - 28/45: Installing method Heap>>reSort
16:56:19				195/517 - 29/45: Installing method Heap>>remove:ifAbsent:
16:56:19				195/517 - 30/45: Installing method Heap>>removeAll
16:56:19				195/517 - 31/45: Installing method Heap>>removeFirst
16:56:19				195/517 - 32/45: Installing method Heap>>removeFirstOrNil
16:56:20				195/517 - 33/45: Installing method Heap>>setCollection:
16:56:20				195/517 - 34/45: Installing method Heap>>setCollection:tally:
16:56:20				195/517 - 35/45: Installing method Heap>>size
16:56:20				195/517 - 36/45: Installing method Heap>>sort
16:56:20				195/517 - 37/45: Installing method Heap>>sort:
16:56:20				195/517 - 38/45: Installing method Heap>>sortBlock
16:56:20				195/517 - 39/45: Installing method Heap>>sortBlock:
16:56:20				195/517 - 40/45: Installing method Heap>>sorted
16:56:20				195/517 - 41/45: Installing method Heap>>sorted:
16:56:20				195/517 - 42/45: Installing method Heap>>sorts:before:
16:56:20				195/517 - 43/45: Installing method Heap>>trim
16:56:20				195/517 - 44/45: Installing method Heap>>upHeap:
16:56:20				195/517 - 45/45: Installing method Heap>>updateObjectIndex:
16:56:20				195/517 - 1/6: Installing method Heap class>>defaultSortBlock
16:56:20				195/517 - 2/6: Installing method Heap class>>new
16:56:20				195/517 - 3/6: Installing method Heap class>>new:
16:56:20				195/517 - 4/6: Installing method Heap class>>sortBlock:
16:56:20				195/517 - 5/6: Installing method Heap class>>withAll:
16:56:20				195/517 - 6/6: Installing method Heap class>>withAll:sortBlock:
16:56:20				196/517 - 1/5: Installing method HermesCommandLineHandler>>activate
16:56:20				196/517 - 2/5: Installing method HermesCommandLineHandler>>createInstaller
16:56:20				196/517 - 3/5: Installing method HermesCommandLineHandler>>processFile:
16:56:20				196/517 - 4/5: Installing method HermesCommandLineHandler>>processFiles
16:56:20				196/517 - 5/5: Installing method HermesCommandLineHandler>>validateParameters
16:56:20				196/517 - 1/2: Installing method HermesCommandLineHandler class>>commandName
16:56:20				196/517 - 2/2: Installing method HermesCommandLineHandler class>>description
16:56:20				197/517 - 1/1: Installing method IdentityBag>>asSet
16:56:20				197/517 - 1/1: Installing method IdentityBag class>>contentsClass
16:56:20				198/517 - 1/3: Installing method IdentityDictionary>>keyAtValue:ifAbsent:
16:56:20				198/517 - 2/3: Installing method IdentityDictionary>>scanFor:
16:56:20				198/517 - 3/3: Installing method IdentityDictionary>>scanForEmptySlotFor:
16:56:20				199/517 - 1/4: Installing method IdentitySet>>asIdentitySet
16:56:20				199/517 - 2/4: Installing method IdentitySet>>identityIncludes:
16:56:20				199/517 - 3/4: Installing method IdentitySet>>scanFor:
16:56:20				199/517 - 4/4: Installing method IdentitySet>>scanForEmptySlotFor:
16:56:20				201/517 - 1/2: Installing method IllegalResumeAttempt>>isResumable
16:56:20				201/517 - 2/2: Installing method IllegalResumeAttempt>>readMe
16:56:20				202/517 - 1/4: Installing method ImmediateLayout>>extend
16:56:20				202/517 - 2/4: Installing method ImmediateLayout>>extend:
16:56:20				202/517 - 3/4: Installing method ImmediateLayout>>initialize
16:56:20				202/517 - 4/4: Installing method ImmediateLayout>>instanceSpecification
16:56:20				202/517 - 1/1: Installing method ImmediateLayout class>>extending:scope:host:
16:56:20				203/517 - 1/5: Installing method IncompatibleLayoutConflict>>layout
16:56:20				203/517 - 2/5: Installing method IncompatibleLayoutConflict>>layout:
16:56:20				203/517 - 3/5: Installing method IncompatibleLayoutConflict>>messageText
16:56:20				203/517 - 4/5: Installing method IncompatibleLayoutConflict>>subType
16:56:20				203/517 - 5/5: Installing method IncompatibleLayoutConflict>>subType:
16:56:20				204/517 - 1/9: Installing method IndexedSlot>>=
16:56:20				204/517 - 2/9: Installing method IndexedSlot>>hash
16:56:20				204/517 - 3/9: Installing method IndexedSlot>>index
16:56:20				204/517 - 4/9: Installing method IndexedSlot>>index:
16:56:20				204/517 - 5/9: Installing method IndexedSlot>>isVirtual
16:56:20				204/517 - 6/9: Installing method IndexedSlot>>object:instVarAt:
16:56:20				204/517 - 7/9: Installing method IndexedSlot>>object:instVarAt:put:
16:56:20				204/517 - 8/9: Installing method IndexedSlot>>read:
16:56:20				204/517 - 9/9: Installing method IndexedSlot>>write:to:
16:56:20				205/517 - 1/1: Installing method InexactFloatPrintPolicy>>absPrint:on:base:
16:56:20				206/517 - 1/4: Installing method InstanceVariableNotFound>>instVarName
16:56:20				206/517 - 2/4: Installing method InstanceVariableNotFound>>instVarName:
16:56:20				206/517 - 3/4: Installing method InstanceVariableNotFound>>messageText
16:56:20				206/517 - 4/4: Installing method InstanceVariableNotFound>>standardMessageText
16:56:20				206/517 - 1/1: Installing method InstanceVariableNotFound class>>signalFor:
16:56:21				207/517 - 1/7: Installing method InstanceVariableSlot>>definitionOn:
16:56:21				207/517 - 2/7: Installing method InstanceVariableSlot>>emitStore:
16:56:21				207/517 - 3/7: Installing method InstanceVariableSlot>>emitValue:
16:56:21				207/517 - 4/7: Installing method InstanceVariableSlot>>isAccessedIn:
16:56:21				207/517 - 5/7: Installing method InstanceVariableSlot>>isReadIn:
16:56:21				207/517 - 6/7: Installing method InstanceVariableSlot>>isWrittenIn:
16:56:21				207/517 - 7/7: Installing method InstanceVariableSlot>>needsFullDefinition
16:56:21				207/517 - 1/1: Installing method InstanceVariableSlot class>>resetIvarSlots
16:56:21				208/517 - 1/40: Installing method InstructionClient>>addMappedInlinePrimitiveHandler:at:
16:56:21				208/517 - 2/40: Installing method InstructionClient>>blockReturnConstant:
16:56:21				208/517 - 3/40: Installing method InstructionClient>>blockReturnTop
16:56:21				208/517 - 4/40: Installing method InstructionClient>>callPrimitive:
16:56:21				208/517 - 5/40: Installing method InstructionClient>>directedSuperSend:numArgs:
16:56:21				208/517 - 6/40: Installing method InstructionClient>>doDup
16:56:21				208/517 - 7/40: Installing method InstructionClient>>doNop
16:56:21				208/517 - 8/40: Installing method InstructionClient>>doPop
16:56:21				208/517 - 9/40: Installing method InstructionClient>>jump:
16:56:21				208/517 - 10/40: Installing method InstructionClient>>jump:if:
16:56:21				208/517 - 11/40: Installing method InstructionClient>>jump:if:withInterpreter:
16:56:21				208/517 - 12/40: Installing method InstructionClient>>jump:withInterpreter:
16:56:21				208/517 - 13/40: Installing method InstructionClient>>mappedInlinePrimitive:
16:56:21				208/517 - 14/40: Installing method InstructionClient>>methodReturnConstant:
16:56:21				208/517 - 15/40: Installing method InstructionClient>>methodReturnReceiver
16:56:21				208/517 - 16/40: Installing method InstructionClient>>methodReturnTop
16:56:21				208/517 - 17/40: Installing method InstructionClient>>pc:
16:56:21				208/517 - 18/40: Installing method InstructionClient>>popIntoLiteralVariable:
16:56:21				208/517 - 19/40: Installing method InstructionClient>>popIntoReceiverVariable:
16:56:21				208/517 - 20/40: Installing method InstructionClient>>popIntoRemoteTemp:inVectorAt:
16:56:21				208/517 - 21/40: Installing method InstructionClient>>popIntoTemporaryVariable:
16:56:21				208/517 - 22/40: Installing method InstructionClient>>pushActiveContext
16:56:21				208/517 - 23/40: Installing method InstructionClient>>pushActiveProcess
16:56:21				208/517 - 24/40: Installing method InstructionClient>>pushClosureTemps:
16:56:21				208/517 - 25/40: Installing method InstructionClient>>pushConsArrayWithElements:
16:56:21				208/517 - 26/40: Installing method InstructionClient>>pushConstant:
16:56:21				208/517 - 27/40: Installing method InstructionClient>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
16:56:21				208/517 - 28/40: Installing method InstructionClient>>pushLiteralVariable:
16:56:21				208/517 - 29/40: Installing method InstructionClient>>pushNewArrayOfSize:
16:56:21				208/517 - 30/40: Installing method InstructionClient>>pushReceiver
16:56:21				208/517 - 31/40: Installing method InstructionClient>>pushReceiverVariable:
16:56:21				208/517 - 32/40: Installing method InstructionClient>>pushRemoteTemp:inVectorAt:
16:56:21				208/517 - 33/40: Installing method InstructionClient>>pushTemporaryVariable:
16:56:21				208/517 - 34/40: Installing method InstructionClient>>send:super:numArgs:
16:56:21				208/517 - 35/40: Installing method InstructionClient>>storeIntoLiteralVariable:
16:56:21				208/517 - 36/40: Installing method InstructionClient>>storeIntoReceiverVariable:
16:56:21				208/517 - 37/40: Installing method InstructionClient>>storeIntoRemoteTemp:inVectorAt:
16:56:21				208/517 - 38/40: Installing method InstructionClient>>storeIntoTemporaryVariable:
16:56:21				208/517 - 39/40: Installing method InstructionClient>>trap
16:56:21				208/517 - 40/40: Installing method InstructionClient>>unusedBytecode
16:56:21				209/517 - 1/11: Installing method InstructionStream>>compiledCode
16:56:21				209/517 - 2/11: Installing method InstructionStream>>interpretNext2ByteSistaV1Instruction:for:extA:extB:startPC:
16:56:21				209/517 - 3/11: Installing method InstructionStream>>interpretNext3ByteSistaV1Instruction:for:extA:extB:startPC:
16:56:21				209/517 - 4/11: Installing method InstructionStream>>interpretNextInstructionFor:
16:56:21				209/517 - 5/11: Installing method InstructionStream>>interpretNextSistaV1InstructionFor:
16:56:21				209/517 - 6/11: Installing method InstructionStream>>interpretSistaV1ExtendedPush:for:
16:56:21				209/517 - 7/11: Installing method InstructionStream>>interpretUnusedBytecode:at:
16:56:21				209/517 - 8/11: Installing method InstructionStream>>method
16:56:21				209/517 - 9/11: Installing method InstructionStream>>method:pc:
16:56:21				209/517 - 10/11: Installing method InstructionStream>>pc
16:56:21				209/517 - 11/11: Installing method InstructionStream>>pc:
16:56:21				209/517 - 1/3: Installing method InstructionStream class>>initialize
16:56:21				209/517 - 2/3: Installing method InstructionStream class>>on:
16:56:21				209/517 - 3/3: Installing method InstructionStream class>>on:pc:
16:56:23				210/517 - 1/87: Installing method Integer>>&
16:56:23				210/517 - 2/87: Installing method Integer>>*
16:56:23				210/517 - 3/87: Installing method Integer>>+
16:56:23				210/517 - 4/87: Installing method Integer>>-
16:56:23				210/517 - 5/87: Installing method Integer>>/
16:56:23				210/517 - 6/87: Installing method Integer>>//
16:56:23				210/517 - 7/87: Installing method Integer>><
16:56:23				210/517 - 8/87: Installing method Integer>><<
16:56:23				210/517 - 9/87: Installing method Integer>><=
16:56:23				210/517 - 10/87: Installing method Integer>>=
16:56:23				210/517 - 11/87: Installing method Integer>>>
16:56:23				210/517 - 12/87: Installing method Integer>>>=
16:56:23				210/517 - 13/87: Installing method Integer>>>>
16:56:23				210/517 - 14/87: Installing method Integer>>\\\
16:56:23				210/517 - 15/87: Installing method Integer>>adaptToFraction:andSend:
16:56:23				210/517 - 16/87: Installing method Integer>>alignedTo:
16:56:23				210/517 - 17/87: Installing method Integer>>allMask:
16:56:23				210/517 - 18/87: Installing method Integer>>anyBitOfMagnitudeFrom:to:
16:56:23				210/517 - 19/87: Installing method Integer>>anyMask:
16:56:23				210/517 - 20/87: Installing method Integer>>asByteArray
16:56:23				210/517 - 21/87: Installing method Integer>>asByteArrayOfSize:
16:56:23				210/517 - 22/87: Installing method Integer>>asCharacter
16:56:23				210/517 - 23/87: Installing method Integer>>asCharacterDigit
16:56:23				210/517 - 24/87: Installing method Integer>>asFraction
16:56:23				210/517 - 25/87: Installing method Integer>>asInteger
16:56:23				210/517 - 26/87: Installing method Integer>>asLargerPowerOfTwo
16:56:23				210/517 - 27/87: Installing method Integer>>asPowerOfTwo
16:56:23				210/517 - 28/87: Installing method Integer>>asScaledDecimal
16:56:23				210/517 - 29/87: Installing method Integer>>asSmallerPowerOfTwo
16:56:23				210/517 - 30/87: Installing method Integer>>bitAnd:
16:56:23				210/517 - 31/87: Installing method Integer>>bitAt:
16:56:23				210/517 - 32/87: Installing method Integer>>bitAt:put:
16:56:23				210/517 - 33/87: Installing method Integer>>bitClear:
16:56:23				210/517 - 34/87: Installing method Integer>>bitInvert
16:56:23				210/517 - 35/87: Installing method Integer>>bitInvert32
16:56:23				210/517 - 36/87: Installing method Integer>>bitOr:
16:56:23				210/517 - 37/87: Installing method Integer>>bitShift:
16:56:23				210/517 - 38/87: Installing method Integer>>bitShiftMagnitude:
16:56:23				210/517 - 39/87: Installing method Integer>>bitString
16:56:23				210/517 - 40/87: Installing method Integer>>bitStringLength
16:56:23				210/517 - 41/87: Installing method Integer>>bitXor:
16:56:23				210/517 - 42/87: Installing method Integer>>byteAt:
16:56:23				210/517 - 43/87: Installing method Integer>>byteAt:put:
16:56:23				210/517 - 44/87: Installing method Integer>>bytesCompare:
16:56:23				210/517 - 45/87: Installing method Integer>>bytesCount
16:56:23				210/517 - 46/87: Installing method Integer>>ceiling
16:56:23				210/517 - 47/87: Installing method Integer>>copyto:
16:56:23				210/517 - 48/87: Installing method Integer>>crossSumBase:
16:56:23				210/517 - 49/87: Installing method Integer>>decimalDigitLength
16:56:23				210/517 - 50/87: Installing method Integer>>denominator
16:56:23				210/517 - 51/87: Installing method Integer>>digitAdd:
16:56:23				210/517 - 52/87: Installing method Integer>>digitAt:base:
16:56:23				210/517 - 53/87: Installing method Integer>>digitDiv:neg:
16:56:23				210/517 - 54/87: Installing method Integer>>digitLogic:op:length:
16:56:23				210/517 - 55/87: Installing method Integer>>digitLshift:
16:56:23				210/517 - 56/87: Installing method Integer>>digitMultiply:neg:
16:56:23				210/517 - 57/87: Installing method Integer>>digitRshift:bytes:lookfirst:
16:56:23				210/517 - 58/87: Installing method Integer>>digitSubtract:
16:56:23				210/517 - 59/87: Installing method Integer>>digitSum
16:56:23				210/517 - 60/87: Installing method Integer>>even
16:56:23				210/517 - 61/87: Installing method Integer>>floor
16:56:23				210/517 - 62/87: Installing method Integer>>gcd:
16:56:23				210/517 - 63/87: Installing method Integer>>growby:
16:56:23				210/517 - 64/87: Installing method Integer>>growto:
16:56:23				210/517 - 65/87: Installing method Integer>>hashMultiply
16:56:23				210/517 - 66/87: Installing method Integer>>highBit
16:56:23				210/517 - 67/87: Installing method Integer>>highBitOfMagnitude
16:56:23				210/517 - 68/87: Installing method Integer>>isFraction
16:56:23				210/517 - 69/87: Installing method Integer>>isInteger
16:56:23				210/517 - 70/87: Installing method Integer>>isLarge
16:56:23				210/517 - 71/87: Installing method Integer>>isLiteral
16:56:23				210/517 - 72/87: Installing method Integer>>isPowerOfTwo
16:56:23				210/517 - 73/87: Installing method Integer>>lastDigit
16:56:23				210/517 - 74/87: Installing method Integer>>lowBit
16:56:23				210/517 - 75/87: Installing method Integer>>noMask:
16:56:23				210/517 - 76/87: Installing method Integer>>normalize
16:56:23				210/517 - 77/87: Installing method Integer>>numberOfDigitsInBase:
16:56:23				210/517 - 78/87: Installing method Integer>>numerator
16:56:23				210/517 - 79/87: Installing method Integer>>printOn:base:nDigits:
16:56:23				210/517 - 80/87: Installing method Integer>>quo:
16:56:23				210/517 - 81/87: Installing method Integer>>reciprocalModulo:
16:56:23				210/517 - 82/87: Installing method Integer>>replaceFrom:to:with:startingAt:
16:56:23				210/517 - 83/87: Installing method Integer>>round:
16:56:23				210/517 - 84/87: Installing method Integer>>rounded
16:56:23				210/517 - 85/87: Installing method Integer>>timesRepeat:
16:56:23				210/517 - 86/87: Installing method Integer>>truncated
16:56:23				210/517 - 87/87: Installing method Integer>>|
16:56:24				210/517 - 1/10: Installing method Integer class>>basicNew
16:56:24				210/517 - 2/10: Installing method Integer class>>byte1:byte2:byte3:byte4:
16:56:24				210/517 - 3/10: Installing method Integer class>>isAbstract
16:56:24				210/517 - 4/10: Installing method Integer class>>new
16:56:24				210/517 - 5/10: Installing method Integer class>>new:neg:
16:56:24				210/517 - 6/10: Installing method Integer class>>readFrom:
16:56:24				210/517 - 7/10: Installing method Integer class>>readFrom:base:
16:56:24				210/517 - 8/10: Installing method Integer class>>readFrom:ifFail:
16:56:24				210/517 - 9/10: Installing method Integer class>>readFrom:radix:
16:56:24				210/517 - 10/10: Installing method Integer class>>readHexByteFrom:
16:56:24				211/517 - 1/6: Installing method IntegerArray>>asIntegerArray
16:56:24				211/517 - 2/6: Installing method IntegerArray>>at:
16:56:24				211/517 - 3/6: Installing method IntegerArray>>at:put:
16:56:24				211/517 - 4/6: Installing method IntegerArray>>atAllPut:
16:56:24				211/517 - 5/6: Installing method IntegerArray>>defaultElement
16:56:24				211/517 - 6/6: Installing method IntegerArray>>primFill:
16:56:24				212/517 - 1/32: Installing method Interval>>+
16:56:24				212/517 - 2/32: Installing method Interval>>-
16:56:24				212/517 - 3/32: Installing method Interval>>=
16:56:24				212/517 - 4/32: Installing method Interval>>add:
16:56:24				212/517 - 5/32: Installing method Interval>>anyOne
16:56:24				212/517 - 6/32: Installing method Interval>>asOpenInterval
16:56:24				212/517 - 7/32: Installing method Interval>>at:
16:56:24				212/517 - 8/32: Installing method Interval>>at:put:
16:56:24				212/517 - 9/32: Installing method Interval>>collect:
16:56:24				212/517 - 10/32: Installing method Interval>>do:
16:56:24				212/517 - 11/32: Installing method Interval>>extent
16:56:24				212/517 - 12/32: Installing method Interval>>first
16:56:24				212/517 - 13/32: Installing method Interval>>hash
16:56:24				212/517 - 14/32: Installing method Interval>>increment
16:56:24				212/517 - 15/32: Installing method Interval>>indexOf:startingAt:ifAbsent:
16:56:24				212/517 - 16/32: Installing method Interval>>isInterval
16:56:24				212/517 - 17/32: Installing method Interval>>isSelfEvaluating
16:56:24				212/517 - 18/32: Installing method Interval>>last
16:56:24				212/517 - 19/32: Installing method Interval>>permutationsDo:
16:56:24				212/517 - 20/32: Installing method Interval>>printOn:
16:56:24				212/517 - 21/32: Installing method Interval>>rangeIncludes:
16:56:24				212/517 - 22/32: Installing method Interval>>remove:
16:56:24				212/517 - 23/32: Installing method Interval>>reverseDo:
16:56:24				212/517 - 24/32: Installing method Interval>>setFrom:to:by:
16:56:24				212/517 - 25/32: Installing method Interval>>size
16:56:24				212/517 - 26/32: Installing method Interval>>sort:
16:56:24				212/517 - 27/32: Installing method Interval>>sorted
16:56:24				212/517 - 28/32: Installing method Interval>>sorted:
16:56:24				212/517 - 29/32: Installing method Interval>>species
16:56:24				212/517 - 30/32: Installing method Interval>>stop
16:56:24				212/517 - 31/32: Installing method Interval>>storeOn:
16:56:24				212/517 - 32/32: Installing method Interval>>sum
16:56:24				212/517 - 1/6: Installing method Interval class>>from:to:
16:56:24				212/517 - 2/6: Installing method Interval class>>from:to:by:
16:56:24				212/517 - 3/6: Installing method Interval class>>new
16:56:24				212/517 - 4/6: Installing method Interval class>>newFrom:
16:56:24				212/517 - 5/6: Installing method Interval class>>newFromArray:
16:56:24				212/517 - 6/6: Installing method Interval class>>streamSpecies
16:56:24				213/517 - 1/1: Installing method InvalidGlobalName class>>signal:for:
16:56:24				214/517 - 1/1: Installing method InvalidSlotName class>>signalFor:
16:56:24				215/517 - 1/3: Installing method KeyNotFound>>key
16:56:25				215/517 - 2/3: Installing method KeyNotFound>>key:
16:56:25				215/517 - 3/3: Installing method KeyNotFound>>standardMessageText
16:56:25				216/517 - 1/12: Installing method KeyboardKey>>=
16:56:25				216/517 - 2/12: Installing method KeyboardKey>>hash
16:56:25				216/517 - 3/12: Installing method KeyboardKey>>isArrowDown
16:56:25				216/517 - 4/12: Installing method KeyboardKey>>isArrowLeft
16:56:25				216/517 - 5/12: Installing method KeyboardKey>>isArrowRight
16:56:25				216/517 - 6/12: Installing method KeyboardKey>>isArrowUp
16:56:25				216/517 - 7/12: Installing method KeyboardKey>>isUnkownKey
16:56:25				216/517 - 8/12: Installing method KeyboardKey>>name
16:56:25				216/517 - 9/12: Installing method KeyboardKey>>printOn:
16:56:25				216/517 - 10/12: Installing method KeyboardKey>>value
16:56:25				216/517 - 11/12: Installing method KeyboardKey>>withValue:
16:56:25				216/517 - 12/12: Installing method KeyboardKey>>withValue:andName:
16:56:27				216/517 - 1/115: Installing method KeyboardKey class>>A
16:56:27				216/517 - 2/115: Installing method KeyboardKey class>>B
16:56:27				216/517 - 3/115: Installing method KeyboardKey class>>C
16:56:27				216/517 - 4/115: Installing method KeyboardKey class>>D
16:56:27				216/517 - 5/115: Installing method KeyboardKey class>>E
16:56:27				216/517 - 6/115: Installing method KeyboardKey class>>F
16:56:27				216/517 - 7/115: Installing method KeyboardKey class>>F1
16:56:27				216/517 - 8/115: Installing method KeyboardKey class>>F10
16:56:27				216/517 - 9/115: Installing method KeyboardKey class>>F11
16:56:27				216/517 - 10/115: Installing method KeyboardKey class>>F12
16:56:27				216/517 - 11/115: Installing method KeyboardKey class>>F2
16:56:27				216/517 - 12/115: Installing method KeyboardKey class>>F3
16:56:27				216/517 - 13/115: Installing method KeyboardKey class>>F4
16:56:27				216/517 - 14/115: Installing method KeyboardKey class>>F5
16:56:27				216/517 - 15/115: Installing method KeyboardKey class>>F6
16:56:27				216/517 - 16/115: Installing method KeyboardKey class>>F7
16:56:27				216/517 - 17/115: Installing method KeyboardKey class>>F8
16:56:27				216/517 - 18/115: Installing method KeyboardKey class>>F9
16:56:27				216/517 - 19/115: Installing method KeyboardKey class>>G
16:56:27				216/517 - 20/115: Installing method KeyboardKey class>>H
16:56:27				216/517 - 21/115: Installing method KeyboardKey class>>I
16:56:27				216/517 - 22/115: Installing method KeyboardKey class>>J
16:56:27				216/517 - 23/115: Installing method KeyboardKey class>>K
16:56:27				216/517 - 24/115: Installing method KeyboardKey class>>L
16:56:27				216/517 - 25/115: Installing method KeyboardKey class>>M
16:56:27				216/517 - 26/115: Installing method KeyboardKey class>>N
16:56:27				216/517 - 27/115: Installing method KeyboardKey class>>O
16:56:27				216/517 - 28/115: Installing method KeyboardKey class>>P
16:56:27				216/517 - 29/115: Installing method KeyboardKey class>>Q
16:56:27				216/517 - 30/115: Installing method KeyboardKey class>>R
16:56:27				216/517 - 31/115: Installing method KeyboardKey class>>S
16:56:27				216/517 - 32/115: Installing method KeyboardKey class>>T
16:56:27				216/517 - 33/115: Installing method KeyboardKey class>>U
16:56:27				216/517 - 34/115: Installing method KeyboardKey class>>V
16:56:27				216/517 - 35/115: Installing method KeyboardKey class>>W
16:56:27				216/517 - 36/115: Installing method KeyboardKey class>>X
16:56:27				216/517 - 37/115: Installing method KeyboardKey class>>Y
16:56:27				216/517 - 38/115: Installing method KeyboardKey class>>Z
16:56:27				216/517 - 39/115: Installing method KeyboardKey class>>altLeft
16:56:27				216/517 - 40/115: Installing method KeyboardKey class>>altRight
16:56:27				216/517 - 41/115: Installing method KeyboardKey class>>backslash
16:56:27				216/517 - 42/115: Installing method KeyboardKey class>>backspace
16:56:27				216/517 - 43/115: Installing method KeyboardKey class>>braceLeft
16:56:27				216/517 - 44/115: Installing method KeyboardKey class>>bracketLeft
16:56:27				216/517 - 45/115: Installing method KeyboardKey class>>bracketRight
16:56:27				216/517 - 46/115: Installing method KeyboardKey class>>capsLock
16:56:27				216/517 - 47/115: Installing method KeyboardKey class>>comma
16:56:27				216/517 - 48/115: Installing method KeyboardKey class>>controlLeft
16:56:27				216/517 - 49/115: Installing method KeyboardKey class>>controlRight
16:56:27				216/517 - 50/115: Installing method KeyboardKey class>>delete
16:56:27				216/517 - 51/115: Installing method KeyboardKey class>>doubleQuote
16:56:27				216/517 - 52/115: Installing method KeyboardKey class>>down
16:56:27				216/517 - 53/115: Installing method KeyboardKey class>>eight
16:56:27				216/517 - 54/115: Installing method KeyboardKey class>>end
16:56:27				216/517 - 55/115: Installing method KeyboardKey class>>enter
16:56:27				216/517 - 56/115: Installing method KeyboardKey class>>equal
16:56:27				216/517 - 57/115: Installing method KeyboardKey class>>escape
16:56:27				216/517 - 58/115: Installing method KeyboardKey class>>five
16:56:27				216/517 - 59/115: Installing method KeyboardKey class>>four
16:56:27				216/517 - 60/115: Installing method KeyboardKey class>>fromCharacter:
16:56:27				216/517 - 61/115: Installing method KeyboardKey class>>fromCharacter:ifNone:
16:56:27				216/517 - 62/115: Installing method KeyboardKey class>>function
16:56:27				216/517 - 63/115: Installing method KeyboardKey class>>grave
16:56:27				216/517 - 64/115: Installing method KeyboardKey class>>home
16:56:27				216/517 - 65/115: Installing method KeyboardKey class>>initialize
16:56:27				216/517 - 66/115: Installing method KeyboardKey class>>initializeKeyFromCharacterCompatibilityTable
16:56:27				216/517 - 67/115: Installing method KeyboardKey class>>initializeKeyTable
16:56:27				216/517 - 68/115: Installing method KeyboardKey class>>initializeMacOSVirtualKeyTable
16:56:27				216/517 - 69/115: Installing method KeyboardKey class>>initializeUnixVirtualKeyTable
16:56:27				216/517 - 70/115: Installing method KeyboardKey class>>initializeWindowsVirtualKeyTable
16:56:27				216/517 - 71/115: Installing method KeyboardKey class>>keyFromCharacterTable
16:56:27				216/517 - 72/115: Installing method KeyboardKey class>>keypadDown
16:56:27				216/517 - 73/115: Installing method KeyboardKey class>>keypadEnter
16:56:27				216/517 - 74/115: Installing method KeyboardKey class>>keypadLeft
16:56:27				216/517 - 75/115: Installing method KeyboardKey class>>keypadRight
16:56:27				216/517 - 76/115: Installing method KeyboardKey class>>keypadUp
16:56:27				216/517 - 77/115: Installing method KeyboardKey class>>left
16:56:27				216/517 - 78/115: Installing method KeyboardKey class>>lessThan
16:56:27				216/517 - 79/115: Installing method KeyboardKey class>>macOSVirtualKeyTable
16:56:27				216/517 - 80/115: Installing method KeyboardKey class>>menu
16:56:27				216/517 - 81/115: Installing method KeyboardKey class>>metaLeft
16:56:27				216/517 - 82/115: Installing method KeyboardKey class>>metaRight
16:56:27				216/517 - 83/115: Installing method KeyboardKey class>>minus
16:56:28				216/517 - 84/115: Installing method KeyboardKey class>>named:
16:56:28				216/517 - 85/115: Installing method KeyboardKey class>>named:ifNone:
16:56:28				216/517 - 86/115: Installing method KeyboardKey class>>nine
16:56:28				216/517 - 87/115: Installing method KeyboardKey class>>one
16:56:28				216/517 - 88/115: Installing method KeyboardKey class>>pageDown
16:56:28				216/517 - 89/115: Installing method KeyboardKey class>>pageUp
16:56:28				216/517 - 90/115: Installing method KeyboardKey class>>parenthesisLeft
16:56:28				216/517 - 91/115: Installing method KeyboardKey class>>period
16:56:28				216/517 - 92/115: Installing method KeyboardKey class>>quote
16:56:28				216/517 - 93/115: Installing method KeyboardKey class>>right
16:56:28				216/517 - 94/115: Installing method KeyboardKey class>>semicolon
16:56:28				216/517 - 95/115: Installing method KeyboardKey class>>seven
16:56:28				216/517 - 96/115: Installing method KeyboardKey class>>shiftLeft
16:56:28				216/517 - 97/115: Installing method KeyboardKey class>>shiftRight
16:56:28				216/517 - 98/115: Installing method KeyboardKey class>>singleQuote
16:56:28				216/517 - 99/115: Installing method KeyboardKey class>>six
16:56:28				216/517 - 100/115: Installing method KeyboardKey class>>slash
16:56:28				216/517 - 101/115: Installing method KeyboardKey class>>space
16:56:28				216/517 - 102/115: Installing method KeyboardKey class>>superLeft
16:56:28				216/517 - 103/115: Installing method KeyboardKey class>>superRight
16:56:28				216/517 - 104/115: Installing method KeyboardKey class>>tab
16:56:28				216/517 - 105/115: Installing method KeyboardKey class>>three
16:56:28				216/517 - 106/115: Installing method KeyboardKey class>>two
16:56:28				216/517 - 107/115: Installing method KeyboardKey class>>unixVirtualKeyTable
16:56:28				216/517 - 108/115: Installing method KeyboardKey class>>unknownKeyName
16:56:28				216/517 - 109/115: Installing method KeyboardKey class>>up
16:56:28				216/517 - 110/115: Installing method KeyboardKey class>>value:
16:56:28				216/517 - 111/115: Installing method KeyboardKey class>>valueForMacOSXPlatform:
16:56:28				216/517 - 112/115: Installing method KeyboardKey class>>valueForUnixPlatform:
16:56:28				216/517 - 113/115: Installing method KeyboardKey class>>valueForWindowsPlatform:
16:56:28				216/517 - 114/115: Installing method KeyboardKey class>>windowsVirtualKeyTable
16:56:28				216/517 - 115/115: Installing method KeyboardKey class>>zero
16:56:28				217/517 - 1/15: Installing method KeyedTree>>allKeys
16:56:28				217/517 - 2/15: Installing method KeyedTree>>atPath:
16:56:28				217/517 - 3/15: Installing method KeyedTree>>atPath:ifAbsent:
16:56:28				217/517 - 4/15: Installing method KeyedTree>>atPath:ifAbsentPut:
16:56:28				217/517 - 5/15: Installing method KeyedTree>>atPath:put:
16:56:28				217/517 - 6/15: Installing method KeyedTree>>formattedText
16:56:28				217/517 - 7/15: Installing method KeyedTree>>formattedTextWithDescriptions:
16:56:28				217/517 - 8/15: Installing method KeyedTree>>merge:
16:56:28				217/517 - 9/15: Installing method KeyedTree>>postCopy
16:56:28				217/517 - 10/15: Installing method KeyedTree>>putFormattedTextOn:level:indentString:
16:56:28				217/517 - 11/15: Installing method KeyedTree>>putFormattedTextOn:withDescriptions:level:indentString:
16:56:28				217/517 - 12/15: Installing method KeyedTree>>removePath:
16:56:28				217/517 - 13/15: Installing method KeyedTree>>removePath:ifAbsent:
16:56:28				217/517 - 14/15: Installing method KeyedTree>>sortBlock
16:56:28				217/517 - 15/15: Installing method KeyedTree>>subtrees
16:56:29				218/517 - 1/25: Installing method LargeInteger>>*
16:56:29				218/517 - 2/25: Installing method LargeInteger>>+
16:56:29				218/517 - 3/25: Installing method LargeInteger>>-
16:56:29				218/517 - 4/25: Installing method LargeInteger>>/
16:56:29				218/517 - 5/25: Installing method LargeInteger>>//
16:56:29				218/517 - 6/25: Installing method LargeInteger>><
16:56:29				218/517 - 7/25: Installing method LargeInteger>><=
16:56:29				218/517 - 8/25: Installing method LargeInteger>>>
16:56:29				218/517 - 9/25: Installing method LargeInteger>>>=
16:56:29				218/517 - 10/25: Installing method LargeInteger>>\\
16:56:29				218/517 - 11/25: Installing method LargeInteger>>\\\
16:56:29				218/517 - 12/25: Installing method LargeInteger>>asFloat
16:56:29				218/517 - 13/25: Installing method LargeInteger>>byteAt:
16:56:29				218/517 - 14/25: Installing method LargeInteger>>byteAt:put:
16:56:29				218/517 - 15/25: Installing method LargeInteger>>bytesCount
16:56:29				218/517 - 16/25: Installing method LargeInteger>>hash
16:56:29				218/517 - 17/25: Installing method LargeInteger>>hashMultiply
16:56:29				218/517 - 18/25: Installing method LargeInteger>>highBitOfMagnitude
16:56:29				218/517 - 19/25: Installing method LargeInteger>>isLarge
16:56:29				218/517 - 20/25: Installing method LargeInteger>>mightBeASquare
16:56:29				218/517 - 21/25: Installing method LargeInteger>>printOn:base:nDigits:
16:56:29				218/517 - 22/25: Installing method LargeInteger>>quo:
16:56:29				218/517 - 23/25: Installing method LargeInteger>>rem:
16:56:29				218/517 - 24/25: Installing method LargeInteger>>replaceFrom:to:with:startingAt:
16:56:29				218/517 - 25/25: Installing method LargeInteger>>withAtLeastNDigits:
16:56:29				218/517 - 1/1: Installing method LargeInteger class>>isAbstract
16:56:29				219/517 - 1/13: Installing method LargeNegativeInteger>>abs
16:56:29				219/517 - 2/13: Installing method LargeNegativeInteger>>asFloat
16:56:29				219/517 - 3/13: Installing method LargeNegativeInteger>>bitAt:
16:56:29				219/517 - 4/13: Installing method LargeNegativeInteger>>highBit
16:56:29				219/517 - 5/13: Installing method LargeNegativeInteger>>mightBeASquare
16:56:29				219/517 - 6/13: Installing method LargeNegativeInteger>>negated
16:56:29				219/517 - 7/13: Installing method LargeNegativeInteger>>negative
16:56:29				219/517 - 8/13: Installing method LargeNegativeInteger>>normalize
16:56:29				219/517 - 9/13: Installing method LargeNegativeInteger>>positive
16:56:29				219/517 - 10/13: Installing method LargeNegativeInteger>>printOn:base:
16:56:29				219/517 - 11/13: Installing method LargeNegativeInteger>>sign
16:56:29				219/517 - 12/13: Installing method LargeNegativeInteger>>signBit
16:56:29				219/517 - 13/13: Installing method LargeNegativeInteger>>strictlyPositive
16:56:29				220/517 - 1/13: Installing method LargePositiveInteger>>abs
16:56:29				220/517 - 2/13: Installing method LargePositiveInteger>>bitAt:
16:56:29				220/517 - 3/13: Installing method LargePositiveInteger>>hashMultiply
16:56:29				220/517 - 4/13: Installing method LargePositiveInteger>>highBit
16:56:29				220/517 - 5/13: Installing method LargePositiveInteger>>mightBeASquare
16:56:29				220/517 - 6/13: Installing method LargePositiveInteger>>negated
16:56:29				220/517 - 7/13: Installing method LargePositiveInteger>>negative
16:56:29				220/517 - 8/13: Installing method LargePositiveInteger>>normalize
16:56:29				220/517 - 9/13: Installing method LargePositiveInteger>>positive
16:56:29				220/517 - 10/13: Installing method LargePositiveInteger>>printOn:base:
16:56:29				220/517 - 11/13: Installing method LargePositiveInteger>>sign
16:56:29				220/517 - 12/13: Installing method LargePositiveInteger>>signBit
16:56:29				220/517 - 13/13: Installing method LargePositiveInteger>>strictlyPositive
16:56:30				221/517 - 1/20: Installing method LayoutClassScope>>=
16:56:30				221/517 - 2/20: Installing method LayoutClassScope>>allSlotsDo:
16:56:30				221/517 - 3/20: Installing method LayoutClassScope>>allVisibleSlots
16:56:30				221/517 - 4/20: Installing method LayoutClassScope>>do:
16:56:30				221/517 - 5/20: Installing method LayoutClassScope>>fieldSize
16:56:30				221/517 - 6/20: Installing method LayoutClassScope>>flattenIn:
16:56:30				221/517 - 7/20: Installing method LayoutClassScope>>hasBindingThatBeginsWith:
16:56:30				221/517 - 8/20: Installing method LayoutClassScope>>hasFields
16:56:30				221/517 - 9/20: Installing method LayoutClassScope>>hasSlots
16:56:30				221/517 - 10/20: Installing method LayoutClassScope>>hash
16:56:30				221/517 - 11/20: Installing method LayoutClassScope>>isEmpty
16:56:30				221/517 - 12/20: Installing method LayoutClassScope>>ownFieldSize
16:56:30				221/517 - 13/20: Installing method LayoutClassScope>>parentScope
16:56:30				221/517 - 14/20: Installing method LayoutClassScope>>parentScope:
16:56:30				221/517 - 15/20: Installing method LayoutClassScope>>postCopy
16:56:30				221/517 - 16/20: Installing method LayoutClassScope>>printOn:
16:56:30				221/517 - 17/20: Installing method LayoutClassScope>>reverseDo:
16:56:30				221/517 - 18/20: Installing method LayoutClassScope>>slots
16:56:30				221/517 - 19/20: Installing method LayoutClassScope>>visibleSlots
16:56:30				221/517 - 20/20: Installing method LayoutClassScope>>withIndexDo:
16:56:30				222/517 - 1/10: Installing method LayoutEmptyScope>>allSlotsDo:
16:56:30				222/517 - 2/10: Installing method LayoutEmptyScope>>allVisibleSlots
16:56:30				222/517 - 3/10: Installing method LayoutEmptyScope>>fieldSize
16:56:30				222/517 - 4/10: Installing method LayoutEmptyScope>>flattenIn:
16:56:30				222/517 - 5/10: Installing method LayoutEmptyScope>>hasBindingThatBeginsWith:
16:56:30				222/517 - 6/10: Installing method LayoutEmptyScope>>hasFields
16:56:30				222/517 - 7/10: Installing method LayoutEmptyScope>>hasSlots
16:56:30				222/517 - 8/10: Installing method LayoutEmptyScope>>isEmpty
16:56:30				222/517 - 9/10: Installing method LayoutEmptyScope>>ownFieldSize
16:56:30				222/517 - 10/10: Installing method LayoutEmptyScope>>visibleSlots
16:56:30				222/517 - 1/1: Installing method LayoutEmptyScope class>>instance
16:56:30				223/517 - 1/8: Installing method LimitedWriteStream>>limit
16:56:30				223/517 - 2/8: Installing method LimitedWriteStream>>limit:
16:56:30				223/517 - 3/8: Installing method LimitedWriteStream>>limitBlock
16:56:30				223/517 - 4/8: Installing method LimitedWriteStream>>limitBlock:
16:56:30				223/517 - 5/8: Installing method LimitedWriteStream>>nextPut:
16:56:30				223/517 - 6/8: Installing method LimitedWriteStream>>nextPutAll:
16:56:30				223/517 - 7/8: Installing method LimitedWriteStream>>pastEndPut:
16:56:30				223/517 - 8/8: Installing method LimitedWriteStream>>setLimit:limitBlock:
16:56:30				223/517 - 1/6: Installing method LimitedWriteStream class>>defaultLimit
16:56:30				223/517 - 2/6: Installing method LimitedWriteStream class>>on:
16:56:30				223/517 - 3/6: Installing method LimitedWriteStream class>>on:from:to:
16:56:30				223/517 - 4/6: Installing method LimitedWriteStream class>>on:limit:limitBlock:
16:56:30				223/517 - 5/6: Installing method LimitedWriteStream class>>with:
16:56:30				223/517 - 6/6: Installing method LimitedWriteStream class>>with:from:to:
16:56:30				224/517 - 1/4: Installing method Link>>asLink
16:56:30				224/517 - 2/4: Installing method Link>>asLinkPrepend:
16:56:30				224/517 - 3/4: Installing method Link>>nextLink
16:56:30				224/517 - 4/4: Installing method Link>>nextLink:
16:56:30				224/517 - 1/1: Installing method Link class>>nextLink:
16:56:30				225/517 - 1/46: Installing method LinkedList>>add:
16:56:30				225/517 - 2/46: Installing method LinkedList>>add:after:
16:56:30				225/517 - 3/46: Installing method LinkedList>>add:afterLink:
16:56:30				225/517 - 4/46: Installing method LinkedList>>add:before:
16:56:30				225/517 - 5/46: Installing method LinkedList>>add:beforeLink:
16:56:30				225/517 - 6/46: Installing method LinkedList>>addFirst:
16:56:30				225/517 - 7/46: Installing method LinkedList>>addLast:
16:56:30				225/517 - 8/46: Installing method LinkedList>>at:
16:56:31				225/517 - 9/46: Installing method LinkedList>>at:put:
16:56:31				225/517 - 10/46: Installing method LinkedList>>at:putLink:
16:56:31				225/517 - 11/46: Installing method LinkedList>>collect:
16:56:31				225/517 - 12/46: Installing method LinkedList>>collect:thenReject:
16:56:31				225/517 - 13/46: Installing method LinkedList>>collect:thenSelect:
16:56:31				225/517 - 14/46: Installing method LinkedList>>copyWith:
16:56:31				225/517 - 15/46: Installing method LinkedList>>copyWithout:
16:56:31				225/517 - 16/46: Installing method LinkedList>>do:
16:56:31				225/517 - 17/46: Installing method LinkedList>>first
16:56:31				225/517 - 18/46: Installing method LinkedList>>firstLink
16:56:31				225/517 - 19/46: Installing method LinkedList>>indexOf:startingAt:ifAbsent:
16:56:31				225/517 - 20/46: Installing method LinkedList>>isEmpty
16:56:31				225/517 - 21/46: Installing method LinkedList>>last
16:56:31				225/517 - 22/46: Installing method LinkedList>>lastLink
16:56:31				225/517 - 23/46: Installing method LinkedList>>linkAt:
16:56:31				225/517 - 24/46: Installing method LinkedList>>linkAt:ifAbsent:
16:56:31				225/517 - 25/46: Installing method LinkedList>>linkOf:
16:56:31				225/517 - 26/46: Installing method LinkedList>>linkOf:ifAbsent:
16:56:31				225/517 - 27/46: Installing method LinkedList>>linksDo:
16:56:31				225/517 - 28/46: Installing method LinkedList>>postCopy
16:56:31				225/517 - 29/46: Installing method LinkedList>>rechain:
16:56:31				225/517 - 30/46: Installing method LinkedList>>reject:
16:56:31				225/517 - 31/46: Installing method LinkedList>>reject:thenCollect:
16:56:31				225/517 - 32/46: Installing method LinkedList>>remove:ifAbsent:
16:56:31				225/517 - 33/46: Installing method LinkedList>>removeAll
16:56:31				225/517 - 34/46: Installing method LinkedList>>removeAllSuchThat:
16:56:31				225/517 - 35/46: Installing method LinkedList>>removeFirst
16:56:31				225/517 - 36/46: Installing method LinkedList>>removeLast
16:56:31				225/517 - 37/46: Installing method LinkedList>>removeLink:
16:56:31				225/517 - 38/46: Installing method LinkedList>>removeLink:ifAbsent:
16:56:31				225/517 - 39/46: Installing method LinkedList>>select:
16:56:31				225/517 - 40/46: Installing method LinkedList>>select:thenCollect:
16:56:31				225/517 - 41/46: Installing method LinkedList>>select:thenDo:
16:56:31				225/517 - 42/46: Installing method LinkedList>>size
16:56:31				225/517 - 43/46: Installing method LinkedList>>sort:
16:56:31				225/517 - 44/46: Installing method LinkedList>>species
16:56:31				225/517 - 45/46: Installing method LinkedList>>swap:with:
16:56:31				225/517 - 46/46: Installing method LinkedList>>validIndex:
16:56:31				225/517 - 1/4: Installing method LinkedList class>>new:
16:56:31				225/517 - 2/4: Installing method LinkedList class>>new:streamContents:
16:56:31				225/517 - 3/4: Installing method LinkedList class>>newFrom:
16:56:31				225/517 - 4/4: Installing method LinkedList class>>streamSpecies
16:56:31				226/517 - 1/36: Installing method LiteralVariable>>=
16:56:31				226/517 - 2/36: Installing method LiteralVariable>>acceptVisitor:node:
16:56:31				226/517 - 3/36: Installing method LiteralVariable>>analogousCodeTo:
16:56:31				226/517 - 4/36: Installing method LiteralVariable>>asClassVariable
16:56:31				226/517 - 5/36: Installing method LiteralVariable>>definingClass
16:56:31				226/517 - 6/36: Installing method LiteralVariable>>definitionString
16:56:31				226/517 - 7/36: Installing method LiteralVariable>>emitStore:
16:56:31				226/517 - 8/36: Installing method LiteralVariable>>emitValue:
16:56:31				226/517 - 9/36: Installing method LiteralVariable>>hash
16:56:31				226/517 - 10/36: Installing method LiteralVariable>>installingIn:
16:56:31				226/517 - 11/36: Installing method LiteralVariable>>isAccessedIn:
16:56:31				226/517 - 12/36: Installing method LiteralVariable>>isGlobalClassNameBinding
16:56:31				226/517 - 13/36: Installing method LiteralVariable>>isLiteralVariable
16:56:31				226/517 - 14/36: Installing method LiteralVariable>>isReadIn:
16:56:31				226/517 - 15/36: Installing method LiteralVariable>>isReferenced
16:56:31				226/517 - 16/36: Installing method LiteralVariable>>isSelfEvaluating
16:56:31				226/517 - 17/36: Installing method LiteralVariable>>isVariableBinding
16:56:31				226/517 - 18/36: Installing method LiteralVariable>>isWritable
16:56:31				226/517 - 19/36: Installing method LiteralVariable>>isWrittenIn:
16:56:31				226/517 - 20/36: Installing method LiteralVariable>>key
16:56:31				226/517 - 21/36: Installing method LiteralVariable>>key:
16:56:31				226/517 - 22/36: Installing method LiteralVariable>>key:value:
16:56:31				226/517 - 23/36: Installing method LiteralVariable>>literalEqual:
16:56:31				226/517 - 24/36: Installing method LiteralVariable>>name:
16:56:31				226/517 - 25/36: Installing method LiteralVariable>>printOn:
16:56:31				226/517 - 26/36: Installing method LiteralVariable>>read
16:56:31				226/517 - 27/36: Installing method LiteralVariable>>readInContext:
16:56:31				226/517 - 28/36: Installing method LiteralVariable>>runtimeUndeclaredReadInContext:
16:56:31				226/517 - 29/36: Installing method LiteralVariable>>runtimeUndeclaredWrite:inContext:
16:56:31				226/517 - 30/36: Installing method LiteralVariable>>scope
16:56:31				226/517 - 31/36: Installing method LiteralVariable>>storeOn:
16:56:31				226/517 - 32/36: Installing method LiteralVariable>>usingMethods
16:56:31				226/517 - 33/36: Installing method LiteralVariable>>value
16:56:31				226/517 - 34/36: Installing method LiteralVariable>>value:
16:56:31				226/517 - 35/36: Installing method LiteralVariable>>write:
16:56:31				226/517 - 36/36: Installing method LiteralVariable>>write:inContext:
16:56:31				226/517 - 1/2: Installing method LiteralVariable class>>key:
16:56:31				226/517 - 2/2: Installing method LiteralVariable class>>key:value:
16:56:31				228/517 - 1/3: Installing method LocalRecursionStopper class>>activeMethods
16:56:31				228/517 - 2/3: Installing method LocalRecursionStopper class>>during:
16:56:31				228/517 - 3/3: Installing method LocalRecursionStopper class>>stopMethod:during:
16:56:31				229/517 - 1/7: Installing method LookupKey>><
16:56:31				229/517 - 2/7: Installing method LookupKey>>=
16:56:31				229/517 - 3/7: Installing method LookupKey>>hash
16:56:31				229/517 - 4/7: Installing method LookupKey>>key
16:56:31				229/517 - 5/7: Installing method LookupKey>>key:
16:56:31				229/517 - 6/7: Installing method LookupKey>>name
16:56:31				229/517 - 7/7: Installing method LookupKey>>printOn:
16:56:31				229/517 - 1/1: Installing method LookupKey class>>key:
16:56:31				230/517 - 1/8: Installing method MacOSPlatform>>accept:
16:56:31				230/517 - 2/8: Installing method MacOSPlatform>>defaultMaximumPathLength
16:56:31				230/517 - 3/8: Installing method MacOSPlatform>>family
16:56:32				230/517 - 4/8: Installing method MacOSPlatform>>isMacOS
16:56:32				230/517 - 5/8: Installing method MacOSPlatform>>keyForValue:
16:56:32				230/517 - 6/8: Installing method MacOSPlatform>>lineEnding
16:56:32				230/517 - 7/8: Installing method MacOSPlatform>>menuShortcutString
16:56:32				230/517 - 8/8: Installing method MacOSPlatform>>potentialLocationsOfSourcesFile
16:56:32				230/517 - 1/1: Installing method MacOSPlatform class>>isMacOS
16:56:32				231/517 - 1/4: Installing method MacOSXPlatform>>accept:
16:56:32				231/517 - 2/4: Installing method MacOSXPlatform>>family
16:56:32				231/517 - 3/4: Installing method MacOSXPlatform>>getErrorMessage:
16:56:32				231/517 - 4/4: Installing method MacOSXPlatform>>isMacOSX
16:56:32				231/517 - 1/1: Installing method MacOSXPlatform class>>isActivePlatform
16:56:32				232/517 - 1/11: Installing method Magnitude>><
16:56:32				232/517 - 2/11: Installing method Magnitude>><=
16:56:32				232/517 - 3/11: Installing method Magnitude>>=
16:56:32				232/517 - 4/11: Installing method Magnitude>>>
16:56:32				232/517 - 5/11: Installing method Magnitude>>>=
16:56:32				232/517 - 6/11: Installing method Magnitude>>beBetween:and:
16:56:32				232/517 - 7/11: Installing method Magnitude>>between:and:
16:56:32				232/517 - 8/11: Installing method Magnitude>>hash
16:56:32				232/517 - 9/11: Installing method Magnitude>>max:
16:56:32				232/517 - 10/11: Installing method Magnitude>>min:
16:56:32				232/517 - 11/11: Installing method Magnitude>>min:max:
16:56:32				233/517 - 1/3: Installing method ManifestAnnouncementsCore class>>manuallyResolvedDependencies
16:56:32				233/517 - 2/3: Installing method ManifestAnnouncementsCore class>>ruleBadMessageRule2V1FalsePositive
16:56:32				233/517 - 3/3: Installing method ManifestAnnouncementsCore class>>ruleUsesAddRuleV1FalsePositive
16:56:32				234/517 - 1/2: Installing method ManifestCollectionsAbstract class>>dependencies
16:56:32				234/517 - 2/2: Installing method ManifestCollectionsAbstract class>>packageName
16:56:32				235/517 - 1/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleCollectionProtocolRuleV1FalsePositive
16:56:32				235/517 - 2/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleLiteralArrayContainsSuspiciousTrueFalseOrNilRuleV1FalsePositive
16:56:32				235/517 - 3/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleNotEliminationRuleV1FalsePositive
16:56:32				236/517 - 1/3: Installing method ManifestCollectionsNative class>>dependencies
16:56:32				236/517 - 2/3: Installing method ManifestCollectionsNative class>>manuallyResolvedDependencies
16:56:32				236/517 - 3/3: Installing method ManifestCollectionsNative class>>packageName
16:56:32				237/517 - 1/3: Installing method ManifestCollectionsSequenceable class>>dependencies
16:56:32				237/517 - 2/3: Installing method ManifestCollectionsSequenceable class>>manuallyResolvedDependencies
16:56:32				237/517 - 3/3: Installing method ManifestCollectionsSequenceable class>>packageName
16:56:32				238/517 - 1/2: Installing method ManifestCollectionsStack class>>dependencies
16:56:32				238/517 - 2/2: Installing method ManifestCollectionsStack class>>packageName
16:56:32				239/517 - 1/2: Installing method ManifestCollectionsStreams class>>dependencies
16:56:32				239/517 - 2/2: Installing method ManifestCollectionsStreams class>>packageName
16:56:32				240/517 - 1/2: Installing method ManifestCollectionsStrings class>>dependencies
16:56:32				240/517 - 2/2: Installing method ManifestCollectionsStrings class>>packageName
16:56:32				241/517 - 1/3: Installing method ManifestCollectionsSupport class>>dependencies
16:56:32				241/517 - 2/3: Installing method ManifestCollectionsSupport class>>manuallyResolvedDependencies
16:56:32				241/517 - 3/3: Installing method ManifestCollectionsSupport class>>packageName
16:56:32				242/517 - 1/4: Installing method ManifestCollectionsUnordered class>>dependencies
16:56:32				242/517 - 2/4: Installing method ManifestCollectionsUnordered class>>manuallyResolvedDependencies
16:56:32				242/517 - 3/4: Installing method ManifestCollectionsUnordered class>>packageName
16:56:32				242/517 - 4/4: Installing method ManifestCollectionsUnordered class>>ruleDefinesEqualNotHashRuleV1FalsePositive
16:56:32				243/517 - 1/3: Installing method ManifestCollectionsWeak class>>dependencies
16:56:32				243/517 - 2/3: Installing method ManifestCollectionsWeak class>>manuallyResolvedDependencies
16:56:32				243/517 - 3/3: Installing method ManifestCollectionsWeak class>>packageName
16:56:32				244/517 - 1/1: Installing method ManifestFileSystemPath class>>manuallyResolvedDependencies
16:56:32				245/517 - 1/2: Installing method ManifestFiles class>>manuallyResolvedDependencies
16:56:32				245/517 - 2/2: Installing method ManifestFiles class>>ruleRBClassNameInSelectorRuleV1FalsePositive
16:56:32				246/517 - 1/1: Installing method ManifestHermes class>>manuallyResolvedDependencies
16:56:32				247/517 - 1/8: Installing method ManifestKernel class>>dependencies
16:56:32				247/517 - 2/8: Installing method ManifestKernel class>>ignoredDependencies
16:56:32				247/517 - 3/8: Installing method ManifestKernel class>>manuallyResolvedDependencies
16:56:32				247/517 - 4/8: Installing method ManifestKernel class>>packageName
16:56:32				247/517 - 5/8: Installing method ManifestKernel class>>ruleRBBadMessageRuleV1FalsePositive
16:56:32				247/517 - 6/8: Installing method ManifestKernel class>>ruleRBClassNameInSelectorRuleV1FalsePositive
16:56:32				247/517 - 7/8: Installing method ManifestKernel class>>ruleRBRefersToClassRuleV1FalsePositive
16:56:32				247/517 - 8/8: Installing method ManifestKernel class>>ruleReDeadMethodV1FalsePositive
16:56:32				248/517 - 1/1: Installing method ManifestKernelCodeModel class>>manuallyResolvedDependencies
16:56:32				250/517 - 1/3: Installing method ManifestPharoBootstrapInitialization class>>ignoredDependencies
16:56:32				250/517 - 2/3: Installing method ManifestPharoBootstrapInitialization class>>manuallyResolvedDependencies
16:56:32				250/517 - 3/3: Installing method ManifestPharoBootstrapInitialization class>>packageName
16:56:32				252/517 - 1/1: Installing method ManifestSystemBasicCommandLineHandler class>>manuallyResolvedDependencies
16:56:32				253/517 - 1/1: Installing method ManifestSystemCommandLine class>>manuallyResolvedDependencies
16:56:32				254/517 - 1/2: Installing method ManifestSystemCommandLineHandler class>>ignoredDependencies
16:56:32				254/517 - 2/2: Installing method ManifestSystemCommandLineHandler class>>manuallyResolvedDependencies
16:56:33				256/517 - 1/1: Installing method ManifestSystemPlatforms class>>manuallyResolvedDependencies
16:56:33				257/517 - 1/1: Installing method ManifestSystemSessionManager class>>manuallyResolvedDependencies
16:56:33				258/517 - 1/1: Installing method ManifestSystemSources class>>manuallyResolvedDependencies
16:56:33				259/517 - 1/6: Installing method ManifestSystemSupport class>>ignoredDependencies
16:56:33				259/517 - 2/6: Installing method ManifestSystemSupport class>>manuallyResolvedDependencies
16:56:33				259/517 - 3/6: Installing method ManifestSystemSupport class>>ruleBadMessageRule2V1FalsePositive
16:56:33				259/517 - 4/6: Installing method ManifestSystemSupport class>>ruleClassNameInSelectorRuleV1FalsePositive
16:56:33				259/517 - 5/6: Installing method ManifestSystemSupport class>>ruleInconsistentMethodClassificationRuleV1FalsePositive
16:56:33				259/517 - 6/6: Installing method ManifestSystemSupport class>>ruleUtilityMethodsRuleV1FalsePositive
16:56:33				260/517 - 1/1: Installing method ManifestTranscriptNonInteractive class>>manuallyResolvedDependencies
16:56:33				261/517 - 1/2: Installing method ManifestUIManager class>>ignoredDependencies
16:56:33				261/517 - 2/2: Installing method ManifestUIManager class>>manuallyResolvedDependencies
16:56:33				262/517 - 1/20: Installing method Message>>analogousCodeTo:
16:56:33				262/517 - 2/20: Installing method Message>>argument
16:56:33				262/517 - 3/20: Installing method Message>>argument:
16:56:33				262/517 - 4/20: Installing method Message>>arguments
16:56:33				262/517 - 5/20: Installing method Message>>arguments:
16:56:33				262/517 - 6/20: Installing method Message>>asSendTo:
16:56:33				262/517 - 7/20: Installing method Message>>hasArguments
16:56:33				262/517 - 8/20: Installing method Message>>lookupClass
16:56:33				262/517 - 9/20: Installing method Message>>lookupClass:
16:56:33				262/517 - 10/20: Installing method Message>>message
16:56:33				262/517 - 11/20: Installing method Message>>numArgs
16:56:33				262/517 - 12/20: Installing method Message>>printOn:
16:56:33				262/517 - 13/20: Installing method Message>>selector
16:56:33				262/517 - 14/20: Installing method Message>>selector:
16:56:33				262/517 - 15/20: Installing method Message>>sendTo:
16:56:33				262/517 - 16/20: Installing method Message>>sends:
16:56:33				262/517 - 17/20: Installing method Message>>sentTo:
16:56:33				262/517 - 18/20: Installing method Message>>setSelector:
16:56:33				262/517 - 19/20: Installing method Message>>setSelector:arguments:
16:56:33				262/517 - 20/20: Installing method Message>>storeOn:
16:56:33				262/517 - 1/3: Installing method Message class>>selector:
16:56:33				262/517 - 2/3: Installing method Message class>>selector:argument:
16:56:33				262/517 - 3/3: Installing method Message class>>selector:arguments:
16:56:33				263/517 - 1/10: Installing method MessageNotUnderstood>>defaultAction
16:56:33				263/517 - 2/10: Installing method MessageNotUnderstood>>description
16:56:33				263/517 - 3/10: Installing method MessageNotUnderstood>>initialize
16:56:33				263/517 - 4/10: Installing method MessageNotUnderstood>>isResumable
16:56:33				263/517 - 5/10: Installing method MessageNotUnderstood>>message
16:56:33				263/517 - 6/10: Installing method MessageNotUnderstood>>message:
16:56:33				263/517 - 7/10: Installing method MessageNotUnderstood>>messageText
16:56:33				263/517 - 8/10: Installing method MessageNotUnderstood>>reachedDefaultHandler
16:56:33				263/517 - 9/10: Installing method MessageNotUnderstood>>receiver
16:56:33				263/517 - 10/10: Installing method MessageNotUnderstood>>receiver:
16:56:33				264/517 - 1/20: Installing method MessageSend>>=
16:56:33				264/517 - 2/20: Installing method MessageSend>>asMinimalRepresentation
16:56:33				264/517 - 3/20: Installing method MessageSend>>asWeakMessageSend
16:56:33				264/517 - 4/20: Installing method MessageSend>>collectArguments:
16:56:33				264/517 - 5/20: Installing method MessageSend>>cull:
16:56:33				264/517 - 6/20: Installing method MessageSend>>cull:cull:
16:56:33				264/517 - 7/20: Installing method MessageSend>>cull:cull:cull:
16:56:33				264/517 - 8/20: Installing method MessageSend>>hash
16:56:33				264/517 - 9/20: Installing method MessageSend>>isMessageSend
16:56:33				264/517 - 10/20: Installing method MessageSend>>isValid
16:56:34				264/517 - 11/20: Installing method MessageSend>>message
16:56:34				264/517 - 12/20: Installing method MessageSend>>printOn:
16:56:34				264/517 - 13/20: Installing method MessageSend>>receiver
16:56:34				264/517 - 14/20: Installing method MessageSend>>receiver:
16:56:34				264/517 - 15/20: Installing method MessageSend>>value
16:56:34				264/517 - 16/20: Installing method MessageSend>>value:
16:56:34				264/517 - 17/20: Installing method MessageSend>>value:value:
16:56:34				264/517 - 18/20: Installing method MessageSend>>value:value:value:
16:56:34				264/517 - 19/20: Installing method MessageSend>>valueWithArguments:
16:56:34				264/517 - 20/20: Installing method MessageSend>>valueWithEnoughArguments:
16:56:34				264/517 - 1/4: Installing method MessageSend class>>message:to:
16:56:34				264/517 - 2/4: Installing method MessageSend class>>receiver:selector:
16:56:34				264/517 - 3/4: Installing method MessageSend class>>receiver:selector:argument:
16:56:34				264/517 - 4/4: Installing method MessageSend class>>receiver:selector:arguments:
16:56:34				265/517 - 1/53: Installing method Metaclass>><<
16:56:34				265/517 - 2/53: Installing method Metaclass>>addInstVarNamed:
16:56:34				265/517 - 3/53: Installing method Metaclass>>addObsoleteSubclass:
16:56:34				265/517 - 4/53: Installing method Metaclass>>addSlot:
16:56:34				265/517 - 5/53: Installing method Metaclass>>addSubclass:
16:56:34				265/517 - 6/53: Installing method Metaclass>>binding
16:56:34				265/517 - 7/53: Installing method Metaclass>>bindingOf:
16:56:34				265/517 - 8/53: Installing method Metaclass>>category
16:56:34				265/517 - 9/53: Installing method Metaclass>>classPool
16:56:34				265/517 - 10/53: Installing method Metaclass>>classSide
16:56:34				265/517 - 11/53: Installing method Metaclass>>classVarNames
16:56:34				265/517 - 12/53: Installing method Metaclass>>classVariables
16:56:34				265/517 - 13/53: Installing method Metaclass>>comment
16:56:34				265/517 - 14/53: Installing method Metaclass>>comment:
16:56:34				265/517 - 15/53: Installing method Metaclass>>comment:stamp:
16:56:34				265/517 - 16/53: Installing method Metaclass>>commentSourcePointer
16:56:34				265/517 - 17/53: Installing method Metaclass>>commentSourcePointer:
16:56:34				265/517 - 18/53: Installing method Metaclass>>commentStamp
16:56:34				265/517 - 19/53: Installing method Metaclass>>commentStamp:
16:56:34				265/517 - 20/53: Installing method Metaclass>>environment
16:56:34				265/517 - 21/53: Installing method Metaclass>>expandedDefinitionStringFor:
16:56:34				265/517 - 22/53: Installing method Metaclass>>hasBindingThatBeginsWith:
16:56:34				265/517 - 23/53: Installing method Metaclass>>hasClassSide
16:56:34				265/517 - 24/53: Installing method Metaclass>>hasClassVarNamed:
16:56:34				265/517 - 25/53: Installing method Metaclass>>hasComment
16:56:34				265/517 - 26/53: Installing method Metaclass>>innerBindingOf:
16:56:34				265/517 - 27/53: Installing method Metaclass>>instanceSide
16:56:34				265/517 - 28/53: Installing method Metaclass>>instanceVariableNames:
16:56:34				265/517 - 29/53: Installing method Metaclass>>isAnonymous
16:56:34				265/517 - 30/53: Installing method Metaclass>>isClass
16:56:34				265/517 - 31/53: Installing method Metaclass>>isMeta
16:56:34				265/517 - 32/53: Installing method Metaclass>>isMetaclassOfClassOrNil
16:56:34				265/517 - 33/53: Installing method Metaclass>>isObsolete
16:56:34				265/517 - 34/53: Installing method Metaclass>>isReferenced
16:56:34				265/517 - 35/53: Installing method Metaclass>>isSelfEvaluating
16:56:34				265/517 - 36/53: Installing method Metaclass>>isUsed
16:56:34				265/517 - 37/53: Installing method Metaclass>>name
16:56:34				265/517 - 38/53: Installing method Metaclass>>new
16:56:34				265/517 - 39/53: Installing method Metaclass>>newAnonymousSubclass
16:56:34				265/517 - 40/53: Installing method Metaclass>>obsoleteSubclasses
16:56:34				265/517 - 41/53: Installing method Metaclass>>package
16:56:34				265/517 - 42/53: Installing method Metaclass>>packageTag
16:56:34				265/517 - 43/53: Installing method Metaclass>>possibleVariablesFor:continuedFrom:
16:56:34				265/517 - 44/53: Installing method Metaclass>>postCopy
16:56:34				265/517 - 45/53: Installing method Metaclass>>removeSlot:
16:56:34				265/517 - 46/53: Installing method Metaclass>>removeSubclass:
16:56:34				265/517 - 47/53: Installing method Metaclass>>sharedPoolNames
16:56:34				265/517 - 48/53: Installing method Metaclass>>slots:
16:56:34				265/517 - 49/53: Installing method Metaclass>>soleInstance
16:56:34				265/517 - 50/53: Installing method Metaclass>>sourceCodeTemplate
16:56:34				265/517 - 51/53: Installing method Metaclass>>subclasses
16:56:34				265/517 - 52/53: Installing method Metaclass>>subclassesDo:
16:56:34				265/517 - 53/53: Installing method Metaclass>>veryDeepCopyWith:
16:56:34				266/517 - 1/1: Installing method MethodAdded>>methodAdded
16:56:34				266/517 - 1/1: Installing method MethodAdded class>>method:
16:56:35				267/517 - 1/12: Installing method MethodAnnouncement>>classAffected
16:56:35				267/517 - 2/12: Installing method MethodAnnouncement>>isProvidedByExtension
16:56:35				267/517 - 3/12: Installing method MethodAnnouncement>>method
16:56:35				267/517 - 4/12: Installing method MethodAnnouncement>>method:
16:56:35				267/517 - 5/12: Installing method MethodAnnouncement>>methodAffected
16:56:35				267/517 - 6/12: Installing method MethodAnnouncement>>methodClass
16:56:35				267/517 - 7/12: Installing method MethodAnnouncement>>methodOrigin
16:56:35				267/517 - 8/12: Installing method MethodAnnouncement>>methodPackage
16:56:35				267/517 - 9/12: Installing method MethodAnnouncement>>packagesAffected
16:56:35				267/517 - 10/12: Installing method MethodAnnouncement>>protocol
16:56:35				267/517 - 11/12: Installing method MethodAnnouncement>>protocolsAffected
16:56:35				267/517 - 12/12: Installing method MethodAnnouncement>>selector
16:56:35				268/517 - 1/23: Installing method MethodDictionary>>add:
16:56:35				268/517 - 2/23: Installing method MethodDictionary>>associationAt:ifAbsent:
16:56:35				268/517 - 3/23: Installing method MethodDictionary>>associationsDo:
16:56:35				268/517 - 4/23: Installing method MethodDictionary>>at:ifAbsent:
16:56:35				268/517 - 5/23: Installing method MethodDictionary>>at:ifPresent:
16:56:35				268/517 - 6/23: Installing method MethodDictionary>>at:put:
16:56:35				268/517 - 7/23: Installing method MethodDictionary>>compact
16:56:35				268/517 - 8/23: Installing method MethodDictionary>>compactWithoutBecome
16:56:35				268/517 - 9/23: Installing method MethodDictionary>>fixCollisionsFrom:
16:56:35				268/517 - 10/23: Installing method MethodDictionary>>grow
16:56:35				268/517 - 11/23: Installing method MethodDictionary>>isHealthy
16:56:35				268/517 - 12/23: Installing method MethodDictionary>>keyAtIdentityValue:ifAbsent:
16:56:35				268/517 - 13/23: Installing method MethodDictionary>>keyAtValue:ifAbsent:
16:56:35				268/517 - 14/23: Installing method MethodDictionary>>keysAndValuesDo:
16:56:35				268/517 - 15/23: Installing method MethodDictionary>>keysDo:
16:56:35				268/517 - 16/23: Installing method MethodDictionary>>postCopy
16:56:35				268/517 - 17/23: Installing method MethodDictionary>>rehash
16:56:35				268/517 - 18/23: Installing method MethodDictionary>>removeAll
16:56:35				268/517 - 19/23: Installing method MethodDictionary>>removeDangerouslyKey:ifAbsent:
16:56:35				268/517 - 20/23: Installing method MethodDictionary>>removeKey:ifAbsent:
16:56:35				268/517 - 21/23: Installing method MethodDictionary>>scanFor:
16:56:35				268/517 - 22/23: Installing method MethodDictionary>>swap:with:
16:56:35				268/517 - 23/23: Installing method MethodDictionary>>valuesDo:
16:56:35				268/517 - 1/5: Installing method MethodDictionary class>>compactAllInstances
16:56:35				268/517 - 2/5: Installing method MethodDictionary class>>new
16:56:35				268/517 - 3/5: Installing method MethodDictionary class>>new:
16:56:35				268/517 - 4/5: Installing method MethodDictionary class>>newForCapacity:
16:56:35				268/517 - 5/5: Installing method MethodDictionary class>>sizeFor:
16:56:35				269/517 - 1/6: Installing method MethodModified>>newMethod
16:56:35				269/517 - 2/6: Installing method MethodModified>>newProtocol
16:56:35				269/517 - 3/6: Installing method MethodModified>>oldMethod
16:56:35				269/517 - 4/6: Installing method MethodModified>>oldMethod:
16:56:35				269/517 - 5/6: Installing method MethodModified>>oldProtocol
16:56:35				269/517 - 6/6: Installing method MethodModified>>oldProtocol:
16:56:35				269/517 - 1/1: Installing method MethodModified class>>methodChangedFrom:to:oldProtocol:
16:56:35				270/517 - 1/5: Installing method MethodRecategorized>>methodRecategorized
16:56:35				270/517 - 2/5: Installing method MethodRecategorized>>newProtocol
16:56:35				270/517 - 3/5: Installing method MethodRecategorized>>oldProtocol
16:56:35				270/517 - 4/5: Installing method MethodRecategorized>>oldProtocol:
16:56:35				270/517 - 5/5: Installing method MethodRecategorized>>protocolsAffected
16:56:35				270/517 - 1/1: Installing method MethodRecategorized class>>method:oldProtocol:
16:56:35				271/517 - 1/3: Installing method MethodRemoved>>methodOrigin
16:56:35				271/517 - 2/3: Installing method MethodRemoved>>methodOrigin:
16:56:35				271/517 - 3/3: Installing method MethodRemoved>>methodRemoved
16:56:35				271/517 - 1/1: Installing method MethodRemoved class>>methodRemoved:origin:
16:56:35				272/517 - 1/6: Installing method MethodRepackaged>>methodRepackaged
16:56:35				272/517 - 2/6: Installing method MethodRepackaged>>newPackage
16:56:35				272/517 - 3/6: Installing method MethodRepackaged>>newPackage:
16:56:35				272/517 - 4/6: Installing method MethodRepackaged>>oldPackage
16:56:36				272/517 - 5/6: Installing method MethodRepackaged>>oldPackage:
16:56:36				272/517 - 6/6: Installing method MethodRepackaged>>packagesAffected
16:56:36				272/517 - 1/1: Installing method MethodRepackaged class>>methodRepackaged:oldPackage:newPackage:
16:56:36				273/517 - 1/14: Installing method ModificationForbidden>>fieldIndex
16:56:36				273/517 - 2/14: Installing method ModificationForbidden>>fieldIndex:
16:56:36				273/517 - 3/14: Installing method ModificationForbidden>>indexedMessageText
16:56:36				273/517 - 4/14: Installing method ModificationForbidden>>messageText
16:56:36				273/517 - 5/14: Installing method ModificationForbidden>>newValue
16:56:36				273/517 - 6/14: Installing method ModificationForbidden>>newValue:
16:56:36				273/517 - 7/14: Installing method ModificationForbidden>>nonIndexedMessageText
16:56:36				273/517 - 8/14: Installing method ModificationForbidden>>object
16:56:36				273/517 - 9/14: Installing method ModificationForbidden>>object:
16:56:36				273/517 - 10/14: Installing method ModificationForbidden>>printObject:on:
16:56:36				273/517 - 11/14: Installing method ModificationForbidden>>retryModification
16:56:36				273/517 - 12/14: Installing method ModificationForbidden>>retrySelector
16:56:36				273/517 - 13/14: Installing method ModificationForbidden>>retrySelector:
16:56:36				273/517 - 14/14: Installing method ModificationForbidden>>standardMessageText
16:56:36				273/517 - 1/1: Installing method ModificationForbidden class>>for:at:with:retrySelector:
16:56:36				274/517 - 1/40: Installing method Monitor>>checkOwnerProcess
16:56:36				274/517 - 2/40: Installing method Monitor>>cleanup
16:56:36				274/517 - 3/40: Installing method Monitor>>critical:
16:56:36				274/517 - 4/40: Installing method Monitor>>defaultQueue
16:56:36				274/517 - 5/40: Installing method Monitor>>enter
16:56:36				274/517 - 6/40: Installing method Monitor>>exit
16:56:36				274/517 - 7/40: Installing method Monitor>>exitAndWaitInQueue:maxMilliseconds:
16:56:36				274/517 - 8/40: Installing method Monitor>>initialize
16:56:36				274/517 - 9/40: Installing method Monitor>>isOwnerProcess
16:56:36				274/517 - 10/40: Installing method Monitor>>privateCleanup
16:56:36				274/517 - 11/40: Installing method Monitor>>queueDict
16:56:36				274/517 - 12/40: Installing method Monitor>>queueFor:
16:56:36				274/517 - 13/40: Installing method Monitor>>signal
16:56:36				274/517 - 14/40: Installing method Monitor>>signal:
16:56:36				274/517 - 15/40: Installing method Monitor>>signalAll
16:56:36				274/517 - 16/40: Installing method Monitor>>signalAll:
16:56:36				274/517 - 17/40: Installing method Monitor>>signalAllInQueue:
16:56:36				274/517 - 18/40: Installing method Monitor>>signalLock:inQueue:
16:56:36				274/517 - 19/40: Installing method Monitor>>signalQueue:
16:56:36				274/517 - 20/40: Installing method Monitor>>signalReallyAll
16:56:36				274/517 - 21/40: Installing method Monitor>>wait
16:56:36				274/517 - 22/40: Installing method Monitor>>waitFor:
16:56:36				274/517 - 23/40: Installing method Monitor>>waitFor:maxMilliseconds:
16:56:36				274/517 - 24/40: Installing method Monitor>>waitFor:maxSeconds:
16:56:36				274/517 - 25/40: Installing method Monitor>>waitInQueue:maxMilliseconds:
16:56:36				274/517 - 26/40: Installing method Monitor>>waitMaxMilliseconds:
16:56:36				274/517 - 27/40: Installing method Monitor>>waitMaxSeconds:
16:56:36				274/517 - 28/40: Installing method Monitor>>waitUntil:
16:56:36				274/517 - 29/40: Installing method Monitor>>waitUntil:for:
16:56:36				274/517 - 30/40: Installing method Monitor>>waitUntil:for:maxMilliseconds:
16:56:36				274/517 - 31/40: Installing method Monitor>>waitUntil:for:maxSeconds:
16:56:36				274/517 - 32/40: Installing method Monitor>>waitUntil:maxMilliseconds:
16:56:36				274/517 - 33/40: Installing method Monitor>>waitUntil:maxSeconds:
16:56:36				274/517 - 34/40: Installing method Monitor>>waitWhile:
16:56:36				274/517 - 35/40: Installing method Monitor>>waitWhile:for:
16:56:36				274/517 - 36/40: Installing method Monitor>>waitWhile:for:maxMilliseconds:
16:56:36				274/517 - 37/40: Installing method Monitor>>waitWhile:for:maxSeconds:
16:56:36				274/517 - 38/40: Installing method Monitor>>waitWhile:inQueue:maxMilliseconds:
16:56:36				274/517 - 39/40: Installing method Monitor>>waitWhile:maxMilliseconds:
16:56:36				274/517 - 40/40: Installing method Monitor>>waitWhile:maxSeconds:
16:56:36				275/517 - 1/2: Installing method MonitorDelay>>setDelay:forSemaphore:monitor:queue:
16:56:36				275/517 - 2/2: Installing method MonitorDelay>>timingPrioritySignalExpired
16:56:37				275/517 - 1/1: Installing method MonitorDelay class>>signalLock:afterMSecs:inMonitor:queue:
16:56:37				276/517 - 1/2: Installing method Mutex>>critical:
16:56:37				276/517 - 2/2: Installing method Mutex>>initialize
16:56:37				277/517 - 1/3: Installing method MutexSet>>critical:
16:56:37				277/517 - 2/3: Installing method MutexSet>>pvtCritical:startingAt:
16:56:37				277/517 - 3/3: Installing method MutexSet>>withAll:
16:56:37				277/517 - 1/1: Installing method MutexSet class>>withAll:
16:56:37				278/517 - 1/5: Installing method NewUndeclaredWarning>>messageText
16:56:37				278/517 - 2/5: Installing method NewUndeclaredWarning>>originName
16:56:37				278/517 - 3/5: Installing method NewUndeclaredWarning>>originName:
16:56:37				278/517 - 4/5: Installing method NewUndeclaredWarning>>undeclaredName
16:56:37				278/517 - 5/5: Installing method NewUndeclaredWarning>>undeclaredName:
16:56:37				278/517 - 1/1: Installing method NewUndeclaredWarning class>>signal:in:
16:56:37				279/517 - 1/2: Installing method NoChangesLog>>logChange:
16:56:37				279/517 - 2/2: Installing method NoChangesLog>>logSnapshot:andQuit:
16:56:37				279/517 - 1/1: Installing method NoChangesLog class>>install
16:56:37				280/517 - 1/2: Installing method NoPharoFilesOpener>>changesFileOrNil
16:56:37				280/517 - 2/2: Installing method NoPharoFilesOpener>>sourcesFileOrNil
16:56:37				280/517 - 1/1: Installing method NoPharoFilesOpener class>>install
16:56:37				281/517 - 1/3: Installing method NonBooleanReceiver>>isResumable
16:56:37				281/517 - 2/3: Installing method NonBooleanReceiver>>object
16:56:37				281/517 - 3/3: Installing method NonBooleanReceiver>>object:
16:56:37				281/517 - 1/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler
16:56:37				281/517 - 2/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler:
16:56:37				282/517 - 1/26: Installing method NonInteractiveTranscript>><<
16:56:37				282/517 - 2/26: Installing method NonInteractiveTranscript>>clear
16:56:37				282/517 - 3/26: Installing method NonInteractiveTranscript>>close
16:56:37				282/517 - 4/26: Installing method NonInteractiveTranscript>>cr
16:56:37				282/517 - 5/26: Installing method NonInteractiveTranscript>>crShow:
16:56:37				282/517 - 6/26: Installing method NonInteractiveTranscript>>critical:
16:56:37				282/517 - 7/26: Installing method NonInteractiveTranscript>>endEntry
16:56:37				282/517 - 8/26: Installing method NonInteractiveTranscript>>fileName
16:56:37				282/517 - 9/26: Installing method NonInteractiveTranscript>>fileName:
16:56:37				282/517 - 10/26: Installing method NonInteractiveTranscript>>flush
16:56:37				282/517 - 11/26: Installing method NonInteractiveTranscript>>initialize
16:56:37				282/517 - 12/26: Installing method NonInteractiveTranscript>>initializeStream
16:56:37				282/517 - 13/26: Installing method NonInteractiveTranscript>>install
16:56:37				282/517 - 14/26: Installing method NonInteractiveTranscript>>isSelfEvaluating
16:56:37				282/517 - 15/26: Installing method NonInteractiveTranscript>>isStderr
16:56:37				282/517 - 16/26: Installing method NonInteractiveTranscript>>isStdout
16:56:37				282/517 - 17/26: Installing method NonInteractiveTranscript>>newLine
16:56:37				282/517 - 18/26: Installing method NonInteractiveTranscript>>nextPut:
16:56:37				282/517 - 19/26: Installing method NonInteractiveTranscript>>nextPutAll:
16:56:37				282/517 - 20/26: Installing method NonInteractiveTranscript>>print:
16:56:37				282/517 - 21/26: Installing method NonInteractiveTranscript>>printOn:
16:56:37				282/517 - 22/26: Installing method NonInteractiveTranscript>>show:
16:56:37				282/517 - 23/26: Installing method NonInteractiveTranscript>>space
16:56:37				282/517 - 24/26: Installing method NonInteractiveTranscript>>stepGlobal
16:56:37				282/517 - 25/26: Installing method NonInteractiveTranscript>>stream
16:56:37				282/517 - 26/26: Installing method NonInteractiveTranscript>>tab
16:56:38				282/517 - 1/8: Installing method NonInteractiveTranscript class>>defaultLogFileName
16:56:38				282/517 - 2/8: Installing method NonInteractiveTranscript class>>file
16:56:38				282/517 - 3/8: Installing method NonInteractiveTranscript class>>initialize
16:56:38				282/517 - 4/8: Installing method NonInteractiveTranscript class>>isInstalled
16:56:38				282/517 - 5/8: Installing method NonInteractiveTranscript class>>onFileNamed:
16:56:38				282/517 - 6/8: Installing method NonInteractiveTranscript class>>shutDown
16:56:38				282/517 - 7/8: Installing method NonInteractiveTranscript class>>stderr
16:56:38				282/517 - 8/8: Installing method NonInteractiveTranscript class>>stdout
16:56:38				283/517 - 1/23: Installing method NonInteractiveUIManager>>chooseDirectory:from:
16:56:38				283/517 - 2/23: Installing method NonInteractiveUIManager>>chooseFrom:lines:title:
16:56:38				283/517 - 3/23: Installing method NonInteractiveUIManager>>chooseFrom:values:lines:title:
16:56:38				283/517 - 4/23: Installing method NonInteractiveUIManager>>chooseFullFileNameMatching:label:
16:56:38				283/517 - 5/23: Installing method NonInteractiveUIManager>>chooseOrRequestFrom:values:lines:title:
16:56:38				283/517 - 6/23: Installing method NonInteractiveUIManager>>confirm:
16:56:38				283/517 - 7/23: Installing method NonInteractiveUIManager>>confirm:label:
16:56:38				283/517 - 8/23: Installing method NonInteractiveUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
16:56:38				283/517 - 9/23: Installing method NonInteractiveUIManager>>confirm:orCancel:
16:56:38				283/517 - 10/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:
16:56:38				283/517 - 11/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
16:56:38				283/517 - 12/23: Installing method NonInteractiveUIManager>>debugProcess:context:label:fullView:notification:
16:56:38				283/517 - 13/23: Installing method NonInteractiveUIManager>>edit:label:accept:
16:56:38				283/517 - 14/23: Installing method NonInteractiveUIManager>>multiLineRequest:initialAnswer:answerHeight:
16:56:38				283/517 - 15/23: Installing method NonInteractiveUIManager>>nonInteractiveManager
16:56:38				283/517 - 16/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:
16:56:38				283/517 - 17/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:title:
16:56:38				283/517 - 18/23: Installing method NonInteractiveUIManager>>nonInteractiveWarning:
16:56:38				283/517 - 19/23: Installing method NonInteractiveUIManager>>request:initialAnswer:
16:56:38				283/517 - 20/23: Installing method NonInteractiveUIManager>>request:initialAnswer:entryCompletion:
16:56:38				283/517 - 21/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:
16:56:38				283/517 - 22/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:entryCompletion:
16:56:38				283/517 - 23/23: Installing method NonInteractiveUIManager>>requestPassword:
16:56:38				283/517 - 1/1: Installing method NonInteractiveUIManager class>>isValidForCurrentSystemConfiguration
16:56:38				284/517 - 1/6: Installing method NotFound>>collection
16:56:38				284/517 - 2/6: Installing method NotFound>>collection:
16:56:38				284/517 - 3/6: Installing method NotFound>>messageText
16:56:38				284/517 - 4/6: Installing method NotFound>>object
16:56:38				284/517 - 5/6: Installing method NotFound>>object:
16:56:38				284/517 - 6/6: Installing method NotFound>>standardMessageText
16:56:38				284/517 - 1/2: Installing method NotFound class>>signalFor:
16:56:38				284/517 - 2/2: Installing method NotFound class>>signalFor:in:
16:56:38				285/517 - 1/1: Installing method NotYetImplemented>>standardMessageText
16:56:38				286/517 - 1/1: Installing method Notification>>defaultAction
16:56:39				287/517 - 1/10: Installing method NullFFIBackend>>allocate:
16:56:39				287/517 - 2/10: Installing method NullFFIBackend>>free:
16:56:39				287/517 - 3/10: Installing method NullFFIBackend>>integerOfObject:at:put:size:signed:
16:56:39				287/517 - 4/10: Installing method NullFFIBackend>>integerOfObject:at:size:signed:
16:56:39				287/517 - 5/10: Installing method NullFFIBackend>>loadSymbol:module:
16:56:39				287/517 - 6/10: Installing method NullFFIBackend>>lookupCallbackByAddress:
16:56:39				287/517 - 7/10: Installing method NullFFIBackend>>on:float32At:
16:56:39				287/517 - 8/10: Installing method NullFFIBackend>>on:float32At:put:
16:56:39				287/517 - 9/10: Installing method NullFFIBackend>>on:float64At:
16:56:39				287/517 - 10/10: Installing method NullFFIBackend>>on:float64At:put:
16:56:39				287/517 - 1/2: Installing method NullFFIBackend class>>isAvailable
16:56:39				287/517 - 2/2: Installing method NullFFIBackend class>>priority
16:56:39				288/517 - 1/32: Installing method NullStream>>ascii
16:56:39				288/517 - 2/32: Installing method NullStream>>atEnd
16:56:39				288/517 - 3/32: Installing method NullStream>>binary
16:56:39				288/517 - 4/32: Installing method NullStream>>collectionSpecies
16:56:39				288/517 - 5/32: Installing method NullStream>>contents
16:56:39				288/517 - 6/32: Installing method NullStream>>cr
16:56:39				288/517 - 7/32: Installing method NullStream>>element
16:56:39				288/517 - 8/32: Installing method NullStream>>initialize
16:56:39				288/517 - 9/32: Installing method NullStream>>isBinary
16:56:39				288/517 - 10/32: Installing method NullStream>>isEmpty
16:56:39				288/517 - 11/32: Installing method NullStream>>lf
16:56:39				288/517 - 12/32: Installing method NullStream>>next
16:56:39				288/517 - 13/32: Installing method NullStream>>next:
16:56:39				288/517 - 14/32: Installing method NullStream>>next:into:
16:56:39				288/517 - 15/32: Installing method NullStream>>next:into:startingAt:
16:56:39				288/517 - 16/32: Installing method NullStream>>next:putAll:
16:56:39				288/517 - 17/32: Installing method NullStream>>next:putAll:startingAt:
16:56:39				288/517 - 18/32: Installing method NullStream>>nextInto:
16:56:39				288/517 - 19/32: Installing method NullStream>>nextInto:startingAt:
16:56:39				288/517 - 20/32: Installing method NullStream>>nextPut:
16:56:39				288/517 - 21/32: Installing method NullStream>>nextPutAll:
16:56:39				288/517 - 22/32: Installing method NullStream>>peek
16:56:39				288/517 - 23/32: Installing method NullStream>>peekLast
16:56:39				288/517 - 24/32: Installing method NullStream>>position
16:56:39				288/517 - 25/32: Installing method NullStream>>position:
16:56:39				288/517 - 26/32: Installing method NullStream>>positionError
16:56:39				288/517 - 27/32: Installing method NullStream>>printOn:
16:56:39				288/517 - 28/32: Installing method NullStream>>readInto:startingAt:count:
16:56:39				288/517 - 29/32: Installing method NullStream>>reset
16:56:39				288/517 - 30/32: Installing method NullStream>>skip:
16:56:39				288/517 - 31/32: Installing method NullStream>>space
16:56:39				288/517 - 32/32: Installing method NullStream>>tab
16:56:39				288/517 - 1/1: Installing method NullStream class>>new
16:56:39				289/517 - 1/2: Installing method NullTermInfo>>on:
16:56:39				289/517 - 2/2: Installing method NullTermInfo>>set:
16:56:40				290/517 - 1/63: Installing method Number>>*
16:56:40				290/517 - 2/63: Installing method Number>>+
16:56:40				290/517 - 3/63: Installing method Number>>-
16:56:40				290/517 - 4/63: Installing method Number>>/
16:56:40				290/517 - 5/63: Installing method Number>>//
16:56:40				290/517 - 6/63: Installing method Number>>@
16:56:40				290/517 - 7/63: Installing method Number>>\\
16:56:40				290/517 - 8/63: Installing method Number>>abs
16:56:40				290/517 - 9/63: Installing method Number>>adaptToFloat:andCompare:
16:56:40				290/517 - 10/63: Installing method Number>>adaptToFloat:andSend:
16:56:40				290/517 - 11/63: Installing method Number>>adaptToFraction:andSend:
16:56:40				290/517 - 12/63: Installing method Number>>adaptToInteger:andSend:
16:56:40				290/517 - 13/63: Installing method Number>>addAssignToFloatArray:
16:56:40				290/517 - 14/63: Installing method Number>>asFloat
16:56:40				290/517 - 15/63: Installing method Number>>asFraction
16:56:40				290/517 - 16/63: Installing method Number>>asInteger
16:56:40				290/517 - 17/63: Installing method Number>>asNumber
16:56:40				290/517 - 18/63: Installing method Number>>asPoint
16:56:40				290/517 - 19/63: Installing method Number>>asScaledDecimal
16:56:40				290/517 - 20/63: Installing method Number>>asScaledDecimal:
16:56:40				290/517 - 21/63: Installing method Number>>asSmallAngleDegrees
16:56:40				290/517 - 22/63: Installing method Number>>asSmallPositiveDegrees
16:56:40				290/517 - 23/63: Installing method Number>>ceiling
16:56:40				290/517 - 24/63: Installing method Number>>clampBetween:and:
16:56:40				290/517 - 25/63: Installing method Number>>copySignTo:
16:56:40				290/517 - 26/63: Installing method Number>>detentBy:atMultiplesOf:snap:
16:56:40				290/517 - 27/63: Installing method Number>>exp
16:56:40				290/517 - 28/63: Installing method Number>>floor
16:56:40				290/517 - 29/63: Installing method Number>>fractionPart
16:56:40				290/517 - 30/63: Installing method Number>>integerPart
16:56:40				290/517 - 31/63: Installing method Number>>isInfinite
16:56:40				290/517 - 32/63: Installing method Number>>isNaN
16:56:40				290/517 - 33/63: Installing method Number>>isNumber
16:56:40				290/517 - 34/63: Installing method Number>>isPowerOfTwo
16:56:40				290/517 - 35/63: Installing method Number>>isZero
16:56:40				290/517 - 36/63: Installing method Number>>negated
16:56:40				290/517 - 37/63: Installing method Number>>negative
16:56:40				290/517 - 38/63: Installing method Number>>positive
16:56:41				290/517 - 39/63: Installing method Number>>printOn:
16:56:41				290/517 - 40/63: Installing method Number>>printString
16:56:41				290/517 - 41/63: Installing method Number>>printStringBase:
16:56:41				290/517 - 42/63: Installing method Number>>quo:
16:56:41				290/517 - 43/63: Installing method Number>>raisedTo:
16:56:41				290/517 - 44/63: Installing method Number>>raisedToFraction:
16:56:41				290/517 - 45/63: Installing method Number>>raisedToInteger:
16:56:41				290/517 - 46/63: Installing method Number>>reciprocal
16:56:41				290/517 - 47/63: Installing method Number>>reduce
16:56:41				290/517 - 48/63: Installing method Number>>rem:
16:56:41				290/517 - 49/63: Installing method Number>>round:
16:56:41				290/517 - 50/63: Installing method Number>>roundDownTo:
16:56:41				290/517 - 51/63: Installing method Number>>roundTo:
16:56:41				290/517 - 52/63: Installing method Number>>roundUpTo:
16:56:41				290/517 - 53/63: Installing method Number>>rounded
16:56:41				290/517 - 54/63: Installing method Number>>sign
16:56:41				290/517 - 55/63: Installing method Number>>sign:
16:56:41				290/517 - 56/63: Installing method Number>>signBit
16:56:41				290/517 - 57/63: Installing method Number>>strictlyPositive
16:56:41				290/517 - 58/63: Installing method Number>>to:
16:56:41				290/517 - 59/63: Installing method Number>>to:by:
16:56:41				290/517 - 60/63: Installing method Number>>to:by:do:
16:56:41				290/517 - 61/63: Installing method Number>>to:do:
16:56:41				290/517 - 62/63: Installing method Number>>truncateTo:
16:56:41				290/517 - 63/63: Installing method Number>>truncated
16:56:41				290/517 - 1/8: Installing method Number class>>isAbstract
16:56:41				290/517 - 2/8: Installing method Number class>>new
16:56:41				290/517 - 3/8: Installing method Number class>>one
16:56:41				290/517 - 4/8: Installing method Number class>>readFrom:
16:56:41				290/517 - 5/8: Installing method Number class>>readFrom:base:
16:56:41				290/517 - 6/8: Installing method Number class>>readFrom:ifFail:
16:56:41				290/517 - 7/8: Installing method Number class>>squeezeNumberOutOfString:
16:56:41				290/517 - 8/8: Installing method Number class>>squeezeNumberOutOfString:ifFail:
16:56:41				291/517 - 1/28: Installing method NumberParser>>allowPlusSign
16:56:41				291/517 - 2/28: Installing method NumberParser>>allowPlusSignInExponent
16:56:41				291/517 - 3/28: Installing method NumberParser>>expected:
16:56:41				291/517 - 4/28: Installing method NumberParser>>exponentLetters
16:56:41				291/517 - 5/28: Installing method NumberParser>>failBlock:
16:56:41				291/517 - 6/28: Installing method NumberParser>>makeFloatFromMantissa:exponent:base:
16:56:41				291/517 - 7/28: Installing method NumberParser>>makeIntegerOrScaledIntegerOrFloat
16:56:41				291/517 - 8/28: Installing method NumberParser>>makeScaledDecimalWithNumberOfNonZeroFractionDigits:andNumberOfTrailingZeroInFractionPart:
16:56:41				291/517 - 9/28: Installing method NumberParser>>maxExponent
16:56:41				291/517 - 10/28: Installing method NumberParser>>maxExponent:
16:56:41				291/517 - 11/28: Installing method NumberParser>>nextElementaryLargeIntegerBase:
16:56:41				291/517 - 12/28: Installing method NumberParser>>nextFraction
16:56:41				291/517 - 13/28: Installing method NumberParser>>nextInteger
16:56:41				291/517 - 14/28: Installing method NumberParser>>nextIntegerBase:
16:56:41				291/517 - 15/28: Installing method NumberParser>>nextIntegerBase:ifFail:
16:56:41				291/517 - 16/28: Installing method NumberParser>>nextLargeIntegerBase:nPackets:
16:56:41				291/517 - 17/28: Installing method NumberParser>>nextNumber
16:56:41				291/517 - 18/28: Installing method NumberParser>>nextNumberBase:
16:56:41				291/517 - 19/28: Installing method NumberParser>>nextScaledDecimal
16:56:41				291/517 - 20/28: Installing method NumberParser>>nextUnsignedIntegerBase:
16:56:41				291/517 - 21/28: Installing method NumberParser>>nextUnsignedIntegerBase:ifFail:
16:56:41				291/517 - 22/28: Installing method NumberParser>>nextUnsignedIntegerOrNilBase:
16:56:41				291/517 - 23/28: Installing method NumberParser>>on:
16:56:41				291/517 - 24/28: Installing method NumberParser>>peekSignIsMinus
16:56:41				291/517 - 25/28: Installing method NumberParser>>readExponent
16:56:41				291/517 - 26/28: Installing method NumberParser>>readNamedFloatOrFail
16:56:41				291/517 - 27/28: Installing method NumberParser>>readNumberWithFractionPartNumberOfTrailingZeroInIntegerPart:
16:56:41				291/517 - 28/28: Installing method NumberParser>>readScaleWithDefaultNumberOfDigits:
16:56:41				291/517 - 1/9: Installing method NumberParser class>>isNumber:
16:56:41				291/517 - 2/9: Installing method NumberParser class>>maxExponent
16:56:41				291/517 - 3/9: Installing method NumberParser class>>maxExponent:
16:56:41				291/517 - 4/9: Installing method NumberParser class>>on:
16:56:41				291/517 - 5/9: Installing method NumberParser class>>parse:
16:56:41				291/517 - 6/9: Installing method NumberParser class>>parse:onError:
16:56:41				291/517 - 7/9: Installing method NumberParser class>>settingsOn:
16:56:41				291/517 - 8/9: Installing method NumberParser class>>squeezeNumberOutOfString:
16:56:41				291/517 - 9/9: Installing method NumberParser class>>squeezeNumberOutOfString:onError:
16:56:42				292/517 - 1/30: Installing method OSPlatform>>accept:
16:56:42				292/517 - 2/30: Installing method OSPlatform>>current
16:56:42				292/517 - 3/30: Installing method OSPlatform>>currentWorkingDirectoryPath
16:56:42				292/517 - 4/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBuffer:
16:56:42				292/517 - 5/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBufferSize:
16:56:42				292/517 - 6/30: Installing method OSPlatform>>currentWorkingDirectoryRawPath
16:56:42				292/517 - 7/30: Installing method OSPlatform>>defaultEncoding
16:56:42				292/517 - 8/30: Installing method OSPlatform>>defaultMaximumPathLength
16:56:42				292/517 - 9/30: Installing method OSPlatform>>family
16:56:42				292/517 - 10/30: Installing method OSPlatform>>isLinux
16:56:42				292/517 - 11/30: Installing method OSPlatform>>isMacOS
16:56:42				292/517 - 12/30: Installing method OSPlatform>>isMacOSX
16:56:42				292/517 - 13/30: Installing method OSPlatform>>isUnix
16:56:42				292/517 - 14/30: Installing method OSPlatform>>isUnix32
16:56:42				292/517 - 15/30: Installing method OSPlatform>>isUnix64
16:56:42				292/517 - 16/30: Installing method OSPlatform>>isWin32
16:56:42				292/517 - 17/30: Installing method OSPlatform>>isWin64
16:56:42				292/517 - 18/30: Installing method OSPlatform>>isWindows
16:56:42				292/517 - 19/30: Installing method OSPlatform>>isX11
16:56:42				292/517 - 20/30: Installing method OSPlatform>>lineEnding
16:56:42				292/517 - 21/30: Installing method OSPlatform>>menuShortcutString
16:56:42				292/517 - 22/30: Installing method OSPlatform>>name
16:56:42				292/517 - 23/30: Installing method OSPlatform>>newTerminfo
16:56:42				292/517 - 24/30: Installing method OSPlatform>>platformFamily
16:56:42				292/517 - 25/30: Installing method OSPlatform>>platformName
16:56:42				292/517 - 26/30: Installing method OSPlatform>>potentialLocationsOfSourcesFile
16:56:42				292/517 - 27/30: Installing method OSPlatform>>subtype
16:56:42				292/517 - 28/30: Installing method OSPlatform>>version
16:56:42				292/517 - 29/30: Installing method OSPlatform>>virtualKey:
16:56:42				292/517 - 30/30: Installing method OSPlatform>>windowSystemName
16:56:42				292/517 - 1/6: Installing method OSPlatform class>>current
16:56:42				292/517 - 2/6: Installing method OSPlatform class>>currentVersion
16:56:42				292/517 - 3/6: Installing method OSPlatform class>>determineActivePlatform
16:56:42				292/517 - 4/6: Installing method OSPlatform class>>example
16:56:42				292/517 - 5/6: Installing method OSPlatform class>>isActivePlatform
16:56:42				292/517 - 6/6: Installing method OSPlatform class>>startUp:
16:56:42				293/517 - 1/10: Installing method OSPlatformVisitor>>visit
16:56:42				293/517 - 2/10: Installing method OSPlatformVisitor>>visitGeneric:
16:56:42				293/517 - 3/10: Installing method OSPlatformVisitor>>visitMacOS:
16:56:42				293/517 - 4/10: Installing method OSPlatformVisitor>>visitMacOSX:
16:56:42				293/517 - 5/10: Installing method OSPlatformVisitor>>visitUnix32:
16:56:42				293/517 - 6/10: Installing method OSPlatformVisitor>>visitUnix64:
16:56:42				293/517 - 7/10: Installing method OSPlatformVisitor>>visitUnix:
16:56:42				293/517 - 8/10: Installing method OSPlatformVisitor>>visitWindows32:
16:56:42				293/517 - 9/10: Installing method OSPlatformVisitor>>visitWindows64:
16:56:42				293/517 - 10/10: Installing method OSPlatformVisitor>>visitWindows:
16:56:44				294/517 - 1/214: Installing method Object>>->
16:56:44				294/517 - 2/214: Installing method Object>>=
16:56:44				294/517 - 3/214: Installing method Object>>adaptToFloat:andCompare:
16:56:44				294/517 - 4/214: Installing method Object>>adaptToFloat:andSend:
16:56:44				294/517 - 5/214: Installing method Object>>adaptToFraction:andCompare:
16:56:44				294/517 - 6/214: Installing method Object>>adaptToFraction:andSend:
16:56:44				294/517 - 7/214: Installing method Object>>adaptToInteger:andCompare:
16:56:44				294/517 - 8/214: Installing method Object>>adaptToInteger:andSend:
16:56:44				294/517 - 9/214: Installing method Object>>appendTo:
16:56:44				294/517 - 10/214: Installing method Object>>as:
16:56:44				294/517 - 11/214: Installing method Object>>asCollectionElement
16:56:44				294/517 - 12/214: Installing method Object>>asDoubleLink
16:56:44				294/517 - 13/214: Installing method Object>>asLink
16:56:44				294/517 - 14/214: Installing method Object>>asLinkPrepend:
16:56:44				294/517 - 15/214: Installing method Object>>asString
16:56:44				294/517 - 16/214: Installing method Object>>assert:
16:56:44				294/517 - 17/214: Installing method Object>>assert:description:
16:56:44				294/517 - 18/214: Installing method Object>>at:
16:56:44				294/517 - 19/214: Installing method Object>>at:put:
16:56:44				294/517 - 20/214: Installing method Object>>attemptToAssign:withIndex:
16:56:44				294/517 - 21/214: Installing method Object>>basicAt:
16:56:44				294/517 - 22/214: Installing method Object>>basicAt:put:
16:56:44				294/517 - 23/214: Installing method Object>>basicSize
16:56:44				294/517 - 24/214: Installing method Object>>beReadOnlyLiteral
16:56:44				294/517 - 25/214: Installing method Object>>beReadOnlyObject
16:56:44				294/517 - 26/214: Installing method Object>>beRecursivelyReadOnlyObject
16:56:44				294/517 - 27/214: Installing method Object>>beRecursivelyWritableObject
16:56:44				294/517 - 28/214: Installing method Object>>beWritableObject
16:56:44				294/517 - 29/214: Installing method Object>>caseError
16:56:44				294/517 - 30/214: Installing method Object>>caseOf:
16:56:44				294/517 - 31/214: Installing method Object>>caseOf:otherwise:
16:56:44				294/517 - 32/214: Installing method Object>>changed
16:56:44				294/517 - 33/214: Installing method Object>>changed:
16:56:44				294/517 - 34/214: Installing method Object>>changed:with:
16:56:44				294/517 - 35/214: Installing method Object>>className
16:56:44				294/517 - 36/214: Installing method Object>>clone
16:56:44				294/517 - 37/214: Installing method Object>>confirm:
16:56:44				294/517 - 38/214: Installing method Object>>copy
16:56:44				294/517 - 39/214: Installing method Object>>copyFrom:
16:56:44				294/517 - 40/214: Installing method Object>>copySameFrom:
16:56:44				294/517 - 41/214: Installing method Object>>crTrace
16:56:44				294/517 - 42/214: Installing method Object>>crTrace:
16:56:44				294/517 - 43/214: Installing method Object>>deepCopy
16:56:44				294/517 - 44/214: Installing method Object>>deprecated:
16:56:44				294/517 - 45/214: Installing method Object>>deprecated:on:in:
16:56:44				294/517 - 46/214: Installing method Object>>deprecated:on:in:transformWith:
16:56:44				294/517 - 47/214: Installing method Object>>deprecated:on:in:transformWith:when:
16:56:44				294/517 - 48/214: Installing method Object>>deprecated:transformWith:
16:56:44				294/517 - 49/214: Installing method Object>>deprecated:transformWith:when:
16:56:44				294/517 - 50/214: Installing method Object>>displayString
16:56:44				294/517 - 51/214: Installing method Object>>displayStringLimitedTo:
16:56:44				294/517 - 52/214: Installing method Object>>displayStringOn:
16:56:44				294/517 - 53/214: Installing method Object>>doesNotUnderstand:
16:56:44				294/517 - 54/214: Installing method Object>>enclosedElement
16:56:44				294/517 - 55/214: Installing method Object>>error
16:56:44				294/517 - 56/214: Installing method Object>>error:
16:56:45				294/517 - 57/214: Installing method Object>>errorImproperStore
16:56:45				294/517 - 58/214: Installing method Object>>errorNonIntegerIndex
16:56:45				294/517 - 59/214: Installing method Object>>errorNotIndexable
16:56:45				294/517 - 60/214: Installing method Object>>errorSubscriptBounds:
16:56:45				294/517 - 61/214: Installing method Object>>finalizationRegistry
16:56:45				294/517 - 62/214: Installing method Object>>finalize
16:56:45				294/517 - 63/214: Installing method Object>>finalizer
16:56:45				294/517 - 64/214: Installing method Object>>flattenOn:
16:56:45				294/517 - 65/214: Installing method Object>>fullDisplayString
16:56:45				294/517 - 66/214: Installing method Object>>fullPrintString
16:56:45				294/517 - 67/214: Installing method Object>>handleProcessTerminationOfWaitingContext:
16:56:45				294/517 - 68/214: Installing method Object>>handles:
16:56:45				294/517 - 69/214: Installing method Object>>hasLiteralSuchThat:
16:56:45				294/517 - 70/214: Installing method Object>>hasMultipleExecutors
16:56:45				294/517 - 71/214: Installing method Object>>hash
16:56:45				294/517 - 72/214: Installing method Object>>in:
16:56:45				294/517 - 73/214: Installing method Object>>inform:
16:56:45				294/517 - 74/214: Installing method Object>>instVarAt:
16:56:45				294/517 - 75/214: Installing method Object>>instVarAt:put:
16:56:45				294/517 - 76/214: Installing method Object>>instVarNamed:
16:56:45				294/517 - 77/214: Installing method Object>>instVarNamed:put:
16:56:45				294/517 - 78/214: Installing method Object>>isArray
16:56:45				294/517 - 79/214: Installing method Object>>isAssociation
16:56:45				294/517 - 80/214: Installing method Object>>isBehavior
16:56:45				294/517 - 81/214: Installing method Object>>isBlock
16:56:45				294/517 - 82/214: Installing method Object>>isCharacter
16:56:45				294/517 - 83/214: Installing method Object>>isClass
16:56:45				294/517 - 84/214: Installing method Object>>isClassOrTrait
16:56:45				294/517 - 85/214: Installing method Object>>isClosure
16:56:45				294/517 - 86/214: Installing method Object>>isCollection
16:56:45				294/517 - 87/214: Installing method Object>>isColor
16:56:45				294/517 - 88/214: Installing method Object>>isColorForm
16:56:45				294/517 - 89/214: Installing method Object>>isCompiledBlock
16:56:45				294/517 - 90/214: Installing method Object>>isCompiledMethod
16:56:45				294/517 - 91/214: Installing method Object>>isContext
16:56:45				294/517 - 92/214: Installing method Object>>isDictionary
16:56:45				294/517 - 93/214: Installing method Object>>isEmbeddedBlock
16:56:45				294/517 - 94/214: Installing method Object>>isFloat
16:56:45				294/517 - 95/214: Installing method Object>>isForm
16:56:45				294/517 - 96/214: Installing method Object>>isFraction
16:56:45				294/517 - 97/214: Installing method Object>>isHeap
16:56:45				294/517 - 98/214: Installing method Object>>isInteger
16:56:45				294/517 - 99/214: Installing method Object>>isInterval
16:56:45				294/517 - 100/214: Installing method Object>>isKindOf:
16:56:45				294/517 - 101/214: Installing method Object>>isLiteral
16:56:45				294/517 - 102/214: Installing method Object>>isLiteral:
16:56:45				294/517 - 103/214: Installing method Object>>isMemberOf:
16:56:45				294/517 - 104/214: Installing method Object>>isMessageSend
16:56:45				294/517 - 105/214: Installing method Object>>isMethodProperties
16:56:45				294/517 - 106/214: Installing method Object>>isMorph
16:56:45				294/517 - 107/214: Installing method Object>>isMorphicEvent
16:56:45				294/517 - 108/214: Installing method Object>>isNotNil
16:56:45				294/517 - 109/214: Installing method Object>>isNumber
16:56:45				294/517 - 110/214: Installing method Object>>isPackage
16:56:45				294/517 - 111/214: Installing method Object>>isPinned
16:56:45				294/517 - 112/214: Installing method Object>>isPinnedInMemory
16:56:45				294/517 - 113/214: Installing method Object>>isPoint
16:56:45				294/517 - 114/214: Installing method Object>>isPrimitiveError
16:56:45				294/517 - 115/214: Installing method Object>>isReadOnlyObject
16:56:45				294/517 - 116/214: Installing method Object>>isRectangle
16:56:45				294/517 - 117/214: Installing method Object>>isSelfEvaluating
16:56:45				294/517 - 118/214: Installing method Object>>isSelfEvaluating:
16:56:45				294/517 - 119/214: Installing method Object>>isStream
16:56:45				294/517 - 120/214: Installing method Object>>isString
16:56:45				294/517 - 121/214: Installing method Object>>isSymbol
16:56:45				294/517 - 122/214: Installing method Object>>isSystemWindow
16:56:45				294/517 - 123/214: Installing method Object>>isText
16:56:45				294/517 - 124/214: Installing method Object>>isThisEverCalled
16:56:45				294/517 - 125/214: Installing method Object>>isThisEverCalled:
16:56:45				294/517 - 126/214: Installing method Object>>isTrait
16:56:45				294/517 - 127/214: Installing method Object>>isVariableBinding
16:56:45				294/517 - 128/214: Installing method Object>>join:
16:56:45				294/517 - 129/214: Installing method Object>>joinTo:
16:56:45				294/517 - 130/214: Installing method Object>>literalEqual:
16:56:45				294/517 - 131/214: Installing method Object>>logEntry
16:56:45				294/517 - 132/214: Installing method Object>>logExecution
16:56:45				294/517 - 133/214: Installing method Object>>logExit
16:56:45				294/517 - 134/214: Installing method Object>>longPrintOn:limitedTo:indent:
16:56:45				294/517 - 135/214: Installing method Object>>longPrintStringLimitedTo:
16:56:45				294/517 - 136/214: Installing method Object>>mourn
16:56:45				294/517 - 137/214: Installing method Object>>notNil
16:56:45				294/517 - 138/214: Installing method Object>>notYetImplemented
16:56:45				294/517 - 139/214: Installing method Object>>notify:
16:56:45				294/517 - 140/214: Installing method Object>>okToChange
16:56:45				294/517 - 141/214: Installing method Object>>packageOrganizer
16:56:45				294/517 - 142/214: Installing method Object>>perform:
16:56:45				294/517 - 143/214: Installing method Object>>perform:orSendTo:
16:56:45				294/517 - 144/214: Installing method Object>>perform:with:
16:56:45				294/517 - 145/214: Installing method Object>>perform:with:with:
16:56:45				294/517 - 146/214: Installing method Object>>perform:with:with:with:
16:56:45				294/517 - 147/214: Installing method Object>>perform:with:with:with:with:
16:56:45				294/517 - 148/214: Installing method Object>>perform:withArguments:
16:56:45				294/517 - 149/214: Installing method Object>>perform:withArguments:inSuperclass:
16:56:45				294/517 - 150/214: Installing method Object>>perform:withEnoughArguments:
16:56:45				294/517 - 151/214: Installing method Object>>pin
16:56:45				294/517 - 152/214: Installing method Object>>pinInMemory
16:56:45				294/517 - 153/214: Installing method Object>>pointsOnlyWeaklyTo:
16:56:45				294/517 - 154/214: Installing method Object>>postCopy
16:56:45				294/517 - 155/214: Installing method Object>>primitiveChangeClassTo:
16:56:45				294/517 - 156/214: Installing method Object>>primitiveError:
16:56:45				294/517 - 157/214: Installing method Object>>printOn:
16:56:45				294/517 - 158/214: Installing method Object>>printString
16:56:45				294/517 - 159/214: Installing method Object>>printStringLimitedTo:
16:56:45				294/517 - 160/214: Installing method Object>>printStringLimitedTo:using:
16:56:45				294/517 - 161/214: Installing method Object>>putOn:
16:56:45				294/517 - 162/214: Installing method Object>>readFromString:
16:56:45				294/517 - 163/214: Installing method Object>>readSlot:
16:56:45				294/517 - 164/214: Installing method Object>>readSlotNamed:
16:56:45				294/517 - 165/214: Installing method Object>>recursivelySetIsReadOnlyObject:
16:56:45				294/517 - 166/214: Installing method Object>>recursivelySetIsReadOnlyObject:exceptObjectsIn:
16:56:45				294/517 - 167/214: Installing method Object>>refersToLiteral:
16:56:45				294/517 - 168/214: Installing method Object>>release
16:56:45				294/517 - 169/214: Installing method Object>>respondsTo:
16:56:45				294/517 - 170/214: Installing method Object>>retrySetPinnedInMemory:
16:56:45				294/517 - 171/214: Installing method Object>>retryWithGC:until:
16:56:45				294/517 - 172/214: Installing method Object>>setIsReadOnlyObject:
16:56:45				294/517 - 173/214: Installing method Object>>setPinned:
16:56:45				294/517 - 174/214: Installing method Object>>setPinnedInMemory:
16:56:45				294/517 - 175/214: Installing method Object>>shallowCopy
16:56:45				294/517 - 176/214: Installing method Object>>shouldBeImplemented
16:56:45				294/517 - 177/214: Installing method Object>>shouldBePrintedAsLiteral
16:56:45				294/517 - 178/214: Installing method Object>>shouldBePrintedAsLiteral:
16:56:45				294/517 - 179/214: Installing method Object>>shouldNotImplement
16:56:45				294/517 - 180/214: Installing method Object>>size
16:56:45				294/517 - 181/214: Installing method Object>>sizeInMemory
16:56:45				294/517 - 182/214: Installing method Object>>someObject
16:56:45				294/517 - 183/214: Installing method Object>>species
16:56:45				294/517 - 184/214: Installing method Object>>split:
16:56:45				294/517 - 185/214: Installing method Object>>split:do:
16:56:45				294/517 - 186/214: Installing method Object>>split:indicesDo:
16:56:45				294/517 - 187/214: Installing method Object>>storeAt:inTempFrame:
16:56:45				294/517 - 188/214: Installing method Object>>storeOn:
16:56:45				294/517 - 189/214: Installing method Object>>storeString
16:56:45				294/517 - 190/214: Installing method Object>>subclassResponsibility
16:56:45				294/517 - 191/214: Installing method Object>>systemNavigation
16:56:45				294/517 - 192/214: Installing method Object>>toFinalizeSend:to:with:
16:56:45				294/517 - 193/214: Installing method Object>>trace
16:56:45				294/517 - 194/214: Installing method Object>>trace:
16:56:45				294/517 - 195/214: Installing method Object>>traceCr
16:56:45				294/517 - 196/214: Installing method Object>>traceCr:
16:56:45				294/517 - 197/214: Installing method Object>>traceCrTab:
16:56:45				294/517 - 198/214: Installing method Object>>traitConflict
16:56:45				294/517 - 199/214: Installing method Object>>uiManager
16:56:45				294/517 - 200/214: Installing method Object>>unpin
16:56:45				294/517 - 201/214: Installing method Object>>unpinInMemory
16:56:45				294/517 - 202/214: Installing method Object>>update:
16:56:45				294/517 - 203/214: Installing method Object>>update:with:
16:56:45				294/517 - 204/214: Installing method Object>>value
16:56:45				294/517 - 205/214: Installing method Object>>valueWithArguments:
16:56:45				294/517 - 206/214: Installing method Object>>veryDeepCopyWith:
16:56:46				294/517 - 207/214: Installing method Object>>veryDeepFixupWith:
16:56:46				294/517 - 208/214: Installing method Object>>veryDeepInner:
16:56:46				294/517 - 209/214: Installing method Object>>windowIsClosing
16:56:46				294/517 - 210/214: Installing method Object>>writeSlot:value:
16:56:46				294/517 - 211/214: Installing method Object>>writeSlotNamed:value:
16:56:46				294/517 - 212/214: Installing method Object>>yourself
16:56:46				294/517 - 213/214: Installing method Object>>~=
16:56:46				294/517 - 214/214: Installing method Object>>~~>
16:56:46				294/517 - 1/7: Installing method Object class>>howToModifyPrimitives
16:56:46				294/517 - 2/7: Installing method Object class>>initialize
16:56:46				294/517 - 3/7: Installing method Object class>>newFrom:
16:56:46				294/517 - 4/7: Installing method Object class>>newFromArray:
16:56:46				294/517 - 5/7: Installing method Object class>>readFrom:
16:56:46				294/517 - 6/7: Installing method Object class>>registerToolsOn:
16:56:46				294/517 - 7/7: Installing method Object class>>whatIsAPrimitive
16:56:46				295/517 - 1/2: Installing method ObjectFinalizer>>finalize
16:56:46				295/517 - 2/2: Installing method ObjectFinalizer>>receiver:selector:argument:
16:56:46				296/517 - 1/2: Installing method ObjectFinalizerCollection>>finalize
16:56:46				296/517 - 2/2: Installing method ObjectFinalizerCollection>>hasMultipleExecutors
16:56:46				297/517 - 1/12: Installing method ObjectLayout>>extend
16:56:46				297/517 - 2/12: Installing method ObjectLayout>>extend:
16:56:46				297/517 - 3/12: Installing method ObjectLayout>>extendByte
16:56:46				297/517 - 4/12: Installing method ObjectLayout>>extendCompiledMethod
16:56:46				297/517 - 5/12: Installing method ObjectLayout>>extendDoubleByte
16:56:46				297/517 - 6/12: Installing method ObjectLayout>>extendDoubleWord
16:56:46				297/517 - 7/12: Installing method ObjectLayout>>extendSmallInteger
16:56:46				297/517 - 8/12: Installing method ObjectLayout>>extendVariable:
16:56:46				297/517 - 9/12: Installing method ObjectLayout>>extendWord
16:56:46				297/517 - 10/12: Installing method ObjectLayout>>format
16:56:46				297/517 - 11/12: Installing method ObjectLayout>>initializeInstance:
16:56:46				297/517 - 12/12: Installing method ObjectLayout>>instanceSpecification
16:56:46				297/517 - 1/4: Installing method ObjectLayout class>>allSubclassDefiningSymbols
16:56:46				297/517 - 2/4: Installing method ObjectLayout class>>extending:scope:host:
16:56:46				297/517 - 3/4: Installing method ObjectLayout class>>isAbstract
16:56:46				297/517 - 4/4: Installing method ObjectLayout class>>layoutForSubclassDefiningSymbol:
16:56:47				298/517 - 1/64: Installing method OrderedCollection>>add:
16:56:47				298/517 - 2/64: Installing method OrderedCollection>>add:after:
16:56:47				298/517 - 3/64: Installing method OrderedCollection>>add:afterIndex:
16:56:47				298/517 - 4/64: Installing method OrderedCollection>>add:before:
16:56:47				298/517 - 5/64: Installing method OrderedCollection>>add:beforeIndex:
16:56:47				298/517 - 6/64: Installing method OrderedCollection>>addAll:
16:56:47				298/517 - 7/64: Installing method OrderedCollection>>addAllFirst:
16:56:47				298/517 - 8/64: Installing method OrderedCollection>>addAllFirstUnlessAlreadyPresent:
16:56:47				298/517 - 9/64: Installing method OrderedCollection>>addAllLast:
16:56:47				298/517 - 10/64: Installing method OrderedCollection>>addFirst:
16:56:47				298/517 - 11/64: Installing method OrderedCollection>>addLast:
16:56:47				298/517 - 12/64: Installing method OrderedCollection>>addNoSort:
16:56:47				298/517 - 13/64: Installing method OrderedCollection>>asArray
16:56:47				298/517 - 14/64: Installing method OrderedCollection>>asOrderedCollection
16:56:47				298/517 - 15/64: Installing method OrderedCollection>>at:
16:56:47				298/517 - 16/64: Installing method OrderedCollection>>at:ifAbsentPut:
16:56:47				298/517 - 17/64: Installing method OrderedCollection>>at:put:
16:56:47				298/517 - 18/64: Installing method OrderedCollection>>capacity
16:56:47				298/517 - 19/64: Installing method OrderedCollection>>collect:
16:56:47				298/517 - 20/64: Installing method OrderedCollection>>collect:from:to:
16:56:47				298/517 - 21/64: Installing method OrderedCollection>>collect:thenSelect:
16:56:47				298/517 - 22/64: Installing method OrderedCollection>>collector
16:56:47				298/517 - 23/64: Installing method OrderedCollection>>compact
16:56:47				298/517 - 24/64: Installing method OrderedCollection>>copyEmpty
16:56:47				298/517 - 25/64: Installing method OrderedCollection>>copyFrom:to:
16:56:47				298/517 - 26/64: Installing method OrderedCollection>>copyReplaceFrom:to:with:
16:56:48				298/517 - 27/64: Installing method OrderedCollection>>copyWith:
16:56:48				298/517 - 28/64: Installing method OrderedCollection>>do:
16:56:48				298/517 - 29/64: Installing method OrderedCollection>>ensureBoundsFrom:to:
16:56:48				298/517 - 30/64: Installing method OrderedCollection>>find:
16:56:48				298/517 - 31/64: Installing method OrderedCollection>>growAtFirst
16:56:48				298/517 - 32/64: Installing method OrderedCollection>>growAtLast
16:56:48				298/517 - 33/64: Installing method OrderedCollection>>insert:before:
16:56:48				298/517 - 34/64: Installing method OrderedCollection>>join:
16:56:48				298/517 - 35/64: Installing method OrderedCollection>>makeRoomAtFirst
16:56:48				298/517 - 36/64: Installing method OrderedCollection>>makeRoomAtLast
16:56:48				298/517 - 37/64: Installing method OrderedCollection>>postCopy
16:56:48				298/517 - 38/64: Installing method OrderedCollection>>postCopyFrom:to:
16:56:48				298/517 - 39/64: Installing method OrderedCollection>>reject:
16:56:48				298/517 - 40/64: Installing method OrderedCollection>>reject:thenCollect:
16:56:48				298/517 - 41/64: Installing method OrderedCollection>>remove:ifAbsent:
16:56:48				298/517 - 42/64: Installing method OrderedCollection>>removeAll
16:56:48				298/517 - 43/64: Installing method OrderedCollection>>removeAllSuchThat:
16:56:48				298/517 - 44/64: Installing method OrderedCollection>>removeAt:
16:56:48				298/517 - 45/64: Installing method OrderedCollection>>removeDuplicates
16:56:48				298/517 - 46/64: Installing method OrderedCollection>>removeFirst
16:56:48				298/517 - 47/64: Installing method OrderedCollection>>removeFirst:
16:56:48				298/517 - 48/64: Installing method OrderedCollection>>removeIndex:
16:56:48				298/517 - 49/64: Installing method OrderedCollection>>removeLast
16:56:48				298/517 - 50/64: Installing method OrderedCollection>>removeLast:
16:56:48				298/517 - 51/64: Installing method OrderedCollection>>reset
16:56:48				298/517 - 52/64: Installing method OrderedCollection>>resetTo:
16:56:48				298/517 - 53/64: Installing method OrderedCollection>>reverseDo:
16:56:48				298/517 - 54/64: Installing method OrderedCollection>>reversed
16:56:48				298/517 - 55/64: Installing method OrderedCollection>>select:
16:56:48				298/517 - 56/64: Installing method OrderedCollection>>select:thenCollect:
16:56:48				298/517 - 57/64: Installing method OrderedCollection>>setCollection:
16:56:48				298/517 - 58/64: Installing method OrderedCollection>>setContents:
16:56:48				298/517 - 59/64: Installing method OrderedCollection>>size
16:56:48				298/517 - 60/64: Installing method OrderedCollection>>sort:
16:56:48				298/517 - 61/64: Installing method OrderedCollection>>speciesForTransform
16:56:48				298/517 - 62/64: Installing method OrderedCollection>>with:collect:
16:56:48				298/517 - 63/64: Installing method OrderedCollection>>withIndexCollect:
16:56:48				298/517 - 64/64: Installing method OrderedCollection>>withIndexSelect:
16:56:48				298/517 - 1/12: Installing method OrderedCollection class>>arrayType
16:56:48				298/517 - 2/12: Installing method OrderedCollection class>>cleanUp:
16:56:48				298/517 - 3/12: Installing method OrderedCollection class>>compactAll
16:56:48				298/517 - 4/12: Installing method OrderedCollection class>>compactAllInstances
16:56:48				298/517 - 5/12: Installing method OrderedCollection class>>new
16:56:48				298/517 - 6/12: Installing method OrderedCollection class>>new:
16:56:48				298/517 - 7/12: Installing method OrderedCollection class>>new:streamContents:
16:56:48				298/517 - 8/12: Installing method OrderedCollection class>>new:withAll:
16:56:48				298/517 - 9/12: Installing method OrderedCollection class>>newFrom:
16:56:48				298/517 - 10/12: Installing method OrderedCollection class>>newFromArray:
16:56:48				298/517 - 11/12: Installing method OrderedCollection class>>ofSize:
16:56:48				298/517 - 12/12: Installing method OrderedCollection class>>streamSpecies
16:56:49				299/517 - 1/72: Installing method OrderedDictionary>>=
16:56:49				299/517 - 2/72: Installing method OrderedDictionary>>add:
16:56:49				299/517 - 3/72: Installing method OrderedDictionary>>addAll:
16:56:49				299/517 - 4/72: Installing method OrderedDictionary>>associationAt:
16:56:49				299/517 - 5/72: Installing method OrderedDictionary>>associationAt:ifAbsent:
16:56:49				299/517 - 6/72: Installing method OrderedDictionary>>associationAt:ifPresent:
16:56:49				299/517 - 7/72: Installing method OrderedDictionary>>associationAt:ifPresent:ifAbsent:
16:56:49				299/517 - 8/72: Installing method OrderedDictionary>>associations
16:56:49				299/517 - 9/72: Installing method OrderedDictionary>>associationsDo:
16:56:49				299/517 - 10/72: Installing method OrderedDictionary>>associationsSelect:
16:56:49				299/517 - 11/72: Installing method OrderedDictionary>>at:
16:56:49				299/517 - 12/72: Installing method OrderedDictionary>>at:at:
16:56:49				299/517 - 13/72: Installing method OrderedDictionary>>at:at:ifAbsent:
16:56:49				299/517 - 14/72: Installing method OrderedDictionary>>at:at:ifAbsentPut:
16:56:49				299/517 - 15/72: Installing method OrderedDictionary>>at:at:put:
16:56:49				299/517 - 16/72: Installing method OrderedDictionary>>at:ifAbsent:
16:56:49				299/517 - 17/72: Installing method OrderedDictionary>>at:ifAbsentPut:
16:56:49				299/517 - 18/72: Installing method OrderedDictionary>>at:ifPresent:
16:56:49				299/517 - 19/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsent:
16:56:49				299/517 - 20/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsentPut:
16:56:49				299/517 - 21/72: Installing method OrderedDictionary>>at:put:
16:56:49				299/517 - 22/72: Installing method OrderedDictionary>>at:update:
16:56:49				299/517 - 23/72: Installing method OrderedDictionary>>at:update:initial:
16:56:49				299/517 - 24/72: Installing method OrderedDictionary>>bindingOf:
16:56:49				299/517 - 25/72: Installing method OrderedDictionary>>capacity
16:56:49				299/517 - 26/72: Installing method OrderedDictionary>>collect:
16:56:49				299/517 - 27/72: Installing method OrderedDictionary>>dictionary
16:56:49				299/517 - 28/72: Installing method OrderedDictionary>>dictionaryClass
16:56:49				299/517 - 29/72: Installing method OrderedDictionary>>do:
16:56:49				299/517 - 30/72: Installing method OrderedDictionary>>errorInvalidIndex:
16:56:49				299/517 - 31/72: Installing method OrderedDictionary>>growOrderedKeys
16:56:49				299/517 - 32/72: Installing method OrderedDictionary>>hasBindingThatBeginsWith:
16:56:49				299/517 - 33/72: Installing method OrderedDictionary>>hash
16:56:49				299/517 - 34/72: Installing method OrderedDictionary>>identityIndexOfKey:
16:56:49				299/517 - 35/72: Installing method OrderedDictionary>>identityIndexOfKey:ifAbsent:
16:56:49				299/517 - 36/72: Installing method OrderedDictionary>>includes:
16:56:49				299/517 - 37/72: Installing method OrderedDictionary>>includesAssociation:
16:56:49				299/517 - 38/72: Installing method OrderedDictionary>>includesIdentity:
16:56:49				299/517 - 39/72: Installing method OrderedDictionary>>includesKey:
16:56:49				299/517 - 40/72: Installing method OrderedDictionary>>indexOfKey:
16:56:49				299/517 - 41/72: Installing method OrderedDictionary>>indexOfKey:ifAbsent:
16:56:49				299/517 - 42/72: Installing method OrderedDictionary>>initialize:
16:56:49				299/517 - 43/72: Installing method OrderedDictionary>>isDictionary
16:56:49				299/517 - 44/72: Installing method OrderedDictionary>>isHealthy
16:56:49				299/517 - 45/72: Installing method OrderedDictionary>>keyAtIdentityValue:
16:56:49				299/517 - 46/72: Installing method OrderedDictionary>>keyAtIdentityValue:ifAbsent:
16:56:49				299/517 - 47/72: Installing method OrderedDictionary>>keyAtIndex:
16:56:49				299/517 - 48/72: Installing method OrderedDictionary>>keyAtIndex:ifAbsent:
16:56:49				299/517 - 49/72: Installing method OrderedDictionary>>keyAtValue:
16:56:49				299/517 - 50/72: Installing method OrderedDictionary>>keyAtValue:ifAbsent:
16:56:49				299/517 - 51/72: Installing method OrderedDictionary>>keyForIdentity:
16:56:49				299/517 - 52/72: Installing method OrderedDictionary>>keys
16:56:49				299/517 - 53/72: Installing method OrderedDictionary>>keysAndValuesDo:
16:56:49				299/517 - 54/72: Installing method OrderedDictionary>>keysAndValuesRemove:
16:56:49				299/517 - 55/72: Installing method OrderedDictionary>>keysDo:
16:56:49				299/517 - 56/72: Installing method OrderedDictionary>>keysSortedSafely
16:56:49				299/517 - 57/72: Installing method OrderedDictionary>>orderedKeys
16:56:49				299/517 - 58/72: Installing method OrderedDictionary>>orderedKeysIndexOf:
16:56:49				299/517 - 59/72: Installing method OrderedDictionary>>orderedKeysRemove:
16:56:49				299/517 - 60/72: Installing method OrderedDictionary>>postCopy
16:56:49				299/517 - 61/72: Installing method OrderedDictionary>>printElementsOn:
16:56:49				299/517 - 62/72: Installing method OrderedDictionary>>remove:ifAbsent:
16:56:49				299/517 - 63/72: Installing method OrderedDictionary>>removeAll
16:56:49				299/517 - 64/72: Installing method OrderedDictionary>>removeKey:
16:56:49				299/517 - 65/72: Installing method OrderedDictionary>>removeKey:ifAbsent:
16:56:49				299/517 - 66/72: Installing method OrderedDictionary>>removeKeys:
16:56:49				299/517 - 67/72: Installing method OrderedDictionary>>select:
16:56:49				299/517 - 68/72: Installing method OrderedDictionary>>size
16:56:49				299/517 - 69/72: Installing method OrderedDictionary>>storeOn:
16:56:49				299/517 - 70/72: Installing method OrderedDictionary>>value:registeringAtOrderedKeys:
16:56:49				299/517 - 71/72: Installing method OrderedDictionary>>values
16:56:49				299/517 - 72/72: Installing method OrderedDictionary>>valuesDo:
16:56:49				299/517 - 1/5: Installing method OrderedDictionary class>>new
16:56:49				299/517 - 2/5: Installing method OrderedDictionary class>>new:
16:56:49				299/517 - 3/5: Installing method OrderedDictionary class>>newFrom:
16:56:49				299/517 - 4/5: Installing method OrderedDictionary class>>newFromKeys:andValues:
16:56:49				299/517 - 5/5: Installing method OrderedDictionary class>>newFromPairs:
16:56:49				300/517 - 1/3: Installing method OrderedIdentityDictionary>>dictionaryClass
16:56:49				300/517 - 2/3: Installing method OrderedIdentityDictionary>>indexOfKey:ifAbsent:
16:56:49				300/517 - 3/3: Installing method OrderedIdentityDictionary>>orderedKeysIndexOf:
16:56:49				301/517 - 1/1: Installing method OutOfMemory>>isResumable
16:56:50				302/517 - 1/80: Installing method Package>><=
16:56:50				302/517 - 2/80: Installing method Package>>addClass:
16:56:50				302/517 - 3/80: Installing method Package>>addMethod:
16:56:50				302/517 - 4/80: Installing method Package>>allUnsentMessages
16:56:50				302/517 - 5/80: Installing method Package>>classes
16:56:50				302/517 - 6/80: Installing method Package>>classesTaggedWith:
16:56:50				302/517 - 7/80: Installing method Package>>codeChangeAnnouncer
16:56:50				302/517 - 8/80: Installing method Package>>definedClassNames
16:56:50				302/517 - 9/80: Installing method Package>>definedClasses
16:56:50				302/517 - 10/80: Installing method Package>>definedMethodsForClass:
16:56:50				302/517 - 11/80: Installing method Package>>definedOrExtendedClasses
16:56:50				302/517 - 12/80: Installing method Package>>definedSelectorsForClass:
16:56:50				302/517 - 13/80: Installing method Package>>definesOrExtendsClass:
16:56:50				302/517 - 14/80: Installing method Package>>demoteToTagInPackage
16:56:50				302/517 - 15/80: Installing method Package>>ensureProperties
16:56:50				302/517 - 16/80: Installing method Package>>ensureTag:
16:56:50				302/517 - 17/80: Installing method Package>>environment
16:56:50				302/517 - 18/80: Installing method Package>>extendedClassNames
16:56:50				302/517 - 19/80: Installing method Package>>extendedClasses
16:56:50				302/517 - 20/80: Installing method Package>>extendsClass:
16:56:50				302/517 - 21/80: Installing method Package>>extensionMethods
16:56:50				302/517 - 22/80: Installing method Package>>extensionMethodsForClass:
16:56:50				302/517 - 23/80: Installing method Package>>extensionProtocolsForClass:
16:56:50				302/517 - 24/80: Installing method Package>>extensionSelectors
16:56:50				302/517 - 25/80: Installing method Package>>extensionSelectorsForClass:
16:56:50				302/517 - 26/80: Installing method Package>>hasProperty:
16:56:50				302/517 - 27/80: Installing method Package>>hasTag:
16:56:50				302/517 - 28/80: Installing method Package>>hierarchyRoots
16:56:50				302/517 - 29/80: Installing method Package>>importProtocol:forClass:
16:56:50				302/517 - 30/80: Installing method Package>>includesClass:
16:56:50				302/517 - 31/80: Installing method Package>>includesClassNamed:
16:56:50				302/517 - 32/80: Installing method Package>>includesClassTagNamed:
16:56:50				302/517 - 33/80: Installing method Package>>includesExtensionSelector:ofClass:
16:56:50				302/517 - 34/80: Installing method Package>>includesProtocol:ofClass:
16:56:50				302/517 - 35/80: Installing method Package>>includesSelector:ofClass:
16:56:50				302/517 - 36/80: Installing method Package>>initialize
16:56:50				302/517 - 37/80: Installing method Package>>isDeprecated
16:56:50				302/517 - 38/80: Installing method Package>>isEmpty
16:56:50				302/517 - 39/80: Installing method Package>>isPackage
16:56:50				302/517 - 40/80: Installing method Package>>isTestPackage
16:56:50				302/517 - 41/80: Installing method Package>>isUndefined
16:56:50				302/517 - 42/80: Installing method Package>>linesOfCode
16:56:50				302/517 - 43/80: Installing method Package>>methods
16:56:50				302/517 - 44/80: Installing method Package>>methodsForClass:
16:56:50				302/517 - 45/80: Installing method Package>>moveClass:toTag:
16:56:50				302/517 - 46/80: Installing method Package>>name
16:56:50				302/517 - 47/80: Installing method Package>>name:
16:56:50				302/517 - 48/80: Installing method Package>>organizer
16:56:50				302/517 - 49/80: Installing method Package>>organizer:
16:56:50				302/517 - 50/80: Installing method Package>>packageManifestOrNil
16:56:50				302/517 - 51/80: Installing method Package>>packages
16:56:50				302/517 - 52/80: Installing method Package>>printOn:
16:56:50				302/517 - 53/80: Installing method Package>>properties
16:56:50				302/517 - 54/80: Installing method Package>>propertyAt:
16:56:50				302/517 - 55/80: Installing method Package>>propertyAt:ifAbsent:
16:56:50				302/517 - 56/80: Installing method Package>>propertyAt:ifAbsentPut:
16:56:50				302/517 - 57/80: Installing method Package>>propertyAt:put:
16:56:50				302/517 - 58/80: Installing method Package>>removeAllExtensionMethodsFromClass:
16:56:50				302/517 - 59/80: Installing method Package>>removeClass:
16:56:50				302/517 - 60/80: Installing method Package>>removeEmptyTags
16:56:50				302/517 - 61/80: Installing method Package>>removeFromSystem
16:56:50				302/517 - 62/80: Installing method Package>>removeMethod:
16:56:50				302/517 - 63/80: Installing method Package>>removeMethods:
16:56:50				302/517 - 64/80: Installing method Package>>removePropertiesIfEmpty
16:56:50				302/517 - 65/80: Installing method Package>>removeProperty:
16:56:50				302/517 - 66/80: Installing method Package>>removeProperty:ifAbsent:
16:56:50				302/517 - 67/80: Installing method Package>>removeTag:
16:56:50				302/517 - 68/80: Installing method Package>>renameTag:to:
16:56:50				302/517 - 69/80: Installing method Package>>renameTo:
16:56:50				302/517 - 70/80: Installing method Package>>rootTag
16:56:50				302/517 - 71/80: Installing method Package>>rootTagName
16:56:50				302/517 - 72/80: Installing method Package>>roots
16:56:50				302/517 - 73/80: Installing method Package>>selectors
16:56:50				302/517 - 74/80: Installing method Package>>selectorsForClass:
16:56:50				302/517 - 75/80: Installing method Package>>tagNamed:
16:56:50				302/517 - 76/80: Installing method Package>>tagNamed:ifAbsent:
16:56:50				302/517 - 77/80: Installing method Package>>tagNamed:ifPresent:
16:56:51				302/517 - 78/80: Installing method Package>>tagNames
16:56:51				302/517 - 79/80: Installing method Package>>tagOf:
16:56:51				302/517 - 80/80: Installing method Package>>tags
16:56:51				302/517 - 1/5: Installing method Package class>>initialize
16:56:51				302/517 - 2/5: Installing method Package class>>initializeProperties
16:56:51				302/517 - 3/5: Installing method Package class>>named:
16:56:51				302/517 - 4/5: Installing method Package class>>named:organizer:
16:56:51				302/517 - 5/5: Installing method Package class>>rootTagName
16:56:51				304/517 - 1/2: Installing method PackageAnnouncement>>package
16:56:51				304/517 - 2/2: Installing method PackageAnnouncement>>package:
16:56:51				304/517 - 1/1: Installing method PackageAnnouncement class>>to:
16:56:51				306/517 - 1/11: Installing method PackageManifest class>>classCommentBlank
16:56:51				306/517 - 2/11: Installing method PackageManifest class>>description
16:56:51				306/517 - 3/11: Installing method PackageManifest class>>ignoredDependencies
16:56:51				306/517 - 4/11: Installing method PackageManifest class>>isDeprecated
16:56:51				306/517 - 5/11: Installing method PackageManifest class>>isManifest
16:56:51				306/517 - 6/11: Installing method PackageManifest class>>isUsed
16:56:51				306/517 - 7/11: Installing method PackageManifest class>>manuallyResolvedDependencies
16:56:51				306/517 - 8/11: Installing method PackageManifest class>>postUnloadAction
16:56:51				306/517 - 9/11: Installing method PackageManifest class>>preUnload
16:56:51				306/517 - 10/11: Installing method PackageManifest class>>rejectClasses
16:56:51				306/517 - 11/11: Installing method PackageManifest class>>rejectRules
16:56:51				307/517 - 1/39: Installing method PackageOrganizer>>addPackage:
16:56:51				307/517 - 2/39: Installing method PackageOrganizer>>basicRegisterPackage:
16:56:51				307/517 - 3/39: Installing method PackageOrganizer>>basicUnregisterPackage:
16:56:51				307/517 - 4/39: Installing method PackageOrganizer>>codeChangeAnnouncer
16:56:51				307/517 - 5/39: Installing method PackageOrganizer>>ensurePackage:
16:56:51				307/517 - 6/39: Installing method PackageOrganizer>>ensurePackage:withTags:
16:56:51				307/517 - 7/39: Installing method PackageOrganizer>>ensurePackageMatching:
16:56:51				307/517 - 8/39: Installing method PackageOrganizer>>ensurePackageOfExtensionProtocol:
16:56:51				307/517 - 9/39: Installing method PackageOrganizer>>ensureTag:inPackage:
16:56:51				307/517 - 10/39: Installing method PackageOrganizer>>environment
16:56:51				307/517 - 11/39: Installing method PackageOrganizer>>environment:
16:56:51				307/517 - 12/39: Installing method PackageOrganizer>>hasPackage:
16:56:51				307/517 - 13/39: Installing method PackageOrganizer>>hasTag:inPackage:
16:56:51				307/517 - 14/39: Installing method PackageOrganizer>>initialize
16:56:51				307/517 - 15/39: Installing method PackageOrganizer>>isClassInstalled:
16:56:51				307/517 - 16/39: Installing method PackageOrganizer>>packageForProtocol:
16:56:51				307/517 - 17/39: Installing method PackageOrganizer>>packageForProtocol:from:
16:56:51				307/517 - 18/39: Installing method PackageOrganizer>>packageMatchingExtensionName:
16:56:51				307/517 - 19/39: Installing method PackageOrganizer>>packageNamed:
16:56:51				307/517 - 20/39: Installing method PackageOrganizer>>packageNamed:ifAbsent:
16:56:51				307/517 - 21/39: Installing method PackageOrganizer>>packageNamed:ifPresent:
16:56:51				307/517 - 22/39: Installing method PackageOrganizer>>packageNames
16:56:51				307/517 - 23/39: Installing method PackageOrganizer>>packageNamesDo:
16:56:51				307/517 - 24/39: Installing method PackageOrganizer>>packageOf:
16:56:51				307/517 - 25/39: Installing method PackageOrganizer>>packageOfClassNamed:
16:56:51				307/517 - 26/39: Installing method PackageOrganizer>>packages
16:56:51				307/517 - 27/39: Installing method PackageOrganizer>>packagesDo:
16:56:51				307/517 - 28/39: Installing method PackageOrganizer>>removeClass:
16:56:51				307/517 - 29/39: Installing method PackageOrganizer>>removeEmptyPackagesAndTags
16:56:51				307/517 - 30/39: Installing method PackageOrganizer>>removePackage:
16:56:51				307/517 - 31/39: Installing method PackageOrganizer>>removeTag:fromPackage:
16:56:51				307/517 - 32/39: Installing method PackageOrganizer>>renamePackage:to:
16:56:51				307/517 - 33/39: Installing method PackageOrganizer>>renameTag:to:inPackage:
16:56:51				307/517 - 34/39: Installing method PackageOrganizer>>repackageMethod:oldProtocol:newProtocol:
16:56:51				307/517 - 35/39: Installing method PackageOrganizer>>testPackageNames
16:56:51				307/517 - 36/39: Installing method PackageOrganizer>>testPackages
16:56:51				307/517 - 37/39: Installing method PackageOrganizer>>undefinedPackage
16:56:51				307/517 - 38/39: Installing method PackageOrganizer>>unregisterPackage:
16:56:51				307/517 - 39/39: Installing method PackageOrganizer>>validatePackageDoesNotExist:
16:56:51				307/517 - 1/1: Installing method PackageOrganizer class>>default
16:56:51				309/517 - 1/4: Installing method PackageRenamed>>newName
16:56:51				309/517 - 2/4: Installing method PackageRenamed>>newName:
16:56:51				309/517 - 3/4: Installing method PackageRenamed>>oldName
16:56:51				309/517 - 4/4: Installing method PackageRenamed>>oldName:
16:56:51				309/517 - 1/1: Installing method PackageRenamed class>>to:oldName:newName:
16:56:52				310/517 - 1/27: Installing method PackageTag>>addClass:
16:56:52				310/517 - 2/27: Installing method PackageTag>>basicRenameTo:
16:56:52				310/517 - 3/27: Installing method PackageTag>>categoryName
16:56:52				310/517 - 4/27: Installing method PackageTag>>classNames
16:56:52				310/517 - 5/27: Installing method PackageTag>>classes
16:56:52				310/517 - 6/27: Installing method PackageTag>>codeChangeAnnouncer
16:56:52				310/517 - 7/27: Installing method PackageTag>>environment
16:56:52				310/517 - 8/27: Installing method PackageTag>>hasClassNamed:
16:56:52				310/517 - 9/27: Installing method PackageTag>>includesClass:
16:56:52				310/517 - 10/27: Installing method PackageTag>>initialize
16:56:52				310/517 - 11/27: Installing method PackageTag>>isEmpty
16:56:52				310/517 - 12/27: Installing method PackageTag>>isRoot
16:56:52				310/517 - 13/27: Installing method PackageTag>>isUndefined
16:56:52				310/517 - 14/27: Installing method PackageTag>>name
16:56:52				310/517 - 15/27: Installing method PackageTag>>name:
16:56:52				310/517 - 16/27: Installing method PackageTag>>organizer
16:56:52				310/517 - 17/27: Installing method PackageTag>>package
16:56:52				310/517 - 18/27: Installing method PackageTag>>package:
16:56:52				310/517 - 19/27: Installing method PackageTag>>packageName
16:56:52				310/517 - 20/27: Installing method PackageTag>>printOn:
16:56:52				310/517 - 21/27: Installing method PackageTag>>privateAddClass:
16:56:52				310/517 - 22/27: Installing method PackageTag>>promoteAsPackage
16:56:52				310/517 - 23/27: Installing method PackageTag>>removeClass:
16:56:52				310/517 - 24/27: Installing method PackageTag>>removeFromPackage
16:56:52				310/517 - 25/27: Installing method PackageTag>>removeFromSystem
16:56:52				310/517 - 26/27: Installing method PackageTag>>renameTo:
16:56:52				310/517 - 27/27: Installing method PackageTag>>rootTagName
16:56:52				310/517 - 1/1: Installing method PackageTag class>>package:name:
16:56:52				312/517 - 1/4: Installing method PackageTagAnnouncement>>package
16:56:52				312/517 - 2/4: Installing method PackageTagAnnouncement>>packagesAffected
16:56:52				312/517 - 3/4: Installing method PackageTagAnnouncement>>tag
16:56:52				312/517 - 4/4: Installing method PackageTagAnnouncement>>tag:
16:56:52				312/517 - 1/2: Installing method PackageTagAnnouncement class>>in:tag:
16:56:52				312/517 - 2/2: Installing method PackageTagAnnouncement class>>to:
16:56:52				314/517 - 1/4: Installing method PackageTagRenamed>>newName
16:56:52				314/517 - 2/4: Installing method PackageTagRenamed>>newName:
16:56:52				314/517 - 3/4: Installing method PackageTagRenamed>>oldName
16:56:52				314/517 - 4/4: Installing method PackageTagRenamed>>oldName:
16:56:52				314/517 - 1/1: Installing method PackageTagRenamed class>>to:oldName:newName:
16:56:53				315/517 - 1/54: Installing method Path>>,
16:56:53				315/517 - 2/54: Installing method Path>>/
16:56:53				315/517 - 3/54: Installing method Path>><=
16:56:53				315/517 - 4/54: Installing method Path>>=
16:56:53				315/517 - 5/54: Installing method Path>>asPath
16:56:53				315/517 - 6/54: Installing method Path>>asPathWith:
16:56:53				315/517 - 7/54: Installing method Path>>asResolvedBy:
16:56:53				315/517 - 8/54: Installing method Path>>base
16:56:53				315/517 - 9/54: Installing method Path>>basename
16:56:53				315/517 - 10/54: Installing method Path>>basename:
16:56:53				315/517 - 11/54: Installing method Path>>basenameWithoutExtension
16:56:53				315/517 - 12/54: Installing method Path>>basenameWithoutExtension:
16:56:53				315/517 - 13/54: Installing method Path>>canonicalize
16:56:53				315/517 - 14/54: Installing method Path>>canonicalizeOnFilesystem:
16:56:53				315/517 - 15/54: Installing method Path>>contains:
16:56:53				315/517 - 16/54: Installing method Path>>containsPath:
16:56:53				315/517 - 17/54: Installing method Path>>containsReference:
16:56:53				315/517 - 18/54: Installing method Path>>copyFrom:
16:56:53				315/517 - 19/54: Installing method Path>>delimiter
16:56:53				315/517 - 20/54: Installing method Path>>do:
16:56:53				315/517 - 21/54: Installing method Path>>emptyPathString
16:56:53				315/517 - 22/54: Installing method Path>>extension
16:56:53				315/517 - 23/54: Installing method Path>>extensionDelimiter
16:56:53				315/517 - 24/54: Installing method Path>>extensions
16:56:54				315/517 - 25/54: Installing method Path>>fullName
16:56:54				315/517 - 26/54: Installing method Path>>hash
16:56:54				315/517 - 27/54: Installing method Path>>isAbsolute
16:56:54				315/517 - 28/54: Installing method Path>>isChildOf:
16:56:54				315/517 - 29/54: Installing method Path>>isContainedBy:
16:56:54				315/517 - 30/54: Installing method Path>>isEmpty
16:56:54				315/517 - 31/54: Installing method Path>>isNetworkPath
16:56:54				315/517 - 32/54: Installing method Path>>isRelative
16:56:54				315/517 - 33/54: Installing method Path>>isRoot
16:56:54				315/517 - 34/54: Installing method Path>>isWorkingDirectory
16:56:54				315/517 - 35/54: Installing method Path>>lengthOfStemWith:
16:56:54				315/517 - 36/54: Installing method Path>>makeRelative:
16:56:54				315/517 - 37/54: Installing method Path>>parent
16:56:54				315/517 - 38/54: Installing method Path>>parentUpTo:
16:56:54				315/517 - 39/54: Installing method Path>>pathString
16:56:54				315/517 - 40/54: Installing method Path>>printOn:delimiter:
16:56:54				315/517 - 41/54: Installing method Path>>printPathOn:
16:56:54				315/517 - 42/54: Installing method Path>>printPathOn:delimiter:
16:56:54				315/517 - 43/54: Installing method Path>>printWithDelimiter:
16:56:54				315/517 - 44/54: Installing method Path>>relativeTo:
16:56:54				315/517 - 45/54: Installing method Path>>relativeToPath:
16:56:54				315/517 - 46/54: Installing method Path>>resolve
16:56:54				315/517 - 47/54: Installing method Path>>resolve:
16:56:54				315/517 - 48/54: Installing method Path>>resolvePath:
16:56:54				315/517 - 49/54: Installing method Path>>resolveReference:
16:56:54				315/517 - 50/54: Installing method Path>>resolveString:
16:56:54				315/517 - 51/54: Installing method Path>>segments
16:56:54				315/517 - 52/54: Installing method Path>>withExtension:
16:56:54				315/517 - 53/54: Installing method Path>>withName:extension:
16:56:54				315/517 - 54/54: Installing method Path>>withParents
16:56:54				315/517 - 1/23: Installing method Path class>>*
16:56:54				315/517 - 2/23: Installing method Path class>>/
16:56:54				315/517 - 3/23: Installing method Path class>>addElement:to:
16:56:54				315/517 - 4/23: Installing method Path class>>addElement:to:on:
16:56:54				315/517 - 5/23: Installing method Path class>>addEmptyElementTo:
16:56:54				315/517 - 6/23: Installing method Path class>>addParentElementTo:
16:56:54				315/517 - 7/23: Installing method Path class>>addParentElementTo:on:
16:56:54				315/517 - 8/23: Installing method Path class>>canonicalizeElements:
16:56:54				315/517 - 9/23: Installing method Path class>>canonicalizeElements:filesystem:
16:56:54				315/517 - 10/23: Installing method Path class>>delimiter
16:56:54				315/517 - 11/23: Installing method Path class>>extensionDelimiter
16:56:54				315/517 - 12/23: Installing method Path class>>from:
16:56:54				315/517 - 13/23: Installing method Path class>>from:delimiter:
16:56:54				315/517 - 14/23: Installing method Path class>>isAbsolutePath:delimiter:
16:56:54				315/517 - 15/23: Installing method Path class>>isAbsoluteUnixPath:
16:56:54				315/517 - 16/23: Installing method Path class>>isAbsoluteWindowsPath:
16:56:54				315/517 - 17/23: Installing method Path class>>parent
16:56:54				315/517 - 18/23: Installing method Path class>>parents:
16:56:54				315/517 - 19/23: Installing method Path class>>removeRedundantSegments:
16:56:54				315/517 - 20/23: Installing method Path class>>root
16:56:54				315/517 - 21/23: Installing method Path class>>with:
16:56:54				315/517 - 22/23: Installing method Path class>>withAll:
16:56:54				315/517 - 23/23: Installing method Path class>>workingDirectory
16:56:54				316/517 - 1/1: Installing method PerformMessageCommandLineHandler>>activate
16:56:54				316/517 - 1/2: Installing method PerformMessageCommandLineHandler class>>commandName
16:56:54				316/517 - 2/2: Installing method PerformMessageCommandLineHandler class>>description
16:56:54				317/517 - 1/2: Installing method PharoBootstrapInitialization class>>initializeCommandLineHandlerAndErrorHandling
16:56:54				317/517 - 2/2: Installing method PharoBootstrapInitialization class>>initializeFileSystem
16:56:55				318/517 - 1/8: Installing method PharoCommandLineHandler>>activate
16:56:55				318/517 - 2/8: Installing method PharoCommandLineHandler>>changePreferences
16:56:55				318/517 - 3/8: Installing method PharoCommandLineHandler>>default
16:56:55				318/517 - 4/8: Installing method PharoCommandLineHandler>>forcePreferencesOmission
16:56:55				318/517 - 5/8: Installing method PharoCommandLineHandler>>isChangingPreferences
16:56:55				318/517 - 6/8: Installing method PharoCommandLineHandler>>isOmittingPreferences
16:56:55				318/517 - 7/8: Installing method PharoCommandLineHandler>>isOverridingPreferences
16:56:55				318/517 - 8/8: Installing method PharoCommandLineHandler>>runPreferences
16:56:55				318/517 - 1/7: Installing method PharoCommandLineHandler class>>activateWith:
16:56:55				318/517 - 2/7: Installing method PharoCommandLineHandler class>>description
16:56:55				318/517 - 3/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission
16:56:55				318/517 - 4/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission:
16:56:55				318/517 - 5/7: Installing method PharoCommandLineHandler class>>isResponsibleFor:
16:56:55				318/517 - 6/7: Installing method PharoCommandLineHandler class>>priority
16:56:55				318/517 - 7/7: Installing method PharoCommandLineHandler class>>requireDeploymentPassword
16:56:55				319/517 - 1/22: Installing method PharoFilesOpener>>badContentMsg
16:56:55				319/517 - 2/22: Installing method PharoFilesOpener>>cannotLocateMsg
16:56:55				319/517 - 3/22: Installing method PharoFilesOpener>>cannotWriteMsg
16:56:55				319/517 - 4/22: Installing method PharoFilesOpener>>changesFileOrNil
16:56:55				319/517 - 5/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:
16:56:55				319/517 - 6/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:silent:
16:56:55				319/517 - 7/22: Installing method PharoFilesOpener>>changesName
16:56:55				319/517 - 8/22: Installing method PharoFilesOpener>>ignoreIfFail:
16:56:55				319/517 - 9/22: Installing method PharoFilesOpener>>inform:withChangesRef:
16:56:55				319/517 - 10/22: Installing method PharoFilesOpener>>inform:withRef:
16:56:55				319/517 - 11/22: Installing method PharoFilesOpener>>inform:withSourceRef:
16:56:55				319/517 - 12/22: Installing method PharoFilesOpener>>informCannotLocateSources
16:56:55				319/517 - 13/22: Installing method PharoFilesOpener>>informProblemInChanges:
16:56:55				319/517 - 14/22: Installing method PharoFilesOpener>>lastImagePath
16:56:55				319/517 - 15/22: Installing method PharoFilesOpener>>openChanges:readOnly:
16:56:55				319/517 - 16/22: Installing method PharoFilesOpener>>openSources
16:56:55				319/517 - 17/22: Installing method PharoFilesOpener>>openSources:forImage:
16:56:55				319/517 - 18/22: Installing method PharoFilesOpener>>setInformAboutReadOnlyChanges
16:56:55				319/517 - 19/22: Installing method PharoFilesOpener>>shouldInformAboutReadOnlyChanges
16:56:55				319/517 - 20/22: Installing method PharoFilesOpener>>sourcesFileOrNil
16:56:55				319/517 - 21/22: Installing method PharoFilesOpener>>sourcesName
16:56:55				319/517 - 22/22: Installing method PharoFilesOpener>>unsetInformAboutReadOnlyChanges
16:56:55				319/517 - 1/2: Installing method PharoFilesOpener class>>default
16:56:55				319/517 - 2/2: Installing method PharoFilesOpener class>>reset
16:56:55				320/517 - 1/9: Installing method PluggableDictionary>>=
16:56:55				320/517 - 2/9: Installing method PluggableDictionary>>copyEmpty
16:56:55				320/517 - 3/9: Installing method PluggableDictionary>>equalBlock
16:56:55				320/517 - 4/9: Installing method PluggableDictionary>>equalBlock:
16:56:55				320/517 - 5/9: Installing method PluggableDictionary>>hash
16:56:55				320/517 - 6/9: Installing method PluggableDictionary>>hashBlock
16:56:55				320/517 - 7/9: Installing method PluggableDictionary>>hashBlock:
16:56:55				320/517 - 8/9: Installing method PluggableDictionary>>scanFor:
16:56:55				320/517 - 9/9: Installing method PluggableDictionary>>scanForEmptySlotFor:
16:56:55				320/517 - 1/1: Installing method PluggableDictionary class>>integerDictionary
16:56:55				321/517 - 1/7: Installing method PluggableSet>>copyEmpty
16:56:55				321/517 - 2/7: Installing method PluggableSet>>equalBlock
16:56:55				321/517 - 3/7: Installing method PluggableSet>>equalBlock:
16:56:55				321/517 - 4/7: Installing method PluggableSet>>hashBlock
16:56:55				321/517 - 5/7: Installing method PluggableSet>>hashBlock:
16:56:55				321/517 - 6/7: Installing method PluggableSet>>scanFor:
16:56:55				321/517 - 7/7: Installing method PluggableSet>>scanForEmptySlotFor:
16:56:55				321/517 - 1/1: Installing method PluggableSet class>>integerSet
16:56:57				322/517 - 1/85: Installing method Point>>*
16:56:57				322/517 - 2/85: Installing method Point>>+
16:56:57				322/517 - 3/85: Installing method Point>>-
16:56:57				322/517 - 4/85: Installing method Point>>/
16:56:57				322/517 - 5/85: Installing method Point>>//
16:56:57				322/517 - 6/85: Installing method Point>><
16:56:57				322/517 - 7/85: Installing method Point>><=
16:56:57				322/517 - 8/85: Installing method Point>>=
16:56:57				322/517 - 9/85: Installing method Point>>>
16:56:57				322/517 - 10/85: Installing method Point>>>=
16:56:57				322/517 - 11/85: Installing method Point>>\\
16:56:57				322/517 - 12/85: Installing method Point>>abs
16:56:57				322/517 - 13/85: Installing method Point>>adaptToCollection:andSend:
16:56:57				322/517 - 14/85: Installing method Point>>adaptToNumber:andSend:
16:56:57				322/517 - 15/85: Installing method Point>>adhereTo:
16:56:57				322/517 - 16/85: Installing method Point>>asFloatPoint
16:56:57				322/517 - 17/85: Installing method Point>>asIntegerPoint
16:56:57				322/517 - 18/85: Installing method Point>>asNonFractionalPoint
16:56:57				322/517 - 19/85: Installing method Point>>asPoint
16:56:57				322/517 - 20/85: Installing method Point>>bitShiftPoint:
16:56:57				322/517 - 21/85: Installing method Point>>ceiling
16:56:57				322/517 - 22/85: Installing method Point>>closeTo:
16:56:57				322/517 - 23/85: Installing method Point>>closeTo:precision:
16:56:57				322/517 - 24/85: Installing method Point>>corner:
16:56:57				322/517 - 25/85: Installing method Point>>crossProduct:
16:56:57				322/517 - 26/85: Installing method Point>>deepCopy
16:56:57				322/517 - 27/85: Installing method Point>>directionToLineFrom:to:
16:56:57				322/517 - 28/85: Installing method Point>>dotProduct:
16:56:57				322/517 - 29/85: Installing method Point>>eightNeighbors
16:56:57				322/517 - 30/85: Installing method Point>>extent:
16:56:57				322/517 - 31/85: Installing method Point>>flipBy:centerAt:
16:56:57				322/517 - 32/85: Installing method Point>>floor
16:56:57				322/517 - 33/85: Installing method Point>>fourDirections
16:56:57				322/517 - 34/85: Installing method Point>>fourNeighbors
16:56:57				322/517 - 35/85: Installing method Point>>grid:
16:56:57				322/517 - 36/85: Installing method Point>>guarded
16:56:57				322/517 - 37/85: Installing method Point>>hash
16:56:57				322/517 - 38/85: Installing method Point>>insideTriangle:with:with:
16:56:57				322/517 - 39/85: Installing method Point>>interpolateTo:at:
16:56:57				322/517 - 40/85: Installing method Point>>isFloatPoint
16:56:57				322/517 - 41/85: Installing method Point>>isInsideCircle:with:with:
16:56:57				322/517 - 42/85: Installing method Point>>isInsideRectangle:
16:56:57				322/517 - 43/85: Installing method Point>>isIntegerPoint
16:56:57				322/517 - 44/85: Installing method Point>>isPoint
16:56:57				322/517 - 45/85: Installing method Point>>isSelfEvaluating
16:56:57				322/517 - 46/85: Installing method Point>>isZero
16:56:57				322/517 - 47/85: Installing method Point>>leftRotated
16:56:57				322/517 - 48/85: Installing method Point>>max
16:56:57				322/517 - 49/85: Installing method Point>>max:
16:56:57				322/517 - 50/85: Installing method Point>>min
16:56:57				322/517 - 51/85: Installing method Point>>min:
16:56:57				322/517 - 52/85: Installing method Point>>min:max:
16:56:57				322/517 - 53/85: Installing method Point>>nearestPointAlongLineFrom:to:
16:56:57				322/517 - 54/85: Installing method Point>>nearestPointOnLineFrom:to:
16:56:57				322/517 - 55/85: Installing method Point>>negated
16:56:57				322/517 - 56/85: Installing method Point>>octantOf:
16:56:57				322/517 - 57/85: Installing method Point>>printOn:
16:56:57				322/517 - 58/85: Installing method Point>>quadrantOf:
16:56:57				322/517 - 59/85: Installing method Point>>reciprocal
16:56:57				322/517 - 60/85: Installing method Point>>rectangle:
16:56:57				322/517 - 61/85: Installing method Point>>reflectedAbout:
16:56:57				322/517 - 62/85: Installing method Point>>rightRotated
16:56:57				322/517 - 63/85: Installing method Point>>roundDownTo:
16:56:57				322/517 - 64/85: Installing method Point>>roundTo:
16:56:57				322/517 - 65/85: Installing method Point>>roundUpTo:
16:56:57				322/517 - 66/85: Installing method Point>>rounded
16:56:57				322/517 - 67/85: Installing method Point>>scaleBy:
16:56:57				322/517 - 68/85: Installing method Point>>scaleFrom:to:
16:56:57				322/517 - 69/85: Installing method Point>>scaleTo:
16:56:57				322/517 - 70/85: Installing method Point>>setX:setY:
16:56:57				322/517 - 71/85: Installing method Point>>sideOf:
16:56:57				322/517 - 72/85: Installing method Point>>sign
16:56:57				322/517 - 73/85: Installing method Point>>sortsBefore:
16:56:57				322/517 - 74/85: Installing method Point>>squaredDistanceTo:
16:56:57				322/517 - 75/85: Installing method Point>>storeOn:
16:56:57				322/517 - 76/85: Installing method Point>>to:intersects:to:
16:56:57				322/517 - 77/85: Installing method Point>>to:sideOf:
16:56:57				322/517 - 78/85: Installing method Point>>translateBy:
16:56:57				322/517 - 79/85: Installing method Point>>transposed
16:56:57				322/517 - 80/85: Installing method Point>>triangleArea:with:
16:56:57				322/517 - 81/85: Installing method Point>>truncateTo:
16:56:57				322/517 - 82/85: Installing method Point>>truncated
16:56:57				322/517 - 83/85: Installing method Point>>veryDeepCopyWith:
16:56:57				322/517 - 84/85: Installing method Point>>x
16:56:57				322/517 - 85/85: Installing method Point>>y
16:56:57				322/517 - 1/1: Installing method Point class>>x:y:
16:56:58				323/517 - 1/31: Installing method PointerLayout>>=
16:56:58				323/517 - 2/31: Installing method PointerLayout>>allSlots
16:56:58				323/517 - 3/31: Installing method PointerLayout>>allVisibleSlots
16:56:58				323/517 - 4/31: Installing method PointerLayout>>checkInheritedSlots
16:56:58				323/517 - 5/31: Installing method PointerLayout>>checkIntegrity
16:56:58				323/517 - 6/31: Installing method PointerLayout>>checkParentScopes
16:56:58				323/517 - 7/31: Installing method PointerLayout>>checkSanity
16:56:58				323/517 - 8/31: Installing method PointerLayout>>checkSlotIndices
16:56:58				323/517 - 9/31: Installing method PointerLayout>>checkSlotNames
16:56:58				323/517 - 10/31: Installing method PointerLayout>>definesSlotNamed:
16:56:58				323/517 - 11/31: Installing method PointerLayout>>extend
16:56:58				323/517 - 12/31: Installing method PointerLayout>>extend:
16:56:58				323/517 - 13/31: Installing method PointerLayout>>extendEphemeron:
16:56:58				323/517 - 14/31: Installing method PointerLayout>>extendVariable:
16:56:58				323/517 - 15/31: Installing method PointerLayout>>extendWeak:
16:56:58				323/517 - 16/31: Installing method PointerLayout>>fieldSize
16:56:58				323/517 - 17/31: Installing method PointerLayout>>hasBindingThatBeginsWith:
16:56:58				323/517 - 18/31: Installing method PointerLayout>>hasFields
16:56:58				323/517 - 19/31: Installing method PointerLayout>>hasSlots
16:56:58				323/517 - 20/31: Installing method PointerLayout>>hash
16:56:58				323/517 - 21/31: Installing method PointerLayout>>host:
16:56:58				323/517 - 22/31: Installing method PointerLayout>>initializeInstance:
16:56:58				323/517 - 23/31: Installing method PointerLayout>>instVarNames
16:56:58				323/517 - 24/31: Installing method PointerLayout>>postCopy
16:56:58				323/517 - 25/31: Installing method PointerLayout>>resolveSlot:
16:56:58				323/517 - 26/31: Installing method PointerLayout>>resolveSlot:ifFound:ifNone:
16:56:58				323/517 - 27/31: Installing method PointerLayout>>size
16:56:58				323/517 - 28/31: Installing method PointerLayout>>slotNamed:
16:56:58				323/517 - 29/31: Installing method PointerLayout>>slotScope
16:56:58				323/517 - 30/31: Installing method PointerLayout>>slotScope:
16:56:58				323/517 - 31/31: Installing method PointerLayout>>slots
16:56:58				323/517 - 1/1: Installing method PointerLayout class>>isAbstract
16:56:59				324/517 - 1/75: Installing method PositionableStream>>atEnd
16:56:59				324/517 - 2/75: Installing method PositionableStream>>back
16:56:59				324/517 - 3/75: Installing method PositionableStream>>backUpTo:
16:56:59				324/517 - 4/75: Installing method PositionableStream>>boolean
16:56:59				324/517 - 5/75: Installing method PositionableStream>>boolean:
16:56:59				324/517 - 6/75: Installing method PositionableStream>>collectionSpecies
16:56:59				324/517 - 7/75: Installing method PositionableStream>>contents
16:56:59				324/517 - 8/75: Installing method PositionableStream>>contentsOfEntireFile
16:56:59				324/517 - 9/75: Installing method PositionableStream>>int16
16:56:59				324/517 - 10/75: Installing method PositionableStream>>int16:
16:56:59				324/517 - 11/75: Installing method PositionableStream>>int32
16:56:59				324/517 - 12/75: Installing method PositionableStream>>int32:
16:56:59				324/517 - 13/75: Installing method PositionableStream>>isBinary
16:56:59				324/517 - 14/75: Installing method PositionableStream>>isEmpty
16:56:59				324/517 - 15/75: Installing method PositionableStream>>match:
16:56:59				324/517 - 16/75: Installing method PositionableStream>>next:
16:56:59				324/517 - 17/75: Installing method PositionableStream>>next:into:
16:56:59				324/517 - 18/75: Installing method PositionableStream>>next:into:startingAt:
16:56:59				324/517 - 19/75: Installing method PositionableStream>>next:putAll:
16:56:59				324/517 - 20/75: Installing method PositionableStream>>nextDelimited:
16:56:59				324/517 - 21/75: Installing method PositionableStream>>nextInt32
16:56:59				324/517 - 22/75: Installing method PositionableStream>>nextInt32Put:
16:56:59				324/517 - 23/75: Installing method PositionableStream>>nextInto:
16:56:59				324/517 - 24/75: Installing method PositionableStream>>nextInto:startingAt:
16:56:59				324/517 - 25/75: Installing method PositionableStream>>nextLine
16:56:59				324/517 - 26/75: Installing method PositionableStream>>nextLittleEndianNumber:
16:56:59				324/517 - 27/75: Installing method PositionableStream>>nextLittleEndianNumber:put:
16:56:59				324/517 - 28/75: Installing method PositionableStream>>nextNumber:
16:56:59				324/517 - 29/75: Installing method PositionableStream>>nextNumber:put:
16:56:59				324/517 - 30/75: Installing method PositionableStream>>nextString
16:56:59				324/517 - 31/75: Installing method PositionableStream>>nextStringOld
16:56:59				324/517 - 32/75: Installing method PositionableStream>>nextStringPut:
16:56:59				324/517 - 33/75: Installing method PositionableStream>>nextWord
16:56:59				324/517 - 34/75: Installing method PositionableStream>>nextWordPut:
16:56:59				324/517 - 35/75: Installing method PositionableStream>>oldBack
16:56:59				324/517 - 36/75: Installing method PositionableStream>>oldPeekBack
16:56:59				324/517 - 37/75: Installing method PositionableStream>>on:
16:56:59				324/517 - 38/75: Installing method PositionableStream>>on:from:to:
16:56:59				324/517 - 39/75: Installing method PositionableStream>>originalContents
16:56:59				324/517 - 40/75: Installing method PositionableStream>>padTo:put:
16:56:59				324/517 - 41/75: Installing method PositionableStream>>padToNextLongPut:
16:56:59				324/517 - 42/75: Installing method PositionableStream>>peek
16:56:59				324/517 - 43/75: Installing method PositionableStream>>peekBack
16:56:59				324/517 - 44/75: Installing method PositionableStream>>peekFor:
16:56:59				324/517 - 45/75: Installing method PositionableStream>>position
16:56:59				324/517 - 46/75: Installing method PositionableStream>>position:
16:56:59				324/517 - 47/75: Installing method PositionableStream>>positionError
16:56:59				324/517 - 48/75: Installing method PositionableStream>>positionOfSubCollection:
16:56:59				324/517 - 49/75: Installing method PositionableStream>>positionOfSubCollection:ifAbsent:
16:56:59				324/517 - 50/75: Installing method PositionableStream>>pushBack:
16:56:59				324/517 - 51/75: Installing method PositionableStream>>readInto:startingAt:count:
16:56:59				324/517 - 52/75: Installing method PositionableStream>>reset
16:56:59				324/517 - 53/75: Installing method PositionableStream>>resetContents
16:56:59				324/517 - 54/75: Installing method PositionableStream>>setFrom:to:
16:56:59				324/517 - 55/75: Installing method PositionableStream>>setToEnd
16:56:59				324/517 - 56/75: Installing method PositionableStream>>setToStart
16:56:59				324/517 - 57/75: Installing method PositionableStream>>skip:
16:56:59				324/517 - 58/75: Installing method PositionableStream>>skipSeparators
16:56:59				324/517 - 59/75: Installing method PositionableStream>>skipSeparatorsAndPeekNext
16:56:59				324/517 - 60/75: Installing method PositionableStream>>skipTo:
16:56:59				324/517 - 61/75: Installing method PositionableStream>>string
16:56:59				324/517 - 62/75: Installing method PositionableStream>>string:
16:56:59				324/517 - 63/75: Installing method PositionableStream>>uint16
16:56:59				324/517 - 64/75: Installing method PositionableStream>>uint16:
16:56:59				324/517 - 65/75: Installing method PositionableStream>>uint24
16:56:59				324/517 - 66/75: Installing method PositionableStream>>uint24:
16:56:59				324/517 - 67/75: Installing method PositionableStream>>uint32
16:56:59				324/517 - 68/75: Installing method PositionableStream>>uint32:
16:56:59				324/517 - 69/75: Installing method PositionableStream>>upTo:
16:56:59				324/517 - 70/75: Installing method PositionableStream>>upToAll:
16:56:59				324/517 - 71/75: Installing method PositionableStream>>upToAny:
16:56:59				324/517 - 72/75: Installing method PositionableStream>>upToAnyOf:
16:56:59				324/517 - 73/75: Installing method PositionableStream>>upToAnyOf:do:
16:56:59				324/517 - 74/75: Installing method PositionableStream>>upToEnd
16:56:59				324/517 - 75/75: Installing method PositionableStream>>upToPosition:
16:56:59				324/517 - 1/4: Installing method PositionableStream class>>isAbstract
16:56:59				324/517 - 2/4: Installing method PositionableStream class>>on:
16:56:59				324/517 - 3/4: Installing method PositionableStream class>>on:from:to:
16:56:59				324/517 - 4/4: Installing method PositionableStream class>>with:do:
16:56:59				325/517 - 1/20: Installing method Pragma>>=
16:56:59				325/517 - 2/20: Installing method Pragma>>analogousCodeTo:
16:56:59				325/517 - 3/20: Installing method Pragma>>argumentAt:
16:56:59				325/517 - 4/20: Installing method Pragma>>argumentNamed:
16:56:59				325/517 - 5/20: Installing method Pragma>>argumentNamed:ifNone:
16:56:59				325/517 - 6/20: Installing method Pragma>>displayStringOn:
16:56:59				325/517 - 7/20: Installing method Pragma>>hasLiteral:
16:56:59				325/517 - 8/20: Installing method Pragma>>hash
16:56:59				325/517 - 9/20: Installing method Pragma>>key
16:56:59				325/517 - 10/20: Installing method Pragma>>keyword
16:56:59				325/517 - 11/20: Installing method Pragma>>message
16:56:59				325/517 - 12/20: Installing method Pragma>>method
16:56:59				325/517 - 13/20: Installing method Pragma>>method:
16:56:59				325/517 - 14/20: Installing method Pragma>>methodClass
16:56:59				325/517 - 15/20: Installing method Pragma>>methodSelector
16:56:59				325/517 - 16/20: Installing method Pragma>>printOn:
16:56:59				325/517 - 17/20: Installing method Pragma>>refersToLiteral:
16:56:59				325/517 - 18/20: Installing method Pragma>>sendTo:
16:56:59				325/517 - 19/20: Installing method Pragma>>sourceNode
16:56:59				325/517 - 20/20: Installing method Pragma>>withArgumentsDo:
16:56:59				325/517 - 1/11: Installing method Pragma class>>addToCache:
16:56:59				325/517 - 2/11: Installing method Pragma class>>all
16:56:59				325/517 - 3/11: Installing method Pragma class>>allNamed:
16:56:59				325/517 - 4/11: Installing method Pragma class>>allNamed:from:to:
16:56:59				325/517 - 5/11: Installing method Pragma class>>allNamed:from:to:sortedByArgument:
16:56:59				325/517 - 6/11: Installing method Pragma class>>allNamed:from:to:sortedUsing:
16:56:59				325/517 - 7/11: Installing method Pragma class>>allNamed:in:
16:56:59				325/517 - 8/11: Installing method Pragma class>>allNamed:in:sortedByArgument:
16:56:59				325/517 - 9/11: Installing method Pragma class>>allNamed:in:sortedUsing:
16:56:59				325/517 - 10/11: Installing method Pragma class>>for:selector:arguments:
16:56:59				325/517 - 11/11: Installing method Pragma class>>pragmaCache
16:56:59				326/517 - 1/5: Installing method PrimitiveError>>errorCode
16:56:59				326/517 - 2/5: Installing method PrimitiveError>>errorCode:
16:56:59				326/517 - 3/5: Installing method PrimitiveError>>errorName
16:57:00				326/517 - 4/5: Installing method PrimitiveError>>errorName:
16:57:00				326/517 - 5/5: Installing method PrimitiveError>>isPrimitiveError
16:57:00				327/517 - 1/1: Installing method PrimitiveFailed>>standardMessageText
16:57:00				328/517 - 1/4: Installing method PrintVersionCommandLineHandler>>activate
16:57:00				328/517 - 2/4: Installing method PrintVersionCommandLineHandler>>printNumericVersion
16:57:00				328/517 - 3/4: Installing method PrintVersionCommandLineHandler>>printRelease
16:57:00				328/517 - 4/4: Installing method PrintVersionCommandLineHandler>>printVersion
16:57:00				328/517 - 1/2: Installing method PrintVersionCommandLineHandler class>>commandName
16:57:00				328/517 - 2/2: Installing method PrintVersionCommandLineHandler class>>description
16:57:01				329/517 - 1/47: Installing method Process>>browserPrintString
16:57:01				329/517 - 2/47: Installing method Process>>browserPrintStringWith:
16:57:01				329/517 - 3/47: Installing method Process>>calleeOf:
16:57:01				329/517 - 4/47: Installing method Process>>copyStack
16:57:01				329/517 - 5/47: Installing method Process>>doTerminationFromAnotherProcess
16:57:01				329/517 - 6/47: Installing method Process>>doTerminationFromYourself
16:57:01				329/517 - 7/47: Installing method Process>>effectiveProcess
16:57:01				329/517 - 8/47: Installing method Process>>effectiveProcess:
16:57:01				329/517 - 9/47: Installing method Process>>endProcess
16:57:01				329/517 - 10/47: Installing method Process>>errorHandler
16:57:01				329/517 - 11/47: Installing method Process>>errorHandler:
16:57:01				329/517 - 12/47: Installing method Process>>evaluate:onBehalfOf:
16:57:01				329/517 - 13/47: Installing method Process>>handleError:
16:57:01				329/517 - 14/47: Installing method Process>>handleNotification:
16:57:01				329/517 - 15/47: Installing method Process>>handleWarning:
16:57:01				329/517 - 16/47: Installing method Process>>initialize
16:57:01				329/517 - 17/47: Installing method Process>>install:
16:57:01				329/517 - 18/47: Installing method Process>>installEnvIntoForked:
16:57:01				329/517 - 19/47: Installing method Process>>isActive
16:57:01				329/517 - 20/47: Installing method Process>>isActiveProcess
16:57:01				329/517 - 21/47: Installing method Process>>isReady
16:57:01				329/517 - 22/47: Installing method Process>>isSuspended
16:57:01				329/517 - 23/47: Installing method Process>>isTerminated
16:57:01				329/517 - 24/47: Installing method Process>>isTerminating
16:57:01				329/517 - 25/47: Installing method Process>>isWaiting
16:57:01				329/517 - 26/47: Installing method Process>>name
16:57:01				329/517 - 27/47: Installing method Process>>name:
16:57:01				329/517 - 28/47: Installing method Process>>on:do:
16:57:01				329/517 - 29/47: Installing method Process>>primitiveResume
16:57:01				329/517 - 30/47: Installing method Process>>printOn:
16:57:01				329/517 - 31/47: Installing method Process>>priority
16:57:01				329/517 - 32/47: Installing method Process>>priority:
16:57:01				329/517 - 33/47: Installing method Process>>psValueAt:
16:57:01				329/517 - 34/47: Installing method Process>>psValueAt:put:
16:57:01				329/517 - 35/47: Installing method Process>>pvtSignal:list:
16:57:01				329/517 - 36/47: Installing method Process>>resetPSValueAt:
16:57:01				329/517 - 37/47: Installing method Process>>resume
16:57:01				329/517 - 38/47: Installing method Process>>run
16:57:01				329/517 - 39/47: Installing method Process>>signalException:
16:57:01				329/517 - 40/47: Installing method Process>>state
16:57:01				329/517 - 41/47: Installing method Process>>step
16:57:01				329/517 - 42/47: Installing method Process>>stepToCallee
16:57:01				329/517 - 43/47: Installing method Process>>suspend
16:57:01				329/517 - 44/47: Installing method Process>>suspendedContext
16:57:01				329/517 - 45/47: Installing method Process>>suspendedContext:
16:57:01				329/517 - 46/47: Installing method Process>>suspendingList
16:57:01				329/517 - 47/47: Installing method Process>>terminate
16:57:01				329/517 - 1/4: Installing method Process class>>allocatePSKey:
16:57:01				329/517 - 2/4: Installing method Process class>>forContext:priority:
16:57:01				329/517 - 3/4: Installing method Process class>>psKeysSema
16:57:01				329/517 - 4/4: Installing method Process class>>updateInheritableKeys
16:57:01				331/517 - 1/40: Installing method ProcessList>>add:
16:57:01				331/517 - 2/40: Installing method ProcessList>>add:after:
16:57:01				331/517 - 3/40: Installing method ProcessList>>add:afterLink:
16:57:01				331/517 - 4/40: Installing method ProcessList>>add:before:
16:57:01				331/517 - 5/40: Installing method ProcessList>>add:beforeLink:
16:57:01				331/517 - 6/40: Installing method ProcessList>>addFirst:
16:57:01				331/517 - 7/40: Installing method ProcessList>>addLast:
16:57:01				331/517 - 8/40: Installing method ProcessList>>at:
16:57:01				331/517 - 9/40: Installing method ProcessList>>at:put:
16:57:01				331/517 - 10/40: Installing method ProcessList>>at:putLink:
16:57:01				331/517 - 11/40: Installing method ProcessList>>collect:
16:57:01				331/517 - 12/40: Installing method ProcessList>>collect:thenSelect:
16:57:01				331/517 - 13/40: Installing method ProcessList>>copyWith:
16:57:01				331/517 - 14/40: Installing method ProcessList>>copyWithout:
16:57:01				331/517 - 15/40: Installing method ProcessList>>do:
16:57:01				331/517 - 16/40: Installing method ProcessList>>first
16:57:01				331/517 - 17/40: Installing method ProcessList>>firstLink
16:57:01				331/517 - 18/40: Installing method ProcessList>>indexOf:startingAt:ifAbsent:
16:57:01				331/517 - 19/40: Installing method ProcessList>>isEmpty
16:57:01				331/517 - 20/40: Installing method ProcessList>>last
16:57:01				331/517 - 21/40: Installing method ProcessList>>lastLink
16:57:01				331/517 - 22/40: Installing method ProcessList>>linkAt:
16:57:01				331/517 - 23/40: Installing method ProcessList>>linkAt:ifAbsent:
16:57:01				331/517 - 24/40: Installing method ProcessList>>linkOf:
16:57:01				331/517 - 25/40: Installing method ProcessList>>linkOf:ifAbsent:
16:57:01				331/517 - 26/40: Installing method ProcessList>>linksDo:
16:57:01				331/517 - 27/40: Installing method ProcessList>>postCopy
16:57:01				331/517 - 28/40: Installing method ProcessList>>remove:ifAbsent:
16:57:02				331/517 - 29/40: Installing method ProcessList>>removeAll
16:57:02				331/517 - 30/40: Installing method ProcessList>>removeAllSuchThat:
16:57:02				331/517 - 31/40: Installing method ProcessList>>removeFirst
16:57:02				331/517 - 32/40: Installing method ProcessList>>removeLast
16:57:02				331/517 - 33/40: Installing method ProcessList>>removeLink:
16:57:02				331/517 - 34/40: Installing method ProcessList>>removeLink:ifAbsent:
16:57:02				331/517 - 35/40: Installing method ProcessList>>select:
16:57:02				331/517 - 36/40: Installing method ProcessList>>select:thenCollect:
16:57:02				331/517 - 37/40: Installing method ProcessList>>size
16:57:02				331/517 - 38/40: Installing method ProcessList>>species
16:57:02				331/517 - 39/40: Installing method ProcessList>>swap:with:
16:57:02				331/517 - 40/40: Installing method ProcessList>>validIndex:
16:57:02				331/517 - 1/4: Installing method ProcessList class>>new:
16:57:02				331/517 - 2/4: Installing method ProcessList class>>new:streamContents:
16:57:02				331/517 - 3/4: Installing method ProcessList class>>newFrom:
16:57:02				331/517 - 4/4: Installing method ProcessList class>>streamSpecies
16:57:02				332/517 - 1/1: Installing method ProcessLocalVariable>>value:
16:57:02				332/517 - 1/1: Installing method ProcessLocalVariable class>>value:
16:57:02				333/517 - 1/7: Installing method ProcessSpecificVariable>>default
16:57:02				333/517 - 2/7: Installing method ProcessSpecificVariable>>index
16:57:02				333/517 - 3/7: Installing method ProcessSpecificVariable>>index:
16:57:02				333/517 - 4/7: Installing method ProcessSpecificVariable>>installValue:intoForked:from:
16:57:02				333/517 - 5/7: Installing method ProcessSpecificVariable>>isInheritable
16:57:02				333/517 - 6/7: Installing method ProcessSpecificVariable>>value
16:57:02				333/517 - 7/7: Installing method ProcessSpecificVariable>>valueOrNil
16:57:02				333/517 - 1/6: Installing method ProcessSpecificVariable class>>initialize
16:57:02				333/517 - 2/6: Installing method ProcessSpecificVariable class>>isInheritable
16:57:02				333/517 - 3/6: Installing method ProcessSpecificVariable class>>new
16:57:02				333/517 - 4/6: Installing method ProcessSpecificVariable class>>resetSoleInstance
16:57:02				333/517 - 5/6: Installing method ProcessSpecificVariable class>>soleInstance
16:57:02				333/517 - 6/6: Installing method ProcessSpecificVariable class>>value
16:57:02				334/517 - 1/30: Installing method ProcessorScheduler>>activePriority
16:57:02				334/517 - 2/30: Installing method ProcessorScheduler>>activeProcess
16:57:02				334/517 - 3/30: Installing method ProcessorScheduler>>anyProcessesAbove:
16:57:02				334/517 - 4/30: Installing method ProcessorScheduler>>backgroundProcess
16:57:02				334/517 - 5/30: Installing method ProcessorScheduler>>highIOPriority
16:57:02				334/517 - 6/30: Installing method ProcessorScheduler>>highestPriority
16:57:02				334/517 - 7/30: Installing method ProcessorScheduler>>highestPriority:
16:57:02				334/517 - 8/30: Installing method ProcessorScheduler>>interpriorityYield:
16:57:02				334/517 - 9/30: Installing method ProcessorScheduler>>isSelfEvaluating
16:57:02				334/517 - 10/30: Installing method ProcessorScheduler>>lowIOPriority
16:57:02				334/517 - 11/30: Installing method ProcessorScheduler>>lowestPriority
16:57:02				334/517 - 12/30: Installing method ProcessorScheduler>>nextReadyProcess
16:57:02				334/517 - 13/30: Installing method ProcessorScheduler>>preemptedProcess
16:57:02				334/517 - 14/30: Installing method ProcessorScheduler>>printOn:
16:57:02				334/517 - 15/30: Installing method ProcessorScheduler>>realActiveProcess
16:57:02				334/517 - 16/30: Installing method ProcessorScheduler>>remove:ifAbsent:
16:57:02				334/517 - 17/30: Installing method ProcessorScheduler>>scanSchedule:startingAt:
16:57:02				334/517 - 18/30: Installing method ProcessorScheduler>>suspendFirstAt:
16:57:02				334/517 - 19/30: Installing method ProcessorScheduler>>suspendFirstAt:ifNone:
16:57:02				334/517 - 20/30: Installing method ProcessorScheduler>>systemBackgroundPriority
16:57:02				334/517 - 21/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:
16:57:02				334/517 - 22/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:every:
16:57:02				334/517 - 23/30: Installing method ProcessorScheduler>>terminateActive
16:57:02				334/517 - 24/30: Installing method ProcessorScheduler>>terminateRealActive
16:57:02				334/517 - 25/30: Installing method ProcessorScheduler>>timingPriority
16:57:02				334/517 - 26/30: Installing method ProcessorScheduler>>userBackgroundPriority
16:57:02				334/517 - 27/30: Installing method ProcessorScheduler>>userInterruptPriority
16:57:02				334/517 - 28/30: Installing method ProcessorScheduler>>userSchedulingPriority
16:57:02				334/517 - 29/30: Installing method ProcessorScheduler>>waitingProcessesAt:
16:57:02				334/517 - 30/30: Installing method ProcessorScheduler>>yield
16:57:02				334/517 - 1/8: Installing method ProcessorScheduler class>>idleProcess
16:57:02				334/517 - 2/8: Installing method ProcessorScheduler class>>idleTime
16:57:02				334/517 - 3/8: Installing method ProcessorScheduler class>>idleTime:
16:57:02				334/517 - 4/8: Installing method ProcessorScheduler class>>idleTimeSettingOn:
16:57:02				334/517 - 5/8: Installing method ProcessorScheduler class>>initialize
16:57:02				334/517 - 6/8: Installing method ProcessorScheduler class>>new
16:57:02				334/517 - 7/8: Installing method ProcessorScheduler class>>relinquishProcessorForMicroseconds:
16:57:02				334/517 - 8/8: Installing method ProcessorScheduler class>>startUp
16:57:03				335/517 - 1/37: Installing method ProtoObject>>==
16:57:03				335/517 - 2/37: Installing method ProtoObject>>basicIdentityHash
16:57:03				335/517 - 3/37: Installing method ProtoObject>>become:
16:57:03				335/517 - 4/37: Installing method ProtoObject>>becomeForward:
16:57:03				335/517 - 5/37: Installing method ProtoObject>>becomeForward:copyHash:
16:57:03				335/517 - 6/37: Installing method ProtoObject>>cannotInterpret:
16:57:03				335/517 - 7/37: Installing method ProtoObject>>class
16:57:03				335/517 - 8/37: Installing method ProtoObject>>doesNotUnderstand:
16:57:03				335/517 - 9/37: Installing method ProtoObject>>executeMethod:
16:57:03				335/517 - 10/37: Installing method ProtoObject>>flag:
16:57:03				335/517 - 11/37: Installing method ProtoObject>>identityHash
16:57:03				335/517 - 12/37: Installing method ProtoObject>>ifNil:
16:57:03				335/517 - 13/37: Installing method ProtoObject>>ifNil:ifNotNil:
16:57:03				335/517 - 14/37: Installing method ProtoObject>>ifNotNil:
16:57:03				335/517 - 15/37: Installing method ProtoObject>>ifNotNil:ifNil:
16:57:03				335/517 - 16/37: Installing method ProtoObject>>initialize
16:57:03				335/517 - 17/37: Installing method ProtoObject>>instVarsInclude:
16:57:03				335/517 - 18/37: Installing method ProtoObject>>isImmediateObject
16:57:03				335/517 - 19/37: Installing method ProtoObject>>isNil
16:57:03				335/517 - 20/37: Installing method ProtoObject>>modificationForbiddenFor:index:value:
16:57:03				335/517 - 21/37: Installing method ProtoObject>>modificationForbiddenFor:value:
16:57:03				335/517 - 22/37: Installing method ProtoObject>>mustBeBoolean
16:57:03				335/517 - 23/37: Installing method ProtoObject>>mustBeBooleanHandler
16:57:03				335/517 - 24/37: Installing method ProtoObject>>mustBeBooleanIn:
16:57:03				335/517 - 25/37: Installing method ProtoObject>>nextInstance
16:57:03				335/517 - 26/37: Installing method ProtoObject>>nextObject
16:57:03				335/517 - 27/37: Installing method ProtoObject>>pointersTo
16:57:03				335/517 - 28/37: Installing method ProtoObject>>pointersToAmong:
16:57:03				335/517 - 29/37: Installing method ProtoObject>>pointersToExcept:
16:57:03				335/517 - 30/37: Installing method ProtoObject>>pointersToExcept:among:
16:57:03				335/517 - 31/37: Installing method ProtoObject>>pointsTo:
16:57:03				335/517 - 32/37: Installing method ProtoObject>>primitiveFail
16:57:03				335/517 - 33/37: Installing method ProtoObject>>primitiveFailed
16:57:03				335/517 - 34/37: Installing method ProtoObject>>primitiveFailed:
16:57:03				335/517 - 35/37: Installing method ProtoObject>>tryPrimitive:withArgs:
16:57:03				335/517 - 36/37: Installing method ProtoObject>>withArgs:executeMethod:
16:57:03				335/517 - 37/37: Installing method ProtoObject>>~~
16:57:04				336/517 - 1/18: Installing method Protocol>>addAllMethodsFrom:
16:57:04				336/517 - 2/18: Installing method Protocol>>addMethodSelector:
16:57:04				336/517 - 3/18: Installing method Protocol>>includesSelector:
16:57:04				336/517 - 4/18: Installing method Protocol>>initialize
16:57:04				336/517 - 5/18: Installing method Protocol>>isEmpty
16:57:04				336/517 - 6/18: Installing method Protocol>>isExtensionProtocol
16:57:04				336/517 - 7/18: Installing method Protocol>>isExtensionProtocolMatching:
16:57:04				336/517 - 8/18: Installing method Protocol>>isUnclassifiedProtocol
16:57:04				336/517 - 9/18: Installing method Protocol>>methodSelectors
16:57:04				336/517 - 10/18: Installing method Protocol>>methodSelectors:
16:57:04				336/517 - 11/18: Installing method Protocol>>name
16:57:04				336/517 - 12/18: Installing method Protocol>>name:
16:57:04				336/517 - 13/18: Installing method Protocol>>owningClass
16:57:04				336/517 - 14/18: Installing method Protocol>>owningClass:
16:57:04				336/517 - 15/18: Installing method Protocol>>printOn:
16:57:04				336/517 - 16/18: Installing method Protocol>>removeMethodSelector:
16:57:04				336/517 - 17/18: Installing method Protocol>>rename:
16:57:04				336/517 - 18/18: Installing method Protocol>>resetMethodSelectors
16:57:04				336/517 - 1/4: Installing method Protocol class>>name:methodSelectors:
16:57:04				336/517 - 2/4: Installing method Protocol class>>named:
16:57:04				336/517 - 3/4: Installing method Protocol class>>named:class:
16:57:04				336/517 - 4/4: Installing method Protocol class>>unclassified
16:57:04				338/517 - 1/5: Installing method ProtocolAnnouncement>>classAffected
16:57:04				338/517 - 2/5: Installing method ProtocolAnnouncement>>classReorganized
16:57:04				338/517 - 3/5: Installing method ProtocolAnnouncement>>classReorganized:
16:57:04				338/517 - 4/5: Installing method ProtocolAnnouncement>>protocol
16:57:04				338/517 - 5/5: Installing method ProtocolAnnouncement>>protocol:
16:57:04				338/517 - 1/2: Installing method ProtocolAnnouncement class>>class:
16:57:04				338/517 - 2/2: Installing method ProtocolAnnouncement class>>in:protocol:
16:57:04				340/517 - 1/4: Installing method ProtocolRenamed>>newProtocol
16:57:04				340/517 - 2/4: Installing method ProtocolRenamed>>newProtocol:
16:57:04				340/517 - 3/4: Installing method ProtocolRenamed>>oldProtocol
16:57:04				340/517 - 4/4: Installing method ProtocolRenamed>>oldProtocol:
16:57:04				340/517 - 1/2: Installing method ProtocolRenamed class>>in:from:to:
16:57:04				340/517 - 2/2: Installing method ProtocolRenamed class>>isDeprecated
16:57:04				342/517 - 1/11: Installing method PseudoVariable>>asDoItVariableFrom:
16:57:04				342/517 - 2/11: Installing method PseudoVariable>>asString
16:57:04				342/517 - 3/11: Installing method PseudoVariable>>emitStore:
16:57:04				342/517 - 4/11: Installing method PseudoVariable>>initialize
16:57:04				342/517 - 5/11: Installing method PseudoVariable>>isPseudoVariable
16:57:04				342/517 - 6/11: Installing method PseudoVariable>>isWritable
16:57:04				342/517 - 7/11: Installing method PseudoVariable>>name:
16:57:04				342/517 - 8/11: Installing method PseudoVariable>>printOn:
16:57:04				342/517 - 9/11: Installing method PseudoVariable>>scope
16:57:04				342/517 - 10/11: Installing method PseudoVariable>>usingMethods
16:57:04				342/517 - 11/11: Installing method PseudoVariable>>write:inContext:
16:57:04				342/517 - 1/3: Installing method PseudoVariable class>>isAbstract
16:57:04				342/517 - 2/3: Installing method PseudoVariable class>>lookupDictionary
16:57:04				342/517 - 3/3: Installing method PseudoVariable class>>variableName
16:57:04				344/517 - 1/13: Installing method ReadStream>>ascii
16:57:04				344/517 - 2/13: Installing method ReadStream>>localName
16:57:04				344/517 - 3/13: Installing method ReadStream>>next
16:57:04				344/517 - 4/13: Installing method ReadStream>>next:
16:57:04				344/517 - 5/13: Installing method ReadStream>>nextPut:
16:57:04				344/517 - 6/13: Installing method ReadStream>>on:from:to:
16:57:04				344/517 - 7/13: Installing method ReadStream>>readInto:startingAt:count:
16:57:04				344/517 - 8/13: Installing method ReadStream>>readStream
16:57:04				344/517 - 9/13: Installing method ReadStream>>size
16:57:04				344/517 - 10/13: Installing method ReadStream>>skipTo:
16:57:04				344/517 - 11/13: Installing method ReadStream>>upTo:
16:57:04				344/517 - 12/13: Installing method ReadStream>>upToAnyOf:do:
16:57:04				344/517 - 13/13: Installing method ReadStream>>upToEnd
16:57:04				345/517 - 1/8: Installing method ReadWriteStream>>=
16:57:04				345/517 - 2/8: Installing method ReadWriteStream>>contents
16:57:04				345/517 - 3/8: Installing method ReadWriteStream>>hash
16:57:04				345/517 - 4/8: Installing method ReadWriteStream>>name
16:57:04				345/517 - 5/8: Installing method ReadWriteStream>>next
16:57:04				345/517 - 6/8: Installing method ReadWriteStream>>next:
16:57:04				345/517 - 7/8: Installing method ReadWriteStream>>readInto:startingAt:count:
16:57:05				345/517 - 8/8: Installing method ReadWriteStream>>readStream
16:57:06				346/517 - 1/100: Installing method Rectangle>>=
16:57:06				346/517 - 2/100: Installing method Rectangle>>aboveCenter
16:57:06				346/517 - 3/100: Installing method Rectangle>>adjustTo:along:
16:57:06				346/517 - 4/100: Installing method Rectangle>>align:with:
16:57:06				346/517 - 5/100: Installing method Rectangle>>allAreasOutsideList:do:
16:57:06				346/517 - 6/100: Installing method Rectangle>>allAreasOutsideList:startingAt:do:
16:57:06				346/517 - 7/100: Installing method Rectangle>>amountToTranslateWithin:
16:57:06				346/517 - 8/100: Installing method Rectangle>>area
16:57:06				346/517 - 9/100: Installing method Rectangle>>areasOutside:
16:57:06				346/517 - 10/100: Installing method Rectangle>>bordersOn:along:
16:57:06				346/517 - 11/100: Installing method Rectangle>>bottom
16:57:06				346/517 - 12/100: Installing method Rectangle>>bottom:
16:57:06				346/517 - 13/100: Installing method Rectangle>>bottomCenter
16:57:06				346/517 - 14/100: Installing method Rectangle>>bottomLeft
16:57:06				346/517 - 15/100: Installing method Rectangle>>bottomRight
16:57:06				346/517 - 16/100: Installing method Rectangle>>boundingBox
16:57:06				346/517 - 17/100: Installing method Rectangle>>ceiling
16:57:06				346/517 - 18/100: Installing method Rectangle>>center
16:57:06				346/517 - 19/100: Installing method Rectangle>>centeredBeneath:
16:57:06				346/517 - 20/100: Installing method Rectangle>>closeTo:
16:57:06				346/517 - 21/100: Installing method Rectangle>>closeTo:precision:
16:57:06				346/517 - 22/100: Installing method Rectangle>>compressTo:
16:57:06				346/517 - 23/100: Installing method Rectangle>>compressed
16:57:06				346/517 - 24/100: Installing method Rectangle>>containsPoint:
16:57:06				346/517 - 25/100: Installing method Rectangle>>containsRect:
16:57:06				346/517 - 26/100: Installing method Rectangle>>corner
16:57:06				346/517 - 27/100: Installing method Rectangle>>corners
16:57:06				346/517 - 28/100: Installing method Rectangle>>deltaToEnsureInOrCentered:extra:
16:57:06				346/517 - 29/100: Installing method Rectangle>>encompass:
16:57:06				346/517 - 30/100: Installing method Rectangle>>expandBy:
16:57:06				346/517 - 31/100: Installing method Rectangle>>expandTo:
16:57:06				346/517 - 32/100: Installing method Rectangle>>expanded
16:57:06				346/517 - 33/100: Installing method Rectangle>>extendBy:
16:57:06				346/517 - 34/100: Installing method Rectangle>>extent
16:57:06				346/517 - 35/100: Installing method Rectangle>>flipBy:centerAt:
16:57:06				346/517 - 36/100: Installing method Rectangle>>floatCenter
16:57:06				346/517 - 37/100: Installing method Rectangle>>floor
16:57:06				346/517 - 38/100: Installing method Rectangle>>forPoint:closestSideDistLen:
16:57:06				346/517 - 39/100: Installing method Rectangle>>hasPositiveExtent
16:57:06				346/517 - 40/100: Installing method Rectangle>>hash
16:57:06				346/517 - 41/100: Installing method Rectangle>>height
16:57:06				346/517 - 42/100: Installing method Rectangle>>innerCorners
16:57:06				346/517 - 43/100: Installing method Rectangle>>insetBy:
16:57:06				346/517 - 44/100: Installing method Rectangle>>insetOriginBy:cornerBy:
16:57:06				346/517 - 45/100: Installing method Rectangle>>interpolateTo:at:
16:57:06				346/517 - 46/100: Installing method Rectangle>>intersect:
16:57:06				346/517 - 47/100: Installing method Rectangle>>intersect:ifNone:
16:57:07				346/517 - 48/100: Installing method Rectangle>>intersects:
16:57:07				346/517 - 49/100: Installing method Rectangle>>isIntegerRectangle
16:57:07				346/517 - 50/100: Installing method Rectangle>>isRectangle
16:57:07				346/517 - 51/100: Installing method Rectangle>>isSelfEvaluating
16:57:07				346/517 - 52/100: Installing method Rectangle>>isTall
16:57:07				346/517 - 53/100: Installing method Rectangle>>isWide
16:57:07				346/517 - 54/100: Installing method Rectangle>>isZero
16:57:07				346/517 - 55/100: Installing method Rectangle>>left
16:57:07				346/517 - 56/100: Installing method Rectangle>>left:
16:57:07				346/517 - 57/100: Installing method Rectangle>>leftCenter
16:57:07				346/517 - 58/100: Installing method Rectangle>>merge:
16:57:07				346/517 - 59/100: Installing method Rectangle>>origin
16:57:07				346/517 - 60/100: Installing method Rectangle>>pointAtSideOrCorner:
16:57:07				346/517 - 61/100: Installing method Rectangle>>pointNearestTo:
16:57:07				346/517 - 62/100: Installing method Rectangle>>printOn:
16:57:07				346/517 - 63/100: Installing method Rectangle>>quickMerge:
16:57:07				346/517 - 64/100: Installing method Rectangle>>quickMergePoint:
16:57:07				346/517 - 65/100: Installing method Rectangle>>rectanglesAt:height:
16:57:07				346/517 - 66/100: Installing method Rectangle>>right
16:57:07				346/517 - 67/100: Installing method Rectangle>>right:
16:57:07				346/517 - 68/100: Installing method Rectangle>>rightCenter
16:57:07				346/517 - 69/100: Installing method Rectangle>>rotateBy:centerAt:
16:57:07				346/517 - 70/100: Installing method Rectangle>>roundTo:
16:57:07				346/517 - 71/100: Installing method Rectangle>>rounded
16:57:07				346/517 - 72/100: Installing method Rectangle>>scaleBy:
16:57:07				346/517 - 73/100: Installing method Rectangle>>scaleFrom:to:
16:57:07				346/517 - 74/100: Installing method Rectangle>>scaledAndCenteredIn:
16:57:07				346/517 - 75/100: Installing method Rectangle>>setLeft:right:top:bottom:
16:57:07				346/517 - 76/100: Installing method Rectangle>>setPoint:point:
16:57:07				346/517 - 77/100: Installing method Rectangle>>sideNearestTo:
16:57:07				346/517 - 78/100: Installing method Rectangle>>squishedWithin:
16:57:07				346/517 - 79/100: Installing method Rectangle>>storeOn:
16:57:07				346/517 - 80/100: Installing method Rectangle>>top
16:57:07				346/517 - 81/100: Installing method Rectangle>>top:
16:57:07				346/517 - 82/100: Installing method Rectangle>>topCenter
16:57:07				346/517 - 83/100: Installing method Rectangle>>topLeft
16:57:07				346/517 - 84/100: Installing method Rectangle>>topRight
16:57:07				346/517 - 85/100: Installing method Rectangle>>translateBy:
16:57:07				346/517 - 86/100: Installing method Rectangle>>translatedAndSquishedToBeWithin:
16:57:07				346/517 - 87/100: Installing method Rectangle>>translatedToBeWithin:
16:57:07				346/517 - 88/100: Installing method Rectangle>>truncateTo:
16:57:07				346/517 - 89/100: Installing method Rectangle>>truncated
16:57:07				346/517 - 90/100: Installing method Rectangle>>width
16:57:07				346/517 - 91/100: Installing method Rectangle>>withBottom:
16:57:07				346/517 - 92/100: Installing method Rectangle>>withHeight:
16:57:07				346/517 - 93/100: Installing method Rectangle>>withLeft:
16:57:07				346/517 - 94/100: Installing method Rectangle>>withRight:
16:57:07				346/517 - 95/100: Installing method Rectangle>>withSide:setTo:
16:57:07				346/517 - 96/100: Installing method Rectangle>>withSideOrCorner:setToPoint:
16:57:07				346/517 - 97/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:
16:57:07				346/517 - 98/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:limit:
16:57:07				346/517 - 99/100: Installing method Rectangle>>withTop:
16:57:07				346/517 - 100/100: Installing method Rectangle>>withWidth:
16:57:07				346/517 - 1/8: Installing method Rectangle class>>center:extent:
16:57:07				346/517 - 2/8: Installing method Rectangle class>>encompassing:
16:57:07				346/517 - 3/8: Installing method Rectangle class>>floatCenter:extent:
16:57:07				346/517 - 4/8: Installing method Rectangle class>>left:right:top:bottom:
16:57:07				346/517 - 5/8: Installing method Rectangle class>>merging:
16:57:07				346/517 - 6/8: Installing method Rectangle class>>origin:corner:
16:57:07				346/517 - 7/8: Installing method Rectangle class>>origin:extent:
16:57:07				346/517 - 8/8: Installing method Rectangle class>>point:point:
16:57:07				347/517 - 1/2: Installing method RecursionStopper>>initialize
16:57:07				347/517 - 2/2: Installing method RecursionStopper>>stopMethod:during:
16:57:07				347/517 - 1/2: Installing method RecursionStopper class>>default
16:57:07				347/517 - 2/2: Installing method RecursionStopper class>>during:
16:57:07				348/517 - 1/5: Installing method RelativePath>>emptyPathString
16:57:07				348/517 - 2/5: Installing method RelativePath>>isAbsolute
16:57:07				348/517 - 3/5: Installing method RelativePath>>isRoot
16:57:07				348/517 - 4/5: Installing method RelativePath>>printOn:
16:57:07				348/517 - 5/5: Installing method RelativePath>>printOn:delimiter:
16:57:07				349/517 - 1/10: Installing method RemoteString>>fileNumber:position:
16:57:07				349/517 - 2/10: Installing method RemoteString>>last
16:57:07				349/517 - 3/10: Installing method RemoteString>>position
16:57:07				349/517 - 4/10: Installing method RemoteString>>sourceFileArray
16:57:07				349/517 - 5/10: Installing method RemoteString>>sourceFileArray:
16:57:07				349/517 - 6/10: Installing method RemoteString>>sourceFileNumber
16:57:07				349/517 - 7/10: Installing method RemoteString>>sourcePointer
16:57:07				349/517 - 8/10: Installing method RemoteString>>string
16:57:07				349/517 - 9/10: Installing method RemoteString>>string:
16:57:07				349/517 - 10/10: Installing method RemoteString>>string:onFileNumber:toFile:
16:57:07				349/517 - 1/3: Installing method RemoteString class>>newFileNumber:position:
16:57:07				349/517 - 2/3: Installing method RemoteString class>>newString:
16:57:07				349/517 - 3/3: Installing method RemoteString class>>newString:onFileNumber:toFile:
16:57:08				350/517 - 1/58: Installing method RunArray>>,
16:57:08				350/517 - 2/58: Installing method RunArray>>=
16:57:08				350/517 - 3/58: Installing method RunArray>>add:
16:57:08				350/517 - 4/58: Installing method RunArray>>add:withOccurrences:
16:57:08				350/517 - 5/58: Installing method RunArray>>addFirst:
16:57:08				350/517 - 6/58: Installing method RunArray>>addLast:
16:57:08				350/517 - 7/58: Installing method RunArray>>allSatisfy:
16:57:08				350/517 - 8/58: Installing method RunArray>>anySatisfy:
16:57:08				350/517 - 9/58: Installing method RunArray>>asBag
16:57:08				350/517 - 10/58: Installing method RunArray>>asSet
16:57:08				350/517 - 11/58: Installing method RunArray>>at:
16:57:08				350/517 - 12/58: Installing method RunArray>>at:put:
16:57:08				350/517 - 13/58: Installing method RunArray>>at:setRunOffsetAndValue:
16:57:08				350/517 - 14/58: Installing method RunArray>>coalesce
16:57:08				350/517 - 15/58: Installing method RunArray>>collect:
16:57:08				350/517 - 16/58: Installing method RunArray>>copyFrom:to:
16:57:08				350/517 - 17/58: Installing method RunArray>>copyReplaceFrom:to:with:
16:57:08				350/517 - 18/58: Installing method RunArray>>copyUpThrough:
16:57:08				350/517 - 19/58: Installing method RunArray>>copyUpTo:
16:57:08				350/517 - 20/58: Installing method RunArray>>copyUpToLast:
16:57:08				350/517 - 21/58: Installing method RunArray>>count:
16:57:08				350/517 - 22/58: Installing method RunArray>>detect:ifNone:
16:57:08				350/517 - 23/58: Installing method RunArray>>detectMax:
16:57:08				350/517 - 24/58: Installing method RunArray>>detectMin:
16:57:08				350/517 - 25/58: Installing method RunArray>>do:
16:57:08				350/517 - 26/58: Installing method RunArray>>fillFrom:with:
16:57:08				350/517 - 27/58: Installing method RunArray>>findFirst:
16:57:08				350/517 - 28/58: Installing method RunArray>>findLast:
16:57:08				350/517 - 29/58: Installing method RunArray>>first
16:57:08				350/517 - 30/58: Installing method RunArray>>includes:
16:57:08				350/517 - 31/58: Installing method RunArray>>isSelfEvaluating
16:57:08				350/517 - 32/58: Installing method RunArray>>isSorted
16:57:08				350/517 - 33/58: Installing method RunArray>>isSortedBy:
16:57:08				350/517 - 34/58: Installing method RunArray>>last
16:57:08				350/517 - 35/58: Installing method RunArray>>mapValues:
16:57:08				350/517 - 36/58: Installing method RunArray>>noneSatisfy:
16:57:08				350/517 - 37/58: Installing method RunArray>>postCopy
16:57:08				350/517 - 38/58: Installing method RunArray>>printOn:
16:57:08				350/517 - 39/58: Installing method RunArray>>rangeOf:startingAt:
16:57:08				350/517 - 40/58: Installing method RunArray>>remove:ifAbsent:
16:57:08				350/517 - 41/58: Installing method RunArray>>removeAll
16:57:08				350/517 - 42/58: Installing method RunArray>>repeatLast:ifEmpty:
16:57:08				350/517 - 43/58: Installing method RunArray>>repeatLastIfEmpty:
16:57:08				350/517 - 44/58: Installing method RunArray>>replace:
16:57:08				350/517 - 45/58: Installing method RunArray>>reverseDo:
16:57:08				350/517 - 46/58: Installing method RunArray>>reversed
16:57:08				350/517 - 47/58: Installing method RunArray>>runLengthAt:
16:57:08				350/517 - 48/58: Installing method RunArray>>runs
16:57:08				350/517 - 49/58: Installing method RunArray>>runsAndValuesDo:
16:57:08				350/517 - 50/58: Installing method RunArray>>runsFrom:to:do:
16:57:08				350/517 - 51/58: Installing method RunArray>>select:
16:57:08				350/517 - 52/58: Installing method RunArray>>setRuns:setValues:
16:57:08				350/517 - 53/58: Installing method RunArray>>size
16:57:08				350/517 - 54/58: Installing method RunArray>>storeOn:
16:57:08				350/517 - 55/58: Installing method RunArray>>sum:
16:57:08				350/517 - 56/58: Installing method RunArray>>values
16:57:08				350/517 - 57/58: Installing method RunArray>>withStartStopAndValueDo:
16:57:08				350/517 - 58/58: Installing method RunArray>>writeOn:
16:57:08				350/517 - 1/7: Installing method RunArray class>>new
16:57:08				350/517 - 2/7: Installing method RunArray class>>new:
16:57:08				350/517 - 3/7: Installing method RunArray class>>new:withAll:
16:57:08				350/517 - 4/7: Installing method RunArray class>>newFrom:
16:57:08				350/517 - 5/7: Installing method RunArray class>>newFromArray:
16:57:08				350/517 - 6/7: Installing method RunArray class>>readFrom:
16:57:08				350/517 - 7/7: Installing method RunArray class>>runs:values:
16:57:08				351/517 - 1/2: Installing method SaveCommandLineHandler>>activate
16:57:08				351/517 - 2/2: Installing method SaveCommandLineHandler>>saveImage
16:57:08				351/517 - 1/2: Installing method SaveCommandLineHandler class>>commandName
16:57:08				351/517 - 2/2: Installing method SaveCommandLineHandler class>>description
16:57:08				352/517 - 1/27: Installing method ScaledDecimal>>*
16:57:08				352/517 - 2/27: Installing method ScaledDecimal>>+
16:57:08				352/517 - 3/27: Installing method ScaledDecimal>>-
16:57:08				352/517 - 4/27: Installing method ScaledDecimal>>/
16:57:09				352/517 - 5/27: Installing method ScaledDecimal>><
16:57:09				352/517 - 6/27: Installing method ScaledDecimal>><=
16:57:09				352/517 - 7/27: Installing method ScaledDecimal>>=
16:57:09				352/517 - 8/27: Installing method ScaledDecimal>>>
16:57:09				352/517 - 9/27: Installing method ScaledDecimal>>>=
16:57:09				352/517 - 10/27: Installing method ScaledDecimal>>adaptToFraction:andSend:
16:57:09				352/517 - 11/27: Installing method ScaledDecimal>>adaptToInteger:andSend:
16:57:09				352/517 - 12/27: Installing method ScaledDecimal>>asFraction
16:57:09				352/517 - 13/27: Installing method ScaledDecimal>>coerce:
16:57:09				352/517 - 14/27: Installing method ScaledDecimal>>isFraction
16:57:09				352/517 - 15/27: Installing method ScaledDecimal>>isLiteral
16:57:09				352/517 - 16/27: Installing method ScaledDecimal>>isSelfEvaluating
16:57:09				352/517 - 17/27: Installing method ScaledDecimal>>literalEqual:
16:57:09				352/517 - 18/27: Installing method ScaledDecimal>>negated
16:57:09				352/517 - 19/27: Installing method ScaledDecimal>>printOn:
16:57:09				352/517 - 20/27: Installing method ScaledDecimal>>printOn:base:
16:57:09				352/517 - 21/27: Installing method ScaledDecimal>>raisedTo:
16:57:09				352/517 - 22/27: Installing method ScaledDecimal>>raisedToFraction:
16:57:09				352/517 - 23/27: Installing method ScaledDecimal>>raisedToInteger:
16:57:09				352/517 - 24/27: Installing method ScaledDecimal>>reciprocal
16:57:09				352/517 - 25/27: Installing method ScaledDecimal>>scale
16:57:09				352/517 - 26/27: Installing method ScaledDecimal>>setNumerator:denominator:scale:
16:57:09				352/517 - 27/27: Installing method ScaledDecimal>>squared
16:57:09				352/517 - 1/1: Installing method ScaledDecimal class>>newFromNumber:scale:
16:57:09				353/517 - 1/4: Installing method SelectorException>>messageText
16:57:09				353/517 - 2/4: Installing method SelectorException>>selector
16:57:09				353/517 - 3/4: Installing method SelectorException>>selector:
16:57:09				353/517 - 4/4: Installing method SelectorException>>standardMessageText
16:57:09				353/517 - 1/2: Installing method SelectorException class>>signalFor:
16:57:09				353/517 - 2/2: Installing method SelectorException class>>signalFor:in:
16:57:09				354/517 - 1/5: Installing method SelfVariable>>acceptVisitor:node:
16:57:09				354/517 - 2/5: Installing method SelfVariable>>emitValue:
16:57:09				354/517 - 3/5: Installing method SelfVariable>>isSelfVariable
16:57:09				354/517 - 4/5: Installing method SelfVariable>>readInContext:
16:57:09				354/517 - 5/5: Installing method SelfVariable>>usingMethods
16:57:09				354/517 - 1/1: Installing method SelfVariable class>>variableName
16:57:09				355/517 - 1/20: Installing method Semaphore>>=
16:57:09				355/517 - 2/20: Installing method Semaphore>>consumeAllSignals
16:57:09				355/517 - 3/20: Installing method Semaphore>>critical:
16:57:09				355/517 - 4/20: Installing method Semaphore>>critical:ifCurtailed:
16:57:09				355/517 - 5/20: Installing method Semaphore>>critical:ifError:
16:57:09				355/517 - 6/20: Installing method Semaphore>>critical:ifLocked:
16:57:09				355/517 - 7/20: Installing method Semaphore>>criticalReleasingOnError:
16:57:09				355/517 - 8/20: Installing method Semaphore>>handleProcessTerminationOfWaitingContext:
16:57:09				355/517 - 9/20: Installing method Semaphore>>hash
16:57:09				355/517 - 10/20: Installing method Semaphore>>initSignals
16:57:09				355/517 - 11/20: Installing method Semaphore>>isSignaled
16:57:09				355/517 - 12/20: Installing method Semaphore>>resumeProcess:
16:57:09				355/517 - 13/20: Installing method Semaphore>>signal
16:57:09				355/517 - 14/20: Installing method Semaphore>>signalAll
16:57:09				355/517 - 15/20: Installing method Semaphore>>terminateProcess
16:57:09				355/517 - 16/20: Installing method Semaphore>>wait
16:57:09				355/517 - 17/20: Installing method Semaphore>>waitTimeoutMilliseconds:
16:57:09				355/517 - 18/20: Installing method Semaphore>>waitTimeoutMilliseconds:onCompletion:onTimeout:
16:57:09				355/517 - 19/20: Installing method Semaphore>>waitTimeoutSeconds:
16:57:09				355/517 - 20/20: Installing method Semaphore>>waitTimeoutSeconds:onCompletion:onTimeout:
16:57:09				355/517 - 1/2: Installing method Semaphore class>>forMutualExclusion
16:57:09				355/517 - 2/2: Installing method Semaphore class>>new
16:57:12				356/517 - 1/191: Installing method SequenceableCollection>>,
16:57:12				356/517 - 2/191: Installing method SequenceableCollection>>=
16:57:12				356/517 - 3/191: Installing method SequenceableCollection>>@
16:57:12				356/517 - 4/191: Installing method SequenceableCollection>>after:
16:57:12				356/517 - 5/191: Installing method SequenceableCollection>>after:ifAbsent:
16:57:12				356/517 - 6/191: Installing method SequenceableCollection>>allButFirst
16:57:12				356/517 - 7/191: Installing method SequenceableCollection>>allButFirst:
16:57:12				356/517 - 8/191: Installing method SequenceableCollection>>allButFirstDo:
16:57:12				356/517 - 9/191: Installing method SequenceableCollection>>allButLast
16:57:12				356/517 - 10/191: Installing method SequenceableCollection>>allButLast:
16:57:12				356/517 - 11/191: Installing method SequenceableCollection>>allButLastDo:
16:57:12				356/517 - 12/191: Installing method SequenceableCollection>>allPairsDo:
16:57:12				356/517 - 13/191: Installing method SequenceableCollection>>anyOne
16:57:12				356/517 - 14/191: Installing method SequenceableCollection>>appendTo:
16:57:12				356/517 - 15/191: Installing method SequenceableCollection>>asArray
16:57:12				356/517 - 16/191: Installing method SequenceableCollection>>asByteArray
16:57:12				356/517 - 17/191: Installing method SequenceableCollection>>asDigitsAt:in:do:
16:57:12				356/517 - 18/191: Installing method SequenceableCollection>>asDigitsToPower:do:
16:57:12				356/517 - 19/191: Installing method SequenceableCollection>>asFloatArray
16:57:12				356/517 - 20/191: Installing method SequenceableCollection>>asIntegerArray
16:57:12				356/517 - 21/191: Installing method SequenceableCollection>>asStringWithCr
16:57:12				356/517 - 22/191: Installing method SequenceableCollection>>asWordArray
16:57:12				356/517 - 23/191: Installing method SequenceableCollection>>at:ifAbsent:
16:57:12				356/517 - 24/191: Installing method SequenceableCollection>>at:incrementBy:
16:57:12				356/517 - 25/191: Installing method SequenceableCollection>>atAll:
16:57:12				356/517 - 26/191: Installing method SequenceableCollection>>atAll:put:
16:57:12				356/517 - 27/191: Installing method SequenceableCollection>>atAll:putAll:
16:57:12				356/517 - 28/191: Installing method SequenceableCollection>>atAllPut:
16:57:12				356/517 - 29/191: Installing method SequenceableCollection>>atLast:
16:57:12				356/517 - 30/191: Installing method SequenceableCollection>>atLast:ifAbsent:
16:57:12				356/517 - 31/191: Installing method SequenceableCollection>>atLast:put:
16:57:12				356/517 - 32/191: Installing method SequenceableCollection>>atPin:
16:57:12				356/517 - 33/191: Installing method SequenceableCollection>>atWrap:
16:57:12				356/517 - 34/191: Installing method SequenceableCollection>>atWrap:put:
16:57:12				356/517 - 35/191: Installing method SequenceableCollection>>before:
16:57:12				356/517 - 36/191: Installing method SequenceableCollection>>before:ifAbsent:
16:57:12				356/517 - 37/191: Installing method SequenceableCollection>>beginsWith:
16:57:12				356/517 - 38/191: Installing method SequenceableCollection>>beginsWithAnyOf:
16:57:12				356/517 - 39/191: Installing method SequenceableCollection>>bind:
16:57:12				356/517 - 40/191: Installing method SequenceableCollection>>collect:
16:57:12				356/517 - 41/191: Installing method SequenceableCollection>>collect:from:to:
16:57:12				356/517 - 42/191: Installing method SequenceableCollection>>collect:thenReject:
16:57:12				356/517 - 43/191: Installing method SequenceableCollection>>collect:thenSelect:
16:57:12				356/517 - 44/191: Installing method SequenceableCollection>>collectWithIndex:
16:57:12				356/517 - 45/191: Installing method SequenceableCollection>>combinations
16:57:12				356/517 - 46/191: Installing method SequenceableCollection>>combinations:
16:57:12				356/517 - 47/191: Installing method SequenceableCollection>>combinations:atATimeDo:
16:57:12				356/517 - 48/191: Installing method SequenceableCollection>>combinationsAt:in:after:do:
16:57:12				356/517 - 49/191: Installing method SequenceableCollection>>copyAfter:
16:57:12				356/517 - 50/191: Installing method SequenceableCollection>>copyAfterLast:
16:57:12				356/517 - 51/191: Installing method SequenceableCollection>>copyEmpty
16:57:12				356/517 - 52/191: Installing method SequenceableCollection>>copyFrom:to:
16:57:12				356/517 - 53/191: Installing method SequenceableCollection>>copyReplaceAll:with:
16:57:12				356/517 - 54/191: Installing method SequenceableCollection>>copyReplaceFrom:to:with:
16:57:12				356/517 - 55/191: Installing method SequenceableCollection>>copyUpThrough:
16:57:12				356/517 - 56/191: Installing method SequenceableCollection>>copyUpTo:
16:57:12				356/517 - 57/191: Installing method SequenceableCollection>>copyUpToLast:
16:57:12				356/517 - 58/191: Installing method SequenceableCollection>>copyWith:
16:57:12				356/517 - 59/191: Installing method SequenceableCollection>>copyWithFirst:
16:57:12				356/517 - 60/191: Installing method SequenceableCollection>>copyWithoutFirst
16:57:12				356/517 - 61/191: Installing method SequenceableCollection>>copyWithoutIndex:
16:57:12				356/517 - 62/191: Installing method SequenceableCollection>>detectIndex:
16:57:12				356/517 - 63/191: Installing method SequenceableCollection>>detectIndex:ifNone:
16:57:12				356/517 - 64/191: Installing method SequenceableCollection>>difference:
16:57:12				356/517 - 65/191: Installing method SequenceableCollection>>do:
16:57:12				356/517 - 66/191: Installing method SequenceableCollection>>do:separatedBy:
16:57:12				356/517 - 67/191: Installing method SequenceableCollection>>do:without:
16:57:12				356/517 - 68/191: Installing method SequenceableCollection>>eighth
16:57:12				356/517 - 69/191: Installing method SequenceableCollection>>endsWith:
16:57:12				356/517 - 70/191: Installing method SequenceableCollection>>endsWithAnyOf:
16:57:12				356/517 - 71/191: Installing method SequenceableCollection>>errorOutOfBounds
16:57:12				356/517 - 72/191: Installing method SequenceableCollection>>fifth
16:57:12				356/517 - 73/191: Installing method SequenceableCollection>>findBinary:
16:57:12				356/517 - 74/191: Installing method SequenceableCollection>>findBinary:do:ifNone:
16:57:12				356/517 - 75/191: Installing method SequenceableCollection>>findBinary:ifNone:
16:57:12				356/517 - 76/191: Installing method SequenceableCollection>>findBinaryIndex:
16:57:12				356/517 - 77/191: Installing method SequenceableCollection>>findBinaryIndex:do:ifNone:
16:57:12				356/517 - 78/191: Installing method SequenceableCollection>>findBinaryIndex:ifNone:
16:57:12				356/517 - 79/191: Installing method SequenceableCollection>>findFirst:
16:57:12				356/517 - 80/191: Installing method SequenceableCollection>>findLast:
16:57:12				356/517 - 81/191: Installing method SequenceableCollection>>first
16:57:12				356/517 - 82/191: Installing method SequenceableCollection>>first:
16:57:12				356/517 - 83/191: Installing method SequenceableCollection>>flatCollect:
16:57:12				356/517 - 84/191: Installing method SequenceableCollection>>forceTo:paddingStartWith:
16:57:12				356/517 - 85/191: Installing method SequenceableCollection>>forceTo:paddingWith:
16:57:12				356/517 - 86/191: Installing method SequenceableCollection>>fourth
16:57:12				356/517 - 87/191: Installing method SequenceableCollection>>from:to:do:
16:57:12				356/517 - 88/191: Installing method SequenceableCollection>>from:to:put:
16:57:12				356/517 - 89/191: Installing method SequenceableCollection>>groupByRuns:
16:57:12				356/517 - 90/191: Installing method SequenceableCollection>>groupsOf:atATimeCollect:
16:57:12				356/517 - 91/191: Installing method SequenceableCollection>>groupsOf:atATimeDo:
16:57:12				356/517 - 92/191: Installing method SequenceableCollection>>grownBy:
16:57:12				356/517 - 93/191: Installing method SequenceableCollection>>hasEqualElements:
16:57:12				356/517 - 94/191: Installing method SequenceableCollection>>hash
16:57:12				356/517 - 95/191: Installing method SequenceableCollection>>identityIndexOf:
16:57:12				356/517 - 96/191: Installing method SequenceableCollection>>identityIndexOf:ifAbsent:
16:57:12				356/517 - 97/191: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:
16:57:12				356/517 - 98/191: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:finally:
16:57:12				356/517 - 99/191: Installing method SequenceableCollection>>includes:
16:57:12				356/517 - 100/191: Installing method SequenceableCollection>>indexOf:
16:57:12				356/517 - 101/191: Installing method SequenceableCollection>>indexOf:ifAbsent:
16:57:12				356/517 - 102/191: Installing method SequenceableCollection>>indexOf:ifAbsent:using:
16:57:12				356/517 - 103/191: Installing method SequenceableCollection>>indexOf:startingAt:
16:57:12				356/517 - 104/191: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent:
16:57:12				356/517 - 105/191: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent:using:
16:57:12				356/517 - 106/191: Installing method SequenceableCollection>>indexOfAnyOf:
16:57:12				356/517 - 107/191: Installing method SequenceableCollection>>indexOfAnyOf:ifAbsent:
16:57:12				356/517 - 108/191: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:
16:57:12				356/517 - 109/191: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:ifAbsent:
16:57:12				356/517 - 110/191: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:
16:57:12				356/517 - 111/191: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:ifAbsent:
16:57:12				356/517 - 112/191: Installing method SequenceableCollection>>isSequenceable
16:57:12				356/517 - 113/191: Installing method SequenceableCollection>>isSorted
16:57:12				356/517 - 114/191: Installing method SequenceableCollection>>isSortedBy:
16:57:12				356/517 - 115/191: Installing method SequenceableCollection>>join:
16:57:12				356/517 - 116/191: Installing method SequenceableCollection>>joinTo:
16:57:12				356/517 - 117/191: Installing method SequenceableCollection>>joinUsing:
16:57:12				356/517 - 118/191: Installing method SequenceableCollection>>joinUsing:last:
16:57:12				356/517 - 119/191: Installing method SequenceableCollection>>keysAndValuesDo:
16:57:12				356/517 - 120/191: Installing method SequenceableCollection>>last
16:57:12				356/517 - 121/191: Installing method SequenceableCollection>>last:
16:57:12				356/517 - 122/191: Installing method SequenceableCollection>>lastIndexOf:
16:57:12				356/517 - 123/191: Installing method SequenceableCollection>>lastIndexOf:ifAbsent:
16:57:12				356/517 - 124/191: Installing method SequenceableCollection>>lastIndexOf:startingAt:ifAbsent:
16:57:12				356/517 - 125/191: Installing method SequenceableCollection>>lastIndexOfAnyOf:startingAt:ifAbsent:
16:57:12				356/517 - 126/191: Installing method SequenceableCollection>>mergeFirst:middle:last:into:by:
16:57:12				356/517 - 127/191: Installing method SequenceableCollection>>mergeSortFrom:to:by:
16:57:12				356/517 - 128/191: Installing method SequenceableCollection>>mergeSortFrom:to:src:dst:by:
16:57:12				356/517 - 129/191: Installing method SequenceableCollection>>middle
16:57:12				356/517 - 130/191: Installing method SequenceableCollection>>nextToLast
16:57:12				356/517 - 131/191: Installing method SequenceableCollection>>ninth
16:57:12				356/517 - 132/191: Installing method SequenceableCollection>>overlappingPairsCollect:
16:57:12				356/517 - 133/191: Installing method SequenceableCollection>>overlappingPairsDo:
16:57:12				356/517 - 134/191: Installing method SequenceableCollection>>overlappingPairsWithIndexDo:
16:57:12				356/517 - 135/191: Installing method SequenceableCollection>>paddedWith:do:
16:57:12				356/517 - 136/191: Installing method SequenceableCollection>>pairsCollect:
16:57:12				356/517 - 137/191: Installing method SequenceableCollection>>pairsDo:
16:57:12				356/517 - 138/191: Installing method SequenceableCollection>>permutationsDo:
16:57:12				356/517 - 139/191: Installing method SequenceableCollection>>permutationsStartingAt:do:
16:57:12				356/517 - 140/191: Installing method SequenceableCollection>>permutationsWithRepetitionOfSize:subSize:in:do:
16:57:12				356/517 - 141/191: Installing method SequenceableCollection>>permutationsWithRepetitionsDo:
16:57:12				356/517 - 142/191: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:
16:57:12				356/517 - 143/191: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:do:
16:57:13				356/517 - 144/191: Installing method SequenceableCollection>>piecesCutWhere:
16:57:13				356/517 - 145/191: Installing method SequenceableCollection>>piecesCutWhere:do:
16:57:13				356/517 - 146/191: Installing method SequenceableCollection>>polynomialEval:
16:57:13				356/517 - 147/191: Installing method SequenceableCollection>>putOn:
16:57:13				356/517 - 148/191: Installing method SequenceableCollection>>readStream
16:57:13				356/517 - 149/191: Installing method SequenceableCollection>>readStreamDo:
16:57:13				356/517 - 150/191: Installing method SequenceableCollection>>reduce:
16:57:13				356/517 - 151/191: Installing method SequenceableCollection>>reduceLeft:
16:57:13				356/517 - 152/191: Installing method SequenceableCollection>>reduceRight:
16:57:13				356/517 - 153/191: Installing method SequenceableCollection>>reject:
16:57:13				356/517 - 154/191: Installing method SequenceableCollection>>reject:thenCollect:
16:57:13				356/517 - 155/191: Installing method SequenceableCollection>>reject:thenDo:
16:57:13				356/517 - 156/191: Installing method SequenceableCollection>>remove:ifAbsent:
16:57:13				356/517 - 157/191: Installing method SequenceableCollection>>replace:
16:57:13				356/517 - 158/191: Installing method SequenceableCollection>>replaceAll:with:
16:57:13				356/517 - 159/191: Installing method SequenceableCollection>>replaceFrom:to:with:
16:57:13				356/517 - 160/191: Installing method SequenceableCollection>>replaceFrom:to:with:startingAt:
16:57:13				356/517 - 161/191: Installing method SequenceableCollection>>reverse
16:57:13				356/517 - 162/191: Installing method SequenceableCollection>>reverseDo:
16:57:13				356/517 - 163/191: Installing method SequenceableCollection>>reverseWith:do:
16:57:13				356/517 - 164/191: Installing method SequenceableCollection>>reverseWithIndexDo:
16:57:13				356/517 - 165/191: Installing method SequenceableCollection>>reversed
16:57:13				356/517 - 166/191: Installing method SequenceableCollection>>second
16:57:13				356/517 - 167/191: Installing method SequenceableCollection>>select:
16:57:13				356/517 - 168/191: Installing method SequenceableCollection>>select:thenCollect:
16:57:13				356/517 - 169/191: Installing method SequenceableCollection>>select:thenDo:
16:57:13				356/517 - 170/191: Installing method SequenceableCollection>>seventh
16:57:13				356/517 - 171/191: Installing method SequenceableCollection>>sixth
16:57:13				356/517 - 172/191: Installing method SequenceableCollection>>size
16:57:13				356/517 - 173/191: Installing method SequenceableCollection>>sort
16:57:13				356/517 - 174/191: Installing method SequenceableCollection>>sort:
16:57:13				356/517 - 175/191: Installing method SequenceableCollection>>sorted
16:57:13				356/517 - 176/191: Installing method SequenceableCollection>>sorted:
16:57:13				356/517 - 177/191: Installing method SequenceableCollection>>split:indicesDo:
16:57:13				356/517 - 178/191: Installing method SequenceableCollection>>splitOn:
16:57:13				356/517 - 179/191: Installing method SequenceableCollection>>splitOn:do:
16:57:13				356/517 - 180/191: Installing method SequenceableCollection>>splitOn:indicesDo:
16:57:13				356/517 - 181/191: Installing method SequenceableCollection>>swap:with:
16:57:13				356/517 - 182/191: Installing method SequenceableCollection>>takeFirst:
16:57:13				356/517 - 183/191: Installing method SequenceableCollection>>third
16:57:13				356/517 - 184/191: Installing method SequenceableCollection>>truncatedToSize:
16:57:13				356/517 - 185/191: Installing method SequenceableCollection>>with:collect:
16:57:13				356/517 - 186/191: Installing method SequenceableCollection>>with:do:
16:57:13				356/517 - 187/191: Installing method SequenceableCollection>>withIndexCollect:
16:57:13				356/517 - 188/191: Installing method SequenceableCollection>>withIndexDo:
16:57:13				356/517 - 189/191: Installing method SequenceableCollection>>withIndexSelect:
16:57:13				356/517 - 190/191: Installing method SequenceableCollection>>writeStream
16:57:13				356/517 - 191/191: Installing method SequenceableCollection>>writeStreamDo:
16:57:13				356/517 - 1/6: Installing method SequenceableCollection class>>isAbstract
16:57:13				356/517 - 2/6: Installing method SequenceableCollection class>>new:streamContents:
16:57:13				356/517 - 3/6: Installing method SequenceableCollection class>>ofSize:
16:57:13				356/517 - 4/6: Installing method SequenceableCollection class>>streamContents:
16:57:13				356/517 - 5/6: Installing method SequenceableCollection class>>streamContents:limitedTo:
16:57:13				356/517 - 6/6: Installing method SequenceableCollection class>>streamSpecies
16:57:13				357/517 - 1/3: Installing method SessionAccessModeResolver class>>initialize
16:57:13				357/517 - 2/3: Installing method SessionAccessModeResolver class>>resolve
16:57:13				357/517 - 3/3: Installing method SessionAccessModeResolver class>>startUp:
16:57:13				358/517 - 1/11: Installing method SessionCategory>>defaultPriority
16:57:13				358/517 - 2/11: Installing method SessionCategory>>initialize
16:57:13				358/517 - 3/11: Installing method SessionCategory>>listAtPriority:
16:57:13				358/517 - 4/11: Installing method SessionCategory>>name
16:57:13				358/517 - 5/11: Installing method SessionCategory>>name:
16:57:13				358/517 - 6/11: Installing method SessionCategory>>printOn:
16:57:13				358/517 - 7/11: Installing method SessionCategory>>prioritizedList
16:57:13				358/517 - 8/11: Installing method SessionCategory>>register:
16:57:13				358/517 - 9/11: Installing method SessionCategory>>register:atPriority:
16:57:13				358/517 - 10/11: Installing method SessionCategory>>renamedClass:from:to:
16:57:13				358/517 - 11/11: Installing method SessionCategory>>unregisterHandler:
16:57:14				359/517 - 1/38: Installing method SessionManager>>addDeferredStartupAction:
16:57:14				359/517 - 2/38: Installing method SessionManager>>basicCreateCategory:
16:57:14				359/517 - 3/38: Installing method SessionManager>>categoryNamed:
16:57:14				359/517 - 4/38: Installing method SessionManager>>createCategory:
16:57:14				359/517 - 5/38: Installing method SessionManager>>createCategory:after:
16:57:14				359/517 - 6/38: Installing method SessionManager>>currentSession
16:57:14				359/517 - 7/38: Installing method SessionManager>>defaultPriority
16:57:14				359/517 - 8/38: Installing method SessionManager>>guiCategory
16:57:14				359/517 - 9/38: Installing method SessionManager>>hasRegistered:
16:57:14				359/517 - 10/38: Installing method SessionManager>>initialize
16:57:14				359/517 - 11/38: Installing method SessionManager>>installNewSession
16:57:14				359/517 - 12/38: Installing method SessionManager>>installSession:
16:57:14				359/517 - 13/38: Installing method SessionManager>>launchSnapshot:andQuit:
16:57:14				359/517 - 14/38: Installing method SessionManager>>maxPriority
16:57:14				359/517 - 15/38: Installing method SessionManager>>networkCategory
16:57:14				359/517 - 16/38: Installing method SessionManager>>newSession
16:57:14				359/517 - 17/38: Installing method SessionManager>>register:
16:57:14				359/517 - 18/38: Installing method SessionManager>>register:inCategory:
16:57:14				359/517 - 19/38: Installing method SessionManager>>register:inCategory:atPriority:
16:57:14				359/517 - 20/38: Installing method SessionManager>>registerGuiClassNamed:
16:57:14				359/517 - 21/38: Installing method SessionManager>>registerGuiClassNamed:atPriority:
16:57:14				359/517 - 22/38: Installing method SessionManager>>registerLast:inCategory:
16:57:14				359/517 - 23/38: Installing method SessionManager>>registerNetworkClassNamed:
16:57:14				359/517 - 24/38: Installing method SessionManager>>registerSystemClassNamed:
16:57:14				359/517 - 25/38: Installing method SessionManager>>registerSystemClassNamed:atPriority:
16:57:14				359/517 - 26/38: Installing method SessionManager>>registerToolClassNamed:
16:57:14				359/517 - 27/38: Installing method SessionManager>>registerUserClassNamed:
16:57:14				359/517 - 28/38: Installing method SessionManager>>registerUserClassNamed:atPriority:
16:57:14				359/517 - 29/38: Installing method SessionManager>>renamedClass:from:to:
16:57:14				359/517 - 30/38: Installing method SessionManager>>shutdownList
16:57:14				359/517 - 31/38: Installing method SessionManager>>snapshot:andQuit:
16:57:14				359/517 - 32/38: Installing method SessionManager>>startupList
16:57:14				359/517 - 33/38: Installing method SessionManager>>systemCategory
16:57:14				359/517 - 34/38: Installing method SessionManager>>toolsCategory
16:57:14				359/517 - 35/38: Installing method SessionManager>>uninstallSession:
16:57:14				359/517 - 36/38: Installing method SessionManager>>unregisterClassNamed:
16:57:14				359/517 - 37/38: Installing method SessionManager>>unregisterHandler:
16:57:14				359/517 - 38/38: Installing method SessionManager>>userCategory
16:57:14				359/517 - 1/6: Installing method SessionManager class>>classRemoved:
16:57:14				359/517 - 2/6: Installing method SessionManager class>>classRenamed:
16:57:14				359/517 - 3/6: Installing method SessionManager class>>default
16:57:14				359/517 - 4/6: Installing method SessionManager class>>default:
16:57:14				359/517 - 5/6: Installing method SessionManager class>>initialize
16:57:14				359/517 - 6/6: Installing method SessionManager class>>initializeKernelRegistrations
16:57:14				360/517 - 1/23: Installing method Set>>=
16:57:14				360/517 - 2/23: Installing method Set>>add:
16:57:14				360/517 - 3/23: Installing method Set>>asSet
16:57:14				360/517 - 4/23: Installing method Set>>collect:
16:57:14				360/517 - 5/23: Installing method Set>>copyWithout:
16:57:14				360/517 - 6/23: Installing method Set>>difference:
16:57:14				360/517 - 7/23: Installing method Set>>do:
16:57:14				360/517 - 8/23: Installing method Set>>fixCollisionsFrom:
16:57:14				360/517 - 9/23: Installing method Set>>grow
16:57:14				360/517 - 10/23: Installing method Set>>includes:
16:57:14				360/517 - 11/23: Installing method Set>>intersection:
16:57:15				360/517 - 12/23: Installing method Set>>isHealthy
16:57:15				360/517 - 13/23: Installing method Set>>like:
16:57:15				360/517 - 14/23: Installing method Set>>like:ifAbsent:
16:57:15				360/517 - 15/23: Installing method Set>>max:
16:57:15				360/517 - 16/23: Installing method Set>>noCheckAdd:
16:57:15				360/517 - 17/23: Installing method Set>>noCheckNoGrowFillFrom:
16:57:15				360/517 - 18/23: Installing method Set>>occurrencesOf:
16:57:15				360/517 - 19/23: Installing method Set>>postCopy
16:57:15				360/517 - 20/23: Installing method Set>>rehash
16:57:15				360/517 - 21/23: Installing method Set>>remove:ifAbsent:
16:57:15				360/517 - 22/23: Installing method Set>>scanFor:
16:57:15				360/517 - 23/23: Installing method Set>>withArray:
16:57:15				360/517 - 1/2: Installing method Set class>>newFrom:
16:57:15				360/517 - 2/2: Installing method Set class>>sizeFor:
16:57:15				361/517 - 1/11: Installing method ShAbstractChange>>=
16:57:15				361/517 - 2/11: Installing method ShAbstractChange>>announceChanges
16:57:15				361/517 - 3/11: Installing method ShAbstractChange>>builder
16:57:15				361/517 - 4/11: Installing method ShAbstractChange>>builder:
16:57:15				361/517 - 5/11: Installing method ShAbstractChange>>hasChangeClassSideShape
16:57:15				361/517 - 6/11: Installing method ShAbstractChange>>hasChangeInstanceSideShape
16:57:15				361/517 - 7/11: Installing method ShAbstractChange>>hasToMigrateInstances
16:57:15				361/517 - 8/11: Installing method ShAbstractChange>>hash
16:57:15				361/517 - 9/11: Installing method ShAbstractChange>>oldClass
16:57:15				361/517 - 10/11: Installing method ShAbstractChange>>oldClass:
16:57:15				361/517 - 11/11: Installing method ShAbstractChange>>propagateToSubclasses:
16:57:15				361/517 - 1/1: Installing method ShAbstractChange class>>isAbstract
16:57:15				362/517 - 1/3: Installing method ShAbstractChangeDetector>>builder
16:57:15				362/517 - 2/3: Installing method ShAbstractChangeDetector>>builder:
16:57:15				362/517 - 3/3: Installing method ShAbstractChangeDetector>>compareClass
16:57:15				362/517 - 1/3: Installing method ShAbstractChangeDetector class>>builder:
16:57:15				362/517 - 2/3: Installing method ShAbstractChangeDetector class>>compareClass:with:
16:57:15				362/517 - 3/3: Installing method ShAbstractChangeDetector class>>isAbstract
16:57:15				363/517 - 1/4: Installing method ShAbstractClassChangeDetector>>compareClass
16:57:15				363/517 - 2/4: Installing method ShAbstractClassChangeDetector>>compareVariables:with:
16:57:15				363/517 - 3/4: Installing method ShAbstractClassChangeDetector>>initialize
16:57:15				363/517 - 4/4: Installing method ShAbstractClassChangeDetector>>newChanges
16:57:15				363/517 - 1/1: Installing method ShAbstractClassChangeDetector class>>isAbstract
16:57:15				364/517 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector>>newChanges
16:57:15				364/517 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector class>>isAbstract
16:57:15				365/517 - 1/1: Installing method ShBitLayoutChangeDetector>>compareClass
16:57:15				366/517 - 1/2: Installing method ShBitLayoutChanged>>hasChangeInstanceSideShape
16:57:15				366/517 - 2/2: Installing method ShBitLayoutChanged>>propagateToSubclasses:
16:57:15				367/517 - 1/3: Installing method ShClassChanged>>announceChanges
16:57:15				367/517 - 2/3: Installing method ShClassChanged>>builder:
16:57:15				367/517 - 3/3: Installing method ShClassChanged>>propagateToSubclasses:
16:57:16				368/517 - 1/2: Installing method ShClassSlotChangeDetector>>initialize
16:57:16				368/517 - 2/2: Installing method ShClassSlotChangeDetector>>newChanges
16:57:16				369/517 - 1/18: Installing method ShDefaultBuilderEnhancer>>afterMethodsCompiled:
16:57:16				369/517 - 2/18: Installing method ShDefaultBuilderEnhancer>>afterMigratingClass:installer:
16:57:16				369/517 - 3/18: Installing method ShDefaultBuilderEnhancer>>allSlotsForBuilder:
16:57:16				369/517 - 4/18: Installing method ShDefaultBuilderEnhancer>>allSlotsToInstallForBuilder:
16:57:16				369/517 - 5/18: Installing method ShDefaultBuilderEnhancer>>beforeMigratingClass:installer:
16:57:16				369/517 - 6/18: Installing method ShDefaultBuilderEnhancer>>classCreated:
16:57:16				369/517 - 7/18: Installing method ShDefaultBuilderEnhancer>>compileMethodsFor:
16:57:16				369/517 - 8/18: Installing method ShDefaultBuilderEnhancer>>configureClass:superclass:withLayoutType:slots:
16:57:16				369/517 - 9/18: Installing method ShDefaultBuilderEnhancer>>configureMetaclass:superclass:withLayoutType:slots:
16:57:16				369/517 - 10/18: Installing method ShDefaultBuilderEnhancer>>fillBuilder:from:
16:57:16				369/517 - 11/18: Installing method ShDefaultBuilderEnhancer>>hasToSkipSlot:
16:57:16				369/517 - 12/18: Installing method ShDefaultBuilderEnhancer>>initializeBuilder:
16:57:16				369/517 - 13/18: Installing method ShDefaultBuilderEnhancer>>metaclassClassFor:
16:57:16				369/517 - 14/18: Installing method ShDefaultBuilderEnhancer>>migrateInstancesTo:installer:
16:57:16				369/517 - 15/18: Installing method ShDefaultBuilderEnhancer>>migrateToClass:installer:
16:57:16				369/517 - 16/18: Installing method ShDefaultBuilderEnhancer>>on:declareClassVariables:sharing:
16:57:16				369/517 - 17/18: Installing method ShDefaultBuilderEnhancer>>propagateChangesToRelatedClasses:builder:
16:57:16				369/517 - 18/18: Installing method ShDefaultBuilderEnhancer>>validateRedefinition:
16:57:16				369/517 - 1/1: Installing method ShDefaultBuilderEnhancer class>>isApplicableFor:
16:57:16				370/517 - 1/3: Installing method ShInstanceShapeChanged>>hasChangeInstanceSideShape
16:57:16				370/517 - 2/3: Installing method ShInstanceShapeChanged>>hasToMigrateInstances
16:57:16				370/517 - 3/3: Installing method ShInstanceShapeChanged>>propagateToSubclasses:
16:57:16				371/517 - 1/1: Installing method ShLayoutChangeDetector>>initialize
16:57:17				372/517 - 1/16: Installing method ShLayoutDefinition>>allSlots
16:57:17				372/517 - 2/16: Installing method ShLayoutDefinition>>builder:
16:57:17				372/517 - 3/16: Installing method ShLayoutDefinition>>classSlots
16:57:17				372/517 - 4/16: Installing method ShLayoutDefinition>>classSlots:
16:57:17				372/517 - 5/16: Installing method ShLayoutDefinition>>initialize
16:57:17				372/517 - 6/16: Installing method ShLayoutDefinition>>isBits
16:57:17				372/517 - 7/16: Installing method ShLayoutDefinition>>layoutClass
16:57:17				372/517 - 8/16: Installing method ShLayoutDefinition>>layoutClass:
16:57:17				372/517 - 9/16: Installing method ShLayoutDefinition>>sharedPools
16:57:17				372/517 - 10/16: Installing method ShLayoutDefinition>>sharedPools:
16:57:17				372/517 - 11/16: Installing method ShLayoutDefinition>>sharedPoolsString
16:57:17				372/517 - 12/16: Installing method ShLayoutDefinition>>sharedVariables
16:57:17				372/517 - 13/16: Installing method ShLayoutDefinition>>sharedVariables:
16:57:17				372/517 - 14/16: Installing method ShLayoutDefinition>>slots
16:57:17				372/517 - 15/16: Installing method ShLayoutDefinition>>slots:
16:57:17				372/517 - 16/16: Installing method ShLayoutDefinition>>validate
16:57:17				373/517 - 1/2: Installing method ShMetaclassChangeDetector>>initialize
16:57:17				373/517 - 2/2: Installing method ShMetaclassChangeDetector>>newChanges
16:57:17				374/517 - 1/4: Installing method ShMetaclassChanged>>announceChanges
16:57:17				374/517 - 2/4: Installing method ShMetaclassChanged>>builder:
16:57:17				374/517 - 3/4: Installing method ShMetaclassChanged>>hasChangeClassSideShape
16:57:17				374/517 - 4/4: Installing method ShMetaclassChanged>>propagateToSubclasses:
16:57:17				376/517 - 1/1: Installing method ShSharedPoolChangeDetector>>initialize
16:57:17				377/517 - 1/1: Installing method ShSharedVariablesChangeDetector>>initialize
16:57:17				378/517 - 1/1: Installing method ShSlotChangeDetector>>initialize
16:57:17				379/517 - 1/1: Installing method ShSuperclassChangeDetector>>initialize
16:57:17				380/517 - 1/2: Installing method ShSuperclassChanged>>hasToMigrateInstances
16:57:17				380/517 - 2/2: Installing method ShSuperclassChanged>>propagateToSubclasses:
16:57:17				381/517 - 1/9: Installing method SharedPool class>>bindingOf:
16:57:17				381/517 - 2/9: Installing method SharedPool class>>classBindingOf:
16:57:17				381/517 - 3/9: Installing method SharedPool class>>includesKey:
16:57:17				381/517 - 4/9: Installing method SharedPool class>>isPool
16:57:17				381/517 - 5/9: Installing method SharedPool class>>isUsed
16:57:17				381/517 - 6/9: Installing method SharedPool class>>localBindingOf:
16:57:17				381/517 - 7/9: Installing method SharedPool class>>methodsAccessingPoolVariables
16:57:17				381/517 - 8/9: Installing method SharedPool class>>poolUsers
16:57:17				381/517 - 9/9: Installing method SharedPool class>>usingMethods
16:57:17				382/517 - 1/16: Installing method SharedQueue>>atEnd
16:57:17				382/517 - 2/16: Installing method SharedQueue>>contents
16:57:17				382/517 - 3/16: Installing method SharedQueue>>findFirst:
16:57:17				382/517 - 4/16: Installing method SharedQueue>>flush
16:57:17				382/517 - 5/16: Installing method SharedQueue>>flushAllSuchThat:
16:57:17				382/517 - 6/16: Installing method SharedQueue>>initialize
16:57:17				382/517 - 7/16: Installing method SharedQueue>>isEmpty
16:57:17				382/517 - 8/16: Installing method SharedQueue>>next
16:57:17				382/517 - 9/16: Installing method SharedQueue>>nextOrNil
16:57:17				382/517 - 10/16: Installing method SharedQueue>>nextOrNilSuchThat:
16:57:17				382/517 - 11/16: Installing method SharedQueue>>nextPut:
16:57:17				382/517 - 12/16: Installing method SharedQueue>>peek
16:57:17				382/517 - 13/16: Installing method SharedQueue>>postCopy
16:57:17				382/517 - 14/16: Installing method SharedQueue>>printOn:
16:57:17				382/517 - 15/16: Installing method SharedQueue>>removeAll
16:57:17				382/517 - 16/16: Installing method SharedQueue>>size
16:57:17				382/517 - 1/1: Installing method SharedQueue class>>new
16:57:18				383/517 - 1/5: Installing method ShiftAnonymousClassInstaller>>comment:
16:57:18				383/517 - 2/5: Installing method ShiftAnonymousClassInstaller>>installInEnvironment:
16:57:18				383/517 - 3/5: Installing method ShiftAnonymousClassInstaller>>installSubclassInSuperclass:
16:57:18				383/517 - 4/5: Installing method ShiftAnonymousClassInstaller>>notifyChanges
16:57:18				383/517 - 5/5: Installing method ShiftAnonymousClassInstaller>>updatePackage:
16:57:19				384/517 - 1/83: Installing method ShiftClassBuilder>>addChange:
16:57:19				384/517 - 2/83: Installing method ShiftClassBuilder>>addChangeComparer:
16:57:19				384/517 - 3/83: Installing method ShiftClassBuilder>>allSlots
16:57:19				384/517 - 4/83: Installing method ShiftClassBuilder>>build
16:57:19				384/517 - 5/83: Installing method ShiftClassBuilder>>buildEnvironment
16:57:19				384/517 - 6/83: Installing method ShiftClassBuilder>>buildEnvironment:
16:57:19				384/517 - 7/83: Installing method ShiftClassBuilder>>builderEnhancer
16:57:19				384/517 - 8/83: Installing method ShiftClassBuilder>>builderEnhancer:
16:57:19				384/517 - 9/83: Installing method ShiftClassBuilder>>changeComparers
16:57:19				384/517 - 10/83: Installing method ShiftClassBuilder>>changes
16:57:19				384/517 - 11/83: Installing method ShiftClassBuilder>>classNamed:
16:57:19				384/517 - 12/83: Installing method ShiftClassBuilder>>classSlots
16:57:19				384/517 - 13/83: Installing method ShiftClassBuilder>>classSlots:
16:57:19				384/517 - 14/83: Installing method ShiftClassBuilder>>comment
16:57:19				384/517 - 15/83: Installing method ShiftClassBuilder>>comment:
16:57:19				384/517 - 16/83: Installing method ShiftClassBuilder>>comment:stamp:
16:57:19				384/517 - 17/83: Installing method ShiftClassBuilder>>commentStamp
16:57:19				384/517 - 18/83: Installing method ShiftClassBuilder>>commentStamp:
16:57:19				384/517 - 19/83: Installing method ShiftClassBuilder>>compareWithOldClass
16:57:19				384/517 - 20/83: Installing method ShiftClassBuilder>>compileMethods
16:57:19				384/517 - 21/83: Installing method ShiftClassBuilder>>copyProtocols
16:57:19				384/517 - 22/83: Installing method ShiftClassBuilder>>createClass
16:57:19				384/517 - 23/83: Installing method ShiftClassBuilder>>createMetaclass
16:57:19				384/517 - 24/83: Installing method ShiftClassBuilder>>createSharedVariables
16:57:19				384/517 - 25/83: Installing method ShiftClassBuilder>>detectBuilderEnhancer
16:57:19				384/517 - 26/83: Installing method ShiftClassBuilder>>doesNotUnderstand:
16:57:19				384/517 - 27/83: Installing method ShiftClassBuilder>>environment
16:57:19				384/517 - 28/83: Installing method ShiftClassBuilder>>environment:
16:57:19				384/517 - 29/83: Installing method ShiftClassBuilder>>fillClassSideFromEnvironment:
16:57:19				384/517 - 30/83: Installing method ShiftClassBuilder>>fillFor:
16:57:19				384/517 - 31/83: Installing method ShiftClassBuilder>>fillInstanceSideFromClass:
16:57:19				384/517 - 32/83: Installing method ShiftClassBuilder>>fluidInstall
16:57:19				384/517 - 33/83: Installing method ShiftClassBuilder>>hasToMigrateInstances
16:57:19				384/517 - 34/83: Installing method ShiftClassBuilder>>initialize
16:57:19				384/517 - 35/83: Installing method ShiftClassBuilder>>install
16:57:19				384/517 - 36/83: Installing method ShiftClassBuilder>>installSlotsAndVariables
16:57:19				384/517 - 37/83: Installing method ShiftClassBuilder>>installingEnvironment
16:57:19				384/517 - 38/83: Installing method ShiftClassBuilder>>installingEnvironment:
16:57:19				384/517 - 39/83: Installing method ShiftClassBuilder>>isInRemake
16:57:19				384/517 - 40/83: Installing method ShiftClassBuilder>>isRebuild
16:57:19				384/517 - 41/83: Installing method ShiftClassBuilder>>layout:
16:57:19				384/517 - 42/83: Installing method ShiftClassBuilder>>layoutClass
16:57:19				384/517 - 43/83: Installing method ShiftClassBuilder>>layoutClass:
16:57:19				384/517 - 44/83: Installing method ShiftClassBuilder>>layoutDefinition
16:57:19				384/517 - 45/83: Installing method ShiftClassBuilder>>markIsInRemake
16:57:19				384/517 - 46/83: Installing method ShiftClassBuilder>>metaSuperclass
16:57:19				384/517 - 47/83: Installing method ShiftClassBuilder>>metaSuperclass:
16:57:19				384/517 - 48/83: Installing method ShiftClassBuilder>>metaclassClass
16:57:19				384/517 - 49/83: Installing method ShiftClassBuilder>>name
16:57:19				384/517 - 50/83: Installing method ShiftClassBuilder>>name:
16:57:19				384/517 - 51/83: Installing method ShiftClassBuilder>>newClass
16:57:19				384/517 - 52/83: Installing method ShiftClassBuilder>>newMetaclass
16:57:19				384/517 - 53/83: Installing method ShiftClassBuilder>>notifyChanges
16:57:19				384/517 - 54/83: Installing method ShiftClassBuilder>>oldClass
16:57:19				384/517 - 55/83: Installing method ShiftClassBuilder>>oldClass:
16:57:19				384/517 - 56/83: Installing method ShiftClassBuilder>>oldMetaclass
16:57:19				384/517 - 57/83: Installing method ShiftClassBuilder>>package
16:57:19				384/517 - 58/83: Installing method ShiftClassBuilder>>package:
16:57:19				384/517 - 59/83: Installing method ShiftClassBuilder>>privateSlots:
16:57:19				384/517 - 60/83: Installing method ShiftClassBuilder>>propagateChangesTo:
16:57:19				384/517 - 61/83: Installing method ShiftClassBuilder>>propertyAt:
16:57:19				384/517 - 62/83: Installing method ShiftClassBuilder>>propertyAt:put:
16:57:19				384/517 - 63/83: Installing method ShiftClassBuilder>>sharedPools
16:57:20				384/517 - 64/83: Installing method ShiftClassBuilder>>sharedPools:
16:57:20				384/517 - 65/83: Installing method ShiftClassBuilder>>sharedPoolsFromString:
16:57:20				384/517 - 66/83: Installing method ShiftClassBuilder>>sharedVariables
16:57:20				384/517 - 67/83: Installing method ShiftClassBuilder>>sharedVariables:
16:57:20				384/517 - 68/83: Installing method ShiftClassBuilder>>sharedVariablesFromString:
16:57:20				384/517 - 69/83: Installing method ShiftClassBuilder>>slots
16:57:20				384/517 - 70/83: Installing method ShiftClassBuilder>>slots:
16:57:20				384/517 - 71/83: Installing method ShiftClassBuilder>>slotsFromString:
16:57:20				384/517 - 72/83: Installing method ShiftClassBuilder>>superclass
16:57:20				384/517 - 73/83: Installing method ShiftClassBuilder>>superclass:
16:57:20				384/517 - 74/83: Installing method ShiftClassBuilder>>superclassName
16:57:20				384/517 - 75/83: Installing method ShiftClassBuilder>>superclassName:
16:57:20				384/517 - 76/83: Installing method ShiftClassBuilder>>superclassResolver:
16:57:20				384/517 - 77/83: Installing method ShiftClassBuilder>>tag
16:57:20				384/517 - 78/83: Installing method ShiftClassBuilder>>tag:
16:57:20				384/517 - 79/83: Installing method ShiftClassBuilder>>tryToFillOldClass
16:57:20				384/517 - 80/83: Installing method ShiftClassBuilder>>useStrictSuperclass
16:57:20				384/517 - 81/83: Installing method ShiftClassBuilder>>validateClassName
16:57:20				384/517 - 82/83: Installing method ShiftClassBuilder>>validateSuperclass
16:57:20				384/517 - 83/83: Installing method ShiftClassBuilder>>withAdditionalSlots:
16:57:20				384/517 - 1/2: Installing method ShiftClassBuilder class>>defaultBuildEnhancer
16:57:20				384/517 - 2/2: Installing method ShiftClassBuilder class>>setDefaultBuilderEnhancer:
16:57:20				385/517 - 1/20: Installing method ShiftClassInstaller>>builder
16:57:20				385/517 - 2/20: Installing method ShiftClassInstaller>>comment:
16:57:20				385/517 - 3/20: Installing method ShiftClassInstaller>>copyObject:to:
16:57:20				385/517 - 4/20: Installing method ShiftClassInstaller>>fillFor:
16:57:20				385/517 - 5/20: Installing method ShiftClassInstaller>>fixSlotScope:
16:57:20				385/517 - 6/20: Installing method ShiftClassInstaller>>initialize
16:57:20				385/517 - 7/20: Installing method ShiftClassInstaller>>installInEnvironment:
16:57:20				385/517 - 8/20: Installing method ShiftClassInstaller>>installSubclassInSuperclass:
16:57:20				385/517 - 9/20: Installing method ShiftClassInstaller>>installingEnvironment
16:57:20				385/517 - 10/20: Installing method ShiftClassInstaller>>installingEnvironment:
16:57:20				385/517 - 11/20: Installing method ShiftClassInstaller>>make
16:57:20				385/517 - 12/20: Installing method ShiftClassInstaller>>make:
16:57:20				385/517 - 13/20: Installing method ShiftClassInstaller>>makeWithBuilder:
16:57:20				385/517 - 14/20: Installing method ShiftClassInstaller>>migrateClassTo:
16:57:20				385/517 - 15/20: Installing method ShiftClassInstaller>>migrateInstancesTo:
16:57:20				385/517 - 16/20: Installing method ShiftClassInstaller>>notifyChanges
16:57:20				385/517 - 17/20: Installing method ShiftClassInstaller>>oldClass
16:57:20				385/517 - 18/20: Installing method ShiftClassInstaller>>oldClass:
16:57:20				385/517 - 19/20: Installing method ShiftClassInstaller>>updateBindings:of:
16:57:20				385/517 - 20/20: Installing method ShiftClassInstaller>>updatePackage:
16:57:20				385/517 - 1/5: Installing method ShiftClassInstaller class>>example
16:57:20				385/517 - 2/5: Installing method ShiftClassInstaller class>>make:
16:57:20				385/517 - 3/5: Installing method ShiftClassInstaller class>>remake:basedOn:
16:57:20				385/517 - 4/5: Installing method ShiftClassInstaller class>>update:to:
16:57:20				385/517 - 5/5: Installing method ShiftClassInstaller class>>validateClassName:
16:57:20				386/517 - 1/2: Installing method ShiftClassSideBuilder>>slots:
16:57:20				386/517 - 2/2: Installing method ShiftClassSideBuilder>>traits:
16:57:20				387/517 - 1/1: Installing method ShouldBeImplemented>>standardMessageText
16:57:20				388/517 - 1/1: Installing method ShouldNotImplement>>standardMessageText
16:57:20				389/517 - 1/2: Installing method SimulationExceptionWrapper>>exception
16:57:20				389/517 - 2/2: Installing method SimulationExceptionWrapper>>exception:
16:57:20				389/517 - 1/1: Installing method SimulationExceptionWrapper class>>signalForException:
16:57:21				390/517 - 1/2: Installing method SizeMismatch>>messageText
16:57:21				390/517 - 2/2: Installing method SizeMismatch>>standardMessageText
16:57:21				391/517 - 1/41: Installing method Slot>>acceptVisitor:node:
16:57:21				391/517 - 2/41: Installing method Slot>>addAdditionalSlotsTo:
16:57:21				391/517 - 3/41: Installing method Slot>>asClassVariable
16:57:21				391/517 - 4/41: Installing method Slot>>asSlot
16:57:21				391/517 - 5/41: Installing method Slot>>baseSlot
16:57:21				391/517 - 6/41: Installing method Slot>>definingClass
16:57:21				391/517 - 7/41: Installing method Slot>>definingClass:
16:57:21				391/517 - 8/41: Installing method Slot>>definitionString
16:57:21				391/517 - 9/41: Installing method Slot>>emitStore:
16:57:21				391/517 - 10/41: Installing method Slot>>emitValue:
16:57:21				391/517 - 11/41: Installing method Slot>>ensureInitalizeMethodExists:
16:57:21				391/517 - 12/41: Installing method Slot>>ensureSlotInitializationFor:
16:57:21				391/517 - 13/41: Installing method Slot>>hasSameDefinitionAs:
16:57:21				391/517 - 14/41: Installing method Slot>>initialize:
16:57:21				391/517 - 15/41: Installing method Slot>>installingIn:
16:57:21				391/517 - 16/41: Installing method Slot>>isAccessedIn:
16:57:21				391/517 - 17/41: Installing method Slot>>isDefinedByOwningClass
16:57:21				391/517 - 18/41: Installing method Slot>>isInstanceVariable
16:57:21				391/517 - 19/41: Installing method Slot>>isReadIn:
16:57:21				391/517 - 20/41: Installing method Slot>>isReferenced
16:57:21				391/517 - 21/41: Installing method Slot>>isSelfEvaluating
16:57:21				391/517 - 22/41: Installing method Slot>>isVirtual
16:57:21				391/517 - 23/41: Installing method Slot>>isVisible
16:57:21				391/517 - 24/41: Installing method Slot>>isWrittenIn:
16:57:21				391/517 - 25/41: Installing method Slot>>named:
16:57:21				391/517 - 26/41: Installing method Slot>>owningClass
16:57:21				391/517 - 27/41: Installing method Slot>>owningClass:
16:57:21				391/517 - 28/41: Installing method Slot>>possiblyUsingClasses
16:57:21				391/517 - 29/41: Installing method Slot>>printOn:
16:57:21				391/517 - 30/41: Installing method Slot>>read:
16:57:21				391/517 - 31/41: Installing method Slot>>readInContext:
16:57:21				391/517 - 32/41: Installing method Slot>>scope
16:57:21				391/517 - 33/41: Installing method Slot>>scope:
16:57:21				391/517 - 34/41: Installing method Slot>>sendsInitializeSlots:
16:57:21				391/517 - 35/41: Installing method Slot>>size
16:57:21				391/517 - 36/41: Installing method Slot>>storeOn:
16:57:21				391/517 - 37/41: Installing method Slot>>usingClasses
16:57:21				391/517 - 38/41: Installing method Slot>>usingMethods
16:57:21				391/517 - 39/41: Installing method Slot>>wantsInitialization
16:57:21				391/517 - 40/41: Installing method Slot>>write:inContext:
16:57:21				391/517 - 41/41: Installing method Slot>>write:to:
16:57:21				391/517 - 1/4: Installing method Slot class>>asSlot
16:57:21				391/517 - 2/4: Installing method Slot class>>checkValidName:
16:57:21				391/517 - 3/4: Installing method Slot class>>isUsed
16:57:21				391/517 - 4/4: Installing method Slot class>>slotUsers
16:57:22				392/517 - 1/3: Installing method SlotNotFound>>messageText
16:57:22				392/517 - 2/3: Installing method SlotNotFound>>name
16:57:22				392/517 - 3/3: Installing method SlotNotFound>>name:
16:57:22				392/517 - 1/1: Installing method SlotNotFound class>>signalForName:
16:57:23				393/517 - 1/70: Installing method SmallDictionary>>=
16:57:23				393/517 - 2/70: Installing method SmallDictionary>>add:
16:57:23				393/517 - 3/70: Installing method SmallDictionary>>addAll:
16:57:23				393/517 - 4/70: Installing method SmallDictionary>>associationAt:
16:57:23				393/517 - 5/70: Installing method SmallDictionary>>associationAt:ifAbsent:
16:57:23				393/517 - 6/70: Installing method SmallDictionary>>associationAt:ifPresent:
16:57:23				393/517 - 7/70: Installing method SmallDictionary>>associationAt:ifPresent:ifAbsent:
16:57:23				393/517 - 8/70: Installing method SmallDictionary>>associations
16:57:23				393/517 - 9/70: Installing method SmallDictionary>>associationsDo:
16:57:23				393/517 - 10/70: Installing method SmallDictionary>>associationsSelect:
16:57:23				393/517 - 11/70: Installing method SmallDictionary>>at:
16:57:23				393/517 - 12/70: Installing method SmallDictionary>>at:at:
16:57:23				393/517 - 13/70: Installing method SmallDictionary>>at:at:ifAbsent:
16:57:23				393/517 - 14/70: Installing method SmallDictionary>>at:at:ifAbsentPut:
16:57:23				393/517 - 15/70: Installing method SmallDictionary>>at:at:put:
16:57:23				393/517 - 16/70: Installing method SmallDictionary>>at:ifAbsent:
16:57:23				393/517 - 17/70: Installing method SmallDictionary>>at:ifAbsentPut:
16:57:23				393/517 - 18/70: Installing method SmallDictionary>>at:ifPresent:
16:57:23				393/517 - 19/70: Installing method SmallDictionary>>at:ifPresent:ifAbsent:
16:57:23				393/517 - 20/70: Installing method SmallDictionary>>at:ifPresent:ifAbsentPut:
16:57:23				393/517 - 21/70: Installing method SmallDictionary>>at:put:
16:57:23				393/517 - 22/70: Installing method SmallDictionary>>at:update:
16:57:23				393/517 - 23/70: Installing method SmallDictionary>>at:update:initial:
16:57:23				393/517 - 24/70: Installing method SmallDictionary>>bindingOf:
16:57:23				393/517 - 25/70: Installing method SmallDictionary>>bindingsDo:
16:57:23				393/517 - 26/70: Installing method SmallDictionary>>capacity
16:57:23				393/517 - 27/70: Installing method SmallDictionary>>collect:
16:57:23				393/517 - 28/70: Installing method SmallDictionary>>difference:
16:57:23				393/517 - 29/70: Installing method SmallDictionary>>do:
16:57:23				393/517 - 30/70: Installing method SmallDictionary>>empty
16:57:23				393/517 - 31/70: Installing method SmallDictionary>>errorKeyNotFound:
16:57:23				393/517 - 32/70: Installing method SmallDictionary>>errorValueNotFound:
16:57:23				393/517 - 33/70: Installing method SmallDictionary>>findIndexForKey:
16:57:23				393/517 - 34/70: Installing method SmallDictionary>>growKeysAndValues
16:57:23				393/517 - 35/70: Installing method SmallDictionary>>growTo:
16:57:23				393/517 - 36/70: Installing method SmallDictionary>>hasBindingThatBeginsWith:
16:57:23				393/517 - 37/70: Installing method SmallDictionary>>includes:
16:57:23				393/517 - 38/70: Installing method SmallDictionary>>includesAssociation:
16:57:23				393/517 - 39/70: Installing method SmallDictionary>>includesIdentity:
16:57:23				393/517 - 40/70: Installing method SmallDictionary>>includesKey:
16:57:23				393/517 - 41/70: Installing method SmallDictionary>>initialize
16:57:23				393/517 - 42/70: Installing method SmallDictionary>>intersection:
16:57:23				393/517 - 43/70: Installing method SmallDictionary>>isDictionary
16:57:23				393/517 - 44/70: Installing method SmallDictionary>>isHealthy
16:57:23				393/517 - 45/70: Installing method SmallDictionary>>keyAtIdentityValue:
16:57:23				393/517 - 46/70: Installing method SmallDictionary>>keyAtIdentityValue:ifAbsent:
16:57:23				393/517 - 47/70: Installing method SmallDictionary>>keyAtValue:
16:57:23				393/517 - 48/70: Installing method SmallDictionary>>keyAtValue:ifAbsent:
16:57:23				393/517 - 49/70: Installing method SmallDictionary>>keyForIdentity:
16:57:23				393/517 - 50/70: Installing method SmallDictionary>>keys
16:57:23				393/517 - 51/70: Installing method SmallDictionary>>keysAndValuesDo:
16:57:23				393/517 - 52/70: Installing method SmallDictionary>>keysAndValuesRemove:
16:57:23				393/517 - 53/70: Installing method SmallDictionary>>keysDo:
16:57:23				393/517 - 54/70: Installing method SmallDictionary>>keysSortedSafely
16:57:23				393/517 - 55/70: Installing method SmallDictionary>>postCopy
16:57:23				393/517 - 56/70: Installing method SmallDictionary>>printElementsOn:
16:57:23				393/517 - 57/70: Installing method SmallDictionary>>privateAt:put:
16:57:23				393/517 - 58/70: Installing method SmallDictionary>>reject:thenCollect:
16:57:23				393/517 - 59/70: Installing method SmallDictionary>>remove:
16:57:23				393/517 - 60/70: Installing method SmallDictionary>>remove:ifAbsent:
16:57:23				393/517 - 61/70: Installing method SmallDictionary>>removeAll
16:57:23				393/517 - 62/70: Installing method SmallDictionary>>removeKey:
16:57:23				393/517 - 63/70: Installing method SmallDictionary>>removeKey:ifAbsent:
16:57:23				393/517 - 64/70: Installing method SmallDictionary>>select:
16:57:23				393/517 - 65/70: Installing method SmallDictionary>>select:thenCollect:
16:57:23				393/517 - 66/70: Installing method SmallDictionary>>setClass
16:57:23				393/517 - 67/70: Installing method SmallDictionary>>size
16:57:23				393/517 - 68/70: Installing method SmallDictionary>>storeOn:
16:57:23				393/517 - 69/70: Installing method SmallDictionary>>values
16:57:23				393/517 - 70/70: Installing method SmallDictionary>>valuesDo:
16:57:23				393/517 - 1/4: Installing method SmallDictionary class>>new:
16:57:23				393/517 - 2/4: Installing method SmallDictionary class>>newFrom:
16:57:23				393/517 - 3/4: Installing method SmallDictionary class>>newFromKeys:andValues:
16:57:23				393/517 - 4/4: Installing method SmallDictionary class>>newFromPairs:
16:57:23				394/517 - 1/26: Installing method SmallFloat64>>*
16:57:23				394/517 - 2/26: Installing method SmallFloat64>>+
16:57:23				394/517 - 3/26: Installing method SmallFloat64>>-
16:57:23				394/517 - 4/26: Installing method SmallFloat64>>/
16:57:23				394/517 - 5/26: Installing method SmallFloat64>><
16:57:23				394/517 - 6/26: Installing method SmallFloat64>><=
16:57:23				394/517 - 7/26: Installing method SmallFloat64>>=
16:57:23				394/517 - 8/26: Installing method SmallFloat64>>>
16:57:23				394/517 - 9/26: Installing method SmallFloat64>>>=
16:57:23				394/517 - 10/26: Installing method SmallFloat64>>basicIdentityHash
16:57:23				394/517 - 11/26: Installing method SmallFloat64>>clone
16:57:23				394/517 - 12/26: Installing method SmallFloat64>>copy
16:57:23				394/517 - 13/26: Installing method SmallFloat64>>deepCopy
16:57:23				394/517 - 14/26: Installing method SmallFloat64>>exp
16:57:23				394/517 - 15/26: Installing method SmallFloat64>>exponent
16:57:23				394/517 - 16/26: Installing method SmallFloat64>>fractionPart
16:57:23				394/517 - 17/26: Installing method SmallFloat64>>identityHash
16:57:23				394/517 - 18/26: Installing method SmallFloat64>>isImmediateObject
16:57:23				394/517 - 19/26: Installing method SmallFloat64>>isPinnedInMemory
16:57:23				394/517 - 20/26: Installing method SmallFloat64>>ln
16:57:23				394/517 - 21/26: Installing method SmallFloat64>>nextObject
16:57:23				394/517 - 22/26: Installing method SmallFloat64>>shallowCopy
16:57:23				394/517 - 23/26: Installing method SmallFloat64>>timesTwoPower:
16:57:23				394/517 - 24/26: Installing method SmallFloat64>>truncated
16:57:23				394/517 - 25/26: Installing method SmallFloat64>>veryDeepCopyWith:
16:57:23				394/517 - 26/26: Installing method SmallFloat64>>~=
16:57:23				394/517 - 1/2: Installing method SmallFloat64 class>>basicNew
16:57:23				394/517 - 2/2: Installing method SmallFloat64 class>>basicNew:
16:57:23				395/517 - 1/2: Installing method SmallIdentityDictionary>>findIndexForKey:
16:57:23				395/517 - 2/2: Installing method SmallIdentityDictionary>>setClass
16:57:24				396/517 - 1/47: Installing method SmallInteger>>*
16:57:24				396/517 - 2/47: Installing method SmallInteger>>+
16:57:24				396/517 - 3/47: Installing method SmallInteger>>-
16:57:24				396/517 - 4/47: Installing method SmallInteger>>/
16:57:24				396/517 - 5/47: Installing method SmallInteger>>//
16:57:24				396/517 - 6/47: Installing method SmallInteger>><
16:57:24				396/517 - 7/47: Installing method SmallInteger>><=
16:57:24				396/517 - 8/47: Installing method SmallInteger>>=
16:57:24				396/517 - 9/47: Installing method SmallInteger>>>
16:57:24				396/517 - 10/47: Installing method SmallInteger>>>=
16:57:24				396/517 - 11/47: Installing method SmallInteger>>\\
16:57:24				396/517 - 12/47: Installing method SmallInteger>>asCharacter
16:57:24				396/517 - 13/47: Installing method SmallInteger>>asFloat
16:57:24				396/517 - 14/47: Installing method SmallInteger>>basicIdentityHash
16:57:24				396/517 - 15/47: Installing method SmallInteger>>bitAnd:
16:57:24				396/517 - 16/47: Installing method SmallInteger>>bitOr:
16:57:24				396/517 - 17/47: Installing method SmallInteger>>bitShift:
16:57:24				396/517 - 18/47: Installing method SmallInteger>>bitStringLength
16:57:24				396/517 - 19/47: Installing method SmallInteger>>bitXor:
16:57:24				396/517 - 20/47: Installing method SmallInteger>>byteAt:
16:57:24				396/517 - 21/47: Installing method SmallInteger>>byteAt:put:
16:57:24				396/517 - 22/47: Installing method SmallInteger>>bytesCount
16:57:24				396/517 - 23/47: Installing method SmallInteger>>decimalDigitLength
16:57:24				396/517 - 24/47: Installing method SmallInteger>>deepCopy
16:57:24				396/517 - 25/47: Installing method SmallInteger>>even
16:57:24				396/517 - 26/47: Installing method SmallInteger>>gcd:
16:57:24				396/517 - 27/47: Installing method SmallInteger>>hash
16:57:24				396/517 - 28/47: Installing method SmallInteger>>hashMultiply
16:57:24				396/517 - 29/47: Installing method SmallInteger>>highBit
16:57:24				396/517 - 30/47: Installing method SmallInteger>>highBitOfMagnitude
16:57:24				396/517 - 31/47: Installing method SmallInteger>>highBitOfPositiveReceiver
16:57:24				396/517 - 32/47: Installing method SmallInteger>>identityHash
16:57:24				396/517 - 33/47: Installing method SmallInteger>>isImmediateObject
16:57:24				396/517 - 34/47: Installing method SmallInteger>>isLarge
16:57:24				396/517 - 35/47: Installing method SmallInteger>>isPinnedInMemory
16:57:24				396/517 - 36/47: Installing method SmallInteger>>lowBit
16:57:24				396/517 - 37/47: Installing method SmallInteger>>nextInstance
16:57:24				396/517 - 38/47: Installing method SmallInteger>>nextObject
16:57:24				396/517 - 39/47: Installing method SmallInteger>>odd
16:57:24				396/517 - 40/47: Installing method SmallInteger>>pointsTo:
16:57:24				396/517 - 41/47: Installing method SmallInteger>>printOn:base:
16:57:24				396/517 - 42/47: Installing method SmallInteger>>printOn:base:length:padded:
16:57:24				396/517 - 43/47: Installing method SmallInteger>>printOn:base:nDigits:
16:57:24				396/517 - 44/47: Installing method SmallInteger>>quo:
16:57:24				396/517 - 45/47: Installing method SmallInteger>>shallowCopy
16:57:24				396/517 - 46/47: Installing method SmallInteger>>veryDeepCopyWith:
16:57:24				396/517 - 47/47: Installing method SmallInteger>>~=
16:57:24				396/517 - 1/6: Installing method SmallInteger class>>basicNew
16:57:24				396/517 - 2/6: Installing method SmallInteger class>>initialize
16:57:24				396/517 - 3/6: Installing method SmallInteger class>>maxVal
16:57:24				396/517 - 4/6: Installing method SmallInteger class>>minVal
16:57:24				396/517 - 5/6: Installing method SmallInteger class>>new
16:57:24				396/517 - 6/6: Installing method SmallInteger class>>startUp:
16:57:27				397/517 - 1/176: Installing method SmalltalkImage>>addToShutDownList:
16:57:27				397/517 - 2/176: Installing method SmalltalkImage>>addToStartUpList:
16:57:27				397/517 - 3/176: Installing method SmalltalkImage>>allClasses
16:57:27				397/517 - 4/176: Installing method SmalltalkImage>>allClassesAndTraits
16:57:27				397/517 - 5/176: Installing method SmalltalkImage>>allClassesAndTraitsDo:
16:57:27				397/517 - 6/176: Installing method SmalltalkImage>>allClassesDo:
16:57:27				397/517 - 7/176: Installing method SmalltalkImage>>allTraits
16:57:27				397/517 - 8/176: Installing method SmalltalkImage>>anonymousClassInstaller
16:57:27				397/517 - 9/176: Installing method SmalltalkImage>>argumentAt:
16:57:27				397/517 - 10/176: Installing method SmalltalkImage>>arguments
16:57:27				397/517 - 11/176: Installing method SmalltalkImage>>argumentsInclude:
16:57:27				397/517 - 12/176: Installing method SmalltalkImage>>argumentsStartingAtIndex:
16:57:27				397/517 - 13/176: Installing method SmalltalkImage>>at:
16:57:27				397/517 - 14/176: Installing method SmalltalkImage>>at:ifAbsent:
16:57:27				397/517 - 15/176: Installing method SmalltalkImage>>at:ifAbsentPut:
16:57:27				397/517 - 16/176: Installing method SmalltalkImage>>at:ifPresent:
16:57:27				397/517 - 17/176: Installing method SmalltalkImage>>at:ifPresent:ifAbsent:
16:57:27				397/517 - 18/176: Installing method SmalltalkImage>>at:put:
16:57:27				397/517 - 19/176: Installing method SmalltalkImage>>backupImageInFileNamed:
16:57:27				397/517 - 20/176: Installing method SmalltalkImage>>backupTo:
16:57:27				397/517 - 21/176: Installing method SmalltalkImage>>bindingOf:
16:57:27				397/517 - 22/176: Installing method SmalltalkImage>>bytesLeft
16:57:27				397/517 - 23/176: Installing method SmalltalkImage>>bytesLeft:
16:57:27				397/517 - 24/176: Installing method SmalltalkImage>>changeImagePathTo:
16:57:27				397/517 - 25/176: Installing method SmalltalkImage>>changesName
16:57:27				397/517 - 26/176: Installing method SmalltalkImage>>changesSuffix
16:57:27				397/517 - 27/176: Installing method SmalltalkImage>>classBuilder
16:57:27				397/517 - 28/176: Installing method SmalltalkImage>>classInstaller
16:57:27				397/517 - 29/176: Installing method SmalltalkImage>>classNamed:
16:57:27				397/517 - 30/176: Installing method SmalltalkImage>>classNames
16:57:27				397/517 - 31/176: Installing method SmalltalkImage>>classOrTraitNamed:
16:57:27				397/517 - 32/176: Installing method SmalltalkImage>>cleanOutUndeclared
16:57:27				397/517 - 33/176: Installing method SmalltalkImage>>cleanUp
16:57:27				397/517 - 34/176: Installing method SmalltalkImage>>cleanUp:
16:57:27				397/517 - 35/176: Installing method SmalltalkImage>>cleanUp:except:
16:57:27				397/517 - 36/176: Installing method SmalltalkImage>>cleanUp:except:confirming:
16:57:27				397/517 - 37/176: Installing method SmalltalkImage>>clearExternalObjects
16:57:27				397/517 - 38/176: Installing method SmalltalkImage>>closeLog:
16:57:27				397/517 - 39/176: Installing method SmalltalkImage>>closeSourceFiles
16:57:27				397/517 - 40/176: Installing method SmalltalkImage>>commandLine
16:57:27				397/517 - 41/176: Installing method SmalltalkImage>>compactClassesArray
16:57:27				397/517 - 42/176: Installing method SmalltalkImage>>compiler
16:57:27				397/517 - 43/176: Installing method SmalltalkImage>>compilerClass
16:57:27				397/517 - 44/176: Installing method SmalltalkImage>>compilerClass:
16:57:27				397/517 - 45/176: Installing method SmalltalkImage>>createStackOverflow
16:57:27				397/517 - 46/176: Installing method SmalltalkImage>>datedVersion
16:57:28				397/517 - 47/176: Installing method SmalltalkImage>>defaultLogFileName
16:57:28				397/517 - 48/176: Installing method SmalltalkImage>>environment
16:57:28				397/517 - 49/176: Installing method SmalltalkImage>>exit:
16:57:28				397/517 - 50/176: Installing method SmalltalkImage>>exitFailure
16:57:28				397/517 - 51/176: Installing method SmalltalkImage>>exitSuccess
16:57:28				397/517 - 52/176: Installing method SmalltalkImage>>exitToDebugger
16:57:28				397/517 - 53/176: Installing method SmalltalkImage>>externalObjects
16:57:28				397/517 - 54/176: Installing method SmalltalkImage>>extractMinusParameters
16:57:28				397/517 - 55/176: Installing method SmalltalkImage>>extractMinusParametersFrom:
16:57:28				397/517 - 56/176: Installing method SmalltalkImage>>extractParameters
16:57:28				397/517 - 57/176: Installing method SmalltalkImage>>fileForChangesNamed:
16:57:28				397/517 - 58/176: Installing method SmalltalkImage>>fileForImageNamed:
16:57:28				397/517 - 59/176: Installing method SmalltalkImage>>fixObsoleteBindings
16:57:28				397/517 - 60/176: Installing method SmalltalkImage>>fixObsoleteReferences
16:57:28				397/517 - 61/176: Installing method SmalltalkImage>>fixObsoleteSharedPools
16:57:28				397/517 - 62/176: Installing method SmalltalkImage>>flushClassNameCache
16:57:28				397/517 - 63/176: Installing method SmalltalkImage>>fullNameForChangesNamed:
16:57:28				397/517 - 64/176: Installing method SmalltalkImage>>fullNameForImageNamed:
16:57:28				397/517 - 65/176: Installing method SmalltalkImage>>garbageCollect
16:57:28				397/517 - 66/176: Installing method SmalltalkImage>>garbageCollectMost
16:57:28				397/517 - 67/176: Installing method SmalltalkImage>>getFileNameFromUser
16:57:28				397/517 - 68/176: Installing method SmalltalkImage>>globals
16:57:28				397/517 - 69/176: Installing method SmalltalkImage>>globals:
16:57:28				397/517 - 70/176: Installing method SmalltalkImage>>growMemoryByAtLeast:
16:57:28				397/517 - 71/176: Installing method SmalltalkImage>>hasClassNamed:
16:57:28				397/517 - 72/176: Installing method SmalltalkImage>>hasCompiler
16:57:28				397/517 - 73/176: Installing method SmalltalkImage>>image
16:57:28				397/517 - 74/176: Installing method SmalltalkImage>>imageDirectory
16:57:28				397/517 - 75/176: Installing method SmalltalkImage>>imageFormatVersion
16:57:28				397/517 - 76/176: Installing method SmalltalkImage>>imagePath
16:57:28				397/517 - 77/176: Installing method SmalltalkImage>>imagePath:
16:57:28				397/517 - 78/176: Installing method SmalltalkImage>>imageSuffix
16:57:28				397/517 - 79/176: Installing method SmalltalkImage>>includesKey:
16:57:28				397/517 - 80/176: Installing method SmalltalkImage>>informSpaceLeftAfterGarbageCollection
16:57:28				397/517 - 81/176: Installing method SmalltalkImage>>installLowSpaceWatcher
16:57:28				397/517 - 82/176: Installing method SmalltalkImage>>isHeadless
16:57:28				397/517 - 83/176: Installing method SmalltalkImage>>isInteractive
16:57:28				397/517 - 84/176: Installing method SmalltalkImage>>isInteractiveGraphic
16:57:28				397/517 - 85/176: Installing method SmalltalkImage>>isSelfEvaluating
16:57:28				397/517 - 86/176: Installing method SmalltalkImage>>lastImagePath
16:57:28				397/517 - 87/176: Installing method SmalltalkImage>>lastQuitLogPosition
16:57:28				397/517 - 88/176: Installing method SmalltalkImage>>lastQuitLogPosition:
16:57:28				397/517 - 89/176: Installing method SmalltalkImage>>lastUpdateString
16:57:28				397/517 - 90/176: Installing method SmalltalkImage>>licenseString
16:57:28				397/517 - 91/176: Installing method SmalltalkImage>>licenseStringTemplate
16:57:28				397/517 - 92/176: Installing method SmalltalkImage>>logDuring:
16:57:28				397/517 - 93/176: Installing method SmalltalkImage>>logError:inContext:
16:57:28				397/517 - 94/176: Installing method SmalltalkImage>>logFileName
16:57:28				397/517 - 95/176: Installing method SmalltalkImage>>logFileName:
16:57:28				397/517 - 96/176: Installing method SmalltalkImage>>logStdErrorDuring:
16:57:28				397/517 - 97/176: Installing method SmalltalkImage>>logStdOutDuring:
16:57:28				397/517 - 98/176: Installing method SmalltalkImage>>lowSpaceThreshold
16:57:28				397/517 - 99/176: Installing method SmalltalkImage>>lowSpaceWatcher
16:57:28				397/517 - 100/176: Installing method SmalltalkImage>>lowSpaceWatcherProcess
16:57:28				397/517 - 101/176: Installing method SmalltalkImage>>maxFilenameLength
16:57:28				397/517 - 102/176: Installing method SmalltalkImage>>maxIdentityHash
16:57:28				397/517 - 103/176: Installing method SmalltalkImage>>memoryHogs
16:57:28				397/517 - 104/176: Installing method SmalltalkImage>>metacelloPlatformAttributes
16:57:28				397/517 - 105/176: Installing method SmalltalkImage>>newSpecialObjectsArray
16:57:28				397/517 - 106/176: Installing method SmalltalkImage>>okayToProceedEvenIfSpaceIsLow
16:57:28				397/517 - 107/176: Installing method SmalltalkImage>>openLog
16:57:28				397/517 - 108/176: Installing method SmalltalkImage>>openSourceFiles
16:57:28				397/517 - 109/176: Installing method SmalltalkImage>>optionAt:
16:57:28				397/517 - 110/176: Installing method SmalltalkImage>>options
16:57:28				397/517 - 111/176: Installing method SmalltalkImage>>organization
16:57:28				397/517 - 112/176: Installing method SmalltalkImage>>os
16:57:28				397/517 - 113/176: Installing method SmalltalkImage>>packages
16:57:28				397/517 - 114/176: Installing method SmalltalkImage>>platform
16:57:28				397/517 - 115/176: Installing method SmalltalkImage>>platformName
16:57:28				397/517 - 116/176: Installing method SmalltalkImage>>primBytesLeft
16:57:28				397/517 - 117/176: Installing method SmalltalkImage>>primImagePath
16:57:28				397/517 - 118/176: Installing method SmalltalkImage>>primImagePath:
16:57:28				397/517 - 119/176: Installing method SmalltalkImage>>primLowSpaceSemaphore:
16:57:28				397/517 - 120/176: Installing method SmalltalkImage>>primSignalAtBytesLeft:
16:57:28				397/517 - 121/176: Installing method SmalltalkImage>>primitiveGarbageCollect
16:57:28				397/517 - 122/176: Installing method SmalltalkImage>>primitiveGetSpecialObjectsArray
16:57:28				397/517 - 123/176: Installing method SmalltalkImage>>printOn:
16:57:28				397/517 - 124/176: Installing method SmalltalkImage>>privSaveImageWithCleanup
16:57:28				397/517 - 125/176: Installing method SmalltalkImage>>quitPrimitive
16:57:28				397/517 - 126/176: Installing method SmalltalkImage>>recompile
16:57:28				397/517 - 127/176: Installing method SmalltalkImage>>recordStartupStamp
16:57:28				397/517 - 128/176: Installing method SmalltalkImage>>recreateSpecialObjectsArray
16:57:28				397/517 - 129/176: Installing method SmalltalkImage>>registerExternalObject:
16:57:28				397/517 - 130/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietly
16:57:28				397/517 - 131/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietlyCalling:
16:57:28				397/517 - 132/176: Installing method SmalltalkImage>>removeClassNamed:
16:57:28				397/517 - 133/176: Installing method SmalltalkImage>>removeEmptyMessageCategories
16:57:28				397/517 - 134/176: Installing method SmalltalkImage>>removeSelector:
16:57:28				397/517 - 135/176: Installing method SmalltalkImage>>renameClass:from:
16:57:28				397/517 - 136/176: Installing method SmalltalkImage>>renameClassNamed:as:
16:57:28				397/517 - 137/176: Installing method SmalltalkImage>>restartMethods
16:57:28				397/517 - 138/176: Installing method SmalltalkImage>>saveAs
16:57:28				397/517 - 139/176: Installing method SmalltalkImage>>saveAs:
16:57:28				397/517 - 140/176: Installing method SmalltalkImage>>saveAsNewVersion
16:57:28				397/517 - 141/176: Installing method SmalltalkImage>>saveChangesInFileNamed:
16:57:28				397/517 - 142/176: Installing method SmalltalkImage>>saveImageInFileNamed:
16:57:28				397/517 - 143/176: Installing method SmalltalkImage>>saveImageInNewContext
16:57:28				397/517 - 144/176: Installing method SmalltalkImage>>saveSession
16:57:28				397/517 - 145/176: Installing method SmalltalkImage>>session
16:57:28				397/517 - 146/176: Installing method SmalltalkImage>>shortImageName
16:57:28				397/517 - 147/176: Installing method SmalltalkImage>>shutDown
16:57:28				397/517 - 148/176: Installing method SmalltalkImage>>signalLowSpace
16:57:28				397/517 - 149/176: Installing method SmalltalkImage>>snapshot:andQuit:
16:57:28				397/517 - 150/176: Installing method SmalltalkImage>>sourceFileVersionString
16:57:28				397/517 - 151/176: Installing method SmalltalkImage>>sourceFileVersionString:
16:57:28				397/517 - 152/176: Installing method SmalltalkImage>>sourcesFile
16:57:28				397/517 - 153/176: Installing method SmalltalkImage>>sourcesName
16:57:28				397/517 - 154/176: Installing method SmalltalkImage>>sourcesSuffix
16:57:28				397/517 - 155/176: Installing method SmalltalkImage>>spaceLeftAfterGarbageCollection
16:57:28				397/517 - 156/176: Installing method SmalltalkImage>>specialNargsAt:
16:57:28				397/517 - 157/176: Installing method SmalltalkImage>>specialObjectsArray
16:57:28				397/517 - 158/176: Installing method SmalltalkImage>>specialObjectsArray:
16:57:28				397/517 - 159/176: Installing method SmalltalkImage>>specialSelectorAt:
16:57:28				397/517 - 160/176: Installing method SmalltalkImage>>specialSelectorIndexOrNil:
16:57:28				397/517 - 161/176: Installing method SmalltalkImage>>specialSelectorSize
16:57:28				397/517 - 162/176: Installing method SmalltalkImage>>specialSelectors
16:57:28				397/517 - 163/176: Installing method SmalltalkImage>>stripImageExtensionFrom:
16:57:28				397/517 - 164/176: Installing method SmalltalkImage>>supportsQueueingFinalization
16:57:28				397/517 - 165/176: Installing method SmalltalkImage>>supportsQueueingFinalization:
16:57:28				397/517 - 166/176: Installing method SmalltalkImage>>systemInformationString
16:57:28				397/517 - 167/176: Installing method SmalltalkImage>>timeStamp:
16:57:28				397/517 - 168/176: Installing method SmalltalkImage>>traitNames
16:57:28				397/517 - 169/176: Installing method SmalltalkImage>>unbindExternalPrimitives
16:57:28				397/517 - 170/176: Installing method SmalltalkImage>>unregisterExternalObject:
16:57:28				397/517 - 171/176: Installing method SmalltalkImage>>version
16:57:28				397/517 - 172/176: Installing method SmalltalkImage>>veryDeepCopyWith:
16:57:28				397/517 - 173/176: Installing method SmalltalkImage>>vm
16:57:28				397/517 - 174/176: Installing method SmalltalkImage>>vmBinary
16:57:28				397/517 - 175/176: Installing method SmalltalkImage>>vmDirectory
16:57:28				397/517 - 176/176: Installing method SmalltalkImage>>wordSize
16:57:29				397/517 - 1/8: Installing method SmalltalkImage class>>cleanUp
16:57:29				397/517 - 2/8: Installing method SmalltalkImage class>>compilerClass
16:57:29				397/517 - 3/8: Installing method SmalltalkImage class>>compilerClass:
16:57:29				397/517 - 4/8: Installing method SmalltalkImage class>>current
16:57:29				397/517 - 5/8: Installing method SmalltalkImage class>>new
16:57:29				397/517 - 6/8: Installing method SmalltalkImage class>>shutDown:
16:57:29				397/517 - 7/8: Installing method SmalltalkImage class>>startUp:
16:57:29				397/517 - 8/8: Installing method SmalltalkImage class>>wordSize
16:57:29				398/517 - 1/15: Installing method SnapshotOperation>>doSnapshot
16:57:29				398/517 - 2/15: Installing method SnapshotOperation>>error
16:57:29				398/517 - 3/15: Installing method SnapshotOperation>>executeStoringError:
16:57:29				398/517 - 4/15: Installing method SnapshotOperation>>handleSnapshotError:
16:57:29				398/517 - 5/15: Installing method SnapshotOperation>>hasError
16:57:29				398/517 - 6/15: Installing method SnapshotOperation>>hasSavedSuccessfully
16:57:29				398/517 - 7/15: Installing method SnapshotOperation>>imageFormatOption:
16:57:29				398/517 - 8/15: Installing method SnapshotOperation>>initialize
16:57:29				398/517 - 9/15: Installing method SnapshotOperation>>isImageStarting
16:57:29				398/517 - 10/15: Installing method SnapshotOperation>>performSnapshot
16:57:29				398/517 - 11/15: Installing method SnapshotOperation>>quit:
16:57:29				398/517 - 12/15: Installing method SnapshotOperation>>save:
16:57:29				398/517 - 13/15: Installing method SnapshotOperation>>sessionManager:
16:57:29				398/517 - 14/15: Installing method SnapshotOperation>>snapshotPrimitive
16:57:29				398/517 - 15/15: Installing method SnapshotOperation>>snapshotPrimitiveWithFormatOption:
16:57:29				398/517 - 1/4: Installing method SnapshotOperation class>>new
16:57:29				398/517 - 2/4: Installing method SnapshotOperation class>>save:andQuit:withSessionManager:
16:57:29				398/517 - 3/4: Installing method SnapshotOperation class>>useComposedFormatNext
16:57:29				398/517 - 4/4: Installing method SnapshotOperation class>>useSpurFormatNext
16:57:29				399/517 - 1/23: Installing method SortedCollection>>,
16:57:29				399/517 - 2/23: Installing method SortedCollection>>=
16:57:29				399/517 - 3/23: Installing method SortedCollection>>add:
16:57:29				399/517 - 4/23: Installing method SortedCollection>>addAll:
16:57:29				399/517 - 5/23: Installing method SortedCollection>>addFirst:
16:57:29				399/517 - 6/23: Installing method SortedCollection>>addLast:
16:57:29				399/517 - 7/23: Installing method SortedCollection>>addNoSort:
16:57:29				399/517 - 8/23: Installing method SortedCollection>>at:put:
16:57:29				399/517 - 9/23: Installing method SortedCollection>>collect:
16:57:29				399/517 - 10/23: Installing method SortedCollection>>copyEmpty
16:57:29				399/517 - 11/23: Installing method SortedCollection>>defaultSort:to:
16:57:29				399/517 - 12/23: Installing method SortedCollection>>flatCollect:
16:57:29				399/517 - 13/23: Installing method SortedCollection>>groupedBy:
16:57:29				399/517 - 14/23: Installing method SortedCollection>>indexForInserting:
16:57:29				399/517 - 15/23: Installing method SortedCollection>>insert:before:
16:57:29				399/517 - 16/23: Installing method SortedCollection>>intersection:
16:57:29				399/517 - 17/23: Installing method SortedCollection>>median
16:57:29				399/517 - 18/23: Installing method SortedCollection>>reSort
16:57:29				399/517 - 19/23: Installing method SortedCollection>>sort:
16:57:29				399/517 - 20/23: Installing method SortedCollection>>sort:to:
16:57:29				399/517 - 21/23: Installing method SortedCollection>>sortBlock
16:57:30				399/517 - 22/23: Installing method SortedCollection>>sortBlock:
16:57:30				399/517 - 23/23: Installing method SortedCollection>>speciesForTransform
16:57:30				399/517 - 1/3: Installing method SortedCollection class>>newFromArray:
16:57:30				399/517 - 2/3: Installing method SortedCollection class>>sortBlock:
16:57:30				399/517 - 3/3: Installing method SortedCollection class>>sortUsing:
16:57:30				400/517 - 1/1: Installing method SourceChunkWriteStream>>afterNexPut
16:57:30				401/517 - 1/35: Installing method SourceFile>>atEnd
16:57:30				401/517 - 2/35: Installing method SourceFile>>close
16:57:30				401/517 - 3/35: Installing method SourceFile>>closed
16:57:30				401/517 - 4/35: Installing method SourceFile>>cr
16:57:30				401/517 - 5/35: Installing method SourceFile>>discardBuffer
16:57:30				401/517 - 6/35: Installing method SourceFile>>ensureWrittenPosition:
16:57:30				401/517 - 7/35: Installing method SourceFile>>flush
16:57:30				401/517 - 8/35: Installing method SourceFile>>fullName
16:57:30				401/517 - 9/35: Installing method SourceFile>>getPreambleAt:
16:57:30				401/517 - 10/35: Installing method SourceFile>>isOpen
16:57:30				401/517 - 11/35: Installing method SourceFile>>isReadOnly
16:57:30				401/517 - 12/35: Installing method SourceFile>>next
16:57:30				401/517 - 13/35: Installing method SourceFile>>next:
16:57:30				401/517 - 14/35: Installing method SourceFile>>next:putAll:startingAt:
16:57:30				401/517 - 15/35: Installing method SourceFile>>nextChunk
16:57:30				401/517 - 16/35: Installing method SourceFile>>nextChunkPut:
16:57:30				401/517 - 17/35: Installing method SourceFile>>nextPut:
16:57:30				401/517 - 18/35: Installing method SourceFile>>nextPutAll:
16:57:30				401/517 - 19/35: Installing method SourceFile>>path
16:57:30				401/517 - 20/35: Installing method SourceFile>>path:
16:57:30				401/517 - 21/35: Installing method SourceFile>>peek
16:57:30				401/517 - 22/35: Installing method SourceFile>>position
16:57:30				401/517 - 23/35: Installing method SourceFile>>position:
16:57:30				401/517 - 24/35: Installing method SourceFile>>potentialLocations
16:57:30				401/517 - 25/35: Installing method SourceFile>>potentialLocations:
16:57:30				401/517 - 26/35: Installing method SourceFile>>printOn:
16:57:30				401/517 - 27/35: Installing method SourceFile>>readOnlyCopy
16:57:30				401/517 - 28/35: Installing method SourceFile>>setToEnd
16:57:30				401/517 - 29/35: Installing method SourceFile>>size
16:57:30				401/517 - 30/35: Installing method SourceFile>>skip:
16:57:30				401/517 - 31/35: Installing method SourceFile>>space
16:57:30				401/517 - 32/35: Installing method SourceFile>>stream:
16:57:30				401/517 - 33/35: Installing method SourceFile>>tryOpen
16:57:30				401/517 - 34/35: Installing method SourceFile>>tryOpenReadOnly:
16:57:30				401/517 - 35/35: Installing method SourceFile>>upToEnd
16:57:30				401/517 - 1/1: Installing method SourceFile class>>on:potentialLocations:
16:57:31				402/517 - 1/39: Installing method SourceFileArray>>changesFileStream
16:57:31				402/517 - 2/39: Installing method SourceFileArray>>changesFileStream:
16:57:31				402/517 - 3/39: Installing method SourceFileArray>>changesWriteStreamDo:
16:57:31				402/517 - 4/39: Installing method SourceFileArray>>close
16:57:31				402/517 - 5/39: Installing method SourceFileArray>>closeFileArray:
16:57:31				402/517 - 6/39: Installing method SourceFileArray>>commentDataPointers
16:57:31				402/517 - 7/39: Installing method SourceFileArray>>commentTimeStampAt:
16:57:31				402/517 - 8/39: Installing method SourceFileArray>>createReadOnlyFiles
16:57:31				402/517 - 9/39: Installing method SourceFileArray>>deferFlushDuring:
16:57:31				402/517 - 10/39: Installing method SourceFileArray>>emptyReadStreamsQueue
16:57:31				402/517 - 11/39: Installing method SourceFileArray>>ensureOpen
16:57:31				402/517 - 12/39: Installing method SourceFileArray>>fileAt:
16:57:31				402/517 - 13/39: Installing method SourceFileArray>>fileAt:ifAbsent:
16:57:31				402/517 - 14/39: Installing method SourceFileArray>>fileIndexFromSourcePointer:
16:57:31				402/517 - 15/39: Installing method SourceFileArray>>filePositionFromSourcePointer:
16:57:31				402/517 - 16/39: Installing method SourceFileArray>>finishedReading:from:
16:57:31				402/517 - 17/39: Installing method SourceFileArray>>flushChangesFile
16:57:31				402/517 - 18/39: Installing method SourceFileArray>>forceChangesToDisk
16:57:31				402/517 - 19/39: Installing method SourceFileArray>>getPreambleFrom:at:
16:57:31				402/517 - 20/39: Installing method SourceFileArray>>initialize
16:57:31				402/517 - 21/39: Installing method SourceFileArray>>protocolAt:
16:57:31				402/517 - 22/39: Installing method SourceFileArray>>protocolAt:for:
16:57:31				402/517 - 23/39: Installing method SourceFileArray>>readOnlyCopy
16:57:31				402/517 - 24/39: Installing method SourceFileArray>>readOnlyDo:
16:57:31				402/517 - 25/39: Installing method SourceFileArray>>readOnlyQueueLimit
16:57:31				402/517 - 26/39: Installing method SourceFileArray>>readStreamAt:ifPresent:ifAbsent:
16:57:31				402/517 - 27/39: Installing method SourceFileArray>>readStreamAtFileIndex:atPosition:ifPresent:ifAbsent:
16:57:31				402/517 - 28/39: Installing method SourceFileArray>>remoteStringAt:
16:57:31				402/517 - 29/39: Installing method SourceFileArray>>remoteStringForNewString:
16:57:31				402/517 - 30/39: Installing method SourceFileArray>>reportString
16:57:31				402/517 - 31/39: Installing method SourceFileArray>>sourceCodeAt:
16:57:31				402/517 - 32/39: Installing method SourceFileArray>>sourceDataPointers
16:57:31				402/517 - 33/39: Installing method SourceFileArray>>sourcePointerFromFileIndex:andPosition:
16:57:31				402/517 - 34/39: Installing method SourceFileArray>>sourcedDataAt:
16:57:31				402/517 - 35/39: Installing method SourceFileArray>>sourcesFileStream
16:57:31				402/517 - 36/39: Installing method SourceFileArray>>sourcesFileStream:
16:57:31				402/517 - 37/39: Installing method SourceFileArray>>timeStampAt:
16:57:31				402/517 - 38/39: Installing method SourceFileArray>>timeStampAt:for:
16:57:31				402/517 - 39/39: Installing method SourceFileArray>>writeSource:preamble:onSuccess:onFail:
16:57:31				402/517 - 1/1: Installing method SourceFileArray class>>startUp:
16:57:31				403/517 - 1/32: Installing method SourceFileBufferedReadWriteStream>>atEnd
16:57:31				403/517 - 2/32: Installing method SourceFileBufferedReadWriteStream>>atEnd:
16:57:31				403/517 - 3/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:
16:57:31				403/517 - 4/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:put:
16:57:31				403/517 - 5/32: Installing method SourceFileBufferedReadWriteStream>>checkBufferFor:
16:57:31				403/517 - 6/32: Installing method SourceFileBufferedReadWriteStream>>close
16:57:31				403/517 - 7/32: Installing method SourceFileBufferedReadWriteStream>>closed
16:57:31				403/517 - 8/32: Installing method SourceFileBufferedReadWriteStream>>collectionSpecies
16:57:31				403/517 - 9/32: Installing method SourceFileBufferedReadWriteStream>>defaultBufferSize
16:57:31				403/517 - 10/32: Installing method SourceFileBufferedReadWriteStream>>ensureWrittenPosition:
16:57:31				403/517 - 11/32: Installing method SourceFileBufferedReadWriteStream>>flush
16:57:31				403/517 - 12/32: Installing method SourceFileBufferedReadWriteStream>>isBinary
16:57:31				403/517 - 13/32: Installing method SourceFileBufferedReadWriteStream>>isPositionInBuffer:
16:57:31				403/517 - 14/32: Installing method SourceFileBufferedReadWriteStream>>isReadOnly
16:57:31				403/517 - 15/32: Installing method SourceFileBufferedReadWriteStream>>isStream
16:57:31				403/517 - 16/32: Installing method SourceFileBufferedReadWriteStream>>next
16:57:32				403/517 - 17/32: Installing method SourceFileBufferedReadWriteStream>>next:
16:57:32				403/517 - 18/32: Installing method SourceFileBufferedReadWriteStream>>next:putAll:startingAt:
16:57:32				403/517 - 19/32: Installing method SourceFileBufferedReadWriteStream>>nextPut:
16:57:32				403/517 - 20/32: Installing method SourceFileBufferedReadWriteStream>>nextPutAll:
16:57:32				403/517 - 21/32: Installing method SourceFileBufferedReadWriteStream>>on:
16:57:32				403/517 - 22/32: Installing method SourceFileBufferedReadWriteStream>>peek
16:57:32				403/517 - 23/32: Installing method SourceFileBufferedReadWriteStream>>position
16:57:32				403/517 - 24/32: Installing method SourceFileBufferedReadWriteStream>>position:
16:57:32				403/517 - 25/32: Installing method SourceFileBufferedReadWriteStream>>readInto:startingAt:count:
16:57:32				403/517 - 26/32: Installing method SourceFileBufferedReadWriteStream>>refreshBufferFrom:
16:57:32				403/517 - 27/32: Installing method SourceFileBufferedReadWriteStream>>setToEnd
16:57:32				403/517 - 28/32: Installing method SourceFileBufferedReadWriteStream>>size
16:57:32				403/517 - 29/32: Installing method SourceFileBufferedReadWriteStream>>sizeBuffer:
16:57:32				403/517 - 30/32: Installing method SourceFileBufferedReadWriteStream>>skip:
16:57:32				403/517 - 31/32: Installing method SourceFileBufferedReadWriteStream>>upTo:
16:57:32				403/517 - 32/32: Installing method SourceFileBufferedReadWriteStream>>upToEnd
16:57:32				403/517 - 1/2: Installing method SourceFileBufferedReadWriteStream class>>on:
16:57:32				403/517 - 2/2: Installing method SourceFileBufferedReadWriteStream class>>on:do:
16:57:32				404/517 - 1/26: Installing method SourceFileCharacterReadWriteStream>>atEnd
16:57:32				404/517 - 2/26: Installing method SourceFileCharacterReadWriteStream>>close
16:57:32				404/517 - 3/26: Installing method SourceFileCharacterReadWriteStream>>closed
16:57:32				404/517 - 4/26: Installing method SourceFileCharacterReadWriteStream>>collectionSpecies
16:57:32				404/517 - 5/26: Installing method SourceFileCharacterReadWriteStream>>cr
16:57:32				404/517 - 6/26: Installing method SourceFileCharacterReadWriteStream>>ensureWrittenPosition:
16:57:32				404/517 - 7/26: Installing method SourceFileCharacterReadWriteStream>>flush
16:57:32				404/517 - 8/26: Installing method SourceFileCharacterReadWriteStream>>isReadOnly
16:57:32				404/517 - 9/26: Installing method SourceFileCharacterReadWriteStream>>next
16:57:32				404/517 - 10/26: Installing method SourceFileCharacterReadWriteStream>>next:
16:57:32				404/517 - 11/26: Installing method SourceFileCharacterReadWriteStream>>next:putAll:startingAt:
16:57:32				404/517 - 12/26: Installing method SourceFileCharacterReadWriteStream>>nextPut:
16:57:32				404/517 - 13/26: Installing method SourceFileCharacterReadWriteStream>>nextPutAll:
16:57:32				404/517 - 14/26: Installing method SourceFileCharacterReadWriteStream>>on:encoding:
16:57:32				404/517 - 15/26: Installing method SourceFileCharacterReadWriteStream>>peek
16:57:32				404/517 - 16/26: Installing method SourceFileCharacterReadWriteStream>>position
16:57:32				404/517 - 17/26: Installing method SourceFileCharacterReadWriteStream>>position:
16:57:32				404/517 - 18/26: Installing method SourceFileCharacterReadWriteStream>>print:
16:57:32				404/517 - 19/26: Installing method SourceFileCharacterReadWriteStream>>readOnlyCopy
16:57:32				404/517 - 20/26: Installing method SourceFileCharacterReadWriteStream>>setToEnd
16:57:32				404/517 - 21/26: Installing method SourceFileCharacterReadWriteStream>>size
16:57:32				404/517 - 22/26: Installing method SourceFileCharacterReadWriteStream>>skip:
16:57:32				404/517 - 23/26: Installing method SourceFileCharacterReadWriteStream>>space
16:57:32				404/517 - 24/26: Installing method SourceFileCharacterReadWriteStream>>tab
16:57:32				404/517 - 25/26: Installing method SourceFileCharacterReadWriteStream>>upToAll:
16:57:32				404/517 - 26/26: Installing method SourceFileCharacterReadWriteStream>>upToEnd
16:57:32				404/517 - 1/1: Installing method SourceFileCharacterReadWriteStream class>>on:encoding:
16:57:32				405/517 - 1/5: Installing method SparseLargeArray>>analyzeSpaceSaving
16:57:32				405/517 - 2/5: Installing method SparseLargeArray>>atAllPut:
16:57:32				405/517 - 3/5: Installing method SparseLargeArray>>initChunkSize:size:arrayClass:base:defaultValue:
16:57:32				405/517 - 4/5: Installing method SparseLargeArray>>noCheckAt:
16:57:32				405/517 - 5/5: Installing method SparseLargeArray>>noCheckAt:put:
16:57:32				406/517 - 1/25: Installing method SparseLargeTable>>allDefaultValueSubtableAt:
16:57:32				406/517 - 2/25: Installing method SparseLargeTable>>analyzeSpaceSaving
16:57:32				406/517 - 3/25: Installing method SparseLargeTable>>arrayClass
16:57:32				406/517 - 4/25: Installing method SparseLargeTable>>at:
16:57:32				406/517 - 5/25: Installing method SparseLargeTable>>at:put:
16:57:32				406/517 - 6/25: Installing method SparseLargeTable>>base
16:57:32				406/517 - 7/25: Installing method SparseLargeTable>>chunkSize
16:57:32				406/517 - 8/25: Installing method SparseLargeTable>>copyEmpty
16:57:32				406/517 - 9/25: Installing method SparseLargeTable>>initChunkSize:size:arrayClass:base:defaultValue:
16:57:32				406/517 - 10/25: Installing method SparseLargeTable>>noCheckAt:
16:57:32				406/517 - 11/25: Installing method SparseLargeTable>>noCheckAt:put:
16:57:32				406/517 - 12/25: Installing method SparseLargeTable>>postCopy
16:57:32				406/517 - 13/25: Installing method SparseLargeTable>>printElementsOn:
16:57:32				406/517 - 14/25: Installing method SparseLargeTable>>printOn:
16:57:32				406/517 - 15/25: Installing method SparseLargeTable>>privateSize:
16:57:33				406/517 - 16/25: Installing method SparseLargeTable>>pvtCheckIndex:
16:57:33				406/517 - 17/25: Installing method SparseLargeTable>>similarInstance
16:57:33				406/517 - 18/25: Installing method SparseLargeTable>>similarInstance:
16:57:33				406/517 - 19/25: Installing method SparseLargeTable>>similarSpeciesInstance
16:57:33				406/517 - 20/25: Installing method SparseLargeTable>>similarSpeciesInstance:
16:57:33				406/517 - 21/25: Installing method SparseLargeTable>>size
16:57:33				406/517 - 22/25: Installing method SparseLargeTable>>speciesNew
16:57:33				406/517 - 23/25: Installing method SparseLargeTable>>speciesNew:
16:57:33				406/517 - 24/25: Installing method SparseLargeTable>>storeOn:
16:57:33				406/517 - 25/25: Installing method SparseLargeTable>>zapDefaultOnlyEntries
16:57:33				406/517 - 1/7: Installing method SparseLargeTable class>>defaultChunkSize
16:57:33				406/517 - 2/7: Installing method SparseLargeTable class>>defaultChunkSizeForFiles
16:57:33				406/517 - 3/7: Installing method SparseLargeTable class>>new:
16:57:33				406/517 - 4/7: Installing method SparseLargeTable class>>new:chunkSize:
16:57:33				406/517 - 5/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:
16:57:33				406/517 - 6/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:
16:57:33				406/517 - 7/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:defaultValue:
16:57:33				407/517 - 1/3: Installing method Stack>>pop
16:57:33				407/517 - 2/3: Installing method Stack>>push:
16:57:33				407/517 - 3/3: Installing method Stack>>top
16:57:33				408/517 - 1/4: Installing method StartupUIManager>>activate
16:57:33				408/517 - 2/4: Installing method StartupUIManager>>handleError:log:
16:57:33				408/517 - 3/4: Installing method StartupUIManager>>inform:
16:57:33				408/517 - 4/4: Installing method StartupUIManager>>sessionManager
16:57:33				408/517 - 1/1: Installing method StartupUIManager class>>isValidForCurrentSystemConfiguration
16:57:33				409/517 - 1/11: Installing method Stdio class>>cleanStdioHandles
16:57:33				409/517 - 2/11: Installing method Stdio class>>createStdioFileFor:
16:57:33				409/517 - 3/11: Installing method Stdio class>>createWriteStreamBlock
16:57:33				409/517 - 4/11: Installing method Stdio class>>createWriteStreamBlock:
16:57:33				409/517 - 5/11: Installing method Stdio class>>standardIOStreamNamed:forWrite:
16:57:33				409/517 - 6/11: Installing method Stdio class>>startUp:
16:57:33				409/517 - 7/11: Installing method Stdio class>>stderr
16:57:33				409/517 - 8/11: Installing method Stdio class>>stdin
16:57:33				409/517 - 9/11: Installing method Stdio class>>stdout
16:57:33				409/517 - 10/11: Installing method Stdio class>>useDefaultStreams
16:57:33				409/517 - 11/11: Installing method Stdio class>>useNullStreams
16:57:33				410/517 - 1/2: Installing method StdioStream>>next:
16:57:33				410/517 - 2/2: Installing method StdioStream>>peek
16:57:34				411/517 - 1/28: Installing method Stream>><<
16:57:34				411/517 - 2/28: Installing method Stream>>atEnd
16:57:34				411/517 - 3/28: Installing method Stream>>basicNext
16:57:34				411/517 - 4/28: Installing method Stream>>basicNext:putAll:startingAt:
16:57:34				411/517 - 5/28: Installing method Stream>>basicNextPut:
16:57:34				411/517 - 6/28: Installing method Stream>>basicNextPutAll:
16:57:34				411/517 - 7/28: Installing method Stream>>binary
16:57:34				411/517 - 8/28: Installing method Stream>>close
16:57:34				411/517 - 9/28: Installing method Stream>>closed
16:57:34				411/517 - 10/28: Installing method Stream>>contents
16:57:34				411/517 - 11/28: Installing method Stream>>do:
16:57:34				411/517 - 12/28: Installing method Stream>>flush
16:57:34				411/517 - 13/28: Installing method Stream>>isBinary
16:57:34				411/517 - 14/28: Installing method Stream>>isStream
16:57:34				411/517 - 15/28: Installing method Stream>>localName
16:57:34				411/517 - 16/28: Installing method Stream>>next
16:57:34				411/517 - 17/28: Installing method Stream>>next:
16:57:34				411/517 - 18/28: Installing method Stream>>next:put:
16:57:34				411/517 - 19/28: Installing method Stream>>next:putAll:startingAt:
16:57:34				411/517 - 20/28: Installing method Stream>>nextMatchAll:
16:57:34				411/517 - 21/28: Installing method Stream>>nextMatchFor:
16:57:34				411/517 - 22/28: Installing method Stream>>nextPut:
16:57:34				411/517 - 23/28: Installing method Stream>>nextPutAll:
16:57:34				411/517 - 24/28: Installing method Stream>>nextWordsPutAll:
16:57:34				411/517 - 25/28: Installing method Stream>>openReadOnly
16:57:34				411/517 - 26/28: Installing method Stream>>print:
16:57:34				411/517 - 27/28: Installing method Stream>>readOnly
16:57:34				411/517 - 28/28: Installing method Stream>>upToEnd
16:57:34				411/517 - 1/2: Installing method Stream class>>isAbstract
16:57:34				411/517 - 2/2: Installing method Stream class>>new
16:57:37				412/517 - 1/199: Installing method String>><
16:57:37				412/517 - 2/199: Installing method String>><=
16:57:37				412/517 - 3/199: Installing method String>>=
16:57:37				412/517 - 4/199: Installing method String>>>
16:57:37				412/517 - 5/199: Installing method String>>>=
16:57:37				412/517 - 6/199: Installing method String>>alike:
16:57:37				412/517 - 7/199: Installing method String>>allRangesOfSubstring:
16:57:37				412/517 - 8/199: Installing method String>>asByteArray
16:57:37				412/517 - 9/199: Installing method String>>asByteString
16:57:37				412/517 - 10/199: Installing method String>>asCamelCase
16:57:37				412/517 - 11/199: Installing method String>>asClassVariable
16:57:37				412/517 - 12/199: Installing method String>>asClassVariableCollection
16:57:37				412/517 - 13/199: Installing method String>>asComment
16:57:37				412/517 - 14/199: Installing method String>>asDate
16:57:37				412/517 - 15/199: Installing method String>>asDateAndTime
16:57:37				412/517 - 16/199: Installing method String>>asDuration
16:57:37				412/517 - 17/199: Installing method String>>asFileName
16:57:37				412/517 - 18/199: Installing method String>>asFourCode
16:57:37				412/517 - 19/199: Installing method String>>asHTMLString
16:57:37				412/517 - 20/199: Installing method String>>asHex
16:57:37				412/517 - 21/199: Installing method String>>asInteger
16:57:37				412/517 - 22/199: Installing method String>>asLowercase
16:57:38				412/517 - 23/199: Installing method String>>asNumber
16:57:38				412/517 - 24/199: Installing method String>>asOctetString
16:57:38				412/517 - 25/199: Installing method String>>asPackage
16:57:38				412/517 - 26/199: Installing method String>>asPackageIfAbsent:
16:57:38				412/517 - 27/199: Installing method String>>asPluralBasedOn:
16:57:38				412/517 - 28/199: Installing method String>>asSignedInteger
16:57:38				412/517 - 29/199: Installing method String>>asSlot
16:57:38				412/517 - 30/199: Installing method String>>asSlotCollection
16:57:38				412/517 - 31/199: Installing method String>>asString
16:57:38				412/517 - 32/199: Installing method String>>asSymbol
16:57:38				412/517 - 33/199: Installing method String>>asTime
16:57:38				412/517 - 34/199: Installing method String>>asUnsignedInteger
16:57:38				412/517 - 35/199: Installing method String>>asUppercase
16:57:38				412/517 - 36/199: Installing method String>>asValidSelector
16:57:38				412/517 - 37/199: Installing method String>>asVmPathName
16:57:38				412/517 - 38/199: Installing method String>>asWideString
16:57:38				412/517 - 39/199: Installing method String>>asWin32WideString
16:57:38				412/517 - 40/199: Installing method String>>asZnCharacterEncoder
16:57:38				412/517 - 41/199: Installing method String>>beginsWith:
16:57:38				412/517 - 42/199: Installing method String>>beginsWith:caseSensitive:
16:57:38				412/517 - 43/199: Installing method String>>byteAt:
16:57:38				412/517 - 44/199: Installing method String>>byteAt:put:
16:57:38				412/517 - 45/199: Installing method String>>byteSize
16:57:38				412/517 - 46/199: Installing method String>>capitalized
16:57:38				412/517 - 47/199: Installing method String>>caseInsensitiveLessOrEqual:
16:57:38				412/517 - 48/199: Installing method String>>caseSensitiveLessOrEqual:
16:57:38				412/517 - 49/199: Installing method String>>charactersExactlyMatching:
16:57:38				412/517 - 50/199: Installing method String>>compare:
16:57:38				412/517 - 51/199: Installing method String>>compare:caseSensitive:
16:57:38				412/517 - 52/199: Installing method String>>compare:with:
16:57:38				412/517 - 53/199: Installing method String>>compare:with:collated:
16:57:38				412/517 - 54/199: Installing method String>>contractTo:
16:57:38				412/517 - 55/199: Installing method String>>copyReplaceAll:with:
16:57:38				412/517 - 56/199: Installing method String>>copyReplaceAll:with:asTokens:
16:57:38				412/517 - 57/199: Installing method String>>copyReplaceTokens:with:
16:57:38				412/517 - 58/199: Installing method String>>copyUpToSubstring:
16:57:38				412/517 - 59/199: Installing method String>>correctAgainst:
16:57:38				412/517 - 60/199: Installing method String>>correctAgainst:continuedFrom:
16:57:38				412/517 - 61/199: Installing method String>>correctAgainstDictionary:continuedFrom:
16:57:38				412/517 - 62/199: Installing method String>>correctAgainstEnumerator:continuedFrom:
16:57:38				412/517 - 63/199: Installing method String>>deepCopy
16:57:38				412/517 - 64/199: Installing method String>>displayStringOn:
16:57:38				412/517 - 65/199: Installing method String>>encodeWith:
16:57:38				412/517 - 66/199: Installing method String>>endsWith:
16:57:38				412/517 - 67/199: Installing method String>>endsWith:caseSensitive:
16:57:38				412/517 - 68/199: Installing method String>>endsWithAColon
16:57:38				412/517 - 69/199: Installing method String>>endsWithDigit
16:57:38				412/517 - 70/199: Installing method String>>escapeCharacter:
16:57:38				412/517 - 71/199: Installing method String>>expandMacros
16:57:38				412/517 - 72/199: Installing method String>>expandMacrosWith:
16:57:38				412/517 - 73/199: Installing method String>>expandMacrosWith:with:
16:57:38				412/517 - 74/199: Installing method String>>expandMacrosWith:with:with:
16:57:38				412/517 - 75/199: Installing method String>>expandMacrosWith:with:with:with:
16:57:38				412/517 - 76/199: Installing method String>>expandMacrosWithArguments:
16:57:38				412/517 - 77/199: Installing method String>>findAnySubstring:startingAt:
16:57:38				412/517 - 78/199: Installing method String>>findBetweenSubstrings:
16:57:38				412/517 - 79/199: Installing method String>>findClosing:startingAt:
16:57:38				412/517 - 80/199: Installing method String>>findDelimiters:startingAt:
16:57:38				412/517 - 81/199: Installing method String>>findIn:startingAt:matchTable:
16:57:38				412/517 - 82/199: Installing method String>>findLastOccurrenceOfString:startingAt:
16:57:38				412/517 - 83/199: Installing method String>>findSelector
16:57:38				412/517 - 84/199: Installing method String>>findString:
16:57:38				412/517 - 85/199: Installing method String>>findString:startingAt:
16:57:38				412/517 - 86/199: Installing method String>>findString:startingAt:caseSensitive:
16:57:38				412/517 - 87/199: Installing method String>>findSubstring:in:startingAt:matchTable:
16:57:38				412/517 - 88/199: Installing method String>>findSubstringViaPrimitive:in:startingAt:matchTable:
16:57:38				412/517 - 89/199: Installing method String>>findTokens:
16:57:38				412/517 - 90/199: Installing method String>>findTokens:escapedBy:
16:57:38				412/517 - 91/199: Installing method String>>findTokens:includes:
16:57:38				412/517 - 92/199: Installing method String>>findTokens:keep:
16:57:38				412/517 - 93/199: Installing method String>>findWordStart:startingAt:
16:57:38				412/517 - 94/199: Installing method String>>flattenOn:
16:57:38				412/517 - 95/199: Installing method String>>format:
16:57:38				412/517 - 96/199: Installing method String>>hasWideCharacterFrom:to:
16:57:38				412/517 - 97/199: Installing method String>>hash
16:57:38				412/517 - 98/199: Installing method String>>howManyMatch:
16:57:38				412/517 - 99/199: Installing method String>>includesSubstring:
16:57:38				412/517 - 100/199: Installing method String>>includesSubstring:at:
16:57:38				412/517 - 101/199: Installing method String>>includesSubstring:caseSensitive:
16:57:38				412/517 - 102/199: Installing method String>>includesUnifiedCharacter
16:57:38				412/517 - 103/199: Installing method String>>indexOf:
16:57:38				412/517 - 104/199: Installing method String>>indexOf:startingAt:
16:57:38				412/517 - 105/199: Installing method String>>indexOf:startingAt:ifAbsent:
16:57:38				412/517 - 106/199: Installing method String>>indexOfFirstUppercaseCharacter
16:57:38				412/517 - 107/199: Installing method String>>indexOfSubCollection:
16:57:38				412/517 - 108/199: Installing method String>>indexOfSubCollection:startingAt:ifAbsent:
16:57:38				412/517 - 109/199: Installing method String>>indexOfWideCharacterFrom:to:
16:57:38				412/517 - 110/199: Installing method String>>initialIntegerOrNil
16:57:38				412/517 - 111/199: Installing method String>>isAllAlphaNumerics
16:57:38				412/517 - 112/199: Installing method String>>isAllDigits
16:57:38				412/517 - 113/199: Installing method String>>isAllSeparators
16:57:38				412/517 - 114/199: Installing method String>>isAsciiString
16:57:38				412/517 - 115/199: Installing method String>>isByteString
16:57:38				412/517 - 116/199: Installing method String>>isLiteral
16:57:38				412/517 - 117/199: Installing method String>>isLiteralSymbol
16:57:38				412/517 - 118/199: Installing method String>>isOctetString
16:57:38				412/517 - 119/199: Installing method String>>isPatternVariable
16:57:38				412/517 - 120/199: Installing method String>>isString
16:57:38				412/517 - 121/199: Installing method String>>isValidGlobalName
16:57:38				412/517 - 122/199: Installing method String>>isWideString
16:57:38				412/517 - 123/199: Installing method String>>join:
16:57:38				412/517 - 124/199: Installing method String>>keywords
16:57:38				412/517 - 125/199: Installing method String>>lastSpacePosition
16:57:38				412/517 - 126/199: Installing method String>>lineCorrespondingToIndex:
16:57:38				412/517 - 127/199: Installing method String>>lineCount
16:57:38				412/517 - 128/199: Installing method String>>lineIndicesDo:
16:57:38				412/517 - 129/199: Installing method String>>lineNumber:
16:57:38				412/517 - 130/199: Installing method String>>lineNumberCorrespondingToIndex:
16:57:38				412/517 - 131/199: Installing method String>>lines
16:57:38				412/517 - 132/199: Installing method String>>linesDo:
16:57:38				412/517 - 133/199: Installing method String>>match:
16:57:38				412/517 - 134/199: Installing method String>>normalizeCamelCase
16:57:38				412/517 - 135/199: Installing method String>>numArgs
16:57:38				412/517 - 136/199: Installing method String>>numericSuffix
16:57:38				412/517 - 137/199: Installing method String>>occursInWithEmpty:caseSensitive:
16:57:38				412/517 - 138/199: Installing method String>>onlyLetters
16:57:38				412/517 - 139/199: Installing method String>>padLeftTo:
16:57:38				412/517 - 140/199: Installing method String>>padLeftTo:with:
16:57:38				412/517 - 141/199: Installing method String>>padRightTo:
16:57:38				412/517 - 142/199: Installing method String>>padRightTo:with:
16:57:38				412/517 - 143/199: Installing method String>>printOn:
16:57:38				412/517 - 144/199: Installing method String>>putOn:
16:57:38				412/517 - 145/199: Installing method String>>repeat:
16:57:38				412/517 - 146/199: Installing method String>>replaceFrom:to:with:startingAt:
16:57:38				412/517 - 147/199: Installing method String>>romanNumber
16:57:38				412/517 - 148/199: Installing method String>>sameAs:
16:57:38				412/517 - 149/199: Installing method String>>skipAnySubstring:startingAt:
16:57:38				412/517 - 150/199: Installing method String>>skipDelimiters:startingAt:
16:57:38				412/517 - 151/199: Installing method String>>squeezeOutNumber
16:57:38				412/517 - 152/199: Installing method String>>startingAt:match:startingAt:
16:57:38				412/517 - 153/199: Installing method String>>startsWithDigit
16:57:39				412/517 - 154/199: Installing method String>>stemAndNumericSuffix
16:57:39				412/517 - 155/199: Installing method String>>storeOn:
16:57:39				412/517 - 156/199: Installing method String>>string
16:57:39				412/517 - 157/199: Installing method String>>stringhash
16:57:39				412/517 - 158/199: Installing method String>>substrings
16:57:39				412/517 - 159/199: Installing method String>>substrings:
16:57:39				412/517 - 160/199: Installing method String>>surroundedBy:
16:57:39				412/517 - 161/199: Installing method String>>surroundedBySingleQuotes
16:57:39				412/517 - 162/199: Installing method String>>translateFrom:to:table:
16:57:39				412/517 - 163/199: Installing method String>>translateToLowercase
16:57:39				412/517 - 164/199: Installing method String>>translateToUppercase
16:57:39				412/517 - 165/199: Installing method String>>translateWith:
16:57:39				412/517 - 166/199: Installing method String>>trim
16:57:39				412/517 - 167/199: Installing method String>>trimBoth
16:57:39				412/517 - 168/199: Installing method String>>trimBoth:
16:57:39				412/517 - 169/199: Installing method String>>trimLeft
16:57:39				412/517 - 170/199: Installing method String>>trimLeft:
16:57:39				412/517 - 171/199: Installing method String>>trimLeft:right:
16:57:39				412/517 - 172/199: Installing method String>>trimLineSpaces
16:57:39				412/517 - 173/199: Installing method String>>trimRight
16:57:39				412/517 - 174/199: Installing method String>>trimRight:
16:57:39				412/517 - 175/199: Installing method String>>trimmed
16:57:39				412/517 - 176/199: Installing method String>>truncateTo:
16:57:39				412/517 - 177/199: Installing method String>>truncateWithElipsisTo:
16:57:39				412/517 - 178/199: Installing method String>>typeTable
16:57:39				412/517 - 179/199: Installing method String>>uncapitalized
16:57:39				412/517 - 180/199: Installing method String>>unescapeCharacter:
16:57:39				412/517 - 181/199: Installing method String>>urlDecoded
16:57:39				412/517 - 182/199: Installing method String>>urlEncoded
16:57:39				412/517 - 183/199: Installing method String>>utf8Encoded
16:57:39				412/517 - 184/199: Installing method String>>withBlanksCondensed
16:57:39				412/517 - 185/199: Installing method String>>withCRs
16:57:39				412/517 - 186/199: Installing method String>>withInternalLineEndings
16:57:39				412/517 - 187/199: Installing method String>>withInternetLineEndings
16:57:39				412/517 - 188/199: Installing method String>>withLineEndings:
16:57:39				412/517 - 189/199: Installing method String>>withNoLineLongerThan:
16:57:39				412/517 - 190/199: Installing method String>>withSeparatorsCompacted
16:57:39				412/517 - 191/199: Installing method String>>withUnixLineEndings
16:57:39				412/517 - 192/199: Installing method String>>withoutLeadingDigits
16:57:39				412/517 - 193/199: Installing method String>>withoutPeriodSuffix
16:57:39				412/517 - 194/199: Installing method String>>withoutPrefix:
16:57:39				412/517 - 195/199: Installing method String>>withoutQuoting
16:57:39				412/517 - 196/199: Installing method String>>withoutSuffix:
16:57:39				412/517 - 197/199: Installing method String>>withoutTrailingDigits
16:57:39				412/517 - 198/199: Installing method String>>withoutTrailingNewlines
16:57:39				412/517 - 199/199: Installing method String>>wordBefore:
16:57:39				412/517 - 1/31: Installing method String class>>compare:with:collated:
16:57:39				412/517 - 2/31: Installing method String class>>cr
16:57:39				412/517 - 3/31: Installing method String class>>crlf
16:57:39				412/517 - 4/31: Installing method String class>>empty
16:57:39				412/517 - 5/31: Installing method String class>>expandMacro:argument:withExpansions:
16:57:39				412/517 - 6/31: Installing method String class>>findFirstInString:inCharacterSet:startingAt:
16:57:39				412/517 - 7/31: Installing method String class>>findFirstInString:inSet:startingAt:
16:57:39				412/517 - 8/31: Installing method String class>>fromByteArray:
16:57:39				412/517 - 9/31: Installing method String class>>fromString:
16:57:39				412/517 - 10/31: Installing method String class>>indexOfAscii:inString:startingAt:
16:57:39				412/517 - 11/31: Installing method String class>>initialize
16:57:39				412/517 - 12/31: Installing method String class>>initializeTypeTable
16:57:39				412/517 - 13/31: Installing method String class>>lf
16:57:39				412/517 - 14/31: Installing method String class>>loremIpsum
16:57:39				412/517 - 15/31: Installing method String class>>loremIpsum:
16:57:39				412/517 - 16/31: Installing method String class>>new:
16:57:39				412/517 - 17/31: Installing method String class>>newAsciiOrder
16:57:39				412/517 - 18/31: Installing method String class>>newCSLineEnders
16:57:39				412/517 - 19/31: Installing method String class>>newCaseInsensitiveOrder
16:57:39				412/517 - 20/31: Installing method String class>>newCaseSensitiveOrder
16:57:39				412/517 - 21/31: Installing method String class>>newLowercasingTable
16:57:39				412/517 - 22/31: Installing method String class>>newTokenish
16:57:39				412/517 - 23/31: Installing method String class>>newUppercasingTable
16:57:39				412/517 - 24/31: Installing method String class>>readFrom:
16:57:39				412/517 - 25/31: Installing method String class>>space
16:57:40				412/517 - 26/31: Installing method String class>>stringHash:initialHash:
16:57:40				412/517 - 27/31: Installing method String class>>tab
16:57:40				412/517 - 28/31: Installing method String class>>translate:from:to:table:
16:57:40				412/517 - 29/31: Installing method String class>>typeTable
16:57:40				412/517 - 30/31: Installing method String class>>value:
16:57:40				412/517 - 31/31: Installing method String class>>with:
16:57:40				413/517 - 1/1: Installing method SubclassResponsibility>>standardMessageText
16:57:40				414/517 - 1/8: Installing method SubscriptOutOfBounds>>lowerBound
16:57:40				414/517 - 2/8: Installing method SubscriptOutOfBounds>>lowerBound:
16:57:40				414/517 - 3/8: Installing method SubscriptOutOfBounds>>messageText
16:57:40				414/517 - 4/8: Installing method SubscriptOutOfBounds>>standardMessageText
16:57:40				414/517 - 5/8: Installing method SubscriptOutOfBounds>>subscript
16:57:40				414/517 - 6/8: Installing method SubscriptOutOfBounds>>subscript:
16:57:40				414/517 - 7/8: Installing method SubscriptOutOfBounds>>upperBound
16:57:40				414/517 - 8/8: Installing method SubscriptOutOfBounds>>upperBound:
16:57:40				414/517 - 1/3: Installing method SubscriptOutOfBounds class>>signalFor:
16:57:40				414/517 - 2/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:
16:57:40				414/517 - 3/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:in:
16:57:40				415/517 - 1/17: Installing method SubscriptionRegistry>>add:
16:57:40				415/517 - 2/17: Installing method SubscriptionRegistry>>deliver:
16:57:40				415/517 - 3/17: Installing method SubscriptionRegistry>>deliver:to:
16:57:40				415/517 - 4/17: Installing method SubscriptionRegistry>>deliver:to:startingAt:
16:57:40				415/517 - 5/17: Installing method SubscriptionRegistry>>handleSubscriberClass:
16:57:40				415/517 - 6/17: Installing method SubscriptionRegistry>>initialize
16:57:40				415/517 - 7/17: Installing method SubscriptionRegistry>>isEmpty
16:57:40				415/517 - 8/17: Installing method SubscriptionRegistry>>numberOfSubscriptions
16:57:40				415/517 - 9/17: Installing method SubscriptionRegistry>>protected:
16:57:40				415/517 - 10/17: Installing method SubscriptionRegistry>>remove:
16:57:40				415/517 - 11/17: Installing method SubscriptionRegistry>>removeSubscriber:
16:57:40				415/517 - 12/17: Installing method SubscriptionRegistry>>replace:with:
16:57:40				415/517 - 13/17: Installing method SubscriptionRegistry>>reset
16:57:40				415/517 - 14/17: Installing method SubscriptionRegistry>>subscriptions
16:57:40				415/517 - 15/17: Installing method SubscriptionRegistry>>subscriptionsForClass:
16:57:40				415/517 - 16/17: Installing method SubscriptionRegistry>>subscriptionsHandling:
16:57:40				415/517 - 17/17: Installing method SubscriptionRegistry>>subscriptionsOf:do:
16:57:40				416/517 - 1/5: Installing method SuperVariable>>acceptVisitor:node:
16:57:40				416/517 - 2/5: Installing method SuperVariable>>emitValue:
16:57:40				416/517 - 3/5: Installing method SuperVariable>>isSuperVariable
16:57:40				416/517 - 4/5: Installing method SuperVariable>>readInContext:
16:57:40				416/517 - 5/5: Installing method SuperVariable>>usingMethods
16:57:40				416/517 - 1/1: Installing method SuperVariable class>>variableName
16:57:41				417/517 - 1/41: Installing method Symbol>>,
16:57:41				417/517 - 2/41: Installing method Symbol>>=
16:57:41				417/517 - 3/41: Installing method Symbol>>=>
16:57:41				417/517 - 4/41: Installing method Symbol>>asAccessor
16:57:41				417/517 - 5/41: Installing method Symbol>>asAnnouncement
16:57:41				417/517 - 6/41: Installing method Symbol>>asMutator
16:57:41				417/517 - 7/41: Installing method Symbol>>asString
16:57:41				417/517 - 8/41: Installing method Symbol>>asSymbol
16:57:41				417/517 - 9/41: Installing method Symbol>>at:put:
16:57:41				417/517 - 10/41: Installing method Symbol>>capitalized
16:57:41				417/517 - 11/41: Installing method Symbol>>copy
16:57:41				417/517 - 12/41: Installing method Symbol>>createSymbol
16:57:41				417/517 - 13/41: Installing method Symbol>>cull:
16:57:41				417/517 - 14/41: Installing method Symbol>>errorNoModification
16:57:41				417/517 - 15/41: Installing method Symbol>>flushCache
16:57:41				417/517 - 16/41: Installing method Symbol>>handlesAnnouncement:
16:57:41				417/517 - 17/41: Installing method Symbol>>implementors
16:57:41				417/517 - 18/41: Installing method Symbol>>includesKey:
16:57:41				417/517 - 19/41: Installing method Symbol>>isBinary
16:57:41				417/517 - 20/41: Installing method Symbol>>isDoIt
16:57:41				417/517 - 21/41: Installing method Symbol>>isInfix
16:57:41				417/517 - 22/41: Installing method Symbol>>isKeyword
16:57:41				417/517 - 23/41: Installing method Symbol>>isOrientedFill
16:57:41				417/517 - 24/41: Installing method Symbol>>isSelectorSymbol
16:57:41				417/517 - 25/41: Installing method Symbol>>isSymbol
16:57:41				417/517 - 26/41: Installing method Symbol>>isUnary
16:57:41				417/517 - 27/41: Installing method Symbol>>keywordsStrict
16:57:41				417/517 - 28/41: Installing method Symbol>>literalEqual:
16:57:41				417/517 - 29/41: Installing method Symbol>>numArgs:
16:57:41				417/517 - 30/41: Installing method Symbol>>precedence
16:57:41				417/517 - 31/41: Installing method Symbol>>prepareForDelivery
16:57:41				417/517 - 32/41: Installing method Symbol>>replaceFrom:to:with:startingAt:
16:57:41				417/517 - 33/41: Installing method Symbol>>senders
16:57:41				417/517 - 34/41: Installing method Symbol>>separateKeywords
16:57:41				417/517 - 35/41: Installing method Symbol>>shallowCopy
16:57:41				417/517 - 36/41: Installing method Symbol>>sorted:
16:57:41				417/517 - 37/41: Installing method Symbol>>storeOn:
16:57:41				417/517 - 38/41: Installing method Symbol>>string:
16:57:41				417/517 - 39/41: Installing method Symbol>>uncapitalized
16:57:41				417/517 - 40/41: Installing method Symbol>>value:
16:57:41				417/517 - 41/41: Installing method Symbol>>veryDeepCopyWith:
16:57:41				417/517 - 1/27: Installing method Symbol class>>allSymbolTablesDo:
16:57:41				417/517 - 2/27: Installing method Symbol class>>allSymbolTablesDo:after:
16:57:41				417/517 - 3/27: Installing method Symbol class>>allSymbols
16:57:41				417/517 - 4/27: Installing method Symbol class>>cleanUp
16:57:41				417/517 - 5/27: Installing method Symbol class>>findInterned:
16:57:41				417/517 - 6/27: Installing method Symbol class>>hasInterned:
16:57:41				417/517 - 7/27: Installing method Symbol class>>hasInterned:ifTrue:
16:57:41				417/517 - 8/27: Installing method Symbol class>>initialize
16:57:41				417/517 - 9/27: Installing method Symbol class>>intern:
16:57:41				417/517 - 10/27: Installing method Symbol class>>new:
16:57:41				417/517 - 11/27: Installing method Symbol class>>new:streamContents:
16:57:41				417/517 - 12/27: Installing method Symbol class>>newFrom:
16:57:41				417/517 - 13/27: Installing method Symbol class>>possibleSelectorsFor:
16:57:41				417/517 - 14/27: Installing method Symbol class>>rawIntern:
16:57:41				417/517 - 15/27: Installing method Symbol class>>readFrom:
16:57:41				417/517 - 16/27: Installing method Symbol class>>rebuildSelectorTable
16:57:41				417/517 - 17/27: Installing method Symbol class>>recordSelector:
16:57:41				417/517 - 18/27: Installing method Symbol class>>rehash
16:57:41				417/517 - 19/27: Installing method Symbol class>>resetSelectorTable
16:57:41				417/517 - 20/27: Installing method Symbol class>>selectorTable
16:57:41				417/517 - 21/27: Installing method Symbol class>>selectorThatStartsCaseSensitive:skipping:
16:57:41				417/517 - 22/27: Installing method Symbol class>>shutDown:
16:57:41				417/517 - 23/27: Installing method Symbol class>>streamSpecies
16:57:41				417/517 - 24/27: Installing method Symbol class>>thatStarts:skipping:
16:57:41				417/517 - 25/27: Installing method Symbol class>>thatStartsCaseSensitive:skipping:
16:57:41				417/517 - 26/27: Installing method Symbol class>>with:
16:57:41				417/517 - 27/27: Installing method Symbol class>>withAll:
16:57:41				418/517 - 1/4: Installing method SymbolNotFoundError>>messageText
16:57:41				418/517 - 2/4: Installing method SymbolNotFoundError>>moduleName:
16:57:41				418/517 - 3/4: Installing method SymbolNotFoundError>>standardMessageText
16:57:41				418/517 - 4/4: Installing method SymbolNotFoundError>>symbolName:
16:57:41				418/517 - 1/1: Installing method SymbolNotFoundError class>>symbolName:module:
16:57:41				419/517 - 1/4: Installing method SymbolTableSemaphore class>>disable
16:57:41				419/517 - 2/4: Installing method SymbolTableSemaphore class>>enable
16:57:41				419/517 - 3/4: Installing method SymbolTableSemaphore class>>enabled
16:57:41				419/517 - 4/4: Installing method SymbolTableSemaphore class>>singleInstance
16:57:42				420/517 - 1/3: Installing method SystemAnnouncement>>properties
16:57:42				420/517 - 2/3: Installing method SystemAnnouncement>>propertyAt:ifPresent:
16:57:42				420/517 - 3/3: Installing method SystemAnnouncement>>propertyAt:put:
16:57:42				421/517 - 1/10: Installing method SystemAnnouncer>>class:oldComment:newComment:oldStamp:newStamp:
16:57:42				421/517 - 2/10: Installing method SystemAnnouncer>>classCommented:
16:57:42				421/517 - 3/10: Installing method SystemAnnouncer>>classDefinitionChangedFrom:to:
16:57:42				421/517 - 4/10: Installing method SystemAnnouncer>>classModificationAppliedTo:
16:57:42				421/517 - 5/10: Installing method SystemAnnouncer>>classParentOf:renamedFrom:to:
16:57:42				421/517 - 6/10: Installing method SystemAnnouncer>>classRenamed:from:to:
16:57:42				421/517 - 7/10: Installing method SystemAnnouncer>>evaluated:
16:57:42				421/517 - 8/10: Installing method SystemAnnouncer>>evaluated:context:
16:57:42				421/517 - 9/10: Installing method SystemAnnouncer>>methodRemoved:origin:
16:57:42				421/517 - 10/10: Installing method SystemAnnouncer>>methodRepackaged:from:to:
16:57:42				421/517 - 1/6: Installing method SystemAnnouncer class>>announce:
16:57:42				421/517 - 2/6: Installing method SystemAnnouncer class>>announcer:
16:57:42				421/517 - 3/6: Installing method SystemAnnouncer class>>reset
16:57:42				421/517 - 4/6: Installing method SystemAnnouncer class>>restoreAllNotifications
16:57:42				421/517 - 5/6: Installing method SystemAnnouncer class>>uniqueInstance
16:57:42				421/517 - 6/6: Installing method SystemAnnouncer class>>unload
16:57:42				422/517 - 1/4: Installing method SystemBuildInfo>>initializeForRelease
16:57:42				422/517 - 2/4: Installing method SystemBuildInfo>>isBuildFinished
16:57:42				422/517 - 3/4: Installing method SystemBuildInfo>>systemPackageNames
16:57:42				422/517 - 4/4: Installing method SystemBuildInfo>>systemPackages
16:57:42				422/517 - 1/1: Installing method SystemBuildInfo class>>current
16:57:43				423/517 - 1/46: Installing method SystemEnvironment>>allBehaviors
16:57:43				423/517 - 2/46: Installing method SystemEnvironment>>allBehaviorsDo:
16:57:43				423/517 - 3/46: Installing method SystemEnvironment>>allClasses
16:57:43				423/517 - 4/46: Installing method SystemEnvironment>>allClassesAndTraits
16:57:43				423/517 - 5/46: Installing method SystemEnvironment>>allClassesAndTraitsDo:
16:57:43				423/517 - 6/46: Installing method SystemEnvironment>>allClassesDo:
16:57:43				423/517 - 7/46: Installing method SystemEnvironment>>allMethods
16:57:43				423/517 - 8/46: Installing method SystemEnvironment>>allTraits
16:57:43				423/517 - 9/46: Installing method SystemEnvironment>>allTraitsDo:
16:57:43				423/517 - 10/46: Installing method SystemEnvironment>>at:put:
16:57:43				423/517 - 11/46: Installing method SystemEnvironment>>atNewIndex:put:
16:57:43				423/517 - 12/46: Installing method SystemEnvironment>>bindingOf:
16:57:43				423/517 - 13/46: Installing method SystemEnvironment>>classAndTraitNames
16:57:43				423/517 - 14/46: Installing method SystemEnvironment>>classNamed:
16:57:43				423/517 - 15/46: Installing method SystemEnvironment>>classNames
16:57:43				423/517 - 16/46: Installing method SystemEnvironment>>classOrTraitNamed:
16:57:43				423/517 - 17/46: Installing method SystemEnvironment>>codeChangeAnnouncer
16:57:43				423/517 - 18/46: Installing method SystemEnvironment>>codeChangeAnnouncer:
16:57:43				423/517 - 19/46: Installing method SystemEnvironment>>codeSupportAnnouncer
16:57:43				423/517 - 20/46: Installing method SystemEnvironment>>codeSupportAnnouncer:
16:57:43				423/517 - 21/46: Installing method SystemEnvironment>>environment
16:57:43				423/517 - 22/46: Installing method SystemEnvironment>>fillCaches
16:57:43				423/517 - 23/46: Installing method SystemEnvironment>>flushClassNameCache
16:57:43				423/517 - 24/46: Installing method SystemEnvironment>>forgetClass:
16:57:43				423/517 - 25/46: Installing method SystemEnvironment>>hasBindingThatBeginsWith:
16:57:43				423/517 - 26/46: Installing method SystemEnvironment>>hasClassNamed:
16:57:43				423/517 - 27/46: Installing method SystemEnvironment>>hasClassOrTraitNamed:
16:57:43				423/517 - 28/46: Installing method SystemEnvironment>>lookupVar:
16:57:43				423/517 - 29/46: Installing method SystemEnvironment>>maxIdentityHash
16:57:43				423/517 - 30/46: Installing method SystemEnvironment>>methods
16:57:43				423/517 - 31/46: Installing method SystemEnvironment>>nonClassNames
16:57:43				423/517 - 32/46: Installing method SystemEnvironment>>organization
16:57:43				423/517 - 33/46: Installing method SystemEnvironment>>organization:
16:57:43				423/517 - 34/46: Installing method SystemEnvironment>>outerScope
16:57:43				423/517 - 35/46: Installing method SystemEnvironment>>poolUsers
16:57:43				423/517 - 36/46: Installing method SystemEnvironment>>printElementsOn:
16:57:43				423/517 - 37/46: Installing method SystemEnvironment>>pseudoVariables
16:57:43				423/517 - 38/46: Installing method SystemEnvironment>>removeClassNamed:
16:57:43				423/517 - 39/46: Installing method SystemEnvironment>>removeFromCaches:
16:57:43				423/517 - 40/46: Installing method SystemEnvironment>>removeKey:ifAbsent:
16:57:43				423/517 - 41/46: Installing method SystemEnvironment>>renameClass:from:
16:57:43				423/517 - 42/46: Installing method SystemEnvironment>>renameClassNamed:as:
16:57:43				423/517 - 43/46: Installing method SystemEnvironment>>resetPseudoVariables
16:57:43				423/517 - 44/46: Installing method SystemEnvironment>>traitNames
16:57:43				423/517 - 45/46: Installing method SystemEnvironment>>undeclaredRegistry
16:57:43				423/517 - 46/46: Installing method SystemEnvironment>>veryDeepCopyWith:
16:57:43				423/517 - 1/1: Installing method SystemEnvironment class>>cleanUp
16:57:44				424/517 - 1/42: Installing method SystemNavigation>>allBehaviors
16:57:44				424/517 - 2/42: Installing method SystemNavigation>>allBehaviorsDo:
16:57:44				424/517 - 3/42: Installing method SystemNavigation>>allCallsOn:
16:57:44				424/517 - 4/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:
16:57:44				424/517 - 5/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:caseSensitive:
16:57:44				424/517 - 6/42: Installing method SystemNavigation>>allClasses
16:57:44				424/517 - 7/42: Installing method SystemNavigation>>allClassesAndTraits
16:57:44				424/517 - 8/42: Installing method SystemNavigation>>allClassesDo:
16:57:44				424/517 - 9/42: Installing method SystemNavigation>>allClassesImplementing:
16:57:44				424/517 - 10/42: Installing method SystemNavigation>>allExistingProtocolsFor:
16:57:44				424/517 - 11/42: Installing method SystemNavigation>>allGlobalNamesStartingWith:do:caseSensitive:
16:57:44				424/517 - 12/42: Installing method SystemNavigation>>allGlobalRefsOn:
16:57:44				424/517 - 13/42: Installing method SystemNavigation>>allImplementedMessages
16:57:44				424/517 - 14/42: Installing method SystemNavigation>>allImplementorsOf:
16:57:44				424/517 - 15/42: Installing method SystemNavigation>>allMethods
16:57:44				424/517 - 16/42: Installing method SystemNavigation>>allMethodsSelect:
16:57:44				424/517 - 17/42: Installing method SystemNavigation>>allObjects
16:57:44				424/517 - 18/42: Installing method SystemNavigation>>allObjectsDo:
16:57:44				424/517 - 19/42: Installing method SystemNavigation>>allObjectsOrNil
16:57:44				424/517 - 20/42: Installing method SystemNavigation>>allPrimitiveMethods
16:57:44				424/517 - 21/42: Installing method SystemNavigation>>allReferencesTo:
16:57:44				424/517 - 22/42: Installing method SystemNavigation>>allReferencesTo:do:
16:57:44				424/517 - 23/42: Installing method SystemNavigation>>allReferencesTo:in:
16:57:44				424/517 - 24/42: Installing method SystemNavigation>>allReferencesToBinding:
16:57:44				424/517 - 25/42: Installing method SystemNavigation>>allSelectorsStartingWith:do:
16:57:44				424/517 - 26/42: Installing method SystemNavigation>>allSendersOf:
16:57:44				424/517 - 27/42: Installing method SystemNavigation>>allSentButNotImplementedSelectors
16:57:44				424/517 - 28/42: Installing method SystemNavigation>>allSentMessages
16:57:44				424/517 - 29/42: Installing method SystemNavigation>>allSymbolsStartingWith:do:
16:57:44				424/517 - 30/42: Installing method SystemNavigation>>allUnsentMessagesIn:
16:57:44				424/517 - 31/42: Installing method SystemNavigation>>environment
16:57:44				424/517 - 32/42: Installing method SystemNavigation>>environment:
16:57:44				424/517 - 33/42: Installing method SystemNavigation>>headingAndAutoselectForLiteral:do:
16:57:44				424/517 - 34/42: Installing method SystemNavigation>>initialize
16:57:44				424/517 - 35/42: Installing method SystemNavigation>>instanceSideMethodsWithNilKeyInLastLiteral
16:57:44				424/517 - 36/42: Installing method SystemNavigation>>isUnsentMessage:
16:57:44				424/517 - 37/42: Installing method SystemNavigation>>methods
16:57:44				424/517 - 38/42: Installing method SystemNavigation>>methodsReferencingObsoleteClasses
16:57:44				424/517 - 39/42: Installing method SystemNavigation>>obsoleteClasses
16:57:44				424/517 - 40/42: Installing method SystemNavigation>>removeClass:
16:57:44				424/517 - 41/42: Installing method SystemNavigation>>removeClassMessageFor:
16:57:44				424/517 - 42/42: Installing method SystemNavigation>>removeMethod:inClass:
16:57:44				424/517 - 1/1: Installing method SystemNavigation class>>default
16:57:44				425/517 - 1/1: Installing method SystemNotification>>defaultAction
16:57:45				426/517 - 1/34: Installing method SystemVersion>>build
16:57:45				426/517 - 2/34: Installing method SystemVersion>>build:
16:57:45				426/517 - 3/34: Installing method SystemVersion>>calculateHighestUpdate
16:57:45				426/517 - 4/34: Installing method SystemVersion>>commitHash
16:57:45				426/517 - 5/34: Installing method SystemVersion>>commitHash:
16:57:45				426/517 - 6/34: Installing method SystemVersion>>commitHashShort
16:57:45				426/517 - 7/34: Installing method SystemVersion>>date
16:57:45				426/517 - 8/34: Installing method SystemVersion>>date:
16:57:45				426/517 - 9/34: Installing method SystemVersion>>datedVersion
16:57:45				426/517 - 10/34: Installing method SystemVersion>>dottedMajorMinor
16:57:45				426/517 - 11/34: Installing method SystemVersion>>dottedMajorMinorPatch
16:57:45				426/517 - 12/34: Installing method SystemVersion>>hasMetadataIdentifiers
16:57:45				426/517 - 13/34: Installing method SystemVersion>>hasValidBuildNumber
16:57:45				426/517 - 14/34: Installing method SystemVersion>>highestUpdate
16:57:45				426/517 - 15/34: Installing method SystemVersion>>highestUpdate:
16:57:45				426/517 - 16/34: Installing method SystemVersion>>imageVersionString
16:57:45				426/517 - 17/34: Installing method SystemVersion>>initialize
16:57:45				426/517 - 18/34: Installing method SystemVersion>>major
16:57:45				426/517 - 19/34: Installing method SystemVersion>>major:
16:57:45				426/517 - 20/34: Installing method SystemVersion>>majorMinor:
16:57:45				426/517 - 21/34: Installing method SystemVersion>>majorMinorPatch:
16:57:45				426/517 - 22/34: Installing method SystemVersion>>majorMinorVersion
16:57:45				426/517 - 23/34: Installing method SystemVersion>>minor
16:57:45				426/517 - 24/34: Installing method SystemVersion>>minor:
16:57:45				426/517 - 25/34: Installing method SystemVersion>>patch
16:57:45				426/517 - 26/34: Installing method SystemVersion>>patch:
16:57:45				426/517 - 27/34: Installing method SystemVersion>>printOn:
16:57:45				426/517 - 28/34: Installing method SystemVersion>>shortVersionString
16:57:45				426/517 - 29/34: Installing method SystemVersion>>suffix
16:57:45				426/517 - 30/34: Installing method SystemVersion>>suffix:
16:57:45				426/517 - 31/34: Installing method SystemVersion>>type
16:57:45				426/517 - 32/34: Installing method SystemVersion>>type:
16:57:45				426/517 - 33/34: Installing method SystemVersion>>version
16:57:45				426/517 - 34/34: Installing method SystemVersion>>versionWithoutPatch
16:57:45				426/517 - 1/7: Installing method SystemVersion class>>current
16:57:45				426/517 - 2/7: Installing method SystemVersion class>>invalidBuildNumber
16:57:45				426/517 - 3/7: Installing method SystemVersion class>>major:minor:patch:
16:57:45				426/517 - 4/7: Installing method SystemVersion class>>major:minor:patch:suffix:
16:57:45				426/517 - 5/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:
16:57:45				426/517 - 6/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:commitHash:
16:57:45				426/517 - 7/7: Installing method SystemVersion class>>setMajor:minor:patch:suffix:build:commitHash:
16:57:45				427/517 - 1/5: Installing method TermInfoCharacter>>on:
16:57:45				427/517 - 2/5: Installing method TermInfoCharacter>>print:
16:57:45				427/517 - 3/5: Installing method TermInfoCharacter>>set:
16:57:45				427/517 - 4/5: Installing method TermInfoCharacter>>setBackgroundColor:
16:57:45				427/517 - 5/5: Installing method TermInfoCharacter>>setFontColor:
16:57:45				428/517 - 1/8: Installing method Termcap>>flush
16:57:45				428/517 - 2/8: Installing method Termcap>>getent:
16:57:45				428/517 - 3/8: Installing method Termcap>>getflag:
16:57:45				428/517 - 4/8: Installing method Termcap>>getnum:
16:57:45				428/517 - 5/8: Installing method Termcap>>getstr:
16:57:45				428/517 - 6/8: Installing method Termcap>>initialize
16:57:45				428/517 - 7/8: Installing method Termcap>>initializeDefaultSequences
16:57:46				428/517 - 8/8: Installing method Termcap>>reset
16:57:46				429/517 - 1/5: Installing method ThisContextVariable>>acceptVisitor:node:
16:57:46				429/517 - 2/5: Installing method ThisContextVariable>>emitValue:
16:57:46				429/517 - 3/5: Installing method ThisContextVariable>>isThisContextVariable
16:57:46				429/517 - 4/5: Installing method ThisContextVariable>>readInContext:
16:57:46				429/517 - 5/5: Installing method ThisContextVariable>>usingMethods
16:57:46				429/517 - 1/1: Installing method ThisContextVariable class>>variableName
16:57:46				430/517 - 1/3: Installing method ThisProcessVariable>>emitValue:
16:57:46				430/517 - 2/3: Installing method ThisProcessVariable>>isThisProcessVariable
16:57:46				430/517 - 3/3: Installing method ThisProcessVariable>>readInContext:
16:57:46				430/517 - 1/1: Installing method ThisProcessVariable class>>variableName
16:57:46				432/517 - 1/12: Installing method True>>&
16:57:46				432/517 - 2/12: Installing method True>>and:
16:57:46				432/517 - 3/12: Installing method True>>asBit
16:57:46				432/517 - 4/12: Installing method True>>ifFalse:
16:57:46				432/517 - 5/12: Installing method True>>ifFalse:ifTrue:
16:57:46				432/517 - 6/12: Installing method True>>ifTrue:
16:57:46				432/517 - 7/12: Installing method True>>ifTrue:ifFalse:
16:57:46				432/517 - 8/12: Installing method True>>not
16:57:46				432/517 - 9/12: Installing method True>>or:
16:57:46				432/517 - 10/12: Installing method True>>printOn:
16:57:46				432/517 - 11/12: Installing method True>>xor:
16:57:46				432/517 - 12/12: Installing method True>>|
16:57:47				433/517 - 1/83: Installing method UIManager>>abort:
16:57:47				433/517 - 2/83: Installing method UIManager>>abort:title:
16:57:47				433/517 - 3/83: Installing method UIManager>>activate
16:57:47				433/517 - 4/83: Installing method UIManager>>alert:
16:57:47				433/517 - 5/83: Installing method UIManager>>alert:title:
16:57:47				433/517 - 6/83: Installing method UIManager>>alert:title:configure:
16:57:47				433/517 - 7/83: Installing method UIManager>>beDefault
16:57:47				433/517 - 8/83: Installing method UIManager>>chooseDirectory
16:57:48				433/517 - 9/83: Installing method UIManager>>chooseDirectory:
16:57:48				433/517 - 10/83: Installing method UIManager>>chooseDirectory:from:
16:57:48				433/517 - 11/83: Installing method UIManager>>chooseDirectoryFrom:
16:57:48				433/517 - 12/83: Installing method UIManager>>chooseFrom:
16:57:48				433/517 - 13/83: Installing method UIManager>>chooseFrom:lines:
16:57:48				433/517 - 14/83: Installing method UIManager>>chooseFrom:lines:message:
16:57:48				433/517 - 15/83: Installing method UIManager>>chooseFrom:lines:message:title:
16:57:48				433/517 - 16/83: Installing method UIManager>>chooseFrom:lines:title:
16:57:48				433/517 - 17/83: Installing method UIManager>>chooseFrom:message:
16:57:48				433/517 - 18/83: Installing method UIManager>>chooseFrom:message:title:
16:57:48				433/517 - 19/83: Installing method UIManager>>chooseFrom:title:
16:57:48				433/517 - 20/83: Installing method UIManager>>chooseFrom:values:
16:57:48				433/517 - 21/83: Installing method UIManager>>chooseFrom:values:lines:
16:57:48				433/517 - 22/83: Installing method UIManager>>chooseFrom:values:lines:message:
16:57:48				433/517 - 23/83: Installing method UIManager>>chooseFrom:values:lines:message:title:
16:57:48				433/517 - 24/83: Installing method UIManager>>chooseFrom:values:lines:title:
16:57:48				433/517 - 25/83: Installing method UIManager>>chooseFrom:values:message:
16:57:48				433/517 - 26/83: Installing method UIManager>>chooseFrom:values:message:title:
16:57:48				433/517 - 27/83: Installing method UIManager>>chooseFrom:values:title:
16:57:48				433/517 - 28/83: Installing method UIManager>>chooseFullFileNameMatching:
16:57:48				433/517 - 29/83: Installing method UIManager>>chooseFullFileNameMatching:label:
16:57:48				433/517 - 30/83: Installing method UIManager>>chooseOrRequestFrom:values:lines:title:
16:57:48				433/517 - 31/83: Installing method UIManager>>confirm:
16:57:48				433/517 - 32/83: Installing method UIManager>>confirm:label:
16:57:48				433/517 - 33/83: Installing method UIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
16:57:48				433/517 - 34/83: Installing method UIManager>>confirm:orCancel:
16:57:48				433/517 - 35/83: Installing method UIManager>>confirm:trueChoice:falseChoice:
16:57:48				433/517 - 36/83: Installing method UIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
16:57:48				433/517 - 37/83: Installing method UIManager>>deactivate
16:57:48				433/517 - 38/83: Installing method UIManager>>debugProcess:context:label:fullView:notification:
16:57:48				433/517 - 39/83: Installing method UIManager>>defer:
16:57:48				433/517 - 40/83: Installing method UIManager>>deny:
16:57:48				433/517 - 41/83: Installing method UIManager>>deny:title:
16:57:48				433/517 - 42/83: Installing method UIManager>>edit:
16:57:48				433/517 - 43/83: Installing method UIManager>>edit:label:
16:57:48				433/517 - 44/83: Installing method UIManager>>edit:label:accept:
16:57:48				433/517 - 45/83: Installing method UIManager>>handleDebugRequest:fromDebuggerSystem:
16:57:48				433/517 - 46/83: Installing method UIManager>>handleError:
16:57:48				433/517 - 47/83: Installing method UIManager>>handleError:log:
16:57:48				433/517 - 48/83: Installing method UIManager>>handleNotification:
16:57:48				433/517 - 49/83: Installing method UIManager>>handleWarning:
16:57:48				433/517 - 50/83: Installing method UIManager>>handleWarningDebugRequest:fromDebuggerSystem:
16:57:48				433/517 - 51/83: Installing method UIManager>>headlessManager
16:57:48				433/517 - 52/83: Installing method UIManager>>inform:
16:57:48				433/517 - 53/83: Installing method UIManager>>informUser:during:
16:57:48				433/517 - 54/83: Installing method UIManager>>informUserDuring:
16:57:48				433/517 - 55/83: Installing method UIManager>>interruptName:preemptedProcess:
16:57:48				433/517 - 56/83: Installing method UIManager>>logError:
16:57:48				433/517 - 57/83: Installing method UIManager>>lowSpaceWatcherDefaultAction:
16:57:48				433/517 - 58/83: Installing method UIManager>>multiLineRequest:initialAnswer:answerHeight:
16:57:48				433/517 - 59/83: Installing method UIManager>>newMenuIn:for:
16:57:48				433/517 - 60/83: Installing method UIManager>>nonInteractiveManager
16:57:48				433/517 - 61/83: Installing method UIManager>>onFontsChanged
16:57:48				433/517 - 62/83: Installing method UIManager>>onPrimitiveError:
16:57:48				433/517 - 63/83: Installing method UIManager>>openComparisionFrom:to:belongingTo:from:
16:57:48				433/517 - 64/83: Installing method UIManager>>proceed:
16:57:48				433/517 - 65/83: Installing method UIManager>>proceed:title:
16:57:48				433/517 - 66/83: Installing method UIManager>>question:
16:57:48				433/517 - 67/83: Installing method UIManager>>question:title:
16:57:48				433/517 - 68/83: Installing method UIManager>>questionWithoutCancel:
16:57:48				433/517 - 69/83: Installing method UIManager>>questionWithoutCancel:title:
16:57:48				433/517 - 70/83: Installing method UIManager>>request:
16:57:48				433/517 - 71/83: Installing method UIManager>>request:entryCompletion:
16:57:48				433/517 - 72/83: Installing method UIManager>>request:initialAnswer:
16:57:48				433/517 - 73/83: Installing method UIManager>>request:initialAnswer:entryCompletion:
16:57:48				433/517 - 74/83: Installing method UIManager>>request:initialAnswer:title:
16:57:48				433/517 - 75/83: Installing method UIManager>>request:initialAnswer:title:entryCompletion:
16:57:48				433/517 - 76/83: Installing method UIManager>>requestPassword:
16:57:48				433/517 - 77/83: Installing method UIManager>>showWaitCursorWhile:
16:57:48				433/517 - 78/83: Installing method UIManager>>spawnNewProcess
16:57:48				433/517 - 79/83: Installing method UIManager>>terminateUIProcess
16:57:48				433/517 - 80/83: Installing method UIManager>>textEntry:
16:57:48				433/517 - 81/83: Installing method UIManager>>textEntry:title:
16:57:48				433/517 - 82/83: Installing method UIManager>>textEntry:title:entryText:
16:57:48				433/517 - 83/83: Installing method UIManager>>uiProcess
16:57:48				433/517 - 1/6: Installing method UIManager class>>default
16:57:48				433/517 - 2/6: Installing method UIManager class>>default:
16:57:48				433/517 - 3/6: Installing method UIManager class>>forCurrentSystemConfiguration
16:57:48				433/517 - 4/6: Installing method UIManager class>>isActiveManager
16:57:48				433/517 - 5/6: Installing method UIManager class>>isValidForCurrentSystemConfiguration
16:57:48				433/517 - 6/6: Installing method UIManager class>>nonInteractiveDuring:
16:57:48				434/517 - 1/7: Installing method UNCNetworkPath>>isAbsolute
16:57:48				434/517 - 2/7: Installing method UNCNetworkPath>>isNetworkPath
16:57:48				434/517 - 3/7: Installing method UNCNetworkPath>>isRoot
16:57:48				434/517 - 4/7: Installing method UNCNetworkPath>>printOn:
16:57:48				434/517 - 5/7: Installing method UNCNetworkPath>>printOn:delimiter:
16:57:48				434/517 - 6/7: Installing method UNCNetworkPath>>printPathOn:delimiter:
16:57:48				434/517 - 7/7: Installing method UNCNetworkPath>>withParents
16:57:48				436/517 - 1/13: Installing method UndeclaredVariable>>definingClass
16:57:48				436/517 - 2/13: Installing method UndeclaredVariable>>emitStore:
16:57:48				436/517 - 3/13: Installing method UndeclaredVariable>>emitValue:
16:57:48				436/517 - 4/13: Installing method UndeclaredVariable>>isRegistered
16:57:48				436/517 - 5/13: Installing method UndeclaredVariable>>isUndeclaredVariable
16:57:48				436/517 - 6/13: Installing method UndeclaredVariable>>register
16:57:48				436/517 - 7/13: Installing method UndeclaredVariable>>registerFromNode:
16:57:48				436/517 - 8/13: Installing method UndeclaredVariable>>registerMethod:
16:57:48				436/517 - 9/13: Installing method UndeclaredVariable>>registeredMethods
16:57:48				436/517 - 10/13: Installing method UndeclaredVariable>>runtimeUndeclaredReadInContext:
16:57:48				436/517 - 11/13: Installing method UndeclaredVariable>>runtimeUndeclaredWrite:inContext:
16:57:48				436/517 - 12/13: Installing method UndeclaredVariable>>unregister
16:57:48				436/517 - 13/13: Installing method UndeclaredVariable>>usingMethods
16:57:48				436/517 - 1/2: Installing method UndeclaredVariable class>>possiblyRegisteredWithName:
16:57:48				436/517 - 2/2: Installing method UndeclaredVariable class>>registeredWithName:
16:57:48				437/517 - 1/4: Installing method UndeclaredVariableError>>isResumable
16:57:49				437/517 - 2/4: Installing method UndeclaredVariableError>>variable
16:57:49				437/517 - 3/4: Installing method UndeclaredVariableError>>variable:
16:57:49				437/517 - 4/4: Installing method UndeclaredVariableError>>variableNode
16:57:49				439/517 - 1/3: Installing method UndeclaredVariableWrite>>defaultResumeValue
16:57:49				439/517 - 2/3: Installing method UndeclaredVariableWrite>>value
16:57:49				439/517 - 3/3: Installing method UndeclaredVariableWrite>>value:
16:57:49				440/517 - 1/32: Installing method UndefinedObject>><<
16:57:49				440/517 - 2/32: Installing method UndefinedObject>>addDependent:
16:57:49				440/517 - 3/32: Installing method UndefinedObject>>addSubclass:
16:57:49				440/517 - 4/32: Installing method UndefinedObject>>allSuperclassesDo:
16:57:49				440/517 - 5/32: Installing method UndefinedObject>>asCollectionElement
16:57:49				440/517 - 6/32: Installing method UndefinedObject>>asLinkPrepend:
16:57:49				440/517 - 7/32: Installing method UndefinedObject>>at:put:
16:57:49				440/517 - 8/32: Installing method UndefinedObject>>canHandleSignal:
16:57:49				440/517 - 9/32: Installing method UndefinedObject>>classBuilder
16:57:49				440/517 - 10/32: Installing method UndefinedObject>>classInstaller
16:57:49				440/517 - 11/32: Installing method UndefinedObject>>commonSuperclassWith:
16:57:49				440/517 - 12/32: Installing method UndefinedObject>>deepCopy
16:57:49				440/517 - 13/32: Installing method UndefinedObject>>environment
16:57:49				440/517 - 14/32: Installing method UndefinedObject>>handleSignal:
16:57:49				440/517 - 15/32: Installing method UndefinedObject>>ifNil:
16:57:49				440/517 - 16/32: Installing method UndefinedObject>>ifNil:ifNotNil:
16:57:49				440/517 - 17/32: Installing method UndefinedObject>>ifNotNil:
16:57:49				440/517 - 18/32: Installing method UndefinedObject>>ifNotNil:ifNil:
16:57:49				440/517 - 19/32: Installing method UndefinedObject>>isEmptyOrNil
16:57:49				440/517 - 20/32: Installing method UndefinedObject>>isLiteral
16:57:49				440/517 - 21/32: Installing method UndefinedObject>>isNil
16:57:49				440/517 - 22/32: Installing method UndefinedObject>>isNotNil
16:57:49				440/517 - 23/32: Installing method UndefinedObject>>notNil
16:57:49				440/517 - 24/32: Installing method UndefinedObject>>printOn:
16:57:49				440/517 - 25/32: Installing method UndefinedObject>>removeSubclass:
16:57:49				440/517 - 26/32: Installing method UndefinedObject>>setPinnedInMemory:
16:57:49				440/517 - 27/32: Installing method UndefinedObject>>shallowCopy
16:57:49				440/517 - 28/32: Installing method UndefinedObject>>storeOn:
16:57:49				440/517 - 29/32: Installing method UndefinedObject>>subclassDefinerClass
16:57:49				440/517 - 30/32: Installing method UndefinedObject>>subclasses
16:57:49				440/517 - 31/32: Installing method UndefinedObject>>subclassesDo:
16:57:49				440/517 - 32/32: Installing method UndefinedObject>>veryDeepCopyWith:
16:57:49				440/517 - 1/3: Installing method UndefinedObject class>>allInstances
16:57:49				440/517 - 2/3: Installing method UndefinedObject class>>allInstancesDo:
16:57:49				440/517 - 3/3: Installing method UndefinedObject class>>new
16:57:49				441/517 - 1/9: Installing method UndefinedPackage>>addMethod:
16:57:49				441/517 - 2/9: Installing method UndefinedPackage>>ensureTag:
16:57:49				441/517 - 3/9: Installing method UndefinedPackage>>initialize
16:57:49				441/517 - 4/9: Installing method UndefinedPackage>>isEmpty
16:57:49				441/517 - 5/9: Installing method UndefinedPackage>>isUndefined
16:57:49				441/517 - 6/9: Installing method UndefinedPackage>>name
16:57:49				441/517 - 7/9: Installing method UndefinedPackage>>removeFromSystem
16:57:49				441/517 - 8/9: Installing method UndefinedPackage>>tagOf:
16:57:49				441/517 - 9/9: Installing method UndefinedPackage>>undefinedTag
16:57:49				441/517 - 1/1: Installing method UndefinedPackage class>>undefinedPackageName
16:57:49				442/517 - 1/6: Installing method UndefinedPackageTag>>categoryName
16:57:49				442/517 - 2/6: Installing method UndefinedPackageTag>>isRoot
16:57:49				442/517 - 3/6: Installing method UndefinedPackageTag>>isUndefined
16:57:49				442/517 - 4/6: Installing method UndefinedPackageTag>>name
16:57:49				442/517 - 5/6: Installing method UndefinedPackageTag>>promoteAsPackage
16:57:49				442/517 - 6/6: Installing method UndefinedPackageTag>>removeFromSystem
16:57:49				442/517 - 1/2: Installing method UndefinedPackageTag class>>undefinedPackage:
16:57:49				442/517 - 2/2: Installing method UndefinedPackageTag class>>undefinedPackageTagName
16:57:50				443/517 - 1/6: Installing method UndefinedSlot>>ast:
16:57:50				443/517 - 2/6: Installing method UndefinedSlot>>checkClassRebuild
16:57:50				443/517 - 3/6: Installing method UndefinedSlot>>printOn:
16:57:50				443/517 - 4/6: Installing method UndefinedSlot>>read:
16:57:50				443/517 - 5/6: Installing method UndefinedSlot>>slotClassName
16:57:50				443/517 - 6/6: Installing method UndefinedSlot>>write:to:
16:57:50				443/517 - 1/1: Installing method UndefinedSlot class>>named:ast:
16:57:50				444/517 - 1/4: Installing method UnhandledError>>defaultAction
16:57:50				444/517 - 2/4: Installing method UnhandledError>>exception
16:57:50				444/517 - 3/4: Installing method UnhandledError>>exception:
16:57:50				444/517 - 4/4: Installing method UnhandledError>>isResumable
16:57:50				444/517 - 1/1: Installing method UnhandledError class>>signalForException:
16:57:50				445/517 - 1/1: Installing method UnhandledException>>defaultAction
16:57:50				446/517 - 1/2: Installing method Unix32Platform>>accept:
16:57:50				446/517 - 2/2: Installing method Unix32Platform>>isUnix32
16:57:50				446/517 - 1/1: Installing method Unix32Platform class>>isActivePlatform
16:57:50				447/517 - 1/2: Installing method Unix64Platform>>accept:
16:57:50				447/517 - 2/2: Installing method Unix64Platform>>isUnix64
16:57:50				447/517 - 1/1: Installing method Unix64Platform class>>isActivePlatform
16:57:50				448/517 - 1/1: Installing method UnixARM32Platform class>>isActivePlatform
16:57:50				449/517 - 1/12: Installing method UnixPlatform>>accept:
16:57:50				449/517 - 2/12: Installing method UnixPlatform>>defaultMaximumPathLength
16:57:50				449/517 - 3/12: Installing method UnixPlatform>>family
16:57:50				449/517 - 4/12: Installing method UnixPlatform>>getErrorMessage:
16:57:50				449/517 - 5/12: Installing method UnixPlatform>>isLinux
16:57:50				449/517 - 6/12: Installing method UnixPlatform>>isLinuxDerivateOf:
16:57:50				449/517 - 7/12: Installing method UnixPlatform>>isLinuxDistributionWithID:
16:57:50				449/517 - 8/12: Installing method UnixPlatform>>isUnix
16:57:50				449/517 - 9/12: Installing method UnixPlatform>>keyForValue:
16:57:50				449/517 - 10/12: Installing method UnixPlatform>>lineEnding
16:57:50				449/517 - 11/12: Installing method UnixPlatform>>linuxIdentificationParameters
16:57:50				449/517 - 12/12: Installing method UnixPlatform>>menuShortcutString
16:57:51				451/517 - 1/82: Installing method VTermOutputDriver>><<
16:57:51				451/517 - 2/82: Installing method VTermOutputDriver>>backspace
16:57:51				451/517 - 3/82: Installing method VTermOutputDriver>>black
16:57:51				451/517 - 4/82: Installing method VTermOutputDriver>>black:
16:57:51				451/517 - 5/82: Installing method VTermOutputDriver>>blinking
16:57:51				451/517 - 6/82: Installing method VTermOutputDriver>>blue
16:57:51				451/517 - 7/82: Installing method VTermOutputDriver>>blue:
16:57:51				451/517 - 8/82: Installing method VTermOutputDriver>>bold
16:57:51				451/517 - 9/82: Installing method VTermOutputDriver>>clear
16:57:51				451/517 - 10/82: Installing method VTermOutputDriver>>clearFromBeginning
16:57:51				451/517 - 11/82: Installing method VTermOutputDriver>>clearScreen
16:57:51				451/517 - 12/82: Installing method VTermOutputDriver>>clearToEnd
16:57:51				451/517 - 13/82: Installing method VTermOutputDriver>>closed
16:57:51				451/517 - 14/82: Installing method VTermOutputDriver>>color:
16:57:51				451/517 - 15/82: Installing method VTermOutputDriver>>colorEscape
16:57:51				451/517 - 16/82: Installing method VTermOutputDriver>>columns
16:57:51				451/517 - 17/82: Installing method VTermOutputDriver>>cr
16:57:51				451/517 - 18/82: Installing method VTermOutputDriver>>csiEscape
16:57:51				451/517 - 19/82: Installing method VTermOutputDriver>>cursorEnhanced
16:57:51				451/517 - 20/82: Installing method VTermOutputDriver>>cursorInvisible
16:57:51				451/517 - 21/82: Installing method VTermOutputDriver>>cursorNormal
16:57:51				451/517 - 22/82: Installing method VTermOutputDriver>>cyan
16:57:51				451/517 - 23/82: Installing method VTermOutputDriver>>cyan:
16:57:51				451/517 - 24/82: Installing method VTermOutputDriver>>deleteCharacter
16:57:51				451/517 - 25/82: Installing method VTermOutputDriver>>deleteLine
16:57:51				451/517 - 26/82: Installing method VTermOutputDriver>>down
16:57:51				451/517 - 27/82: Installing method VTermOutputDriver>>down:
16:57:52				451/517 - 28/82: Installing method VTermOutputDriver>>endInsertMode
16:57:52				451/517 - 29/82: Installing method VTermOutputDriver>>erase
16:57:52				451/517 - 30/82: Installing method VTermOutputDriver>>errorColor
16:57:52				451/517 - 31/82: Installing method VTermOutputDriver>>escape
16:57:52				451/517 - 32/82: Installing method VTermOutputDriver>>flush
16:57:52				451/517 - 33/82: Installing method VTermOutputDriver>>green
16:57:52				451/517 - 34/82: Installing method VTermOutputDriver>>green:
16:57:52				451/517 - 35/82: Installing method VTermOutputDriver>>here
16:57:52				451/517 - 36/82: Installing method VTermOutputDriver>>home
16:57:52				451/517 - 37/82: Installing method VTermOutputDriver>>initialize
16:57:52				451/517 - 38/82: Installing method VTermOutputDriver>>insertCharacter
16:57:52				451/517 - 39/82: Installing method VTermOutputDriver>>insertLine
16:57:52				451/517 - 40/82: Installing method VTermOutputDriver>>insertMode
16:57:52				451/517 - 41/82: Installing method VTermOutputDriver>>invisible
16:57:52				451/517 - 42/82: Installing method VTermOutputDriver>>left
16:57:52				451/517 - 43/82: Installing method VTermOutputDriver>>left:
16:57:52				451/517 - 44/82: Installing method VTermOutputDriver>>lf
16:57:52				451/517 - 45/82: Installing method VTermOutputDriver>>light
16:57:52				451/517 - 46/82: Installing method VTermOutputDriver>>lines
16:57:52				451/517 - 47/82: Installing method VTermOutputDriver>>nextPut:
16:57:52				451/517 - 48/82: Installing method VTermOutputDriver>>nextPutAll:
16:57:52				451/517 - 49/82: Installing method VTermOutputDriver>>normal
16:57:52				451/517 - 50/82: Installing method VTermOutputDriver>>outStream
16:57:52				451/517 - 51/82: Installing method VTermOutputDriver>>outStream:
16:57:52				451/517 - 52/82: Installing method VTermOutputDriver>>overwrite:
16:57:52				451/517 - 53/82: Installing method VTermOutputDriver>>pink
16:57:52				451/517 - 54/82: Installing method VTermOutputDriver>>pink:
16:57:52				451/517 - 55/82: Installing method VTermOutputDriver>>print:
16:57:52				451/517 - 56/82: Installing method VTermOutputDriver>>red
16:57:52				451/517 - 57/82: Installing method VTermOutputDriver>>red:
16:57:52				451/517 - 58/82: Installing method VTermOutputDriver>>reset
16:57:52				451/517 - 59/82: Installing method VTermOutputDriver>>restoreCursor
16:57:52				451/517 - 60/82: Installing method VTermOutputDriver>>reverse
16:57:52				451/517 - 61/82: Installing method VTermOutputDriver>>right
16:57:52				451/517 - 62/82: Installing method VTermOutputDriver>>right:
16:57:52				451/517 - 63/82: Installing method VTermOutputDriver>>saveCursor
16:57:52				451/517 - 64/82: Installing method VTermOutputDriver>>scrollBackward
16:57:52				451/517 - 65/82: Installing method VTermOutputDriver>>scrollForward
16:57:52				451/517 - 66/82: Installing method VTermOutputDriver>>space
16:57:52				451/517 - 67/82: Installing method VTermOutputDriver>>ss3Escape
16:57:52				451/517 - 68/82: Installing method VTermOutputDriver>>startOfLine
16:57:52				451/517 - 69/82: Installing method VTermOutputDriver>>store:
16:57:52				451/517 - 70/82: Installing method VTermOutputDriver>>tab
16:57:52				451/517 - 71/82: Installing method VTermOutputDriver>>termcap
16:57:52				451/517 - 72/82: Installing method VTermOutputDriver>>termcap:
16:57:52				451/517 - 73/82: Installing method VTermOutputDriver>>topLeft
16:57:52				451/517 - 74/82: Installing method VTermOutputDriver>>underline
16:57:52				451/517 - 75/82: Installing method VTermOutputDriver>>underlineOff
16:57:52				451/517 - 76/82: Installing method VTermOutputDriver>>up
16:57:52				451/517 - 77/82: Installing method VTermOutputDriver>>up:
16:57:52				451/517 - 78/82: Installing method VTermOutputDriver>>white
16:57:52				451/517 - 79/82: Installing method VTermOutputDriver>>white:
16:57:52				451/517 - 80/82: Installing method VTermOutputDriver>>width
16:57:52				451/517 - 81/82: Installing method VTermOutputDriver>>yellow
16:57:52				451/517 - 82/82: Installing method VTermOutputDriver>>yellow:
16:57:52				451/517 - 1/3: Installing method VTermOutputDriver class>>on:
16:57:52				451/517 - 2/3: Installing method VTermOutputDriver class>>stderr
16:57:52				451/517 - 3/3: Installing method VTermOutputDriver class>>stdout
16:57:52				452/517 - 1/6: Installing method ValueLink>>=
16:57:52				452/517 - 2/6: Installing method ValueLink>>asLinkPrepend:
16:57:52				452/517 - 3/6: Installing method ValueLink>>hash
16:57:52				452/517 - 4/6: Installing method ValueLink>>printOn:
16:57:52				452/517 - 5/6: Installing method ValueLink>>value
16:57:52				452/517 - 6/6: Installing method ValueLink>>value:
16:57:52				452/517 - 1/1: Installing method ValueLink class>>value:
16:57:52				453/517 - 1/3: Installing method ValueNotFound>>standardMessageText
16:57:52				453/517 - 2/3: Installing method ValueNotFound>>value
16:57:52				453/517 - 3/3: Installing method ValueNotFound>>value:
16:57:53				454/517 - 1/53: Installing method Variable>>=
16:57:53				454/517 - 2/53: Installing method Variable>>acceptVisitor:node:
16:57:53				454/517 - 3/53: Installing method Variable>>allowsShadowing
16:57:53				454/517 - 4/53: Installing method Variable>>asDoItVariableFrom:
16:57:53				454/517 - 5/53: Installing method Variable>>definingNode
16:57:53				454/517 - 6/53: Installing method Variable>>definitionOn:
16:57:53				454/517 - 7/53: Installing method Variable>>emitStore:
16:57:53				454/517 - 8/53: Installing method Variable>>emitValue:
16:57:53				454/517 - 9/53: Installing method Variable>>ensureProperties
16:57:53				454/517 - 10/53: Installing method Variable>>hasProperty:
16:57:53				454/517 - 11/53: Installing method Variable>>hash
16:57:53				454/517 - 12/53: Installing method Variable>>isAccessedIn:
16:57:53				454/517 - 13/53: Installing method Variable>>isArgumentVariable
16:57:53				454/517 - 14/53: Installing method Variable>>isClassVariable
16:57:53				454/517 - 15/53: Installing method Variable>>isDefinedByBlock
16:57:53				454/517 - 16/53: Installing method Variable>>isGlobalVariable
16:57:53				454/517 - 17/53: Installing method Variable>>isInstanceVariable
16:57:53				454/517 - 18/53: Installing method Variable>>isInvalidVariable
16:57:53				454/517 - 19/53: Installing method Variable>>isLiteralVariable
16:57:53				454/517 - 20/53: Installing method Variable>>isLocalVariable
16:57:53				454/517 - 21/53: Installing method Variable>>isPoolVariable
16:57:53				454/517 - 22/53: Installing method Variable>>isPseudoVariable
16:57:53				454/517 - 23/53: Installing method Variable>>isReadIn:
16:57:53				454/517 - 24/53: Installing method Variable>>isReferenced
16:57:53				454/517 - 25/53: Installing method Variable>>isSelfOrSuperVariable
16:57:53				454/517 - 26/53: Installing method Variable>>isSelfVariable
16:57:53				454/517 - 27/53: Installing method Variable>>isShadowing
16:57:53				454/517 - 28/53: Installing method Variable>>isSuperVariable
16:57:53				454/517 - 29/53: Installing method Variable>>isTempVariable
16:57:53				454/517 - 30/53: Installing method Variable>>isThisContextVariable
16:57:53				454/517 - 31/53: Installing method Variable>>isThisProcessVariable
16:57:53				454/517 - 32/53: Installing method Variable>>isUndeclaredVariable
16:57:53				454/517 - 33/53: Installing method Variable>>isUninitialized
16:57:53				454/517 - 34/53: Installing method Variable>>isUsed
16:57:53				454/517 - 35/53: Installing method Variable>>isWorkspaceVariable
16:57:53				454/517 - 36/53: Installing method Variable>>isWritable
16:57:53				454/517 - 37/53: Installing method Variable>>isWrittenIn:
16:57:53				454/517 - 38/53: Installing method Variable>>name
16:57:53				454/517 - 39/53: Installing method Variable>>name:
16:57:53				454/517 - 40/53: Installing method Variable>>needsFullDefinition
16:57:53				454/517 - 41/53: Installing method Variable>>originalVar
16:57:53				454/517 - 42/53: Installing method Variable>>properties
16:57:53				454/517 - 43/53: Installing method Variable>>propertyAt:
16:57:53				454/517 - 44/53: Installing method Variable>>propertyAt:ifAbsent:
16:57:53				454/517 - 45/53: Installing method Variable>>propertyAt:ifAbsentPut:
16:57:53				454/517 - 46/53: Installing method Variable>>propertyAt:put:
16:57:53				454/517 - 47/53: Installing method Variable>>readInContext:
16:57:53				454/517 - 48/53: Installing method Variable>>removePropertiesIfEmpty
16:57:53				454/517 - 49/53: Installing method Variable>>removeProperty:
16:57:53				454/517 - 50/53: Installing method Variable>>removeProperty:ifAbsent:
16:57:53				454/517 - 51/53: Installing method Variable>>scope
16:57:53				454/517 - 52/53: Installing method Variable>>usingMethods
16:57:53				454/517 - 53/53: Installing method Variable>>write:inContext:
16:57:53				454/517 - 1/4: Installing method Variable class>>checkValidName:
16:57:53				454/517 - 2/4: Installing method Variable class>>initialize
16:57:53				454/517 - 3/4: Installing method Variable class>>isAbstract
16:57:53				454/517 - 4/4: Installing method Variable class>>named:
16:57:53				455/517 - 1/2: Installing method VariableLayout>>instanceSpecification
16:57:53				455/517 - 2/2: Installing method VariableLayout>>isVariable
16:57:53				455/517 - 1/1: Installing method VariableLayout class>>extending:scope:host:
16:57:55				456/517 - 1/102: Installing method VirtualMachine>>allocationsBetweenGC
16:57:55				456/517 - 2/102: Installing method VirtualMachine>>allocationsBetweenGC:
16:57:55				456/517 - 3/102: Installing method VirtualMachine>>architectureName
16:57:55				456/517 - 4/102: Installing method VirtualMachine>>avoidSearchingSegmentsWithPinnedObjects
16:57:55				456/517 - 5/102: Installing method VirtualMachine>>avoidSearchingSegmentsWithPinnedObjects:
16:57:55				456/517 - 6/102: Installing method VirtualMachine>>buildDate
16:57:55				456/517 - 7/102: Installing method VirtualMachine>>cogitClass
16:57:55				456/517 - 8/102: Installing method VirtualMachine>>command
16:57:55				456/517 - 9/102: Installing method VirtualMachine>>compiledBlocksCount
16:57:55				456/517 - 10/102: Installing method VirtualMachine>>compiledMethodsCount
16:57:55				456/517 - 11/102: Installing method VirtualMachine>>directory
16:57:55				456/517 - 12/102: Installing method VirtualMachine>>disableModuleLoading
16:57:55				456/517 - 13/102: Installing method VirtualMachine>>doGetSystemAttribute:
16:57:55				456/517 - 14/102: Installing method VirtualMachine>>documentPath
16:57:55				456/517 - 15/102: Installing method VirtualMachine>>edenSpaceSize
16:57:55				456/517 - 16/102: Installing method VirtualMachine>>extraVMMemory
16:57:55				456/517 - 17/102: Installing method VirtualMachine>>extraVMMemory:
16:57:55				456/517 - 18/102: Installing method VirtualMachine>>fileName
16:57:55				456/517 - 19/102: Installing method VirtualMachine>>flagInterpretedMethods:
16:57:55				456/517 - 20/102: Installing method VirtualMachine>>for32bit:for64bit:
16:57:55				456/517 - 21/102: Installing method VirtualMachine>>forgetModule:
16:57:55				456/517 - 22/102: Installing method VirtualMachine>>freeOldSpaceSize
16:57:55				456/517 - 23/102: Installing method VirtualMachine>>freeSize
16:57:55				456/517 - 24/102: Installing method VirtualMachine>>fullGCCount
16:57:55				456/517 - 25/102: Installing method VirtualMachine>>fullPath
16:57:55				456/517 - 26/102: Installing method VirtualMachine>>gcBiasToGrowLimit:
16:57:55				456/517 - 27/102: Installing method VirtualMachine>>gcStatisticsDuring:
16:57:55				456/517 - 28/102: Installing method VirtualMachine>>getParameters
16:57:55				456/517 - 29/102: Installing method VirtualMachine>>getSystemAttribute:
16:57:55				456/517 - 30/102: Installing method VirtualMachine>>hasSmallFloats
16:57:55				456/517 - 31/102: Installing method VirtualMachine>>headlessOption
16:57:55				456/517 - 32/102: Installing method VirtualMachine>>imageFile
16:57:55				456/517 - 33/102: Installing method VirtualMachine>>imagePath
16:57:55				456/517 - 34/102: Installing method VirtualMachine>>imageVersionInImageHeader
16:57:55				456/517 - 35/102: Installing method VirtualMachine>>imageVersionInImageHeader:
16:57:55				456/517 - 36/102: Installing method VirtualMachine>>imageVersionNumber
16:57:55				456/517 - 37/102: Installing method VirtualMachine>>incrementalGCCount
16:57:55				456/517 - 38/102: Installing method VirtualMachine>>interpreterClass
16:57:55				456/517 - 39/102: Installing method VirtualMachine>>interpreterSourceDate
16:57:55				456/517 - 40/102: Installing method VirtualMachine>>interpreterSourceVersion
16:57:55				456/517 - 41/102: Installing method VirtualMachine>>is32bit
16:57:55				456/517 - 42/102: Installing method VirtualMachine>>is64bit
16:57:55				456/517 - 43/102: Installing method VirtualMachine>>isAIOInterrupt
16:57:55				456/517 - 44/102: Installing method VirtualMachine>>isPharoVM
16:57:55				456/517 - 45/102: Installing method VirtualMachine>>isRunningCog
16:57:55				456/517 - 46/102: Installing method VirtualMachine>>isRunningCogit
16:57:55				456/517 - 47/102: Installing method VirtualMachine>>isRunningInWorkerThread
16:57:55				456/517 - 48/102: Installing method VirtualMachine>>isSpur
16:57:55				456/517 - 49/102: Installing method VirtualMachine>>listBuiltinModule:
16:57:55				456/517 - 50/102: Installing method VirtualMachine>>listBuiltinModules
16:57:55				456/517 - 51/102: Installing method VirtualMachine>>listLoadedModule:
16:57:55				456/517 - 52/102: Installing method VirtualMachine>>listLoadedModules
16:57:55				456/517 - 53/102: Installing method VirtualMachine>>maxExternalSemaphores
16:57:55				456/517 - 54/102: Installing method VirtualMachine>>maxExternalSemaphores:
16:57:55				456/517 - 55/102: Installing method VirtualMachine>>maxExternalSemaphoresSilently:
16:57:55				456/517 - 56/102: Installing method VirtualMachine>>maxFilenameLength
16:57:55				456/517 - 57/102: Installing method VirtualMachine>>maxOldSpaceSize
16:57:55				456/517 - 58/102: Installing method VirtualMachine>>maxOldSpaceSize:
16:57:55				456/517 - 59/102: Installing method VirtualMachine>>maximumPauseTimeDueToSegmentAllocation
16:57:55				456/517 - 60/102: Installing method VirtualMachine>>memoryEnd
16:57:55				456/517 - 61/102: Installing method VirtualMachine>>memorySize
16:57:55				456/517 - 62/102: Installing method VirtualMachine>>oldSpace
16:57:55				456/517 - 63/102: Installing method VirtualMachine>>oldSpaceEnd
16:57:55				456/517 - 64/102: Installing method VirtualMachine>>operatingSystemName
16:57:55				456/517 - 65/102: Installing method VirtualMachine>>optionAt:
16:57:55				456/517 - 66/102: Installing method VirtualMachine>>optionDash
16:57:55				456/517 - 67/102: Installing method VirtualMachine>>options
16:57:55				456/517 - 68/102: Installing method VirtualMachine>>parameter46Documentation
16:57:55				456/517 - 69/102: Installing method VirtualMachine>>parameterAt:
16:57:55				456/517 - 70/102: Installing method VirtualMachine>>parameterAt:put:
16:57:55				456/517 - 71/102: Installing method VirtualMachine>>parameterLabels
16:57:55				456/517 - 72/102: Installing method VirtualMachine>>platformSourceVersion
16:57:55				456/517 - 73/102: Installing method VirtualMachine>>primVmPath
16:57:55				456/517 - 74/102: Installing method VirtualMachine>>processHasThreadIdInstVar:
16:57:55				456/517 - 75/102: Installing method VirtualMachine>>processPreemptionYields
16:57:55				456/517 - 76/102: Installing method VirtualMachine>>processPreemptionYields:
16:57:55				456/517 - 77/102: Installing method VirtualMachine>>saveImageVersionInImageHeader
16:57:55				456/517 - 78/102: Installing method VirtualMachine>>setGCBiasToGrowGCLimit:
16:57:55				456/517 - 79/102: Installing method VirtualMachine>>setGCParameters
16:57:55				456/517 - 80/102: Installing method VirtualMachine>>setGCSemaphore:
16:57:55				456/517 - 81/102: Installing method VirtualMachine>>statisticsReport
16:57:55				456/517 - 82/102: Installing method VirtualMachine>>supportsMultipleBytecodeSets
16:57:55				456/517 - 83/102: Installing method VirtualMachine>>supportsWriteBarrier
16:57:55				456/517 - 84/102: Installing method VirtualMachine>>tenureCount
16:57:56				456/517 - 85/102: Installing method VirtualMachine>>tenuringThreshold
16:57:56				456/517 - 86/102: Installing method VirtualMachine>>tenuringThreshold:
16:57:56				456/517 - 87/102: Installing method VirtualMachine>>totalFullGCTime
16:57:56				456/517 - 88/102: Installing method VirtualMachine>>totalGCMarkPhaseTime
16:57:56				456/517 - 89/102: Installing method VirtualMachine>>totalGCSweepPhaseTime
16:57:56				456/517 - 90/102: Installing method VirtualMachine>>totalGCTime
16:57:56				456/517 - 91/102: Installing method VirtualMachine>>totalIncrementalGCTime
16:57:56				456/517 - 92/102: Installing method VirtualMachine>>totalJITCompileBlocksTime
16:57:56				456/517 - 93/102: Installing method VirtualMachine>>totalJITCompileMethodsTime
16:57:56				456/517 - 94/102: Installing method VirtualMachine>>totalJITCompileTime
16:57:56				456/517 - 95/102: Installing method VirtualMachine>>unloadModule:
16:57:56				456/517 - 96/102: Installing method VirtualMachine>>version
16:57:56				456/517 - 97/102: Installing method VirtualMachine>>versionLabel
16:57:56				456/517 - 98/102: Installing method VirtualMachine>>vmFileName
16:57:56				456/517 - 99/102: Installing method VirtualMachine>>voidCogVMState
16:57:56				456/517 - 100/102: Installing method VirtualMachine>>wordSize
16:57:56				456/517 - 101/102: Installing method VirtualMachine>>youngSpaceEnd
16:57:56				456/517 - 102/102: Installing method VirtualMachine>>youngSpaceSize
16:57:56				457/517 - 1/2: Installing method Warning>>defaultAction
16:57:56				457/517 - 2/2: Installing method Warning>>unhandledErrorAction
16:57:56				458/517 - 1/8: Installing method WeakAnnouncementSubscription>>finalize
16:57:56				458/517 - 2/8: Installing method WeakAnnouncementSubscription>>makeStrong
16:57:56				458/517 - 3/8: Installing method WeakAnnouncementSubscription>>makeWeak
16:57:56				458/517 - 4/8: Installing method WeakAnnouncementSubscription>>next
16:57:56				458/517 - 5/8: Installing method WeakAnnouncementSubscription>>register
16:57:56				458/517 - 6/8: Installing method WeakAnnouncementSubscription>>subscriber
16:57:56				458/517 - 7/8: Installing method WeakAnnouncementSubscription>>subscriber:
16:57:56				458/517 - 8/8: Installing method WeakAnnouncementSubscription>>unregister
16:57:56				458/517 - 1/1: Installing method WeakAnnouncementSubscription class>>new
16:57:56				460/517 - 1/3: Installing method WeakIdentityKeyDictionary>>add:
16:57:56				460/517 - 2/3: Installing method WeakIdentityKeyDictionary>>at:put:
16:57:56				460/517 - 3/3: Installing method WeakIdentityKeyDictionary>>postCopy
16:57:56				461/517 - 1/2: Installing method WeakIdentitySet>>scanFor:
16:57:56				461/517 - 2/2: Installing method WeakIdentitySet>>scanForEmptySlotFor:
16:57:56				462/517 - 1/3: Installing method WeakIdentityValueDictionary>>keyAtValue:ifAbsent:
16:57:56				462/517 - 2/3: Installing method WeakIdentityValueDictionary>>scanFor:
16:57:56				462/517 - 3/3: Installing method WeakIdentityValueDictionary>>scanForEmptySlotFor:
16:57:56				463/517 - 1/3: Installing method WeakKeyAssociation>>container
16:57:56				463/517 - 2/3: Installing method WeakKeyAssociation>>container:
16:57:56				463/517 - 3/3: Installing method WeakKeyAssociation>>mourn
16:57:56				464/517 - 1/3: Installing method WeakKeyDictionary>>add:
16:57:56				464/517 - 2/3: Installing method WeakKeyDictionary>>at:put:
16:57:56				464/517 - 3/3: Installing method WeakKeyDictionary>>postCopy
16:57:56				465/517 - 1/3: Installing method WeakLayout>>instanceSpecification
16:57:56				465/517 - 2/3: Installing method WeakLayout>>isVariable
16:57:56				465/517 - 3/3: Installing method WeakLayout>>isWeak
16:57:56				465/517 - 1/1: Installing method WeakLayout class>>extending:scope:host:
16:57:57				466/517 - 1/24: Installing method WeakMessageSend>>=
16:57:57				466/517 - 2/24: Installing method WeakMessageSend>>arguments
16:57:57				466/517 - 3/24: Installing method WeakMessageSend>>arguments:
16:57:57				466/517 - 4/24: Installing method WeakMessageSend>>asMessageSend
16:57:57				466/517 - 5/24: Installing method WeakMessageSend>>asMinimalRepresentation
16:57:57				466/517 - 6/24: Installing method WeakMessageSend>>collectArguments:
16:57:57				466/517 - 7/24: Installing method WeakMessageSend>>ensureArguments
16:57:57				466/517 - 8/24: Installing method WeakMessageSend>>ensureReceiver
16:57:57				466/517 - 9/24: Installing method WeakMessageSend>>ensureReceiver:
16:57:57				466/517 - 10/24: Installing method WeakMessageSend>>ensureReceiverAndArguments
16:57:57				466/517 - 11/24: Installing method WeakMessageSend>>ensureReceiverAndArguments:
16:57:57				466/517 - 12/24: Installing method WeakMessageSend>>isAnyArgumentGarbage
16:57:57				466/517 - 13/24: Installing method WeakMessageSend>>isReceiverGarbage
16:57:57				466/517 - 14/24: Installing method WeakMessageSend>>isReceiverOrAnyArgumentGarbage
16:57:57				466/517 - 15/24: Installing method WeakMessageSend>>isValid
16:57:57				466/517 - 16/24: Installing method WeakMessageSend>>printOn:
16:57:57				466/517 - 17/24: Installing method WeakMessageSend>>receiver
16:57:57				466/517 - 18/24: Installing method WeakMessageSend>>receiver:
16:57:57				466/517 - 19/24: Installing method WeakMessageSend>>value
16:57:57				466/517 - 20/24: Installing method WeakMessageSend>>value:
16:57:57				466/517 - 21/24: Installing method WeakMessageSend>>value:value:
16:57:57				466/517 - 22/24: Installing method WeakMessageSend>>value:value:value:
16:57:57				466/517 - 23/24: Installing method WeakMessageSend>>valueWithArguments:
16:57:57				466/517 - 24/24: Installing method WeakMessageSend>>valueWithEnoughArguments:
16:57:57				466/517 - 1/1: Installing method WeakMessageSend class>>new
16:57:57				467/517 - 1/1: Installing method WeakOrderedCollection class>>arrayType
16:57:57				468/517 - 1/23: Installing method WeakSet>>add:
16:57:57				468/517 - 2/23: Installing method WeakSet>>anyOne
16:57:57				468/517 - 3/23: Installing method WeakSet>>asArray
16:57:57				468/517 - 4/23: Installing method WeakSet>>collect:
16:57:57				468/517 - 5/23: Installing method WeakSet>>do:
16:57:57				468/517 - 6/23: Installing method WeakSet>>do:after:
16:57:57				468/517 - 7/23: Installing method WeakSet>>fixCollisionsFrom:
16:57:57				468/517 - 8/23: Installing method WeakSet>>grow
16:57:57				468/517 - 9/23: Installing method WeakSet>>growTo:
16:57:57				468/517 - 10/23: Installing method WeakSet>>includes:
16:57:57				468/517 - 11/23: Installing method WeakSet>>initialize:
16:57:57				468/517 - 12/23: Installing method WeakSet>>isHealthy
16:57:57				468/517 - 13/23: Installing method WeakSet>>like:
16:57:57				468/517 - 14/23: Installing method WeakSet>>like:ifAbsent:
16:57:57				468/517 - 15/23: Installing method WeakSet>>noCheckNoGrowFillFrom:
16:57:57				468/517 - 16/23: Installing method WeakSet>>postCopy
16:57:57				468/517 - 17/23: Installing method WeakSet>>printElementsOn:
16:57:57				468/517 - 18/23: Installing method WeakSet>>rehash
16:57:57				468/517 - 19/23: Installing method WeakSet>>remove:ifAbsent:
16:57:57				468/517 - 20/23: Installing method WeakSet>>scanFor:
16:57:57				468/517 - 21/23: Installing method WeakSet>>scanForEmptySlotFor:
16:57:57				468/517 - 22/23: Installing method WeakSet>>scanForLoadedSymbol:
16:58:04				468/517 - 23/23: Installing method WeakSet>>slowSize
16:58:04				469/517 - 1/4: Installing method WeakSubscriptionBuilder>>announcer:
16:58:04				469/517 - 2/4: Installing method WeakSubscriptionBuilder>>weak
16:58:04				469/517 - 3/4: Installing method WeakSubscriptionBuilder>>when:do:for:
16:58:04				469/517 - 4/4: Installing method WeakSubscriptionBuilder>>when:send:to:
16:58:04				469/517 - 1/1: Installing method WeakSubscriptionBuilder class>>on:
16:58:04				470/517 - 1/3: Installing method WeakValueAssociation>>key:value:
16:58:04				470/517 - 2/3: Installing method WeakValueAssociation>>value
16:58:04				470/517 - 3/3: Installing method WeakValueAssociation>>value:
16:58:04				470/517 - 1/2: Installing method WeakValueAssociation class>>key:value:
16:58:04				470/517 - 2/2: Installing method WeakValueAssociation class>>new
16:58:04				471/517 - 1/10: Installing method WeakValueDictionary>>add:
16:58:04				471/517 - 2/10: Installing method WeakValueDictionary>>associationAt:ifAbsent:
16:58:04				471/517 - 3/10: Installing method WeakValueDictionary>>associationsDo:
16:58:04				471/517 - 4/10: Installing method WeakValueDictionary>>at:ifAbsent:
16:58:04				471/517 - 5/10: Installing method WeakValueDictionary>>at:ifPresent:
16:58:04				471/517 - 6/10: Installing method WeakValueDictionary>>at:put:
16:58:04				471/517 - 7/10: Installing method WeakValueDictionary>>includesKey:
16:58:04				471/517 - 8/10: Installing method WeakValueDictionary>>rehash
16:58:04				471/517 - 9/10: Installing method WeakValueDictionary>>size
16:58:04				471/517 - 10/10: Installing method WeakValueDictionary>>valuesDo:
16:58:04				472/517 - 1/21: Installing method WideCharacterSet>>=
16:58:04				472/517 - 2/21: Installing method WideCharacterSet>>add:
16:58:04				472/517 - 3/21: Installing method WideCharacterSet>>bitmap:at:
16:58:04				472/517 - 4/21: Installing method WideCharacterSet>>bitmap:do:
16:58:04				472/517 - 5/21: Installing method WideCharacterSet>>byteArrayMap
16:58:04				472/517 - 6/21: Installing method WideCharacterSet>>clearBitmap:at:
16:58:04				472/517 - 7/21: Installing method WideCharacterSet>>complement
16:58:04				472/517 - 8/21: Installing method WideCharacterSet>>do:
16:58:04				472/517 - 9/21: Installing method WideCharacterSet>>findFirstInByteString:startingAt:
16:58:04				472/517 - 10/21: Installing method WideCharacterSet>>hasWideCharacters
16:58:04				472/517 - 11/21: Installing method WideCharacterSet>>hash
16:58:04				472/517 - 12/21: Installing method WideCharacterSet>>includes:
16:58:04				472/517 - 13/21: Installing method WideCharacterSet>>initialize
16:58:04				472/517 - 14/21: Installing method WideCharacterSet>>postCopy
16:58:04				472/517 - 15/21: Installing method WideCharacterSet>>remove:
16:58:04				472/517 - 16/21: Installing method WideCharacterSet>>remove:ifAbsent:
16:58:04				472/517 - 17/21: Installing method WideCharacterSet>>removeAll
16:58:04				472/517 - 18/21: Installing method WideCharacterSet>>setBitmap:at:
16:58:04				472/517 - 19/21: Installing method WideCharacterSet>>size
16:58:04				472/517 - 20/21: Installing method WideCharacterSet>>species
16:58:04				472/517 - 21/21: Installing method WideCharacterSet>>wideCharacterMap
16:58:04				472/517 - 1/1: Installing method WideCharacterSet class>>newFrom:
16:58:05				473/517 - 1/17: Installing method WideString>>asByteArray
16:58:05				473/517 - 2/17: Installing method WideString>>asFourCode
16:58:05				473/517 - 3/17: Installing method WideString>>asLowercase
16:58:05				473/517 - 4/17: Installing method WideString>>asUppercase
16:58:05				473/517 - 5/17: Installing method WideString>>asWideString
16:58:05				473/517 - 6/17: Installing method WideString>>at:
16:58:05				473/517 - 7/17: Installing method WideString>>at:put:
16:58:05				473/517 - 8/17: Installing method WideString>>byteAt:
16:58:05				473/517 - 9/17: Installing method WideString>>byteAt:put:
16:58:05				473/517 - 10/17: Installing method WideString>>byteSize
16:58:05				473/517 - 11/17: Installing method WideString>>copyFrom:to:
16:58:05				473/517 - 12/17: Installing method WideString>>createSymbol
16:58:05				473/517 - 13/17: Installing method WideString>>findIn:startingAt:matchTable:
16:58:05				473/517 - 14/17: Installing method WideString>>isWideString
16:58:05				473/517 - 15/17: Installing method WideString>>replaceFrom:to:with:startingAt:
16:58:05				473/517 - 16/17: Installing method WideString>>wordAt:
16:58:05				473/517 - 17/17: Installing method WideString>>wordAt:put:
16:58:05				473/517 - 1/3: Installing method WideString class>>from:
16:58:05				473/517 - 2/3: Installing method WideString class>>fromByteArray:
16:58:05				473/517 - 3/3: Installing method WideString class>>fromString:
16:58:05				474/517 - 1/12: Installing method WideSymbol>>asWideString
16:58:05				474/517 - 2/12: Installing method WideSymbol>>at:
16:58:05				474/517 - 3/12: Installing method WideSymbol>>byteAt:
16:58:05				474/517 - 4/12: Installing method WideSymbol>>byteAt:put:
16:58:05				474/517 - 5/12: Installing method WideSymbol>>byteSize
16:58:05				474/517 - 6/12: Installing method WideSymbol>>findIn:startingAt:matchTable:
16:58:05				474/517 - 7/12: Installing method WideSymbol>>isWideString
16:58:05				474/517 - 8/12: Installing method WideSymbol>>privateAt:put:
16:58:05				474/517 - 9/12: Installing method WideSymbol>>species
16:58:05				474/517 - 10/12: Installing method WideSymbol>>string:
16:58:05				474/517 - 11/12: Installing method WideSymbol>>wordAt:
16:58:05				474/517 - 12/12: Installing method WideSymbol>>wordAt:put:
16:58:05				475/517 - 1/3: Installing method Win32Platform>>accept:
16:58:05				475/517 - 2/3: Installing method Win32Platform>>isWin32
16:58:05				475/517 - 3/3: Installing method Win32Platform>>newTerminfo
16:58:05				475/517 - 1/1: Installing method Win32Platform class>>isActivePlatform
16:58:05				476/517 - 1/5: Installing method Win32WideString>>asString
16:58:05				476/517 - 2/5: Installing method Win32WideString>>asWin32WideString
16:58:05				476/517 - 3/5: Installing method Win32WideString>>byteSize
16:58:05				476/517 - 4/5: Installing method Win32WideString>>printOn:
16:58:05				476/517 - 5/5: Installing method Win32WideString>>size
16:58:05				476/517 - 1/4: Installing method Win32WideString class>>fromByteArray:
16:58:05				476/517 - 2/4: Installing method Win32WideString class>>fromHandle:
16:58:05				476/517 - 3/4: Installing method Win32WideString class>>fromString:
16:58:05				476/517 - 4/4: Installing method Win32WideString class>>new:
16:58:05				477/517 - 1/2: Installing method Win64Platform>>accept:
16:58:05				477/517 - 2/2: Installing method Win64Platform>>isWin64
16:58:05				477/517 - 1/1: Installing method Win64Platform class>>isActivePlatform
16:58:06				478/517 - 1/20: Installing method WinPlatform>>accept:
16:58:06				478/517 - 2/20: Installing method WinPlatform>>defaultMaximumPathLength
16:58:06				478/517 - 3/20: Installing method WinPlatform>>family
16:58:06				478/517 - 4/20: Installing method WinPlatform>>ffiLibraryName
16:58:06				478/517 - 5/20: Installing method WinPlatform>>formatMessage:_:_:_:_:_:_:
16:58:06				478/517 - 6/20: Installing method WinPlatform>>getEnvironmentVariable:into:size:
16:58:06				478/517 - 7/20: Installing method WinPlatform>>getErrorMessage:
16:58:06				478/517 - 8/20: Installing method WinPlatform>>getTempPath
16:58:06				478/517 - 9/20: Installing method WinPlatform>>getTempPath:buffer:
16:58:06				478/517 - 10/20: Installing method WinPlatform>>isWindows
16:58:06				478/517 - 11/20: Installing method WinPlatform>>keyForValue:
16:58:06				478/517 - 12/20: Installing method WinPlatform>>lastError
16:58:06				478/517 - 13/20: Installing method WinPlatform>>lineEnding
16:58:06				478/517 - 14/20: Installing method WinPlatform>>menuShortcutString
16:58:06				478/517 - 15/20: Installing method WinPlatform>>multiByteToWideCharacterCodepage:flags:input:inputLen:output:outputLen:
16:58:06				478/517 - 16/20: Installing method WinPlatform>>potentialLocationsOfSourcesFile
16:58:06				478/517 - 17/20: Installing method WinPlatform>>setEnvironmentVariable:value:
16:58:06				478/517 - 18/20: Installing method WinPlatform>>setLastError:
16:58:06				478/517 - 19/20: Installing method WinPlatform>>virtualKey:
16:58:06				478/517 - 20/20: Installing method WinPlatform>>wideCharacterToMultiByteCodepage:flags:input:inputLen:output:outputLen:
16:58:06				479/517 - 1/13: Installing method WordArray>>asWordArray
16:58:06				479/517 - 2/13: Installing method WordArray>>atAllPut:
16:58:06				479/517 - 3/13: Installing method WordArray>>byteSize
16:58:06				479/517 - 4/13: Installing method WordArray>>defaultElement
16:58:06				479/517 - 5/13: Installing method WordArray>>primAddArray:and:into:
16:58:06				479/517 - 6/13: Installing method WordArray>>primAddScalar:and:into:
16:58:06				479/517 - 7/13: Installing method WordArray>>primDivArray:and:into:
16:58:06				479/517 - 8/13: Installing method WordArray>>primDivScalar:and:into:
16:58:06				479/517 - 9/13: Installing method WordArray>>primMulArray:and:into:
16:58:06				479/517 - 10/13: Installing method WordArray>>primMulScalar:and:into:
16:58:06				479/517 - 11/13: Installing method WordArray>>primSubArray:and:into:
16:58:06				479/517 - 12/13: Installing method WordArray>>primSubScalar:and:into:
16:58:06				479/517 - 13/13: Installing method WordArray>>replaceFrom:to:with:startingAt:
16:58:06				480/517 - 1/4: Installing method WordLayout>>bytesPerSlot
16:58:06				480/517 - 2/4: Installing method WordLayout>>extendWord
16:58:06				480/517 - 3/4: Installing method WordLayout>>instanceSpecification
16:58:06				480/517 - 4/4: Installing method WordLayout>>isWords
16:58:06				480/517 - 1/1: Installing method WordLayout class>>extending:scope:host:
16:58:06				481/517 - 1/19: Installing method WorkingSession>>accessMode
16:58:06				481/517 - 2/19: Installing method WorkingSession>>accessMode:
16:58:06				481/517 - 3/19: Installing method WorkingSession>>addDeferredStartupAction:
16:58:06				481/517 - 4/19: Installing method WorkingSession>>errorHandler
16:58:06				481/517 - 5/19: Installing method WorkingSession>>executeDeferredStartupActions:
16:58:06				481/517 - 6/19: Installing method WorkingSession>>initialize
16:58:06				481/517 - 7/19: Installing method WorkingSession>>install
16:58:06				481/517 - 8/19: Installing method WorkingSession>>isDisabledAccessMode
16:58:06				481/517 - 9/19: Installing method WorkingSession>>isReadOnlyAccessMode
16:58:06				481/517 - 10/19: Installing method WorkingSession>>isReadWriteAccessMode
16:58:06				481/517 - 11/19: Installing method WorkingSession>>isWriteOnlyAccessMode
16:58:06				481/517 - 12/19: Installing method WorkingSession>>manager:
16:58:06				481/517 - 13/19: Installing method WorkingSession>>properties
16:58:06				481/517 - 14/19: Installing method WorkingSession>>runList:do:
16:58:06				481/517 - 15/19: Installing method WorkingSession>>runShutdown:
16:58:07				481/517 - 16/19: Installing method WorkingSession>>runStartup:
16:58:07				481/517 - 17/19: Installing method WorkingSession>>start:
16:58:07				481/517 - 18/19: Installing method WorkingSession>>stop:
16:58:07				481/517 - 19/19: Installing method WorkingSession>>uninstall
16:58:07				482/517 - 1/5: Installing method WorkspaceVariable>>allowsShadowing
16:58:07				482/517 - 2/5: Installing method WorkspaceVariable>>emitStore:
16:58:07				482/517 - 3/5: Installing method WorkspaceVariable>>emitValue:
16:58:07				482/517 - 4/5: Installing method WorkspaceVariable>>isReferenced
16:58:07				482/517 - 5/5: Installing method WorkspaceVariable>>isWorkspaceVariable
16:58:07				483/517 - 1/37: Installing method WriteStream>><<
16:58:07				483/517 - 2/37: Installing method WriteStream>>braceArray
16:58:07				483/517 - 3/37: Installing method WriteStream>>braceArray:
16:58:07				483/517 - 4/37: Installing method WriteStream>>contents
16:58:07				483/517 - 5/37: Installing method WriteStream>>cr
16:58:07				483/517 - 6/37: Installing method WriteStream>>crlf
16:58:07				483/517 - 7/37: Installing method WriteStream>>crtab
16:58:07				483/517 - 8/37: Installing method WriteStream>>crtab:
16:58:07				483/517 - 9/37: Installing method WriteStream>>ensureASpace
16:58:07				483/517 - 10/37: Installing method WriteStream>>ensureCr
16:58:07				483/517 - 11/37: Installing method WriteStream>>ensureEndsWith:
16:58:07				483/517 - 12/37: Installing method WriteStream>>ensureNoSpace
16:58:07				483/517 - 13/37: Installing method WriteStream>>growTo:
16:58:07				483/517 - 14/37: Installing method WriteStream>>lf
16:58:07				483/517 - 15/37: Installing method WriteStream>>next
16:58:07				483/517 - 16/37: Installing method WriteStream>>next:putAll:startingAt:
16:58:07				483/517 - 17/37: Installing method WriteStream>>nextChunkPut:
16:58:07				483/517 - 18/37: Installing method WriteStream>>nextPut:
16:58:07				483/517 - 19/37: Installing method WriteStream>>nextPutAll:
16:58:07				483/517 - 20/37: Installing method WriteStream>>on:
16:58:07				483/517 - 21/37: Installing method WriteStream>>on:from:to:
16:58:07				483/517 - 22/37: Installing method WriteStream>>pastEndPut:
16:58:07				483/517 - 23/37: Installing method WriteStream>>peekLast
16:58:07				483/517 - 24/37: Installing method WriteStream>>position:
16:58:07				483/517 - 25/37: Installing method WriteStream>>reset
16:58:07				483/517 - 26/37: Installing method WriteStream>>resetToStart
16:58:07				483/517 - 27/37: Installing method WriteStream>>setToEnd
16:58:07				483/517 - 28/37: Installing method WriteStream>>size
16:58:07				483/517 - 29/37: Installing method WriteStream>>space
16:58:07				483/517 - 30/37: Installing method WriteStream>>space:
16:58:07				483/517 - 31/37: Installing method WriteStream>>store:
16:58:07				483/517 - 32/37: Installing method WriteStream>>tab
16:58:07				483/517 - 33/37: Installing method WriteStream>>tab:
16:58:08				483/517 - 34/37: Installing method WriteStream>>with:
16:58:08				483/517 - 35/37: Installing method WriteStream>>with:from:to:
16:58:08				483/517 - 36/37: Installing method WriteStream>>withAttribute:do:
16:58:08				483/517 - 37/37: Installing method WriteStream>>withAttributes:do:
16:58:08				483/517 - 1/2: Installing method WriteStream class>>with:
16:58:08				483/517 - 2/2: Installing method WriteStream class>>with:from:to:
16:58:08				484/517 - 1/3: Installing method ZeroDivide>>dividend
16:58:08				484/517 - 2/3: Installing method ZeroDivide>>dividend:
16:58:08				484/517 - 3/3: Installing method ZeroDivide>>isResumable
16:58:08				484/517 - 1/2: Installing method ZeroDivide class>>dividend:
16:58:08				484/517 - 2/2: Installing method ZeroDivide class>>signalWithDividend:
16:58:08				485/517 - 1/26: Installing method ZnBase64Encoder>>alphabet
16:58:08				485/517 - 2/26: Installing method ZnBase64Encoder>>alphabet:
16:58:08				485/517 - 3/26: Installing method ZnBase64Encoder>>beForURLEncoding
16:58:08				485/517 - 4/26: Installing method ZnBase64Encoder>>beLenient
16:58:08				485/517 - 5/26: Installing method ZnBase64Encoder>>beStrict
16:58:08				485/517 - 6/26: Installing method ZnBase64Encoder>>breakLines
16:58:08				485/517 - 7/26: Installing method ZnBase64Encoder>>breakLinesAt:
16:58:08				485/517 - 8/26: Installing method ZnBase64Encoder>>byteCountFor:
16:58:08				485/517 - 9/26: Installing method ZnBase64Encoder>>characterCountFor:
16:58:08				485/517 - 10/26: Installing method ZnBase64Encoder>>characterForValue:
16:58:08				485/517 - 11/26: Installing method ZnBase64Encoder>>decode:
16:58:08				485/517 - 12/26: Installing method ZnBase64Encoder>>decode:and:and:and:to:
16:58:08				485/517 - 13/26: Installing method ZnBase64Encoder>>decode:to:
16:58:08				485/517 - 14/26: Installing method ZnBase64Encoder>>encode:
16:58:08				485/517 - 15/26: Installing method ZnBase64Encoder>>encode:and:and:to:
16:58:08				485/517 - 16/26: Installing method ZnBase64Encoder>>encode:to:
16:58:08				485/517 - 17/26: Installing method ZnBase64Encoder>>initialize
16:58:08				485/517 - 18/26: Installing method ZnBase64Encoder>>isLegalCharacter:
16:58:08				485/517 - 19/26: Installing method ZnBase64Encoder>>isWhitespaceCharacter:
16:58:08				485/517 - 20/26: Installing method ZnBase64Encoder>>lineEndConvention:
16:58:08				485/517 - 21/26: Installing method ZnBase64Encoder>>noPadding
16:58:08				485/517 - 22/26: Installing method ZnBase64Encoder>>padding:
16:58:08				485/517 - 23/26: Installing method ZnBase64Encoder>>skipWhitespace:
16:58:08				485/517 - 24/26: Installing method ZnBase64Encoder>>standardAlphabetWith:and:
16:58:08				485/517 - 25/26: Installing method ZnBase64Encoder>>valueForCharacter:
16:58:08				485/517 - 26/26: Installing method ZnBase64Encoder>>whitespace:
16:58:08				485/517 - 1/1: Installing method ZnBase64Encoder class>>initialize
16:58:09				486/517 - 1/44: Installing method ZnBufferedReadStream>>atEnd
16:58:09				486/517 - 2/44: Installing method ZnBufferedReadStream>>back
16:58:09				486/517 - 3/44: Installing method ZnBufferedReadStream>>close
16:58:09				486/517 - 4/44: Installing method ZnBufferedReadStream>>closed
16:58:09				486/517 - 5/44: Installing method ZnBufferedReadStream>>collectionSpecies
16:58:09				486/517 - 6/44: Installing method ZnBufferedReadStream>>contents
16:58:09				486/517 - 7/44: Installing method ZnBufferedReadStream>>defaultBufferSize
16:58:09				486/517 - 8/44: Installing method ZnBufferedReadStream>>discardBuffer
16:58:09				486/517 - 9/44: Installing method ZnBufferedReadStream>>initialize
16:58:09				486/517 - 10/44: Installing method ZnBufferedReadStream>>int16
16:58:09				486/517 - 11/44: Installing method ZnBufferedReadStream>>int32
16:58:09				486/517 - 12/44: Installing method ZnBufferedReadStream>>int8
16:58:09				486/517 - 13/44: Installing method ZnBufferedReadStream>>isBinary
16:58:09				486/517 - 14/44: Installing method ZnBufferedReadStream>>isStream
16:58:09				486/517 - 15/44: Installing method ZnBufferedReadStream>>next
16:58:09				486/517 - 16/44: Installing method ZnBufferedReadStream>>next:
16:58:09				486/517 - 17/44: Installing method ZnBufferedReadStream>>next:into:
16:58:09				486/517 - 18/44: Installing method ZnBufferedReadStream>>next:into:startingAt:
16:58:09				486/517 - 19/44: Installing method ZnBufferedReadStream>>nextBuffer
16:58:09				486/517 - 20/44: Installing method ZnBufferedReadStream>>nextInt32
16:58:09				486/517 - 21/44: Installing method ZnBufferedReadStream>>nextIntegerOfSize:signed:bigEndian:
16:58:09				486/517 - 22/44: Installing method ZnBufferedReadStream>>nextInto:
16:58:09				486/517 - 23/44: Installing method ZnBufferedReadStream>>nextLittleEndianNumber:
16:58:09				486/517 - 24/44: Installing method ZnBufferedReadStream>>nextNumber:
16:58:09				486/517 - 25/44: Installing method ZnBufferedReadStream>>nextWord
16:58:09				486/517 - 26/44: Installing method ZnBufferedReadStream>>on:
16:58:09				486/517 - 27/44: Installing method ZnBufferedReadStream>>peek
16:58:09				486/517 - 28/44: Installing method ZnBufferedReadStream>>peekFor:
16:58:09				486/517 - 29/44: Installing method ZnBufferedReadStream>>position
16:58:09				486/517 - 30/44: Installing method ZnBufferedReadStream>>position:
16:58:09				486/517 - 31/44: Installing method ZnBufferedReadStream>>readFromBufferInto:startingAt:count:
16:58:09				486/517 - 32/44: Installing method ZnBufferedReadStream>>readInto:startingAt:count:
16:58:09				486/517 - 33/44: Installing method ZnBufferedReadStream>>readStream
16:58:09				486/517 - 34/44: Installing method ZnBufferedReadStream>>setToEnd
16:58:09				486/517 - 35/44: Installing method ZnBufferedReadStream>>shouldBufferReadOfCount:
16:58:09				486/517 - 36/44: Installing method ZnBufferedReadStream>>size
16:58:09				486/517 - 37/44: Installing method ZnBufferedReadStream>>sizeBuffer:
16:58:09				486/517 - 38/44: Installing method ZnBufferedReadStream>>skip:
16:58:09				486/517 - 39/44: Installing method ZnBufferedReadStream>>uint16
16:58:09				486/517 - 40/44: Installing method ZnBufferedReadStream>>uint32
16:58:09				486/517 - 41/44: Installing method ZnBufferedReadStream>>uint8
16:58:09				486/517 - 42/44: Installing method ZnBufferedReadStream>>upTo:
16:58:09				486/517 - 43/44: Installing method ZnBufferedReadStream>>upToEnd
16:58:09				486/517 - 44/44: Installing method ZnBufferedReadStream>>wrappedStream
16:58:09				486/517 - 1/2: Installing method ZnBufferedReadStream class>>on:
16:58:09				486/517 - 2/2: Installing method ZnBufferedReadStream class>>on:do:
16:58:09				487/517 - 1/29: Installing method ZnBufferedReadWriteStream>>atEnd
16:58:09				487/517 - 2/29: Installing method ZnBufferedReadWriteStream>>close
16:58:09				487/517 - 3/29: Installing method ZnBufferedReadWriteStream>>closed
16:58:09				487/517 - 4/29: Installing method ZnBufferedReadWriteStream>>flush
16:58:09				487/517 - 5/29: Installing method ZnBufferedReadWriteStream>>isBinary
16:58:09				487/517 - 6/29: Installing method ZnBufferedReadWriteStream>>isReadOnly
16:58:09				487/517 - 7/29: Installing method ZnBufferedReadWriteStream>>isStream
16:58:09				487/517 - 8/29: Installing method ZnBufferedReadWriteStream>>next
16:58:09				487/517 - 9/29: Installing method ZnBufferedReadWriteStream>>next:
16:58:09				487/517 - 10/29: Installing method ZnBufferedReadWriteStream>>next:putAll:
16:58:09				487/517 - 11/29: Installing method ZnBufferedReadWriteStream>>next:putAll:startingAt:
16:58:09				487/517 - 12/29: Installing method ZnBufferedReadWriteStream>>nextPut:
16:58:09				487/517 - 13/29: Installing method ZnBufferedReadWriteStream>>nextPutAll:
16:58:09				487/517 - 14/29: Installing method ZnBufferedReadWriteStream>>on:
16:58:09				487/517 - 15/29: Installing method ZnBufferedReadWriteStream>>peek
16:58:09				487/517 - 16/29: Installing method ZnBufferedReadWriteStream>>position
16:58:09				487/517 - 17/29: Installing method ZnBufferedReadWriteStream>>position:
16:58:09				487/517 - 18/29: Installing method ZnBufferedReadWriteStream>>readInto:startingAt:count:
16:58:09				487/517 - 19/29: Installing method ZnBufferedReadWriteStream>>readingActionDo:
16:58:09				487/517 - 20/29: Installing method ZnBufferedReadWriteStream>>setToEnd
16:58:09				487/517 - 21/29: Installing method ZnBufferedReadWriteStream>>size
16:58:09				487/517 - 22/29: Installing method ZnBufferedReadWriteStream>>sizeBuffer:
16:58:09				487/517 - 23/29: Installing method ZnBufferedReadWriteStream>>skip:
16:58:09				487/517 - 24/29: Installing method ZnBufferedReadWriteStream>>truncate
16:58:09				487/517 - 25/29: Installing method ZnBufferedReadWriteStream>>truncate:
16:58:09				487/517 - 26/29: Installing method ZnBufferedReadWriteStream>>upTo:
16:58:09				487/517 - 27/29: Installing method ZnBufferedReadWriteStream>>upToEnd
16:58:09				487/517 - 28/29: Installing method ZnBufferedReadWriteStream>>wrappedStream
16:58:09				487/517 - 29/29: Installing method ZnBufferedReadWriteStream>>writingActionDo:
16:58:09				487/517 - 1/2: Installing method ZnBufferedReadWriteStream class>>on:
16:58:09				487/517 - 2/2: Installing method ZnBufferedReadWriteStream class>>on:do:
16:58:10				488/517 - 1/43: Installing method ZnBufferedWriteStream>>buffer
16:58:10				488/517 - 2/43: Installing method ZnBufferedWriteStream>>bufferFreeSize
16:58:10				488/517 - 3/43: Installing method ZnBufferedWriteStream>>bufferSize
16:58:10				488/517 - 4/43: Installing method ZnBufferedWriteStream>>close
16:58:10				488/517 - 5/43: Installing method ZnBufferedWriteStream>>closed
16:58:10				488/517 - 6/43: Installing method ZnBufferedWriteStream>>cr
16:58:10				488/517 - 7/43: Installing method ZnBufferedWriteStream>>crlf
16:58:10				488/517 - 8/43: Installing method ZnBufferedWriteStream>>defaultBufferSize
16:58:10				488/517 - 9/43: Installing method ZnBufferedWriteStream>>discardBuffer
16:58:10				488/517 - 10/43: Installing method ZnBufferedWriteStream>>finish
16:58:10				488/517 - 11/43: Installing method ZnBufferedWriteStream>>flush
16:58:10				488/517 - 12/43: Installing method ZnBufferedWriteStream>>flushBuffer
16:58:10				488/517 - 13/43: Installing method ZnBufferedWriteStream>>flushBufferIfFull
16:58:10				488/517 - 14/43: Installing method ZnBufferedWriteStream>>int16:
16:58:10				488/517 - 15/43: Installing method ZnBufferedWriteStream>>int32:
16:58:10				488/517 - 16/43: Installing method ZnBufferedWriteStream>>int8:
16:58:10				488/517 - 17/43: Installing method ZnBufferedWriteStream>>isBinary
16:58:10				488/517 - 18/43: Installing method ZnBufferedWriteStream>>isStream
16:58:10				488/517 - 19/43: Installing method ZnBufferedWriteStream>>lf
16:58:10				488/517 - 20/43: Installing method ZnBufferedWriteStream>>next:putAll:
16:58:10				488/517 - 21/43: Installing method ZnBufferedWriteStream>>next:putAll:startingAt:
16:58:10				488/517 - 22/43: Installing method ZnBufferedWriteStream>>nextInt32Put:
16:58:10				488/517 - 23/43: Installing method ZnBufferedWriteStream>>nextIntegerOfSize:signed:bigEndian:put:
16:58:10				488/517 - 24/43: Installing method ZnBufferedWriteStream>>nextLittleEndianNumber:put:
16:58:10				488/517 - 25/43: Installing method ZnBufferedWriteStream>>nextNumber:put:
16:58:10				488/517 - 26/43: Installing method ZnBufferedWriteStream>>nextPut:
16:58:10				488/517 - 27/43: Installing method ZnBufferedWriteStream>>nextPutAll:
16:58:10				488/517 - 28/43: Installing method ZnBufferedWriteStream>>nextWordPut:
16:58:10				488/517 - 29/43: Installing method ZnBufferedWriteStream>>on:
16:58:10				488/517 - 30/43: Installing method ZnBufferedWriteStream>>position
16:58:10				488/517 - 31/43: Installing method ZnBufferedWriteStream>>position:
16:58:10				488/517 - 32/43: Installing method ZnBufferedWriteStream>>print:
16:58:10				488/517 - 33/43: Installing method ZnBufferedWriteStream>>printOn:
16:58:10				488/517 - 34/43: Installing method ZnBufferedWriteStream>>reset
16:58:10				488/517 - 35/43: Installing method ZnBufferedWriteStream>>setToEnd
16:58:10				488/517 - 36/43: Installing method ZnBufferedWriteStream>>sizeBuffer:
16:58:10				488/517 - 37/43: Installing method ZnBufferedWriteStream>>space
16:58:10				488/517 - 38/43: Installing method ZnBufferedWriteStream>>tab
16:58:10				488/517 - 39/43: Installing method ZnBufferedWriteStream>>truncate
16:58:10				488/517 - 40/43: Installing method ZnBufferedWriteStream>>truncate:
16:58:10				488/517 - 41/43: Installing method ZnBufferedWriteStream>>uint16:
16:58:10				488/517 - 42/43: Installing method ZnBufferedWriteStream>>uint32:
16:58:10				488/517 - 43/43: Installing method ZnBufferedWriteStream>>uint8:
16:58:10				488/517 - 1/2: Installing method ZnBufferedWriteStream class>>on:
16:58:10				488/517 - 2/2: Installing method ZnBufferedWriteStream class>>on:do:
16:58:10				489/517 - 1/1: Installing method ZnByteEncoder>>decodeBytesIntoWideString:
16:58:11				489/517 - 1/33: Installing method ZnByteEncoder class>>cp1250Mapping
16:58:11				489/517 - 2/33: Installing method ZnByteEncoder class>>cp1251Mapping
16:58:11				489/517 - 3/33: Installing method ZnByteEncoder class>>cp1252Mapping
16:58:11				489/517 - 4/33: Installing method ZnByteEncoder class>>cp1253Mapping
16:58:11				489/517 - 5/33: Installing method ZnByteEncoder class>>cp1254Mapping
16:58:11				489/517 - 6/33: Installing method ZnByteEncoder class>>cp1255Mapping
16:58:11				489/517 - 7/33: Installing method ZnByteEncoder class>>cp1256Mapping
16:58:11				489/517 - 8/33: Installing method ZnByteEncoder class>>cp1257Mapping
16:58:11				489/517 - 9/33: Installing method ZnByteEncoder class>>cp1258Mapping
16:58:11				489/517 - 10/33: Installing method ZnByteEncoder class>>cp850Mapping
16:58:11				489/517 - 11/33: Installing method ZnByteEncoder class>>cp866Mapping
16:58:11				489/517 - 12/33: Installing method ZnByteEncoder class>>cp874Mapping
16:58:11				489/517 - 13/33: Installing method ZnByteEncoder class>>generateByteToUnicodeSpec:
16:58:11				489/517 - 14/33: Installing method ZnByteEncoder class>>iso885910Mapping
16:58:11				489/517 - 15/33: Installing method ZnByteEncoder class>>iso885913Mapping
16:58:11				489/517 - 16/33: Installing method ZnByteEncoder class>>iso885914Mapping
16:58:11				489/517 - 17/33: Installing method ZnByteEncoder class>>iso885915Mapping
16:58:11				489/517 - 18/33: Installing method ZnByteEncoder class>>iso885916Mapping
16:58:11				489/517 - 19/33: Installing method ZnByteEncoder class>>iso88592Mapping
16:58:11				489/517 - 20/33: Installing method ZnByteEncoder class>>iso88593Mapping
16:58:11				489/517 - 21/33: Installing method ZnByteEncoder class>>iso88594Mapping
16:58:11				489/517 - 22/33: Installing method ZnByteEncoder class>>iso88595Mapping
16:58:11				489/517 - 23/33: Installing method ZnByteEncoder class>>iso88596Mapping
16:58:11				489/517 - 24/33: Installing method ZnByteEncoder class>>iso88597Mapping
16:58:11				489/517 - 25/33: Installing method ZnByteEncoder class>>iso88598Mapping
16:58:11				489/517 - 26/33: Installing method ZnByteEncoder class>>koi8rMapping
16:58:11				489/517 - 27/33: Installing method ZnByteEncoder class>>koi8uMapping
16:58:11				489/517 - 28/33: Installing method ZnByteEncoder class>>macCyrillicMapping
16:58:11				489/517 - 29/33: Installing method ZnByteEncoder class>>macRomanMapping
16:58:11				489/517 - 30/33: Installing method ZnByteEncoder class>>mappingToIdentifiers
16:58:11				489/517 - 31/33: Installing method ZnByteEncoder class>>newFromUrl:
16:58:11				489/517 - 32/33: Installing method ZnByteEncoder class>>parseUnicodeOrgSpec:
16:58:11				489/517 - 33/33: Installing method ZnByteEncoder class>>top128FromUnicodeSpec:
16:58:11				490/517 - 1/6: Installing method ZnByteStringBecameWideString>>becomeForward
16:58:11				490/517 - 2/6: Installing method ZnByteStringBecameWideString>>byteString
16:58:11				490/517 - 3/6: Installing method ZnByteStringBecameWideString>>byteString:
16:58:11				490/517 - 4/6: Installing method ZnByteStringBecameWideString>>isResumable
16:58:11				490/517 - 5/6: Installing method ZnByteStringBecameWideString>>wideString
16:58:11				490/517 - 6/6: Installing method ZnByteStringBecameWideString>>wideString:
16:58:11				490/517 - 1/1: Installing method ZnByteStringBecameWideString class>>convert:
16:58:11				491/517 - 1/11: Installing method ZnCRLFReadStream>>atEnd
16:58:11				491/517 - 2/11: Installing method ZnCRLFReadStream>>close
16:58:11				491/517 - 3/11: Installing method ZnCRLFReadStream>>isBinary
16:58:11				491/517 - 4/11: Installing method ZnCRLFReadStream>>next
16:58:11				491/517 - 5/11: Installing method ZnCRLFReadStream>>next:into:
16:58:11				491/517 - 6/11: Installing method ZnCRLFReadStream>>next:into:startingAt:
16:58:11				491/517 - 7/11: Installing method ZnCRLFReadStream>>on:
16:58:11				491/517 - 8/11: Installing method ZnCRLFReadStream>>peek
16:58:11				491/517 - 9/11: Installing method ZnCRLFReadStream>>readInto:startingAt:count:
16:58:11				491/517 - 10/11: Installing method ZnCRLFReadStream>>readStream
16:58:11				491/517 - 11/11: Installing method ZnCRLFReadStream>>upToEnd
16:58:11				491/517 - 1/2: Installing method ZnCRLFReadStream class>>initialize
16:58:11				491/517 - 2/2: Installing method ZnCRLFReadStream class>>on:
16:58:12				492/517 - 1/29: Installing method ZnCharacterEncoder>>=
16:58:12				492/517 - 2/29: Installing method ZnCharacterEncoder>>asZnCharacterEncoder
16:58:12				492/517 - 3/29: Installing method ZnCharacterEncoder>>backOnStream:
16:58:12				492/517 - 4/29: Installing method ZnCharacterEncoder>>beLenient
16:58:12				492/517 - 5/29: Installing method ZnCharacterEncoder>>decodeAsCodePoints:
16:58:12				492/517 - 6/29: Installing method ZnCharacterEncoder>>decodeBytes:
16:58:12				492/517 - 7/29: Installing method ZnCharacterEncoder>>encodeCodePoints:
16:58:12				492/517 - 8/29: Installing method ZnCharacterEncoder>>encodeString:
16:58:12				492/517 - 9/29: Installing method ZnCharacterEncoder>>encodedByteCountFor:
16:58:12				492/517 - 10/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoint:
16:58:12				492/517 - 11/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoints:
16:58:12				492/517 - 12/29: Installing method ZnCharacterEncoder>>encodedByteCountForString:
16:58:12				492/517 - 13/29: Installing method ZnCharacterEncoder>>endianness
16:58:12				492/517 - 14/29: Installing method ZnCharacterEncoder>>ensureAtBeginOfCodePointOnStream:
16:58:12				492/517 - 15/29: Installing method ZnCharacterEncoder>>error:
16:58:12				492/517 - 16/29: Installing method ZnCharacterEncoder>>errorIncomplete
16:58:12				492/517 - 17/29: Installing method ZnCharacterEncoder>>errorOutsideRange
16:58:12				492/517 - 18/29: Installing method ZnCharacterEncoder>>hash
16:58:12				492/517 - 19/29: Installing method ZnCharacterEncoder>>identifier
16:58:12				492/517 - 20/29: Installing method ZnCharacterEncoder>>isFixedLength
16:58:12				492/517 - 21/29: Installing method ZnCharacterEncoder>>isStrict
16:58:12				492/517 - 22/29: Installing method ZnCharacterEncoder>>isVariableLength
16:58:12				492/517 - 23/29: Installing method ZnCharacterEncoder>>next:putAll:startingAt:toStream:
16:58:12				492/517 - 24/29: Installing method ZnCharacterEncoder>>nextCodePointFromStream:
16:58:12				492/517 - 25/29: Installing method ZnCharacterEncoder>>nextFromStream:
16:58:12				492/517 - 26/29: Installing method ZnCharacterEncoder>>nextPut:toStream:
16:58:12				492/517 - 27/29: Installing method ZnCharacterEncoder>>nextPutCodePoint:toStream:
16:58:12				492/517 - 28/29: Installing method ZnCharacterEncoder>>readInto:startingAt:count:fromStream:
16:58:12				492/517 - 29/29: Installing method ZnCharacterEncoder>>skipToBeginOfCodePointOnStream:
16:58:12				492/517 - 1/11: Installing method ZnCharacterEncoder class>>ascii
16:58:12				492/517 - 2/11: Installing method ZnCharacterEncoder class>>canonicalEncodingIdentifier:
16:58:12				492/517 - 3/11: Installing method ZnCharacterEncoder class>>default
16:58:12				492/517 - 4/11: Installing method ZnCharacterEncoder class>>detectEncoding:
16:58:12				492/517 - 5/11: Installing method ZnCharacterEncoder class>>handlesEncoding:
16:58:12				492/517 - 6/11: Installing method ZnCharacterEncoder class>>isAbstract
16:58:12				492/517 - 7/11: Installing method ZnCharacterEncoder class>>iso88591
16:58:12				492/517 - 8/11: Installing method ZnCharacterEncoder class>>knownEncodingIdentifiers
16:58:12				492/517 - 9/11: Installing method ZnCharacterEncoder class>>latin1
16:58:12				492/517 - 10/11: Installing method ZnCharacterEncoder class>>newForEncoding:
16:58:12				492/517 - 11/11: Installing method ZnCharacterEncoder class>>utf8
16:58:12				494/517 - 1/6: Installing method ZnCharacterReadStream>>collectionSpecies
16:58:12				494/517 - 2/6: Installing method ZnCharacterReadStream>>match:
16:58:12				494/517 - 3/6: Installing method ZnCharacterReadStream>>nextElement
16:58:12				494/517 - 4/6: Installing method ZnCharacterReadStream>>nextLine
16:58:12				494/517 - 5/6: Installing method ZnCharacterReadStream>>readInto:startingAt:count:
16:58:12				494/517 - 6/6: Installing method ZnCharacterReadStream>>upToAll:
16:58:13				495/517 - 1/24: Installing method ZnCharacterReadWriteStream>>atEnd
16:58:13				495/517 - 2/24: Installing method ZnCharacterReadWriteStream>>close
16:58:13				495/517 - 3/24: Installing method ZnCharacterReadWriteStream>>closed
16:58:13				495/517 - 4/24: Installing method ZnCharacterReadWriteStream>>collectionSpecies
16:58:13				495/517 - 5/24: Installing method ZnCharacterReadWriteStream>>cr
16:58:13				495/517 - 6/24: Installing method ZnCharacterReadWriteStream>>flush
16:58:13				495/517 - 7/24: Installing method ZnCharacterReadWriteStream>>isReadOnly
16:58:13				495/517 - 8/24: Installing method ZnCharacterReadWriteStream>>next
16:58:13				495/517 - 9/24: Installing method ZnCharacterReadWriteStream>>next:
16:58:13				495/517 - 10/24: Installing method ZnCharacterReadWriteStream>>nextPut:
16:58:13				495/517 - 11/24: Installing method ZnCharacterReadWriteStream>>nextPutAll:
16:58:13				495/517 - 12/24: Installing method ZnCharacterReadWriteStream>>on:encoding:
16:58:13				495/517 - 13/24: Installing method ZnCharacterReadWriteStream>>peek
16:58:13				495/517 - 14/24: Installing method ZnCharacterReadWriteStream>>position
16:58:13				495/517 - 15/24: Installing method ZnCharacterReadWriteStream>>position:
16:58:13				495/517 - 16/24: Installing method ZnCharacterReadWriteStream>>print:
16:58:13				495/517 - 17/24: Installing method ZnCharacterReadWriteStream>>readOnlyCopy
16:58:13				495/517 - 18/24: Installing method ZnCharacterReadWriteStream>>setToEnd
16:58:13				495/517 - 19/24: Installing method ZnCharacterReadWriteStream>>size
16:58:13				495/517 - 20/24: Installing method ZnCharacterReadWriteStream>>skip:
16:58:13				495/517 - 21/24: Installing method ZnCharacterReadWriteStream>>space
16:58:13				495/517 - 22/24: Installing method ZnCharacterReadWriteStream>>tab
16:58:13				495/517 - 23/24: Installing method ZnCharacterReadWriteStream>>upToAll:
16:58:13				495/517 - 24/24: Installing method ZnCharacterReadWriteStream>>upToEnd
16:58:13				495/517 - 1/1: Installing method ZnCharacterReadWriteStream class>>on:encoding:
16:58:13				496/517 - 1/8: Installing method ZnCharacterWriteStream>>cr
16:58:13				496/517 - 2/8: Installing method ZnCharacterWriteStream>>crlf
16:58:13				496/517 - 3/8: Installing method ZnCharacterWriteStream>>lf
16:58:13				496/517 - 4/8: Installing method ZnCharacterWriteStream>>next:putAll:startingAt:
16:58:13				496/517 - 5/8: Installing method ZnCharacterWriteStream>>nextPut:
16:58:13				496/517 - 6/8: Installing method ZnCharacterWriteStream>>print:
16:58:13				496/517 - 7/8: Installing method ZnCharacterWriteStream>>space
16:58:13				496/517 - 8/8: Installing method ZnCharacterWriteStream>>tab
16:58:13				497/517 - 1/2: Installing method ZnCodePointReadStream>>collectionSpecies
16:58:13				497/517 - 2/2: Installing method ZnCodePointReadStream>>nextElement
16:58:13				498/517 - 1/1: Installing method ZnCodePointWriteStream>>nextPut:
16:58:13				499/517 - 1/4: Installing method ZnCrPortableWriteStream>>initialize
16:58:13				499/517 - 2/4: Installing method ZnCrPortableWriteStream>>newLine
16:58:13				499/517 - 3/4: Installing method ZnCrPortableWriteStream>>nextPut:
16:58:13				499/517 - 4/4: Installing method ZnCrPortableWriteStream>>stream:
16:58:13				499/517 - 1/1: Installing method ZnCrPortableWriteStream class>>on:
16:58:13				500/517 - 1/1: Installing method ZnDefaultCharacterEncoder>>default
16:58:13				501/517 - 1/21: Installing method ZnEncodedReadStream>>atEnd
16:58:13				501/517 - 2/21: Installing method ZnEncodedReadStream>>back
16:58:13				501/517 - 3/21: Installing method ZnEncodedReadStream>>collectionSpecies
16:58:13				501/517 - 4/21: Installing method ZnEncodedReadStream>>contents
16:58:14				501/517 - 5/21: Installing method ZnEncodedReadStream>>isReadOnly
16:58:14				501/517 - 6/21: Installing method ZnEncodedReadStream>>next
16:58:14				501/517 - 7/21: Installing method ZnEncodedReadStream>>next:
16:58:14				501/517 - 8/21: Installing method ZnEncodedReadStream>>next:into:
16:58:14				501/517 - 9/21: Installing method ZnEncodedReadStream>>next:into:startingAt:
16:58:14				501/517 - 10/21: Installing method ZnEncodedReadStream>>nextElement
16:58:14				501/517 - 11/21: Installing method ZnEncodedReadStream>>nextInto:
16:58:14				501/517 - 12/21: Installing method ZnEncodedReadStream>>peek
16:58:14				501/517 - 13/21: Installing method ZnEncodedReadStream>>peekFor:
16:58:14				501/517 - 14/21: Installing method ZnEncodedReadStream>>position
16:58:14				501/517 - 15/21: Installing method ZnEncodedReadStream>>position:
16:58:14				501/517 - 16/21: Installing method ZnEncodedReadStream>>positionForward:
16:58:14				501/517 - 17/21: Installing method ZnEncodedReadStream>>readInto:startingAt:count:
16:58:14				501/517 - 18/21: Installing method ZnEncodedReadStream>>readStream
16:58:14				501/517 - 19/21: Installing method ZnEncodedReadStream>>skip:
16:58:14				501/517 - 20/21: Installing method ZnEncodedReadStream>>upTo:
16:58:14				501/517 - 21/21: Installing method ZnEncodedReadStream>>upToEnd
16:58:14				501/517 - 1/1: Installing method ZnEncodedReadStream class>>isAbstract
16:58:14				502/517 - 1/17: Installing method ZnEncodedStream>>close
16:58:14				502/517 - 2/17: Installing method ZnEncodedStream>>closed
16:58:14				502/517 - 3/17: Installing method ZnEncodedStream>>encoder
16:58:14				502/517 - 4/17: Installing method ZnEncodedStream>>encoder:
16:58:14				502/517 - 5/17: Installing method ZnEncodedStream>>encoding:
16:58:14				502/517 - 6/17: Installing method ZnEncodedStream>>flush
16:58:14				502/517 - 7/17: Installing method ZnEncodedStream>>isBinary
16:58:14				502/517 - 8/17: Installing method ZnEncodedStream>>isStream
16:58:14				502/517 - 9/17: Installing method ZnEncodedStream>>on:
16:58:14				502/517 - 10/17: Installing method ZnEncodedStream>>position
16:58:14				502/517 - 11/17: Installing method ZnEncodedStream>>position:
16:58:14				502/517 - 12/17: Installing method ZnEncodedStream>>reset
16:58:14				502/517 - 13/17: Installing method ZnEncodedStream>>setToEnd
16:58:14				502/517 - 14/17: Installing method ZnEncodedStream>>size
16:58:14				502/517 - 15/17: Installing method ZnEncodedStream>>truncate
16:58:14				502/517 - 16/17: Installing method ZnEncodedStream>>truncate:
16:58:14				502/517 - 17/17: Installing method ZnEncodedStream>>wrappedStream
16:58:14				502/517 - 1/4: Installing method ZnEncodedStream class>>defaultEncoder
16:58:14				502/517 - 2/4: Installing method ZnEncodedStream class>>isAbstract
16:58:14				502/517 - 3/4: Installing method ZnEncodedStream class>>on:
16:58:14				502/517 - 4/4: Installing method ZnEncodedStream class>>on:encoding:
16:58:14				503/517 - 1/6: Installing method ZnEncodedWriteStream>><<
16:58:14				503/517 - 2/6: Installing method ZnEncodedWriteStream>>flush
16:58:14				503/517 - 3/6: Installing method ZnEncodedWriteStream>>next:putAll:
16:58:14				503/517 - 4/6: Installing method ZnEncodedWriteStream>>next:putAll:startingAt:
16:58:14				503/517 - 5/6: Installing method ZnEncodedWriteStream>>nextPut:
16:58:14				503/517 - 6/6: Installing method ZnEncodedWriteStream>>nextPutAll:
16:58:14				503/517 - 1/1: Installing method ZnEncodedWriteStream class>>isAbstract
16:58:14				504/517 - 1/10: Installing method ZnEndianSensitiveUTFEncoder>>=
16:58:14				504/517 - 2/10: Installing method ZnEndianSensitiveUTFEncoder>>beBigEndian
16:58:14				504/517 - 3/10: Installing method ZnEndianSensitiveUTFEncoder>>beLittleEndian
16:58:14				504/517 - 4/10: Installing method ZnEndianSensitiveUTFEncoder>>endianness
16:58:14				504/517 - 5/10: Installing method ZnEndianSensitiveUTFEncoder>>hash
16:58:14				504/517 - 6/10: Installing method ZnEndianSensitiveUTFEncoder>>initialize
16:58:14				504/517 - 7/10: Installing method ZnEndianSensitiveUTFEncoder>>isBigEndian
16:58:14				504/517 - 8/10: Installing method ZnEndianSensitiveUTFEncoder>>isLittleEndian
16:58:14				504/517 - 9/10: Installing method ZnEndianSensitiveUTFEncoder>>printOn:
16:58:14				504/517 - 10/10: Installing method ZnEndianSensitiveUTFEncoder>>swapEndianness
16:58:14				504/517 - 1/2: Installing method ZnEndianSensitiveUTFEncoder class>>handlesEncoding:
16:58:14				504/517 - 2/2: Installing method ZnEndianSensitiveUTFEncoder class>>newForEncoding:
16:58:14				505/517 - 1/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:
16:58:14				505/517 - 2/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:put:
16:58:14				505/517 - 3/3: Installing method ZnEndianessReadWriteStream>>on:
16:58:14				505/517 - 1/2: Installing method ZnEndianessReadWriteStream class>>on:
16:58:14				505/517 - 2/2: Installing method ZnEndianessReadWriteStream class>>on:do:
16:58:14				506/517 - 1/9: Installing method ZnFastLineReader>>atEnd
16:58:14				506/517 - 2/9: Installing method ZnFastLineReader>>beWide
16:58:14				506/517 - 3/9: Installing method ZnFastLineReader>>bufferStream:
16:58:14				506/517 - 4/9: Installing method ZnFastLineReader>>close
16:58:14				506/517 - 5/9: Installing method ZnFastLineReader>>initialize
16:58:14				506/517 - 6/9: Installing method ZnFastLineReader>>linesDo:
16:58:14				506/517 - 7/9: Installing method ZnFastLineReader>>nextLine
16:58:14				506/517 - 8/9: Installing method ZnFastLineReader>>on:
16:58:14				506/517 - 9/9: Installing method ZnFastLineReader>>streamContents:
16:58:15				506/517 - 1/1: Installing method ZnFastLineReader class>>on:
16:58:15				507/517 - 1/2: Installing method ZnIncomplete>>defaultResumeValue
16:58:15				507/517 - 2/2: Installing method ZnIncomplete>>isResumable
16:58:15				508/517 - 1/2: Installing method ZnInvalidUTF8>>defaultResumeValue
16:58:15				508/517 - 2/2: Installing method ZnInvalidUTF8>>isResumable
16:58:15				509/517 - 1/10: Installing method ZnNewLineWriterStream>>close
16:58:15				509/517 - 2/10: Installing method ZnNewLineWriterStream>>flush
16:58:15				509/517 - 3/10: Installing method ZnNewLineWriterStream>>forCr
16:58:15				509/517 - 4/10: Installing method ZnNewLineWriterStream>>forCrLf
16:58:15				509/517 - 5/10: Installing method ZnNewLineWriterStream>>forLf
16:58:15				509/517 - 6/10: Installing method ZnNewLineWriterStream>>forPlatformLineEnding
16:58:15				509/517 - 7/10: Installing method ZnNewLineWriterStream>>initialize
16:58:15				509/517 - 8/10: Installing method ZnNewLineWriterStream>>newLine
16:58:15				509/517 - 9/10: Installing method ZnNewLineWriterStream>>nextPut:
16:58:15				509/517 - 10/10: Installing method ZnNewLineWriterStream>>stream:
16:58:15				509/517 - 1/1: Installing method ZnNewLineWriterStream class>>on:
16:58:15				510/517 - 1/14: Installing method ZnNullEncoder>>backOnStream:
16:58:15				510/517 - 2/14: Installing method ZnNullEncoder>>decodeBytes:
16:58:15				510/517 - 3/14: Installing method ZnNullEncoder>>encodeString:
16:58:15				510/517 - 4/14: Installing method ZnNullEncoder>>encodedByteCountFor:
16:58:15				510/517 - 5/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoint:
16:58:15				510/517 - 6/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoints:
16:58:15				510/517 - 7/14: Installing method ZnNullEncoder>>encodedByteCountForString:
16:58:15				510/517 - 8/14: Installing method ZnNullEncoder>>ensureAtBeginOfCodePointOnStream:
16:58:15				510/517 - 9/14: Installing method ZnNullEncoder>>identifier
16:58:15				510/517 - 10/14: Installing method ZnNullEncoder>>next:putAll:startingAt:toStream:
16:58:15				510/517 - 11/14: Installing method ZnNullEncoder>>nextCodePointFromStream:
16:58:15				510/517 - 12/14: Installing method ZnNullEncoder>>nextPutCodePoint:toStream:
16:58:15				510/517 - 13/14: Installing method ZnNullEncoder>>readInto:startingAt:count:fromStream:
16:58:15				510/517 - 14/14: Installing method ZnNullEncoder>>skipToBeginOfCodePointOnStream:
16:58:15				510/517 - 1/3: Installing method ZnNullEncoder class>>handlesEncoding:
16:58:15				510/517 - 2/3: Installing method ZnNullEncoder class>>knownEncodingIdentifiers
16:58:15				510/517 - 3/3: Installing method ZnNullEncoder class>>newForEncoding:
16:58:15				511/517 - 1/14: Installing method ZnPercentEncoder>>characterEncoder
16:58:15				511/517 - 2/14: Installing method ZnPercentEncoder>>characterEncoder:
16:58:15				511/517 - 3/14: Installing method ZnPercentEncoder>>decode:
16:58:15				511/517 - 4/14: Installing method ZnPercentEncoder>>decode:to:
16:58:15				511/517 - 5/14: Installing method ZnPercentEncoder>>decodePlusAsSpace
16:58:15				511/517 - 6/14: Installing method ZnPercentEncoder>>decodePlusAsSpace:
16:58:15				511/517 - 7/14: Installing method ZnPercentEncoder>>encode:
16:58:15				511/517 - 8/14: Installing method ZnPercentEncoder>>encode:to:
16:58:15				511/517 - 9/14: Installing method ZnPercentEncoder>>errorAsciiCharacterExpected
16:58:15				511/517 - 10/14: Installing method ZnPercentEncoder>>errorHexDigitExpected
16:58:15				511/517 - 11/14: Installing method ZnPercentEncoder>>readHexFrom:
16:58:15				511/517 - 12/14: Installing method ZnPercentEncoder>>safeSet
16:58:15				511/517 - 13/14: Installing method ZnPercentEncoder>>safeSet:
16:58:15				511/517 - 14/14: Installing method ZnPercentEncoder>>writeHex:to:
16:58:15				511/517 - 1/1: Installing method ZnPercentEncoder class>>rfc3986UnreservedCharacters
16:58:16				512/517 - 1/26: Installing method ZnPositionableReadStream>>atEnd
16:58:16				512/517 - 2/26: Installing method ZnPositionableReadStream>>back
16:58:16				512/517 - 3/26: Installing method ZnPositionableReadStream>>bufferSize
16:58:16				512/517 - 4/26: Installing method ZnPositionableReadStream>>close
16:58:16				512/517 - 5/26: Installing method ZnPositionableReadStream>>collectionSpecies
16:58:16				512/517 - 6/26: Installing method ZnPositionableReadStream>>defaultBufferSize
16:58:16				512/517 - 7/26: Installing method ZnPositionableReadStream>>initialize
16:58:16				512/517 - 8/26: Installing method ZnPositionableReadStream>>isBinary
16:58:16				512/517 - 9/26: Installing method ZnPositionableReadStream>>next
16:58:16				512/517 - 10/26: Installing method ZnPositionableReadStream>>next:
16:58:16				512/517 - 11/26: Installing method ZnPositionableReadStream>>next:into:
16:58:16				512/517 - 12/26: Installing method ZnPositionableReadStream>>next:into:startingAt:
16:58:16				512/517 - 13/26: Installing method ZnPositionableReadStream>>nextInto:
16:58:16				512/517 - 14/26: Installing method ZnPositionableReadStream>>on:
16:58:16				512/517 - 15/26: Installing method ZnPositionableReadStream>>peek
16:58:16				512/517 - 16/26: Installing method ZnPositionableReadStream>>peekFor:
16:58:16				512/517 - 17/26: Installing method ZnPositionableReadStream>>position
16:58:16				512/517 - 18/26: Installing method ZnPositionableReadStream>>position:
16:58:16				512/517 - 19/26: Installing method ZnPositionableReadStream>>readInto:startingAt:count:
16:58:16				512/517 - 20/26: Installing method ZnPositionableReadStream>>readStream
16:58:16				512/517 - 21/26: Installing method ZnPositionableReadStream>>savingPositionDo:
16:58:16				512/517 - 22/26: Installing method ZnPositionableReadStream>>sizeBuffer:
16:58:16				512/517 - 23/26: Installing method ZnPositionableReadStream>>skip:
16:58:16				512/517 - 24/26: Installing method ZnPositionableReadStream>>upTo:
16:58:16				512/517 - 25/26: Installing method ZnPositionableReadStream>>upToEnd
16:58:16				512/517 - 26/26: Installing method ZnPositionableReadStream>>wrappedStream
16:58:16				512/517 - 1/2: Installing method ZnPositionableReadStream class>>on:
16:58:16				512/517 - 2/2: Installing method ZnPositionableReadStream class>>on:do:
16:58:16				513/517 - 1/21: Installing method ZnSimplifiedByteEncoder>>=
16:58:16				513/517 - 2/21: Installing method ZnSimplifiedByteEncoder>>backOnStream:
16:58:16				513/517 - 3/21: Installing method ZnSimplifiedByteEncoder>>beLenient
16:58:16				513/517 - 4/21: Installing method ZnSimplifiedByteEncoder>>byteDomain
16:58:16				513/517 - 5/21: Installing method ZnSimplifiedByteEncoder>>byteToUnicode:
16:58:16				513/517 - 6/21: Installing method ZnSimplifiedByteEncoder>>characterDomain
16:58:16				513/517 - 7/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountFor:
16:58:16				513/517 - 8/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountForCodePoint:
16:58:16				513/517 - 9/21: Installing method ZnSimplifiedByteEncoder>>ensureAtBeginOfCodePointOnStream:
16:58:16				513/517 - 10/21: Installing method ZnSimplifiedByteEncoder>>hash
16:58:16				513/517 - 11/21: Installing method ZnSimplifiedByteEncoder>>identifier
16:58:16				513/517 - 12/21: Installing method ZnSimplifiedByteEncoder>>identifier:
16:58:16				513/517 - 13/21: Installing method ZnSimplifiedByteEncoder>>initialize
16:58:16				513/517 - 14/21: Installing method ZnSimplifiedByteEncoder>>isLenient
16:58:16				513/517 - 15/21: Installing method ZnSimplifiedByteEncoder>>isStrict
16:58:16				513/517 - 16/21: Installing method ZnSimplifiedByteEncoder>>nextCodePointFromStream:
16:58:16				513/517 - 17/21: Installing method ZnSimplifiedByteEncoder>>nextFromStream:
16:58:16				513/517 - 18/21: Installing method ZnSimplifiedByteEncoder>>nextPutCodePoint:toStream:
16:58:16				513/517 - 19/21: Installing method ZnSimplifiedByteEncoder>>printOn:
16:58:16				513/517 - 20/21: Installing method ZnSimplifiedByteEncoder>>skipToBeginOfCodePointOnStream:
16:58:16				513/517 - 21/21: Installing method ZnSimplifiedByteEncoder>>unicodeToByte:
16:58:17				513/517 - 1/10: Installing method ZnSimplifiedByteEncoder class>>asciiMapping
16:58:17				513/517 - 2/10: Installing method ZnSimplifiedByteEncoder class>>byteTextConverters
16:58:17				513/517 - 3/10: Installing method ZnSimplifiedByteEncoder class>>handlesEncoding:
16:58:17				513/517 - 4/10: Installing method ZnSimplifiedByteEncoder class>>initialize
16:58:17				513/517 - 5/10: Installing method ZnSimplifiedByteEncoder class>>initializeByteTextConverters
16:58:17				513/517 - 6/10: Installing method ZnSimplifiedByteEncoder class>>iso88591Mapping
16:58:17				513/517 - 7/10: Installing method ZnSimplifiedByteEncoder class>>knownEncodingIdentifiers
16:58:17				513/517 - 8/10: Installing method ZnSimplifiedByteEncoder class>>mappingToIdentifiers
16:58:17				513/517 - 9/10: Installing method ZnSimplifiedByteEncoder class>>newForEncoding:
16:58:17				513/517 - 10/10: Installing method ZnSimplifiedByteEncoder class>>tablesFromSpec:
16:58:17				514/517 - 1/13: Installing method ZnUTF16Encoder>>back16BitWordOnStream:
16:58:17				514/517 - 2/13: Installing method ZnUTF16Encoder>>backOnStream:
16:58:17				514/517 - 3/13: Installing method ZnUTF16Encoder>>encodedByteCountForCodePoint:
16:58:17				514/517 - 4/13: Installing method ZnUTF16Encoder>>ensureAtBeginOfCodePointOnStream:
16:58:17				514/517 - 5/13: Installing method ZnUTF16Encoder>>errorIncomplete
16:58:17				514/517 - 6/13: Installing method ZnUTF16Encoder>>identifier
16:58:17				514/517 - 7/13: Installing method ZnUTF16Encoder>>isFixedLength
16:58:17				514/517 - 8/13: Installing method ZnUTF16Encoder>>nextCodePointFromStream:
16:58:17				514/517 - 9/13: Installing method ZnUTF16Encoder>>nextPutCodePoint:toStream:
16:58:17				514/517 - 10/13: Installing method ZnUTF16Encoder>>processByteOrderMark:
16:58:17				514/517 - 11/13: Installing method ZnUTF16Encoder>>read16BitWordFromStream:
16:58:17				514/517 - 12/13: Installing method ZnUTF16Encoder>>skipToBeginOfCodePointOnStream:
16:58:17				514/517 - 13/13: Installing method ZnUTF16Encoder>>write16BitWord:toStream:
16:58:17				514/517 - 1/2: Installing method ZnUTF16Encoder class>>handlesEncoding:
16:58:17				514/517 - 2/2: Installing method ZnUTF16Encoder class>>knownEncodingIdentifiers
16:58:17				515/517 - 1/11: Installing method ZnUTF32Encoder>>backOnStream:
16:58:17				515/517 - 2/11: Installing method ZnUTF32Encoder>>encodedByteCountForCodePoint:
16:58:17				515/517 - 3/11: Installing method ZnUTF32Encoder>>ensureAtBeginOfCodePointOnStream:
16:58:17				515/517 - 4/11: Installing method ZnUTF32Encoder>>errorIncomplete
16:58:17				515/517 - 5/11: Installing method ZnUTF32Encoder>>identifier
16:58:17				515/517 - 6/11: Installing method ZnUTF32Encoder>>nextCodePointFromStream:
16:58:17				515/517 - 7/11: Installing method ZnUTF32Encoder>>nextPutCodePoint:toStream:
16:58:17				515/517 - 8/11: Installing method ZnUTF32Encoder>>processByteOrderMark:
16:58:17				515/517 - 9/11: Installing method ZnUTF32Encoder>>readCodePointFrom:
16:58:17				515/517 - 10/11: Installing method ZnUTF32Encoder>>skipToBeginOfCodePointOnStream:
16:58:17				515/517 - 11/11: Installing method ZnUTF32Encoder>>writeCodePoint:to:
16:58:17				515/517 - 1/2: Installing method ZnUTF32Encoder class>>handlesEncoding:
16:58:17				515/517 - 2/2: Installing method ZnUTF32Encoder class>>knownEncodingIdentifiers
16:58:17				516/517 - 1/17: Installing method ZnUTF8Encoder>>backOnStream:
16:58:17				516/517 - 2/17: Installing method ZnUTF8Encoder>>encodedByteCountForCodePoint:
16:58:17				516/517 - 3/17: Installing method ZnUTF8Encoder>>ensureAtBeginOfCodePointOnStream:
16:58:18				516/517 - 4/17: Installing method ZnUTF8Encoder>>error:
16:58:18				516/517 - 5/17: Installing method ZnUTF8Encoder>>errorIllegalContinuationByte
16:58:18				516/517 - 6/17: Installing method ZnUTF8Encoder>>errorIllegalLeadingByte
16:58:18				516/517 - 7/17: Installing method ZnUTF8Encoder>>errorOverlong
16:58:18				516/517 - 8/17: Installing method ZnUTF8Encoder>>findFirstNonASCIIIn:startingAt:
16:58:18				516/517 - 9/17: Installing method ZnUTF8Encoder>>identifier
16:58:18				516/517 - 10/17: Installing method ZnUTF8Encoder>>isFixedLength
16:58:18				516/517 - 11/17: Installing method ZnUTF8Encoder>>next:putAll:startingAt:toStream:
16:58:18				516/517 - 12/17: Installing method ZnUTF8Encoder>>next:putAllASCII:startingAt:toStream:
16:58:18				516/517 - 13/17: Installing method ZnUTF8Encoder>>next:putAllByteString:startingAt:toStream:
16:58:18				516/517 - 14/17: Installing method ZnUTF8Encoder>>nextCodePointFromStream:
16:58:18				516/517 - 15/17: Installing method ZnUTF8Encoder>>nextPutCodePoint:toStream:
16:58:18				516/517 - 16/17: Installing method ZnUTF8Encoder>>readInto:startingAt:count:fromStream:
16:58:18				516/517 - 17/17: Installing method ZnUTF8Encoder>>skipToBeginOfCodePointOnStream:
16:58:18				516/517 - 1/5: Installing method ZnUTF8Encoder class>>default
16:58:18				516/517 - 2/5: Installing method ZnUTF8Encoder class>>handlesEncoding:
16:58:18				516/517 - 3/5: Installing method ZnUTF8Encoder class>>initialize
16:58:18				516/517 - 4/5: Installing method ZnUTF8Encoder class>>knownEncodingIdentifiers
16:58:18				516/517 - 5/5: Installing method ZnUTF8Encoder class>>newForEncoding:
16:58:18				517/517 - 1/7: Installing method ZnUTFEncoder>>byteOrderMark
16:58:18				517/517 - 2/7: Installing method ZnUTFEncoder>>decodeBytes:
16:58:18				517/517 - 3/7: Installing method ZnUTFEncoder>>decodeBytesIntoWideString:
16:58:18				517/517 - 4/7: Installing method ZnUTFEncoder>>encodeStringWithByteOrderMark:
16:58:18				517/517 - 5/7: Installing method ZnUTFEncoder>>isSurrogateCodePoint:
16:58:18				517/517 - 6/7: Installing method ZnUTFEncoder>>maximumUTFCode
16:58:18				517/517 - 7/7: Installing method ZnUTFEncoder>>nextPutByteOrderMarkToStream:
16:58:18				517/517 - 1/1: Installing method ZnUTFEncoder class>>handlesEncoding:
16:58:18				End: Installing defined methods
16:58:18				Begin: Installing extension methods
16:58:18				001/34-1/1: Installing extension method Symbol>>asAnnouncement
16:58:18				002/34-1/8: Installing extension method Character>>join:
16:58:18				002/34-2/8: Installing extension method CompiledMethod class>>sortBlock
16:58:18				002/34-3/8: Installing extension method Behavior class>>sortBlock
16:58:18				002/34-4/8: Installing extension method Object>>split:indicesDo:
16:58:18				002/34-5/8: Installing extension method Object>>appendTo:
16:58:18				002/34-6/8: Installing extension method Object>>joinTo:
16:58:18				002/34-7/8: Installing extension method Object>>split:do:
16:58:18				002/34-8/8: Installing extension method BlockClosure>>split:indicesDo:
16:58:18				003/34-1/1: Installing extension method Object>>asDoubleLink
16:58:18				004/34-1/5: Installing extension method SequenceableCollection>>asWordArray
16:58:18				004/34-2/5: Installing extension method SequenceableCollection>>asIntegerArray
16:58:18				004/34-3/5: Installing extension method Collection>>asByteArray
16:58:18				004/34-4/5: Installing extension method SequenceableCollection>>asByteArray
16:58:18				004/34-5/5: Installing extension method SequenceableCollection>>asFloatArray
16:58:18				005/34-1/17: Installing extension method Collection>>asOrderedDictionary
16:58:18				005/34-2/17: Installing extension method Number>>to:
16:58:18				005/34-3/17: Installing extension method Number>>to:by:
16:58:18				005/34-4/17: Installing extension method Collection>>asNewArray
16:58:18				005/34-5/17: Installing extension method Collection>>groupedBy:
16:58:18				005/34-6/17: Installing extension method Collection>>flattened
16:58:18				005/34-7/17: Installing extension method Collection>>flatCollect:as:
16:58:18				005/34-8/17: Installing extension method Collection>>asSortedCollection
16:58:18				005/34-9/17: Installing extension method Collection>>asOrderedCollection
16:58:18				005/34-10/17: Installing extension method Collection>>sorted:
16:58:18				005/34-11/17: Installing extension method Number>>to:do:
16:58:18				005/34-12/17: Installing extension method Collection>>asSortedCollection:
16:58:18				005/34-13/17: Installing extension method Number>>to:by:do:
16:58:18				005/34-14/17: Installing extension method Collection>>sorted
16:58:18				005/34-15/17: Installing extension method Collection>>asArray
16:58:18				005/34-16/17: Installing extension method Object>>split:
16:58:18				005/34-17/17: Installing extension method Object>>join:
16:58:18				007/34-1/8: Installing extension method OrderedCollection class>>new:streamContents:
16:58:19				007/34-2/8: Installing extension method SequenceableCollection>>readStream
16:58:19				007/34-3/8: Installing extension method LinkedList class>>new:streamContents:
16:58:19				007/34-4/8: Installing extension method SequenceableCollection>>writeStream
16:58:19				007/34-5/8: Installing extension method SequenceableCollection class>>streamContents:limitedTo:
16:58:19				007/34-6/8: Installing extension method SequenceableCollection>>writeStreamDo:
16:58:19				007/34-7/8: Installing extension method Symbol class>>new:streamContents:
16:58:19				007/34-8/8: Installing extension method SequenceableCollection class>>new:streamContents:
16:58:19				008/34-1/3: Installing extension method Collection>>asCommaStringAnd
16:58:19				008/34-2/3: Installing extension method Collection>>asMultilineString
16:58:19				008/34-3/3: Installing extension method Collection>>asCommaString
16:58:19				010/34-1/10: Installing extension method Collection>>asIdentitySet
16:58:19				010/34-2/10: Installing extension method OrderedDictionary>>at:update:
16:58:19				010/34-3/10: Installing extension method Collection>>asBag
16:58:19				010/34-4/10: Installing extension method RunArray>>asBag
16:58:19				010/34-5/10: Installing extension method OrderedDictionary>>dictionaryClass
16:58:19				010/34-6/10: Installing extension method Collection>>asDictionary
16:58:19				010/34-7/10: Installing extension method Collection>>flatCollectAsSet:
16:58:19				010/34-8/10: Installing extension method OrderedCollection>>removeDuplicates
16:58:19				010/34-9/10: Installing extension method OrderedIdentityDictionary>>dictionaryClass
16:58:19				010/34-10/10: Installing extension method Collection>>asSet
16:58:19				012/34-1/69: Installing extension method ByteArray>>int32AtOffset:put:
16:58:19				012/34-2/69: Installing extension method ByteArray>>unsignedLongLongAt:
16:58:19				012/34-3/69: Installing extension method ByteArray>>unsignedLongAt:
16:58:19				012/34-4/69: Installing extension method ByteArray>>int16AtOffset:put:
16:58:19				012/34-5/69: Installing extension method ByteArray>>booleanAt:put:
16:58:19				012/34-6/69: Installing extension method ByteArray>>unsignedLongLongAt:put:
16:58:19				012/34-7/69: Installing extension method ByteArray>>boolean8AtOffset:put:
16:58:19				012/34-8/69: Installing extension method ByteArray>>char16AtOffset:
16:58:19				012/34-9/69: Installing extension method ByteArray>>integerAt:put:size:signed:
16:58:19				012/34-10/69: Installing extension method ByteArray>>uint64AtOffset:
16:58:19				012/34-11/69: Installing extension method ByteArray>>char32AtOffset:
16:58:19				012/34-12/69: Installing extension method ByteArray>>signedShortAt:
16:58:19				012/34-13/69: Installing extension method ByteArray>>unsignedLongAt:put:
16:58:19				012/34-14/69: Installing extension method ByteArray>>doubleAt:put:
16:58:19				012/34-15/69: Installing extension method ByteArray>>char8AtOffset:
16:58:19				012/34-16/69: Installing extension method ByteArray>>int8AtOffset:
16:58:19				012/34-17/69: Installing extension method ByteArray>>char8AtOffset:put:
16:58:19				012/34-18/69: Installing extension method ByteArray>>float64AtOffset:put:
16:58:19				012/34-19/69: Installing extension method ByteArray>>signedLongLongAt:
16:58:19				012/34-20/69: Installing extension method ByteArray>>int64AtOffset:
16:58:19				012/34-21/69: Installing extension method ByteArray>>structAt:put:length:
16:58:19				012/34-22/69: Installing extension method ByteArray>>isNull
16:58:19				012/34-23/69: Installing extension method ByteArray>>float32AtOffset:put:
16:58:19				012/34-24/69: Installing extension method ByteArray>>integerAt:size:signed:
16:58:19				012/34-25/69: Installing extension method ByteArray>>float64AtOffset:
16:58:19				012/34-26/69: Installing extension method ByteArray>>doubleAt:
16:58:19				012/34-27/69: Installing extension method ByteArray>>pointerAt:
16:58:19				012/34-28/69: Installing extension method ByteArray>>shortPointerAt:put:
16:58:19				012/34-29/69: Installing extension method ByteArray>>unsignedCharAt:put:
16:58:19				012/34-30/69: Installing extension method ByteArray>>booleanAt:
16:58:19				012/34-31/69: Installing extension method ByteArray>>signedCharAt:
16:58:19				012/34-32/69: Installing extension method ByteArray>>unsignedShortAt:put:
16:58:19				012/34-33/69: Installing extension method ByteArray>>pointerAt:put:
16:58:19				012/34-34/69: Installing extension method ByteArray>>signedShortAt:put:
16:58:19				012/34-35/69: Installing extension method ByteArray>>uint16AtOffset:
16:58:19				012/34-36/69: Installing extension method ByteArray>>unsignedByteAt:put:
16:58:19				012/34-37/69: Installing extension method ByteArray>>uint32AtOffset:
16:58:19				012/34-38/69: Installing extension method ByteArray>>shortPointerAt:
16:58:19				012/34-39/69: Installing extension method ByteArray>>int64AtOffset:put:
16:58:19				012/34-40/69: Installing extension method ByteArray>>uint16AtOffset:put:
16:58:19				012/34-41/69: Installing extension method ByteArray>>pointerAtOffset:
16:58:19				012/34-42/69: Installing extension method ByteArray>>asExternalPointer
16:58:20				012/34-43/69: Installing extension method ByteArray>>char32AtOffset:put:
16:58:20				012/34-44/69: Installing extension method ByteArray>>uint64AtOffset:put:
16:58:20				012/34-45/69: Installing extension method ByteArray>>isExternalAddress
16:58:20				012/34-46/69: Installing extension method ByteArray>>unsignedShortAt:
16:58:20				012/34-47/69: Installing extension method ByteArray>>voidAt:
16:58:20				012/34-48/69: Installing extension method ByteArray>>signedCharAt:put:
16:58:20				012/34-49/69: Installing extension method ByteArray>>uint8AtOffset:
16:58:20				012/34-50/69: Installing extension method ByteArray>>longPointerAt:
16:58:20				012/34-51/69: Installing extension method ByteArray>>char16AtOffset:put:
16:58:20				012/34-52/69: Installing extension method ByteArray>>uint32AtOffset:put:
16:58:20				012/34-53/69: Installing extension method ByteArray>>floatAt:put:
16:58:20				012/34-54/69: Installing extension method ByteArray>>int16AtOffset:
16:58:20				012/34-55/69: Installing extension method ByteArray>>longPointerAt:put:
16:58:20				012/34-56/69: Installing extension method ByteArray>>signedLongAt:put:
16:58:20				012/34-57/69: Installing extension method ByteArray>>signedLongLongAt:put:
16:58:20				012/34-58/69: Installing extension method ByteArray>>boolean8AtOffset:
16:58:20				012/34-59/69: Installing extension method ByteArray>>float32AtOffset:
16:58:20				012/34-60/69: Installing extension method ByteArray>>int32AtOffset:
16:58:20				012/34-61/69: Installing extension method ByteArray>>uint8AtOffset:put:
16:58:20				012/34-62/69: Installing extension method ByteArray>>floatAt:
16:58:20				012/34-63/69: Installing extension method ByteArray>>structAt:length:
16:58:20				012/34-64/69: Installing extension method ByteArray>>unsignedCharAt:
16:58:20				012/34-65/69: Installing extension method ByteArray>>pointerAtOffset:put:
16:58:20				012/34-66/69: Installing extension method ByteArray>>signedLongAt:
16:58:20				012/34-67/69: Installing extension method ByteArray>>unsignedByteAt:
16:58:20				012/34-68/69: Installing extension method ByteArray>>voidAt:put:
16:58:20				012/34-69/69: Installing extension method ByteArray>>int8AtOffset:put:
16:58:20				014/34-1/1: Installing extension method String>>asVmPathName
16:58:20				016/34-1/3: Installing extension method String>>asPackage
16:58:20				016/34-2/3: Installing extension method String>>asPackageIfAbsent:
16:58:20				016/34-3/3: Installing extension method Heap>>removeFirstOrNil
16:58:20				018/34-1/5: Installing extension method String>>asSlot
16:58:20				018/34-2/5: Installing extension method String>>asClassVariableCollection
16:58:20				018/34-3/5: Installing extension method String>>asClassVariable
16:58:20				018/34-4/5: Installing extension method String>>asSlotCollection
16:58:20				018/34-5/5: Installing extension method Symbol>>=>
16:58:20				019/34-1/10: Installing extension method Integer class>>readFrom:radix:
16:58:20				019/34-2/10: Installing extension method Fraction class>>readFrom:
16:58:20				019/34-3/10: Installing extension method Number class>>squeezeNumberOutOfString:
16:58:20				019/34-4/10: Installing extension method Number class>>readFrom:base:
16:58:20				019/34-5/10: Installing extension method Number class>>squeezeNumberOutOfString:ifFail:
16:58:20				019/34-6/10: Installing extension method Integer class>>readFrom:base:
16:58:20				019/34-7/10: Installing extension method Integer class>>readFrom:
16:58:20				019/34-8/10: Installing extension method Integer class>>readFrom:ifFail:
16:58:20				019/34-9/10: Installing extension method Number class>>readFrom:
16:58:20				019/34-10/10: Installing extension method Number class>>readFrom:ifFail:
16:58:20				022/34-1/12: Installing extension method SmalltalkImage>>anonymousClassInstaller
16:58:20				022/34-2/12: Installing extension method Class>>addSlot:
16:58:20				022/34-3/12: Installing extension method Behavior>><<
16:58:20				022/34-4/12: Installing extension method SmalltalkImage>>classBuilder
16:58:20				022/34-5/12: Installing extension method Metaclass>><<
16:58:20				022/34-6/12: Installing extension method Class>>removeSlot:
16:58:20				022/34-7/12: Installing extension method Metaclass>>instanceVariableNames:
16:58:20				022/34-8/12: Installing extension method Behavior>>fluidInstall
16:58:20				022/34-9/12: Installing extension method Class>>removeClassSlot:
16:58:20				022/34-10/12: Installing extension method Class>>addClassSlot:
16:58:20				022/34-11/12: Installing extension method SmalltalkImage>>classInstaller
16:58:20				022/34-12/12: Installing extension method UndefinedObject>><<
16:58:20				025/34-1/2: Installing extension method OSPlatform>>newTerminfo
16:58:21				025/34-2/2: Installing extension method Win32Platform>>newTerminfo
16:58:21				027/34-1/1: Installing extension method Object>>mourn
16:58:21				028/34-1/4: Installing extension method SmalltalkImage>>platformName
16:58:21				028/34-2/4: Installing extension method String>>asWin32WideString
16:58:21				028/34-3/4: Installing extension method SmalltalkImage>>os
16:58:21				028/34-4/4: Installing extension method SmalltalkImage>>platform
16:58:21				029/34-1/3: Installing extension method SmalltalkImage>>session
16:58:21				029/34-2/3: Installing extension method SmalltalkImage>>addToShutDownList:
16:58:21				029/34-3/3: Installing extension method SmalltalkImage>>addToStartUpList:
16:58:21				030/34-1/6: Installing extension method WriteStream>>nextChunkPut:
16:58:21				030/34-2/6: Installing extension method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod:
16:58:21				030/34-3/6: Installing extension method WinPlatform>>potentialLocationsOfSourcesFile
16:58:21				030/34-4/6: Installing extension method OSPlatform>>potentialLocationsOfSourcesFile
16:58:21				030/34-5/6: Installing extension method CompiledMethod>>putSource:withPreamble:
16:58:21				030/34-6/6: Installing extension method MacOSPlatform>>potentialLocationsOfSourcesFile
16:58:21				031/34-1/16: Installing extension method Behavior>>referencedClasses
16:58:21				031/34-2/16: Installing extension method ClassDescription>>allCallsOnIn:
16:58:21				031/34-3/16: Installing extension method Object>>isPrimitiveError
16:58:21				031/34-4/16: Installing extension method Object>>systemNavigation
16:58:21				031/34-5/16: Installing extension method Behavior>>allCallsOn:
16:58:21				031/34-6/16: Installing extension method CompiledMethod>>implementors
16:58:21				031/34-7/16: Installing extension method Symbol>>implementors
16:58:21				031/34-8/16: Installing extension method Class>>allUnreferencedClassVariables
16:58:21				031/34-9/16: Installing extension method CompiledMethod>>referencedClasses
16:58:21				031/34-10/16: Installing extension method Behavior>>allUnsentMessages
16:58:21				031/34-11/16: Installing extension method CompiledMethod>>senders
16:58:21				031/34-12/16: Installing extension method Symbol>>senders
16:58:21				031/34-13/16: Installing extension method Object class>>registerToolsOn:
16:58:21				031/34-14/16: Installing extension method Context>>errorReportOn:
16:58:21				031/34-15/16: Installing extension method Behavior>>allCallsOn
16:58:21				031/34-16/16: Installing extension method Package>>allUnsentMessages
16:58:21				032/34-1/10: Installing extension method Object>>traceCr:
16:58:21				032/34-2/10: Installing extension method Object>>traceCr
16:58:21				032/34-3/10: Installing extension method Object>>crTrace
16:58:21				032/34-4/10: Installing extension method Object>>logEntry
16:58:21				032/34-5/10: Installing extension method Object>>trace
16:58:21				032/34-6/10: Installing extension method Object>>trace:
16:58:21				032/34-7/10: Installing extension method Object>>traceCrTab:
16:58:21				032/34-8/10: Installing extension method Object>>crTrace:
16:58:21				032/34-9/10: Installing extension method Object>>logExecution
16:58:21				032/34-10/10: Installing extension method Object>>logExit
16:58:21				033/34-1/5: Installing extension method Object>>uiManager
16:58:21				033/34-2/5: Installing extension method Object>>primitiveError:
16:58:21				033/34-3/5: Installing extension method Object>>inform:
16:58:21				033/34-4/5: Installing extension method PharoCommandLineHandler class>>activateWith:
16:58:22				033/34-5/5: Installing extension method Object>>confirm:
16:58:22				034/34-1/7: Installing extension method ByteArray>>decodeWith:
16:58:22				034/34-2/7: Installing extension method String>>utf8Encoded
16:58:22				034/34-3/7: Installing extension method String>>asZnCharacterEncoder
16:58:22				034/34-4/7: Installing extension method String>>urlEncoded
16:58:22				034/34-5/7: Installing extension method String>>encodeWith:
16:58:22				034/34-6/7: Installing extension method ByteArray>>utf8Decoded
16:58:22				034/34-7/7: Installing extension method String>>urlDecoded
16:58:22				End: Installing extension methods
16:58:22				Begin: Initializing image.

freeing 52 forwarders
done.
initial heap size: 20,971,520
final new heap size: 2,511,152	
Done!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Full Image-64)
[Pipeline] sh
+ BUILD_NUMBER=343 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/4-build.sh
+ set -e
++ date -u
+ echo Sun Nov 17 04:00:00 PM UTC 2024 'Bootstrap: Beginning to build the new image'
Sun Nov 17 04:00:00 PM UTC 2024 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=0bc5b91eea28583cdd89ab84123e615c5e8f0979
+ 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=0bc5b91eea
+ SUFFIX=64bit-0bc5b91eea
+ [[ '' -eq 1 ]]
+ BOOTSTRAP_IMAGE_NAME=bootstrap
+ BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea
+ HERMES_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea
+ RPACKAGE_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea
+ CORE_IMAGE_NAME=Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea
+ COMPILER_IMAGE_NAME=Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea
+ TRAITS_IMAGE_NAME=Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea
+ MC_BOOTSTRAP_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea
+ MC_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea
+ METACELLO_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea
+ PHARO_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-0bc5b91eea
+ 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-0bc5b91eea.image
+ cp bootstrap.image Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image
+ zip Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image (deflated 77%)
+ zip Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip AST-Core.hermes ClassDefinitionPrinters.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-SourcesCondenser.hermes System-Time.hermes Traits.hermes
  adding: AST-Core.hermes (deflated 81%)
  adding: ClassDefinitionPrinters.hermes (deflated 82%)
  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 76%)
  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-SourcesCondenser.hermes (deflated 73%)
  adding: System-Time.hermes (deflated 79%)
  adding: Traits.hermes (deflated 83%)
+ zip Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.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 Sun Nov 17 04:00:00 PM UTC 2024 '[Compiler] Initializing Bootstraped Image'
Sun Nov 17 04:00:00 PM UTC 2024 [Compiler] Initializing Bootstraped Image
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.image
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
++ date -u
+ echo Sun Nov 17 04:00:00 PM UTC 2024 '[Compiler] Adding more Kernel packages'
Sun Nov 17 04:00:00 PM UTC 2024 [Compiler] Adding more Kernel packages
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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: #(#Duration #DateAndTime #Date #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem #Time)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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: #(#Duration #DateAndTime #Date #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem #Time)
SystemNotification: [Hermes] Reading Debugging-Core.hermes
SystemNotification: [Hermes] Installing Debugging-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Duration #DateAndTime #Date #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem #Time)
SystemNotification: [Hermes] Reading System-Time.hermes
SystemNotification: [Hermes] Installing System-Time.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading Multilingual-Encodings.hermes
SystemNotification: [Hermes] Installing Multilingual-Encodings.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading ReflectionMirrors-Primitives.hermes
SystemNotification: [Hermes] Installing ReflectionMirrors-Primitives.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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-0bc5b91eea.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-0bc5b91eea.image --no-default-preferences perform --save SystemVersion setMajor:minor:patch:suffix:build:commitHash: 13 0 0 SNAPSHOT 343 0bc5b91eea28583cdd89ab84123e615c5e8f0979
Pharo-13.0.0+SNAPSHOT.build.343.sha.0bc5b91eea28583cdd89ab84123e615c5e8f0979 (64 Bit)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.image --no-default-preferences loadHermes Collections-Atomic.hermes AST-Core.hermes Collections-Arithmetic.hermes ClassDefinitionPrinters.hermes System-SourcesCondenser.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: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#Halt #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading Collections-Arithmetic.hermes
SystemNotification: [Hermes] Installing Collections-Arithmetic.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Halt #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading ClassDefinitionPrinters.hermes
SystemNotification: [Hermes] Installing ClassDefinitionPrinters.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Halt #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-SourcesCondenser.hermes
SystemNotification: [Hermes] Installing System-SourcesCondenser.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Halt #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Halt #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
++ date -u
+ echo Sun Nov 17 04:00:01 PM UTC 2024 '[Compiler] Initializing the packages in the Kernel'
Sun Nov 17 04:00:01 PM UTC 2024 [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-0bc5b91eea.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages --save
++ date -u
+ echo Sun Nov 17 04:00:02 PM UTC 2024 '[Compiler] Installing compiler through Hermes'
Sun Nov 17 04:00:02 PM UTC 2024 [Compiler] Installing compiler through Hermes
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading OpalCompiler-Core.hermes
SystemNotification: [Hermes] Installing OpalCompiler-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading CodeImport.hermes
SystemNotification: [Hermes] Installing CodeImport.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading CodeImportCommandLineHandlers.hermes
SystemNotification: [Hermes] Installing CodeImportCommandLineHandlers.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.image --no-default-preferences eval --save 'OpalCompiler register. CompilationContext initialize. OCASTTranslator initialize.'
OCASTTranslator
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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-0bc5b91eea.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 Sun Nov 17 04:00:02 PM UTC 2024 '[Compiler] Initializing Unicode'
Sun Nov 17 04:00:02 PM UTC 2024 [Compiler] Initializing Unicode
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.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-0bc5b91eea.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: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-Hashing.hermes
SystemNotification: [Hermes] Installing System-Hashing.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading Network-UUID.hermes
SystemNotification: [Hermes] Installing Network-UUID.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #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-0bc5b91eea.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem'
Initializing File System
PharoBootstrapInitialization
+ zip Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.image (deflated 81%)
++ date -u
+ echo Sun Nov 17 04:00:05 PM UTC 2024 '[Compiler] Installing Traits through Hermes'
Sun Nov 17 04:00:05 PM UTC 2024 [Compiler] Installing Traits through Hermes
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.image --no-default-preferences save Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.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-0bc5b91eea.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-0bc5b91eea.zip Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.image (deflated 82%)
++ date -u
+ echo Sun Nov 17 04:00:05 PM UTC 2024 '[Core] Class and Package initialization'
Sun Nov 17 04:00:05 PM UTC 2024 [Core] Class and Package initialization
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.image --no-default-preferences save Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea
+ zip Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.image (deflated 82%)
++ date -u
+ echo Sun Nov 17 04:00:05 PM UTC 2024 '[Monticello] Bootstrap Monticello Core and Local repositories'
Sun Nov 17 04:00:05 PM UTC 2024 [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-0bc5b91eea.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.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: 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-0bc5b91eea.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: ClassDefinitionPrinters
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-SourcesCondenser
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 Hermes-tonel.1.mcz
SystemNotification: Loading Zinc-Character-Encoding-Core-tonel.1.mcz
SystemNotification: Loading Collections-Support-tonel.1.mcz
SystemNotification: Loading System-SourcesCondenser-tonel.1.mcz
SystemNotification: Loading System-Hashing-tonel.1.mcz
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 System-CommandLineHandler-tonel.1.mcz
Found an Association in Undeclared: StartupPreferencesLoader
NewUndeclaredWarning: PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared)
SystemNotification: Loading CodeImport-Traits-tonel.1.mcz
SystemNotification: Loading Compression-tonel.1.mcz
SystemNotification: Loading Collections-Strings-tonel.1.mcz
SystemNotification: Loading Debugging-Utils-tonel.1.mcz
SystemNotification: Loading OpalCompiler-Core-tonel.1.mcz
SystemNotification: Loading Kernel-Traits-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 Debugging-Core-tonel.1.mcz
SystemNotification: Loading Monticello-Model-tonel.1.mcz
SystemNotification: Loading Jobs-tonel.1.mcz
SystemNotification: Loading System-Time-tonel.1.mcz
SystemNotification: Loading Transcript-NonInteractive-tonel.1.mcz
SystemNotification: Loading ClassDefinitionPrinters-tonel.1.mcz
SystemNotification: Loading Collections-Weak-tonel.1.mcz
SystemNotification: Loading Collections-Native-tonel.1.mcz
SystemNotification: Loading FileSystem-Path-tonel.1.mcz
SystemNotification: Loading System-SessionManager-tonel.1.mcz
SystemNotification: Loading System-Support-tonel.1.mcz
SystemNotification: Loading InitializePackagesCommandLineHandler-tonel.1.mcz
SystemNotification: Loading Announcements-Core-tonel.1.mcz
SystemNotification: Loading CodeImportCommandLineHandlers-tonel.1.mcz
SystemNotification: Loading Hermes-Extensions-tonel.1.mcz
SystemNotification: Loading Collections-Abstract-Traits-tonel.1.mcz
SystemNotification: Loading Collections-Stack-tonel.1.mcz
SystemNotification: Loading UIManager-tonel.1.mcz
SystemNotification: Loading Zinc-Resource-Meta-Core-tonel.1.mcz
SystemNotification: Loading Collections-Unordered-tonel.1.mcz
SystemNotification: Loading Ring-Definitions-Core-tonel.1.mcz
SystemNotification: Loading Traits-tonel.1.mcz
SystemNotification: Loading FileSystem-Disk-tonel.1.mcz
SystemNotification: Loading Collections-Streams-tonel.1.mcz
SystemNotification: Loading Random-Core-tonel.1.mcz
SystemNotification: Loading Ring-Definitions-Monticello-tonel.1.mcz
SystemNotification: Loading PharoBootstrap-Initialization-tonel.1.mcz
SystemNotification: Loading PerformMessageCommandLineHandler-tonel.1.mcz
SystemNotification: Loading System-Model-tonel.1.mcz
SystemNotification: Loading System-Changes-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 FFI-Kernel-tonel.1.mcz
SystemNotification: Loading System-NumberPrinting-tonel.1.mcz
SystemNotification: Loading Network-UUID-tonel.1.mcz
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 NumberParser-tonel.1.mcz
SystemNotification: Loading System-BasicCommandLineHandler-tonel.1.mcz
SystemNotification: Loading Kernel-tonel.1.mcz
SystemNotification: Loading Collections-Atomic-tonel.1.mcz
SystemNotification: Loading CodeImport-tonel.1.mcz
SystemNotification: Loading Math-Operations-Extensions-tonel.1.mcz
SystemNotification: Loading System-Finalization-tonel.1.mcz
SystemNotification: Loading System-Sources-tonel.1.mcz
SystemNotification: Loading Collections-DoubleLinkedList-tonel.1.mcz
SystemNotification: Loading Multilingual-Encodings-tonel.1.mcz
SystemNotification: Loading FileSystem-Core-tonel.1.mcz
SystemNotification: Loading AST-Core-tonel.1.mcz
SystemNotification: Loading Collections-Arithmetic-tonel.1.mcz
SystemNotification: Loading Collections-Abstract-tonel.1.mcz
SystemNotification: Loading Kernel-BytecodeEncoders-tonel.1.mcz
SystemNotification: Loading ReflectionMirrors-Primitives-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 Ring-OldChunkImporter-tonel.1.mcz
SystemNotification: Loading System-CommandLine-tonel.1.mcz
SystemNotification: Loading Shift-ClassBuilder-tonel.1.mcz
SystemNotification: Loading Monticello-tonel.1.mcz
+ zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.changes Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.image (deflated 80%)
++ date -u
+ echo Sun Nov 17 04:00:24 PM UTC 2024 '[Monticello] Loading Networking Packages and Remote Repositories'
Sun Nov 17 04:00:24 PM UTC 2024 [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-0bc5b91eea.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.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-0bc5b91eea.zip Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.changes Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.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-0bc5b91eea.image --no-default-preferences save Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.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-0bc5b91eea.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-0bc5b91eea.zip Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.changes Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.image
  adding: Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.changes (deflated 81%)
  adding: Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.image (deflated 79%)
++ date -u
+ echo Sun Nov 17 04:00:30 PM UTC 2024 '[Pharo] Reloading rest of packages'
Sun Nov 17 04:00:30 PM UTC 2024 [Pharo] Reloading rest of packages
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.image --no-default-preferences save Pharo13.0-SNAPSHOT-64bit-0bc5b91eea
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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-0bc5b91eea.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-0bc5b91eea.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: ExternalProjectLoader
MetacelloNotification: Loaded -> BaselineOfExternalProjectLoader --- 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: (Finder is Undeclared)
NewUndeclaredWarning: BaselineOfIDE>>postload:package: (ProcessBrowser 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: (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: (FLLargeIdentityHashedCollection 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: DependencyAnalyzer
MetacelloNotification: Loaded -> BaselineOfDependencyAnalyzer --- unresolved
MetacelloNotification: Project: AIGraphAlgorithms
MetacelloNotification: Loaded -> BaselineOfAIGraphAlgorithms --- 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: DependencyAnalyzer
MetacelloNotification: Project: AIGraphAlgorithms baseline
MetacelloNotification: Project: SpecCode
MetacelloNotification: Project: SpecCore baseline
MetacelloNotification: Project: SpecCoreCode
MetacelloNotification: Project: NewTools
MetacelloNotification: Loaded -> BaselineOfNewTools --- unresolved
MetacelloNotification: Project: Sindarin
MetacelloNotification: Loaded -> BaselineOfSindarin --- unresolved
MetacelloNotification: Project: ColorPicker
MetacelloNotification: Loaded -> BaselineOfColorPicker --- unresolved
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: DrTests
NewUndeclaredWarning: BaselineOfDrTests>>postload:package: (DrTests is Undeclared)
MetacelloNotification: Loaded -> BaselineOfDrTests --- unresolved
MetacelloNotification: Project: Microdown
MetacelloNotification: Loaded -> BaselineOfMicrodown --- unresolved
MetacelloNotification: Project: WelcomeBrowser
MetacelloNotification: Loaded -> BaselineOfWelcomeBrowser --- unresolved
MetacelloNotification: Project: Microdown
MetacelloNotification: Project: Roassal
MetacelloNotification: Project: Geometry baseline
MetacelloNotification: Project: NumericScales baseline
MetacelloNotification: Project: RoassalLayouts baseline
MetacelloNotification: Project: RTree baseline
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()
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: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: ASTMethodNodeTest>>testIsPrimitive (Bitmap is Undeclared)
NewUndeclaredWarning: ASTMethodNodeTest>>testPrimitiveIsPrimitive (Bitmap is Undeclared)
NewUndeclaredWarning: ASTCodeSnippet class>>styleAll (Text is Undeclared)
NewUndeclaredWarning: ASTCodeSnippet>>definitionRefactoring (RBReplaceSubtreeTransformation is Undeclared)
NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared)
NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (Color is Undeclared)
NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared)
NewUndeclaredWarning: ASTCodeSnippet>>textWithNode:message:at: (Color is Undeclared)
MetacelloNotification: Loaded -> AST-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockArgument (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternal (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternal2 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternalArg (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockExternalNested (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockInternal (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleBlockNested (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleEmptyMethod (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfFalse (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfFalseIfTrue (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfIfNotNilReturnNil (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfNotNilArg (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfTrue (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleIfTrueIfFalse (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleMethodTempInNestedBlock (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleMethodWithOptimizedBlocksA (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleNestedBlockScoping (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleNewArray (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExamplePushArray (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleReturn1 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleReturn1plus2 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSelf (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlock (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument1 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument2 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument3 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument4 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockArgument5 (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockEmpty (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocal (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocalIf (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocalNested (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockLocalWhile (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockNested (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockReturn (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSimpleBlockiVar (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleSuper (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleThisContext (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoArgument (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoArgumentNotInlined (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoInsideTemp (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoInsideTempNotInlined (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoOutsideTemp (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoOutsideTempNotInlined (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleToDoValue (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileModificationAfterNotInlined (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileModificationBefore (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileModificationBeforeNotInlined (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileWithTemp (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleWhileWithTempNotInlined (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCBytecodeDecompilerExamplesTest>>testExampleiVar (FBIRBytecodeDecompiler is Undeclared)
NewUndeclaredWarning: OCCodeReparatorTest>>testdefineClass (OCCodeReparator is Undeclared)
NewUndeclaredWarning: OCCodeReparatorTest>>testdefineClass (OCCodeReparator is Undeclared)
NewUndeclaredWarning: OCCodeReparatorTest>>testdefineTrait (OCCodeReparator is Undeclared)
NewUndeclaredWarning: OCCodeReparatorTest>>testdefineTrait (OCCodeReparator is Undeclared)
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 (MOPTestClassC 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 (TextColor is Undeclared)
NewUndeclaredWarning: TextTest>>testRuns (TextColor 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()
MetacelloNotification: Loaded -> ExternalProjectLoader --- 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: 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: TabExample>>freshListTab (SpListPresenter is Undeclared)
NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared)
NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared)
NewUndeclaredWarning: TabExample>>freshListTab (SpListPresenter is Undeclared)
NewUndeclaredWarning: TabExample>>initialize (SpListPresenter is Undeclared)
NewUndeclaredWarning: UITheme>>chooseDirectoryIn:title:path: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseDirectoryIn:title:path: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseExistingFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFileIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseForSaveFileReferenceIn:title:extensions:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: UITheme>>chooseFullFileNameIn:title:patterns:path:preview: (FileDialogWindow is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleBasicControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: WidgetExample class>>exampleOtherControls (SpListPresenter is Undeclared)
NewUndeclaredWarning: FreeTypeFontProvider>>getWindowsFontFolderPath (TFSameThreadRunner is Undeclared)
NewUndeclaredWarning: KMRepository class>>reset (KMPragmaKeymapBuilder is Undeclared)
NewUndeclaredWarning: RubParagraph>>displayTextOnAthensCanvas:in: (AthensDisplayScanner 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 -> Transcript-Core --- 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-Examples --- 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 -> Morphic-Widgets-TickList --- 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:Pharo13/src(1d71813)
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: SpNotificationCenter>>updateIfNecessary (SpNotificationCenterPresenter 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:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Dialogs --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Dialogs-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-CommandLine --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Commands --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Transmission --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Interactions --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Commander2 --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-ListView --- github://pharo-spec/Spec:Pharo13/src(1d71813)
NewUndeclaredWarning: SpOptionListPresenter class>>example (SpOptionListExample is Undeclared)
MetacelloNotification: Loaded -> Spec2-CommonWidgets --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Adapters-Stub --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Commander2-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
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:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-ListView-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
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:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-ListView --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Morphic --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Morphic-Examples --- github://pharo-spec/Spec:Pharo13/src(1d71813)
NewUndeclaredWarning: SpAthensAdapterTest>>testPresentersBlockReceivesAthensCanvas (AthensCanvas is Undeclared)
MetacelloNotification: Loaded -> Spec2-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Morphic-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Morphic-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Microdown --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> StartupPreferences --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Transcript-Tool --- 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()
NewUndeclaredWarning: KMDescriptionPresenter>>shortcutActivationCmdInstances (CmdShortcutActivation is Undeclared)
NewUndeclaredWarning: KMDescriptionPresenter>>shortcutActivationCmdInstances (CmdShortcutActivation is Undeclared)
NewUndeclaredWarning: KMDescriptionPresenter>>updateCodePresenter: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: KMDescriptionPresenter>>updateCodePresenter: (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: KMDescriptionPresenter>>updateCodePresenter: (SpTextPresenterDecorator is Undeclared)
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 -> Keymapping-Tools-Spec --- 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: RBChildrenToSiblingsRefactoring>>createSubclassResponsibilityFor:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUp:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUpMethodsFrom: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBDeprecateClassRefactoring>>addMethod:to:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBDeprecateClassRefactoring>>removeMethod:from: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMakeClassAbstractTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReCopyClassRefactoring>>copyMethods:of:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReCopyClassRefactoring>>copyMethodsOf: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: 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: 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: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared)
NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker 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: 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:Pharo13/src(1d71813)
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 -> Tool-ProcessBrowser --- 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 -> 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 -> MonticelloGUI-Tests --- 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 -> 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-FileList --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Finder --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Finder-UI --- 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()
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 -> 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 -> MonticelloGUI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Shout --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: SHStylePresenter>>textStylerClass (SpMorphicCodeTextStyler is Undeclared)
MetacelloNotification: Loaded -> Shout-UI --- 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)
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: ASTCodeSnippetTest>>testCritiques (ReDeadBlockRule is Undeclared)
MetacelloNotification: Loaded -> Renraku-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
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)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCanvas is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSDraggable is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCanvasController is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSLineBuilder is Undeclared)
NewUndeclaredWarning: AIGraphNonWeightedFixtureStructure>>buildGraphCanvas (RSCircleLayout is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>inspectGraph (SpRoassal3InspectorPresenter is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>inspectGraph (SpRoassal3InspectorPresenter is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSComposite is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSLabel is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared)
NewUndeclaredWarning: AIGraphTestFixtureStructure>>nodesAsRoassalShapes (RSCircle is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSCanvas is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSDraggable is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSCanvasController is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSShapeFactory is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSBorderAttachPoint is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSBorderAttachPoint is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLine is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSLabeled is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSForceBasedLayout is Undeclared)
NewUndeclaredWarning: AIGraphWeightedFixtureStructure>>buildGraphCanvas (RSForceBasedLayout is Undeclared)
MetacelloNotification: Loaded -> AI-Algorithms-Graph-Tests --- github://pharo-ai/graph-algorithms:v1.2.7/src(c0bd677)
MetacelloNotification: Loaded -> Tool-DependencyAnalyser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-DependencyAnalyser-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: DAMessageSendAnalyzerTest>>testSystemPackageIsAnsweredWithLoadedPackage (DASomeClass is Undeclared)
MetacelloNotification: Loaded -> Tool-DependencyAnalyser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-DependencyAnalyser-Tests-Data --- 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: PharoBootstrapRule>>bootstrapPackages (BaselineOfPharoBootstrap 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()
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()
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 -> STON-Text support --- 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 -> 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()
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-FileList-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Tool-Finder-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)
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: SycOpenExtraInClassMenuCommand class>>browserContextMenuActivation (ClyClass is Undeclared)
NewUndeclaredWarning: SycOpenScopesInClassMenuCommand class>>browserContextMenuActivation (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: SycClassifyMthCommand>>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: SycExtractMethodCommand>>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()
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: 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 -> 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:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Commands --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Diff --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Diff-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Morphic --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Diff-Morphic --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Spec2-Code-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(1d71813)
MetacelloNotification: Loaded -> Sindarin --- github://pharo-spec/ScriptableDebugger:Pharo13/src(c31f95c)
MetacelloNotification: Loaded -> Sindarin-Tests --- github://pharo-spec/ScriptableDebugger:Pharo13/src(c31f95c)
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:v1.01/src(0620675)
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:v1.01/src(0620675)
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:v1.01/src(0620675)
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.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Event --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
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.06f/src(613f15c)
NewUndeclaredWarning: RSComposite>>newSVGPath (RSSVGPath is Undeclared)
NewUndeclaredWarning: RSComposite>>newPolygon (RSPolygon is Undeclared)
NewUndeclaredWarning: RSComposite>>newLabel (RSLabel is Undeclared)
MetacelloNotification: Loaded -> Roassal-Shapes --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Animation --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared)
NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared)
MetacelloNotification: Loaded -> Roassal-Interaction --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Colors --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Legend --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-UML --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Sunburst --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-FlameGraph --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Pie --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Inspector --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Chart --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-DSM --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Menu --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Spec --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Spec-Morphic --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-BaselineMap --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-SVG --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Class-Examples --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Mondrian --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
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.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Animation-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Shapes-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Interaction-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Chart-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-UML-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
NewUndeclaredWarning: RoassalSpecTest>>testTakeKeyboardFocus (StPlayground is Undeclared)
MetacelloNotification: Loaded -> Roassal-Spec-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-Inspector-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-BaselineMap-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> Roassal-SVG-Tests --- github://pharo-graphics/Roassal:v1.06f/src(613f15c)
MetacelloNotification: Loaded -> ColorPicker --- github://pharo-spec/ColorPicker:master/src(c4d6e2f)
MetacelloNotification: Loaded -> ColorPicker-Tests --- github://pharo-spec/ColorPicker:master/src(c4d6e2f)
MetacelloNotification: Loaded -> NewTools-Core --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Core-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Morphic --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
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: ASTProgramNode>>inspectionSource (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: ASTProgramNode>>inspectionSource (SpTextPresenterDecorator 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: 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>>overwiew (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:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Inspector --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Inspector-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
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:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Debugger-Extensions --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Debugger-Morphic --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Playground --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Playground-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-SystemReporter --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
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:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Spotter --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Spotter-Extensions --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Spotter-Processors-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Spotter-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Morphic-Spotter --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-FileBrowser --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-FileBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-FontChooser --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-FontChooser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-SpTextPresenterDecorators --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
NewUndeclaredWarning: StDebugger>>initializeBreakpointInspector (StDebuggerBreakpointInspection is Undeclared)
MetacelloNotification: Loaded -> NewTools-Debugger --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Debugger-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
NewUndeclaredWarning: StMessageListPresenter>>defaultScopes (ScopesManager is Undeclared)
MetacelloNotification: Loaded -> NewTools-MethodBrowsers --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Debugger-Breakpoints-Tools --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-ObjectCentricDebugPoints --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-ObjectCentricBreakpoints --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Sindarin-Commands --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Sindarin-Commands-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Sindarin-Tools --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-CodeCritiques --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-CodeCritiques-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Debugger-Fuel --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Debugger-Fuel-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-RewriterTools --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-ProfilerUI --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
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:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Scopes-Editor --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
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:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-A-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-B-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-C-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
NewUndeclaredWarning: StFinderExampleSearch>>previewPresenter (MicrodownPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-Finder --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Finder-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-SettingsBrowser --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-SettingsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
MetacelloNotification: Loaded -> NewTools-Utils --- github://pharo-spec/NewTools:Pharo13/src(ebeba1a)
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()
NewUndeclaredWarning: Microdown class>>asRichText: (MicRichTextComposer is Undeclared)
MetacelloNotification: Loaded -> Microdown --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c)
MetacelloNotification: Loaded -> Microdown-Tests --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c)
MetacelloNotification: Loaded -> Microdown-BrowserExtensions --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c)
MetacelloNotification: Loaded -> Microdown-RichTextComposer --- github://pillar-markup/Microdown:Pharo13/src(fe3e09c)
MetacelloNotification: Loaded -> BeautifulComments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: StWelcomeTopicMicrodownPresenter>>initializePresenters (MicrodownPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-WelcomeBrowser --- github://pharo-spec/NewTools-WelcomeBrowser:main/src(c126ba0)
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)
MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7)
MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7)
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:Pharo13(e400450)
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:Pharo13(e400450)
NewUndeclaredWarning: IceTipRepairLocateRepository>>defaultLocation (IceLibgitRepository is Undeclared)
NewUndeclaredWarning: IceTipRepairLocateRepository>>defaultSubdirectory (IceLibgitRepository 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: IceTipGitRepositoryPanel>>extractProjectName: (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: IceTipLocalRepositoryPanel>>validate (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:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(e400450)
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:Pharo13(e400450)
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:Pharo13(e400450)
NewUndeclaredWarning: IceGitHubCreatePullRequestModel>>obtainBaseRemote (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceGitHubCreatePullRequestModel>>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:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: ...finished baseline
Using authentification for Github API
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Loaded -> BaselineOfNewToolsDocumentBrowser --- unresolved
MetacelloNotification: Loading baseline of BaselineOfNewToolsDocumentBrowser...
MetacelloNotification: Project: Microdown
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: REGISTRATION OF INCOMPATABLE PROJECTS: BaselineOfMicrodown [baseline] REPLACED BY BaselineOfMicrodown [baseline] from github://pillar-markup/Microdown:Pharo13/src
MetacelloNotification: Project: Iceberg
MetacelloNotification: Project: Tonel
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: 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:Pharo13
MetacelloNotification: Loaded -> Microdown --- https://github.com/pillar-markup/Microdown.git[Pharo13](fe3e09cbaa682cae0c2f0531acfeb5a1cd5b027d)
MetacelloNotification: Loaded -> Microdown-RichTextComposer --- https://github.com/pillar-markup/Microdown.git[Pharo13](fe3e09cbaa682cae0c2f0531acfeb5a1cd5b027d)
MetacelloNotification: Loaded -> MonticelloTonel-Core --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16)
MetacelloNotification: Loaded -> MonticelloTonel-FileSystem --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16)
MetacelloNotification: Loaded -> MonticelloTonel-Tests-Mocks --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16)
MetacelloNotification: Loaded -> MonticelloTonel-Tests --- https://github.com/pharo-vcs/tonel.git[Pharo13](e1dfa3fa6ad7aa69f0393e92929e5c2843919c16)
MetacelloNotification: Loaded -> LibGit-Core --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7)
MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(904eaa7)
MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(e400450)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](1c2fad2c80a015182431d228d8b3fdf339d0ab31)
MetacelloNotification: ...finished baseline
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Monticello-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Deprecated13 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
Removing credential.
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-0bc5b91eea.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-0bc5b91eea.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-0bc5b91eea.image --no-default-preferences eval --save 'MCCacheRepository uniqueInstance enable. FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources. Smalltalk garbageCollect'
16777200
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image --no-default-preferences clean --release
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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-0bc5b91eea.image --no-default-preferences save Pharo
+ echo 130
+ rm -f Pharo13.0-64bit-0bc5b91.sources.bak Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes.bak
+ rm PharoV60.sources
++ cut -d. -f 1-2
++ echo Pharo13.0-SNAPSHOT
++ cut -d- -f 1
+ PHARO_SOURCES_PREFIX=Pharo13.0
+ zip Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image Pharo13.0-64bit-0bc5b91.sources pharo.version
  adding: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes (deflated 76%)
  adding: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image (deflated 72%)
  adding: Pharo13.0-64bit-0bc5b91.sources (deflated 82%)
  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=343 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=0bc5b91eea
+ FULL_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
+ MINIMAL_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.zip
+ BUILD_NUMBER=343
++ 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-0bc5b91eea.zip latest-64.zip
+ cp Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.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-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
+ mv Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=bootstrap
+ mv Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-bootstrap.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ cut -d - -f 3
++ echo Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
+ IMAGE_KIND=compiler
+ mv Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-compiler.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ cut -d - -f 3
++ echo Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
+ IMAGE_KIND=core
+ mv Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-core.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=hermesPackages
+ mv Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-hermesPackages.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=metacello
+ mv Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-metacello.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=monticello
+ mv Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-monticello.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=monticello_bootstrap
+ mv Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-monticello_bootstrap.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=rpackage
+ mv Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-rpackage.build.343.sha.0bc5b91eea.arch.64bit.zip
+ for f in ${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\0\b\c\5\b\9\1\e\e\a\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip
++ cut -d - -f 3
+ IMAGE_KIND=traits
+ mv Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip Pharo13.0-SNAPSHOT-traits.build.343.sha.0bc5b91eea.arch.64bit.zip
[Pipeline] sshagent
[ssh-agent] Using credentials pharo-ci
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXE7fexy/agent.1554702
SSH_AGENT_PID=1554704
Running ssh-add (command line suppressed)
Identity added: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_1314936576352318197.key (/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_1314936576352318197.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.343.sha.0bc5b91eea.arch.64bit.zip Pharo13.0-SNAPSHOT-metacello.build.343.sha.0bc5b91eea.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+deb12u3, OpenSSL 3.0.14 4 Jun 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+deb12u3
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_1314936576352318197.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_1314936576352318197.key RSA SHA256:SKhKytJpWbe1jr9zUP2TLu7Q3sHoBAyNCW7n7eTIHek agent
debug1: Server accepts key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_1314936576352318197.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 23034264
scp: debug1: truncating at 3115523
scp: debug1: truncating at 23034264
scp: debug1: truncating at 3115523
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 52344432, received 24644 bytes, in 0.8 seconds
Bytes per second: sent 63928942.4, received 30098.0
debug1: Exit status 0
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1554704 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
+ ls -la
total 124
drwxr-xr-x  10 ci ci  4096 Nov 17 16:51 .
drwxr-xr-x   4 ci ci  4096 Nov 17 16:50 ..
drwxr-xr-x   3 ci ci  4096 Nov 17 16:51 bootstrap
drwxr-xr-x   5 ci ci  4096 Nov 17 17:04 build
-rw-r--r--   1 ci ci   766 Nov 17 16:51 CODE_OF_CONDUCT.md
-rw-r--r--   1 ci ci  1413 Nov 17 16:51 CONTRIBUTING.md
drwxr-xr-x  12 ci ci  4096 Nov 17 16:51 doc
drwxr-xr-x   8 ci ci  4096 Nov 17 16:51 .git
-rw-r--r--   1 ci ci   264 Nov 17 16:51 .gitattributes
drwxr-xr-x   3 ci ci  4096 Nov 17 16:51 .github
-rw-r--r--   1 ci ci   237 Nov 17 16:51 .gitignore
-rw-r--r--   1 ci ci  9210 Nov 17 16:51 Jenkinsfile
-rw-r--r--   1 ci ci  4220 Nov 17 16:51 LICENSE
-rw-r--r--   1 ci ci    51 Nov 17 16:51 .project
-rw-r--r--   1 ci ci  5263 Nov 17 16:51 README.md
drwxr-xr-x   4 ci ci  4096 Nov 17 16:51 resources
drwxr-xr-x   3 ci ci  4096 Nov 17 16:51 scripts
drwxr-xr-x 605 ci ci 32768 Nov 17 16:51 src
-rw-r--r--   1 ci ci     5 Nov 17 16: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
[Pipeline] node
Running on gilda (Linux + docker) in /builds/workspace/uest_and_branch_Pipeline_Pharo13
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
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[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
[WS-CLEANUP] done
[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] sh
+ 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-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-0bc5b91.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip
/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-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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-64bit-0bc5b91eea.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
[Pipeline] sh
+ '[' 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
[Pipeline] bat
+ 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-monticello_bootstrap-64bit-0bc5b91eea.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-metacello-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-0bc5b91.sources
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
++ 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-monticello_bootstrap-64bit-0bc5b91eea.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
+ 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

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
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-0bc5b91eea.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image  ++ 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-0bc5b91.sources
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.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-0bc5b91eea.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -d. -f 1
++ cut -d- -f 1
++ cut -c6-

  inflating: Pharo13.0-64bit-0bc5b91.sources  + 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
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Windows-x86_64-stable.zip

 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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-0bc5b91.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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 '.*'
Running tests in 773 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 701189339

Finished to run tests of NewTools-SpTextPresenterDecorators in 29 milliseconds 478 microseconds

Beginning to run tests of SUnit-Rules-Tests with random seed 220899321

Finished to run tests of SUnit-Rules-Tests in 173 milliseconds 768 microseconds

Beginning to run tests of Tool-Profilers-Tests with random seed 581766824
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-0bc5b91eea.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image  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-0bc5b91eea.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image  
  inflating: Pharo13.0-64bit-0bc5b91.sources  
  inflating: Pharo13.0-64bit-0bc5b91.sources  
 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image

Finished to run tests of Tool-Profilers-Tests in 1 second 376 milliseconds 179 microseconds

Beginning to run tests of NewTools-Inspector-Tests with random seed 266238727
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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-0bc5b91.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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 '.*'

 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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-0bc5b91.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.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 '.*'
[ERROR] 2024-11-17 17:04:33.000 sqMakeMemoryNotExecutableFromTo (extracted/vm/src/win/sqWin32SpurAlloc.c:226):VirtualProtect(x,y,PAGE_EXECUTE_READWRITE): No error

Finished to run tests of NewTools-Inspector-Tests in 552 milliseconds 996 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 717430322
Running tests in 773 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 198154156

Finished to run tests of NewTools-SpTextPresenterDecorators in 62 milliseconds 131 microseconds

Beginning to run tests of SUnit-Rules-Tests with random seed 167968746

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has 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 SUnit-Rules-Tests in 335 milliseconds 793 microseconds

Beginning to run tests of Tool-Profilers-Tests with random seed 688252221
Running tests in 773 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 644308479

Finished to run tests of NewTools-SpTextPresenterDecorators in 183 milliseconds

Beginning to run tests of SUnit-Rules-Tests with random seed 514438841

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed 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 976 milliseconds 228 microseconds

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

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

Beginning to run tests of ReleaseTests with random seed 635228424
Finished to run tests of SUnit-Rules-Tests in 545 milliseconds

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


Finished to run tests of Tool-Profilers-Tests in 1 second 157 milliseconds 893 microseconds

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

Finished to run tests of NewTools-Inspector-Tests in 582 milliseconds 580 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 1032916235

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

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

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed 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 NewTools-Inspector-Tests in 779 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 712813513

Finished to run tests of Roassal-Chart-Tests in 982 milliseconds 497 microseconds

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

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

Beginning to run tests of ReleaseTests with random seed 781167591
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed 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 507 milliseconds

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

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

Beginning to run tests of ReleaseTests with random seed 769783280


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

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

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

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

Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 317 microseconds

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

Finished to run tests of NumericInterpolator-Tests in 18 milliseconds 598 microseconds

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

Finished to run tests of Refactoring-UI-Tests in 698 milliseconds 939 microseconds

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

Finished to run tests of System-Dependencies-Tests in 4 seconds 7 milliseconds 689 microseconds

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

NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared)
Finished to run tests of ReleaseTests in 53 seconds 133 milliseconds 464 microseconds

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

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

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

Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 528 microseconds

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

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

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

Finished to run tests of Refactoring-UI-Tests in 649 milliseconds 581 microseconds

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

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

Finished to run tests of MetacelloCommandLineHandler-Tests in 44 milliseconds

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

Finished to run tests of NautilusRefactoring-Tests in 26 milliseconds

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

Finished to run tests of NumericInterpolator-Tests in 96 milliseconds

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

Finished to run tests of Refactoring-UI-Tests in 718 milliseconds

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


Finished to run tests of System-Dependencies-Tests in 4 seconds 644 milliseconds 574 microseconds

Beginning to run tests of HeuristicCompletion-Tests with random seed 1010908737
Finished to run tests of System-Dependencies-Tests in 4 seconds 772 milliseconds

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


13
15
9
11
9
10
4
8
10
8
9
3
8
10
8
9
3
6
8
6
7
1
6
8
6
7
1
27
26
18
28
27
18
27
27
28
19
17
7
27
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
2
18
Finished to run tests of HeuristicCompletion-Tests in 13 seconds 836 milliseconds 841 microseconds

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

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 712 milliseconds 39 microseconds

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

Finished to run tests of Collections-Native-Tests in 154 milliseconds 205 microseconds

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

Finished to run tests of ClassAnnotation-Tests in 528 milliseconds 427 microseconds

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

Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 525 milliseconds 889 microseconds

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

Finished to run tests of SortFunctions-Tests in 3 milliseconds 471 microseconds

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

Finished to run tests of NewTools-Finder-Tests in 3 seconds 66 milliseconds 526 microseconds

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

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

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

Finished to run tests of System-Settings-Tests in 711 milliseconds 614 microseconds

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

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

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

13
15
9
11
9
10
4
8
10
8
9
3
8
10
8
9
3
6
8
6
7
1
6
8
6
7
1
Finished to run tests of Microdown-RichTextPresenter-Tests in 640 milliseconds 650 microseconds

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

27
26
18
28
27
18
27
27
28
19
17
7
27
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
2
18
Finished to run tests of Zinc-HTTP-Examples in 555 milliseconds 176 microseconds

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

Finished to run tests of HeuristicCompletion-Tests in 11 seconds 372 milliseconds 521 microseconds

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

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 780 milliseconds 294 microseconds

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

Finished to run tests of Collections-Native-Tests in 192 milliseconds 763 microseconds

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

Finished to run tests of ClassAnnotation-Tests in 670 milliseconds 162 microseconds

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

Finished to run tests of Collections-Weak-Tests in 2 seconds 6 milliseconds 546 microseconds

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

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

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

Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 531 milliseconds 250 microseconds

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

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

Beginning to run tests of NewTools-Finder-Tests with random seed 1071925561
13
15
9
11
9
10
4
8
10
8
9
3
8
10
8
9
3
6
8
6
7
1
6
8
6
7
1
27
26
18
28
27
18
27
27
28
19
17
7
27
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
2
18
Finished to run tests of HeuristicCompletion-Tests in 12 seconds 432 milliseconds

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

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.

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has 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 577 milliseconds 694 microseconds

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

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

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

Finished to run tests of CodeImport-Tests in 34 milliseconds 958 microseconds

Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 83039382

Finished to run tests of Tool-DependencyAnalyser-Tests in 977 milliseconds 883 microseconds

Beginning to run tests of System-Identification-Tests with random seed 489261928
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)

Finished to run tests of NewTools-Finder-Tests in 3 seconds 265 milliseconds 364 microseconds

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

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

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

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

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

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

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

Finished to run tests of System-Settings-Tests in 424 milliseconds 660 microseconds

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

Finished to run tests of UndefinedClasses-Tests in 23 milliseconds 690 microseconds

Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 847702217
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
NewUndeclaredWarning: TestClass1>>m (TestClass2 is Undeclared)
Finished to run tests of Kernel-CodeModel-Tests in 3 seconds 694 milliseconds

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


Finished to run tests of Microdown-RichTextPresenter-Tests in 515 milliseconds 53 microseconds

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

Finished to run tests of Monticello-Tests in 980 milliseconds 443 microseconds

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

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

Beginning to run tests of EpiceaBrowsers-Tests with random seed 796127094
Finished to run tests of Collections-Native-Tests in 887 milliseconds

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


Finished to run tests of Zinc-HTTP-Examples in 516 milliseconds 601 microseconds

Beginning to run tests of Collections-Weak-Tests with random seed 33524945
Finished to run tests of ClassAnnotation-Tests in 738 milliseconds

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

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

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

Finished to run tests of SortFunctions-Tests in 49 milliseconds

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


Finished to run tests of EpiceaBrowsers-Tests in 1 second 371 milliseconds 137 microseconds

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

Finished to run tests of Refactoring-DataForTesting in 1 millisecond 502 microseconds

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

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

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

Finished to run tests of Ring-Core-Tests in 549 milliseconds 270 microseconds

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

Finished to run tests of DrTests-TestCoverage-Tests in 75 milliseconds 231 microseconds

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

Finished to run tests of Zinc-Character-Encoding-Tests in 127 milliseconds 573 microseconds

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

Finished to run tests of Shift-ClassBuilder-Tests in 766 milliseconds 607 microseconds

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

Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 3 milliseconds 686 microseconds

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

Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 347 milliseconds 59 microseconds

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

Finished to run tests of Collections-Weak-Tests in 3 seconds 199 milliseconds 933 microseconds

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

Finished to run tests of Metacello-TestsReference in 4 milliseconds 800 microseconds

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

DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has been deprecated. This method will be removed in the future version of Pharo. See https://github.com/pharo-project/pharo/issues/15507 for details
DeprecationPerformedNotification: The method Object>>#explicitRequirement called from RSLinePlot>>#shape has 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-Finder-Tests in 3 seconds 282 milliseconds

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

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

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

Finished to run tests of System-Settings-Tests in 494 milliseconds

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

Finished to run tests of UndefinedClasses-Tests in 176 milliseconds

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

Finished to run tests of Microdown-RichTextPresenter-Tests in 589 milliseconds

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

Finished to run tests of Roassal-Global-Tests in 2 seconds 725 milliseconds 928 microseconds

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

Finished to run tests of Roassal-Inspector-Tests in 54 milliseconds 409 microseconds

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

Finished to run tests of CodeImport-Tests in 37 milliseconds 795 microseconds

Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 461995105

Finished to run tests of Tool-DependencyAnalyser-Tests in 998 milliseconds 768 microseconds

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

Finished to run tests of System-Identification-Tests in 51 milliseconds 248 microseconds

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

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

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

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest.
[ERROR] 2024-11-17 17:06:01.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:51834):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate

Finished to run tests of Monticello-Tests in 888 milliseconds 700 microseconds

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

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

Beginning to run tests of EpiceaBrowsers-Tests with random seed 791542010
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 332 milliseconds 456 microseconds

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

Finished to run tests of Refactoring-DataForTesting in 1 millisecond 562 microseconds

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

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

Beginning to run tests of Ring-Core-Tests with random seed 1040480820
Finished to run tests of Kernel-Tests in 6 seconds 934 milliseconds 531 microseconds

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

Finished to run tests of Ring-Core-Tests in 675 milliseconds 579 microseconds

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

Finished to run tests of DrTests-TestCoverage-Tests in 95 milliseconds 698 microseconds

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

Finished to run tests of Zinc-Character-Encoding-Tests in 105 milliseconds 828 microseconds

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

Finished to run tests of EmergencyDebugger-Tests in 308 milliseconds 150 microseconds

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

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

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

Finished to run tests of EnlumineurFormatter-Tests in 88 milliseconds 267 microseconds

Beginning to run tests of Morphic-Tests with random seed 663731925
Finished to run tests of Zinc-HTTP-Examples in 5 seconds 273 milliseconds

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


Finished to run tests of Shift-ClassBuilder-Tests in 957 milliseconds 653 microseconds

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

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

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

Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 379 milliseconds 710 microseconds

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

Finished to run tests of Morphic-Tests in 1 second 851 milliseconds 455 microseconds

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

Finished to run tests of Roassal-Animation-Tests in 1 second 553 milliseconds 228 microseconds

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

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

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

Finished to run tests of Collections-Unordered-Tests in 643 milliseconds 979 microseconds

Beginning to run tests of Refactoring-Environment-Tests with random seed 345183665
Finished to run tests of Collections-Weak-Tests in 4 seconds 264 milliseconds

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

Finished to run tests of Metacello-TestsReference in 26 milliseconds

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

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

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest.
[ERROR] 2024-11-17 17:06:11.000 growOldSpaceByAtLeastcallingOperation (Replacement/generated/64/vm/src/gcc3x-cointerp.c:51834):Required space is bigger than the headroom while primitiveGrowMemoryByAtLeast - requested by the image. Could not allocate
Finished to run tests of Roassal-Global-Tests in 2 seconds 902 milliseconds

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

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

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

Finished to run tests of CodeImport-Tests in 398 milliseconds

Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 771343761

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 Tool-DependencyAnalyser-Tests in 1 second 151 milliseconds

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

Finished to run tests of Kernel-Tests in 8 seconds 280 milliseconds 740 microseconds

Beginning to run tests of EmergencyDebugger-Tests with random seed 828783165
Finished to run tests of System-Identification-Tests in 537 milliseconds

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

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

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


Finished to run tests of EmergencyDebugger-Tests in 427 milliseconds 312 microseconds

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

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

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

Finished to run tests of EnlumineurFormatter-Tests in 116 milliseconds 134 microseconds

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

Finished to run tests of Morphic-Tests in 2 seconds 46 milliseconds 931 microseconds

Beginning to run tests of Roassal-Animation-Tests with random seed 319177829
Finished to run tests of Monticello-Tests in 2 seconds 650 milliseconds

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

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

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


Finished to run tests of Roassal-Animation-Tests in 1 second 548 milliseconds 630 microseconds

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

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

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

Finished to run tests of Collections-Unordered-Tests in 771 milliseconds 632 microseconds

Beginning to run tests of Refactoring-Environment-Tests with random seed 535486075
Finished to run tests of EpiceaBrowsers-Tests in 4 seconds 827 milliseconds

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

Finished to run tests of Refactoring-DataForTesting in 35 milliseconds

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

Finished to run tests of Commander2-Tests in 53 milliseconds

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

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

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

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

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

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

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

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

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

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

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

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

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

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method ExampleForDeprecationTest>>#deprecatedMessageWithTransform called from ExampleForDeprecationTest>>#sendsDeprecatedMessageWithTransform has been deprecated. This method is part of the DeprecationTest.
[ERROR] 2024-11-17 17:06:33.000 growOldSpaceByAtLeastcallingOperation (nt/generated/64/vm/src/gcc3x-cointerp.c:51834):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 8 seconds 345 milliseconds

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

Finished to run tests of EmergencyDebugger-Tests in 712 milliseconds

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

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

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

Finished to run tests of EnlumineurFormatter-Tests in 482 milliseconds

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

Finished to run tests of Morphic-Tests in 2 seconds 190 milliseconds

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


Finished to run tests of Refactoring-Environment-Tests in 26 seconds 961 milliseconds 687 microseconds

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

Finished to run tests of Spec2-Adapters-Morphic-Tests in 71 milliseconds 759 microseconds

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

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

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

Finished to run tests of Microdown-Tests in 1 second 733 milliseconds 927 microseconds

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

Finished to run tests of Collections-Sequenceable-Tests in 509 milliseconds 657 microseconds

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

Finished to run tests of Sindarin-Tests in 770 milliseconds 176 microseconds

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

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

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

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 256 milliseconds 692 microseconds

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

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

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

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

Finished to run tests of Collections-Unordered-Tests in 2 seconds 762 milliseconds

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


Finished to run tests of Refactoring-Environment-Tests in 23 seconds 360 milliseconds 649 microseconds

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

Finished to run tests of Spec2-Adapters-Morphic-Tests in 82 milliseconds 711 microseconds

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

Finished to run tests of Geometry-Tests in 31 milliseconds 785 microseconds

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

Finished to run tests of Microdown-Tests in 1 second 497 milliseconds 205 microseconds

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

Finished to run tests of Collections-Sequenceable-Tests in 603 milliseconds 577 microseconds

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

Finished to run tests of Sindarin-Tests in 532 milliseconds 756 microseconds

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

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

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

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 198 milliseconds 705 microseconds

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

Finished to run tests of NewTools-Spotter-Processors-Tests in 21 seconds 605 milliseconds 920 microseconds

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

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

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

Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 831 milliseconds 772 microseconds

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

Finished to run tests of Roassal-UML-Tests in 32 milliseconds 443 microseconds

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

Finished to run tests of ClassParser-Tests in 245 milliseconds 444 microseconds

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

Finished to run tests of Roassal-Mondrian in 9 milliseconds 360 microseconds

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

Finished to run tests of FileSystem-Core-Tests in 69 milliseconds 822 microseconds

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

Finished to run tests of NewTools-RewriterTools-Tests in 181 milliseconds 768 microseconds

Beginning to run tests of BeautifulComments with random seed 905245068

Finished to run tests of BeautifulComments in 29 milliseconds 642 microseconds

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

Finished to run tests of NewTools-Scopes-Tests in 146 milliseconds 148 microseconds

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

Finished to run tests of System-Finalization-Tests in 407 milliseconds 180 microseconds

Beginning to run tests of Slot-Tests with random seed 497615827
Finished to run tests of Refactoring-Environment-Tests in 23 seconds 998 milliseconds

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

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

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

Finished to run tests of Geometry-Tests in 257 milliseconds

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

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

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

Finished to run tests of Collections-Sequenceable-Tests in 2 seconds 357 milliseconds

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

Finished to run tests of Sindarin-Tests in 894 milliseconds

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

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

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

Requested font dd08sadna80nsazczxcz not found
Requested font Arial not found
Requested font dd08sadna80nsazczxcz not found

Finished to run tests of Slot-Tests in 5 seconds 924 milliseconds 151 microseconds

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

Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 171 milliseconds 955 microseconds

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

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

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

Finished to run tests of VariablesLibrary-Tests in 200 milliseconds 104 microseconds

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

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

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

Finished to run tests of DebugPoints-Tests in 287 milliseconds 51 microseconds

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

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

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

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

Beginning to run tests of TaskIt-Tests with random seed 992394820
Requested font Arial not found
Finished to run tests of NewTools-FontChooser in 230 milliseconds

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


Finished to run tests of NewTools-Spotter-Processors-Tests in 28 seconds 769 milliseconds 398 microseconds

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

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

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

Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 762 milliseconds 805 microseconds

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

Finished to run tests of Roassal-UML-Tests in 28 milliseconds 42 microseconds

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

Finished to run tests of ClassParser-Tests in 273 milliseconds 228 microseconds

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

Finished to run tests of Roassal-Mondrian in 11 milliseconds 677 microseconds

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

Finished to run tests of FileSystem-Core-Tests in 78 milliseconds 748 microseconds

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

Finished to run tests of NewTools-RewriterTools-Tests in 188 milliseconds 772 microseconds

Beginning to run tests of BeautifulComments with random seed 564905343

Finished to run tests of BeautifulComments in 18 milliseconds 740 microseconds

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

Finished to run tests of NewTools-Scopes-Tests in 120 milliseconds 555 microseconds

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

Finished to run tests of System-Finalization-Tests in 681 milliseconds 198 microseconds

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

Finished to run tests of Slot-Tests in 6 seconds 937 milliseconds 474 microseconds

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

Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 225 milliseconds 261 microseconds

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

Finished to run tests of System-Installers-Tests in 145 milliseconds 589 microseconds

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

Finished to run tests of VariablesLibrary-Tests in 249 milliseconds 666 microseconds

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

Finished to run tests of System-History-Tests in 2 milliseconds 889 microseconds

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

Finished to run tests of DebugPoints-Tests in 285 milliseconds 150 microseconds

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

Finished to run tests of SystemCommands-RefactoringSupport-Tests in 22 milliseconds 65 microseconds

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

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

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

Finished to run tests of TaskIt-Tests in 19 seconds 757 milliseconds 875 microseconds

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

Finished to run tests of Kernel-Tests-WithCompiler in 32 milliseconds 105 microseconds

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

Finished to run tests of NewTools-FileBrowser-Tests in 6 seconds 362 milliseconds 962 microseconds

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

Finished to run tests of System-BasicCommandLineHandler-Tests in 45 milliseconds 350 microseconds

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

Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 18 milliseconds 641 microseconds

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

-999
0
1
2
3
4
5
6
7
8
9
10
11
12
999
2
2
2
3
4
3
4
0
4
11
12
24
26
1
26
0
4
11
12
24
26
1
26
999
Finished to run tests of Rubric-Tests in 122 milliseconds 365 microseconds

Beginning to run tests of Graphics-Tests with random seed 466959915
Finished to run tests of NewTools-Spotter-Processors-Tests in 26 seconds 723 milliseconds

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

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 891856405


Finished to run tests of Graphics-Tests in 1 second 823 milliseconds 946 microseconds

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

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

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

Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 4 milliseconds 522 microseconds

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

Finished to run tests of Roassal-Interaction-Tests in 109 milliseconds 769 microseconds

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

Finished to run tests of NewTools-Debugger-Fuel-Tests in 19 milliseconds 389 microseconds

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

Finished to run tests of NewTools-Core-Tests in 407 milliseconds 889 microseconds

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

Finished to run tests of OpalCompiler-Tests in 685 milliseconds 955 microseconds

Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 110321955
Finished to run tests of ThreadedFFI-UFFI-Tests in 3 seconds 253 milliseconds

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

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

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


Finished to run tests of Spec2-Morphic-Backend-Tests in 840 milliseconds 191 microseconds

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

Finished to run tests of Collections-Streams-Tests in 167 milliseconds 840 microseconds

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

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

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

Finished to run tests of Network-Mail-Tests in 5 milliseconds 526 microseconds
Finished to run tests of ClassParser-Tests in 727 milliseconds

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

Finished to run tests of Roassal-Mondrian in 35 milliseconds

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

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

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

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

Beginning to run tests of BeautifulComments with random seed 522168409

Finished to run tests of BeautifulComments in 46 milliseconds

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

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

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

Finished to run tests of System-Finalization-Tests in 709 milliseconds

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


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

Finished to run tests of PharoDocComment-Tests in 478 milliseconds 508 microseconds

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

Finished to run tests of Coverage-Tests in 253 milliseconds 22 microseconds

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

Finished to run tests of NewTools-CodeCritiques-Tests in 812 milliseconds 646 microseconds

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

Finished to run tests of TaskIt-Tests in 21 seconds 937 milliseconds 856 microseconds

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

Finished to run tests of Kernel-Tests-WithCompiler in 44 milliseconds 503 microseconds

Beginning to run tests of NewTools-FileBrowser-Tests with random seed 153681501
Finished to run tests of Slot-Tests in 6 seconds 771 milliseconds

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

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

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

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

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


Finished to run tests of Zinc-Zodiac-Tests in 6 seconds 657 milliseconds 521 microseconds

Beginning to run tests of System-Support-Tests with random seed 25631812
Finished to run tests of VariablesLibrary-Tests in 392 milliseconds

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

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

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


Finished to run tests of System-Support-Tests in 1 second 513 milliseconds 379 microseconds

Beginning to run tests of System-Caching-Tests with random seed 919749171
Finished to run tests of DebugPoints-Tests in 1 second 388 milliseconds

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

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

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

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

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


Finished to run tests of NewTools-FileBrowser-Tests in 6 seconds 954 milliseconds 7 microseconds

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

Finished to run tests of System-BasicCommandLineHandler-Tests in 58 milliseconds 685 microseconds

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

Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 23 milliseconds 236 microseconds

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

-999
0
1
2
3
4
5
6
7
8
9
10
11
12
999
2
2
2
3
4
3
4
0
4
11
12
24
26
1
26
0
4
11
12
24
26
1
26
999
Finished to run tests of Rubric-Tests in 135 milliseconds 245 microseconds

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

Finished to run tests of System-Caching-Tests in 2 seconds 257 milliseconds 952 microseconds

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

Finished to run tests of SystemCommands-MessageCommands-Tests in 6 milliseconds 819 microseconds

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

Finished to run tests of Reflectivity-Tools-Tests in 587 milliseconds 971 microseconds

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

Finished to run tests of System-Hashing-Tests in 643 milliseconds 24 microseconds

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

Finished to run tests of Graphics-Tests in 2 seconds 282 milliseconds 536 microseconds

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

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

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

Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 4 milliseconds 816 microseconds

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

Finished to run tests of Roassal-Interaction-Tests in 134 milliseconds 776 microseconds

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

Finished to run tests of NewTools-Debugger-Fuel-Tests in 17 milliseconds 759 microseconds

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

Finished to run tests of NewTools-Core-Tests in 445 milliseconds 637 microseconds

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

Finished to run tests of OpalCompiler-Tests in 798 milliseconds 588 microseconds

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

Finished to run tests of Spec2-Morphic-Backend-Tests in 761 milliseconds 203 microseconds

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

Finished to run tests of Collections-Streams-Tests in 202 milliseconds 380 microseconds

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

Finished to run tests of Collections-DoubleLinkedList-Tests in 3 milliseconds 709 microseconds

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

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

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

Finished to run tests of PharoDocComment-Tests in 582 milliseconds 118 microseconds

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

Finished to run tests of Coverage-Tests in 271 milliseconds 32 microseconds

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

Finished to run tests of Calypso-Browser-Tests in 6 seconds 702 milliseconds 302 microseconds

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

Finished to run tests of NewTools-CodeCritiques-Tests in 928 milliseconds 982 microseconds

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

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

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

somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 86 milliseconds 397 microseconds

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

Finished to run tests of SystemCommands-PackageCommands-Tests in 2 milliseconds 460 microseconds

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

Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 117 milliseconds 94 microseconds

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

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

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

Finished to run tests of Random-Tests in 355 milliseconds 180 microseconds

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

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

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

Finished to run tests of UnifiedFFI-Tests in 335 milliseconds 792 microseconds

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

Finished to run tests of Spec2-ListView-Tests in 102 milliseconds 261 microseconds

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

Finished to run tests of Epicea-Tests in 447 milliseconds 57 microseconds

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

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

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

Finished to run tests of Zinc-Zodiac-Tests in 6 seconds 627 milliseconds 427 microseconds

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

Finished to run tests of System-Support-Tests in 2 seconds 229 milliseconds 460 microseconds

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

Finished to run tests of System-Caching-Tests in 2 seconds 325 milliseconds 504 microseconds

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

Finished to run tests of SystemCommands-MessageCommands-Tests in 3 milliseconds 332 microseconds

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

Finished to run tests of Reflectivity-Tools-Tests in 1 second 121 milliseconds 528 microseconds

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

Finished to run tests of System-Hashing-Tests in 1 second 133 milliseconds 486 microseconds

Beginning to run tests of Calypso-Browser-Tests with random seed 501745456
Finished to run tests of TaskIt-Tests in 23 seconds 474 milliseconds

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

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

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

Finished to run tests of NewTools-FileBrowser-Tests in 6 seconds 807 milliseconds

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

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

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

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

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

-999
0
1
2
3
4
5
6
7
8
9
10
11
12
999
2
2
2
3
4
3
4
0
4
11
12
24
26
1
26
0
4
11
12
24
26
1
26
999
Finished to run tests of Rubric-Tests in 297 milliseconds

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


Finished to run tests of Calypso-Browser-Tests in 7 seconds 364 milliseconds 704 microseconds

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

Finished to run tests of NewTools-Spotter-Tests in 641 milliseconds 167 microseconds

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

somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 10 milliseconds 328 microseconds

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

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

Beginning to run tests of Spec2-Code-Backend-Tests with random seed 664078699
Finished to run tests of Graphics-Tests in 2 seconds 596 milliseconds

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

Finished to run tests of NewValueHolder-Tests in 39 milliseconds

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

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

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

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

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

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

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

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

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


Finished to run tests of Spec2-Code-Backend-Tests in 1 second 991 milliseconds 169 microseconds

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

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

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

Finished to run tests of Random-Tests in 453 milliseconds 739 microseconds

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

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

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

Finished to run tests of UnifiedFFI-Tests in 337 milliseconds 441 microseconds

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

Finished to run tests of Spec2-ListView-Tests in 95 milliseconds 362 microseconds

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

Finished to run tests of Epicea-Tests in 509 milliseconds 229 microseconds

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

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

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

Finished to run tests of Refactoring-Transformations-Tests in 21 seconds 14 milliseconds 684 microseconds

Beginning to run tests of Traits-Tests with random seed 521742535
Finished to run tests of OpalCompiler-Tests in 3 seconds 101 milliseconds

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

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

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

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

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

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

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

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


SystemNotification: T2
SystemNotification: T1
SystemNotification: T6
SystemNotification: T12
SystemNotification: T11
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: T3
SystemNotification: T9
SystemNotification: T4
SystemNotification: T10
SystemNotification: T5
SystemNotification: C1
SystemNotification: C2
SystemNotification: C9
SystemNotification: C10
SystemNotification: C11
SystemNotification: CA
SystemNotification: CB
SystemNotification: T6
Beginning to run tests of PharoDocComment-Tests with random seed 1039434308

Finished to run tests of PharoDocComment-Tests in 1 second 921 milliseconds

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

Finished to run tests of Coverage-Tests in 308 milliseconds

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

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

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

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 14 seconds 92 milliseconds 983 microseconds

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

Finished to run tests of Morphic-Widgets-FastTable-Tests in 31 milliseconds 637 microseconds

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

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

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

Finished to run tests of ProfStef-Tests in 139 milliseconds 485 microseconds

Beginning to run tests of Compression-Tests with random seed 701558941
Finished to run tests of Zinc-Zodiac-Tests in 5 seconds 998 milliseconds

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

Finished to run tests of System-Support-Tests in 1 second 820 milliseconds

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


Finished to run tests of Compression-Tests in 2 seconds 545 milliseconds 702 microseconds

Beginning to run tests of SUnit-Core with random seed 1041941134

Finished to run tests of SUnit-Core in 3 milliseconds 45 microseconds

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

Finished to run tests of DrTests-Tests in 257 milliseconds 332 microseconds

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

Finished to run tests of Debugger-Model-Tests in 711 milliseconds 61 microseconds

Beginning to run tests of Spec2-Backend-Tests with random seed 13256029
Finished to run tests of System-Caching-Tests in 2 seconds 332 milliseconds

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

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

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

Finished to run tests of Reflectivity-Tools-Tests in 1 second 445 milliseconds

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

Finished to run tests of System-Hashing-Tests in 977 milliseconds

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


Finished to run tests of Refactoring-Transformations-Tests in 22 seconds 634 milliseconds 375 microseconds

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

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

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

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

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

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

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

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

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

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

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

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

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

Finished to run tests of Random-Tests in 505 milliseconds

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

Finished to run tests of OSWindow-Tests in 28 milliseconds

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

Finished to run tests of UnifiedFFI-Tests in 409 milliseconds

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

Finished to run tests of Spec2-ListView-Tests in 141 milliseconds

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

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
Finished to run tests of Epicea-Tests in 2 seconds 273 milliseconds

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

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

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

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 17 seconds 157 milliseconds 475 microseconds

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

Finished to run tests of Morphic-Widgets-FastTable-Tests in 70 milliseconds 340 microseconds

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

Finished to run tests of Ring-ChunkImporter-Tests in 26 milliseconds 673 microseconds

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

Finished to run tests of ProfStef-Tests in 142 milliseconds 53 microseconds

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

Finished to run tests of Compression-Tests in 2 seconds 613 milliseconds 607 microseconds

Beginning to run tests of SUnit-Core with random seed 426902576

Finished to run tests of SUnit-Core in 687 microseconds

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

Finished to run tests of DrTests-Tests in 295 milliseconds 634 microseconds

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

Finished to run tests of Debugger-Model-Tests in 644 milliseconds 78 microseconds

Beginning to run tests of Spec2-Backend-Tests with random seed 102248927
Finished to run tests of Refactoring-Transformations-Tests in 23 seconds 28 milliseconds

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

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 Spec2-Backend-Tests in 49 seconds 715 milliseconds 569 microseconds

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

Finished to run tests of SUnit-Support-UITesting-Tests in 4 milliseconds 80 microseconds

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

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 77 milliseconds 372 microseconds

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

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

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

Finished to run tests of Renraku-Tests in 2 seconds 420 milliseconds 705 microseconds

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

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

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

Finished to run tests of Network-Tests in 7 seconds 700 milliseconds 508 microseconds

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

Finished to run tests of Ring-Monticello-Tests in 56 milliseconds 111 microseconds

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

Finished to run tests of NewTools-DebugPointsBrowser-Tests in 327 milliseconds 258 microseconds

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

Finished to run tests of NewTools-Sindarin-Commands-Tests in 32 milliseconds 751 microseconds

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

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 227 milliseconds 339 microseconds

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

Finished to run tests of MonticelloTonel-Tests in 172 milliseconds 50 microseconds

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

2024-11-17T17:09:53.969913+01: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 122 milliseconds 784 microseconds

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

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)
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
Finished to run tests of AST-Core-Tests in 4 seconds 711 milliseconds 175 microseconds

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

Finished to run tests of System-Sources-Tests in 53 milliseconds 77 microseconds

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

Finished to run tests of FuzzyMatcher-Tests in 2 milliseconds 283 microseconds

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

Finished to run tests of RottenTestsFinder-Tests in 253 milliseconds 528 microseconds

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

Finished to run tests of Keymapping-Tests in 17 milliseconds 928 microseconds

Beginning to run tests of SUnit-Tests with random seed 686074790
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 Spec2-Backend-Tests in 46 seconds 581 milliseconds 281 microseconds

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

Finished to run tests of SUnit-Support-UITesting-Tests in 2 milliseconds 991 microseconds

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

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 79 milliseconds 307 microseconds

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

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

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

Finished to run tests of SUnit-Tests in 4 seconds 25 milliseconds 194 microseconds

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

Finished to run tests of Roassal-Spec-Tests in 98 milliseconds 891 microseconds

Beginning to run tests of MonticelloGUI-Tests with random seed 811449287

Finished to run tests of MonticelloGUI-Tests in 218 milliseconds 345 microseconds

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

Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 627 milliseconds 204 microseconds

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

Finished to run tests of Spec2-Dialogs-Tests in 609 milliseconds 177 microseconds

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

Finished to run tests of Text-Diff-Tests in 3 milliseconds 58 microseconds

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

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

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

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

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

Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 392 microseconds

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

Finished to run tests of SUnit-Visitor-Tests in 3 milliseconds 125 microseconds

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

Finished to run tests of Zinc-Resource-Meta-Tests in 130 milliseconds 377 microseconds

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

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

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

Finished to run tests of NewTools-FontChooser-Tests in 1 millisecond 15 microseconds

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

Finished to run tests of Roassal-Shapes-Tests in 133 milliseconds 530 microseconds

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

Finished to run tests of Shout-Tests in 29 milliseconds 822 microseconds

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

Finished to run tests of Renraku-Tests in 2 seconds 101 milliseconds 460 microseconds

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

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

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

Finished to run tests of ColorPicker-Tests in 96 milliseconds 108 microseconds

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

Finished to run tests of Announcements-Core-Tests in 539 milliseconds 743 microseconds

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

Finished to run tests of RTree-Tests in 7 milliseconds 852 microseconds

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

Finished to run tests of Ombu-Tests in 188 milliseconds 737 microseconds

Beginning to run tests of FreeType-Tests with random seed 313142775
Finished to run tests of Traits-Tests in 35 seconds 784 milliseconds

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

Finished to run tests of Morphic-Widgets-FastTable-Tests in 134 milliseconds

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

Finished to run tests of Ring-ChunkImporter-Tests in 98 milliseconds

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

Finished to run tests of ProfStef-Tests in 203 milliseconds

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


Finished to run tests of FreeType-Tests in 4 seconds 889 milliseconds 868 microseconds

Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 435206418

Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 10 milliseconds 150 microseconds

Beginning to run tests of Debugger-Oups-Tests with random seed 693707295

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 24 milliseconds 592 microseconds

Beginning to run tests of STON-Tests with random seed 129868344

Finished to run tests of STON-Tests in 977 milliseconds 31 microseconds

Beginning to run tests of FileSystem-Memory-Tests with random seed 255989000
Finished to run tests of Compression-Tests in 4 seconds 249 milliseconds

Beginning to run tests of SUnit-Core with random seed 469798690

Finished to run tests of SUnit-Core in 20 milliseconds

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

Finished to run tests of DrTests-Tests in 353 milliseconds

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

Finished to run tests of Debugger-Model-Tests in 842 milliseconds

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


Finished to run tests of Network-Tests in 8 seconds 35 milliseconds 180 microseconds

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

Finished to run tests of Ring-Monticello-Tests in 93 milliseconds 94 microseconds

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

Finished to run tests of NewTools-DebugPointsBrowser-Tests in 616 milliseconds 240 microseconds

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

Finished to run tests of NewTools-Sindarin-Commands-Tests in 64 milliseconds 913 microseconds

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

Finished to run tests of FileSystem-Memory-Tests in 2 seconds 513 milliseconds 381 microseconds

Beginning to run tests of Files-Tests with random seed 28258011

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 393 milliseconds 500 microseconds

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

Finished to run tests of MonticelloTonel-Tests in 309 milliseconds 352 microseconds

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

2024-11-17T17:10:17.626639+01: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 333 milliseconds 472 microseconds

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

Finished to run tests of Files-Tests in 3 seconds 330 milliseconds 940 microseconds

Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 6126558

Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 4 milliseconds 371 microseconds

Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 184263651

Finished to run tests of DrTests-CommentsToTests-Tests in 6 milliseconds 415 microseconds

Beginning to run tests of Regex-Core-Tests with random seed 481851627

Finished to run tests of Regex-Core-Tests in 30 milliseconds 469 microseconds

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

NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)

Finished to run tests of Spec2-Code-Tests in 1 second 689 milliseconds 485 microseconds

Beginning to run tests of Collections-Tests with random seed 479957668

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

Beginning to run tests of NewTools-Playground-Tests with random seed 182849959
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)

Finished to run tests of NewTools-Playground-Tests in 551 milliseconds 94 microseconds

Beginning to run tests of Spec2-Tests with random seed 1063302349
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 161 milliseconds 560 microseconds

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

Finished to run tests of System-Sources-Tests in 66 milliseconds 491 microseconds

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

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

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

Finished to run tests of RottenTestsFinder-Tests in 368 milliseconds 763 microseconds

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

Finished to run tests of Keymapping-Tests in 22 milliseconds 257 microseconds

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

Finished to run tests of SUnit-Tests in 4 seconds 50 milliseconds 627 microseconds

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

Finished to run tests of Roassal-Spec-Tests in 182 milliseconds 878 microseconds

Beginning to run tests of MonticelloGUI-Tests with random seed 781257295

Finished to run tests of MonticelloGUI-Tests in 304 milliseconds 889 microseconds

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

Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 905 milliseconds 169 microseconds

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

Finished to run tests of Spec2-Dialogs-Tests in 553 milliseconds 37 microseconds

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

Finished to run tests of Text-Diff-Tests in 4 milliseconds 611 microseconds

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

Finished to run tests of Commander-Core-Tests in 4 milliseconds 652 microseconds

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

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

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

Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 110 microseconds

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

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

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

Finished to run tests of Zinc-Resource-Meta-Tests in 199 milliseconds 770 microseconds

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

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

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

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

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

Finished to run tests of Roassal-Shapes-Tests in 236 milliseconds 301 microseconds

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

Finished to run tests of Shout-Tests in 58 milliseconds 2 microseconds

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

Finished to run tests of ColorPicker-Tests in 180 milliseconds 40 microseconds

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

Finished to run tests of Announcements-Core-Tests in 1 second 373 milliseconds 422 microseconds

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

Finished to run tests of RTree-Tests in 18 milliseconds 545 microseconds

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

Finished to run tests of Ombu-Tests in 317 milliseconds 523 microseconds

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

Finished to run tests of Spec2-Tests in 10 seconds 321 milliseconds 619 microseconds

Beginning to run tests of System-Utilities-Tests with random seed 107030051

Finished to run tests of System-Utilities-Tests in 6 milliseconds 110 microseconds

Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 231920936

Finished to run tests of Tool-ExternalBrowser-Tests in 93 milliseconds 795 microseconds

Beginning to run tests of Hiedra-Tests with random seed 763002248

Finished to run tests of Hiedra-Tests in 65 milliseconds 656 microseconds

Beginning to run tests of Zodiac-Tests with random seed 309120713

Finished to run tests of Zodiac-Tests in 218 milliseconds 271 microseconds

Beginning to run tests of Roassal-BaselineMap-Tests with random seed 827078309

Finished to run tests of Roassal-BaselineMap-Tests in 40 milliseconds 486 microseconds

Beginning to run tests of Metacello-TestsCore with random seed 441630413

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 20 milliseconds 817 microseconds

Beginning to run tests of System-Platforms-Tests with random seed 550237924

Finished to run tests of System-Platforms-Tests in 3 milliseconds 696 microseconds

Beginning to run tests of Athens-Cairo-Tests with random seed 82167271
2024-11-17 17:10:30.608 Pharo[24304:10949865] XType: Using static font registry.

Finished to run tests of Athens-Cairo-Tests in 15 milliseconds 845 microseconds

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

Finished to run tests of Spec2-Morphic-Tests in 2 seconds 741 milliseconds 912 microseconds

Beginning to run tests of System-Localization-Tests with random seed 360587953

Finished to run tests of System-Localization-Tests in 7 milliseconds 18 microseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 202590902

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 129 milliseconds 803 microseconds

Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 320379192

Finished to run tests of Morphic-Widgets-Taskbar-Tests in 18 milliseconds 39 microseconds

Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 301125962

Finished to run tests of AI-Algorithms-Graph-Tests in 18 milliseconds 931 microseconds

Beginning to run tests of Manifest-Tests with random seed 1058275934

Finished to run tests of Manifest-Tests in 961 milliseconds 806 microseconds

Beginning to run tests of Calypso-SystemQueries-Tests with random seed 937342241

Finished to run tests of Calypso-SystemQueries-Tests in 980 milliseconds 215 microseconds

Beginning to run tests of Clap-Tests with random seed 358523643

Finished to run tests of Clap-Tests in 15 milliseconds 808 microseconds

Beginning to run tests of Refactoring-Core-Tests with random seed 1011288330

Finished to run tests of Refactoring-Core-Tests in 1 second 972 milliseconds 358 microseconds

Beginning to run tests of System-SessionManager-Tests with random seed 961012416

Finished to run tests of System-SessionManager-Tests in 7 milliseconds 18 microseconds

Beginning to run tests of Tool-ImageCleaner-Tests with random seed 106824391

Finished to run tests of Tool-ImageCleaner-Tests in 2 milliseconds 233 microseconds

Beginning to run tests of FileSystem-Disk-Tests with random seed 493429450

Finished to run tests of FileSystem-Disk-Tests in 2 seconds 131 milliseconds 436 microseconds

Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 922665501

Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 942 milliseconds 630 microseconds

Beginning to run tests of Beacon-Core-Tests with random seed 379750836

Finished to run tests of Beacon-Core-Tests in 2 milliseconds 269 microseconds

Beginning to run tests of Collections-Stack-Tests with random seed 838814135

Finished to run tests of Collections-Stack-Tests in 1 millisecond 505 microseconds

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

Finished to run tests of Ring-Definitions-Monticello-Tests in 7 milliseconds 263 microseconds

Beginning to run tests of Equals-Tests with random seed 125096641

Finished to run tests of Equals-Tests in 24 milliseconds 747 microseconds

Beginning to run tests of Collections-Strings-Tests with random seed 1043139290

Finished to run tests of FreeType-Tests in 9 seconds 384 milliseconds 425 microseconds

Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 832474961

Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 8 milliseconds 539 microseconds

Beginning to run tests of Debugger-Oups-Tests with random seed 233247836

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 33 milliseconds 394 microseconds

Beginning to run tests of STON-Tests with random seed 700093565

Finished to run tests of Collections-Strings-Tests in 672 milliseconds 594 microseconds

Beginning to run tests of Roassal-Layouts-Tests with random seed 779401085

Finished to run tests of Roassal-Layouts-Tests in 17 milliseconds 289 microseconds

Beginning to run tests of Kernel-ExtraUtils with random seed 424644495

Finished to run tests of Kernel-ExtraUtils in 4 milliseconds 765 microseconds

Beginning to run tests of System-Object Events-Tests with random seed 177479572

Finished to run tests of System-Object Events-Tests in 42 milliseconds 656 microseconds

Beginning to run tests of Metacello-TestsMCCore with random seed 981346238

MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/temp/repo
Finished to run tests of Metacello-TestsMCCore in 16 milliseconds 492 microseconds

Beginning to run tests of FileSystem-Tests-Attributes with random seed 945944528

Finished to run tests of FileSystem-Tests-Attributes in 10 milliseconds 864 microseconds

Beginning to run tests of Tool-Finder-Tests with random seed 651826396

Finished to run tests of Tool-Finder-Tests in 106 milliseconds 275 microseconds

Beginning to run tests of Zinc-Tests with random seed 655801670

Finished to run tests of STON-Tests in 1 second 284 milliseconds 841 microseconds

Beginning to run tests of FileSystem-Memory-Tests with random seed 681116802

Finished to run tests of FileSystem-Memory-Tests in 2 seconds 438 milliseconds 143 microseconds

Beginning to run tests of Files-Tests with random seed 516570634

Finished to run tests of Files-Tests in 5 seconds 280 milliseconds 502 microseconds

Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 1013973674

Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 5 milliseconds 250 microseconds

Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 932305583

Finished to run tests of DrTests-CommentsToTests-Tests in 8 milliseconds 409 microseconds

Beginning to run tests of Regex-Core-Tests with random seed 869663161

Finished to run tests of Regex-Core-Tests in 35 milliseconds 165 microseconds

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

Finished to run tests of Spec2-Code-Tests in 1 second 469 milliseconds 239 microseconds

Beginning to run tests of Collections-Tests with random seed 960986011

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

Beginning to run tests of NewTools-Playground-Tests with random seed 880861343

Finished to run tests of NewTools-Playground-Tests in 620 milliseconds 998 microseconds

Beginning to run tests of Spec2-Tests with random seed 755937292

Finished to run tests of Zinc-Tests in 9 seconds 273 milliseconds 737 microseconds

Beginning to run tests of Athens-Core-Tests with random seed 221672066

Finished to run tests of Athens-Core-Tests in 4 milliseconds 303 microseconds

Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 234193543

Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 124 milliseconds 292 microseconds

Beginning to run tests of NumberParser-Tests with random seed 30579157

Finished to run tests of NumberParser-Tests in 92 milliseconds 827 microseconds

Beginning to run tests of Specific-Rules-Tests with random seed 962341169

Finished to run tests of Specific-Rules-Tests in 2 milliseconds 807 microseconds

Beginning to run tests of Tool-FileList-Tests with random seed 987050292

Finished to run tests of Tool-FileList-Tests in 75 milliseconds 94 microseconds

Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 140052865

Finished to run tests of Ring-Definitions-Tests-Containers in 1 millisecond 583 microseconds

Beginning to run tests of Fonts-Infrastructure-Tests with random seed 797895297

Finished to run tests of Fonts-Infrastructure-Tests in 902 microseconds

Beginning to run tests of Flashback-Decompiler-Tests with random seed 891865732

1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 183 milliseconds 310 microseconds

Beginning to run tests of Tools-Tests with random seed 39602235

Finished to run tests of Tools-Tests in 115 milliseconds 784 microseconds

Beginning to run tests of ReferenceFinder-Core with random seed 106136494


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 875 microseconds

Beginning to run tests of Metacello-Gitlab-Tests with random seed 837280689

Finished to run tests of Metacello-Gitlab-Tests in 2 milliseconds 233 microseconds

Beginning to run tests of Tools-CodeNavigation-Tests with random seed 525792179

Finished to run tests of Tools-CodeNavigation-Tests in 12 milliseconds 124 microseconds

Beginning to run tests of Debugging-Utils-Tests with random seed 982227904

Finished to run tests of Debugging-Utils-Tests in 230 milliseconds 537 microseconds

Beginning to run tests of FormCanvas-Tests with random seed 590618534

Finished to run tests of FormCanvas-Tests in 3 milliseconds 278 microseconds

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

Finished to run tests of Ring-Definitions-Core-Tests in 32 milliseconds 790 microseconds

Beginning to run tests of NECompletion-Tests with random seed 792465356

9
11
9
10
4
8
10
8
9
3
8
10
8
9
3
6
8
6
7
1
6
8
6
7
1
27
26
18
28
27
18
27
27
28
19
17
7
27
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
2
18
Finished to run tests of NECompletion-Tests in 154 milliseconds 554 microseconds

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

NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
Finished to run tests of Spec2-Backend-Tests in 43 seconds 825 milliseconds

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

Finished to run tests of SUnit-Support-UITesting-Tests in 38 milliseconds

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

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 641 milliseconds

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

Finished to run tests of Collections-Atomic-Tests in 50 milliseconds

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

Finished to run tests of Renraku-Tests in 4 seconds 507 milliseconds

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

Finished to run tests of NewTools-RewriterTools-Backend-Tests in 30 milliseconds

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


Finished to run tests of Spec2-Tests in 9 seconds 514 milliseconds 154 microseconds

Beginning to run tests of System-Utilities-Tests with random seed 552159289

Finished to run tests of System-Utilities-Tests in 9 milliseconds 266 microseconds

Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 638780228

Finished to run tests of Tool-ExternalBrowser-Tests in 111 milliseconds 200 microseconds

Beginning to run tests of Hiedra-Tests with random seed 112042164

Finished to run tests of Hiedra-Tests in 63 milliseconds 858 microseconds

Beginning to run tests of Zodiac-Tests with random seed 271023093
Finished to run tests of NewTools-Debugger-Tests in 8 seconds 349 milliseconds 894 microseconds

Beginning to run tests of Text-Tests with random seed 1057009158

Finished to run tests of Text-Tests in 10 milliseconds 757 microseconds

Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 11314704

Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 171 milliseconds 292 microseconds

Beginning to run tests of Roassal-SVG-Tests with random seed 167233212

Finished to run tests of Roassal-SVG-Tests in 6 milliseconds 402 microseconds

Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 786822851

Finished to run tests of ReflectionMirrors-Primitives-Tests in 4 milliseconds 339 microseconds

Beginning to run tests of General-Rules-Tests with random seed 30852552

NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
Finished to run tests of General-Rules-Tests in 2 seconds 502 milliseconds 128 microseconds

Beginning to run tests of Collections-Arithmetic-Tests with random seed 226465937

Finished to run tests of Collections-Arithmetic-Tests in 5 milliseconds 563 microseconds

Beginning to run tests of Spec2-Commander2-Tests with random seed 753179542

Finished to run tests of Spec2-Commander2-Tests in 6 milliseconds 344 microseconds

Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 838860957

Finished to run tests of NewTools-DocumentBrowser-Tests in 36 milliseconds 967 microseconds

Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 589293763

Finished to run tests of DrTests-TestsProfiling-Tests in 2 milliseconds 143 microseconds

Beginning to run tests of Math-Operations-Extensions-Tests with random seed 1035862981

Finished to run tests of Math-Operations-Extensions-Tests in 807 microseconds

Beginning to run tests of Calypso-NavigationModel-Tests with random seed 6656965

Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 516 milliseconds 789 microseconds

Beginning to run tests of Collections-Support-Tests with random seed 280962691

Finished to run tests of Collections-Support-Tests in 72 milliseconds 10 microseconds

Beginning to run tests of Reflectivity-Tests with random seed 483051212

Finished to run tests of Zodiac-Tests in 8 seconds 591 milliseconds 408 microseconds

Beginning to run tests of Roassal-BaselineMap-Tests with random seed 494887557

Finished to run tests of Roassal-BaselineMap-Tests in 75 milliseconds 965 microseconds

Beginning to run tests of Metacello-TestsCore with random seed 1020521170

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 40 milliseconds 483 microseconds

Beginning to run tests of System-Platforms-Tests with random seed 315138810

Finished to run tests of System-Platforms-Tests in 5 milliseconds 93 microseconds

Beginning to run tests of Athens-Cairo-Tests with random seed 78483456
Fontconfig error: Cannot load default config file

Finished to run tests of Athens-Cairo-Tests in 29 milliseconds 613 microseconds

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

an Object
Finished to run tests of Spec2-Morphic-Tests in 2 seconds 766 milliseconds 721 microseconds

Beginning to run tests of System-Localization-Tests with random seed 693738991

Finished to run tests of System-Localization-Tests in 3 milliseconds 510 microseconds

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 773396211

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 188 milliseconds 126 microseconds

Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 689675951

Finished to run tests of Morphic-Widgets-Taskbar-Tests in 21 milliseconds 565 microseconds

Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 635279046

Finished to run tests of AI-Algorithms-Graph-Tests in 20 milliseconds 756 microseconds

Beginning to run tests of Manifest-Tests with random seed 350203355

Finished to run tests of Manifest-Tests in 891 milliseconds 75 microseconds

Beginning to run tests of Calypso-SystemQueries-Tests with random seed 167803479

Finished to run tests of Calypso-SystemQueries-Tests in 997 milliseconds 17 microseconds

Beginning to run tests of Clap-Tests with random seed 704435775

Finished to run tests of Clap-Tests in 14 milliseconds 257 microseconds

Beginning to run tests of Refactoring-Core-Tests with random seed 1025310288

Finished to run tests of Refactoring-Core-Tests in 2 seconds 85 milliseconds 265 microseconds

Beginning to run tests of System-SessionManager-Tests with random seed 963081844

Finished to run tests of System-SessionManager-Tests in 4 milliseconds 363 microseconds

Beginning to run tests of Tool-ImageCleaner-Tests with random seed 62723707

Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 196 microseconds

Beginning to run tests of FileSystem-Disk-Tests with random seed 492516987
Finished to run tests of Reflectivity-Tests in 7 seconds 541 milliseconds 179 microseconds

Beginning to run tests of Fuel-Core-Tests with random seed 259933252

Finished to run tests of FileSystem-Disk-Tests in 2 seconds 73 milliseconds 896 microseconds

Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 87399831

Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 126 milliseconds 793 microseconds

Beginning to run tests of Beacon-Core-Tests with random seed 303655421

Finished to run tests of Beacon-Core-Tests in 2 milliseconds 789 microseconds

Beginning to run tests of Collections-Stack-Tests with random seed 1022601219

Finished to run tests of Collections-Stack-Tests in 1 millisecond 717 microseconds

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

Finished to run tests of Ring-Definitions-Monticello-Tests in 5 milliseconds 29 microseconds

Beginning to run tests of Equals-Tests with random seed 14445324

Finished to run tests of Equals-Tests in 32 milliseconds 370 microseconds

Beginning to run tests of Collections-Strings-Tests with random seed 221008683

Finished to run tests of Collections-Strings-Tests in 747 milliseconds 888 microseconds

Beginning to run tests of Roassal-Layouts-Tests with random seed 1055280666

Finished to run tests of Roassal-Layouts-Tests in 19 milliseconds 423 microseconds

Beginning to run tests of Kernel-ExtraUtils with random seed 858789421

Finished to run tests of Kernel-ExtraUtils in 7 milliseconds 499 microseconds

Beginning to run tests of System-Object Events-Tests with random seed 292955701

Finished to run tests of System-Object Events-Tests in 51 milliseconds 397 microseconds

Beginning to run tests of Metacello-TestsMCCore with random seed 75677290

MetacelloNotification: testFileTreeRepository: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/temp/repo
Finished to run tests of Metacello-TestsMCCore in 19 milliseconds 54 microseconds

Beginning to run tests of FileSystem-Tests-Attributes with random seed 816647804

Finished to run tests of FileSystem-Tests-Attributes in 12 milliseconds 366 microseconds

Beginning to run tests of Tool-Finder-Tests with random seed 247887241

Finished to run tests of Tool-Finder-Tests in 113 milliseconds 736 microseconds

Beginning to run tests of Zinc-Tests with random seed 579407356

Finished to run tests of Fuel-Core-Tests in 7 seconds 412 milliseconds 420 microseconds

39791 run, 39791 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] 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 77 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
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 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 0 seconds
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 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 234 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 131 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 1 millisecond
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 43 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 3 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 17 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 8 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 2 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>>testNestedBlockClosureConstant ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testNestedCleanBlockClosure ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 77 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 0 seconds
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 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 1 millisecond
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 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 1 millisecond
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 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 183 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 81 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 0 seconds
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 1 millisecond
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 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 1 millisecond
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 31 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 18 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 2 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 2 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 2 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 4 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 1 millisecond
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 2 milliseconds
starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 2 milliseconds
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 3 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 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 5 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 1 millisecond
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 1 millisecond
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 1 millisecond
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 17 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 43 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 45 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 6 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 5 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 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 48 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 44 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 37 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 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 43 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 15 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 5 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 104 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 22 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 18 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 25 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 44 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 21 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 35 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 37 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 48 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 26 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 34 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 20 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 9 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 118 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 58 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 116 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 116 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 44 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
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 1 millisecond
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 1 millisecond
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 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 6 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 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 156 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 72 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
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 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 1 millisecond
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 29 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 18 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 67 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 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 3 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 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 0 seconds
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 23 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
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 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 1 millisecond
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 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 170 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 73 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 896 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
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 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 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 1 millisecond
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 24 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testString ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 18 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 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 7 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 2 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 5 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 4 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 3 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 22 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 11 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 90 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 17 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 93 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 0 seconds
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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 9 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 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 394 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 77 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 111 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 1 millisecond
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 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 48 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 3 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 20 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 4 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 1 millisecond
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 1 millisecond
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 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 2 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 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 37 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 1 millisecond
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 15 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 11 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 5 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 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 0 seconds
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 4 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 2 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 2 milliseconds
starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 0 seconds
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 2 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 3 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 1 millisecond
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 5 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 51 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 10 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 0 seconds
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 11 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 10 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 11 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 11 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 10 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond
starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 131 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 11 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 20 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 2 milliseconds
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 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 5 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 1 millisecond
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 2 milliseconds
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 1 millisecond
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 8 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 5 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 7 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testGZip ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 1 millisecond
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 2 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 5 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 /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
[Pipeline] {
[Pipeline] unstash
[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-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-0bc5b91.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip
/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-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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-64bit-0bc5b91eea.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-0bc5b91eea.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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-0bc5b91eea.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
  inflating: AST-Core.hermes         
  inflating: ClassDefinitionPrinters.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-SourcesCondenser.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-0bc5b91eea.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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: #(#Duration #DateAndTime #Date #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem #Time)
+ ./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: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #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-Core with random seed 674260739

Finished to run tests of SUnit-Core in 1 millisecond 549 microseconds

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

Finished to run tests of Zinc-Tests in 12 seconds 84 milliseconds 767 microseconds

Beginning to run tests of Athens-Core-Tests with random seed 294829617

Finished to run tests of Athens-Core-Tests in 3 milliseconds 912 microseconds

Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 353873461

Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 131 milliseconds 417 microseconds

Beginning to run tests of NumberParser-Tests with random seed 265047433

Finished to run tests of NumberParser-Tests in 63 milliseconds 804 microseconds

Beginning to run tests of Specific-Rules-Tests with random seed 573761226

Finished to run tests of Specific-Rules-Tests in 3 milliseconds 972 microseconds

Beginning to run tests of Tool-FileList-Tests with random seed 954670798

Finished to run tests of Tool-FileList-Tests in 58 milliseconds 531 microseconds

Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 727238410

Finished to run tests of Ring-Definitions-Tests-Containers in 1 millisecond 477 microseconds

Beginning to run tests of Fonts-Infrastructure-Tests with random seed 231652362

Finished to run tests of Fonts-Infrastructure-Tests in 2 milliseconds 18 microseconds

Beginning to run tests of Flashback-Decompiler-Tests with random seed 880647182

1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 189 milliseconds 139 microseconds

Beginning to run tests of Tools-Tests with random seed 512774092

Finished to run tests of Tools-Tests in 118 milliseconds 181 microseconds

Beginning to run tests of ReferenceFinder-Core with random seed 399605827


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 744 microseconds

Beginning to run tests of Metacello-Gitlab-Tests with random seed 1010671683

Finished to run tests of Metacello-Gitlab-Tests in 1 millisecond 268 microseconds

Beginning to run tests of Tools-CodeNavigation-Tests with random seed 736014405

Finished to run tests of Tools-CodeNavigation-Tests in 15 milliseconds 936 microseconds

Beginning to run tests of Debugging-Utils-Tests with random seed 344168534

Finished to run tests of Debugging-Utils-Tests in 198 milliseconds 389 microseconds

Beginning to run tests of FormCanvas-Tests with random seed 857035292

Finished to run tests of FormCanvas-Tests in 3 milliseconds 584 microseconds

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

Finished to run tests of Ring-Definitions-Core-Tests in 34 milliseconds 739 microseconds

Beginning to run tests of NECompletion-Tests with random seed 69812804

9
11
9
10
4
8
10
8
9
3
8
10
8
9
3
6
8
6
7
1
6
8
6
7
1
27
26
18
28
27
18
27
27
28
19
17
7
27
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
2
18
Finished to run tests of NECompletion-Tests in 164 milliseconds 774 microseconds

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

Finished to run tests of SUnit-Tests in 3 seconds 852 milliseconds 690 microseconds

322 run, 322 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results

NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
[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
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
+ 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 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 5 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 16 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>>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: 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 52 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 103 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 19 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 3 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 28 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 29 milliseconds
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 26 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 41 milliseconds
starting testcase: SUnitTest>>testShould ... finished in 0 seconds
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 67 milliseconds
starting testcase: SUnitTest>>testSuite ... finished in 1 millisecond
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 1 millisecond
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 77 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 25 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] }
Finished to run tests of NewTools-Debugger-Tests in 7 seconds 728 milliseconds 546 microseconds

Beginning to run tests of Text-Tests with random seed 538449946

Finished to run tests of Text-Tests in 12 milliseconds 161 microseconds

Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 338460712

Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 152 milliseconds 73 microseconds

Beginning to run tests of Roassal-SVG-Tests with random seed 591552704

Finished to run tests of Roassal-SVG-Tests in 7 milliseconds 294 microseconds

Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 727929031

Finished to run tests of ReflectionMirrors-Primitives-Tests in 4 milliseconds 564 microseconds

Beginning to run tests of General-Rules-Tests with random seed 861033421

NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
Finished to run tests of General-Rules-Tests in 2 seconds 483 milliseconds 427 microseconds

Beginning to run tests of Collections-Arithmetic-Tests with random seed 507644290

Finished to run tests of Collections-Arithmetic-Tests in 8 milliseconds 289 microseconds

Beginning to run tests of Spec2-Commander2-Tests with random seed 1045172875

Finished to run tests of Spec2-Commander2-Tests in 7 milliseconds 456 microseconds

Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 422769043

Finished to run tests of NewTools-DocumentBrowser-Tests in 43 milliseconds 460 microseconds

Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 219044287

Finished to run tests of DrTests-TestsProfiling-Tests in 2 milliseconds 545 microseconds

Beginning to run tests of Math-Operations-Extensions-Tests with random seed 736099009

Finished to run tests of Math-Operations-Extensions-Tests in 901 microseconds

Beginning to run tests of Calypso-NavigationModel-Tests with random seed 800246465

Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 315 milliseconds 748 microseconds

Beginning to run tests of Collections-Support-Tests with random seed 762188983

Finished to run tests of Collections-Support-Tests in 116 milliseconds 426 microseconds

Beginning to run tests of Reflectivity-Tests with random seed 697348908

an ObjectFinished to run tests of Reflectivity-Tests in 8 seconds 231 milliseconds 838 microseconds

Beginning to run tests of Fuel-Core-Tests with random seed 664337239

Finished to run tests of Fuel-Core-Tests in 8 seconds 529 milliseconds 668 microseconds

39791 run, 39791 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] 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 151 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 5 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 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds
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 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 4 milliseconds
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 1 millisecond
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 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 7 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 411 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 183 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 3 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 3 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 71 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 43 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 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 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 12 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 10 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 10 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 10 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testNestedCleanBlockClosure ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 120 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 6 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 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 6 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 1 millisecond
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 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
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 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 2 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 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 345 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 110 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 6 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 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
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 52 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 41 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 10 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 7 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 5 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 2 milliseconds
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 2 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 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 7 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 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 9 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 1 millisecond
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 25 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 1 millisecond
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 16 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 185 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 74 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 79 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 13 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 15 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 14 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 56 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 50 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 41 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 6 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 48 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 17 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 4 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 31 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 22 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 20 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 39 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 51 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 20 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 40 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 41 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 41 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 23 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 49 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 20 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 12 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 2 milliseconds
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 209 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 103 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 207 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 208 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 65 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 2 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 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 0 seconds
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 1 millisecond
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 5 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 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 200 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 63 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
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 31 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 23 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 66 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 3 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 2 milliseconds
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 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 28 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 1 millisecond
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 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 4 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 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 196 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 64 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 123 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 1 millisecond
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 33 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 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 24 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testWriteStream ... finished in 0 seconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 7 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 3 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 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 12 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 0 seconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 6 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 115 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 24 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 108 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
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 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 0 seconds
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 2 milliseconds
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 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 2 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 599 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 84 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 0 seconds
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 133 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 58 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSystemEnvironment ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 26 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 11 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 4 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 2 milliseconds
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 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 0 seconds
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 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 47 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 7 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 1 millisecond
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 13 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 13 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 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 2 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 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 1 millisecond
starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 2 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 2 milliseconds
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 79 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 0 seconds
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 15 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 13 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 13 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 14 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 1 millisecond
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 1 millisecond
starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 120 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 8 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 12 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 1 millisecond
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 2 milliseconds
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 9 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 6 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 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 2 milliseconds
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 1 millisecond
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 6 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 6 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testDemo ... finished in 5 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 0 seconds
starting testcase: FLUserGuidesTest>>testGZip ... finished in 1 millisecond
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 2 milliseconds
starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond
starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 1 millisecond
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
[Pipeline] sh
+ 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-monticello_bootstrap-64bit-0bc5b91eea.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-metacello-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-0bc5b91.sources
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
++ 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-monticello_bootstrap-64bit-0bc5b91eea.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
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-0bc5b91eea.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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-0bc5b91eea.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
  inflating: AST-Core.hermes         
  inflating: ClassDefinitionPrinters.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-SourcesCondenser.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-0bc5b91eea.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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: #(#Duration #DateAndTime #Date #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem #Time)
+ ./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: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #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-Core with random seed 674260746

Finished to run tests of SUnit-Core in 3 milliseconds 148 microseconds

Beginning to run tests of SUnit-Tests with random seed 719451151
Finished to run tests of Network-Tests in 1 minute 12 seconds 634 milliseconds

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

Finished to run tests of Ring-Monticello-Tests in 128 milliseconds

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

Finished to run tests of NewTools-DebugPointsBrowser-Tests in 618 milliseconds

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

Finished to run tests of NewTools-Sindarin-Commands-Tests in 110 milliseconds

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

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 705 milliseconds

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

Finished to run tests of MonticelloTonel-Tests in 549 milliseconds

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


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

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

NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)

Finished to run tests of SUnit-Tests in 3 seconds 985 milliseconds 560 microseconds

322 run, 322 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
+ 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 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 9 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 24 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>>testSingleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 5 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 24 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: 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 149 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 100 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 13 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 20 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 21 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 56 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 20 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: 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 21 seconds 659 milliseconds

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

Finished to run tests of System-Sources-Tests in 147 milliseconds

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

Finished to run tests of FuzzyMatcher-Tests in 36 milliseconds

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

Finished to run tests of RottenTestsFinder-Tests in 540 milliseconds

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

Finished to run tests of Keymapping-Tests in 150 milliseconds

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

Finished to run tests of SUnit-Tests in 5 seconds 126 milliseconds

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

Finished to run tests of Roassal-Spec-Tests in 136 milliseconds

Beginning to run tests of MonticelloGUI-Tests with random seed 541993019

Finished to run tests of MonticelloGUI-Tests in 218 milliseconds

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

Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 603 milliseconds

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

Finished to run tests of Spec2-Dialogs-Tests in 615 milliseconds

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

Finished to run tests of Text-Diff-Tests in 42 milliseconds

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

Finished to run tests of Commander-Core-Tests in 38 milliseconds

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

Finished to run tests of Jobs-Tests in 34 milliseconds

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

Finished to run tests of EmbeddedFreeType-Tests in 20 milliseconds

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

Finished to run tests of SUnit-Visitor-Tests in 23 milliseconds

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

Finished to run tests of Zinc-Resource-Meta-Tests in 265 milliseconds

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

Finished to run tests of SUnit-MockObjects-Tests in 55 milliseconds

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

Finished to run tests of NewTools-FontChooser-Tests in 18 milliseconds

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

Finished to run tests of Roassal-Shapes-Tests in 412 milliseconds

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

Finished to run tests of Shout-Tests in 133 milliseconds

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

Finished to run tests of ColorPicker-Tests in 131 milliseconds

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

Finished to run tests of Announcements-Core-Tests in 1 second 24 milliseconds

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

Finished to run tests of RTree-Tests in 64 milliseconds

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

Finished to run tests of Ombu-Tests in 1 second 167 milliseconds

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

Finished to run tests of FreeType-Tests in 7 seconds 458 milliseconds

Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 811484013

Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 87 milliseconds

Beginning to run tests of Debugger-Oups-Tests with random seed 95246532

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 176 milliseconds

Beginning to run tests of STON-Tests with random seed 652781432

Finished to run tests of STON-Tests in 1 second 618 milliseconds

Beginning to run tests of FileSystem-Memory-Tests with random seed 817074891

Finished to run tests of FileSystem-Memory-Tests in 2 seconds 694 milliseconds

Beginning to run tests of Files-Tests with random seed 616994130

Finished to run tests of Files-Tests in 5 seconds 872 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 64062531

Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 73 milliseconds

Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 932445326

Finished to run tests of DrTests-CommentsToTests-Tests in 35 milliseconds

Beginning to run tests of Regex-Core-Tests with random seed 565602226

Finished to run tests of Regex-Core-Tests in 251 milliseconds

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

Finished to run tests of Spec2-Code-Tests in 1 second 578 milliseconds

Beginning to run tests of Collections-Tests with random seed 111429846

Finished to run tests of Collections-Tests in 39 milliseconds

Beginning to run tests of NewTools-Playground-Tests with random seed 15797248

Finished to run tests of NewTools-Playground-Tests in 700 milliseconds

Beginning to run tests of Spec2-Tests with random seed 653563325

Finished to run tests of Spec2-Tests in 10 seconds 628 milliseconds

Beginning to run tests of System-Utilities-Tests with random seed 366096454

Finished to run tests of System-Utilities-Tests in 56 milliseconds

Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 1033681791

Finished to run tests of Tool-ExternalBrowser-Tests in 157 milliseconds

Beginning to run tests of Hiedra-Tests with random seed 942160414

Finished to run tests of Hiedra-Tests in 106 milliseconds

Beginning to run tests of Zodiac-Tests with random seed 1030398346

Finished to run tests of Zodiac-Tests in 642 milliseconds

Beginning to run tests of Roassal-BaselineMap-Tests with random seed 833666829

Finished to run tests of Roassal-BaselineMap-Tests in 73 milliseconds

Beginning to run tests of Metacello-TestsCore with random seed 212944728

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 170 milliseconds

Beginning to run tests of System-Platforms-Tests with random seed 916028931

Finished to run tests of System-Platforms-Tests in 48 milliseconds

Beginning to run tests of Athens-Cairo-Tests with random seed 866669875

Finished to run tests of Athens-Cairo-Tests in 77 milliseconds

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

Finished to run tests of Spec2-Morphic-Tests in 2 seconds 696 milliseconds

Beginning to run tests of System-Localization-Tests with random seed 59407114

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

Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 1035883325

Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 236 milliseconds

Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 800373031

Finished to run tests of Morphic-Widgets-Taskbar-Tests in 60 milliseconds

Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 65778022

Finished to run tests of AI-Algorithms-Graph-Tests in 135 milliseconds

Beginning to run tests of Manifest-Tests with random seed 679873261

Finished to run tests of Manifest-Tests in 1 second 200 milliseconds

Beginning to run tests of Calypso-SystemQueries-Tests with random seed 69813919

Finished to run tests of Calypso-SystemQueries-Tests in 2 seconds 605 milliseconds

Beginning to run tests of Clap-Tests with random seed 342898897

Finished to run tests of Clap-Tests in 111 milliseconds

Beginning to run tests of Refactoring-Core-Tests with random seed 781504832

Finished to run tests of Refactoring-Core-Tests in 2 seconds 227 milliseconds

Beginning to run tests of System-SessionManager-Tests with random seed 205203957

Finished to run tests of System-SessionManager-Tests in 58 milliseconds

Beginning to run tests of Tool-ImageCleaner-Tests with random seed 488704561

Finished to run tests of Tool-ImageCleaner-Tests in 18 milliseconds

Beginning to run tests of FileSystem-Disk-Tests with random seed 242182723

Finished to run tests of FileSystem-Disk-Tests in 2 seconds 315 milliseconds

Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 477581392

Finished to run tests of NewTools-SettingsBrowser-Tests in 1 second 158 milliseconds

Beginning to run tests of Beacon-Core-Tests with random seed 840828118

Finished to run tests of Beacon-Core-Tests in 31 milliseconds

Beginning to run tests of Collections-Stack-Tests with random seed 1037616375

Finished to run tests of Collections-Stack-Tests in 52 milliseconds

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

Finished to run tests of Ring-Definitions-Monticello-Tests in 30 milliseconds

Beginning to run tests of Equals-Tests with random seed 588214344

Finished to run tests of Equals-Tests in 148 milliseconds

Beginning to run tests of Collections-Strings-Tests with random seed 139458782

Finished to run tests of Collections-Strings-Tests in 1 second 802 milliseconds

Beginning to run tests of Roassal-Layouts-Tests with random seed 288810988

Finished to run tests of Roassal-Layouts-Tests in 135 milliseconds

Beginning to run tests of Kernel-ExtraUtils with random seed 192391283

Finished to run tests of Kernel-ExtraUtils in 37 milliseconds

Beginning to run tests of System-Object Events-Tests with random seed 829470874

Finished to run tests of System-Object Events-Tests in 107 milliseconds

Beginning to run tests of Metacello-TestsMCCore with random seed 285970694

MetacelloNotification: testFileTreeRepository: D:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64\temp\repo
Finished to run tests of Metacello-TestsMCCore in 104 milliseconds

Beginning to run tests of FileSystem-Tests-Attributes with random seed 708649327

Finished to run tests of FileSystem-Tests-Attributes in 98 milliseconds

Beginning to run tests of Tool-Finder-Tests with random seed 250485458

Finished to run tests of Tool-Finder-Tests in 150 milliseconds

Beginning to run tests of Zinc-Tests with random seed 635171176

Finished to run tests of Zinc-Tests in 19 seconds 776 milliseconds

Beginning to run tests of Athens-Core-Tests with random seed 533486761

Finished to run tests of Athens-Core-Tests in 66 milliseconds

Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 711601387

Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 157 milliseconds

Beginning to run tests of NumberParser-Tests with random seed 728784986

Finished to run tests of NumberParser-Tests in 139 milliseconds

Beginning to run tests of Specific-Rules-Tests with random seed 614958055

Finished to run tests of Specific-Rules-Tests in 28 milliseconds

Beginning to run tests of Tool-FileList-Tests with random seed 1041771010

Finished to run tests of Tool-FileList-Tests in 75 milliseconds

Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 297312845

Finished to run tests of Ring-Definitions-Tests-Containers in 24 milliseconds

Beginning to run tests of Fonts-Infrastructure-Tests with random seed 689664360

Finished to run tests of Fonts-Infrastructure-Tests in 25 milliseconds

Beginning to run tests of Flashback-Decompiler-Tests with random seed 288035200

1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 406 milliseconds

Beginning to run tests of Tools-Tests with random seed 895787800

Finished to run tests of Tools-Tests in 156 milliseconds

Beginning to run tests of ReferenceFinder-Core with random seed 432824500


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 890061001

Finished to run tests of Metacello-Gitlab-Tests in 25 milliseconds

Beginning to run tests of Tools-CodeNavigation-Tests with random seed 780873956

Finished to run tests of Tools-CodeNavigation-Tests in 91 milliseconds

Beginning to run tests of Debugging-Utils-Tests with random seed 196126526

Finished to run tests of Debugging-Utils-Tests in 226 milliseconds

Beginning to run tests of FormCanvas-Tests with random seed 1009980706

Finished to run tests of FormCanvas-Tests in 43 milliseconds

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

Finished to run tests of Ring-Definitions-Core-Tests in 144 milliseconds

Beginning to run tests of NECompletion-Tests with random seed 991274460

9
11
9
10
4
8
10
8
9
3
8
10
8
9
3
6
8
6
7
1
6
8
6
7
1
27
26
18
28
27
18
27
27
28
19
17
7
27
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
7
2
18
Finished to run tests of NECompletion-Tests in 274 milliseconds

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

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 8 seconds 136 milliseconds

Beginning to run tests of Text-Tests with random seed 1051379387

Finished to run tests of Text-Tests in 121 milliseconds

Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 708214579

Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 364 milliseconds

Beginning to run tests of Roassal-SVG-Tests with random seed 675109025

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

Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 129534163

Finished to run tests of ReflectionMirrors-Primitives-Tests in 71 milliseconds

Beginning to run tests of General-Rules-Tests with random seed 75721243

NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
NewUndeclaredWarning: ReStringConcatenationRuleTest>>method (string is Undeclared)
Finished to run tests of General-Rules-Tests in 4 seconds 288 milliseconds

Beginning to run tests of Collections-Arithmetic-Tests with random seed 118100700

Finished to run tests of Collections-Arithmetic-Tests in 60 milliseconds

Beginning to run tests of Spec2-Commander2-Tests with random seed 299502107

Finished to run tests of Spec2-Commander2-Tests in 75 milliseconds

Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 58964325

Finished to run tests of NewTools-DocumentBrowser-Tests in 138 milliseconds

Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 299418098

Finished to run tests of DrTests-TestsProfiling-Tests in 36 milliseconds

Beginning to run tests of Math-Operations-Extensions-Tests with random seed 46322454

Finished to run tests of Math-Operations-Extensions-Tests in 25 milliseconds

Beginning to run tests of Calypso-NavigationModel-Tests with random seed 469418801

Finished to run tests of Calypso-NavigationModel-Tests in 4 seconds 164 milliseconds

Beginning to run tests of Collections-Support-Tests with random seed 675698806

Finished to run tests of Collections-Support-Tests in 170 milliseconds

Beginning to run tests of Reflectivity-Tests with random seed 125241121

an ObjectFinished to run tests of Reflectivity-Tests in 10 seconds 907 milliseconds

Beginning to run tests of Fuel-Core-Tests with random seed 222357185

Finished to run tests of Fuel-Core-Tests in 14 seconds 427 milliseconds

39791 run, 39787 passes, 0 failures, 4 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 2 seconds 196 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 35 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 79 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 84 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 68 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 62 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 28 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 16 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 16 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 53 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 37 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 17 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 16 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 15 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 35 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 16 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 47 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 23 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 158 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 71 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 18 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 55 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 26 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 501 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 353 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 19 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 21 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 46 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 33 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 72 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 32 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 840 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 14 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 38 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 27 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 30 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemEnvironment ... finished in 13 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 85 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 29 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 35 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 13 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesClean ... finished in 8 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesFull ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesClean ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesFull ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedFull ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testCleanBlockClosure ... finished in 0 seconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosureConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testNestedCleanBlockClosure ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 76 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 3 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 1 millisecond
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 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 201 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 59 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 2 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 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 34 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 25 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 9 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 1 millisecond
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 13 milliseconds
starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStream ... finished in 1 millisecond
starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 4 milliseconds
starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 1 millisecond
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 1 millisecond
starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 6 milliseconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 1 millisecond
starting testcase: FLContextSerializationTest>>testContext ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 13 milliseconds
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 13 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 24 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 172 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 50 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 27 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 19 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 19 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 24 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 5 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 38 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 50 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 40 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 39 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 26 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 23 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 36 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 25 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 18 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 29 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 56 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 20 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 42 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 43 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 163 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 27 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 51 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 16 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 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 1 millisecond
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 233 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 115 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 232 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 232 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 69 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 3 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 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 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
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 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 2 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 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 191 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 53 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 3 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 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 4 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 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 33 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 26 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 71 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 3 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 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 49 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 2 milliseconds
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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 190 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 54 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 1 second 103 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 2 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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 2 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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 4 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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 2 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 35 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 7 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSystemEnvironment ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 25 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 2 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 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 8 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedClean ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 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 24 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 21 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 120 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 25 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds
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 103 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 2 milliseconds
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 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 10 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 586 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 123 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 7 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 3 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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 130 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 63 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 7 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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 11 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
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 1 millisecond
starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRemoval ... finished in 2 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 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 7 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 5 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 1 millisecond
starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 0 seconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 37 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 7 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 1 millisecond
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 28 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 3 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 20 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 5 milliseconds
starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 5 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 3 milliseconds
starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 3 milliseconds
starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 31 milliseconds
starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 28 milliseconds
starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 30 milliseconds
starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 29 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 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 1 millisecond
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 6 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 2 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 14 milliseconds
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 1 millisecond
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 2 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 2 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 5 milliseconds
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 1 millisecond
starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 30 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 139 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 56 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 31 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 97 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 44 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 44 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 43 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 44 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 2 milliseconds
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 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 1 millisecond
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 121 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 9 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 13 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 2 milliseconds
starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond
starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 7 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 3 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 1 millisecond
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 10 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 1 millisecond
starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 6 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 1 millisecond
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 1 millisecond
starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 1 millisecond
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 1 millisecond
starting testcase: FLSignatureTest>>testSameSignature ... finished in 0 seconds
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 2 milliseconds
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 8 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 4 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 3 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 6 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 4 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 14 milliseconds
starting testcase: FLUserGuidesTest>>testDemo ... finished in 19 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 11 milliseconds
starting testcase: FLUserGuidesTest>>testGZip ... finished in 11 milliseconds
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 5 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 1 millisecond
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 4 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 3 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-0bc5b91.sources
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
/cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-0bc5b91eea.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-0bc5b91eea.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
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-0bc5b91eea.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.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-0bc5b91eea.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-0bc5b91eea.zip
  inflating: AST-Core.hermes         
  inflating: ClassDefinitionPrinters.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-SourcesCondenser.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-0bc5b91eea.zip
+ unzip /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
Archive:  /cygdrive/d/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-windows-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-0bc5b91eea.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-0bc5b91eea.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
[ERROR] 2024-11-17 17:15:01.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] 2024-11-17 17:15:01.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: #(#Duration #DateAndTime #Date #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem #Time)
+ ./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] 2024-11-17 17:15:01.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: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #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: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
+ ./pharo bootstrap.image perform --save ChronologyConstants initialize
[ERROR] 2024-11-17 17:15:02.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] 2024-11-17 17:15:02.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] 2024-11-17 17:15:02.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] 2024-11-17 17:15:04.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: #(#FileLocator #Unicode #Halt #FileAttributeNotSupported #StartupPreferencesLoader #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] 2024-11-17 17:15:04.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: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #FileSystem)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-windows-64Kernel SUnit-Core SUnit-Tests
[ERROR] 2024-11-17 17:15:04.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-Core with random seed 674260742

Finished to run tests of SUnit-Core in 10 milliseconds

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

Finished to run tests of SUnit-Tests in 4 seconds 484 milliseconds

322 run, 322 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 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 6 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 16 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 1 millisecond
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... 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 16 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 1 millisecond
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: 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 1 millisecond
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 1 millisecond
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 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 1 millisecond
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 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 1 millisecond
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 1 millisecond
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 1 millisecond
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 1 millisecond
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 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 1 millisecond
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 152 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 151 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 0 seconds
starting testcase: SUnitTest>>testError ... finished in 0 seconds
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 51 milliseconds
starting testcase: SUnitTest>>testException ... finished in 0 seconds
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 1 millisecond
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 23 milliseconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 1 millisecond
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 24 milliseconds
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 1 millisecond
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 1 millisecond
starting testcase: SUnitTest>>testLongRunningTest ... finished in 24 milliseconds
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 21 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 20 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 64 milliseconds
starting testcase: SUnitTest>>testSuite ... finished in 1 millisecond
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds
starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 1 millisecond
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 1 millisecond
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 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 20 milliseconds
starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 1 millisecond
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
Avoid second fetch
Checking out Revision 0bc5b91eea28583cdd89ab84123e615c5e8f0979 (Pharo13)
Commit message: "Merge pull request #17387 from astares/17386-UnixResolverTest-should-check-for-platform"
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bc5b91eea28583cdd89ab84123e615c5e8f0979 # timeout=10

GitHub has been notified of this commit’s build result

[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/17387
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/17387
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
Avoid second fetch
Checking out Revision 0bc5b91eea28583cdd89ab84123e615c5e8f0979 (Pharo13)
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bc5b91eea28583cdd89ab84123e615c5e8f0979 # timeout=10
Commit message: "Merge pull request #17387 from astares/17386-UnixResolverTest-should-check-for-platform"

GitHub has been notified of this commit’s build result

[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: UNSTABLE