Skip to content
Unstable

Console Output

Push event to branch Pharo13
01:30:46 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from d643168c6ee1142523c2e1479281e4a5d0c8c4d8
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 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.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d643168c6ee1142523c2e1479281e4a5d0c8c4d8 (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 d643168c6ee1142523c2e1479281e4a5d0c8c4d8 # timeout=10
Commit message: "Merge pull request #16511 from pavel-krivanek/nativeWindows"
 > git rev-list --no-walk c14c8b02d3d31aedc89bf50046f14f4a9aa54176 # timeout=10
[Pipeline] sh
+ BUILD_NUMBER=3 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh
+ set -e
++ date -u
+ echo Thu Apr 25 23:31:03 UTC 2024 'Bootstrap: Beginning to download resources required for bootstrap process'
Thu Apr 25 23:31:03 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-1
++ cut -d- -f 1
++ cut -c 2-
+ PHARO_MAJOR=13
++ git describe --tags --first-parent
++ cut -c 2-
++ cut -d- -f 1
++ cut -d. -f 2-2
+ PHARO_MINOR=0
++ git describe --tags --first-parent
++ cut -d. -f 3-3
++ cut -c 2-
++ cut -d- -f 1
+ 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=d643168c6ee1142523c2e1479281e4a5d0c8c4d8
+ popd
+ TEST_VM_KIND=vmLatest
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/getPharoVM.sh 130 vmLatest 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vmLatest
+ VM=vmLatest
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vmLatest130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-latest.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
+ cd -
/builds/workspace/uest_and_branch_Pipeline_Pharo13/64
++ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless --version
+ echo 'Target VM: Pharo 10.2.0 built on Apr 15 2024 10:16:48 Compiler: 5.4.0 20160609
Built from: v10.2.0 - Commit: f4c5e2a - Date: 2024-04-09 09:21:20 +0200'
Target VM: Pharo 10.2.0 built on Apr 15 2024 10:16:48 Compiler: 5.4.0 20160609
Built from: v10.2.0 - Commit: f4c5e2a - Date: 2024-04-09 09:21:20 +0200
+ '[' '!' -e /builds/workspace/uest_and_branch_Pipeline_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-04-26 01:31: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-04-26 01:31:14--  https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T233114Z&X-Amz-Expires=300&X-Amz-Signature=a30ebccdb5092349c9d2b9143c528925f3121c19ed75fb15222b6ec7ae251d36&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=63601721&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream [following]
--2024-04-26 01:31:14--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T233114Z&X-Amz-Expires=300&X-Amz-Signature=a30ebccdb5092349c9d2b9143c528925f3121c19ed75fb15222b6ec7ae251d36&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=63601721&response-content-disposition=attachment%3B%20filename%3DbootstrapImage.zip&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.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% 20.5M 2s
  3072K ........ ........ ........ ........ ........ ........ 16% 23.2M 1s
  6144K ........ ........ ........ ........ ........ ........ 24% 22.0M 1s
  9216K ........ ........ ........ ........ ........ ........ 32% 24.6M 1s
 12288K ........ ........ ........ ........ ........ ........ 40% 23.3M 1s
 15360K ........ ........ ........ ........ ........ ........ 49% 23.2M 1s
 18432K ........ ........ ........ ........ ........ ........ 57% 23.2M 1s
 21504K ........ ........ ........ ........ ........ ........ 65% 23.2M 1s
 24576K ........ ........ ........ ........ ........ ........ 73% 23.3M 0s
 27648K ........ ........ ........ ........ ........ ........ 81% 23.2M 0s
 30720K ........ ........ ........ ........ ........ ........ 89% 23.3M 0s
 33792K ........ ........ ........ ........ ........ ........ 98% 23.2M 0s
 36864K ........ ...                                         100% 23.9M=1.6s

2024-04-26 01:31:16 (23.0 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-04-26 01:31:16--  http://files.pharo.org/sources/PharoV60.sources.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7116902 (6.8M) [application/zip]
Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/PharoV60.sources.zip'

     0K ........ ........ ........ ........ ........ ........ 44% 20.4M 0s
  3072K ........ ........ ........ ........ ........ ........ 88% 23.2M 0s
  6144K ........ ....                                        100% 23.3M=0.3s

2024-04-26 01:31:16 (21.9 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-04-26 01:31:16--  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-04-26 01:31:16--  https://codeload.github.com/pharo-project/pharo-icon-packs/zip/refs/tags/v1.0.2-idea11
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: '/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/idea11.zip'

     0K ...                                                   3.46M=0.06s

2024-04-26 01:31:17 (3.46 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=3 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh
+ set -e
++ date -u
+ echo Thu Apr 25 23:31:19 UTC 2024 'Bootstrap: Beginning to prepare the image used for bootstrapping'
Thu Apr 25 23:31:19 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-1
++ cut -d- -f 1
++ cut -c 2-
+ PHARO_MAJOR=13
++ git describe --tags --first-parent
++ cut -d. -f 2-2
++ cut -d- -f 1
++ cut -c 2-
+ PHARO_MINOR=0
++ cut -d. -f 3-3
++ cut -c 2-
++ cut -d- -f 1
++ git describe --tags --first-parent
+ 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=d643168c6ee1142523c2e1479281e4a5d0c8c4d8
+ 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=3 --VERSION_INFO=Pharo13.0-SNAPSHOT-d643168c6ee1142523c2e1479281e4a5d0c8c4d8 --quit
    [+] Bootstrapping for a 64-bit architecture
    [+] Build number: 3
    [+] VersionInfo: Pharo13.0-SNAPSHOT-d643168c6ee1142523c2e1479281e4a5d0c8c4d8
01:31:24		Begin: Bootstrap process
01:31:24		[+] Preparing bootstrap

Looking for module  ... loaded...computing accessor depths01:32:03		[+] Creating image on which bootstrapping will take place

warning, variable nsMethodCache doesn't exist or has already been removed
...done01:32:06		Initializing bootstrap environment.
01:32:06		Creating initial Objects needed by the VM
01:32:06		Flushing new space.
01:32:06				Begin: Initializing initial objects
01:32:06				Initializing objects.
01:32:06				initializing hash table sizes
01:32:06				preparing class builder
01:32:07				class loader now creates class pools
01:32:07				Initializing StartUp list
01:32:07				Initializing Character Table
01:32:08				Initializing String Ascii and CaseInsensitive Table
01:32:08				Initializing SmallInteger constants
01:32:08				Initializing CompiledMethod constants
01:32:08				Installing symbol table
01:32:08				Bootstrapping class layouts
01:32:09				End: Initializing initial objects
01:32:09				Begin: Create classes
01:32:12				001/519 - 0:00:00:02.979: Built behavior Abort
01:32:13				002/519 - 0:00:00:00.838: Built behavior AbsolutePath
01:32:13				003/519 - 0:00:00:00.767: Built behavior AbstractAnnouncementSubscription
01:32:15				004/519 - 0:00:00:01.073: Built behavior AbstractBinaryFileStream
01:32:15				005/519 - 0:00:00:00.42: Built behavior AbstractDelayTicker
01:32:15				006/519 - 0:00:00:00.499: Built behavior AbstractLayout
01:32:16				007/519 - 0:00:00:00.407: Built behavior AbstractLayoutScope
01:32:16				008/519 - 0:00:00:00.481: Built behavior AbstractSessionHandler
01:32:18				009/519 - 0:00:00:01.357: Built behavior AdditionalBinding
01:32:18				010/519 - 0:00:00:00.591: Built behavior AdditionalMethodState
01:32:19				011/519 - 0:00:00:00.441: Built behavior Announcement
01:32:19				012/519 - 0:00:00:00.538: Built behavior AnnouncementDeliveryCondition
01:32:20				013/519 - 0:00:00:00.503: Built behavior AnnouncementLogger
01:32:22				014/519 - 0:00:00:01.933: Built behavior AnnouncementSet
01:32:22				015/519 - 0:00:00:00.517: Built behavior AnnouncementSetWithExclusions
01:32:23				016/519 - 0:00:00:00.479: Built behavior AnnouncementSubscription
01:32:23				017/519 - 0:00:00:00.604: Built behavior Announcer
01:32:24				018/519 - 0:00:00:00.965: Built behavior ArgumentsCountMismatch
01:32:25				019/519 - 0:00:00:00.483: Built behavior ArithmeticError
01:32:26				020/519 - 0:00:00:01.308: Built behavior Array
01:32:27				021/519 - 0:00:00:00.534: Built behavior Array2D
01:32:27				022/519 - 0:00:00:00: Built behavior ArrayedCollection
01:32:27				023/519 - 0:00:00:00.424: Built behavior AsciiCharset
01:32:28				024/519 - 0:00:00:00.517: Built behavior AssertionFailure
01:32:29				025/519 - 0:00:00:01.486: Built behavior Association
01:32:30				026/519 - 0:00:00:00.634: Built behavior AsyncFile
01:32:31				027/519 - 0:00:00:01.2: Built behavior Author
01:32:32				028/519 - 0:00:00:00.965: Built behavior AuthorNameRequest
01:32:32				029/519 - 0:00:00:00.443: Built behavior Bag
01:32:33				030/519 - 0:00:00:00.941: Built behavior BasicCommandLineHandler
01:32:34				031/519 - 0:00:00:00.546: Built behavior Behavior
01:32:34				032/519 - 0:00:00:00.359: Built behavior BinaryFileStream
01:32:35				033/519 - 0:00:00:00.76: Built behavior BitsLayout
01:32:36				034/519 - 0:00:00:00.819: Built behavior BlockCannotReturn
01:32:36				035/519 - 0:00:00:00.485: Built behavior BlockClosure
01:32:37				036/519 - 0:00:00:00.37: Built behavior Boolean
01:32:38				037/519 - 0:00:00:01.789: Built behavior BoxedFloat64
01:32:39				038/519 - 0:00:00:00.449: Built behavior ByteArray
01:32:39				039/519 - 0:00:00:00.424: Built behavior ByteLayout
01:32:40				040/519 - 0:00:00:01.19: Built behavior ByteString
01:32:41				041/519 - 0:00:00:00.846: Built behavior ByteSymbol
01:32:42				042/519 - 0:00:00:00.505: Built behavior BytecodeEncoder
01:32:43				043/519 - 0:00:00:00.841: Built behavior CannotDeleteFileException
01:32:43				044/519 - 0:00:00:00: Built behavior CannotReturn
01:32:43				045/519 - 0:00:00:00.631: Built behavior CategoryConverter
01:32:44				046/519 - 0:00:00:00.624: Built behavior ChangesLog
01:32:44				047/519 - 0:00:00:00.439: Built behavior Character
01:32:45				048/519 - 0:00:00:00.418: Built behavior CharacterSet
01:32:45				049/519 - 0:00:00:00.447: Built behavior CharacterSetComplement
01:32:46				050/519 - 0:00:00:00.832: Built behavior ChunkReadStream
01:32:46				051/519 - 0:00:00:00.372: Built behavior ChunkWriteStream
01:32:47				052/519 - 0:00:00:00.429: Built behavior CircularHierarchyError
01:32:48				053/519 - 0:00:00:01.069: Built behavior Class
01:32:49				054/519 - 0:00:00:01.184: Built behavior ClassAdded
01:32:49				055/519 - 0:00:00:00: Built behavior ClassAnnouncement
01:32:50				056/519 - 0:00:00:00.529: Built behavior ClassCommented
01:32:50				057/519 - 0:00:00:00: Built behavior ClassDescription
01:32:50				058/519 - 0:00:00:00.409: Built behavior ClassModificationApplied
01:32:50				059/519 - 0:00:00:00.507: Built behavior ClassModifiedClassDefinition
01:32:51				060/519 - 0:00:00:00.49: Built behavior ClassParentRenamed
01:32:51				061/519 - 0:00:00:00.407: Built behavior ClassRemoved
01:32:52				062/519 - 0:00:00:00.473: Built behavior ClassRenamed
01:32:52				063/519 - 0:00:00:00.457: Built behavior ClassRepackaged
01:32:53				064/519 - 0:00:00:00.395: Built behavior ClassResolver
01:32:53				065/519 - 0:00:00:00.379: Built behavior ClassResolverStrictResolve
01:32:54				066/519 - 0:00:00:00.44: Built behavior ClassSessionHandler
01:32:54				067/519 - 0:00:00:00.456: Built behavior ClassVariable
01:32:54				068/519 - 0:00:00:00.426: Built behavior CleanBlockClosure
01:32:54				069/519 - 0:00:00:00: Built behavior Collection
01:32:55				070/519 - 0:00:00:00.502: Built behavior CollectionElement
01:32:55				071/519 - 0:00:00:00.43: Built behavior CollectionIsEmpty
01:32:56				072/519 - 0:00:00:00.445: Built behavior CommandLineArguments
01:32:56				073/519 - 0:00:00:00: Built behavior CommandLineHandler
01:32:56				074/519 - 0:00:00:00.63: Built behavior CommandLinePasswordManager
01:32:57				075/519 - 0:00:00:01.005: Built behavior CommandLineUIManager
01:32:58				076/519 - 0:00:00:00.934: Built behavior CompiledBlock
01:32:58				077/519 - 0:00:00:00: Built behavior CompiledCode
01:32:59				078/519 - 0:00:00:00.366: Built behavior CompiledMethod
01:32:59				079/519 - 0:00:00:00.374: Built behavior CompiledMethodLayout
01:33:00				080/519 - 0:00:00:00.414: Built behavior ConstantBlockClosure
01:33:00				081/519 - 0:00:00:00.405: Built behavior ConstantBlockClosure1Arg
01:33:00				082/519 - 0:00:00:00.437: Built behavior ConstantBlockClosure2Arg
01:33:01				083/519 - 0:00:00:00.539: Built behavior ConstantBlockClosure3Arg
01:33:02				084/519 - 0:00:00:00.66: Built behavior Context
01:33:02				085/519 - 0:00:00:00.441: Built behavior ContextCannotReturn
01:33:03				086/519 - 0:00:00:01.326: Built behavior CurrentExecutionEnvironment
01:33:05				087/519 - 0:00:00:01.208: Built behavior DailyNonInteractiveTranscript
01:33:05				088/519 - 0:00:00:00.453: Built behavior DangerousClassNotifier
01:33:05				089/519 - 0:00:00:00: Built behavior DecoratorStream
01:33:06				090/519 - 0:00:00:00.935: Built behavior DefaultExecutionEnvironment
01:33:07				091/519 - 0:00:00:00.673: Built behavior Delay
01:33:08				092/519 - 0:00:00:01.272: Built behavior DelayBasicScheduler
01:33:08				093/519 - 0:00:00:00.432: Built behavior DelayMicrosecondTicker
01:33:10				094/519 - 0:00:00:01.592: Built behavior DelayMicrosecondTickerSimulation
01:33:10				095/519 - 0:00:00:00.401: Built behavior DelayMicrosecondUncappedTicker
01:33:11				096/519 - 0:00:00:00.426: Built behavior DelayMillisecondTicker
01:33:11				097/519 - 0:00:00:00.534: Built behavior DelayMillisecondTickerSimulation
01:33:12				098/519 - 0:00:00:00.533: Built behavior DelayMutexScheduler
01:33:12				099/519 - 0:00:00:00: Built behavior DelayNullScheduler
01:33:12				100/519 - 0:00:00:00.557: Built behavior DelaySemaphoreScheduler
01:33:13				101/519 - 0:00:00:00.523: Built behavior DelayWaitTimeout
01:33:13				102/519 - 0:00:00:00.45: Built behavior DependentsArray
01:33:15				103/519 - 0:00:00:01.207: Built behavior Deprecation
01:33:15				104/519 - 0:00:00:00.928: Built behavior DeprecationPerformedNotification
01:33:16				105/519 - 0:00:00:00.408: Built behavior Dictionary
01:33:16				106/519 - 0:00:00:00.494: Built behavior DoItVariable
01:33:17				107/519 - 0:00:00:00.487: Built behavior DomainError
01:33:17				108/519 - 0:00:00:00.36: Built behavior DoubleByteArray
01:33:18				109/519 - 0:00:00:00.406: Built behavior DoubleByteLayout
01:33:18				110/519 - 0:00:00:00.609: Built behavior DoubleLink
01:33:19				111/519 - 0:00:00:00.423: Built behavior DoubleLinkedList
01:33:19				112/519 - 0:00:00:00.382: Built behavior DoubleWordArray
01:33:19				113/519 - 0:00:00:00.391: Built behavior DoubleWordLayout
01:33:20				114/519 - 0:00:00:00.467: Built behavior DummySystemProgressItem
01:33:20				115/519 - 0:00:00:00.402: Built behavior DummyUIManager
01:33:21				116/519 - 0:00:00:00.536: Built behavior DuplicatedSlotName
01:33:21				117/519 - 0:00:00:00.566: Built behavior DuplicatedVariableError
01:33:22				118/519 - 0:00:00:00.44: Built behavior DynamicVariable
01:33:22				119/519 - 0:00:00:00.422: Built behavior EmptyLayout
01:33:23				120/519 - 0:00:00:00.38: Built behavior EncoderForSistaV1
01:33:23				121/519 - 0:00:00:00.48: Built behavior EndianDetector
01:33:24				122/519 - 0:00:00:00.917: Built behavior EphemeronLayout
01:33:24				123/519 - 0:00:00:00: Built behavior Error
01:33:25				124/519 - 0:00:00:00.494: Built behavior ErrorHandler
01:33:25				125/519 - 0:00:00:00.425: Built behavior ErrorHandlerSessionHandler
01:33:26				126/519 - 0:00:00:00.684: Built behavior ExactFloatPrintPolicy
01:33:26				127/519 - 0:00:00:00: Built behavior Exception
01:33:26				128/519 - 0:00:00:00.515: Built behavior ExceptionSet
01:33:27				129/519 - 0:00:00:00.407: Built behavior ExceptionSetWithExclusions
01:33:27				130/519 - 0:00:00:00: Built behavior ExecutionEnvironment
01:33:27				131/519 - 0:00:00:00.506: Built behavior Exit
01:33:28				132/519 - 0:00:00:00.441: Built behavior ExpressionEvaluated
01:33:28				133/519 - 0:00:00:00.477: Built behavior ExtensionPointsOwningPackageNotification
01:33:28				134/519 - 0:00:00:00.482: Built behavior ExternalAddress
01:33:33				135/519 - 0:00:00:04.073: Built behavior ExternalData
01:33:33				136/519 - 0:00:00:00: Built behavior ExternalObject
01:33:33				137/519 - 0:00:00:00.498: Built behavior ExternalSemaphoreTable
01:33:33				138/519 - 0:00:00:00: Built behavior ExternalStructure
01:33:34				139/519 - 0:00:00:00.701: Built behavior ExternalType
01:33:34				140/519 - 0:00:00:00.397: Built behavior ExternalUnion
01:33:35				141/519 - 0:00:00:00.475: Built behavior FFIBackend
01:33:35				142/519 - 0:00:00:00: Built behavior FFIConstants
01:33:35				143/519 - 0:00:00:00.386: Built behavior False
01:33:36				144/519 - 0:00:00:00.698: Built behavior File
01:33:36				145/519 - 0:00:00:00.524: Built behavior FileAlreadyExistsException
01:33:37				146/519 - 0:00:00:00.448: Built behavior FileDoesNotExistException
01:33:37				147/519 - 0:00:00:00: Built behavior FileException
01:33:37				148/519 - 0:00:00:00.489: Built behavior FilePathEncoder
01:33:38				149/519 - 0:00:00:00.486: Built behavior FileWriteError
01:33:38				150/519 - 0:00:00:00.686: Built behavior FinalizationProcess
01:33:39				151/519 - 0:00:00:00.595: Built behavior FinalizationRegistry
01:33:39				152/519 - 0:00:00:00.461: Built behavior FinalizationRegistryEntry
01:33:40				153/519 - 0:00:00:00.386: Built behavior FixedLayout
01:33:40				154/519 - 0:00:00:00: Built behavior Float
01:33:40				155/519 - 0:00:00:00.414: Built behavior Float32Array
01:33:41				156/519 - 0:00:00:00.411: Built behavior Float64Array
01:33:41				157/519 - 0:00:00:00.414: Built behavior FloatPrintPolicy
01:33:41				158/519 - 0:00:00:00.448: Built behavior Fraction
01:33:42				159/519 - 0:00:00:00.431: Built behavior FullBlockClosure
01:33:42				160/519 - 0:00:00:00.544: Built behavior Generator
01:33:43				161/519 - 0:00:00:00.425: Built behavior GlobalVariable
01:33:44				162/519 - 0:00:00:00.618: Built behavior HEAbstractExported
01:33:44				163/519 - 0:00:00:00.894: Built behavior HEAdditionalMethodState
01:33:45				164/519 - 0:00:00:00.352: Built behavior HEArray
01:33:45				165/519 - 0:00:00:00.417: Built behavior HEAssociation
01:33:46				166/519 - 0:00:00:00.486: Built behavior HEBinaryReader
01:33:46				167/519 - 0:00:00:00.416: Built behavior HEBoolean
01:33:46				168/519 - 0:00:00:00.429: Built behavior HEByteArray
01:33:47				169/519 - 0:00:00:00.377: Built behavior HEByteString
01:33:47				170/519 - 0:00:00:00.37: Built behavior HECharacter
01:33:49				171/519 - 0:00:00:01.311: Built behavior HEClass
01:33:49				172/519 - 0:00:00:00.822: Built behavior HEClassTrait
01:33:50				173/519 - 0:00:00:00.415: Built behavior HEClassVariable
01:33:50				174/519 - 0:00:00:00.712: Built behavior HECompiledBlock
01:33:51				175/519 - 0:00:00:00.496: Built behavior HEConstantBlock
01:33:51				176/519 - 0:00:00:00: Built behavior HEExportedLiteral
01:33:51				177/519 - 0:00:00:00.434: Built behavior HEExportedMetaclass
01:33:52				178/519 - 0:00:00:00.651: Built behavior HEExtendedEnvironment
01:33:53				179/519 - 0:00:00:00.412: Built behavior HEFloat
01:33:53				180/519 - 0:00:00:00.579: Built behavior HEFraction
01:33:53				181/519 - 0:00:00:00.403: Built behavior HEGlobalVariable
01:33:54				182/519 - 0:00:00:00.589: Built behavior HEInstaller
01:33:54				183/519 - 0:00:00:00.413: Built behavior HEInteger
01:33:55				184/519 - 0:00:00:00.713: Built behavior HEMethod
01:33:55				185/519 - 0:00:00:00: Built behavior HEMethodContainer
01:33:56				186/519 - 0:00:00:00.482: Built behavior HEMethodLiteral
01:33:56				187/519 - 0:00:00:00.535: Built behavior HEPackage
01:33:57				188/519 - 0:00:00:00.486: Built behavior HEPragma
01:33:57				189/519 - 0:00:00:00.39: Built behavior HEScaledDecimal
01:33:58				190/519 - 0:00:00:00.494: Built behavior HESendMessage
01:33:58				191/519 - 0:00:00:00: Built behavior HESymbol
01:33:58				192/519 - 0:00:00:00.44: Built behavior HETrait
01:33:58				193/519 - 0:00:00:00.422: Built behavior HETraitLiteral
01:33:59				194/519 - 0:00:00:00.423: Built behavior HEUndefinedObject
01:33:59				195/519 - 0:00:00:00.441: Built behavior HEWideString
01:34:00				196/519 - 0:00:00:00.727: Built behavior HashTableSizes
01:34:00				197/519 - 0:00:00:00: Built behavior HashedCollection
01:34:01				198/519 - 0:00:00:00.512: Built behavior Heap
01:34:01				199/519 - 0:00:00:00.44: Built behavior HermesCommandLineHandler
01:34:01				200/519 - 0:00:00:00.404: Built behavior IdentityBag
01:34:02				201/519 - 0:00:00:00.398: Built behavior IdentityDictionary
01:34:02				202/519 - 0:00:00:00.391: Built behavior IdentitySet
01:34:03				203/519 - 0:00:00:00.456: Built behavior IllegalFileName
01:34:03				204/519 - 0:00:00:00.448: Built behavior IllegalResumeAttempt
01:34:04				205/519 - 0:00:00:00.432: Built behavior ImmediateLayout
01:34:04				206/519 - 0:00:00:00.508: Built behavior IncompatibleLayoutConflict
01:34:05				207/519 - 0:00:00:00.902: Built behavior IndexedSlot
01:34:05				208/519 - 0:00:00:00.508: Built behavior InexactFloatPrintPolicy
01:34:06				209/519 - 0:00:00:00.554: Built behavior InstanceVariableNotFound
01:34:06				210/519 - 0:00:00:00.42: Built behavior InstanceVariableSlot
01:34:07				211/519 - 0:00:00:00.595: Built behavior InstructionClient
01:34:08				212/519 - 0:00:00:00.593: Built behavior InstructionStream
01:34:08				213/519 - 0:00:00:00.409: Built behavior Integer
01:34:08				214/519 - 0:00:00:00.365: Built behavior IntegerArray
01:34:09				215/519 - 0:00:00:00.438: Built behavior Interval
01:34:09				216/519 - 0:00:00:00.399: Built behavior InvalidGlobalName
01:34:10				217/519 - 0:00:00:00.439: Built behavior InvalidSlotName
01:34:11				218/519 - 0:00:00:00.859: Built behavior KeyNotFound
01:34:11				219/519 - 0:00:00:00.796: Built behavior KeyboardKey
01:34:12				220/519 - 0:00:00:00.423: Built behavior KeyedTree
01:34:12				221/519 - 0:00:00:00.498: Built behavior LargeInteger
01:34:13				222/519 - 0:00:00:00.396: Built behavior LargeNegativeInteger
01:34:13				223/519 - 0:00:00:00.399: Built behavior LargePositiveInteger
01:34:13				224/519 - 0:00:00:00.402: Built behavior LayoutClassScope
01:34:14				225/519 - 0:00:00:00.421: Built behavior LayoutEmptyScope
01:34:15				226/519 - 0:00:00:01.415: Built behavior LimitedWriteStream
01:34:16				227/519 - 0:00:00:00.526: Built behavior Link
01:34:16				228/519 - 0:00:00:00.431: Built behavior LinkedList
01:34:16				229/519 - 0:00:00:00: Built behavior LiteralVariable
01:34:17				230/519 - 0:00:00:00.404: Built behavior LocalRecursionStopper
01:34:17				231/519 - 0:00:00:00: Built behavior LookupKey
01:34:18				232/519 - 0:00:00:00.857: Built behavior MacOSPlatform
01:34:18				233/519 - 0:00:00:00.365: Built behavior MacOSXPlatform
01:34:18				234/519 - 0:00:00:00: Built behavior Magnitude
01:34:19				235/519 - 0:00:00:00.985: Built behavior ManifestAnnouncementsCore
01:34:19				236/519 - 0:00:00:00.461: Built behavior ManifestCollectionsAbstract
01:34:20				237/519 - 0:00:00:00.421: Built behavior ManifestCollectionsDoubleLinkedList
01:34:20				238/519 - 0:00:00:00.431: Built behavior ManifestCollectionsNative
01:34:21				239/519 - 0:00:00:00.464: Built behavior ManifestCollectionsSequenceable
01:34:21				240/519 - 0:00:00:00.535: Built behavior ManifestCollectionsStack
01:34:22				241/519 - 0:00:00:00.458: Built behavior ManifestCollectionsStreams
01:34:22				242/519 - 0:00:00:00.427: Built behavior ManifestCollectionsStrings
01:34:22				243/519 - 0:00:00:00.414: Built behavior ManifestCollectionsSupport
01:34:23				244/519 - 0:00:00:00.465: Built behavior ManifestCollectionsUnordered
01:34:23				245/519 - 0:00:00:00.499: Built behavior ManifestCollectionsWeak
01:34:24				246/519 - 0:00:00:00.452: Built behavior ManifestFileSystemPath
01:34:24				247/519 - 0:00:00:00.428: Built behavior ManifestFiles
01:34:25				248/519 - 0:00:00:00.405: Built behavior ManifestHermes
01:34:25				249/519 - 0:00:00:00.433: Built behavior ManifestKernel
01:34:26				250/519 - 0:00:00:00.437: Built behavior ManifestKernelCodeModel
01:34:26				251/519 - 0:00:00:00.537: Built behavior ManifestNumberParser
01:34:27				252/519 - 0:00:00:00.537: Built behavior ManifestPharoBootstrapInitialization
01:34:27				253/519 - 0:00:00:00.435: Built behavior ManifestSystemAnnouncements
01:34:28				254/519 - 0:00:00:00.441: Built behavior ManifestSystemBasicCommandLineHandler
01:34:28				255/519 - 0:00:00:00.474: Built behavior ManifestSystemCommandLine
01:34:29				256/519 - 0:00:00:00.637: Built behavior ManifestSystemCommandLineHandler
01:34:29				257/519 - 0:00:00:00.461: Built behavior ManifestSystemFinalization
01:34:30				258/519 - 0:00:00:00.465: Built behavior ManifestSystemPlatforms
01:34:30				259/519 - 0:00:00:00.462: Built behavior ManifestSystemSessionManager
01:34:31				260/519 - 0:00:00:00.475: Built behavior ManifestSystemSources
01:34:31				261/519 - 0:00:00:00.484: Built behavior ManifestSystemSupport
01:34:31				262/519 - 0:00:00:00.492: Built behavior ManifestTranscriptNonInteractive
01:34:32				263/519 - 0:00:00:00.49: Built behavior ManifestUIManager
01:34:33				264/519 - 0:00:00:00.624: Built behavior Message
01:34:33				265/519 - 0:00:00:00.591: Built behavior MessageNotUnderstood
01:34:34				266/519 - 0:00:00:00.535: Built behavior MessageSend
01:34:34				267/519 - 0:00:00:00.532: Built behavior Metaclass
01:34:35				268/519 - 0:00:00:00.952: Built behavior MethodAdded
01:34:35				269/519 - 0:00:00:00: Built behavior MethodAnnouncement
01:34:36				270/519 - 0:00:00:00.433: Built behavior MethodDictionary
01:34:36				271/519 - 0:00:00:00.521: Built behavior MethodModified
01:34:37				272/519 - 0:00:00:00.463: Built behavior MethodRecategorized
01:34:37				273/519 - 0:00:00:00.526: Built behavior MethodRemoved
01:34:38				274/519 - 0:00:00:00.492: Built behavior MethodRepackaged
01:34:38				275/519 - 0:00:00:00.735: Built behavior ModificationForbidden
01:34:39				276/519 - 0:00:00:00.759: Built behavior Monitor
01:34:40				277/519 - 0:00:00:00.583: Built behavior MonitorDelay
01:34:40				278/519 - 0:00:00:00.704: Built behavior Mutex
01:34:41				279/519 - 0:00:00:00.699: Built behavior MutexSet
01:34:42				280/519 - 0:00:00:00.764: Built behavior NewUndeclaredWarning
01:34:42				281/519 - 0:00:00:00.433: Built behavior NoChangesLog
01:34:43				282/519 - 0:00:00:01.064: Built behavior NoPharoFilesOpener
01:34:44				283/519 - 0:00:00:00.62: Built behavior NonBooleanReceiver
01:34:44				284/519 - 0:00:00:00: Built behavior NonInteractiveTranscript
01:34:45				285/519 - 0:00:00:00.503: Built behavior NonInteractiveUIManager
01:34:45				286/519 - 0:00:00:00: Built behavior NotFound
01:34:46				287/519 - 0:00:00:01.069: Built behavior NotYetImplemented
01:34:46				288/519 - 0:00:00:00: Built behavior Notification
01:34:46				289/519 - 0:00:00:00.426: Built behavior NullFFIBackend
01:34:47				290/519 - 0:00:00:00.531: Built behavior NullStream
01:34:47				291/519 - 0:00:00:00.588: Built behavior NullTermInfo
01:34:47				292/519 - 0:00:00:00: Built behavior Number
01:34:48				293/519 - 0:00:00:00.987: Built behavior NumberParser
01:34:48				294/519 - 0:00:00:00: Built behavior OSPlatform
01:34:49				295/519 - 0:00:00:00.583: Built behavior OSPlatformVisitor
01:34:49				296/519 - 0:00:00:00: Built behavior Object
01:34:49				297/519 - 0:00:00:00.54: Built behavior ObjectFinalizer
01:34:50				298/519 - 0:00:00:01.002: Built behavior ObjectFinalizerCollection
01:34:50				299/519 - 0:00:00:00: Built behavior ObjectLayout
01:34:50				300/519 - 0:00:00:00: Built behavior OrderedCollection
01:34:51				301/519 - 0:00:00:00.586: Built behavior OrderedDictionary
01:34:51				302/519 - 0:00:00:00.466: Built behavior OrderedIdentityDictionary
01:34:52				303/519 - 0:00:00:00.521: Built behavior OutOfMemory
01:34:53				304/519 - 0:00:00:00.704: Built behavior Package
01:34:53				305/519 - 0:00:00:00.951: Built behavior PackageAdded
01:34:53				306/519 - 0:00:00:00: Built behavior PackageAnnouncement
01:34:54				307/519 - 0:00:00:00.563: Built behavior PackageConflictError
01:34:54				308/519 - 0:00:00:00: Built behavior PackageManifest
01:34:55				309/519 - 0:00:00:00.627: Built behavior PackageOrganizer
01:34:55				310/519 - 0:00:00:00.501: Built behavior PackageRemoved
01:34:56				311/519 - 0:00:00:00.496: Built behavior PackageRenamed
01:34:56				312/519 - 0:00:00:00.624: Built behavior PackageTag
01:34:57				313/519 - 0:00:00:01.161: Built behavior PackageTagAdded
01:34:57				314/519 - 0:00:00:00: Built behavior PackageTagAnnouncement
01:34:58				315/519 - 0:00:00:00.452: Built behavior PackageTagRemoved
01:34:58				316/519 - 0:00:00:00.55: Built behavior PackageTagRenamed
01:34:58				317/519 - 0:00:00:00: Built behavior Path
01:34:59				318/519 - 0:00:00:00.57: Built behavior PerformMessageCommandLineHandler
01:35:00				319/519 - 0:00:00:00.579: Built behavior PharoBootstrapInitialization
01:35:00				320/519 - 0:00:00:00.522: Built behavior PharoCommandLineHandler
01:35:00				321/519 - 0:00:00:00: Built behavior PharoFilesOpener
01:35:01				322/519 - 0:00:00:00.551: Built behavior PluggableDictionary
01:35:01				323/519 - 0:00:00:00.537: Built behavior PluggableSet
01:35:02				324/519 - 0:00:00:00.918: Built behavior Point
01:35:02				325/519 - 0:00:00:00: Built behavior PointerLayout
01:35:02				326/519 - 0:00:00:00: Built behavior PositionableStream
01:35:03				327/519 - 0:00:00:00.539: Built behavior Pragma
01:35:03				328/519 - 0:00:00:00.643: Built behavior PrimitiveError
01:35:04				329/519 - 0:00:00:00.489: Built behavior PrimitiveFailed
01:35:04				330/519 - 0:00:00:00.476: Built behavior PrintVersionCommandLineHandler
01:35:05				331/519 - 0:00:00:00.831: Built behavior Process
01:35:06				332/519 - 0:00:00:00.546: Built behavior ProcessAlreadyTerminating
01:35:06				333/519 - 0:00:00:00.528: Built behavior ProcessList
01:35:06				334/519 - 0:00:00:00: Built behavior ProcessLocalVariable
01:35:06				335/519 - 0:00:00:00: Built behavior ProcessSpecificVariable
01:35:07				336/519 - 0:00:00:00.903: Built behavior ProcessorScheduler
01:35:07				337/519 - 0:00:00:00: Built behavior ProtoObject
01:35:08				338/519 - 0:00:00:00.638: Built behavior Protocol
01:35:09				339/519 - 0:00:00:01.04: Built behavior ProtocolAdded
01:35:09				340/519 - 0:00:00:00: Built behavior ProtocolAnnouncement
01:35:09				341/519 - 0:00:00:00.467: Built behavior ProtocolRemoved
01:35:10				342/519 - 0:00:00:00.499: Built behavior ProtocolRenamed
01:35:12				343/519 - 0:00:00:02.663: Built behavior ProvideAnswerNotification
01:35:13				344/519 - 0:00:00:00.576: Built behavior PseudoVariable
01:35:14				345/519 - 0:00:00:00.852: Built behavior RPackageSet
01:35:14				346/519 - 0:00:00:00.515: Built behavior ReadOnlyFileException
01:35:15				347/519 - 0:00:00:00.427: Built behavior ReadStream
01:35:15				348/519 - 0:00:00:00.443: Built behavior ReadWriteStream
01:35:16				349/519 - 0:00:00:00.623: Built behavior Rectangle
01:35:16				350/519 - 0:00:00:00.639: Built behavior RecursionStopper
01:35:17				351/519 - 0:00:00:00.419: Built behavior RelativePath
01:35:18				352/519 - 0:00:00:00.704: Built behavior RemoteString
01:35:18				353/519 - 0:00:00:00.57: Built behavior RunArray
01:35:19				354/519 - 0:00:00:00.472: Built behavior SaveCommandLineHandler
01:35:19				355/519 - 0:00:00:00.476: Built behavior ScaledDecimal
01:35:19				356/519 - 0:00:00:00: Built behavior SelectorException
01:35:20				357/519 - 0:00:00:00.461: Built behavior SelfVariable
01:35:20				358/519 - 0:00:00:00.49: Built behavior Semaphore
01:35:20				359/519 - 0:00:00:00: Built behavior SequenceableCollection
01:35:21				360/519 - 0:00:00:00.598: Built behavior SessionAccessModeResolver
01:35:21				361/519 - 0:00:00:00.652: Built behavior SessionCategory
01:35:22				362/519 - 0:00:00:00.852: Built behavior SessionManager
01:35:22				363/519 - 0:00:00:00: Built behavior Set
01:35:23				364/519 - 0:00:00:00.672: Built behavior ShAbstractChange
01:35:23				365/519 - 0:00:00:00.613: Built behavior ShAbstractChangeDetector
01:35:24				366/519 - 0:00:00:00.586: Built behavior ShAbstractClassChangeDetector
01:35:25				367/519 - 0:00:00:00.488: Built behavior ShAbstractInstanceSideClassChangeDetector
01:35:25				368/519 - 0:00:00:00.472: Built behavior ShBitLayoutChangeDetector
01:35:26				369/519 - 0:00:00:00.475: Built behavior ShBitLayoutChanged
01:35:26				370/519 - 0:00:00:00.457: Built behavior ShClassChanged
01:35:26				371/519 - 0:00:00:00.492: Built behavior ShClassSlotChangeDetector
01:35:27				372/519 - 0:00:00:00.642: Built behavior ShDefaultBuilderEnhancer
01:35:28				373/519 - 0:00:00:00.441: Built behavior ShInstanceShapeChanged
01:35:28				374/519 - 0:00:00:00.559: Built behavior ShLayoutChangeDetector
01:35:29				375/519 - 0:00:00:00.769: Built behavior ShLayoutDefinition
01:35:29				376/519 - 0:00:00:00.452: Built behavior ShMetaclassChangeDetector
01:35:30				377/519 - 0:00:00:00.432: Built behavior ShMetaclassChanged
01:35:30				378/519 - 0:00:00:00.452: Built behavior ShNoChangesInClass
01:35:31				379/519 - 0:00:00:00.473: Built behavior ShSharedPoolChangeDetector
01:35:31				380/519 - 0:00:00:00.492: Built behavior ShSharedVariablesChangeDetector
01:35:32				381/519 - 0:00:00:00.484: Built behavior ShSlotChangeDetector
01:35:32				382/519 - 0:00:00:00.464: Built behavior ShSuperclassChangeDetector
01:35:33				383/519 - 0:00:00:00.444: Built behavior ShSuperclassChanged
01:35:33				384/519 - 0:00:00:00: Built behavior SharedPool
01:35:33				385/519 - 0:00:00:00.54: Built behavior SharedQueue
01:35:34				386/519 - 0:00:00:01.009: Built behavior ShiftAnonymousClassInstaller
01:35:35				387/519 - 0:00:00:01.364: Built behavior ShiftClassBuilder
01:35:35				388/519 - 0:00:00:00: Built behavior ShiftClassInstaller
01:35:36				389/519 - 0:00:00:00.657: Built behavior ShiftClassSideBuilder
01:35:37				390/519 - 0:00:00:00.472: Built behavior ShouldBeImplemented
01:35:37				391/519 - 0:00:00:00.508: Built behavior ShouldNotImplement
01:35:38				392/519 - 0:00:00:00.541: Built behavior SimulationExceptionWrapper
01:35:38				393/519 - 0:00:00:00.49: Built behavior SizeMismatch
01:35:38				394/519 - 0:00:00:00: Built behavior Slot
01:35:39				395/519 - 0:00:00:00.561: Built behavior SlotNotFound
01:35:39				396/519 - 0:00:00:00.57: Built behavior SmallDictionary
01:35:40				397/519 - 0:00:00:00.473: Built behavior SmallFloat64
01:35:40				398/519 - 0:00:00:00.466: Built behavior SmallIdentityDictionary
01:35:41				399/519 - 0:00:00:00.532: Built behavior SmallInteger
01:35:42				400/519 - 0:00:00:00.895: Built behavior SmalltalkImage
01:35:42				401/519 - 0:00:00:00.815: Built behavior SnapshotOperation
01:35:43				402/519 - 0:00:00:00.582: Built behavior SortedCollection
01:35:44				403/519 - 0:00:00:00.487: Built behavior SourceChunkWriteStream
01:35:44				404/519 - 0:00:00:00.707: Built behavior SourceFile
01:35:45				405/519 - 0:00:00:00.687: Built behavior SourceFileArray
01:35:46				406/519 - 0:00:00:00.818: Built behavior SourceFileBufferedReadWriteStream
01:35:46				407/519 - 0:00:00:00.663: Built behavior SourceFileCharacterReadWriteStream
01:35:47				408/519 - 0:00:00:01.022: Built behavior SparseLargeArray
01:35:47				409/519 - 0:00:00:00: Built behavior SparseLargeTable
01:35:48				410/519 - 0:00:00:00.437: Built behavior Stack
01:35:48				411/519 - 0:00:00:00.448: Built behavior StartupUIManager
01:35:49				412/519 - 0:00:00:00.814: Built behavior Stdio
01:35:50				413/519 - 0:00:00:00.464: Built behavior StdioStream
01:35:50				414/519 - 0:00:00:00: Built behavior Stream
01:35:50				415/519 - 0:00:00:00: Built behavior String
01:35:50				416/519 - 0:00:00:00.51: Built behavior SubclassResponsibility
01:35:51				417/519 - 0:00:00:00.612: Built behavior SubscriptOutOfBounds
01:35:51				418/519 - 0:00:00:00.737: Built behavior SubscriptionRegistry
01:35:52				419/519 - 0:00:00:00.475: Built behavior SuperVariable
01:35:52				420/519 - 0:00:00:00: Built behavior Symbol
01:35:53				421/519 - 0:00:00:00.666: Built behavior SymbolNotFoundError
01:35:53				422/519 - 0:00:00:00: Built behavior SystemAnnouncement
01:35:53				423/519 - 0:00:00:00.475: Built behavior SystemAnnouncer
01:35:54				424/519 - 0:00:00:00.587: Built behavior SystemDictionary
01:35:54				425/519 - 0:00:00:00.631: Built behavior SystemNavigation
01:35:54				426/519 - 0:00:00:00: Built behavior SystemNotification
01:35:55				427/519 - 0:00:00:00.872: Built behavior SystemVersion
01:35:56				428/519 - 0:00:00:00.426: Built behavior TermInfoCharacter
01:35:56				429/519 - 0:00:00:00.658: Built behavior Termcap
01:35:57				430/519 - 0:00:00:00.5: Built behavior ThisContextVariable
01:35:57				431/519 - 0:00:00:00.427: Built behavior ThisProcessVariable
01:35:58				432/519 - 0:00:00:00.476: Built behavior TimedOut
01:35:58				433/519 - 0:00:00:00.456: Built behavior True
01:35:58				434/519 - 0:00:00:00: Built behavior UIManager
01:35:58				435/519 - 0:00:00:00.401: Built behavior UNCNetworkPath
01:35:59				436/519 - 0:00:00:00.4: Built behavior UndeclaredRegistry
01:35:59				437/519 - 0:00:00:00.437: Built behavior UndeclaredVariable
01:36:00				438/519 - 0:00:00:00.531: Built behavior UndeclaredVariableError
01:36:00				439/519 - 0:00:00:00.497: Built behavior UndeclaredVariableRead
01:36:01				440/519 - 0:00:00:00.531: Built behavior UndeclaredVariableWrite
01:36:01				441/519 - 0:00:00:00.514: Built behavior UndefinedClassVariable
01:36:02				442/519 - 0:00:00:00.616: Built behavior UndefinedObject
01:36:03				443/519 - 0:00:00:00.52: Built behavior UndefinedPackage
01:36:03				444/519 - 0:00:00:00.44: Built behavior UndefinedPackageTag
01:36:04				445/519 - 0:00:00:00.519: Built behavior UndefinedSlot
01:36:05				446/519 - 0:00:00:01.032: Built behavior UnhandledError
01:36:05				447/519 - 0:00:00:00: Built behavior UnhandledException
01:36:05				448/519 - 0:00:00:00.874: Built behavior Unix32Platform
01:36:06				449/519 - 0:00:00:00.414: Built behavior Unix64Platform
01:36:06				450/519 - 0:00:00:00.44: Built behavior UnixARM32Platform
01:36:06				451/519 - 0:00:00:00: Built behavior UnixPlatform
01:36:07				452/519 - 0:00:00:00.548: Built behavior UnwindError
01:36:08				453/519 - 0:00:00:00.775: Built behavior VTermOutputDriver
01:36:08				454/519 - 0:00:00:00.45: Built behavior ValueLink
01:36:09				455/519 - 0:00:00:00.471: Built behavior ValueNotFound
01:36:09				456/519 - 0:00:00:00: Built behavior Variable
01:36:09				457/519 - 0:00:00:00.443: Built behavior VariableLayout
01:36:10				458/519 - 0:00:00:00.673: Built behavior VirtualMachine
01:36:10				459/519 - 0:00:00:00: Built behavior Warning
01:36:10				460/519 - 0:00:00:00.493: Built behavior WeakAnnouncementSubscription
01:36:11				461/519 - 0:00:00:00.406: Built behavior WeakArray
01:36:11				462/519 - 0:00:00:00.445: Built behavior WeakIdentityKeyDictionary
01:36:12				463/519 - 0:00:00:00.912: Built behavior WeakIdentitySet
01:36:13				464/519 - 0:00:00:00.889: Built behavior WeakIdentityValueDictionary
01:36:13				465/519 - 0:00:00:00.472: Built behavior WeakKeyAssociation
01:36:14				466/519 - 0:00:00:00.498: Built behavior WeakKeyDictionary
01:36:14				467/519 - 0:00:00:00.452: Built behavior WeakLayout
01:36:15				468/519 - 0:00:00:00.53: Built behavior WeakMessageSend
01:36:15				469/519 - 0:00:00:00.486: Built behavior WeakOrderedCollection
01:36:15				470/519 - 0:00:00:00: Built behavior WeakSet
01:36:16				471/519 - 0:00:00:00.706: Built behavior WeakSubscriptionBuilder
01:36:16				472/519 - 0:00:00:00.445: Built behavior WeakValueAssociation
01:36:16				473/519 - 0:00:00:00: Built behavior WeakValueDictionary
01:36:17				474/519 - 0:00:00:00.503: Built behavior WideCharacterSet
01:36:17				475/519 - 0:00:00:00.527: Built behavior WideString
01:36:18				476/519 - 0:00:00:00.432: Built behavior WideSymbol
01:36:19				477/519 - 0:00:00:00.887: Built behavior Win32Platform
01:36:19				478/519 - 0:00:00:00.456: Built behavior Win32WideString
01:36:20				479/519 - 0:00:00:00.467: Built behavior Win64Platform
01:36:20				480/519 - 0:00:00:00: Built behavior WinPlatform
01:36:20				481/519 - 0:00:00:00.455: Built behavior WordArray
01:36:21				482/519 - 0:00:00:00.447: Built behavior WordLayout
01:36:21				483/519 - 0:00:00:00.722: Built behavior WorkingSession
01:36:22				484/519 - 0:00:00:00.509: Built behavior WorkspaceVariable
01:36:22				485/519 - 0:00:00:00: Built behavior WriteStream
01:36:22				486/519 - 0:00:00:00.524: Built behavior ZeroDivide
01:36:23				487/519 - 0:00:00:00.978: Built behavior ZnBase64Encoder
01:36:24				488/519 - 0:00:00:00.7: Built behavior ZnBufferedReadStream
01:36:25				489/519 - 0:00:00:00.715: Built behavior ZnBufferedReadWriteStream
01:36:25				490/519 - 0:00:00:00.765: Built behavior ZnBufferedWriteStream
01:36:27				491/519 - 0:00:00:01.873: Built behavior ZnByteEncoder
01:36:28				492/519 - 0:00:00:00.615: Built behavior ZnByteStringBecameWideString
01:36:29				493/519 - 0:00:00:00.751: Built behavior ZnCRLFReadStream
01:36:29				494/519 - 0:00:00:00: Built behavior ZnCharacterEncoder
01:36:29				495/519 - 0:00:00:00.602: Built behavior ZnCharacterEncodingError
01:36:31				496/519 - 0:00:00:01.614: Built behavior ZnCharacterReadStream
01:36:32				497/519 - 0:00:00:00.729: Built behavior ZnCharacterReadWriteStream
01:36:33				498/519 - 0:00:00:00.908: Built behavior ZnCharacterWriteStream
01:36:33				499/519 - 0:00:00:00.474: Built behavior ZnCodePointReadStream
01:36:34				500/519 - 0:00:00:00.49: Built behavior ZnCodePointWriteStream
01:36:34				501/519 - 0:00:00:00.701: Built behavior ZnCrPortableWriteStream
01:36:35				502/519 - 0:00:00:00.447: Built behavior ZnDefaultCharacterEncoder
01:36:35				503/519 - 0:00:00:00: Built behavior ZnEncodedReadStream
01:36:35				504/519 - 0:00:00:00: Built behavior ZnEncodedStream
01:36:35				505/519 - 0:00:00:00: Built behavior ZnEncodedWriteStream
01:36:36				506/519 - 0:00:00:00.913: Built behavior ZnEndianSensitiveUTFEncoder
01:36:36				507/519 - 0:00:00:00.663: Built behavior ZnEndianessReadWriteStream
01:36:37				508/519 - 0:00:00:00.751: Built behavior ZnFastLineReader
01:36:38				509/519 - 0:00:00:00.488: Built behavior ZnIncomplete
01:36:38				510/519 - 0:00:00:00.476: Built behavior ZnInvalidUTF8
01:36:39				511/519 - 0:00:00:00.586: Built behavior ZnNewLineWriterStream
01:36:39				512/519 - 0:00:00:00.438: Built behavior ZnNullEncoder
01:36:40				513/519 - 0:00:00:00.762: Built behavior ZnPercentEncoder
01:36:41				514/519 - 0:00:00:00.807: Built behavior ZnPositionableReadStream
01:36:41				515/519 - 0:00:00:00: Built behavior ZnSimplifiedByteEncoder
01:36:41				516/519 - 0:00:00:00.449: Built behavior ZnUTF16Encoder
01:36:41				517/519 - 0:00:00:00.443: Built behavior ZnUTF32Encoder
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
01:36:42				518/519 - 0:00:00:00.549: Built behavior ZnUTF8Encoder
01:36:42				519/519 - 0:00:00:00: Built behavior ZnUTFEncoder
01:36:42				End: Create classes
01:36:42				Begin: Installing defined methods
01:36:42				002/519 - 1/5: Installing method AbsolutePath>>isAbsolute
01:36:55				002/519 - 2/5: Installing method AbsolutePath>>isRoot
01:36:55				002/519 - 3/5: Installing method AbsolutePath>>printOn:
01:36:55				002/519 - 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
01:36:55				002/519 - 5/5: Installing method AbsolutePath>>withParents
01:36:56				002/519 - 1/4: Installing method AbsolutePath class>>addEmptyElementTo:
01:36:56				002/519 - 2/4: Installing method AbsolutePath class>>addParentElementTo:on:
01:36:56				002/519 - 3/4: Installing method AbsolutePath class>>from:delimiter:
01:36:56				002/519 - 4/4: Installing method AbsolutePath class>>removeRedundantSegments:
01:36:56				003/519 - 1/14: Installing method AbstractAnnouncementSubscription>>action
01:36:56				003/519 - 2/14: Installing method AbstractAnnouncementSubscription>>action:
01:36:56				003/519 - 3/14: Installing method AbstractAnnouncementSubscription>>announcementClass
01:36:56				003/519 - 4/14: Installing method AbstractAnnouncementSubscription>>announcementClass:
01:36:56				003/519 - 5/14: Installing method AbstractAnnouncementSubscription>>announcer
01:36:56				003/519 - 6/14: Installing method AbstractAnnouncementSubscription>>announcer:
01:36:56				003/519 - 7/14: Installing method AbstractAnnouncementSubscription>>deliver:
01:36:56				003/519 - 8/14: Installing method AbstractAnnouncementSubscription>>handlesAnnouncement:
01:36:56				003/519 - 9/14: Installing method AbstractAnnouncementSubscription>>makeStrong
01:36:56				003/519 - 10/14: Installing method AbstractAnnouncementSubscription>>makeWeak
01:36:56				003/519 - 11/14: Installing method AbstractAnnouncementSubscription>>printOn:
01:36:56				003/519 - 12/14: Installing method AbstractAnnouncementSubscription>>subscriber
01:36:56				003/519 - 13/14: Installing method AbstractAnnouncementSubscription>>subscriber:
01:36:56				003/519 - 14/14: Installing method AbstractAnnouncementSubscription>>valuable:
01:36:58				004/519 - 1/38: Installing method AbstractBinaryFileStream>>atEnd
01:36:58				004/519 - 2/38: Installing method AbstractBinaryFileStream>>contents
01:36:58				004/519 - 3/38: Installing method AbstractBinaryFileStream>>cr
01:36:58				004/519 - 4/38: Installing method AbstractBinaryFileStream>>crlf
01:36:58				004/519 - 5/38: Installing method AbstractBinaryFileStream>>file
01:36:58				004/519 - 6/38: Installing method AbstractBinaryFileStream>>file:
01:36:58				004/519 - 7/38: Installing method AbstractBinaryFileStream>>flush
01:36:58				004/519 - 8/38: Installing method AbstractBinaryFileStream>>handle:file:forWrite:
01:36:58				004/519 - 9/38: Installing method AbstractBinaryFileStream>>isBinary
01:36:58				004/519 - 10/38: Installing method AbstractBinaryFileStream>>lf
01:36:58				004/519 - 11/38: Installing method AbstractBinaryFileStream>>name
01:36:58				004/519 - 12/38: Installing method AbstractBinaryFileStream>>next
01:36:58				004/519 - 13/38: Installing method AbstractBinaryFileStream>>next:
01:36:58				004/519 - 14/38: Installing method AbstractBinaryFileStream>>next:into:
01:36:58				004/519 - 15/38: Installing method AbstractBinaryFileStream>>next:into:startingAt:
01:36:58				004/519 - 16/38: Installing method AbstractBinaryFileStream>>next:putAll:
01:36:58				004/519 - 17/38: Installing method AbstractBinaryFileStream>>next:putAll:startingAt:
01:36:58				004/519 - 18/38: Installing method AbstractBinaryFileStream>>nextInto:
01:36:58				004/519 - 19/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:
01:36:58				004/519 - 20/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:put:
01:36:58				004/519 - 21/38: Installing method AbstractBinaryFileStream>>nextPut:
01:36:58				004/519 - 22/38: Installing method AbstractBinaryFileStream>>nextPutAll:
01:36:58				004/519 - 23/38: Installing method AbstractBinaryFileStream>>peek
01:36:59				004/519 - 24/38: Installing method AbstractBinaryFileStream>>position
01:36:59				004/519 - 25/38: Installing method AbstractBinaryFileStream>>position:
01:36:59				004/519 - 26/38: Installing method AbstractBinaryFileStream>>printOn:
01:36:59				004/519 - 27/38: Installing method AbstractBinaryFileStream>>readInto:startingAt:count:
01:36:59				004/519 - 28/38: Installing method AbstractBinaryFileStream>>releaseSemaphores
01:36:59				004/519 - 29/38: Installing method AbstractBinaryFileStream>>reset
01:36:59				004/519 - 30/38: Installing method AbstractBinaryFileStream>>setToEnd
01:36:59				004/519 - 31/38: Installing method AbstractBinaryFileStream>>size
01:36:59				004/519 - 32/38: Installing method AbstractBinaryFileStream>>skip:
01:36:59				004/519 - 33/38: Installing method AbstractBinaryFileStream>>sync
01:36:59				004/519 - 34/38: Installing method AbstractBinaryFileStream>>upTo:
01:36:59				004/519 - 35/38: Installing method AbstractBinaryFileStream>>upToAnyOf:
01:36:59				004/519 - 36/38: Installing method AbstractBinaryFileStream>>upToEnd
01:36:59				004/519 - 37/38: Installing method AbstractBinaryFileStream>>waitForData
01:36:59				004/519 - 38/38: Installing method AbstractBinaryFileStream>>writeFrom:startingAt:count:
01:36:59				004/519 - 1/2: Installing method AbstractBinaryFileStream class>>handle:file:forWrite:
01:36:59				004/519 - 2/2: Installing method AbstractBinaryFileStream class>>isAbstract
01:36:59				005/519 - 1/6: Installing method AbstractDelayTicker>>millisecondsUntilTick:
01:36:59				005/519 - 2/6: Installing method AbstractDelayTicker>>nowTick
01:36:59				005/519 - 3/6: Installing method AbstractDelayTicker>>restoreResumptionTimes:
01:36:59				005/519 - 4/6: Installing method AbstractDelayTicker>>saveResumptionTimes:
01:36:59				005/519 - 5/6: Installing method AbstractDelayTicker>>tickAfterMilliseconds:
01:36:59				005/519 - 6/6: Installing method AbstractDelayTicker>>waitForUserSignalled:orExpired:
01:36:59				005/519 - 1/1: Installing method AbstractDelayTicker class>>isAbstract
01:36:59				006/519 - 1/37: Installing method AbstractLayout>>=
01:37:00				006/519 - 2/37: Installing method AbstractLayout>>allSlots
01:37:00				006/519 - 3/37: Installing method AbstractLayout>>allSlotsDo:
01:37:00				006/519 - 4/37: Installing method AbstractLayout>>allVisibleSlots
01:37:00				006/519 - 5/37: Installing method AbstractLayout>>checkIntegrity
01:37:00				006/519 - 6/37: Installing method AbstractLayout>>checkSanity
01:37:00				006/519 - 7/37: Installing method AbstractLayout>>definesSlot:
01:37:00				006/519 - 8/37: Installing method AbstractLayout>>extend:
01:37:00				006/519 - 9/37: Installing method AbstractLayout>>extendByte
01:37:00				006/519 - 10/37: Installing method AbstractLayout>>extendDoubleByte
01:37:00				006/519 - 11/37: Installing method AbstractLayout>>extendDoubleWord
01:37:00				006/519 - 12/37: Installing method AbstractLayout>>extendImmediate
01:37:00				006/519 - 13/37: Installing method AbstractLayout>>extendVariable:
01:37:00				006/519 - 14/37: Installing method AbstractLayout>>extendWord
01:37:00				006/519 - 15/37: Installing method AbstractLayout>>fieldSize
01:37:00				006/519 - 16/37: Installing method AbstractLayout>>hasBindingThatBeginsWith:
01:37:00				006/519 - 17/37: Installing method AbstractLayout>>hasFields
01:37:00				006/519 - 18/37: Installing method AbstractLayout>>hasSlot:
01:37:00				006/519 - 19/37: Installing method AbstractLayout>>hasSlotNamed:
01:37:00				006/519 - 20/37: Installing method AbstractLayout>>hasSlots
01:37:00				006/519 - 21/37: Installing method AbstractLayout>>hash
01:37:00				006/519 - 22/37: Installing method AbstractLayout>>host
01:37:00				006/519 - 23/37: Installing method AbstractLayout>>host:
01:37:00				006/519 - 24/37: Installing method AbstractLayout>>instVarNames
01:37:00				006/519 - 25/37: Installing method AbstractLayout>>isBits
01:37:00				006/519 - 26/37: Installing method AbstractLayout>>isBytes
01:37:00				006/519 - 27/37: Installing method AbstractLayout>>isDoubleBytes
01:37:00				006/519 - 28/37: Installing method AbstractLayout>>isDoubleWords
01:37:00				006/519 - 29/37: Installing method AbstractLayout>>isFixedLayout
01:37:00				006/519 - 30/37: Installing method AbstractLayout>>isVariable
01:37:00				006/519 - 31/37: Installing method AbstractLayout>>isWeak
01:37:00				006/519 - 32/37: Installing method AbstractLayout>>isWords
01:37:00				006/519 - 33/37: Installing method AbstractLayout>>resolveSlot:
01:37:00				006/519 - 34/37: Installing method AbstractLayout>>resolveSlot:ifFound:ifNone:
01:37:00				006/519 - 35/37: Installing method AbstractLayout>>slotScope
01:37:00				006/519 - 36/37: Installing method AbstractLayout>>slots
01:37:00				006/519 - 37/37: Installing method AbstractLayout>>visibleSlots
01:37:00				006/519 - 1/1: Installing method AbstractLayout class>>isAbstract
01:37:00				007/519 - 1/24: Installing method AbstractLayoutScope>>=
01:37:00				007/519 - 2/24: Installing method AbstractLayoutScope>>allSlotsDo:
01:37:00				007/519 - 3/24: Installing method AbstractLayoutScope>>allVisibleSlots
01:37:00				007/519 - 4/24: Installing method AbstractLayoutScope>>extend
01:37:00				007/519 - 5/24: Installing method AbstractLayoutScope>>extend:
01:37:00				007/519 - 6/24: Installing method AbstractLayoutScope>>extend:as:
01:37:00				007/519 - 7/24: Installing method AbstractLayoutScope>>fieldSize
01:37:00				007/519 - 8/24: Installing method AbstractLayoutScope>>firstFieldIndex
01:37:00				007/519 - 9/24: Installing method AbstractLayoutScope>>flatten
01:37:00				007/519 - 10/24: Installing method AbstractLayoutScope>>flattenIn:
01:37:00				007/519 - 11/24: Installing method AbstractLayoutScope>>hasBindingThatBeginsWith:
01:37:00				007/519 - 12/24: Installing method AbstractLayoutScope>>hasFields
01:37:00				007/519 - 13/24: Installing method AbstractLayoutScope>>hasSlots
01:37:00				007/519 - 14/24: Installing method AbstractLayoutScope>>hash
01:37:00				007/519 - 15/24: Installing method AbstractLayoutScope>>ifEmpty:
01:37:00				007/519 - 16/24: Installing method AbstractLayoutScope>>ifNotEmpty:
01:37:00				007/519 - 17/24: Installing method AbstractLayoutScope>>indexOf:
01:37:00				007/519 - 18/24: Installing method AbstractLayoutScope>>indexOf:ifAbsent:
01:37:00				007/519 - 19/24: Installing method AbstractLayoutScope>>isEmpty
01:37:00				007/519 - 20/24: Installing method AbstractLayoutScope>>ownFieldSize
01:37:00				007/519 - 21/24: Installing method AbstractLayoutScope>>resolveSlot:
01:37:00				007/519 - 22/24: Installing method AbstractLayoutScope>>resolveSlot:ifFound:ifNone:
01:37:00				007/519 - 23/24: Installing method AbstractLayoutScope>>visibleSlotNames
01:37:00				007/519 - 24/24: Installing method AbstractLayoutScope>>visibleSlots
01:37:00				007/519 - 1/1: Installing method AbstractLayoutScope class>>isAbstract
01:37:01				008/519 - 1/4: Installing method AbstractSessionHandler>>handledId
01:37:01				008/519 - 2/4: Installing method AbstractSessionHandler>>printOn:
01:37:01				008/519 - 3/4: Installing method AbstractSessionHandler>>shutdown:
01:37:01				008/519 - 4/4: Installing method AbstractSessionHandler>>startup:
01:37:01				008/519 - 1/1: Installing method AbstractSessionHandler class>>isAbstract
01:37:01				009/519 - 1/3: Installing method AdditionalBinding>>emitStore:
01:37:01				009/519 - 2/3: Installing method AdditionalBinding>>emitValue:
01:37:01				009/519 - 3/3: Installing method AdditionalBinding>>isReferenced
01:37:02				010/519 - 1/33: Installing method AdditionalMethodState>>analogousCodeTo:
01:37:02				010/519 - 2/33: Installing method AdditionalMethodState>>at:
01:37:02				010/519 - 3/33: Installing method AdditionalMethodState>>at:ifAbsent:
01:37:02				010/519 - 4/33: Installing method AdditionalMethodState>>at:ifAbsentPut:
01:37:02				010/519 - 5/33: Installing method AdditionalMethodState>>at:ifPresent:
01:37:02				010/519 - 6/33: Installing method AdditionalMethodState>>at:put:
01:37:02				010/519 - 7/33: Installing method AdditionalMethodState>>copyWith:
01:37:02				010/519 - 8/33: Installing method AdditionalMethodState>>copyWithout:
01:37:02				010/519 - 9/33: Installing method AdditionalMethodState>>includes:
01:37:02				010/519 - 10/33: Installing method AdditionalMethodState>>includesKey:
01:37:02				010/519 - 11/33: Installing method AdditionalMethodState>>includesProperty:
01:37:02				010/519 - 12/33: Installing method AdditionalMethodState>>isEmpty
01:37:02				010/519 - 13/33: Installing method AdditionalMethodState>>isMethodProperties
01:37:02				010/519 - 14/33: Installing method AdditionalMethodState>>keysAndValuesDo:
01:37:02				010/519 - 15/33: Installing method AdditionalMethodState>>method
01:37:02				010/519 - 16/33: Installing method AdditionalMethodState>>method:
01:37:02				010/519 - 17/33: Installing method AdditionalMethodState>>notEmpty
01:37:02				010/519 - 18/33: Installing method AdditionalMethodState>>postCopy
01:37:02				010/519 - 19/33: Installing method AdditionalMethodState>>pragmas
01:37:02				010/519 - 20/33: Installing method AdditionalMethodState>>pragmasDo:
01:37:02				010/519 - 21/33: Installing method AdditionalMethodState>>printOn:
01:37:02				010/519 - 22/33: Installing method AdditionalMethodState>>properties
01:37:02				010/519 - 23/33: Installing method AdditionalMethodState>>propertyAt:
01:37:02				010/519 - 24/33: Installing method AdditionalMethodState>>propertyAt:ifAbsent:
01:37:02				010/519 - 25/33: Installing method AdditionalMethodState>>propertyAt:ifPresent:
01:37:02				010/519 - 26/33: Installing method AdditionalMethodState>>propertyKeysAndValuesDo:
01:37:02				010/519 - 27/33: Installing method AdditionalMethodState>>propertyValueAt:
01:37:02				010/519 - 28/33: Installing method AdditionalMethodState>>propertyValueAt:ifAbsent:
01:37:02				010/519 - 29/33: Installing method AdditionalMethodState>>removeKey:
01:37:02				010/519 - 30/33: Installing method AdditionalMethodState>>removeKey:ifAbsent:
01:37:02				010/519 - 31/33: Installing method AdditionalMethodState>>selector
01:37:02				010/519 - 32/33: Installing method AdditionalMethodState>>selector:
01:37:02				010/519 - 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
01:37:02				010/519 - 1/7: Installing method AdditionalMethodState class>>forMethod:selector:
01:37:02				010/519 - 2/7: Installing method AdditionalMethodState class>>forSelector:
01:37:02				010/519 - 3/7: Installing method AdditionalMethodState class>>new
01:37:02				010/519 - 4/7: Installing method AdditionalMethodState class>>persistProperty:
01:37:02				010/519 - 5/7: Installing method AdditionalMethodState class>>propertiesToPersist
01:37:02				010/519 - 6/7: Installing method AdditionalMethodState class>>propertiesToPersist:
01:37:02				010/519 - 7/7: Installing method AdditionalMethodState class>>selector:with:
01:37:02				011/519 - 1/2: Installing method Announcement>>asAnnouncement
01:37:02				011/519 - 2/2: Installing method Announcement>>prepareForDelivery
01:37:03				011/519 - 1/5: Installing method Announcement class>>,
01:37:03				011/519 - 2/5: Installing method Announcement class>>-
01:37:03				011/519 - 3/5: Installing method Announcement class>>asAnnouncement
01:37:03				011/519 - 4/5: Installing method Announcement class>>handlesAnnouncement:
01:37:03				011/519 - 5/5: Installing method Announcement class>>where:
01:37:03				012/519 - 1/5: Installing method AnnouncementDeliveryCondition>>announcementClass
01:37:03				012/519 - 2/5: Installing method AnnouncementDeliveryCondition>>announcementClass:
01:37:03				012/519 - 3/5: Installing method AnnouncementDeliveryCondition>>conditionBlock
01:37:03				012/519 - 4/5: Installing method AnnouncementDeliveryCondition>>conditionBlock:
01:37:03				012/519 - 5/5: Installing method AnnouncementDeliveryCondition>>handlesAnnouncement:
01:37:03				012/519 - 1/1: Installing method AnnouncementDeliveryCondition class>>for:where:
01:37:03				013/519 - 1/2: Installing method AnnouncementLogger>>logAnnouncement:
01:37:03				013/519 - 2/2: Installing method AnnouncementLogger>>subscribeTo:
01:37:03				014/519 - 1/3: Installing method AnnouncementSet>>,
01:37:03				014/519 - 2/3: Installing method AnnouncementSet>>-
01:37:03				014/519 - 3/3: Installing method AnnouncementSet>>handlesAnnouncement:
01:37:03				015/519 - 1/4: Installing method AnnouncementSetWithExclusions>>addExclusion:
01:37:03				015/519 - 2/4: Installing method AnnouncementSetWithExclusions>>handlesAnnouncement:
01:37:03				015/519 - 3/4: Installing method AnnouncementSetWithExclusions>>initialize
01:37:03				015/519 - 4/4: Installing method AnnouncementSetWithExclusions>>initialize:
01:37:04				016/519 - 1/5: Installing method AnnouncementSubscription>>makeStrong
01:37:04				016/519 - 2/5: Installing method AnnouncementSubscription>>makeWeak
01:37:04				016/519 - 3/5: Installing method AnnouncementSubscription>>subscriber
01:37:04				016/519 - 4/5: Installing method AnnouncementSubscription>>subscriber:
01:37:04				016/519 - 5/5: Installing method AnnouncementSubscription>>unregister
01:37:04				017/519 - 1/20: Installing method Announcer>>announce:
01:37:04				017/519 - 2/20: Installing method Announcer>>basicSubscribe:
01:37:04				017/519 - 3/20: Installing method Announcer>>delayAnnouncementsAfter:
01:37:04				017/519 - 4/20: Installing method Announcer>>handleSubscriberClass:
01:37:04				017/519 - 5/20: Installing method Announcer>>hasSubscriber:
01:37:04				017/519 - 6/20: Installing method Announcer>>initialize
01:37:04				017/519 - 7/20: Installing method Announcer>>isSuspended
01:37:04				017/519 - 8/20: Installing method Announcer>>numberOfSubscriptions
01:37:04				017/519 - 9/20: Installing method Announcer>>prevent:during:
01:37:04				017/519 - 10/20: Installing method Announcer>>preventedAnnouncements
01:37:04				017/519 - 11/20: Installing method Announcer>>removeSubscription:
01:37:04				017/519 - 12/20: Installing method Announcer>>replace:with:
01:37:04				017/519 - 13/20: Installing method Announcer>>subscriptions
01:37:04				017/519 - 14/20: Installing method Announcer>>subscriptionsForClass:
01:37:05				017/519 - 15/20: Installing method Announcer>>suspendAllWhile:
01:37:05				017/519 - 16/20: Installing method Announcer>>suspendAllWhileStoring:
01:37:05				017/519 - 17/20: Installing method Announcer>>unsubscribe:
01:37:05				017/519 - 18/20: Installing method Announcer>>weak
01:37:05				017/519 - 19/20: Installing method Announcer>>when:do:for:
01:37:05				017/519 - 20/20: Installing method Announcer>>when:send:to:
01:37:05				018/519 - 1/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount
01:37:05				018/519 - 2/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount:
01:37:05				018/519 - 3/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount
01:37:05				018/519 - 4/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount:
01:37:05				018/519 - 5/6: Installing method ArgumentsCountMismatch>>messageText
01:37:05				018/519 - 6/6: Installing method ArgumentsCountMismatch>>printArgumentsCount:
01:37:05				018/519 - 1/1: Installing method ArgumentsCountMismatch class>>signalExpectedArgumentsCount:calledArgumentsCount:
01:37:06				020/519 - 1/30: Installing method Array>>as:
01:37:06				020/519 - 2/30: Installing method Array>>asArray
01:37:06				020/519 - 3/30: Installing method Array>>asNewArray
01:37:06				020/519 - 4/30: Installing method Array>>asOrderedCollection
01:37:06				020/519 - 5/30: Installing method Array>>asSet
01:37:06				020/519 - 6/30: Installing method Array>>atWrap:
01:37:06				020/519 - 7/30: Installing method Array>>atWrap:put:
01:37:06				020/519 - 8/30: Installing method Array>>beReadOnlyLiteral
01:37:06				020/519 - 9/30: Installing method Array>>copyWithDependent:
01:37:06				020/519 - 10/30: Installing method Array>>displayString
01:37:06				020/519 - 11/30: Installing method Array>>elementsExchangeIdentityWith:
01:37:06				020/519 - 12/30: Installing method Array>>elementsForwardIdentityTo:
01:37:06				020/519 - 13/30: Installing method Array>>elementsForwardIdentityTo:copyHash:
01:37:06				020/519 - 14/30: Installing method Array>>hasLiteral:
01:37:06				020/519 - 15/30: Installing method Array>>hasLiteralSuchThat:
01:37:06				020/519 - 16/30: Installing method Array>>isArray
01:37:06				020/519 - 17/30: Installing method Array>>isLiteral
01:37:06				020/519 - 18/30: Installing method Array>>isLiteral:
01:37:06				020/519 - 19/30: Installing method Array>>isSelfEvaluating
01:37:06				020/519 - 20/30: Installing method Array>>isSelfEvaluating:
01:37:06				020/519 - 21/30: Installing method Array>>literalEqual:
01:37:06				020/519 - 22/30: Installing method Array>>printAsLiteralFormOn:
01:37:06				020/519 - 23/30: Installing method Array>>printAsSelfEvaluatingFormOn:
01:37:06				020/519 - 24/30: Installing method Array>>printOn:
01:37:06				020/519 - 25/30: Installing method Array>>recursiveDo:
01:37:06				020/519 - 26/30: Installing method Array>>refersToLiteral:
01:37:06				020/519 - 27/30: Installing method Array>>replaceFrom:to:with:startingAt:
01:37:06				020/519 - 28/30: Installing method Array>>shouldBePrintedAsLiteral
01:37:06				020/519 - 29/30: Installing method Array>>shouldBePrintedAsLiteral:
01:37:06				020/519 - 30/30: Installing method Array>>storeOn:
01:37:07				020/519 - 1/3: Installing method Array class>>braceStream:
01:37:07				020/519 - 2/3: Installing method Array class>>empty
01:37:07				020/519 - 3/3: Installing method Array class>>new:
01:37:09				021/519 - 1/85: Installing method Array2D>>+*
01:37:09				021/519 - 2/85: Installing method Array2D>>,
01:37:09				021/519 - 3/85: Installing method Array2D>>,,
01:37:09				021/519 - 4/85: Installing method Array2D>>=
01:37:09				021/519 - 5/85: Installing method Array2D>>add:
01:37:09				021/519 - 6/85: Installing method Array2D>>anyOne
01:37:09				021/519 - 7/85: Installing method Array2D>>asArray
01:37:09				021/519 - 8/85: Installing method Array2D>>asBag
01:37:09				021/519 - 9/85: Installing method Array2D>>asByteArray
01:37:09				021/519 - 10/85: Installing method Array2D>>asCharacterSet
01:37:09				021/519 - 11/85: Installing method Array2D>>asFloatArray
01:37:09				021/519 - 12/85: Installing method Array2D>>asIdentitySet
01:37:09				021/519 - 13/85: Installing method Array2D>>asIntegerArray
01:37:09				021/519 - 14/85: Installing method Array2D>>asOrderedCollection
01:37:09				021/519 - 15/85: Installing method Array2D>>asSet
01:37:09				021/519 - 16/85: Installing method Array2D>>asSortedCollection
01:37:09				021/519 - 17/85: Installing method Array2D>>asSortedCollection:
01:37:09				021/519 - 18/85: Installing method Array2D>>asWordArray
01:37:09				021/519 - 19/85: Installing method Array2D>>at:at:
01:37:09				021/519 - 20/85: Installing method Array2D>>at:at:ifInvalid:
01:37:09				021/519 - 21/85: Installing method Array2D>>at:at:incrementBy:
01:37:09				021/519 - 22/85: Installing method Array2D>>at:at:put:
01:37:09				021/519 - 23/85: Installing method Array2D>>atAllPut:
01:37:09				021/519 - 24/85: Installing method Array2D>>atColumn:
01:37:09				021/519 - 25/85: Installing method Array2D>>atColumn:put:
01:37:09				021/519 - 26/85: Installing method Array2D>>atRandom
01:37:09				021/519 - 27/85: Installing method Array2D>>atRandom:
01:37:09				021/519 - 28/85: Installing method Array2D>>atRow:
01:37:09				021/519 - 29/85: Installing method Array2D>>atRow:put:
01:37:09				021/519 - 30/85: Installing method Array2D>>atRows:columns:
01:37:09				021/519 - 31/85: Installing method Array2D>>atRows:to:columns:to:
01:37:09				021/519 - 32/85: Installing method Array2D>>atRows:to:columns:to:ifInvalid:
01:37:09				021/519 - 33/85: Installing method Array2D>>atRows:to:columns:to:put:
01:37:09				021/519 - 34/85: Installing method Array2D>>collect:
01:37:09				021/519 - 35/85: Installing method Array2D>>columnCount
01:37:09				021/519 - 36/85: Installing method Array2D>>diagonal
01:37:10				021/519 - 37/85: Installing method Array2D>>difference:
01:37:10				021/519 - 38/85: Installing method Array2D>>do:
01:37:10				021/519 - 39/85: Installing method Array2D>>extent
01:37:10				021/519 - 40/85: Installing method Array2D>>hash
01:37:10				021/519 - 41/85: Installing method Array2D>>identityIncludes:
01:37:10				021/519 - 42/85: Installing method Array2D>>identityIndexOf:
01:37:10				021/519 - 43/85: Installing method Array2D>>identityIndexOf:ifAbsent:
01:37:10				021/519 - 44/85: Installing method Array2D>>includes:
01:37:10				021/519 - 45/85: Installing method Array2D>>includesAll:
01:37:10				021/519 - 46/85: Installing method Array2D>>includesAny:
01:37:10				021/519 - 47/85: Installing method Array2D>>indexForRow:andColumn:
01:37:10				021/519 - 48/85: Installing method Array2D>>indexOf:
01:37:10				021/519 - 49/85: Installing method Array2D>>indexOf:ifAbsent:
01:37:10				021/519 - 50/85: Installing method Array2D>>indicesCollect:
01:37:10				021/519 - 51/85: Installing method Array2D>>indicesDo:
01:37:10				021/519 - 52/85: Installing method Array2D>>indicesInject:into:
01:37:10				021/519 - 53/85: Installing method Array2D>>intersection:
01:37:10				021/519 - 54/85: Installing method Array2D>>isSequenceable
01:37:10				021/519 - 55/85: Installing method Array2D>>numberOfColumns
01:37:10				021/519 - 56/85: Installing method Array2D>>numberOfColumns:
01:37:10				021/519 - 57/85: Installing method Array2D>>numberOfRows
01:37:10				021/519 - 58/85: Installing method Array2D>>numberOfRows:
01:37:10				021/519 - 59/85: Installing method Array2D>>occurrencesOf:
01:37:10				021/519 - 60/85: Installing method Array2D>>postCopy
01:37:10				021/519 - 61/85: Installing method Array2D>>preMultiplyByArray:
01:37:10				021/519 - 62/85: Installing method Array2D>>preMultiplyByMatrix:
01:37:10				021/519 - 63/85: Installing method Array2D>>printOn:
01:37:10				021/519 - 64/85: Installing method Array2D>>privateContents
01:37:10				021/519 - 65/85: Installing method Array2D>>readStream
01:37:10				021/519 - 66/85: Installing method Array2D>>reject:
01:37:10				021/519 - 67/85: Installing method Array2D>>remove:ifAbsent:
01:37:10				021/519 - 68/85: Installing method Array2D>>removeAll
01:37:10				021/519 - 69/85: Installing method Array2D>>replaceAll:with:
01:37:10				021/519 - 70/85: Installing method Array2D>>rowAndColumnForIndex:
01:37:10				021/519 - 71/85: Installing method Array2D>>rowCount
01:37:10				021/519 - 72/85: Installing method Array2D>>rows:columns:contents:
01:37:10				021/519 - 73/85: Installing method Array2D>>select:
01:37:10				021/519 - 74/85: Installing method Array2D>>size
01:37:10				021/519 - 75/85: Installing method Array2D>>storeOn:
01:37:10				021/519 - 76/85: Installing method Array2D>>swap:at:with:at:
01:37:10				021/519 - 77/85: Installing method Array2D>>swapColumn:withColumn:
01:37:10				021/519 - 78/85: Installing method Array2D>>swapRow:withRow:
01:37:10				021/519 - 79/85: Installing method Array2D>>transposed
01:37:10				021/519 - 80/85: Installing method Array2D>>with:collect:
01:37:10				021/519 - 81/85: Installing method Array2D>>with:do:
01:37:10				021/519 - 82/85: Installing method Array2D>>with:inject:into:
01:37:10				021/519 - 83/85: Installing method Array2D>>withIndicesCollect:
01:37:10				021/519 - 84/85: Installing method Array2D>>withIndicesDo:
01:37:11				021/519 - 85/85: Installing method Array2D>>withIndicesInject:into:
01:37:11				021/519 - 1/14: Installing method Array2D class>>columnVector:
01:37:11				021/519 - 2/14: Installing method Array2D class>>diagonal:
01:37:11				021/519 - 3/14: Installing method Array2D class>>identity:
01:37:11				021/519 - 4/14: Installing method Array2D class>>isDeprecated
01:37:11				021/519 - 5/14: Installing method Array2D class>>new:
01:37:11				021/519 - 6/14: Installing method Array2D class>>new:element:
01:37:11				021/519 - 7/14: Installing method Array2D class>>new:tabulate:
01:37:11				021/519 - 8/14: Installing method Array2D class>>ones:
01:37:11				021/519 - 9/14: Installing method Array2D class>>rowVector:
01:37:11				021/519 - 10/14: Installing method Array2D class>>rows:columns:
01:37:11				021/519 - 11/14: Installing method Array2D class>>rows:columns:contents:
01:37:11				021/519 - 12/14: Installing method Array2D class>>rows:columns:element:
01:37:11				021/519 - 13/14: Installing method Array2D class>>rows:columns:tabulate:
01:37:11				021/519 - 14/14: Installing method Array2D class>>zeros:
01:37:11				022/519 - 1/10: Installing method ArrayedCollection>>add:
01:37:11				022/519 - 2/10: Installing method ArrayedCollection>>byteSize
01:37:11				022/519 - 3/10: Installing method ArrayedCollection>>bytesPerBasicElement
01:37:11				022/519 - 4/10: Installing method ArrayedCollection>>defaultElement
01:37:11				022/519 - 5/10: Installing method ArrayedCollection>>fillFrom:with:
01:37:11				022/519 - 6/10: Installing method ArrayedCollection>>removeAll
01:37:11				022/519 - 7/10: Installing method ArrayedCollection>>size
01:37:11				022/519 - 8/10: Installing method ArrayedCollection>>storeElementsFrom:to:on:
01:37:11				022/519 - 9/10: Installing method ArrayedCollection>>storeOn:
01:37:11				022/519 - 10/10: Installing method ArrayedCollection>>writeOn:
01:37:12				022/519 - 1/13: Installing method ArrayedCollection class>>isAbstract
01:37:12				022/519 - 2/13: Installing method ArrayedCollection class>>new
01:37:12				022/519 - 3/13: Installing method ArrayedCollection class>>new:withAll:
01:37:12				022/519 - 4/13: Installing method ArrayedCollection class>>newFrom:
01:37:12				022/519 - 5/13: Installing method ArrayedCollection class>>newFromArray:
01:37:12				022/519 - 6/13: Installing method ArrayedCollection class>>with:
01:37:12				022/519 - 7/13: Installing method ArrayedCollection class>>with:with:
01:37:12				022/519 - 8/13: Installing method ArrayedCollection class>>with:with:with:
01:37:12				022/519 - 9/13: Installing method ArrayedCollection class>>with:with:with:with:
01:37:12				022/519 - 10/13: Installing method ArrayedCollection class>>with:with:with:with:with:
01:37:12				022/519 - 11/13: Installing method ArrayedCollection class>>with:with:with:with:with:with:
01:37:12				022/519 - 12/13: Installing method ArrayedCollection class>>with:withAll:
01:37:12				022/519 - 13/13: Installing method ArrayedCollection class>>withAll:
01:37:12				023/519 - 1/35: Installing method AsciiCharset class>>isCasedLetter:
01:37:12				023/519 - 2/35: Installing method AsciiCharset class>>isClosePunctuation:
01:37:12				023/519 - 3/35: Installing method AsciiCharset class>>isConnectorPunctuation:
01:37:12				023/519 - 4/35: Installing method AsciiCharset class>>isControlOther:
01:37:12				023/519 - 5/35: Installing method AsciiCharset class>>isCurrencySymbol:
01:37:12				023/519 - 6/35: Installing method AsciiCharset class>>isDashPunctuation:
01:37:12				023/519 - 7/35: Installing method AsciiCharset class>>isDecimalDigit:
01:37:12				023/519 - 8/35: Installing method AsciiCharset class>>isDigit:
01:37:12				023/519 - 9/35: Installing method AsciiCharset class>>isEnclosingMark:
01:37:12				023/519 - 10/35: Installing method AsciiCharset class>>isFinalQuote:
01:37:12				023/519 - 11/35: Installing method AsciiCharset class>>isFormatOther:
01:37:12				023/519 - 12/35: Installing method AsciiCharset class>>isInitialQuote:
01:37:12				023/519 - 13/35: Installing method AsciiCharset class>>isLetter:
01:37:12				023/519 - 14/35: Installing method AsciiCharset class>>isLetterModifier:
01:37:13				023/519 - 15/35: Installing method AsciiCharset class>>isLetterNumber:
01:37:13				023/519 - 16/35: Installing method AsciiCharset class>>isLineSeparator:
01:37:13				023/519 - 17/35: Installing method AsciiCharset class>>isLowercase:
01:37:13				023/519 - 18/35: Installing method AsciiCharset class>>isMathSymbol:
01:37:13				023/519 - 19/35: Installing method AsciiCharset class>>isModifierSymbol:
01:37:13				023/519 - 20/35: Installing method AsciiCharset class>>isNonspacingMark:
01:37:13				023/519 - 21/35: Installing method AsciiCharset class>>isOpenPunctuation:
01:37:13				023/519 - 22/35: Installing method AsciiCharset class>>isOtherLetter:
01:37:13				023/519 - 23/35: Installing method AsciiCharset class>>isOtherNumber:
01:37:13				023/519 - 24/35: Installing method AsciiCharset class>>isOtherPunctuation:
01:37:13				023/519 - 25/35: Installing method AsciiCharset class>>isOtherSymbol:
01:37:13				023/519 - 26/35: Installing method AsciiCharset class>>isParagraphSeparator:
01:37:13				023/519 - 27/35: Installing method AsciiCharset class>>isPrivateOther:
01:37:13				023/519 - 28/35: Installing method AsciiCharset class>>isSpaceSeparator:
01:37:13				023/519 - 29/35: Installing method AsciiCharset class>>isSpacingCombiningMark:
01:37:13				023/519 - 30/35: Installing method AsciiCharset class>>isSurrogateOther:
01:37:13				023/519 - 31/35: Installing method AsciiCharset class>>isTitlecaseLetter:
01:37:13				023/519 - 32/35: Installing method AsciiCharset class>>isUppercase:
01:37:13				023/519 - 33/35: Installing method AsciiCharset class>>maxValue
01:37:13				023/519 - 34/35: Installing method AsciiCharset class>>toLowercase:
01:37:13				023/519 - 35/35: Installing method AsciiCharset class>>toUppercase:
01:37:13				025/519 - 1/12: Installing method Association>>=
01:37:13				025/519 - 2/12: Installing method Association>>analogousCodeTo:
01:37:13				025/519 - 3/12: Installing method Association>>hasLiteral:
01:37:13				025/519 - 4/12: Installing method Association>>isAssociation
01:37:13				025/519 - 5/12: Installing method Association>>isSelfEvaluating
01:37:13				025/519 - 6/12: Installing method Association>>isVariableBinding
01:37:13				025/519 - 7/12: Installing method Association>>key:value:
01:37:13				025/519 - 8/12: Installing method Association>>literalEqual:
01:37:13				025/519 - 9/12: Installing method Association>>printOn:
01:37:13				025/519 - 10/12: Installing method Association>>storeOn:
01:37:13				025/519 - 11/12: Installing method Association>>value
01:37:13				025/519 - 12/12: Installing method Association>>value:
01:37:13				025/519 - 1/1: Installing method Association class>>key:value:
01:37:14				026/519 - 1/13: Installing method AsyncFile>>close
01:37:14				026/519 - 2/13: Installing method AsyncFile>>fileHandle
01:37:14				026/519 - 3/13: Installing method AsyncFile>>open:forWrite:
01:37:14				026/519 - 4/13: Installing method AsyncFile>>primClose:
01:37:14				026/519 - 5/13: Installing method AsyncFile>>primOpen:forWrite:semaIndex:
01:37:14				026/519 - 6/13: Installing method AsyncFile>>primReadResult:intoBuffer:at:count:
01:37:14				026/519 - 7/13: Installing method AsyncFile>>primReadStart:fPosition:count:
01:37:14				026/519 - 8/13: Installing method AsyncFile>>primWriteResult:
01:37:14				026/519 - 9/13: Installing method AsyncFile>>primWriteStart:fPosition:fromBuffer:at:count:
01:37:14				026/519 - 10/13: Installing method AsyncFile>>readByteCount:fromFilePosition:onCompletionDo:
01:37:14				026/519 - 11/13: Installing method AsyncFile>>test:fileName:
01:37:14				026/519 - 12/13: Installing method AsyncFile>>waitForCompletion
01:37:14				026/519 - 13/13: Installing method AsyncFile>>writeBuffer:atFilePosition:onCompletionDo:
01:37:14				026/519 - 1/1: Installing method AsyncFile class>>initialize
01:37:14				027/519 - 1/9: Installing method Author>>checkAndSetFullNameWith:
01:37:14				027/519 - 2/9: Installing method Author>>fullName
01:37:14				027/519 - 3/9: Installing method Author>>fullName:
01:37:14				027/519 - 4/9: Installing method Author>>fullNamePerSe
01:37:14				027/519 - 5/9: Installing method Author>>ifUnknownAuthorUse:during:
01:37:14				027/519 - 6/9: Installing method Author>>initialize
01:37:14				027/519 - 7/9: Installing method Author>>requestFullName
01:37:14				027/519 - 8/9: Installing method Author>>reset
01:37:14				027/519 - 9/9: Installing method Author>>useAuthor:during:
01:37:14				027/519 - 1/12: Installing method Author class>>changeStamp
01:37:14				027/519 - 2/12: Installing method Author class>>changeStampPerSe
01:37:14				027/519 - 3/12: Installing method Author class>>fixStamp:
01:37:14				027/519 - 4/12: Installing method Author class>>fullName
01:37:14				027/519 - 5/12: Installing method Author class>>fullName:
01:37:14				027/519 - 6/12: Installing method Author class>>fullNamePerSe
01:37:15				027/519 - 7/12: Installing method Author class>>isDeprecated
01:37:15				027/519 - 8/12: Installing method Author class>>new
01:37:15				027/519 - 9/12: Installing method Author class>>requestFullName
01:37:15				027/519 - 10/12: Installing method Author class>>reset
01:37:15				027/519 - 11/12: Installing method Author class>>uniqueInstance
01:37:15				027/519 - 12/12: Installing method Author class>>useAuthor:during:
01:37:15				028/519 - 1/4: Installing method AuthorNameRequest>>defaultAction
01:37:15				028/519 - 2/4: Installing method AuthorNameRequest>>initialAnswer
01:37:15				028/519 - 3/4: Installing method AuthorNameRequest>>initialAnswer:
01:37:15				028/519 - 4/4: Installing method AuthorNameRequest>>messagePrompt
01:37:15				028/519 - 1/2: Installing method AuthorNameRequest class>>isDeprecated
01:37:15				028/519 - 2/2: Installing method AuthorNameRequest class>>messagePrompt
01:37:20				029/519 - 1/22: Installing method Bag>>=
01:37:20				029/519 - 2/22: Installing method Bag>>add:
01:37:20				029/519 - 3/22: Installing method Bag>>add:withOccurrences:
01:37:20				029/519 - 4/22: Installing method Bag>>asBag
01:37:20				029/519 - 5/22: Installing method Bag>>asSet
01:37:20				029/519 - 6/22: Installing method Bag>>associationsDo:
01:37:20				029/519 - 7/22: Installing method Bag>>cumulativeCounts
01:37:20				029/519 - 8/22: Installing method Bag>>do:
01:37:20				029/519 - 9/22: Installing method Bag>>doWithOccurrences:
01:37:20				029/519 - 10/22: Installing method Bag>>includes:
01:37:20				029/519 - 11/22: Installing method Bag>>keysAndValuesDo:
01:37:20				029/519 - 12/22: Installing method Bag>>occurrencesOf:
01:37:20				029/519 - 13/22: Installing method Bag>>postCopy
01:37:20				029/519 - 14/22: Installing method Bag>>remove:ifAbsent:
01:37:20				029/519 - 15/22: Installing method Bag>>removeAll
01:37:20				029/519 - 16/22: Installing method Bag>>removeKey:ifAbsent:
01:37:20				029/519 - 17/22: Installing method Bag>>setContents:
01:37:20				029/519 - 18/22: Installing method Bag>>size
01:37:20				029/519 - 19/22: Installing method Bag>>sortedCounts
01:37:20				029/519 - 20/22: Installing method Bag>>sortedElements
01:37:20				029/519 - 21/22: Installing method Bag>>sum
01:37:20				029/519 - 22/22: Installing method Bag>>valuesAndCounts
01:37:21				029/519 - 1/4: Installing method Bag class>>contentsClass
01:37:21				029/519 - 2/4: Installing method Bag class>>new
01:37:21				029/519 - 3/4: Installing method Bag class>>new:
01:37:21				029/519 - 4/4: Installing method Bag class>>newFrom:
01:37:22				030/519 - 1/26: Installing method BasicCommandLineHandler>>activate
01:37:22				030/519 - 2/26: Installing method BasicCommandLineHandler>>activateSubCommand:
01:37:22				030/519 - 3/26: Installing method BasicCommandLineHandler>>checkPassword
01:37:22				030/519 - 4/26: Installing method BasicCommandLineHandler>>copySubcommand
01:37:22				030/519 - 5/26: Installing method BasicCommandLineHandler>>copyright
01:37:22				030/519 - 6/26: Installing method BasicCommandLineHandler>>default
01:37:22				030/519 - 7/26: Installing method BasicCommandLineHandler>>disabledAccessMode
01:37:22				030/519 - 8/26: Installing method BasicCommandLineHandler>>error
01:37:22				030/519 - 9/26: Installing method BasicCommandLineHandler>>firstArgument
01:37:22				030/519 - 10/26: Installing method BasicCommandLineHandler>>handleArgument:
01:37:22				030/519 - 11/26: Installing method BasicCommandLineHandler>>handleEmptyArguments
01:37:22				030/519 - 12/26: Installing method BasicCommandLineHandler>>handleExit:
01:37:22				030/519 - 13/26: Installing method BasicCommandLineHandler>>handleExit:for:
01:37:22				030/519 - 14/26: Installing method BasicCommandLineHandler>>handlePassword:
01:37:22				030/519 - 15/26: Installing method BasicCommandLineHandler>>handleSubcommand
01:37:22				030/519 - 16/26: Installing method BasicCommandLineHandler>>initialize
01:37:22				030/519 - 17/26: Installing method BasicCommandLineHandler>>list
01:37:22				030/519 - 18/26: Installing method BasicCommandLineHandler>>noQuit
01:37:22				030/519 - 19/26: Installing method BasicCommandLineHandler>>readOnlyAccessMode
01:37:22				030/519 - 20/26: Installing method BasicCommandLineHandler>>readWriteAccessMode
01:37:22				030/519 - 21/26: Installing method BasicCommandLineHandler>>requirePasswordFor:
01:37:22				030/519 - 22/26: Installing method BasicCommandLineHandler>>selectHandlers
01:37:22				030/519 - 23/26: Installing method BasicCommandLineHandler>>selectedHandler
01:37:22				030/519 - 24/26: Installing method BasicCommandLineHandler>>subCommandsRoot
01:37:22				030/519 - 25/26: Installing method BasicCommandLineHandler>>version
01:37:22				030/519 - 26/26: Installing method BasicCommandLineHandler>>writeOnlyAccessMode
01:37:22				030/519 - 1/7: Installing method BasicCommandLineHandler class>>commandLinePasswordManager
01:37:22				030/519 - 2/7: Installing method BasicCommandLineHandler class>>commandName
01:37:22				030/519 - 3/7: Installing method BasicCommandLineHandler class>>description
01:37:22				030/519 - 4/7: Installing method BasicCommandLineHandler class>>initialize
01:37:22				030/519 - 5/7: Installing method BasicCommandLineHandler class>>isResponsibleFor:
01:37:22				030/519 - 6/7: Installing method BasicCommandLineHandler class>>priority
01:37:22				030/519 - 7/7: Installing method BasicCommandLineHandler class>>startUp:
01:37:26				031/519 - 1/200: Installing method Behavior>><<
01:37:26				031/519 - 2/200: Installing method Behavior>>>>
01:37:26				031/519 - 3/200: Installing method Behavior>>addObsoleteSubclass:
01:37:26				031/519 - 4/200: Installing method Behavior>>addSelector:withMethod:
01:37:26				031/519 - 5/200: Installing method Behavior>>addSelectorSilently:withMethod:
01:37:26				031/519 - 6/200: Installing method Behavior>>adoptInstance:
01:37:26				031/519 - 7/200: Installing method Behavior>>allCallsOn
01:37:26				031/519 - 8/200: Installing method Behavior>>allCallsOn:
01:37:26				031/519 - 9/200: Installing method Behavior>>allClassVarNames
01:37:26				031/519 - 10/200: Installing method Behavior>>allInstVarNames
01:37:26				031/519 - 11/200: Installing method Behavior>>allInstances
01:37:26				031/519 - 12/200: Installing method Behavior>>allInstancesDo:
01:37:26				031/519 - 13/200: Installing method Behavior>>allInstancesOrNil
01:37:26				031/519 - 14/200: Installing method Behavior>>allMethods
01:37:26				031/519 - 15/200: Installing method Behavior>>allMethodsAccessingSlot:
01:37:26				031/519 - 16/200: Installing method Behavior>>allMethodsReadingSlot:
01:37:26				031/519 - 17/200: Installing method Behavior>>allMethodsWritingSlot:
01:37:26				031/519 - 18/200: Installing method Behavior>>allSelectors
01:37:26				031/519 - 19/200: Installing method Behavior>>allSelectorsAbove
01:37:26				031/519 - 20/200: Installing method Behavior>>allSelectorsAboveUntil:
01:37:26				031/519 - 21/200: Installing method Behavior>>allSelectorsBelow:
01:37:26				031/519 - 22/200: Installing method Behavior>>allSelectorsWithout:
01:37:26				031/519 - 23/200: Installing method Behavior>>allSharedPools
01:37:26				031/519 - 24/200: Installing method Behavior>>allSlots
01:37:26				031/519 - 25/200: Installing method Behavior>>allSubInstances
01:37:26				031/519 - 26/200: Installing method Behavior>>allSubInstancesDo:
01:37:26				031/519 - 27/200: Installing method Behavior>>allSubclasses
01:37:26				031/519 - 28/200: Installing method Behavior>>allSubclassesDo:
01:37:26				031/519 - 29/200: Installing method Behavior>>allSubclassesWithLevelDo:startingLevel:
01:37:26				031/519 - 30/200: Installing method Behavior>>allSuperclasses
01:37:26				031/519 - 31/200: Installing method Behavior>>allSuperclassesDo:
01:37:26				031/519 - 32/200: Installing method Behavior>>allSuperclassesIncluding:
01:37:26				031/519 - 33/200: Installing method Behavior>>allUnsentMessages
01:37:26				031/519 - 34/200: Installing method Behavior>>basicIdentityHash
01:37:26				031/519 - 35/200: Installing method Behavior>>basicNew
01:37:26				031/519 - 36/200: Installing method Behavior>>basicNew:
01:37:26				031/519 - 37/200: Installing method Behavior>>basicObsoleteSubclasses
01:37:26				031/519 - 38/200: Installing method Behavior>>basicSuperclass:
01:37:26				031/519 - 39/200: Installing method Behavior>>becomeUncompact
01:37:26				031/519 - 40/200: Installing method Behavior>>binding
01:37:26				031/519 - 41/200: Installing method Behavior>>bindingOf:
01:37:26				031/519 - 42/200: Installing method Behavior>>byteSizeOfInstance
01:37:26				031/519 - 43/200: Installing method Behavior>>byteSizeOfInstanceOfSize:
01:37:26				031/519 - 44/200: Installing method Behavior>>canPerform:
01:37:26				031/519 - 45/200: Installing method Behavior>>canUnderstand:
01:37:26				031/519 - 46/200: Installing method Behavior>>classAndMethodFor:do:ifAbsent:
01:37:26				031/519 - 47/200: Installing method Behavior>>classBindingOf:
01:37:26				031/519 - 48/200: Installing method Behavior>>classDepth
01:37:26				031/519 - 49/200: Installing method Behavior>>classLayout
01:37:26				031/519 - 50/200: Installing method Behavior>>classLayout:
01:37:26				031/519 - 51/200: Installing method Behavior>>classVarNames
01:37:26				031/519 - 52/200: Installing method Behavior>>cleanUp
01:37:26				031/519 - 53/200: Installing method Behavior>>cleanUp:
01:37:27				031/519 - 54/200: Installing method Behavior>>codeChangeAnnouncer
01:37:27				031/519 - 55/200: Installing method Behavior>>codeSupportAnnouncer
01:37:27				031/519 - 56/200: Installing method Behavior>>compiledMethodAt:
01:37:27				031/519 - 57/200: Installing method Behavior>>compiledMethodAt:ifAbsent:
01:37:27				031/519 - 58/200: Installing method Behavior>>compiledMethodAt:ifPresent:
01:37:27				031/519 - 59/200: Installing method Behavior>>compiledMethodAt:ifPresent:ifAbsent:
01:37:27				031/519 - 60/200: Installing method Behavior>>deepCopy
01:37:27				031/519 - 61/200: Installing method Behavior>>definedMethods
01:37:27				031/519 - 62/200: Installing method Behavior>>definedSelectors
01:37:27				031/519 - 63/200: Installing method Behavior>>definedVariables
01:37:27				031/519 - 64/200: Installing method Behavior>>elementSize
01:37:27				031/519 - 65/200: Installing method Behavior>>emptyMethodDictionary
01:37:27				031/519 - 66/200: Installing method Behavior>>ensureProperties
01:37:27				031/519 - 67/200: Installing method Behavior>>environment
01:37:27				031/519 - 68/200: Installing method Behavior>>findOriginClassOf:
01:37:27				031/519 - 69/200: Installing method Behavior>>findOriginMethodOf:
01:37:27				031/519 - 70/200: Installing method Behavior>>fluidInstall
01:37:27				031/519 - 71/200: Installing method Behavior>>flushCache
01:37:27				031/519 - 72/200: Installing method Behavior>>format
01:37:27				031/519 - 73/200: Installing method Behavior>>handleFailingBasicNew
01:37:27				031/519 - 74/200: Installing method Behavior>>handleFailingBasicNew:
01:37:27				031/519 - 75/200: Installing method Behavior>>handleFailingBasicNewWithGC:
01:37:27				031/519 - 76/200: Installing method Behavior>>handleFailingFailingBasicNew
01:37:27				031/519 - 77/200: Installing method Behavior>>handleFailingFailingBasicNew:
01:37:27				031/519 - 78/200: Installing method Behavior>>hasAbstractMethods
01:37:27				031/519 - 79/200: Installing method Behavior>>hasBindingOf:
01:37:27				031/519 - 80/200: Installing method Behavior>>hasMethodAccessingVariable:
01:37:27				031/519 - 81/200: Installing method Behavior>>hasMethods
01:37:27				031/519 - 82/200: Installing method Behavior>>hasProperty:
01:37:27				031/519 - 83/200: Installing method Behavior>>hasSelectorReferringTo:
01:37:27				031/519 - 84/200: Installing method Behavior>>includesBehavior:
01:37:27				031/519 - 85/200: Installing method Behavior>>includesLocalSelector:
01:37:27				031/519 - 86/200: Installing method Behavior>>includesMethod:
01:37:27				031/519 - 87/200: Installing method Behavior>>includesSelector:
01:37:27				031/519 - 88/200: Installing method Behavior>>inheritsFrom:
01:37:27				031/519 - 89/200: Installing method Behavior>>initialize
01:37:27				031/519 - 90/200: Installing method Behavior>>initializeSlots:
01:37:27				031/519 - 91/200: Installing method Behavior>>instSize
01:37:27				031/519 - 92/200: Installing method Behavior>>instSpec
01:37:27				031/519 - 93/200: Installing method Behavior>>instVarNames
01:37:27				031/519 - 94/200: Installing method Behavior>>instanceCount
01:37:27				031/519 - 95/200: Installing method Behavior>>instanceVariables
01:37:27				031/519 - 96/200: Installing method Behavior>>instancesSizeInMemory
01:37:27				031/519 - 97/200: Installing method Behavior>>isAbstract
01:37:27				031/519 - 98/200: Installing method Behavior>>isAnonymous
01:37:27				031/519 - 99/200: Installing method Behavior>>isBehavior
01:37:27				031/519 - 100/200: Installing method Behavior>>isBits
01:37:27				031/519 - 101/200: Installing method Behavior>>isBytes
01:37:27				031/519 - 102/200: Installing method Behavior>>isCompact
01:37:27				031/519 - 103/200: Installing method Behavior>>isDisabledSelector:
01:37:27				031/519 - 104/200: Installing method Behavior>>isDoubleWords
01:37:27				031/519 - 105/200: Installing method Behavior>>isEphemeronClass
01:37:27				031/519 - 106/200: Installing method Behavior>>isFixed
01:37:27				031/519 - 107/200: Installing method Behavior>>isImmediateClass
01:37:27				031/519 - 108/200: Installing method Behavior>>isManifest
01:37:27				031/519 - 109/200: Installing method Behavior>>isMeta
01:37:27				031/519 - 110/200: Installing method Behavior>>isObsolete
01:37:27				031/519 - 111/200: Installing method Behavior>>isPointers
01:37:27				031/519 - 112/200: Installing method Behavior>>isPool
01:37:27				031/519 - 113/200: Installing method Behavior>>isReferenced
01:37:27				031/519 - 114/200: Installing method Behavior>>isRootInEnvironment
01:37:29				031/519 - 115/200: Installing method Behavior>>isUsed
01:37:29				031/519 - 116/200: Installing method Behavior>>isVariable
01:37:29				031/519 - 117/200: Installing method Behavior>>isWeak
01:37:29				031/519 - 118/200: Installing method Behavior>>isWords
01:37:29				031/519 - 119/200: Installing method Behavior>>localMethods
01:37:29				031/519 - 120/200: Installing method Behavior>>localSelectors
01:37:29				031/519 - 121/200: Installing method Behavior>>lookupSelector:
01:37:29				031/519 - 122/200: Installing method Behavior>>lookupVar:
01:37:29				031/519 - 123/200: Installing method Behavior>>methodDict
01:37:29				031/519 - 124/200: Installing method Behavior>>methodDict:
01:37:29				031/519 - 125/200: Installing method Behavior>>methodDictionary
01:37:29				031/519 - 126/200: Installing method Behavior>>methodDictionary:
01:37:29				031/519 - 127/200: Installing method Behavior>>methods
01:37:29				031/519 - 128/200: Installing method Behavior>>methodsAccessingSlot:
01:37:29				031/519 - 129/200: Installing method Behavior>>methodsDo:
01:37:29				031/519 - 130/200: Installing method Behavior>>methodsReadingSlot:
01:37:29				031/519 - 131/200: Installing method Behavior>>methodsReferencingClass:
01:37:29				031/519 - 132/200: Installing method Behavior>>methodsReferencingClasses:
01:37:29				031/519 - 133/200: Installing method Behavior>>methodsWritingSlot:
01:37:29				031/519 - 134/200: Installing method Behavior>>name
01:37:29				031/519 - 135/200: Installing method Behavior>>new
01:37:29				031/519 - 136/200: Installing method Behavior>>new:
01:37:29				031/519 - 137/200: Installing method Behavior>>nonObsoleteClass
01:37:29				031/519 - 138/200: Installing method Behavior>>obsolete
01:37:29				031/519 - 139/200: Installing method Behavior>>obsoleteSubclasses
01:37:29				031/519 - 140/200: Installing method Behavior>>originalName
01:37:29				031/519 - 141/200: Installing method Behavior>>packageOrganizer
01:37:29				031/519 - 142/200: Installing method Behavior>>postCopy
01:37:29				031/519 - 143/200: Installing method Behavior>>pragmas
01:37:29				031/519 - 144/200: Installing method Behavior>>pragmasDo:
01:37:29				031/519 - 145/200: Installing method Behavior>>printOn:
01:37:29				031/519 - 146/200: Installing method Behavior>>properties
01:37:29				031/519 - 147/200: Installing method Behavior>>propertyAt:
01:37:29				031/519 - 148/200: Installing method Behavior>>propertyAt:ifAbsent:
01:37:29				031/519 - 149/200: Installing method Behavior>>propertyAt:put:
01:37:29				031/519 - 150/200: Installing method Behavior>>realClass
01:37:29				031/519 - 151/200: Installing method Behavior>>referencedClasses
01:37:29				031/519 - 152/200: Installing method Behavior>>removeAllObsoleteSubclasses
01:37:29				031/519 - 153/200: Installing method Behavior>>removePropertiesIfEmpty
01:37:29				031/519 - 154/200: Installing method Behavior>>removeProperty:
01:37:29				031/519 - 155/200: Installing method Behavior>>removeProperty:ifAbsent:
01:37:29				031/519 - 156/200: Installing method Behavior>>removeSelector:
01:37:29				031/519 - 157/200: Installing method Behavior>>removeSelectorSilently:
01:37:29				031/519 - 158/200: Installing method Behavior>>restartMethods
01:37:29				031/519 - 159/200: Installing method Behavior>>selectSubclasses:
01:37:29				031/519 - 160/200: Installing method Behavior>>selectSuperclasses:
01:37:29				031/519 - 161/200: Installing method Behavior>>selectors
01:37:29				031/519 - 162/200: Installing method Behavior>>selectorsAndMethodsDo:
01:37:29				031/519 - 163/200: Installing method Behavior>>selectorsDo:
01:37:29				031/519 - 164/200: Installing method Behavior>>selectorsWithArgs:
01:37:29				031/519 - 165/200: Installing method Behavior>>setFormat:
01:37:29				031/519 - 166/200: Installing method Behavior>>shouldNotBeRedefined
01:37:29				031/519 - 167/200: Installing method Behavior>>shutDown
01:37:29				031/519 - 168/200: Installing method Behavior>>shutDown:
01:37:29				031/519 - 169/200: Installing method Behavior>>slots
01:37:29				031/519 - 170/200: Installing method Behavior>>someInstance
01:37:29				031/519 - 171/200: Installing method Behavior>>sourceCodeAt:
01:37:29				031/519 - 172/200: Installing method Behavior>>sourceCodeAt:ifAbsent:
01:37:29				031/519 - 173/200: Installing method Behavior>>sourceCodeTemplate
01:37:29				031/519 - 174/200: Installing method Behavior>>spaceUsed
01:37:29				031/519 - 175/200: Installing method Behavior>>startUp
01:37:29				031/519 - 176/200: Installing method Behavior>>startUp:
01:37:29				031/519 - 177/200: Installing method Behavior>>subclassDefinerClass
01:37:29				031/519 - 178/200: Installing method Behavior>>subclassInstVarNames
01:37:29				031/519 - 179/200: Installing method Behavior>>superclass
01:37:29				031/519 - 180/200: Installing method Behavior>>superclass:
01:37:29				031/519 - 181/200: Installing method Behavior>>superclass:methodDictionary:format:
01:37:29				031/519 - 182/200: Installing method Behavior>>thoroughHasSelectorReferringTo:
01:37:29				031/519 - 183/200: Installing method Behavior>>thoroughWhichMethodsReferTo:
01:37:29				031/519 - 184/200: Installing method Behavior>>thoroughWhichMethodsReferTo:specialIndex:
01:37:29				031/519 - 185/200: Installing method Behavior>>thoroughWhichSelectorsReferTo:
01:37:29				031/519 - 186/200: Installing method Behavior>>unreferencedInstanceVariables
01:37:29				031/519 - 187/200: Installing method Behavior>>usingMethods
01:37:29				031/519 - 188/200: Installing method Behavior>>whichClassDefinesClassVar:
01:37:29				031/519 - 189/200: Installing method Behavior>>whichClassDefinesInstVar:
01:37:29				031/519 - 190/200: Installing method Behavior>>whichClassIncludesSelector:
01:37:29				031/519 - 191/200: Installing method Behavior>>whichMethodsReferTo:
01:37:29				031/519 - 192/200: Installing method Behavior>>whichSelectorsReferTo:
01:37:29				031/519 - 193/200: Installing method Behavior>>whichSuperclassSatisfies:
01:37:29				031/519 - 194/200: Installing method Behavior>>withAllSubAndSuperclassesDo:
01:37:29				031/519 - 195/200: Installing method Behavior>>withAllSubclasses
01:37:29				031/519 - 196/200: Installing method Behavior>>withAllSubclassesDo:
01:37:29				031/519 - 197/200: Installing method Behavior>>withAllSuperAndSubclasses
01:37:29				031/519 - 198/200: Installing method Behavior>>withAllSuperAndSubclassesDo:
01:37:29				031/519 - 199/200: Installing method Behavior>>withAllSuperclasses
01:37:29				031/519 - 200/200: Installing method Behavior>>withAllSuperclassesDo:
01:37:30				031/519 - 1/4: Installing method Behavior class>>initialize
01:37:30				031/519 - 2/4: Installing method Behavior class>>initializeClassProperties
01:37:30				031/519 - 3/4: Installing method Behavior class>>initializeObsoleteSubclasses
01:37:30				031/519 - 4/4: Installing method Behavior class>>sortBlock
01:37:30				032/519 - 1/9: Installing method BinaryFileStream>>close
01:37:30				032/519 - 2/9: Installing method BinaryFileStream>>closed
01:37:30				032/519 - 3/9: Installing method BinaryFileStream>>finalize
01:37:30				032/519 - 4/9: Installing method BinaryFileStream>>peek
01:37:30				032/519 - 5/9: Installing method BinaryFileStream>>register
01:37:30				032/519 - 6/9: Installing method BinaryFileStream>>skip:
01:37:30				032/519 - 7/9: Installing method BinaryFileStream>>truncate
01:37:30				032/519 - 8/9: Installing method BinaryFileStream>>truncate:
01:37:30				032/519 - 9/9: Installing method BinaryFileStream>>unregister
01:37:30				033/519 - 1/9: Installing method BitsLayout>>bytesPerSlot
01:37:30				033/519 - 2/9: Installing method BitsLayout>>extend
01:37:30				033/519 - 3/9: Installing method BitsLayout>>extendByte
01:37:30				033/519 - 4/9: Installing method BitsLayout>>extendDoubleByte
01:37:30				033/519 - 5/9: Installing method BitsLayout>>extendDoubleWord
01:37:30				033/519 - 6/9: Installing method BitsLayout>>extendWeak:
01:37:30				033/519 - 7/9: Installing method BitsLayout>>extendWord
01:37:30				033/519 - 8/9: Installing method BitsLayout>>isBits
01:37:30				033/519 - 9/9: Installing method BitsLayout>>isVariable
01:37:30				033/519 - 1/1: Installing method BitsLayout class>>isAbstract
01:37:30				034/519 - 1/2: Installing method BlockCannotReturn>>home
01:37:30				034/519 - 2/2: Installing method BlockCannotReturn>>home:
01:37:30				034/519 - 1/1: Installing method BlockCannotReturn class>>result:from:
01:37:32				035/519 - 1/93: Installing method BlockClosure>>argumentCount
01:37:32				035/519 - 2/93: Installing method BlockClosure>>argumentNames
01:37:32				035/519 - 3/93: Installing method BlockClosure>>asContext
01:37:32				035/519 - 4/93: Installing method BlockClosure>>asContextWithSender:
01:37:32				035/519 - 5/93: Installing method BlockClosure>>asMinimalRepresentation
01:37:32				035/519 - 6/93: Installing method BlockClosure>>assert
01:37:32				035/519 - 7/93: Installing method BlockClosure>>assertWithDescription:
01:37:32				035/519 - 8/93: Installing method BlockClosure>>clearTemporariesOn:
01:37:32				035/519 - 9/93: Installing method BlockClosure>>compiledBlock
01:37:32				035/519 - 10/93: Installing method BlockClosure>>compiledBlock:
01:37:32				035/519 - 11/93: Installing method BlockClosure>>copiedValueAt:
01:37:32				035/519 - 12/93: Installing method BlockClosure>>copyForSaving
01:37:32				035/519 - 13/93: Installing method BlockClosure>>cull:
01:37:32				035/519 - 14/93: Installing method BlockClosure>>cull:cull:
01:37:32				035/519 - 15/93: Installing method BlockClosure>>cull:cull:cull:
01:37:32				035/519 - 16/93: Installing method BlockClosure>>cull:cull:cull:cull:
01:37:32				035/519 - 17/93: Installing method BlockClosure>>doPrintOn:
01:37:32				035/519 - 18/93: Installing method BlockClosure>>doWhileFalse:
01:37:32				035/519 - 19/93: Installing method BlockClosure>>doWhileTrue:
01:37:32				035/519 - 20/93: Installing method BlockClosure>>endPC
01:37:32				035/519 - 21/93: Installing method BlockClosure>>ensure:
01:37:32				035/519 - 22/93: Installing method BlockClosure>>fork
01:37:32				035/519 - 23/93: Installing method BlockClosure>>forkAndWait
01:37:32				035/519 - 24/93: Installing method BlockClosure>>forkAt:
01:37:32				035/519 - 25/93: Installing method BlockClosure>>forkAt:named:
01:37:32				035/519 - 26/93: Installing method BlockClosure>>forkNamed:
01:37:32				035/519 - 27/93: Installing method BlockClosure>>hasNonLocalReturn
01:37:32				035/519 - 28/93: Installing method BlockClosure>>home
01:37:32				035/519 - 29/93: Installing method BlockClosure>>homeMethod
01:37:32				035/519 - 30/93: Installing method BlockClosure>>ifCurtailed:
01:37:32				035/519 - 31/93: Installing method BlockClosure>>initialStackPointer
01:37:32				035/519 - 32/93: Installing method BlockClosure>>isBlock
01:37:32				035/519 - 33/93: Installing method BlockClosure>>isClean
01:37:32				035/519 - 34/93: Installing method BlockClosure>>isClosure
01:37:32				035/519 - 35/93: Installing method BlockClosure>>isDead
01:37:32				035/519 - 36/93: Installing method BlockClosure>>isFullBlock
01:37:32				035/519 - 37/93: Installing method BlockClosure>>isValid
01:37:33				035/519 - 38/93: Installing method BlockClosure>>method
01:37:33				035/519 - 39/93: Installing method BlockClosure>>newProcess
01:37:33				035/519 - 40/93: Installing method BlockClosure>>newProcessWith:
01:37:33				035/519 - 41/93: Installing method BlockClosure>>numArgs
01:37:33				035/519 - 42/93: Installing method BlockClosure>>numArgs:
01:37:33				035/519 - 43/93: Installing method BlockClosure>>numArgsError:
01:37:33				035/519 - 44/93: Installing method BlockClosure>>numCopiedValues
01:37:33				035/519 - 45/93: Installing method BlockClosure>>numTemps
01:37:33				035/519 - 46/93: Installing method BlockClosure>>on:do:
01:37:33				035/519 - 47/93: Installing method BlockClosure>>on:fork:
01:37:33				035/519 - 48/93: Installing method BlockClosure>>on:fork:return:
01:37:33				035/519 - 49/93: Installing method BlockClosure>>onDNU:do:
01:37:33				035/519 - 50/93: Installing method BlockClosure>>onErrorDo:
01:37:33				035/519 - 51/93: Installing method BlockClosure>>outerContext
01:37:33				035/519 - 52/93: Installing method BlockClosure>>outerContext:
01:37:33				035/519 - 53/93: Installing method BlockClosure>>printOn:
01:37:33				035/519 - 54/93: Installing method BlockClosure>>receiver
01:37:33				035/519 - 55/93: Installing method BlockClosure>>reentrant
01:37:33				035/519 - 56/93: Installing method BlockClosure>>repeat
01:37:33				035/519 - 57/93: Installing method BlockClosure>>repeatWithGCIf:
01:37:33				035/519 - 58/93: Installing method BlockClosure>>sender
01:37:33				035/519 - 59/93: Installing method BlockClosure>>simulateValueWithArguments:caller:
01:37:33				035/519 - 60/93: Installing method BlockClosure>>split:indicesDo:
01:37:33				035/519 - 61/93: Installing method BlockClosure>>startpc
01:37:33				035/519 - 62/93: Installing method BlockClosure>>startpcOrOuterCode
01:37:33				035/519 - 63/93: Installing method BlockClosure>>tempNames
01:37:33				035/519 - 64/93: Installing method BlockClosure>>value
01:37:33				035/519 - 65/93: Installing method BlockClosure>>value:
01:37:33				035/519 - 66/93: Installing method BlockClosure>>value:value:
01:37:33				035/519 - 67/93: Installing method BlockClosure>>value:value:value:
01:37:33				035/519 - 68/93: Installing method BlockClosure>>value:value:value:value:
01:37:33				035/519 - 69/93: Installing method BlockClosure>>valueAfterWaiting:
01:37:33				035/519 - 70/93: Installing method BlockClosure>>valueNoContextSwitch
01:37:33				035/519 - 71/93: Installing method BlockClosure>>valueNoContextSwitch:
01:37:33				035/519 - 72/93: Installing method BlockClosure>>valueSupplyingAnswer:
01:37:33				035/519 - 73/93: Installing method BlockClosure>>valueSupplyingAnswers:
01:37:33				035/519 - 74/93: Installing method BlockClosure>>valueSuppressingAllMessages
01:37:33				035/519 - 75/93: Installing method BlockClosure>>valueSuppressingMessages:
01:37:33				035/519 - 76/93: Installing method BlockClosure>>valueSuppressingMessages:supplyingAnswers:
01:37:33				035/519 - 77/93: Installing method BlockClosure>>valueUninterruptably
01:37:33				035/519 - 78/93: Installing method BlockClosure>>valueUnpreemptively
01:37:33				035/519 - 79/93: Installing method BlockClosure>>valueUnwindInContext:
01:37:33				035/519 - 80/93: Installing method BlockClosure>>valueWithArguments:
01:37:33				035/519 - 81/93: Installing method BlockClosure>>valueWithEnoughArguments:
01:37:33				035/519 - 82/93: Installing method BlockClosure>>valueWithExit
01:37:33				035/519 - 83/93: Installing method BlockClosure>>valueWithInterval:
01:37:33				035/519 - 84/93: Installing method BlockClosure>>valueWithPossibleArgs:
01:37:33				035/519 - 85/93: Installing method BlockClosure>>valueWithPossibleArgument:
01:37:33				035/519 - 86/93: Installing method BlockClosure>>valueWithoutNotifications
01:37:33				035/519 - 87/93: Installing method BlockClosure>>whileFalse
01:37:33				035/519 - 88/93: Installing method BlockClosure>>whileFalse:
01:37:33				035/519 - 89/93: Installing method BlockClosure>>whileNil:
01:37:33				035/519 - 90/93: Installing method BlockClosure>>whileNotNil:
01:37:33				035/519 - 91/93: Installing method BlockClosure>>whileTrue
01:37:33				035/519 - 92/93: Installing method BlockClosure>>whileTrue:
01:37:33				035/519 - 93/93: Installing method BlockClosure>>withAllBlocksDo:
01:37:33				035/519 - 1/1: Installing method BlockClosure class>>isAbstract
01:37:34				036/519 - 1/21: Installing method Boolean>>&
01:37:34				036/519 - 2/21: Installing method Boolean>>==>
01:37:34				036/519 - 3/21: Installing method Boolean>>and:
01:37:34				036/519 - 4/21: Installing method Boolean>>asBit
01:37:34				036/519 - 5/21: Installing method Boolean>>asInteger
01:37:34				036/519 - 6/21: Installing method Boolean>>deepCopy
01:37:34				036/519 - 7/21: Installing method Boolean>>eqv:
01:37:34				036/519 - 8/21: Installing method Boolean>>ifFalse:
01:37:34				036/519 - 9/21: Installing method Boolean>>ifFalse:ifTrue:
01:37:34				036/519 - 10/21: Installing method Boolean>>ifTrue:
01:37:34				036/519 - 11/21: Installing method Boolean>>ifTrue:ifFalse:
01:37:34				036/519 - 12/21: Installing method Boolean>>isLiteral
01:37:34				036/519 - 13/21: Installing method Boolean>>isSelfEvaluating
01:37:34				036/519 - 14/21: Installing method Boolean>>not
01:37:34				036/519 - 15/21: Installing method Boolean>>or:
01:37:34				036/519 - 16/21: Installing method Boolean>>setPinnedInMemory:
01:37:34				036/519 - 17/21: Installing method Boolean>>shallowCopy
01:37:34				036/519 - 18/21: Installing method Boolean>>storeOn:
01:37:34				036/519 - 19/21: Installing method Boolean>>veryDeepCopyWith:
01:37:34				036/519 - 20/21: Installing method Boolean>>xor:
01:37:34				036/519 - 21/21: Installing method Boolean>>|
01:37:34				036/519 - 1/1: Installing method Boolean class>>new
01:37:34				037/519 - 1/16: Installing method BoxedFloat64>>*
01:37:34				037/519 - 2/16: Installing method BoxedFloat64>>+
01:37:34				037/519 - 3/16: Installing method BoxedFloat64>>-
01:37:34				037/519 - 4/16: Installing method BoxedFloat64>>/
01:37:34				037/519 - 5/16: Installing method BoxedFloat64>><
01:37:34				037/519 - 6/16: Installing method BoxedFloat64>><=
01:37:34				037/519 - 7/16: Installing method BoxedFloat64>>=
01:37:34				037/519 - 8/16: Installing method BoxedFloat64>>>
01:37:34				037/519 - 9/16: Installing method BoxedFloat64>>>=
01:37:34				037/519 - 10/16: Installing method BoxedFloat64>>exp
01:37:34				037/519 - 11/16: Installing method BoxedFloat64>>exponent
01:37:34				037/519 - 12/16: Installing method BoxedFloat64>>fractionPart
01:37:34				037/519 - 13/16: Installing method BoxedFloat64>>ln
01:37:34				037/519 - 14/16: Installing method BoxedFloat64>>timesTwoPower:
01:37:34				037/519 - 15/16: Installing method BoxedFloat64>>truncated
01:37:34				037/519 - 16/16: Installing method BoxedFloat64>>~=
01:37:34				037/519 - 1/2: Installing method BoxedFloat64 class>>basicNew
01:37:34				037/519 - 2/2: Installing method BoxedFloat64 class>>basicNew:
01:37:37				038/519 - 1/106: Installing method ByteArray>>=
01:37:37				038/519 - 2/106: Installing method ByteArray>>asByteArray
01:37:38				038/519 - 3/106: Installing method ByteArray>>asByteArrayOfSize:
01:37:38				038/519 - 4/106: Installing method ByteArray>>asByteArrayPointer
01:37:38				038/519 - 5/106: Installing method ByteArray>>asExternalPointer
01:37:38				038/519 - 6/106: Installing method ByteArray>>asInteger
01:37:38				038/519 - 7/106: Installing method ByteArray>>asString
01:37:38				038/519 - 8/106: Installing method ByteArray>>asWideString
01:37:38				038/519 - 9/106: Installing method ByteArray>>atAllPut:
01:37:38				038/519 - 10/106: Installing method ByteArray>>bitXor:
01:37:38				038/519 - 11/106: Installing method ByteArray>>boolean8AtOffset:
01:37:38				038/519 - 12/106: Installing method ByteArray>>boolean8AtOffset:put:
01:37:38				038/519 - 13/106: Installing method ByteArray>>booleanAt:
01:37:38				038/519 - 14/106: Installing method ByteArray>>booleanAt:put:
01:37:38				038/519 - 15/106: Installing method ByteArray>>byteAt:
01:37:38				038/519 - 16/106: Installing method ByteArray>>byteAt:put:
01:37:38				038/519 - 17/106: Installing method ByteArray>>byteSize
01:37:38				038/519 - 18/106: Installing method ByteArray>>char16AtOffset:
01:37:38				038/519 - 19/106: Installing method ByteArray>>char16AtOffset:put:
01:37:38				038/519 - 20/106: Installing method ByteArray>>char32AtOffset:
01:37:38				038/519 - 21/106: Installing method ByteArray>>char32AtOffset:put:
01:37:38				038/519 - 22/106: Installing method ByteArray>>char8AtOffset:
01:37:38				038/519 - 23/106: Installing method ByteArray>>char8AtOffset:put:
01:37:38				038/519 - 24/106: Installing method ByteArray>>decodeWith:
01:37:38				038/519 - 25/106: Installing method ByteArray>>defaultElement
01:37:38				038/519 - 26/106: Installing method ByteArray>>doubleAt:
01:37:38				038/519 - 27/106: Installing method ByteArray>>doubleAt:bigEndian:
01:37:38				038/519 - 28/106: Installing method ByteArray>>doubleAt:put:
01:37:38				038/519 - 29/106: Installing method ByteArray>>doubleAt:put:bigEndian:
01:37:38				038/519 - 30/106: Installing method ByteArray>>float32AtOffset:
01:37:38				038/519 - 31/106: Installing method ByteArray>>float32AtOffset:put:
01:37:38				038/519 - 32/106: Installing method ByteArray>>float64AtOffset:
01:37:38				038/519 - 33/106: Installing method ByteArray>>float64AtOffset:put:
01:37:38				038/519 - 34/106: Installing method ByteArray>>floatAt:
01:37:38				038/519 - 35/106: Installing method ByteArray>>floatAt:bigEndian:
01:37:38				038/519 - 36/106: Installing method ByteArray>>floatAt:put:
01:37:38				038/519 - 37/106: Installing method ByteArray>>hash
01:37:38				038/519 - 38/106: Installing method ByteArray>>hex
01:37:38				038/519 - 39/106: Installing method ByteArray>>hexDumpOn:max:
01:37:38				038/519 - 40/106: Installing method ByteArray>>indexOf:startingAt:
01:37:38				038/519 - 41/106: Installing method ByteArray>>int16AtOffset:
01:37:38				038/519 - 42/106: Installing method ByteArray>>int16AtOffset:put:
01:37:38				038/519 - 43/106: Installing method ByteArray>>int32AtOffset:
01:37:38				038/519 - 44/106: Installing method ByteArray>>int32AtOffset:put:
01:37:38				038/519 - 45/106: Installing method ByteArray>>int64AtOffset:
01:37:38				038/519 - 46/106: Installing method ByteArray>>int64AtOffset:put:
01:37:38				038/519 - 47/106: Installing method ByteArray>>int8AtOffset:
01:37:38				038/519 - 48/106: Installing method ByteArray>>int8AtOffset:put:
01:37:38				038/519 - 49/106: Installing method ByteArray>>integerAt:put:size:signed:
01:37:38				038/519 - 50/106: Installing method ByteArray>>integerAt:size:signed:
01:37:38				038/519 - 51/106: Installing method ByteArray>>isExternalAddress
01:37:38				038/519 - 52/106: Installing method ByteArray>>isLiteral
01:37:38				038/519 - 53/106: Installing method ByteArray>>isNull
01:37:38				038/519 - 54/106: Installing method ByteArray>>longAt:bigEndian:
01:37:38				038/519 - 55/106: Installing method ByteArray>>longAt:put:bigEndian:
01:37:38				038/519 - 56/106: Installing method ByteArray>>longPointerAt:
01:37:38				038/519 - 57/106: Installing method ByteArray>>longPointerAt:put:
01:37:38				038/519 - 58/106: Installing method ByteArray>>pointerAt:
01:37:38				038/519 - 59/106: Installing method ByteArray>>pointerAt:put:
01:37:38				038/519 - 60/106: Installing method ByteArray>>pointerAtOffset:
01:37:38				038/519 - 61/106: Installing method ByteArray>>pointerAtOffset:put:
01:37:38				038/519 - 62/106: Installing method ByteArray>>printHexOn:
01:37:38				038/519 - 63/106: Installing method ByteArray>>printOn:
01:37:38				038/519 - 64/106: Installing method ByteArray>>putOn:
01:37:38				038/519 - 65/106: Installing method ByteArray>>readHexFrom:
01:37:38				038/519 - 66/106: Installing method ByteArray>>replaceFrom:to:with:startingAt:
01:37:38				038/519 - 67/106: Installing method ByteArray>>shortAt:bigEndian:
01:37:38				038/519 - 68/106: Installing method ByteArray>>shortAt:put:bigEndian:
01:37:38				038/519 - 69/106: Installing method ByteArray>>shortPointerAt:
01:37:38				038/519 - 70/106: Installing method ByteArray>>shortPointerAt:put:
01:37:38				038/519 - 71/106: Installing method ByteArray>>signedCharAt:
01:37:38				038/519 - 72/106: Installing method ByteArray>>signedCharAt:put:
01:37:38				038/519 - 73/106: Installing method ByteArray>>signedLongAt:
01:37:38				038/519 - 74/106: Installing method ByteArray>>signedLongAt:put:
01:37:38				038/519 - 75/106: Installing method ByteArray>>signedLongLongAt:
01:37:38				038/519 - 76/106: Installing method ByteArray>>signedLongLongAt:put:
01:37:38				038/519 - 77/106: Installing method ByteArray>>signedShortAt:
01:37:38				038/519 - 78/106: Installing method ByteArray>>signedShortAt:put:
01:37:38				038/519 - 79/106: Installing method ByteArray>>storeOn:
01:37:38				038/519 - 80/106: Installing method ByteArray>>structAt:length:
01:37:38				038/519 - 81/106: Installing method ByteArray>>structAt:put:length:
01:37:38				038/519 - 82/106: Installing method ByteArray>>uint16AtOffset:
01:37:38				038/519 - 83/106: Installing method ByteArray>>uint16AtOffset:put:
01:37:38				038/519 - 84/106: Installing method ByteArray>>uint32AtOffset:
01:37:38				038/519 - 85/106: Installing method ByteArray>>uint32AtOffset:put:
01:37:38				038/519 - 86/106: Installing method ByteArray>>uint64AtOffset:
01:37:38				038/519 - 87/106: Installing method ByteArray>>uint64AtOffset:put:
01:37:38				038/519 - 88/106: Installing method ByteArray>>uint8AtOffset:
01:37:38				038/519 - 89/106: Installing method ByteArray>>uint8AtOffset:put:
01:37:38				038/519 - 90/106: Installing method ByteArray>>unsignedByteAt:
01:37:38				038/519 - 91/106: Installing method ByteArray>>unsignedByteAt:put:
01:37:38				038/519 - 92/106: Installing method ByteArray>>unsignedCharAt:
01:37:38				038/519 - 93/106: Installing method ByteArray>>unsignedCharAt:put:
01:37:38				038/519 - 94/106: Installing method ByteArray>>unsignedLongAt:
01:37:39				038/519 - 95/106: Installing method ByteArray>>unsignedLongAt:bigEndian:
01:37:39				038/519 - 96/106: Installing method ByteArray>>unsignedLongAt:put:
01:37:39				038/519 - 97/106: Installing method ByteArray>>unsignedLongAt:put:bigEndian:
01:37:39				038/519 - 98/106: Installing method ByteArray>>unsignedLongLongAt:
01:37:39				038/519 - 99/106: Installing method ByteArray>>unsignedLongLongAt:put:
01:37:39				038/519 - 100/106: Installing method ByteArray>>unsignedShortAt:
01:37:39				038/519 - 101/106: Installing method ByteArray>>unsignedShortAt:bigEndian:
01:37:39				038/519 - 102/106: Installing method ByteArray>>unsignedShortAt:put:
01:37:39				038/519 - 103/106: Installing method ByteArray>>unsignedShortAt:put:bigEndian:
01:37:39				038/519 - 104/106: Installing method ByteArray>>utf8Decoded
01:37:39				038/519 - 105/106: Installing method ByteArray>>voidAt:
01:37:39				038/519 - 106/106: Installing method ByteArray>>voidAt:put:
01:37:39				038/519 - 1/2: Installing method ByteArray class>>hashBytes:startingWith:
01:37:39				038/519 - 2/2: Installing method ByteArray class>>readHexFrom:
01:37:39				039/519 - 1/4: Installing method ByteLayout>>bytesPerSlot
01:37:39				039/519 - 2/4: Installing method ByteLayout>>extendByte
01:37:39				039/519 - 3/4: Installing method ByteLayout>>instanceSpecification
01:37:39				039/519 - 4/4: Installing method ByteLayout>>isBytes
01:37:39				039/519 - 1/1: Installing method ByteLayout class>>extending:scope:host:
01:37:39				040/519 - 1/18: Installing method ByteString>>asByteArray
01:37:40				040/519 - 2/18: Installing method ByteString>>asOctetString
01:37:40				040/519 - 3/18: Installing method ByteString>>at:
01:37:40				040/519 - 4/18: Installing method ByteString>>at:put:
01:37:40				040/519 - 5/18: Installing method ByteString>>byteAt:
01:37:40				040/519 - 6/18: Installing method ByteString>>byteAt:put:
01:37:40				040/519 - 7/18: Installing method ByteString>>byteSize
01:37:40				040/519 - 8/18: Installing method ByteString>>compareWith:
01:37:40				040/519 - 9/18: Installing method ByteString>>compareWith:collated:
01:37:40				040/519 - 10/18: Installing method ByteString>>createSymbol
01:37:40				040/519 - 11/18: Installing method ByteString>>findSubstring:in:startingAt:matchTable:
01:37:40				040/519 - 12/18: Installing method ByteString>>hasWideCharacterFrom:to:
01:37:40				040/519 - 13/18: Installing method ByteString>>indexOfAnyOf:startingAt:
01:37:40				040/519 - 14/18: Installing method ByteString>>indexOfAnyOf:startingAt:ifAbsent:
01:37:40				040/519 - 15/18: Installing method ByteString>>isAsciiString
01:37:40				040/519 - 16/18: Installing method ByteString>>isByteString
01:37:40				040/519 - 17/18: Installing method ByteString>>isOctetString
01:37:40				040/519 - 18/18: Installing method ByteString>>replaceFrom:to:with:startingAt:
01:37:40				040/519 - 1/6: Installing method ByteString class>>findFirstInString:inSet:startingAt:
01:37:40				040/519 - 2/6: Installing method ByteString class>>indexOfAscii:inString:startingAt:
01:37:40				040/519 - 3/6: Installing method ByteString class>>initialize
01:37:40				040/519 - 4/6: Installing method ByteString class>>nonAsciiMap
01:37:40				040/519 - 5/6: Installing method ByteString class>>stringHash:initialHash:
01:37:40				040/519 - 6/6: Installing method ByteString class>>translate:from:to:table:
01:37:40				041/519 - 1/17: Installing method ByteSymbol>>asByteArray
01:37:40				041/519 - 2/17: Installing method ByteSymbol>>asOctetString
01:37:40				041/519 - 3/17: Installing method ByteSymbol>>at:
01:37:40				041/519 - 4/17: Installing method ByteSymbol>>byteAt:
01:37:40				041/519 - 5/17: Installing method ByteSymbol>>byteAt:put:
01:37:40				041/519 - 6/17: Installing method ByteSymbol>>byteSize
01:37:40				041/519 - 7/17: Installing method ByteSymbol>>compareWith:
01:37:40				041/519 - 8/17: Installing method ByteSymbol>>compareWith:collated:
01:37:40				041/519 - 9/17: Installing method ByteSymbol>>findSubstring:in:startingAt:matchTable:
01:37:40				041/519 - 10/17: Installing method ByteSymbol>>hasWideCharacterFrom:to:
01:37:41				041/519 - 11/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:
01:37:41				041/519 - 12/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:ifAbsent:
01:37:41				041/519 - 13/17: Installing method ByteSymbol>>isByteString
01:37:41				041/519 - 14/17: Installing method ByteSymbol>>isOctetString
01:37:41				041/519 - 15/17: Installing method ByteSymbol>>privateAt:put:
01:37:41				041/519 - 16/17: Installing method ByteSymbol>>species
01:37:41				041/519 - 17/17: Installing method ByteSymbol>>string:
01:37:41				041/519 - 1/4: Installing method ByteSymbol class>>findFirstInString:inSet:startingAt:
01:37:41				041/519 - 2/4: Installing method ByteSymbol class>>indexOfAscii:inString:startingAt:
01:37:41				041/519 - 3/4: Installing method ByteSymbol class>>stringHash:initialHash:
01:37:41				041/519 - 4/4: Installing method ByteSymbol class>>translate:from:to:table:
01:37:42				042/519 - 1/44: Installing method BytecodeEncoder>>genPushSpecialLiteral:
01:37:42				042/519 - 2/44: Installing method BytecodeEncoder>>genPushThisProcess
01:37:42				042/519 - 3/44: Installing method BytecodeEncoder>>methodStreamPosition
01:37:42				042/519 - 4/44: Installing method BytecodeEncoder>>nextPut:
01:37:42				042/519 - 5/44: Installing method BytecodeEncoder>>outOfRangeError:index:range:to:
01:37:42				042/519 - 6/44: Installing method BytecodeEncoder>>sizeBranchPopFalse:
01:37:42				042/519 - 7/44: Installing method BytecodeEncoder>>sizeBranchPopTrue:
01:37:42				042/519 - 8/44: Installing method BytecodeEncoder>>sizeCallPrimitive:
01:37:42				042/519 - 9/44: Installing method BytecodeEncoder>>sizeDup
01:37:43				042/519 - 10/44: Installing method BytecodeEncoder>>sizeJump:
01:37:43				042/519 - 11/44: Installing method BytecodeEncoder>>sizeJumpLong:
01:37:43				042/519 - 12/44: Installing method BytecodeEncoder>>sizeOpcodeSelector:withArguments:
01:37:43				042/519 - 13/44: Installing method BytecodeEncoder>>sizePop
01:37:43				042/519 - 14/44: Installing method BytecodeEncoder>>sizePushConsArray:
01:37:43				042/519 - 15/44: Installing method BytecodeEncoder>>sizePushInstVar:
01:37:43				042/519 - 16/44: Installing method BytecodeEncoder>>sizePushInstVarLong:
01:37:43				042/519 - 17/44: Installing method BytecodeEncoder>>sizePushLiteral:
01:37:43				042/519 - 18/44: Installing method BytecodeEncoder>>sizePushLiteralVar:
01:37:43				042/519 - 19/44: Installing method BytecodeEncoder>>sizePushNewArray:
01:37:43				042/519 - 20/44: Installing method BytecodeEncoder>>sizePushReceiver
01:37:43				042/519 - 21/44: Installing method BytecodeEncoder>>sizePushRemoteTemp:inVectorAt:
01:37:43				042/519 - 22/44: Installing method BytecodeEncoder>>sizePushSpecialLiteral:
01:37:43				042/519 - 23/44: Installing method BytecodeEncoder>>sizePushTemp:
01:37:43				042/519 - 24/44: Installing method BytecodeEncoder>>sizePushThisContext
01:37:43				042/519 - 25/44: Installing method BytecodeEncoder>>sizePushThisProcess
01:37:43				042/519 - 26/44: Installing method BytecodeEncoder>>sizeReturnReceiver
01:37:43				042/519 - 27/44: Installing method BytecodeEncoder>>sizeReturnSpecialLiteral:
01:37:43				042/519 - 28/44: Installing method BytecodeEncoder>>sizeReturnTop
01:37:43				042/519 - 29/44: Installing method BytecodeEncoder>>sizeReturnTopToCaller
01:37:43				042/519 - 30/44: Installing method BytecodeEncoder>>sizeSend:numArgs:
01:37:43				042/519 - 31/44: Installing method BytecodeEncoder>>sizeSendSuper:numArgs:
01:37:43				042/519 - 32/44: Installing method BytecodeEncoder>>sizeStoreInstVar:
01:37:43				042/519 - 33/44: Installing method BytecodeEncoder>>sizeStoreInstVarLong:
01:37:43				042/519 - 34/44: Installing method BytecodeEncoder>>sizeStoreLiteralVar:
01:37:43				042/519 - 35/44: Installing method BytecodeEncoder>>sizeStorePopInstVar:
01:37:43				042/519 - 36/44: Installing method BytecodeEncoder>>sizeStorePopInstVarLong:
01:37:43				042/519 - 37/44: Installing method BytecodeEncoder>>sizeStorePopLiteralVar:
01:37:43				042/519 - 38/44: Installing method BytecodeEncoder>>sizeStorePopRemoteTemp:inVectorAt:
01:37:43				042/519 - 39/44: Installing method BytecodeEncoder>>sizeStorePopTemp:
01:37:43				042/519 - 40/44: Installing method BytecodeEncoder>>sizeStoreRemoteTemp:inVectorAt:
01:37:43				042/519 - 41/44: Installing method BytecodeEncoder>>sizeStoreTemp:
01:37:43				042/519 - 42/44: Installing method BytecodeEncoder>>sizeTrapIfNotInstanceOf:
01:37:43				042/519 - 43/44: Installing method BytecodeEncoder>>stream:
01:37:43				042/519 - 44/44: Installing method BytecodeEncoder>>streamToMethod:
01:37:43				042/519 - 1/10: Installing method BytecodeEncoder class>>extensionsFor:in:into:
01:37:43				042/519 - 2/10: Installing method BytecodeEncoder class>>instructionSizeAt:of:
01:37:43				042/519 - 3/10: Installing method BytecodeEncoder class>>isAbstract
01:37:43				042/519 - 4/10: Installing method BytecodeEncoder class>>isExtension:
01:37:43				042/519 - 5/10: Installing method BytecodeEncoder class>>literalMethodBytecodes
01:37:43				042/519 - 6/10: Installing method BytecodeEncoder class>>nonExtensionBytecodeAt:in:
01:37:43				042/519 - 7/10: Installing method BytecodeEncoder class>>nonExtensionPcAt:in:
01:37:43				042/519 - 8/10: Installing method BytecodeEncoder class>>quickPrimSpecialConstants
01:37:43				042/519 - 9/10: Installing method BytecodeEncoder class>>specialSelectors
01:37:43				042/519 - 10/10: Installing method BytecodeEncoder class>>stackDeltaForPrimitive:in:
01:37:43				044/519 - 1/3: Installing method CannotReturn>>isResumable
01:37:43				044/519 - 2/3: Installing method CannotReturn>>result
01:37:43				044/519 - 3/3: Installing method CannotReturn>>result:
01:37:43				045/519 - 1/5: Installing method CategoryConverter>>environment
01:37:43				045/519 - 2/5: Installing method CategoryConverter>>environment:
01:37:43				045/519 - 3/5: Installing method CategoryConverter>>packageName
01:37:43				045/519 - 4/5: Installing method CategoryConverter>>processCategory:
01:37:43				045/519 - 5/5: Installing method CategoryConverter>>tagName
01:37:43				045/519 - 1/2: Installing method CategoryConverter class>>category:
01:37:43				045/519 - 2/2: Installing method CategoryConverter class>>category:environment:
01:37:44				046/519 - 1/9: Installing method ChangesLog>>assureStartupStampLogged
01:37:44				046/519 - 2/9: Installing method ChangesLog>>logChange:
01:37:44				046/519 - 3/9: Installing method ChangesLog>>logClassRemoved:
01:37:44				046/519 - 4/9: Installing method ChangesLog>>logClassRenamed:
01:37:44				046/519 - 5/9: Installing method ChangesLog>>logExpressionEvaluated:
01:37:44				046/519 - 6/9: Installing method ChangesLog>>logMethodRemoved:
01:37:44				046/519 - 7/9: Installing method ChangesLog>>logSnapshot:andQuit:
01:37:44				046/519 - 8/9: Installing method ChangesLog>>recordStartupStamp
01:37:44				046/519 - 9/9: Installing method ChangesLog>>registerToAnnouncements
01:37:44				046/519 - 1/3: Installing method ChangesLog class>>default
01:37:44				046/519 - 2/3: Installing method ChangesLog class>>registerInterestToSystemAnnouncement
01:37:44				046/519 - 3/3: Installing method ChangesLog class>>reset
01:37:45				047/519 - 1/84: Installing method Character>><
01:37:45				047/519 - 2/84: Installing method Character>>=
01:37:45				047/519 - 3/84: Installing method Character>>>
01:37:45				047/519 - 4/84: Installing method Character>>asCharacter
01:37:45				047/519 - 5/84: Installing method Character>>asHTMLString
01:37:45				047/519 - 6/84: Installing method Character>>asInteger
01:37:45				047/519 - 7/84: Installing method Character>>asLowercase
01:37:45				047/519 - 8/84: Installing method Character>>asString
01:37:45				047/519 - 9/84: Installing method Character>>asSymbol
01:37:45				047/519 - 10/84: Installing method Character>>asUnicode
01:37:45				047/519 - 11/84: Installing method Character>>asUppercase
01:37:45				047/519 - 12/84: Installing method Character>>asciiValue
01:37:45				047/519 - 13/84: Installing method Character>>basicIdentityHash
01:37:45				047/519 - 14/84: Installing method Character>>basicPharoToIso
01:37:45				047/519 - 15/84: Installing method Character>>charCode
01:37:45				047/519 - 16/84: Installing method Character>>characterSet
01:37:45				047/519 - 17/84: Installing method Character>>codePoint
01:37:45				047/519 - 18/84: Installing method Character>>copy
01:37:45				047/519 - 19/84: Installing method Character>>deepCopy
01:37:45				047/519 - 20/84: Installing method Character>>digitValue
01:37:45				047/519 - 21/84: Installing method Character>>hash
01:37:45				047/519 - 22/84: Installing method Character>>hex
01:37:45				047/519 - 23/84: Installing method Character>>hexDigitValue
01:37:45				047/519 - 24/84: Installing method Character>>initialize
01:37:45				047/519 - 25/84: Installing method Character>>isAlphaNumeric
01:37:45				047/519 - 26/84: Installing method Character>>isArrow
01:37:45				047/519 - 27/84: Installing method Character>>isCasedLetter
01:37:45				047/519 - 28/84: Installing method Character>>isCharacter
01:37:45				047/519 - 29/84: Installing method Character>>isClosePunctuation
01:37:45				047/519 - 30/84: Installing method Character>>isConnectorPunctuation
01:37:45				047/519 - 31/84: Installing method Character>>isControlOther
01:37:45				047/519 - 32/84: Installing method Character>>isCurrencySymbol
01:37:45				047/519 - 33/84: Installing method Character>>isDashPunctuation
01:37:45				047/519 - 34/84: Installing method Character>>isDecimalDigit
01:37:45				047/519 - 35/84: Installing method Character>>isDigit
01:37:45				047/519 - 36/84: Installing method Character>>isDoubleQuote
01:37:45				047/519 - 37/84: Installing method Character>>isEnclosingMark
01:37:45				047/519 - 38/84: Installing method Character>>isFinalQuote
01:37:45				047/519 - 39/84: Installing method Character>>isFormatOther
01:37:45				047/519 - 40/84: Installing method Character>>isImmediateObject
01:37:45				047/519 - 41/84: Installing method Character>>isInitialQuote
01:37:45				047/519 - 42/84: Installing method Character>>isLetter
01:37:45				047/519 - 43/84: Installing method Character>>isLetterModifier
01:37:45				047/519 - 44/84: Installing method Character>>isLetterNumber
01:37:45				047/519 - 45/84: Installing method Character>>isLineSeparator
01:37:45				047/519 - 46/84: Installing method Character>>isLiteral
01:37:46				047/519 - 47/84: Installing method Character>>isLowercase
01:37:46				047/519 - 48/84: Installing method Character>>isMathSymbol
01:37:46				047/519 - 49/84: Installing method Character>>isModifierSymbol
01:37:46				047/519 - 50/84: Installing method Character>>isNonspacingMark
01:37:46				047/519 - 51/84: Installing method Character>>isOctetCharacter
01:37:46				047/519 - 52/84: Installing method Character>>isOpenPunctuation
01:37:46				047/519 - 53/84: Installing method Character>>isOtherLetter
01:37:46				047/519 - 54/84: Installing method Character>>isOtherNumber
01:37:46				047/519 - 55/84: Installing method Character>>isOtherPunctuation
01:37:46				047/519 - 56/84: Installing method Character>>isOtherSymbol
01:37:46				047/519 - 57/84: Installing method Character>>isParagraphSeparator
01:37:46				047/519 - 58/84: Installing method Character>>isPinnedInMemory
01:37:46				047/519 - 59/84: Installing method Character>>isPrivateOther
01:37:46				047/519 - 60/84: Installing method Character>>isPunctuation
01:37:46				047/519 - 61/84: Installing method Character>>isSafeForHTTP
01:37:46				047/519 - 62/84: Installing method Character>>isSeparator
01:37:46				047/519 - 63/84: Installing method Character>>isSpaceSeparator
01:37:46				047/519 - 64/84: Installing method Character>>isSpacingCombiningMark
01:37:46				047/519 - 65/84: Installing method Character>>isSpecial
01:37:46				047/519 - 66/84: Installing method Character>>isSurrogateOther
01:37:46				047/519 - 67/84: Installing method Character>>isTitlecaseLetter
01:37:46				047/519 - 68/84: Installing method Character>>isUppercase
01:37:46				047/519 - 69/84: Installing method Character>>isVowel
01:37:46				047/519 - 70/84: Installing method Character>>join:
01:37:46				047/519 - 71/84: Installing method Character>>lowercase
01:37:46				047/519 - 72/84: Installing method Character>>nextObject
01:37:46				047/519 - 73/84: Installing method Character>>printOn:
01:37:46				047/519 - 74/84: Installing method Character>>printStringHex
01:37:46				047/519 - 75/84: Installing method Character>>sameAs:
01:37:46				047/519 - 76/84: Installing method Character>>setValue:
01:37:46				047/519 - 77/84: Installing method Character>>shallowCopy
01:37:46				047/519 - 78/84: Installing method Character>>shouldBePrintedAsLiteral
01:37:46				047/519 - 79/84: Installing method Character>>storeBinaryOn:
01:37:46				047/519 - 80/84: Installing method Character>>storeOn:
01:37:46				047/519 - 81/84: Installing method Character>>to:
01:37:46				047/519 - 82/84: Installing method Character>>tokenish
01:37:46				047/519 - 83/84: Installing method Character>>uppercase
01:37:46				047/519 - 84/84: Installing method Character>>veryDeepCopyWith:
01:37:46				047/519 - 1/41: Installing method Character class>>allByteCharacters
01:37:46				047/519 - 2/41: Installing method Character class>>alphabet
01:37:46				047/519 - 3/41: Installing method Character class>>arrowDown
01:37:46				047/519 - 4/41: Installing method Character class>>arrowLeft
01:37:46				047/519 - 5/41: Installing method Character class>>arrowRight
01:37:47				047/519 - 6/41: Installing method Character class>>arrowUp
01:37:47				047/519 - 7/41: Installing method Character class>>backspace
01:37:47				047/519 - 8/41: Installing method Character class>>centeredDot
01:37:47				047/519 - 9/41: Installing method Character class>>characterSet
01:37:47				047/519 - 10/41: Installing method Character class>>characterSet:
01:37:47				047/519 - 11/41: Installing method Character class>>codePoint:
01:37:47				047/519 - 12/41: Installing method Character class>>constantNameFor:
01:37:47				047/519 - 13/41: Installing method Character class>>constantNames
01:37:47				047/519 - 14/41: Installing method Character class>>cr
01:37:47				047/519 - 15/41: Installing method Character class>>delete
01:37:47				047/519 - 16/41: Installing method Character class>>digitValue:
01:37:47				047/519 - 17/41: Installing method Character class>>divide
01:37:47				047/519 - 18/41: Installing method Character class>>end
01:37:47				047/519 - 19/41: Installing method Character class>>enter
01:37:47				047/519 - 20/41: Installing method Character class>>escape
01:37:47				047/519 - 21/41: Installing method Character class>>home
01:37:47				047/519 - 22/41: Installing method Character class>>initialize
01:37:47				047/519 - 23/41: Installing method Character class>>initializeDigitValues
01:37:47				047/519 - 24/41: Installing method Character class>>insert
01:37:47				047/519 - 25/41: Installing method Character class>>lf
01:37:47				047/519 - 26/41: Installing method Character class>>linefeed
01:37:47				047/519 - 27/41: Installing method Character class>>maxVal
01:37:47				047/519 - 28/41: Installing method Character class>>nbsp
01:37:47				047/519 - 29/41: Installing method Character class>>new
01:37:47				047/519 - 30/41: Installing method Character class>>newPage
01:37:47				047/519 - 31/41: Installing method Character class>>null
01:37:47				047/519 - 32/41: Installing method Character class>>pageDown
01:37:47				047/519 - 33/41: Installing method Character class>>pageUp
01:37:47				047/519 - 34/41: Installing method Character class>>plusOrMinus
01:37:47				047/519 - 35/41: Installing method Character class>>separators
01:37:47				047/519 - 36/41: Installing method Character class>>space
01:37:47				047/519 - 37/41: Installing method Character class>>specialCharacters
01:37:47				047/519 - 38/41: Installing method Character class>>supportsNonASCII
01:37:47				047/519 - 39/41: Installing method Character class>>tab
01:37:47				047/519 - 40/41: Installing method Character class>>times
01:37:47				047/519 - 41/41: Installing method Character class>>value:
01:37:48				048/519 - 1/18: Installing method CharacterSet>>=
01:37:48				048/519 - 2/18: Installing method CharacterSet>>add:
01:37:48				048/519 - 3/18: Installing method CharacterSet>>asString
01:37:48				048/519 - 4/18: Installing method CharacterSet>>byteArrayMap
01:37:48				048/519 - 5/18: Installing method CharacterSet>>byteComplement
01:37:48				048/519 - 6/18: Installing method CharacterSet>>complement
01:37:48				048/519 - 7/18: Installing method CharacterSet>>do:
01:37:48				048/519 - 8/18: Installing method CharacterSet>>findFirstInByteString:startingAt:
01:37:48				048/519 - 9/18: Installing method CharacterSet>>hasWideCharacters
01:37:48				048/519 - 10/18: Installing method CharacterSet>>hash
01:37:48				048/519 - 11/18: Installing method CharacterSet>>includes:
01:37:48				048/519 - 12/18: Installing method CharacterSet>>initialize
01:37:48				048/519 - 13/18: Installing method CharacterSet>>postCopy
01:37:48				048/519 - 14/18: Installing method CharacterSet>>remove:
01:37:48				048/519 - 15/18: Installing method CharacterSet>>remove:ifAbsent:
01:37:48				048/519 - 16/18: Installing method CharacterSet>>removeAll
01:37:48				048/519 - 17/18: Installing method CharacterSet>>size
01:37:48				048/519 - 18/18: Installing method CharacterSet>>wideCharacterMap
01:37:48				048/519 - 1/6: Installing method CharacterSet class>>allByteCharacters
01:37:48				048/519 - 2/6: Installing method CharacterSet class>>allCharacters
01:37:48				048/519 - 3/6: Installing method CharacterSet class>>crlf
01:37:48				048/519 - 4/6: Installing method CharacterSet class>>newFrom:
01:37:48				048/519 - 5/6: Installing method CharacterSet class>>nonSeparators
01:37:48				048/519 - 6/6: Installing method CharacterSet class>>separators
01:37:48				049/519 - 1/19: Installing method CharacterSetComplement>>=
01:37:48				049/519 - 2/19: Installing method CharacterSetComplement>>add:
01:37:48				049/519 - 3/19: Installing method CharacterSetComplement>>byteArrayMap
01:37:48				049/519 - 4/19: Installing method CharacterSetComplement>>complement
01:37:48				049/519 - 5/19: Installing method CharacterSetComplement>>complement:
01:37:48				049/519 - 6/19: Installing method CharacterSetComplement>>do:
01:37:48				049/519 - 7/19: Installing method CharacterSetComplement>>findFirstInByteString:startingAt:
01:37:48				049/519 - 8/19: Installing method CharacterSetComplement>>hasWideCharacters
01:37:48				049/519 - 9/19: Installing method CharacterSetComplement>>hash
01:37:48				049/519 - 10/19: Installing method CharacterSetComplement>>includes:
01:37:48				049/519 - 11/19: Installing method CharacterSetComplement>>postCopy
01:37:48				049/519 - 12/19: Installing method CharacterSetComplement>>printOn:
01:37:48				049/519 - 13/19: Installing method CharacterSetComplement>>reject:
01:37:48				049/519 - 14/19: Installing method CharacterSetComplement>>remove:
01:37:48				049/519 - 15/19: Installing method CharacterSetComplement>>remove:ifAbsent:
01:37:49				049/519 - 16/19: Installing method CharacterSetComplement>>removeAll
01:37:49				049/519 - 17/19: Installing method CharacterSetComplement>>select:
01:37:49				049/519 - 18/19: Installing method CharacterSetComplement>>size
01:37:49				049/519 - 19/19: Installing method CharacterSetComplement>>storeOn:
01:37:49				049/519 - 1/1: Installing method CharacterSetComplement class>>of:
01:37:49				050/519 - 1/12: Installing method ChunkReadStream>>basicNext
01:37:49				050/519 - 2/12: Installing method ChunkReadStream>>basicNextChunk
01:37:49				050/519 - 3/12: Installing method ChunkReadStream>>decodeString:andRuns:
01:37:49				050/519 - 4/12: Installing method ChunkReadStream>>isNextChunkMetaData
01:37:49				050/519 - 5/12: Installing method ChunkReadStream>>isNextStyleChunk
01:37:49				050/519 - 6/12: Installing method ChunkReadStream>>next
01:37:49				050/519 - 7/12: Installing method ChunkReadStream>>parseLangTagFor:
01:37:49				050/519 - 8/12: Installing method ChunkReadStream>>position
01:37:49				050/519 - 9/12: Installing method ChunkReadStream>>readUpToEndOfStyleChunk
01:37:49				050/519 - 10/12: Installing method ChunkReadStream>>reset
01:37:49				050/519 - 11/12: Installing method ChunkReadStream>>skipSeparators
01:37:49				050/519 - 12/12: Installing method ChunkReadStream>>terminatorMark
01:37:49				051/519 - 1/7: Installing method ChunkWriteStream>>afterNexPut
01:37:49				051/519 - 2/7: Installing method ChunkWriteStream>>bang
01:37:49				051/519 - 3/7: Installing method ChunkWriteStream>>doesNotUnderstand:
01:37:49				051/519 - 4/7: Installing method ChunkWriteStream>>duplicateTerminatorMarkOn:
01:37:49				051/519 - 5/7: Installing method ChunkWriteStream>>nextChunkPut:
01:37:49				051/519 - 6/7: Installing method ChunkWriteStream>>nextPut:
01:37:49				051/519 - 7/7: Installing method ChunkWriteStream>>terminatorMark
01:37:49				052/519 - 1/1: Installing method CircularHierarchyError class>>signalFor:
01:37:53				053/519 - 1/107: Installing method Class>>addClassSlot:
01:37:53				053/519 - 2/107: Installing method Class>>addClassVarNamed:
01:37:53				053/519 - 3/107: Installing method Class>>addClassVariable:
01:37:53				053/519 - 4/107: Installing method Class>>addInstVarNamed:
01:37:53				053/519 - 5/107: Installing method Class>>addSharedPool:
01:37:53				053/519 - 6/107: Installing method Class>>addSharedPoolNamed:
01:37:53				053/519 - 7/107: Installing method Class>>addSlot:
01:37:53				053/519 - 8/107: Installing method Class>>addSubclass:
01:37:53				053/519 - 9/107: Installing method Class>>allClassVariables
01:37:53				053/519 - 10/107: Installing method Class>>allSharedPools
01:37:53				053/519 - 11/107: Installing method Class>>allUnreferencedClassVariables
01:37:53				053/519 - 12/107: Installing method Class>>applyDeprecation
01:37:53				053/519 - 13/107: Installing method Class>>basicDeclareClassVariable:
01:37:53				053/519 - 14/107: Installing method Class>>basicTag:
01:37:53				053/519 - 15/107: Installing method Class>>binding
01:37:53				053/519 - 16/107: Installing method Class>>bindingOf:
01:37:53				053/519 - 17/107: Installing method Class>>category
01:37:53				053/519 - 18/107: Installing method Class>>checkForCompiledMethodLayout:
01:37:53				053/519 - 19/107: Installing method Class>>classBuilder
01:37:53				053/519 - 20/107: Installing method Class>>classInstaller
01:37:53				053/519 - 21/107: Installing method Class>>classPool
01:37:53				053/519 - 22/107: Installing method Class>>classPool:
01:37:53				053/519 - 23/107: Installing method Class>>classSide
01:37:53				053/519 - 24/107: Installing method Class>>classThatDefinesClassVariable:
01:37:53				053/519 - 25/107: Installing method Class>>classVarNamed:
01:37:53				053/519 - 26/107: Installing method Class>>classVarNamed:put:
01:37:53				053/519 - 27/107: Installing method Class>>classVarNames
01:37:53				053/519 - 28/107: Installing method Class>>classVariableDefinitionString
01:37:53				053/519 - 29/107: Installing method Class>>classVariableNamed:
01:37:53				053/519 - 30/107: Installing method Class>>classVariableNamed:ifAbsent:
01:37:53				053/519 - 31/107: Installing method Class>>classVariables
01:37:53				053/519 - 32/107: Installing method Class>>classVariablesNeedFullDefinition
01:37:53				053/519 - 33/107: Installing method Class>>comment
01:37:53				053/519 - 34/107: Installing method Class>>comment:
01:37:53				053/519 - 35/107: Installing method Class>>comment:stamp:
01:37:53				053/519 - 36/107: Installing method Class>>commentSourcePointer
01:37:53				053/519 - 37/107: Installing method Class>>commentSourcePointer:
01:37:53				053/519 - 38/107: Installing method Class>>commentStamp
01:37:53				053/519 - 39/107: Installing method Class>>commentStamp:
01:37:53				053/519 - 40/107: Installing method Class>>commonSuperclassWith:
01:37:53				053/519 - 41/107: Installing method Class>>compileAllFrom:
01:37:53				053/519 - 42/107: Installing method Class>>copyForAnnouncement
01:37:53				053/519 - 43/107: Installing method Class>>declareClassVariables:
01:37:53				053/519 - 44/107: Installing method Class>>definedVariables
01:37:53				053/519 - 45/107: Installing method Class>>definesClassVariable:
01:37:53				053/519 - 46/107: Installing method Class>>definesClassVariableNamed:
01:37:53				053/519 - 47/107: Installing method Class>>deprecationRefactorings
01:37:53				053/519 - 48/107: Installing method Class>>duplicateClassWithNewName:
01:37:53				053/519 - 49/107: Installing method Class>>environment
01:37:53				053/519 - 50/107: Installing method Class>>environment:
01:37:53				053/519 - 51/107: Installing method Class>>expandedDefinitionStringFor:
01:37:53				053/519 - 52/107: Installing method Class>>getName
01:37:53				053/519 - 53/107: Installing method Class>>hasAbstractMethods
01:37:54				053/519 - 54/107: Installing method Class>>hasBindingThatBeginsWith:
01:37:54				053/519 - 55/107: Installing method Class>>hasClassSide
01:37:54				053/519 - 56/107: Installing method Class>>hasClassVarNamed:
01:37:54				053/519 - 57/107: Installing method Class>>hasClassVariable:
01:37:54				053/519 - 58/107: Installing method Class>>hasComment
01:37:54				053/519 - 59/107: Installing method Class>>hasMethods
01:37:54				053/519 - 60/107: Installing method Class>>hasSharedPools
01:37:54				053/519 - 61/107: Installing method Class>>hasSubclasses
01:37:54				053/519 - 62/107: Installing method Class>>innerBindingOf:
01:37:54				053/519 - 63/107: Installing method Class>>instanceSide
01:37:54				053/519 - 64/107: Installing method Class>>isAnonymous
01:37:54				053/519 - 65/107: Installing method Class>>isClass
01:37:54				053/519 - 66/107: Installing method Class>>isClassOrTrait
01:37:54				053/519 - 67/107: Installing method Class>>isObsolete
01:37:54				053/519 - 68/107: Installing method Class>>isSelfEvaluating
01:37:54				053/519 - 69/107: Installing method Class>>isUsed
01:37:54				053/519 - 70/107: Installing method Class>>name
01:37:54				053/519 - 71/107: Installing method Class>>needsSlotClassDefinition
01:37:54				053/519 - 72/107: Installing method Class>>newAnonymousSubclass
01:37:54				053/519 - 73/107: Installing method Class>>newAnonymousSubclassInEnvironment:
01:37:54				053/519 - 74/107: Installing method Class>>newSubclass
01:37:54				053/519 - 75/107: Installing method Class>>obsolete
01:37:54				053/519 - 76/107: Installing method Class>>package
01:37:54				053/519 - 77/107: Installing method Class>>packageTag
01:37:54				053/519 - 78/107: Installing method Class>>possibleVariablesFor:continuedFrom:
01:37:54				053/519 - 79/107: Installing method Class>>readClassVariableNamed:
01:37:54				053/519 - 80/107: Installing method Class>>reformatAll
01:37:54				053/519 - 81/107: Installing method Class>>removeClassSlot:
01:37:54				053/519 - 82/107: Installing method Class>>removeClassVarNamed:
01:37:54				053/519 - 83/107: Installing method Class>>removeClassVariable:
01:37:54				053/519 - 84/107: Installing method Class>>removeFromSystem
01:37:54				053/519 - 85/107: Installing method Class>>removeFromSystem:
01:37:54				053/519 - 86/107: Installing method Class>>removeFromSystemUnlogged
01:37:54				053/519 - 87/107: Installing method Class>>removeSharedPool:
01:37:54				053/519 - 88/107: Installing method Class>>removeSlot:
01:37:54				053/519 - 89/107: Installing method Class>>removeSubclass:
01:37:54				053/519 - 90/107: Installing method Class>>rename:
01:37:54				053/519 - 91/107: Installing method Class>>setName:
01:37:54				053/519 - 92/107: Installing method Class>>sharedPoolNames
01:37:54				053/519 - 93/107: Installing method Class>>sharedPoolOfVarNamed:
01:37:54				053/519 - 94/107: Installing method Class>>sharedPools
01:37:54				053/519 - 95/107: Installing method Class>>sharedPools:
01:37:54				053/519 - 96/107: Installing method Class>>sharedPoolsDo:
01:37:54				053/519 - 97/107: Installing method Class>>sharing:
01:37:54				053/519 - 98/107: Installing method Class>>subclass:
01:37:54				053/519 - 99/107: Installing method Class>>subclasses
01:37:54				053/519 - 100/107: Installing method Class>>subclasses:
01:37:54				053/519 - 101/107: Installing method Class>>subclassesDo:
01:37:54				053/519 - 102/107: Installing method Class>>superclass:methodDictionary:format:
01:37:54				053/519 - 103/107: Installing method Class>>unload
01:37:54				053/519 - 104/107: Installing method Class>>usesClassVarNamed:
01:37:54				053/519 - 105/107: Installing method Class>>usesLocalPoolVarNamed:
01:37:54				053/519 - 106/107: Installing method Class>>usesPoolVarNamed:
01:37:54				053/519 - 107/107: Installing method Class>>writeClassVariableNamed:value:
01:37:54				053/519 - 1/7: Installing method Class class>>allSuperclassesFor:cache:
01:37:54				053/519 - 2/7: Installing method Class class>>doesNotIncludeInstanceOrSuperclassesFor:in:cache:
01:37:54				053/519 - 3/7: Installing method Class class>>hasNoDependenciesFor:in:cache:
01:37:54				053/519 - 4/7: Installing method Class class>>hasNoDependenciesForMetaclass:in:cache:
01:37:54				053/519 - 5/7: Installing method Class class>>hasNoSuperclassesOf:in:cache:
01:37:54				053/519 - 6/7: Installing method Class class>>initialize
01:37:54				053/519 - 7/7: Installing method Class class>>superclassOrder:
01:37:54				054/519 - 1/3: Installing method ClassAdded>>classAdded
01:37:54				054/519 - 2/3: Installing method ClassAdded>>classAdded:
01:37:54				054/519 - 3/3: Installing method ClassAdded>>classAffected
01:37:54				054/519 - 1/1: Installing method ClassAdded class>>class:
01:37:55				055/519 - 1/5: Installing method ClassAnnouncement>>classAffected
01:37:55				055/519 - 2/5: Installing method ClassAnnouncement>>packageAffected
01:37:55				055/519 - 3/5: Installing method ClassAnnouncement>>packageTagAffected
01:37:55				055/519 - 4/5: Installing method ClassAnnouncement>>packageTagsAffected
01:37:55				055/519 - 5/5: Installing method ClassAnnouncement>>packagesAffected
01:37:55				056/519 - 1/11: Installing method ClassCommented>>classAffected
01:37:55				056/519 - 2/11: Installing method ClassCommented>>classCommented
01:37:55				056/519 - 3/11: Installing method ClassCommented>>classCommented:
01:37:55				056/519 - 4/11: Installing method ClassCommented>>newComment
01:37:55				056/519 - 5/11: Installing method ClassCommented>>newComment:
01:37:55				056/519 - 6/11: Installing method ClassCommented>>newStamp
01:37:55				056/519 - 7/11: Installing method ClassCommented>>newStamp:
01:37:55				056/519 - 8/11: Installing method ClassCommented>>oldComment
01:37:55				056/519 - 9/11: Installing method ClassCommented>>oldComment:
01:37:55				056/519 - 10/11: Installing method ClassCommented>>oldStamp
01:37:55				056/519 - 11/11: Installing method ClassCommented>>oldStamp:
01:37:55				056/519 - 1/2: Installing method ClassCommented class>>class:oldComment:newComment:oldStamp:newStamp:
01:37:55				056/519 - 2/2: Installing method ClassCommented class>>classCommented:
01:38:00				057/519 - 1/133: Installing method ClassDescription>>addAndClassifySelector:withMethod:inProtocol:
01:38:00				057/519 - 2/133: Installing method ClassDescription>>addInstVarNamed:
01:38:00				057/519 - 3/133: Installing method ClassDescription>>addProtocol:
01:38:00				057/519 - 4/133: Installing method ClassDescription>>addSelector:withMethod:
01:38:00				057/519 - 5/133: Installing method ClassDescription>>addSelectorSilently:withMethod:
01:38:00				057/519 - 6/133: Installing method ClassDescription>>addSlot:
01:38:00				057/519 - 7/133: Installing method ClassDescription>>allCallsOnIn:
01:38:00				057/519 - 8/133: Installing method ClassDescription>>allInstVarNames
01:38:00				057/519 - 9/133: Installing method ClassDescription>>allInstVarNamesEverywhere
01:38:00				057/519 - 10/133: Installing method ClassDescription>>allLocalCallsOn:
01:38:00				057/519 - 11/133: Installing method ClassDescription>>allSelectorsInProtocol:
01:38:00				057/519 - 12/133: Installing method ClassDescription>>allSharedPools
01:38:00				057/519 - 13/133: Installing method ClassDescription>>allSlots
01:38:00				057/519 - 14/133: Installing method ClassDescription>>allUnreferencedInstanceVariables
01:38:00				057/519 - 15/133: Installing method ClassDescription>>announceRecategorizationOf:oldProtocol:
01:38:00				057/519 - 16/133: Installing method ClassDescription>>authors
01:38:00				057/519 - 17/133: Installing method ClassDescription>>classCommentBlank
01:38:00				057/519 - 18/133: Installing method ClassDescription>>classSide
01:38:00				057/519 - 19/133: Installing method ClassDescription>>classThatDefinesInstVarNamed:
01:38:00				057/519 - 20/133: Installing method ClassDescription>>classVariablesOn:
01:38:00				057/519 - 21/133: Installing method ClassDescription>>classVariablesString
01:38:00				057/519 - 22/133: Installing method ClassDescription>>classify:under:
01:38:00				057/519 - 23/133: Installing method ClassDescription>>compile:classified:
01:38:00				057/519 - 24/133: Installing method ClassDescription>>compile:classified:notifying:
01:38:00				057/519 - 25/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:
01:38:00				057/519 - 26/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:logSource:
01:38:00				057/519 - 27/133: Installing method ClassDescription>>compile:notifying:
01:38:00				057/519 - 28/133: Installing method ClassDescription>>compileSilently:
01:38:00				057/519 - 29/133: Installing method ClassDescription>>compileSilently:classified:
01:38:01				057/519 - 30/133: Installing method ClassDescription>>compileSilently:classified:notifying:
01:38:01				057/519 - 31/133: Installing method ClassDescription>>copyAllMethodsFrom:
01:38:01				057/519 - 32/133: Installing method ClassDescription>>definesSlot:
01:38:01				057/519 - 33/133: Installing method ClassDescription>>definesSlotNamed:
01:38:01				057/519 - 34/133: Installing method ClassDescription>>dependentClasses
01:38:01				057/519 - 35/133: Installing method ClassDescription>>deprecatedAliases
01:38:01				057/519 - 36/133: Installing method ClassDescription>>deprecatedAliases:
01:38:01				057/519 - 37/133: Installing method ClassDescription>>ensureProtocol:
01:38:01				057/519 - 38/133: Installing method ClassDescription>>extendingPackages
01:38:01				057/519 - 39/133: Installing method ClassDescription>>extensionProtocols
01:38:01				057/519 - 40/133: Installing method ClassDescription>>extensionSelectors
01:38:01				057/519 - 41/133: Installing method ClassDescription>>forceNewFrom:
01:38:01				057/519 - 42/133: Installing method ClassDescription>>hasClassSide
01:38:01				057/519 - 43/133: Installing method ClassDescription>>hasInstVarNamed:
01:38:01				057/519 - 44/133: Installing method ClassDescription>>hasProtocol:
01:38:01				057/519 - 45/133: Installing method ClassDescription>>hasSharedPools
01:38:01				057/519 - 46/133: Installing method ClassDescription>>hasSlot:
01:38:01				057/519 - 47/133: Installing method ClassDescription>>hasSlotNamed:
01:38:01				057/519 - 48/133: Installing method ClassDescription>>includesSharedPoolNamed:
01:38:01				057/519 - 49/133: Installing method ClassDescription>>initialize
01:38:01				057/519 - 50/133: Installing method ClassDescription>>instVarIndexFor:
01:38:01				057/519 - 51/133: Installing method ClassDescription>>instVarIndexFor:ifAbsent:
01:38:01				057/519 - 52/133: Installing method ClassDescription>>instVarMappingFrom:
01:38:01				057/519 - 53/133: Installing method ClassDescription>>instVarNames
01:38:01				057/519 - 54/133: Installing method ClassDescription>>instanceSide
01:38:01				057/519 - 55/133: Installing method ClassDescription>>instanceVariablesOn:
01:38:01				057/519 - 56/133: Installing method ClassDescription>>instanceVariablesString
01:38:01				057/519 - 57/133: Installing method ClassDescription>>isClassSide
01:38:01				057/519 - 58/133: Installing method ClassDescription>>isDeprecated
01:38:01				057/519 - 59/133: Installing method ClassDescription>>isExtended
01:38:01				057/519 - 60/133: Installing method ClassDescription>>isExtendedInPackage:
01:38:01				057/519 - 61/133: Installing method ClassDescription>>isInstalled
01:38:01				057/519 - 62/133: Installing method ClassDescription>>isInstanceSide
01:38:01				057/519 - 63/133: Installing method ClassDescription>>isLocalSelector:
01:38:01				057/519 - 64/133: Installing method ClassDescription>>isMeta
01:38:01				057/519 - 65/133: Installing method ClassDescription>>isProtocolExtensionFromTheSamePackage:
01:38:01				057/519 - 66/133: Installing method ClassDescription>>isTaggedWith:
01:38:01				057/519 - 67/133: Installing method ClassDescription>>linesOfCode
01:38:01				057/519 - 68/133: Installing method ClassDescription>>localSlots
01:38:01				057/519 - 69/133: Installing method ClassDescription>>methodsInProtocol:
01:38:01				057/519 - 70/133: Installing method ClassDescription>>needsSlotClassDefinition
01:38:01				057/519 - 71/133: Installing method ClassDescription>>newInstanceFrom:variable:size:
01:38:01				057/519 - 72/133: Installing method ClassDescription>>noteAddedSelector:meta:
01:38:01				057/519 - 73/133: Installing method ClassDescription>>noteCompilationOf:meta:
01:38:01				057/519 - 74/133: Installing method ClassDescription>>notifyOfRecategorizedSelector:from:to:
01:38:01				057/519 - 75/133: Installing method ClassDescription>>numberOfMethods
01:38:01				057/519 - 76/133: Installing method ClassDescription>>obsolete
01:38:01				057/519 - 77/133: Installing method ClassDescription>>package
01:38:01				057/519 - 78/133: Installing method ClassDescription>>package:
01:38:01				057/519 - 79/133: Installing method ClassDescription>>package:tag:
01:38:01				057/519 - 80/133: Installing method ClassDescription>>packageName
01:38:01				057/519 - 81/133: Installing method ClassDescription>>packageTag
01:38:01				057/519 - 82/133: Installing method ClassDescription>>packageTag:
01:38:01				057/519 - 83/133: Installing method ClassDescription>>packageTagName
01:38:01				057/519 - 84/133: Installing method ClassDescription>>packages
01:38:01				057/519 - 85/133: Installing method ClassDescription>>printOn:
01:38:01				057/519 - 86/133: Installing method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod:
01:38:01				057/519 - 87/133: Installing method ClassDescription>>protocolNameOfSelector:
01:38:01				057/519 - 88/133: Installing method ClassDescription>>protocolNamed:
01:38:01				057/519 - 89/133: Installing method ClassDescription>>protocolNamed:ifAbsent:
01:38:01				057/519 - 90/133: Installing method ClassDescription>>protocolNames
01:38:01				057/519 - 91/133: Installing method ClassDescription>>protocolOfSelector:
01:38:01				057/519 - 92/133: Installing method ClassDescription>>protocols
01:38:04				057/519 - 93/133: Installing method ClassDescription>>protocols:
01:38:04				057/519 - 94/133: Installing method ClassDescription>>reformatAll
01:38:04				057/519 - 95/133: Installing method ClassDescription>>removeEmptyProtocols
01:38:04				057/519 - 96/133: Installing method ClassDescription>>removeFromProtocols:
01:38:04				057/519 - 97/133: Installing method ClassDescription>>removeInstVarNamed:
01:38:04				057/519 - 98/133: Installing method ClassDescription>>removeNonexistentSelectorsFromProtocols
01:38:04				057/519 - 99/133: Installing method ClassDescription>>removePackageTag
01:38:04				057/519 - 100/133: Installing method ClassDescription>>removeProtocol:
01:38:04				057/519 - 101/133: Installing method ClassDescription>>removeProtocolIfEmpty:
01:38:04				057/519 - 102/133: Installing method ClassDescription>>removeSelector:
01:38:05				057/519 - 103/133: Installing method ClassDescription>>removeSlot:
01:38:05				057/519 - 104/133: Installing method ClassDescription>>renameProtocol:as:
01:38:05				057/519 - 105/133: Installing method ClassDescription>>reorganize
01:38:05				057/519 - 106/133: Installing method ClassDescription>>resetProtocols
01:38:05				057/519 - 107/133: Installing method ClassDescription>>selectorsInProtocol:
01:38:05				057/519 - 108/133: Installing method ClassDescription>>sharedPoolOfVarNamed:
01:38:05				057/519 - 109/133: Installing method ClassDescription>>sharedPoolString
01:38:05				057/519 - 110/133: Installing method ClassDescription>>sharedPoolStringOn:
01:38:05				057/519 - 111/133: Installing method ClassDescription>>sharedPools
01:38:05				057/519 - 112/133: Installing method ClassDescription>>sharedPoolsOn:
01:38:05				057/519 - 113/133: Installing method ClassDescription>>sharedPoolsString
01:38:05				057/519 - 114/133: Installing method ClassDescription>>slotNamed:
01:38:05				057/519 - 115/133: Installing method ClassDescription>>slotNamed:ifFound:
01:38:05				057/519 - 116/133: Installing method ClassDescription>>slotNamed:ifFound:ifNone:
01:38:05				057/519 - 117/133: Installing method ClassDescription>>slotNames
01:38:05				057/519 - 118/133: Installing method ClassDescription>>slots
01:38:05				057/519 - 119/133: Installing method ClassDescription>>slotsNeedFullDefinition
01:38:05				057/519 - 120/133: Installing method ClassDescription>>spaceUsed
01:38:05				057/519 - 121/133: Installing method ClassDescription>>storeOn:
01:38:05				057/519 - 122/133: Installing method ClassDescription>>superclass:layout:
01:38:05				057/519 - 123/133: Installing method ClassDescription>>superclass:methodDictionary:format:
01:38:05				057/519 - 124/133: Installing method ClassDescription>>superclass:withLayoutType:slots:
01:38:05				057/519 - 125/133: Installing method ClassDescription>>uncategorizedSelectors
01:38:05				057/519 - 126/133: Installing method ClassDescription>>usesLocalPoolVarNamed:
01:38:05				057/519 - 127/133: Installing method ClassDescription>>usesPoolVarNamed:
01:38:05				057/519 - 128/133: Installing method ClassDescription>>whichMethodsAccess:
01:38:05				057/519 - 129/133: Installing method ClassDescription>>whichMethodsRead:
01:38:05				057/519 - 130/133: Installing method ClassDescription>>whichMethodsWrite:
01:38:05				057/519 - 131/133: Installing method ClassDescription>>whichSelectorsAccess:
01:38:05				057/519 - 132/133: Installing method ClassDescription>>whichSelectorsRead:
01:38:05				057/519 - 133/133: Installing method ClassDescription>>whichSelectorsWrite:
01:38:05				057/519 - 1/1: Installing method ClassDescription class>>isAbstract
01:38:05				058/519 - 1/2: Installing method ClassModificationApplied>>classAffected
01:38:05				058/519 - 2/2: Installing method ClassModificationApplied>>modifiedClass:
01:38:05				058/519 - 1/1: Installing method ClassModificationApplied class>>toClass:
01:38:05				059/519 - 1/5: Installing method ClassModifiedClassDefinition>>classAffected
01:38:05				059/519 - 2/5: Installing method ClassModifiedClassDefinition>>newClassDefinition
01:38:05				059/519 - 3/5: Installing method ClassModifiedClassDefinition>>newClassDefinition:
01:38:05				059/519 - 4/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition
01:38:05				059/519 - 5/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition:
01:38:05				059/519 - 1/1: Installing method ClassModifiedClassDefinition class>>classDefinitionChangedFrom:to:
01:38:05				060/519 - 1/6: Installing method ClassParentRenamed>>classAffected
01:38:05				060/519 - 2/6: Installing method ClassParentRenamed>>classAffected:
01:38:05				060/519 - 3/6: Installing method ClassParentRenamed>>parentNewName
01:38:05				060/519 - 4/6: Installing method ClassParentRenamed>>parentNewName:
01:38:05				060/519 - 5/6: Installing method ClassParentRenamed>>parentOldName
01:38:05				060/519 - 6/6: Installing method ClassParentRenamed>>parentOldName:
01:38:06				060/519 - 1/1: Installing method ClassParentRenamed class>>classParentOf:renamedFrom:to:
01:38:06				061/519 - 1/4: Installing method ClassRemoved>>classAffected
01:38:06				061/519 - 2/4: Installing method ClassRemoved>>classRemoved
01:38:06				061/519 - 3/4: Installing method ClassRemoved>>classRemoved:
01:38:06				061/519 - 4/4: Installing method ClassRemoved>>packagesAffected
01:38:06				061/519 - 1/1: Installing method ClassRemoved class>>class:
01:38:06				062/519 - 1/8: Installing method ClassRenamed>>classAffected
01:38:06				062/519 - 2/8: Installing method ClassRenamed>>classRenamed
01:38:06				062/519 - 3/8: Installing method ClassRenamed>>classRenamed:
01:38:06				062/519 - 4/8: Installing method ClassRenamed>>newName
01:38:06				062/519 - 5/8: Installing method ClassRenamed>>newName:
01:38:06				062/519 - 6/8: Installing method ClassRenamed>>oldName
01:38:06				062/519 - 7/8: Installing method ClassRenamed>>oldName:
01:38:06				062/519 - 8/8: Installing method ClassRenamed>>packagesAffected
01:38:06				062/519 - 1/1: Installing method ClassRenamed class>>class:oldName:newName:
01:38:06				063/519 - 1/12: Installing method ClassRepackaged>>classAffected
01:38:06				063/519 - 2/12: Installing method ClassRepackaged>>classRepackaged
01:38:06				063/519 - 3/12: Installing method ClassRepackaged>>classRepackaged:
01:38:06				063/519 - 4/12: Installing method ClassRepackaged>>newPackage
01:38:06				063/519 - 5/12: Installing method ClassRepackaged>>newTag
01:38:06				063/519 - 6/12: Installing method ClassRepackaged>>newTag:
01:38:06				063/519 - 7/12: Installing method ClassRepackaged>>oldPackage
01:38:06				063/519 - 8/12: Installing method ClassRepackaged>>oldTag
01:38:06				063/519 - 9/12: Installing method ClassRepackaged>>oldTag:
01:38:06				063/519 - 10/12: Installing method ClassRepackaged>>packageTagsAffected
01:38:06				063/519 - 11/12: Installing method ClassRepackaged>>packagedChanged
01:38:06				063/519 - 12/12: Installing method ClassRepackaged>>packagesAffected
01:38:07				063/519 - 1/2: Installing method ClassRepackaged class>>classRepackaged:oldTag:newTag:
01:38:07				063/519 - 2/2: Installing method ClassRepackaged class>>initialize
01:38:07				064/519 - 1/2: Installing method ClassResolver>>resolve:
01:38:07				064/519 - 2/2: Installing method ClassResolver>>resolve:inEnv:
01:38:07				065/519 - 1/1: Installing method ClassResolverStrictResolve>>resolve:
01:38:07				066/519 - 1/5: Installing method ClassSessionHandler>>handledId
01:38:07				066/519 - 2/5: Installing method ClassSessionHandler>>registeredClass
01:38:07				066/519 - 3/5: Installing method ClassSessionHandler>>registeredClassName:
01:38:07				066/519 - 4/5: Installing method ClassSessionHandler>>shutdown:
01:38:07				066/519 - 5/5: Installing method ClassSessionHandler>>startup:
01:38:07				066/519 - 1/1: Installing method ClassSessionHandler class>>forClassNamed:
01:38:07				067/519 - 1/20: Installing method ClassVariable>>acceptVisitor:node:
01:38:07				067/519 - 2/20: Installing method ClassVariable>>definingClass
01:38:08				067/519 - 3/20: Installing method ClassVariable>>definingClass:
01:38:08				067/519 - 4/20: Installing method ClassVariable>>definitionOn:
01:38:08				067/519 - 5/20: Installing method ClassVariable>>definitionString
01:38:08				067/519 - 6/20: Installing method ClassVariable>>emitStore:
01:38:08				067/519 - 7/20: Installing method ClassVariable>>emitValue:
01:38:08				067/519 - 8/20: Installing method ClassVariable>>hasSameDefinitionAs:
01:38:08				067/519 - 9/20: Installing method ClassVariable>>isAccessedBy:
01:38:08				067/519 - 10/20: Installing method ClassVariable>>isClassVariable
01:38:08				067/519 - 11/20: Installing method ClassVariable>>isDefinedByOwningClass
01:38:08				067/519 - 12/20: Installing method ClassVariable>>isPoolVariable
01:38:08				067/519 - 13/20: Installing method ClassVariable>>isReferenced
01:38:08				067/519 - 14/20: Installing method ClassVariable>>needsFullDefinition
01:38:08				067/519 - 15/20: Installing method ClassVariable>>owningClass
01:38:08				067/519 - 16/20: Installing method ClassVariable>>owningClass:
01:38:08				067/519 - 17/20: Installing method ClassVariable>>possiblyUsingClasses
01:38:08				067/519 - 18/20: Installing method ClassVariable>>printOn:
01:38:08				067/519 - 19/20: Installing method ClassVariable>>usingClasses
01:38:08				067/519 - 20/20: Installing method ClassVariable>>usingMethods
01:38:08				068/519 - 1/22: Installing method CleanBlockClosure>>doPrintOn:
01:38:08				068/519 - 2/22: Installing method CleanBlockClosure>>hasLiteral:
01:38:08				068/519 - 3/22: Installing method CleanBlockClosure>>hasLiteralSuchThat:
01:38:08				068/519 - 4/22: Installing method CleanBlockClosure>>innerCompiledBlocksAnySatisfy:
01:38:08				068/519 - 5/22: Installing method CleanBlockClosure>>innerCompiledBlocksDo:
01:38:08				068/519 - 6/22: Installing method CleanBlockClosure>>isClean
01:38:08				068/519 - 7/22: Installing method CleanBlockClosure>>isEmbeddedBlock
01:38:08				068/519 - 8/22: Installing method CleanBlockClosure>>literal
01:38:08				068/519 - 9/22: Installing method CleanBlockClosure>>literalsEvenTheOnesInTheInnerBlocks
01:38:08				068/519 - 10/22: Installing method CleanBlockClosure>>messages
01:38:08				068/519 - 11/22: Installing method CleanBlockClosure>>outerCode
01:38:08				068/519 - 12/22: Installing method CleanBlockClosure>>outerCode:
01:38:08				068/519 - 13/22: Installing method CleanBlockClosure>>readsField:
01:38:08				068/519 - 14/22: Installing method CleanBlockClosure>>readsSelf
01:38:08				068/519 - 15/22: Installing method CleanBlockClosure>>readsThisContext
01:38:08				068/519 - 16/22: Installing method CleanBlockClosure>>receiver
01:38:08				068/519 - 17/22: Installing method CleanBlockClosure>>refersToLiteral:
01:38:08				068/519 - 18/22: Installing method CleanBlockClosure>>sender
01:38:08				068/519 - 19/22: Installing method CleanBlockClosure>>sendsAnySelectorOf:
01:38:08				068/519 - 20/22: Installing method CleanBlockClosure>>sendsToSuper
01:38:08				068/519 - 21/22: Installing method CleanBlockClosure>>writesField:
01:38:08				068/519 - 22/22: Installing method CleanBlockClosure>>writesRef:
01:38:08				068/519 - 1/1: Installing method CleanBlockClosure class>>compiledBlock:
01:38:10				069/519 - 1/130: Installing method Collection>>&
01:38:10				069/519 - 2/130: Installing method Collection>>,
01:38:10				069/519 - 3/130: Installing method Collection>>\
01:38:10				069/519 - 4/130: Installing method Collection>>adaptToCollection:andSend:
01:38:10				069/519 - 5/130: Installing method Collection>>adaptToNumber:andSend:
01:38:10				069/519 - 6/130: Installing method Collection>>adaptToPoint:andSend:
01:38:10				069/519 - 7/130: Installing method Collection>>add:
01:38:10				069/519 - 8/130: Installing method Collection>>add:withOccurrences:
01:38:10				069/519 - 9/130: Installing method Collection>>addAll:
01:38:10				069/519 - 10/130: Installing method Collection>>addAssignToFloatArray:
01:38:10				069/519 - 11/130: Installing method Collection>>addIfNotPresent:
01:38:10				069/519 - 12/130: Installing method Collection>>allSatisfy:
01:38:10				069/519 - 13/130: Installing method Collection>>anyOne
01:38:10				069/519 - 14/130: Installing method Collection>>anySatisfy:
01:38:10				069/519 - 15/130: Installing method Collection>>asArray
01:38:10				069/519 - 16/130: Installing method Collection>>asBag
01:38:10				069/519 - 17/130: Installing method Collection>>asByteArray
01:38:10				069/519 - 18/130: Installing method Collection>>asCharacterSet
01:38:10				069/519 - 19/130: Installing method Collection>>asCommaString
01:38:10				069/519 - 20/130: Installing method Collection>>asCommaStringAnd
01:38:10				069/519 - 21/130: Installing method Collection>>asDictionary
01:38:10				069/519 - 22/130: Installing method Collection>>asIdentitySet
01:38:11				069/519 - 23/130: Installing method Collection>>asMultilineString
01:38:11				069/519 - 24/130: Installing method Collection>>asNewArray
01:38:11				069/519 - 25/130: Installing method Collection>>asOrderedCollection
01:38:11				069/519 - 26/130: Installing method Collection>>asOrderedDictionary
01:38:11				069/519 - 27/130: Installing method Collection>>asSet
01:38:11				069/519 - 28/130: Installing method Collection>>asSortedCollection
01:38:11				069/519 - 29/130: Installing method Collection>>asSortedCollection:
01:38:11				069/519 - 30/130: Installing method Collection>>asStringOn:delimiter:
01:38:11				069/519 - 31/130: Installing method Collection>>asStringOn:delimiter:last:
01:38:11				069/519 - 32/130: Installing method Collection>>associationsDo:
01:38:11				069/519 - 33/130: Installing method Collection>>capacity
01:38:11				069/519 - 34/130: Installing method Collection>>collect:
01:38:11				069/519 - 35/130: Installing method Collection>>collect:as:
01:38:11				069/519 - 36/130: Installing method Collection>>collect:into:
01:38:11				069/519 - 37/130: Installing method Collection>>collect:thenDo:
01:38:11				069/519 - 38/130: Installing method Collection>>collect:thenReject:
01:38:11				069/519 - 39/130: Installing method Collection>>collect:thenSelect:
01:38:11				069/519 - 40/130: Installing method Collection>>collectionSizeThreshold
01:38:11				069/519 - 41/130: Installing method Collection>>contains:
01:38:11				069/519 - 42/130: Installing method Collection>>contents
01:38:11				069/519 - 43/130: Installing method Collection>>copyEmpty
01:38:11				069/519 - 44/130: Installing method Collection>>copyWith:
01:38:11				069/519 - 45/130: Installing method Collection>>copyWithAll:
01:38:11				069/519 - 46/130: Installing method Collection>>copyWithDependent:
01:38:11				069/519 - 47/130: Installing method Collection>>copyWithout:
01:38:11				069/519 - 48/130: Installing method Collection>>copyWithoutAll:
01:38:11				069/519 - 49/130: Installing method Collection>>copyWithoutDuplicates
01:38:11				069/519 - 50/130: Installing method Collection>>copyWithoutFirst:
01:38:11				069/519 - 51/130: Installing method Collection>>copyWithoutFirstOccurrenceOf:
01:38:11				069/519 - 52/130: Installing method Collection>>count:
01:38:11				069/519 - 53/130: Installing method Collection>>detect:
01:38:11				069/519 - 54/130: Installing method Collection>>detect:ifFound:
01:38:11				069/519 - 55/130: Installing method Collection>>detect:ifFound:ifNone:
01:38:11				069/519 - 56/130: Installing method Collection>>detect:ifNone:
01:38:11				069/519 - 57/130: Installing method Collection>>detectMax:
01:38:11				069/519 - 58/130: Installing method Collection>>detectMin:
01:38:11				069/519 - 59/130: Installing method Collection>>difference:
01:38:11				069/519 - 60/130: Installing method Collection>>displayStringOn:
01:38:11				069/519 - 61/130: Installing method Collection>>do:
01:38:11				069/519 - 62/130: Installing method Collection>>do:separatedBy:
01:38:11				069/519 - 63/130: Installing method Collection>>do:without:
01:38:11				069/519 - 64/130: Installing method Collection>>doWithIndex:
01:38:11				069/519 - 65/130: Installing method Collection>>emptyCheck
01:38:11				069/519 - 66/130: Installing method Collection>>errorEmptyCollection
01:38:11				069/519 - 67/130: Installing method Collection>>errorNotFound:
01:38:11				069/519 - 68/130: Installing method Collection>>errorSizeMismatch
01:38:11				069/519 - 69/130: Installing method Collection>>fillFrom:with:
01:38:11				069/519 - 70/130: Installing method Collection>>findFirstInByteString:startingAt:
01:38:11				069/519 - 71/130: Installing method Collection>>flatCollect:
01:38:11				069/519 - 72/130: Installing method Collection>>flatCollect:as:
01:38:11				069/519 - 73/130: Installing method Collection>>flatCollectAsSet:
01:38:11				069/519 - 74/130: Installing method Collection>>flattenOn:
01:38:11				069/519 - 75/130: Installing method Collection>>flattened
01:38:11				069/519 - 76/130: Installing method Collection>>fold:
01:38:11				069/519 - 77/130: Installing method Collection>>gather:
01:38:11				069/519 - 78/130: Installing method Collection>>groupedBy:
01:38:11				069/519 - 79/130: Installing method Collection>>groupedBy:having:
01:38:11				069/519 - 80/130: Installing method Collection>>hash
01:38:11				069/519 - 81/130: Installing method Collection>>identityIncludes:
01:38:11				069/519 - 82/130: Installing method Collection>>ifEmpty:
01:38:11				069/519 - 83/130: Installing method Collection>>ifEmpty:ifNotEmpty:
01:38:11				069/519 - 84/130: Installing method Collection>>ifNotEmpty:
01:38:11				069/519 - 85/130: Installing method Collection>>ifNotEmpty:ifEmpty:
01:38:11				069/519 - 86/130: Installing method Collection>>includes:
01:38:11				069/519 - 87/130: Installing method Collection>>includesAll:
01:38:11				069/519 - 88/130: Installing method Collection>>includesAny:
01:38:11				069/519 - 89/130: Installing method Collection>>includesAnyOf:
01:38:11				069/519 - 90/130: Installing method Collection>>includesSubstringAnywhere:
01:38:11				069/519 - 91/130: Installing method Collection>>inject:into:
01:38:11				069/519 - 92/130: Installing method Collection>>intersection:
01:38:11				069/519 - 93/130: Installing method Collection>>isCollection
01:38:11				069/519 - 94/130: Installing method Collection>>isEmpty
01:38:11				069/519 - 95/130: Installing method Collection>>isEmptyOrNil
01:38:11				069/519 - 96/130: Installing method Collection>>isNotEmpty
01:38:11				069/519 - 97/130: Installing method Collection>>isSequenceable
01:38:11				069/519 - 98/130: Installing method Collection>>median
01:38:11				069/519 - 99/130: Installing method Collection>>noneSatisfy:
01:38:11				069/519 - 100/130: Installing method Collection>>notEmpty
01:38:11				069/519 - 101/130: Installing method Collection>>occurrencesOf:
01:38:11				069/519 - 102/130: Installing method Collection>>printElementsOn:
01:38:11				069/519 - 103/130: Installing method Collection>>printNameOn:
01:38:11				069/519 - 104/130: Installing method Collection>>printOn:
01:38:11				069/519 - 105/130: Installing method Collection>>printOn:delimiter:
01:38:11				069/519 - 106/130: Installing method Collection>>printOn:delimiter:last:
01:38:11				069/519 - 107/130: Installing method Collection>>reduce:
01:38:11				069/519 - 108/130: Installing method Collection>>reject:
01:38:11				069/519 - 109/130: Installing method Collection>>reject:thenCollect:
01:38:12				069/519 - 110/130: Installing method Collection>>reject:thenDo:
01:38:12				069/519 - 111/130: Installing method Collection>>remove:
01:38:12				069/519 - 112/130: Installing method Collection>>remove:ifAbsent:
01:38:12				069/519 - 113/130: Installing method Collection>>removeAll
01:38:12				069/519 - 114/130: Installing method Collection>>removeAll:
01:38:12				069/519 - 115/130: Installing method Collection>>removeAllFoundIn:
01:38:12				069/519 - 116/130: Installing method Collection>>removeAllSuchThat:
01:38:12				069/519 - 117/130: Installing method Collection>>select:
01:38:12				069/519 - 118/130: Installing method Collection>>select:thenCollect:
01:38:12				069/519 - 119/130: Installing method Collection>>select:thenDo:
01:38:12				069/519 - 120/130: Installing method Collection>>size
01:38:12				069/519 - 121/130: Installing method Collection>>sorted
01:38:12				069/519 - 122/130: Installing method Collection>>sorted:
01:38:12				069/519 - 123/130: Installing method Collection>>storeOn:
01:38:12				069/519 - 124/130: Installing method Collection>>sum:
01:38:12				069/519 - 125/130: Installing method Collection>>sum:ifEmpty:
01:38:12				069/519 - 126/130: Installing method Collection>>sumNumbers
01:38:12				069/519 - 127/130: Installing method Collection>>sumNumbers:
01:38:12				069/519 - 128/130: Installing method Collection>>union:
01:38:12				069/519 - 129/130: Installing method Collection>>withIndexDo:
01:38:12				069/519 - 130/130: Installing method Collection>>|
01:38:12				069/519 - 1/11: Installing method Collection class>><-
01:38:12				069/519 - 2/11: Installing method Collection class>>empty
01:38:12				069/519 - 3/11: Installing method Collection class>>isAbstract
01:38:12				069/519 - 4/11: Installing method Collection class>>newFromArray:
01:38:12				069/519 - 5/11: Installing method Collection class>>with:
01:38:12				069/519 - 6/11: Installing method Collection class>>with:with:
01:38:12				069/519 - 7/11: Installing method Collection class>>with:with:with:
01:38:12				069/519 - 8/11: Installing method Collection class>>with:with:with:with:
01:38:12				069/519 - 9/11: Installing method Collection class>>with:with:with:with:with:
01:38:12				069/519 - 10/11: Installing method Collection class>>with:with:with:with:with:with:
01:38:12				069/519 - 11/11: Installing method Collection class>>withAll:
01:38:12				070/519 - 1/5: Installing method CollectionElement>>=
01:38:12				070/519 - 2/5: Installing method CollectionElement>>asCollectionElement
01:38:12				070/519 - 3/5: Installing method CollectionElement>>enclosedElement
01:38:12				070/519 - 4/5: Installing method CollectionElement>>enclosedElement:
01:38:12				070/519 - 5/5: Installing method CollectionElement>>hash
01:38:12				070/519 - 1/3: Installing method CollectionElement class>>initialize
01:38:12				070/519 - 2/3: Installing method CollectionElement class>>with:
01:38:12				070/519 - 3/3: Installing method CollectionElement class>>withNil
01:38:12				071/519 - 1/4: Installing method CollectionIsEmpty>>collection
01:38:12				071/519 - 2/4: Installing method CollectionIsEmpty>>collection:
01:38:12				071/519 - 3/4: Installing method CollectionIsEmpty>>messageText
01:38:12				071/519 - 4/4: Installing method CollectionIsEmpty>>standardMessageText
01:38:12				071/519 - 1/1: Installing method CollectionIsEmpty class>>signalWith:
01:38:13				072/519 - 1/21: Installing method CommandLineArguments>>allFilesWithExtension:
01:38:13				072/519 - 2/21: Installing method CommandLineArguments>>argumentAt:
01:38:13				072/519 - 3/21: Installing method CommandLineArguments>>arguments
01:38:13				072/519 - 4/21: Installing method CommandLineArguments>>commandLineArguments
01:38:13				072/519 - 5/21: Installing method CommandLineArguments>>copySubcommand
01:38:13				072/519 - 6/21: Installing method CommandLineArguments>>copyWithoutPassword
01:38:13				072/519 - 7/21: Installing method CommandLineArguments>>hasArguments
01:38:13				072/519 - 8/21: Installing method CommandLineArguments>>hasFileWithExtension:
01:38:13				072/519 - 9/21: Installing method CommandLineArguments>>hasOption:
01:38:13				072/519 - 10/21: Installing method CommandLineArguments>>includesSubCommand:
01:38:13				072/519 - 11/21: Installing method CommandLineArguments>>initialize
01:38:13				072/519 - 12/21: Installing method CommandLineArguments>>initializeWithArguments:
01:38:13				072/519 - 13/21: Installing method CommandLineArguments>>longOptionAt:
01:38:13				072/519 - 14/21: Installing method CommandLineArguments>>longOptionAt:ifAbsent:
01:38:13				072/519 - 15/21: Installing method CommandLineArguments>>optionAt:
01:38:13				072/519 - 16/21: Installing method CommandLineArguments>>optionAt:ifAbsent:
01:38:13				072/519 - 17/21: Installing method CommandLineArguments>>optionAt:ifPresent:
01:38:13				072/519 - 18/21: Installing method CommandLineArguments>>optionAt:ifPresent:ifAbsent:
01:38:13				072/519 - 19/21: Installing method CommandLineArguments>>shortOptionAt:
01:38:13				072/519 - 20/21: Installing method CommandLineArguments>>shortOptionAt:ifAbsent:
01:38:13				072/519 - 21/21: Installing method CommandLineArguments>>withFirstArgument:
01:38:13				072/519 - 1/1: Installing method CommandLineArguments class>>withArguments:
01:38:14				073/519 - 1/30: Installing method CommandLineHandler>><<
01:38:14				073/519 - 2/30: Installing method CommandLineHandler>>activate
01:38:14				073/519 - 3/30: Installing method CommandLineHandler>>activateHelp
01:38:14				073/519 - 4/30: Installing method CommandLineHandler>>activateHelpWithoutArguments
01:38:14				073/519 - 5/30: Installing method CommandLineHandler>>allHandlers
01:38:14				073/519 - 6/30: Installing method CommandLineHandler>>argumentAt:
01:38:14				073/519 - 7/30: Installing method CommandLineHandler>>arguments
01:38:14				073/519 - 8/30: Installing method CommandLineHandler>>commandLine
01:38:14				073/519 - 9/30: Installing method CommandLineHandler>>commandLine:
01:38:14				073/519 - 10/30: Installing method CommandLineHandler>>commandName
01:38:14				073/519 - 11/30: Installing method CommandLineHandler>>description
01:38:14				073/519 - 12/30: Installing method CommandLineHandler>>exitFailure
01:38:14				073/519 - 13/30: Installing method CommandLineHandler>>exitFailure:
01:38:14				073/519 - 14/30: Installing method CommandLineHandler>>exitSuccess
01:38:14				073/519 - 15/30: Installing method CommandLineHandler>>hasArguments
01:38:14				073/519 - 16/30: Installing method CommandLineHandler>>hasOption:
01:38:14				073/519 - 17/30: Installing method CommandLineHandler>>hasSessionChanged
01:38:14				073/519 - 18/30: Installing method CommandLineHandler>>help
01:38:14				073/519 - 19/30: Installing method CommandLineHandler>>initialize
01:38:14				073/519 - 20/30: Installing method CommandLineHandler>>initializeStderr
01:38:14				073/519 - 21/30: Installing method CommandLineHandler>>initializeStdout
01:38:14				073/519 - 22/30: Installing method CommandLineHandler>>name
01:38:14				073/519 - 23/30: Installing method CommandLineHandler>>optionAt:
01:38:14				073/519 - 24/30: Installing method CommandLineHandler>>optionAt:ifAbsent:
01:38:14				073/519 - 25/30: Installing method CommandLineHandler>>optionAt:ifPresent:
01:38:14				073/519 - 26/30: Installing method CommandLineHandler>>optionAt:ifPresent:ifAbsent:
01:38:14				073/519 - 27/30: Installing method CommandLineHandler>>printHelp
01:38:14				073/519 - 28/30: Installing method CommandLineHandler>>quit
01:38:14				073/519 - 29/30: Installing method CommandLineHandler>>stderr
01:38:14				073/519 - 30/30: Installing method CommandLineHandler>>stdout
01:38:14				073/519 - 1/11: Installing method CommandLineHandler class>>activateWith:
01:38:14				073/519 - 2/11: Installing method CommandLineHandler class>>allHandlers
01:38:14				073/519 - 3/11: Installing method CommandLineHandler class>>commandLine:
01:38:14				073/519 - 4/11: Installing method CommandLineHandler class>>commandName
01:38:14				073/519 - 5/11: Installing method CommandLineHandler class>>description
01:38:14				073/519 - 6/11: Installing method CommandLineHandler class>>isAbstract
01:38:14				073/519 - 7/11: Installing method CommandLineHandler class>>isResponsibleFor:
01:38:14				073/519 - 8/11: Installing method CommandLineHandler class>>prepareSubcommand:
01:38:15				073/519 - 9/11: Installing method CommandLineHandler class>>priority
01:38:15				073/519 - 10/11: Installing method CommandLineHandler class>>requireDeploymentPassword
01:38:15				073/519 - 11/11: Installing method CommandLineHandler class>>selectHandlersFor:
01:38:15				074/519 - 1/12: Installing method CommandLinePasswordManager>>hasPasswordSet
01:38:15				074/519 - 2/12: Installing method CommandLinePasswordManager>>hashString:
01:38:15				074/519 - 3/12: Installing method CommandLinePasswordManager>>hashingPepper
01:38:15				074/519 - 4/12: Installing method CommandLinePasswordManager>>hashingPepper:
01:38:15				074/519 - 5/12: Installing method CommandLinePasswordManager>>isMatchingPassword:
01:38:15				074/519 - 6/12: Installing method CommandLinePasswordManager>>numberOfHashIterations
01:38:15				074/519 - 7/12: Installing method CommandLinePasswordManager>>numberOfHashIterations:
01:38:15				074/519 - 8/12: Installing method CommandLinePasswordManager>>password:
01:38:15				074/519 - 9/12: Installing method CommandLinePasswordManager>>passwordHash
01:38:15				074/519 - 10/12: Installing method CommandLinePasswordManager>>passwordHash:
01:38:15				074/519 - 11/12: Installing method CommandLinePasswordManager>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations:
01:38:15				074/519 - 12/12: Installing method CommandLinePasswordManager>>removePasswordProtection
01:38:15				074/519 - 1/10: Installing method CommandLinePasswordManager class>>current
01:38:15				074/519 - 2/10: Installing method CommandLinePasswordManager class>>defaultHashingPepper
01:38:15				074/519 - 3/10: Installing method CommandLinePasswordManager class>>defaultNumberOfHashIterations
01:38:15				074/519 - 4/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtection
01:38:15				074/519 - 5/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtectionCustomized
01:38:15				074/519 - 6/10: Installing method CommandLinePasswordManager class>>exampleRemovePasswordProtection
01:38:15				074/519 - 7/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:
01:38:15				074/519 - 8/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:
01:38:15				074/519 - 9/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations:
01:38:15				074/519 - 10/10: Installing method CommandLinePasswordManager class>>removePasswordProtection
01:38:16				075/519 - 1/46: Installing method CommandLineUIManager>>abort:
01:38:16				075/519 - 2/46: Installing method CommandLineUIManager>>abort:title:
01:38:16				075/519 - 3/46: Installing method CommandLineUIManager>>activate
01:38:16				075/519 - 4/46: Installing method CommandLineUIManager>>alert:
01:38:16				075/519 - 5/46: Installing method CommandLineUIManager>>alert:title:
01:38:16				075/519 - 6/46: Installing method CommandLineUIManager>>alert:title:configure:
01:38:16				075/519 - 7/46: Installing method CommandLineUIManager>>choose:title:
01:38:16				075/519 - 8/46: Installing method CommandLineUIManager>>chooseFrom:lines:title:
01:38:16				075/519 - 9/46: Installing method CommandLineUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
01:38:16				075/519 - 10/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:
01:38:16				075/519 - 11/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
01:38:16				075/519 - 12/46: Installing method CommandLineUIManager>>debugProcess:context:label:fullView:notification:
01:38:16				075/519 - 13/46: Installing method CommandLineUIManager>>deny:
01:38:16				075/519 - 14/46: Installing method CommandLineUIManager>>deny:title:
01:38:16				075/519 - 15/46: Installing method CommandLineUIManager>>exitFailure
01:38:16				075/519 - 16/46: Installing method CommandLineUIManager>>handleDebugRequest:fromDebuggerSystem:
01:38:16				075/519 - 17/46: Installing method CommandLineUIManager>>handleError:log:
01:38:16				075/519 - 18/46: Installing method CommandLineUIManager>>handleNotification:
01:38:16				075/519 - 19/46: Installing method CommandLineUIManager>>handleWarning:
01:38:16				075/519 - 20/46: Installing method CommandLineUIManager>>handleWarningDebugRequest:fromDebuggerSystem:
01:38:16				075/519 - 21/46: Installing method CommandLineUIManager>>headlessManager
01:38:16				075/519 - 22/46: Installing method CommandLineUIManager>>inform:
01:38:16				075/519 - 23/46: Installing method CommandLineUIManager>>initialize
01:38:16				075/519 - 24/46: Installing method CommandLineUIManager>>logColored:during:
01:38:16				075/519 - 25/46: Installing method CommandLineUIManager>>logDuring:
01:38:17				075/519 - 26/46: Installing method CommandLineUIManager>>logGreenDuring:
01:38:17				075/519 - 27/46: Installing method CommandLineUIManager>>logRedDuring:
01:38:17				075/519 - 28/46: Installing method CommandLineUIManager>>logTitle:andDescription:to:
01:38:17				075/519 - 29/46: Installing method CommandLineUIManager>>logYellowDuring:
01:38:17				075/519 - 30/46: Installing method CommandLineUIManager>>nonInteractiveManager
01:38:17				075/519 - 31/46: Installing method CommandLineUIManager>>onPrimitiveError:
01:38:17				075/519 - 32/46: Installing method CommandLineUIManager>>proceed:
01:38:17				075/519 - 33/46: Installing method CommandLineUIManager>>proceed:title:
01:38:17				075/519 - 34/46: Installing method CommandLineUIManager>>question:
01:38:17				075/519 - 35/46: Installing method CommandLineUIManager>>question:title:
01:38:17				075/519 - 36/46: Installing method CommandLineUIManager>>questionWithoutCancel:
01:38:17				075/519 - 37/46: Installing method CommandLineUIManager>>questionWithoutCancel:title:
01:38:17				075/519 - 38/46: Installing method CommandLineUIManager>>quitFrom:withMessage:
01:38:17				075/519 - 39/46: Installing method CommandLineUIManager>>replacing:
01:38:17				075/519 - 40/46: Installing method CommandLineUIManager>>stderr
01:38:17				075/519 - 41/46: Installing method CommandLineUIManager>>stdin
01:38:17				075/519 - 42/46: Installing method CommandLineUIManager>>stdout
01:38:17				075/519 - 43/46: Installing method CommandLineUIManager>>textEntry:
01:38:17				075/519 - 44/46: Installing method CommandLineUIManager>>textEntry:title:
01:38:17				075/519 - 45/46: Installing method CommandLineUIManager>>textEntry:title:entryText:
01:38:17				075/519 - 46/46: Installing method CommandLineUIManager>>unhandledErrorDefaultAction:
01:38:17				075/519 - 1/5: Installing method CommandLineUIManager class>>isValidForCurrentSystemConfiguration
01:38:17				075/519 - 2/5: Installing method CommandLineUIManager class>>replacing:
01:38:17				075/519 - 3/5: Installing method CommandLineUIManager class>>snapshotErrorImage
01:38:17				075/519 - 4/5: Installing method CommandLineUIManager class>>snapshotErrorImage:
01:38:17				075/519 - 5/5: Installing method CommandLineUIManager class>>uiSettingsOn:
01:38:18				076/519 - 1/32: Installing method CompiledBlock>>displayStringOn:
01:38:18				076/519 - 2/32: Installing method CompiledBlock>>endPC
01:38:18				076/519 - 3/32: Installing method CompiledBlock>>hasMethodReturn
01:38:18				076/519 - 4/32: Installing method CompiledBlock>>hasPragmaNamed:
01:38:18				076/519 - 5/32: Installing method CompiledBlock>>hasProperties
01:38:18				076/519 - 6/32: Installing method CompiledBlock>>hasProperty:
01:38:18				076/519 - 7/32: Installing method CompiledBlock>>hasSourceCode
01:38:18				076/519 - 8/32: Installing method CompiledBlock>>hash
01:38:18				076/519 - 9/32: Installing method CompiledBlock>>isCompiledBlock
01:38:18				076/519 - 10/32: Installing method CompiledBlock>>isEmbeddedBlock
01:38:18				076/519 - 11/32: Installing method CompiledBlock>>isInstalled
01:38:18				076/519 - 12/32: Installing method CompiledBlock>>isTestMethod
01:38:18				076/519 - 13/32: Installing method CompiledBlock>>literalEqual:
01:38:18				076/519 - 14/32: Installing method CompiledBlock>>literalsToSkip
01:38:18				076/519 - 15/32: Installing method CompiledBlock>>method
01:38:18				076/519 - 16/32: Installing method CompiledBlock>>methodClass
01:38:18				076/519 - 17/32: Installing method CompiledBlock>>methodNode
01:38:18				076/519 - 18/32: Installing method CompiledBlock>>outerCode
01:38:18				076/519 - 19/32: Installing method CompiledBlock>>outerCode:
01:38:18				076/519 - 20/32: Installing method CompiledBlock>>pcInOuter
01:38:18				076/519 - 21/32: Installing method CompiledBlock>>pragmas
01:38:18				076/519 - 22/32: Installing method CompiledBlock>>primitive
01:38:18				076/519 - 23/32: Installing method CompiledBlock>>printOn:
01:38:18				076/519 - 24/32: Installing method CompiledBlock>>properties
01:38:18				076/519 - 25/32: Installing method CompiledBlock>>propertyAt:
01:38:18				076/519 - 26/32: Installing method CompiledBlock>>sameLiteralsAs:
01:38:18				076/519 - 27/32: Installing method CompiledBlock>>selector
01:38:18				076/519 - 28/32: Installing method CompiledBlock>>sourceCode
01:38:18				076/519 - 29/32: Installing method CompiledBlock>>sourcePointer
01:38:18				076/519 - 30/32: Installing method CompiledBlock>>stepIntoQuickMethods
01:38:18				076/519 - 31/32: Installing method CompiledBlock>>stepIntoQuickMethods:
01:38:18				076/519 - 32/32: Installing method CompiledBlock>>trailerSize
01:38:20				077/519 - 1/114: Installing method CompiledCode>>=
01:38:20				077/519 - 2/114: Installing method CompiledCode>>accessesField:
01:38:20				077/519 - 3/114: Installing method CompiledCode>>accessesRef:
01:38:20				077/519 - 4/114: Installing method CompiledCode>>accessesSlot:
01:38:20				077/519 - 5/114: Installing method CompiledCode>>allBlocks
01:38:20				077/519 - 6/114: Installing method CompiledCode>>allBlocksDo:
01:38:20				077/519 - 7/114: Installing method CompiledCode>>allLiterals
01:38:20				077/519 - 8/114: Installing method CompiledCode>>argumentNames
01:38:20				077/519 - 9/114: Installing method CompiledCode>>asOrderedCollection
01:38:20				077/519 - 10/114: Installing method CompiledCode>>asString
01:38:20				077/519 - 11/114: Installing method CompiledCode>>author
01:38:20				077/519 - 12/114: Installing method CompiledCode>>bytecodes
01:38:20				077/519 - 13/114: Installing method CompiledCode>>clearFlag
01:38:20				077/519 - 14/114: Installing method CompiledCode>>clearSignFlag
01:38:21				077/519 - 15/114: Installing method CompiledCode>>clone
01:38:21				077/519 - 16/114: Installing method CompiledCode>>comment
01:38:21				077/519 - 17/114: Installing method CompiledCode>>definitionString
01:38:21				077/519 - 18/114: Installing method CompiledCode>>encoderClass
01:38:21				077/519 - 19/114: Installing method CompiledCode>>endPC
01:38:21				077/519 - 20/114: Installing method CompiledCode>>equivalentTo:
01:38:21				077/519 - 21/114: Installing method CompiledCode>>extensionPackage
01:38:21				077/519 - 22/114: Installing method CompiledCode>>flag
01:38:21				077/519 - 23/114: Installing method CompiledCode>>flattenOn:
01:38:21				077/519 - 24/114: Installing method CompiledCode>>frameSize
01:38:21				077/519 - 25/114: Installing method CompiledCode>>hasLiteral:
01:38:21				077/519 - 26/114: Installing method CompiledCode>>hasLiteralSuchThat:
01:38:21				077/519 - 27/114: Installing method CompiledCode>>hasPragmaNamed:
01:38:21				077/519 - 28/114: Installing method CompiledCode>>hasSelector:
01:38:21				077/519 - 29/114: Installing method CompiledCode>>hasSelector:specialSelectorIndex:
01:38:21				077/519 - 30/114: Installing method CompiledCode>>hasSourceCode
01:38:21				077/519 - 31/114: Installing method CompiledCode>>hasTemporaries
01:38:21				077/519 - 32/114: Installing method CompiledCode>>hash
01:38:21				077/519 - 33/114: Installing method CompiledCode>>header
01:38:21				077/519 - 34/114: Installing method CompiledCode>>headerDescription
01:38:21				077/519 - 35/114: Installing method CompiledCode>>indexOfLiteral:
01:38:21				077/519 - 36/114: Installing method CompiledCode>>initialPC
01:38:21				077/519 - 37/114: Installing method CompiledCode>>innerCompiledBlocksAnySatisfy:
01:38:21				077/519 - 38/114: Installing method CompiledCode>>innerCompiledBlocksDo:
01:38:21				077/519 - 39/114: Installing method CompiledCode>>isCollection
01:38:21				077/519 - 40/114: Installing method CompiledCode>>isDoIt
01:38:21				077/519 - 41/114: Installing method CompiledCode>>isExternalCallPrimitive
01:38:21				077/519 - 42/114: Installing method CompiledCode>>isInstalled
01:38:21				077/519 - 43/114: Installing method CompiledCode>>isNamedPrimitive
01:38:21				077/519 - 44/114: Installing method CompiledCode>>isPrimitive
01:38:21				077/519 - 45/114: Installing method CompiledCode>>isQuick
01:38:21				077/519 - 46/114: Installing method CompiledCode>>isRealPrimitive
01:38:21				077/519 - 47/114: Installing method CompiledCode>>isReturnSelf
01:38:21				077/519 - 48/114: Installing method CompiledCode>>isReturnSpecial
01:38:21				077/519 - 49/114: Installing method CompiledCode>>isTestMethod
01:38:21				077/519 - 50/114: Installing method CompiledCode>>literalAt:
01:38:21				077/519 - 51/114: Installing method CompiledCode>>literalAt:put:
01:38:21				077/519 - 52/114: Installing method CompiledCode>>literals
01:38:21				077/519 - 53/114: Installing method CompiledCode>>literalsAt:
01:38:21				077/519 - 54/114: Installing method CompiledCode>>literalsDo:
01:38:21				077/519 - 55/114: Installing method CompiledCode>>literalsEvenTheOnesInTheInnerBlocks
01:38:21				077/519 - 56/114: Installing method CompiledCode>>literalsToSkip
01:38:21				077/519 - 57/114: Installing method CompiledCode>>localMessages
01:38:21				077/519 - 58/114: Installing method CompiledCode>>localReadsRef:
01:38:21				077/519 - 59/114: Installing method CompiledCode>>localReadsSelf
01:38:21				077/519 - 60/114: Installing method CompiledCode>>localReadsThisContext
01:38:21				077/519 - 61/114: Installing method CompiledCode>>localSendsAnySelectorOf:
01:38:21				077/519 - 62/114: Installing method CompiledCode>>localSendsToSuper
01:38:21				077/519 - 63/114: Installing method CompiledCode>>localWritesRef:
01:38:21				077/519 - 64/114: Installing method CompiledCode>>messages
01:38:21				077/519 - 65/114: Installing method CompiledCode>>method
01:38:21				077/519 - 66/114: Installing method CompiledCode>>methodClass
01:38:21				077/519 - 67/114: Installing method CompiledCode>>methodNode
01:38:21				077/519 - 68/114: Installing method CompiledCode>>needsFrameSize:
01:38:21				077/519 - 69/114: Installing method CompiledCode>>numArgs
01:38:21				077/519 - 70/114: Installing method CompiledCode>>numLiterals
01:38:21				077/519 - 71/114: Installing method CompiledCode>>numTemps
01:38:21				077/519 - 72/114: Installing method CompiledCode>>objectAt:
01:38:21				077/519 - 73/114: Installing method CompiledCode>>objectAt:put:
01:38:21				077/519 - 74/114: Installing method CompiledCode>>origin
01:38:21				077/519 - 75/114: Installing method CompiledCode>>originMethod
01:38:21				077/519 - 76/114: Installing method CompiledCode>>package
01:38:21				077/519 - 77/114: Installing method CompiledCode>>pragmas
01:38:21				077/519 - 78/114: Installing method CompiledCode>>primitive
01:38:21				077/519 - 79/114: Installing method CompiledCode>>primitiveErrorVariableName
01:38:21				077/519 - 80/114: Installing method CompiledCode>>properties
01:38:21				077/519 - 81/114: Installing method CompiledCode>>propertyAt:ifAbsent:
01:38:21				077/519 - 82/114: Installing method CompiledCode>>readsField:
01:38:21				077/519 - 83/114: Installing method CompiledCode>>readsRef:
01:38:21				077/519 - 84/114: Installing method CompiledCode>>readsSelf
01:38:21				077/519 - 85/114: Installing method CompiledCode>>readsSlot:
01:38:21				077/519 - 86/114: Installing method CompiledCode>>readsThisContext
01:38:21				077/519 - 87/114: Installing method CompiledCode>>refersToLiteral:
01:38:21				077/519 - 88/114: Installing method CompiledCode>>sameLiteralsAs:
01:38:21				077/519 - 89/114: Installing method CompiledCode>>scanFor:
01:38:21				077/519 - 90/114: Installing method CompiledCode>>scanner
01:38:21				077/519 - 91/114: Installing method CompiledCode>>selector
01:38:21				077/519 - 92/114: Installing method CompiledCode>>sendsAnySelectorOf:
01:38:21				077/519 - 93/114: Installing method CompiledCode>>sendsSelector:
01:38:21				077/519 - 94/114: Installing method CompiledCode>>sendsToSuper
01:38:21				077/519 - 95/114: Installing method CompiledCode>>setFlag
01:38:21				077/519 - 96/114: Installing method CompiledCode>>setFrameBit:
01:38:21				077/519 - 97/114: Installing method CompiledCode>>setSignFlag
01:38:21				077/519 - 98/114: Installing method CompiledCode>>signFlag
01:38:22				077/519 - 99/114: Installing method CompiledCode>>sourceCode
01:38:22				077/519 - 100/114: Installing method CompiledCode>>sourceNode
01:38:22				077/519 - 101/114: Installing method CompiledCode>>sourceNodeForPC:
01:38:22				077/519 - 102/114: Installing method CompiledCode>>sourcePointer
01:38:22				077/519 - 103/114: Installing method CompiledCode>>stamp
01:38:22				077/519 - 104/114: Installing method CompiledCode>>stepIntoQuickMethods
01:38:22				077/519 - 105/114: Installing method CompiledCode>>timeStamp
01:38:22				077/519 - 106/114: Installing method CompiledCode>>usesPrimaryBytecodeSet
01:38:22				077/519 - 107/114: Installing method CompiledCode>>usesSecondaryBytecodeSet
01:38:22				077/519 - 108/114: Installing method CompiledCode>>voidCogVMState
01:38:22				077/519 - 109/114: Installing method CompiledCode>>withAllBlocks
01:38:22				077/519 - 110/114: Installing method CompiledCode>>withAllBlocksDo:
01:38:22				077/519 - 111/114: Installing method CompiledCode>>withAllNestedLiteralsDo:
01:38:22				077/519 - 112/114: Installing method CompiledCode>>writesField:
01:38:22				077/519 - 113/114: Installing method CompiledCode>>writesRef:
01:38:22				077/519 - 114/114: Installing method CompiledCode>>writesSlot:
01:38:22				077/519 - 1/7: Installing method CompiledCode class>>basicNew
01:38:22				077/519 - 2/7: Installing method CompiledCode class>>basicNew:
01:38:22				077/519 - 3/7: Installing method CompiledCode class>>basicNew:header:
01:38:22				077/519 - 4/7: Installing method CompiledCode class>>handleFailingFailingNew:header:
01:38:22				077/519 - 5/7: Installing method CompiledCode class>>handleFailingNew:header:
01:38:22				077/519 - 6/7: Installing method CompiledCode class>>newFrom:
01:38:22				077/519 - 7/7: Installing method CompiledCode class>>newMethod:header:
01:38:24				078/519 - 1/106: Installing method CompiledMethod>>allIgnoredNotImplementedSelectors
01:38:24				078/519 - 2/106: Installing method CompiledMethod>>argumentNames
01:38:24				078/519 - 3/106: Installing method CompiledMethod>>cachePragmas
01:38:24				078/519 - 4/106: Installing method CompiledMethod>>classBinding
01:38:24				078/519 - 5/106: Installing method CompiledMethod>>classBinding:
01:38:24				078/519 - 6/106: Installing method CompiledMethod>>clearSourcePointer
01:38:24				078/519 - 7/106: Installing method CompiledMethod>>codeForNoSource
01:38:24				078/519 - 8/106: Installing method CompiledMethod>>containsHalt
01:38:24				078/519 - 9/106: Installing method CompiledMethod>>defaultSelector
01:38:24				078/519 - 10/106: Installing method CompiledMethod>>displayStringOn:
01:38:24				078/519 - 11/106: Installing method CompiledMethod>>endPC
01:38:24				078/519 - 12/106: Installing method CompiledMethod>>flushCache
01:38:24				078/519 - 13/106: Installing method CompiledMethod>>getPreambleFrom:at:
01:38:24				078/519 - 14/106: Installing method CompiledMethod>>getSourceFromFile
01:38:24				078/519 - 15/106: Installing method CompiledMethod>>getSourceReplacingSelectorWith:
01:38:24				078/519 - 16/106: Installing method CompiledMethod>>hasComment
01:38:24				078/519 - 17/106: Installing method CompiledMethod>>hasNonLocalReturn
01:38:24				078/519 - 18/106: Installing method CompiledMethod>>hasPragma
01:38:24				078/519 - 19/106: Installing method CompiledMethod>>hasPragmaNamed:
01:38:24				078/519 - 20/106: Installing method CompiledMethod>>hasProperties
01:38:24				078/519 - 21/106: Installing method CompiledMethod>>hasProperty:
01:38:24				078/519 - 22/106: Installing method CompiledMethod>>hasSourceCode
01:38:24				078/519 - 23/106: Installing method CompiledMethod>>hasSourcePointer
01:38:24				078/519 - 24/106: Installing method CompiledMethod>>implementors
01:38:24				078/519 - 25/106: Installing method CompiledMethod>>isAbstract
01:38:24				078/519 - 26/106: Installing method CompiledMethod>>isBinarySelector
01:38:24				078/519 - 27/106: Installing method CompiledMethod>>isClassSide
01:38:24				078/519 - 28/106: Installing method CompiledMethod>>isClassified
01:38:24				078/519 - 29/106: Installing method CompiledMethod>>isCompiledMethod
01:38:24				078/519 - 30/106: Installing method CompiledMethod>>isConflict
01:38:24				078/519 - 31/106: Installing method CompiledMethod>>isDeprecated
01:38:24				078/519 - 32/106: Installing method CompiledMethod>>isDisabled
01:38:24				078/519 - 33/106: Installing method CompiledMethod>>isDisabled:
01:38:24				078/519 - 34/106: Installing method CompiledMethod>>isDoIt
01:38:24				078/519 - 35/106: Installing method CompiledMethod>>isExplicitlyRequired
01:38:24				078/519 - 36/106: Installing method CompiledMethod>>isExplicitlyRequired:
01:38:24				078/519 - 37/106: Installing method CompiledMethod>>isExtension
01:38:24				078/519 - 38/106: Installing method CompiledMethod>>isFaulty
01:38:24				078/519 - 39/106: Installing method CompiledMethod>>isFromTrait
01:38:24				078/519 - 40/106: Installing method CompiledMethod>>isInstalled
01:38:24				078/519 - 41/106: Installing method CompiledMethod>>isOverridden
01:38:24				078/519 - 42/106: Installing method CompiledMethod>>isProvided
01:38:24				078/519 - 43/106: Installing method CompiledMethod>>isProvided:
01:38:24				078/519 - 44/106: Installing method CompiledMethod>>isRequired
01:38:24				078/519 - 45/106: Installing method CompiledMethod>>isRequired:
01:38:24				078/519 - 46/106: Installing method CompiledMethod>>isReturnField
01:38:24				078/519 - 47/106: Installing method CompiledMethod>>isSelfEvaluating
01:38:24				078/519 - 48/106: Installing method CompiledMethod>>isSubclassResponsibility
01:38:24				078/519 - 49/106: Installing method CompiledMethod>>isSubclassResponsibility:
01:38:24				078/519 - 50/106: Installing method CompiledMethod>>linesOfCode
01:38:24				078/519 - 51/106: Installing method CompiledMethod>>literalsToSkip
01:38:24				078/519 - 52/106: Installing method CompiledMethod>>markerOrNil
01:38:25				078/519 - 53/106: Installing method CompiledMethod>>method
01:38:25				078/519 - 54/106: Installing method CompiledMethod>>methodClass
01:38:25				078/519 - 55/106: Installing method CompiledMethod>>methodClass:
01:38:25				078/519 - 56/106: Installing method CompiledMethod>>migratePersistingPropertiesIn:
01:38:25				078/519 - 57/106: Installing method CompiledMethod>>name
01:38:25				078/519 - 58/106: Installing method CompiledMethod>>overriddenMethod
01:38:25				078/519 - 59/106: Installing method CompiledMethod>>penultimateLiteral
01:38:25				078/519 - 60/106: Installing method CompiledMethod>>penultimateLiteral:
01:38:25				078/519 - 61/106: Installing method CompiledMethod>>postCopy
01:38:25				078/519 - 62/106: Installing method CompiledMethod>>pragmaAt:
01:38:25				078/519 - 63/106: Installing method CompiledMethod>>pragmaRefersToLiteral:
01:38:25				078/519 - 64/106: Installing method CompiledMethod>>pragmas
01:38:25				078/519 - 65/106: Installing method CompiledMethod>>pragmasDo:
01:38:25				078/519 - 66/106: Installing method CompiledMethod>>prepareForSimulationWith:
01:38:25				078/519 - 67/106: Installing method CompiledMethod>>printOn:
01:38:25				078/519 - 68/106: Installing method CompiledMethod>>printPrimitiveOn:
01:38:25				078/519 - 69/106: Installing method CompiledMethod>>properties
01:38:25				078/519 - 70/106: Installing method CompiledMethod>>properties:
01:38:25				078/519 - 71/106: Installing method CompiledMethod>>propertyAt:
01:38:25				078/519 - 72/106: Installing method CompiledMethod>>propertyAt:ifAbsent:
01:38:25				078/519 - 73/106: Installing method CompiledMethod>>propertyAt:ifAbsentPut:
01:38:25				078/519 - 74/106: Installing method CompiledMethod>>propertyAt:ifPresent:
01:38:25				078/519 - 75/106: Installing method CompiledMethod>>propertyAt:put:
01:38:25				078/519 - 76/106: Installing method CompiledMethod>>propertyKeysAndValuesDo:
01:38:25				078/519 - 77/106: Installing method CompiledMethod>>protocol
01:38:25				078/519 - 78/106: Installing method CompiledMethod>>protocol:
01:38:25				078/519 - 79/106: Installing method CompiledMethod>>protocolName
01:38:25				078/519 - 80/106: Installing method CompiledMethod>>putSource:withPreamble:
01:38:25				078/519 - 81/106: Installing method CompiledMethod>>readsField:
01:38:25				078/519 - 82/106: Installing method CompiledMethod>>receiver:withArguments:executeMethod:
01:38:25				078/519 - 83/106: Installing method CompiledMethod>>referencedClasses
01:38:25				078/519 - 84/106: Installing method CompiledMethod>>refersToLiteral:
01:38:25				078/519 - 85/106: Installing method CompiledMethod>>removeFromPackage
01:38:25				078/519 - 86/106: Installing method CompiledMethod>>removeFromSystem
01:38:25				078/519 - 87/106: Installing method CompiledMethod>>removeProperty:
01:38:25				078/519 - 88/106: Installing method CompiledMethod>>removeProperty:ifAbsent:
01:38:25				078/519 - 89/106: Installing method CompiledMethod>>returnField
01:38:25				078/519 - 90/106: Installing method CompiledMethod>>selector
01:38:25				078/519 - 91/106: Installing method CompiledMethod>>selector:
01:38:25				078/519 - 92/106: Installing method CompiledMethod>>senders
01:38:25				078/519 - 93/106: Installing method CompiledMethod>>setSourcePointer:
01:38:25				078/519 - 94/106: Installing method CompiledMethod>>sourceCode
01:38:25				078/519 - 95/106: Installing method CompiledMethod>>sourceCodeOrNil
01:38:25				078/519 - 96/106: Installing method CompiledMethod>>sourcePointer
01:38:25				078/519 - 97/106: Installing method CompiledMethod>>sourcePointer:
01:38:25				078/519 - 98/106: Installing method CompiledMethod>>stepIntoQuickMethods:
01:38:25				078/519 - 99/106: Installing method CompiledMethod>>storeOn:
01:38:25				078/519 - 100/106: Installing method CompiledMethod>>tempNames
01:38:25				078/519 - 101/106: Installing method CompiledMethod>>unclassify
01:38:25				078/519 - 102/106: Installing method CompiledMethod>>usesUndeclareds
01:38:25				078/519 - 103/106: Installing method CompiledMethod>>valueWithReceiver:
01:38:25				078/519 - 104/106: Installing method CompiledMethod>>valueWithReceiver:arguments:
01:38:25				078/519 - 105/106: Installing method CompiledMethod>>veryDeepCopyWith:
01:38:25				078/519 - 106/106: Installing method CompiledMethod>>writesField:
01:38:25				078/519 - 1/17: Installing method CompiledMethod class>>abstractMarker
01:38:25				078/519 - 2/17: Installing method CompiledMethod class>>checkBytecodeSetConflictsInMethodsWith:
01:38:25				078/519 - 3/17: Installing method CompiledMethod class>>checkIsValidBytecodeEncoder:
01:38:25				078/519 - 4/17: Installing method CompiledMethod class>>conflictMarker
01:38:25				078/519 - 5/17: Installing method CompiledMethod class>>disabledMarker
01:38:25				078/519 - 6/17: Installing method CompiledMethod class>>explicitRequirementMarker
01:38:25				078/519 - 7/17: Installing method CompiledMethod class>>fullFrameSize
01:38:25				078/519 - 8/17: Installing method CompiledMethod class>>headerFlagForEncoder:
01:38:25				078/519 - 9/17: Installing method CompiledMethod class>>initialize
01:38:25				078/519 - 10/17: Installing method CompiledMethod class>>installPrimaryBytecodeSet:
01:38:25				078/519 - 11/17: Installing method CompiledMethod class>>installSecondaryBytecodeSet:
01:38:25				078/519 - 12/17: Installing method CompiledMethod class>>methodPropertiesClass
01:38:25				078/519 - 13/17: Installing method CompiledMethod class>>new
01:38:25				078/519 - 14/17: Installing method CompiledMethod class>>smallFrameSize
01:38:25				078/519 - 15/17: Installing method CompiledMethod class>>sortBlock
01:38:26				078/519 - 16/17: Installing method CompiledMethod class>>subclassResponsibilityMarker
01:38:26				078/519 - 17/17: Installing method CompiledMethod class>>trailerSize
01:38:26				079/519 - 1/2: Installing method CompiledMethodLayout>>extend
01:38:26				079/519 - 2/2: Installing method CompiledMethodLayout>>instanceSpecification
01:38:26				079/519 - 1/1: Installing method CompiledMethodLayout class>>extending:scope:host:
01:38:26				080/519 - 1/7: Installing method ConstantBlockClosure>>literal:
01:38:26				080/519 - 2/7: Installing method ConstantBlockClosure>>value
01:38:26				080/519 - 3/7: Installing method ConstantBlockClosure>>value:
01:38:26				080/519 - 4/7: Installing method ConstantBlockClosure>>value:value:
01:38:26				080/519 - 5/7: Installing method ConstantBlockClosure>>value:value:value:
01:38:26				080/519 - 6/7: Installing method ConstantBlockClosure>>value:value:value:value:
01:38:26				080/519 - 7/7: Installing method ConstantBlockClosure>>valueWithArguments:
01:38:26				080/519 - 1/1: Installing method ConstantBlockClosure class>>numArgs:literal:
01:38:26				081/519 - 1/3: Installing method ConstantBlockClosure1Arg>>value
01:38:26				081/519 - 2/3: Installing method ConstantBlockClosure1Arg>>value:
01:38:26				081/519 - 3/3: Installing method ConstantBlockClosure1Arg>>valueWithArguments:
01:38:26				082/519 - 1/3: Installing method ConstantBlockClosure2Arg>>value
01:38:26				082/519 - 2/3: Installing method ConstantBlockClosure2Arg>>value:value:
01:38:26				082/519 - 3/3: Installing method ConstantBlockClosure2Arg>>valueWithArguments:
01:38:26				083/519 - 1/3: Installing method ConstantBlockClosure3Arg>>value
01:38:26				083/519 - 2/3: Installing method ConstantBlockClosure3Arg>>value:value:value:
01:38:26				083/519 - 3/3: Installing method ConstantBlockClosure3Arg>>valueWithArguments:
01:38:32				084/519 - 1/182: Installing method Context>>aboutToReturn:through:
01:38:32				084/519 - 2/182: Installing method Context>>activateMethod:withArgs:receiver:class:
01:38:32				084/519 - 3/182: Installing method Context>>activateReturn:value:
01:38:32				084/519 - 4/182: Installing method Context>>activeHome
01:38:32				084/519 - 5/182: Installing method Context>>activeOuterContext
01:38:32				084/519 - 6/182: Installing method Context>>arguments
01:38:32				084/519 - 7/182: Installing method Context>>asContext
01:38:32				084/519 - 8/182: Installing method Context>>at:
01:38:32				084/519 - 9/182: Installing method Context>>at:put:
01:38:32				084/519 - 10/182: Installing method Context>>basicAt:
01:38:32				084/519 - 11/182: Installing method Context>>basicAt:put:
01:38:32				084/519 - 12/182: Installing method Context>>basicSize
01:38:32				084/519 - 13/182: Installing method Context>>belongsToDoIt
01:38:32				084/519 - 14/182: Installing method Context>>blockReturnConstant:
01:38:32				084/519 - 15/182: Installing method Context>>blockReturnTop
01:38:32				084/519 - 16/182: Installing method Context>>bottomContext
01:38:32				084/519 - 17/182: Installing method Context>>canHandleSignal:
01:38:32				084/519 - 18/182: Installing method Context>>cannotReturn:
01:38:32				084/519 - 19/182: Installing method Context>>cannotReturn:to:
01:38:32				084/519 - 20/182: Installing method Context>>client
01:38:32				084/519 - 21/182: Installing method Context>>closure
01:38:32				084/519 - 22/182: Installing method Context>>compiledCode
01:38:32				084/519 - 23/182: Installing method Context>>contextClass
01:38:32				084/519 - 24/182: Installing method Context>>contextStack
01:38:32				084/519 - 25/182: Installing method Context>>contextTag
01:38:32				084/519 - 26/182: Installing method Context>>copyStack
01:38:32				084/519 - 27/182: Installing method Context>>copyTo:
01:38:33				084/519 - 28/182: Installing method Context>>cut:
01:38:33				084/519 - 29/182: Installing method Context>>deadContextForClosure:
01:38:33				084/519 - 30/182: Installing method Context>>debugStack:on:
01:38:33				084/519 - 31/182: Installing method Context>>debugStackOn:
01:38:33				084/519 - 32/182: Installing method Context>>depthBelow:
01:38:33				084/519 - 33/182: Installing method Context>>directedSuperSend:numArgs:
01:38:33				084/519 - 34/182: Installing method Context>>doDup
01:38:33				084/519 - 35/182: Installing method Context>>doNop
01:38:33				084/519 - 36/182: Installing method Context>>doPop
01:38:33				084/519 - 37/182: Installing method Context>>doPrimitive:method:receiver:args:
01:38:33				084/519 - 38/182: Installing method Context>>endPC
01:38:33				084/519 - 39/182: Installing method Context>>errorReportOn:
01:38:33				084/519 - 40/182: Installing method Context>>evaluateSignal:
01:38:33				084/519 - 41/182: Installing method Context>>exception
01:38:33				084/519 - 42/182: Installing method Context>>exceptionClass
01:38:33				084/519 - 43/182: Installing method Context>>exceptionHandlerBlock
01:38:33				084/519 - 44/182: Installing method Context>>exceptionsToCaptureWhenStepping
01:38:33				084/519 - 45/182: Installing method Context>>failPrimitiveWith:
01:38:33				084/519 - 46/182: Installing method Context>>filterDebuggerStack
01:38:33				084/519 - 47/182: Installing method Context>>findContextSuchThat:
01:38:33				084/519 - 48/182: Installing method Context>>findMethodContextSuchThat:
01:38:33				084/519 - 49/182: Installing method Context>>findNextHandlerContext
01:38:33				084/519 - 50/182: Installing method Context>>findNextHandlerOrSignalingContext
01:38:33				084/519 - 51/182: Installing method Context>>findNextUnwindContextUpTo:
01:38:33				084/519 - 52/182: Installing method Context>>handleSignal:
01:38:33				084/519 - 53/182: Installing method Context>>hasContext:
01:38:33				084/519 - 54/182: Installing method Context>>hasNonLocalReturn
01:38:33				084/519 - 55/182: Installing method Context>>hasSender:
01:38:33				084/519 - 56/182: Installing method Context>>hasTemporaryVariableNamed:
01:38:33				084/519 - 57/182: Installing method Context>>home
01:38:33				084/519 - 58/182: Installing method Context>>homeMethod
01:38:33				084/519 - 59/182: Installing method Context>>insertSender:
01:38:33				084/519 - 60/182: Installing method Context>>instVarAt:put:
01:38:33				084/519 - 61/182: Installing method Context>>isBlockContext
01:38:33				084/519 - 62/182: Installing method Context>>isBottomContext
01:38:33				084/519 - 63/182: Installing method Context>>isContext
01:38:33				084/519 - 64/182: Installing method Context>>isDead
01:38:33				084/519 - 65/182: Installing method Context>>isEndOfProcessTermination
01:38:33				084/519 - 66/182: Installing method Context>>isExecutingBlock
01:38:33				084/519 - 67/182: Installing method Context>>isFailToken:
01:38:33				084/519 - 68/182: Installing method Context>>isHandlerContext
01:38:33				084/519 - 69/182: Installing method Context>>isHandlerOrSignalingContext
01:38:33				084/519 - 70/182: Installing method Context>>isPrimFailToken:
01:38:33				084/519 - 71/182: Installing method Context>>isUnwindContext
01:38:33				084/519 - 72/182: Installing method Context>>jump
01:38:33				084/519 - 73/182: Installing method Context>>jump:if:withInterpreter:
01:38:33				084/519 - 74/182: Installing method Context>>jump:withInterpreter:
01:38:33				084/519 - 75/182: Installing method Context>>longStack
01:38:33				084/519 - 76/182: Installing method Context>>method
01:38:33				084/519 - 77/182: Installing method Context>>methodClass
01:38:33				084/519 - 78/182: Installing method Context>>methodNode
01:38:33				084/519 - 79/182: Installing method Context>>methodReturnReceiver
01:38:33				084/519 - 80/182: Installing method Context>>methodReturnTop
01:38:33				084/519 - 81/182: Installing method Context>>nextHandlerContext
01:38:33				084/519 - 82/182: Installing method Context>>numArgs
01:38:33				084/519 - 83/182: Installing method Context>>numTemps
01:38:33				084/519 - 84/182: Installing method Context>>object:basicAt:
01:38:33				084/519 - 85/182: Installing method Context>>object:basicAt:put:
01:38:33				084/519 - 86/182: Installing method Context>>object:eqeq:
01:38:33				084/519 - 87/182: Installing method Context>>object:instVarAt:
01:38:33				084/519 - 88/182: Installing method Context>>object:instVarAt:put:
01:38:33				084/519 - 89/182: Installing method Context>>object:perform:withArguments:inClass:
01:38:33				084/519 - 90/182: Installing method Context>>objectClass:
01:38:33				084/519 - 91/182: Installing method Context>>objectSize:
01:38:33				084/519 - 92/182: Installing method Context>>outerContext
01:38:33				084/519 - 93/182: Installing method Context>>outerMostContext
01:38:33				084/519 - 94/182: Installing method Context>>pc
01:38:33				084/519 - 95/182: Installing method Context>>pc:
01:38:33				084/519 - 96/182: Installing method Context>>pop
01:38:33				084/519 - 97/182: Installing method Context>>popIntoLiteralVariable:
01:38:33				084/519 - 98/182: Installing method Context>>popIntoReceiverVariable:
01:38:33				084/519 - 99/182: Installing method Context>>popIntoRemoteTemp:inVectorAt:
01:38:33				084/519 - 100/182: Installing method Context>>popIntoTemporaryVariable:
01:38:33				084/519 - 101/182: Installing method Context>>print:on:
01:38:33				084/519 - 102/182: Installing method Context>>printDebugOn:
01:38:33				084/519 - 103/182: Installing method Context>>printDebugStackOn:
01:38:33				084/519 - 104/182: Installing method Context>>printDetails:
01:38:33				084/519 - 105/182: Installing method Context>>printOn:
01:38:33				084/519 - 106/182: Installing method Context>>printStackOfSize:
01:38:33				084/519 - 107/182: Installing method Context>>privRefresh
01:38:34				084/519 - 108/182: Installing method Context>>privRefreshWith:
01:38:34				084/519 - 109/182: Installing method Context>>privSender:
01:38:34				084/519 - 110/182: Installing method Context>>push:
01:38:34				084/519 - 111/182: Installing method Context>>pushActiveContext
01:38:34				084/519 - 112/182: Installing method Context>>pushActiveProcess
01:38:34				084/519 - 113/182: Installing method Context>>pushArgs:from:
01:38:34				084/519 - 114/182: Installing method Context>>pushClosureTemps:
01:38:34				084/519 - 115/182: Installing method Context>>pushConsArrayWithElements:
01:38:34				084/519 - 116/182: Installing method Context>>pushConstant:
01:38:34				084/519 - 117/182: Installing method Context>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
01:38:34				084/519 - 118/182: Installing method Context>>pushLiteralVariable:
01:38:34				084/519 - 119/182: Installing method Context>>pushNewArrayOfSize:
01:38:34				084/519 - 120/182: Installing method Context>>pushReceiver
01:38:34				084/519 - 121/182: Installing method Context>>pushReceiverVariable:
01:38:34				084/519 - 122/182: Installing method Context>>pushRemoteTemp:inVectorAt:
01:38:34				084/519 - 123/182: Installing method Context>>pushTemporaryVariable:
01:38:34				084/519 - 124/182: Installing method Context>>quickMethodPrimitiveBytecodeSize
01:38:34				084/519 - 125/182: Installing method Context>>receiver
01:38:34				084/519 - 126/182: Installing method Context>>receiver:
01:38:34				084/519 - 127/182: Installing method Context>>release
01:38:34				084/519 - 128/182: Installing method Context>>releaseTo:
01:38:34				084/519 - 129/182: Installing method Context>>removeSelf
01:38:34				084/519 - 130/182: Installing method Context>>resume
01:38:34				084/519 - 131/182: Installing method Context>>resume:
01:38:34				084/519 - 132/182: Installing method Context>>resume:through:
01:38:34				084/519 - 133/182: Installing method Context>>resumeEvaluating:
01:38:34				084/519 - 134/182: Installing method Context>>return
01:38:34				084/519 - 135/182: Installing method Context>>return:
01:38:34				084/519 - 136/182: Installing method Context>>return:from:
01:38:34				084/519 - 137/182: Installing method Context>>return:through:
01:38:34				084/519 - 138/182: Installing method Context>>runUntilErrorOrReturnFrom:
01:38:34				084/519 - 139/182: Installing method Context>>runUntilReturnFrom:
01:38:34				084/519 - 140/182: Installing method Context>>selector
01:38:34				084/519 - 141/182: Installing method Context>>send:to:with:lookupIn:
01:38:34				084/519 - 142/182: Installing method Context>>send:to:with:super:
01:38:34				084/519 - 143/182: Installing method Context>>sender
01:38:34				084/519 - 144/182: Installing method Context>>setNamedPrimitiveInformationFrom:toMethod:
01:38:34				084/519 - 145/182: Installing method Context>>setSender:receiver:method:arguments:
01:38:34				084/519 - 146/182: Installing method Context>>setSender:receiver:method:closure:startpc:
01:38:34				084/519 - 147/182: Installing method Context>>shortDebugStack
01:38:34				084/519 - 148/182: Installing method Context>>shortDebugStackOn:
01:38:34				084/519 - 149/182: Installing method Context>>shortStack
01:38:34				084/519 - 150/182: Installing method Context>>singleRelease
01:38:34				084/519 - 151/182: Installing method Context>>size
01:38:34				084/519 - 152/182: Installing method Context>>sourceCode
01:38:34				084/519 - 153/182: Installing method Context>>stack
01:38:34				084/519 - 154/182: Installing method Context>>stackOfSize:
01:38:34				084/519 - 155/182: Installing method Context>>stackPtr
01:38:34				084/519 - 156/182: Installing method Context>>stackp:
01:38:34				084/519 - 157/182: Installing method Context>>startpc
01:38:34				084/519 - 158/182: Installing method Context>>step
01:38:34				084/519 - 159/182: Installing method Context>>stepToCallee
01:38:34				084/519 - 160/182: Installing method Context>>stepToCalleeOrNil
01:38:34				084/519 - 161/182: Installing method Context>>stepUntilSomethingOnStack
01:38:34				084/519 - 162/182: Installing method Context>>storeIntoLiteralVariable:
01:38:34				084/519 - 163/182: Installing method Context>>storeIntoReceiverVariable:
01:38:34				084/519 - 164/182: Installing method Context>>storeIntoRemoteTemp:inVectorAt:
01:38:34				084/519 - 165/182: Installing method Context>>storeIntoTemporaryVariable:
01:38:34				084/519 - 166/182: Installing method Context>>swapReceiver:
01:38:34				084/519 - 167/182: Installing method Context>>swapSender:
01:38:34				084/519 - 168/182: Installing method Context>>tempAt:
01:38:34				084/519 - 169/182: Installing method Context>>tempAt:put:
01:38:34				084/519 - 170/182: Installing method Context>>terminate
01:38:34				084/519 - 171/182: Installing method Context>>terminateTo:
01:38:34				084/519 - 172/182: Installing method Context>>top
01:38:34				084/519 - 173/182: Installing method Context>>tryNamedPrimitiveIn:for:withArgs:
01:38:34				084/519 - 174/182: Installing method Context>>tryPrimitiveFor:receiver:args:
01:38:34				084/519 - 175/182: Installing method Context>>unwindAndStop:
01:38:34				084/519 - 176/182: Installing method Context>>unwindBlock
01:38:34				084/519 - 177/182: Installing method Context>>unwindComplete
01:38:34				084/519 - 178/182: Installing method Context>>unwindComplete:
01:38:34				084/519 - 179/182: Installing method Context>>unwindForTermination
01:38:34				084/519 - 180/182: Installing method Context>>unwindTo:
01:38:34				084/519 - 181/182: Installing method Context>>willFailReturn
01:38:34				084/519 - 182/182: Installing method Context>>withoutPrimitiveTryNamedPrimitiveIn:for:withArgs:
01:38:35				084/519 - 1/19: Installing method Context class>>allInstances
01:38:35				084/519 - 2/19: Installing method Context class>>allInstancesDo:
01:38:35				084/519 - 3/19: Installing method Context class>>basicNew:
01:38:35				084/519 - 4/19: Installing method Context class>>carefullyPrint:on:
01:38:35				084/519 - 5/19: Installing method Context class>>compiler
01:38:35				084/519 - 6/19: Installing method Context class>>contextEnsure:
01:38:35				084/519 - 7/19: Installing method Context class>>contextOn:do:
01:38:35				084/519 - 8/19: Installing method Context class>>initialize
01:38:35				084/519 - 9/19: Installing method Context class>>initializePrimitiveSimulators
01:38:35				084/519 - 10/19: Installing method Context class>>initializeTryNamedPrimitiveTemplateMethod
01:38:35				084/519 - 11/19: Installing method Context class>>new
01:38:35				084/519 - 12/19: Installing method Context class>>new:
01:38:35				084/519 - 13/19: Installing method Context class>>newForMethod:
01:38:35				084/519 - 14/19: Installing method Context class>>primitiveFailToken
01:38:35				084/519 - 15/19: Installing method Context class>>primitiveFailTokenFor:
01:38:35				084/519 - 16/19: Installing method Context class>>sender:receiver:method:arguments:
01:38:35				084/519 - 17/19: Installing method Context class>>specialPrimitiveSimulators
01:38:35				084/519 - 18/19: Installing method Context class>>theReturnMethod
01:38:35				084/519 - 19/19: Installing method Context class>>tryNamedPrimitiveTemplateMethod
01:38:35				085/519 - 1/2: Installing method ContextCannotReturn>>target
01:38:35				085/519 - 2/2: Installing method ContextCannotReturn>>target:
01:38:35				085/519 - 1/1: Installing method ContextCannotReturn class>>result:to:
01:38:35				086/519 - 1/2: Installing method CurrentExecutionEnvironment>>default
01:38:35				086/519 - 2/2: Installing method CurrentExecutionEnvironment>>installValue:intoForked:from:
01:38:35				086/519 - 1/3: Installing method CurrentExecutionEnvironment class>>activate:for:
01:38:35				086/519 - 2/3: Installing method CurrentExecutionEnvironment class>>isInheritable
01:38:35				086/519 - 3/3: Installing method CurrentExecutionEnvironment class>>restoreDefault
01:38:36				087/519 - 1/4: Installing method DailyNonInteractiveTranscript>>fileNameWithDate
01:38:36				087/519 - 2/4: Installing method DailyNonInteractiveTranscript>>initialize
01:38:36				087/519 - 3/4: Installing method DailyNonInteractiveTranscript>>initializeStream
01:38:36				087/519 - 4/4: Installing method DailyNonInteractiveTranscript>>stream
01:38:36				087/519 - 1/1: Installing method DailyNonInteractiveTranscript class>>defaultLogFileName
01:38:36				088/519 - 1/8: Installing method DangerousClassNotifier class>>check:
01:38:36				088/519 - 2/8: Installing method DangerousClassNotifier class>>disable
01:38:36				088/519 - 3/8: Installing method DangerousClassNotifier class>>disableDuring:
01:38:36				088/519 - 4/8: Installing method DangerousClassNotifier class>>enable
01:38:36				088/519 - 5/8: Installing method DangerousClassNotifier class>>enabled
01:38:36				088/519 - 6/8: Installing method DangerousClassNotifier class>>initialize
01:38:36				088/519 - 7/8: Installing method DangerousClassNotifier class>>shouldNotBeRedefined:
01:38:36				088/519 - 8/8: Installing method DangerousClassNotifier class>>tooDangerousClasses
01:38:36				089/519 - 1/8: Installing method DecoratorStream>>atEnd
01:38:36				089/519 - 2/8: Installing method DecoratorStream>>contents
01:38:36				089/519 - 3/8: Installing method DecoratorStream>>next
01:38:36				089/519 - 4/8: Installing method DecoratorStream>>nextPut:
01:38:36				089/519 - 5/8: Installing method DecoratorStream>>on:
01:38:36				089/519 - 6/8: Installing method DecoratorStream>>peek
01:38:36				089/519 - 7/8: Installing method DecoratorStream>>position
01:38:36				089/519 - 8/8: Installing method DecoratorStream>>store:
01:38:36				089/519 - 1/1: Installing method DecoratorStream class>>on:
01:38:36				090/519 - 1/1: Installing method DefaultExecutionEnvironment>>prepareForNewProcess:
01:38:36				090/519 - 1/3: Installing method DefaultExecutionEnvironment class>>beActive
01:38:36				090/519 - 2/3: Installing method DefaultExecutionEnvironment class>>beActiveDuring:
01:38:36				090/519 - 3/3: Installing method DefaultExecutionEnvironment class>>instance
01:38:37				091/519 - 1/16: Installing method Delay>>beingWaitedOn
01:38:37				091/519 - 2/16: Installing method Delay>>delaySemaphore
01:38:37				091/519 - 3/16: Installing method Delay>>isExpired
01:38:37				091/519 - 4/16: Installing method Delay>>millisecondDelayDuration
01:38:37				091/519 - 5/16: Installing method Delay>>millisecondsToGo
01:38:37				091/519 - 6/16: Installing method Delay>>printOn:
01:38:37				091/519 - 7/16: Installing method Delay>>resumptionTick
01:38:37				091/519 - 8/16: Installing method Delay>>resumptionTickAdjustFrom:to:
01:38:37				091/519 - 9/16: Installing method Delay>>schedule
01:38:37				091/519 - 10/16: Installing method Delay>>setDelay:
01:38:37				091/519 - 11/16: Installing method Delay>>setDelay:forSemaphore:
01:38:37				091/519 - 12/16: Installing method Delay>>timingPriorityScheduleTicker:
01:38:37				091/519 - 13/16: Installing method Delay>>timingPrioritySignalExpired
01:38:37				091/519 - 14/16: Installing method Delay>>timingPriorityUnschedule
01:38:37				091/519 - 15/16: Installing method Delay>>unschedule
01:38:37				091/519 - 16/16: Installing method Delay>>wait
01:38:37				091/519 - 1/21: Installing method Delay class>>anyActive
01:38:37				091/519 - 2/21: Installing method Delay class>>delaySchedulerClass
01:38:37				091/519 - 3/21: Installing method Delay class>>delaySchedulerClass:
01:38:37				091/519 - 4/21: Installing method Delay class>>forDays:
01:38:38				091/519 - 5/21: Installing method Delay class>>forHours:
01:38:38				091/519 - 6/21: Installing method Delay class>>forMilliseconds:
01:38:38				091/519 - 7/21: Installing method Delay class>>forMinutes:
01:38:38				091/519 - 8/21: Installing method Delay class>>forSeconds:
01:38:38				091/519 - 9/21: Installing method Delay class>>initialize
01:38:38				091/519 - 10/21: Installing method Delay class>>nextWakeUpTime
01:38:38				091/519 - 11/21: Installing method Delay class>>restartMethods
01:38:38				091/519 - 12/21: Installing method Delay class>>restartTimerEventLoop
01:38:38				091/519 - 13/21: Installing method Delay class>>scheduler
01:38:38				091/519 - 14/21: Installing method Delay class>>scheduler:
01:38:38				091/519 - 15/21: Installing method Delay class>>schedulingProcess
01:38:38				091/519 - 16/21: Installing method Delay class>>shutDown
01:38:38				091/519 - 17/21: Installing method Delay class>>startTimerEventLoop
01:38:38				091/519 - 18/21: Installing method Delay class>>startUp
01:38:38				091/519 - 19/21: Installing method Delay class>>stopTimerEventLoop
01:38:38				091/519 - 20/21: Installing method Delay class>>systemSettingOn:
01:38:38				091/519 - 21/21: Installing method Delay class>>timeoutSemaphore:afterMSecs:
01:38:38				092/519 - 1/22: Installing method DelayBasicScheduler>>anyActive
01:38:38				092/519 - 2/22: Installing method DelayBasicScheduler>>initialize
01:38:38				092/519 - 3/22: Installing method DelayBasicScheduler>>initializeTicker:suspendedDelaysHeap:
01:38:38				092/519 - 4/22: Installing method DelayBasicScheduler>>nextWakeUpTime
01:38:38				092/519 - 5/22: Installing method DelayBasicScheduler>>printOn:
01:38:38				092/519 - 6/22: Installing method DelayBasicScheduler>>restartTimerEventLoop
01:38:38				092/519 - 7/22: Installing method DelayBasicScheduler>>resume
01:38:38				092/519 - 8/22: Installing method DelayBasicScheduler>>runBackendLoopAtTimingPriority
01:38:38				092/519 - 9/22: Installing method DelayBasicScheduler>>schedule:
01:38:38				092/519 - 10/22: Installing method DelayBasicScheduler>>scheduleAtTimingPriority
01:38:38				092/519 - 11/22: Installing method DelayBasicScheduler>>schedulingProcess
01:38:38				092/519 - 12/22: Installing method DelayBasicScheduler>>shutDown
01:38:38				092/519 - 13/22: Installing method DelayBasicScheduler>>simulate_vmMilliseconds:
01:38:38				092/519 - 14/22: Installing method DelayBasicScheduler>>startTimerEventLoop
01:38:38				092/519 - 15/22: Installing method DelayBasicScheduler>>startTimerEventLoopPriority:
01:38:38				092/519 - 16/22: Installing method DelayBasicScheduler>>startUp
01:38:38				092/519 - 17/22: Installing method DelayBasicScheduler>>stopTimerEventLoop
01:38:38				092/519 - 18/22: Installing method DelayBasicScheduler>>suspend
01:38:38				092/519 - 19/22: Installing method DelayBasicScheduler>>suspendAtTimingPriority
01:38:38				092/519 - 20/22: Installing method DelayBasicScheduler>>ticker
01:38:38				092/519 - 21/22: Installing method DelayBasicScheduler>>unschedule:
01:38:38				092/519 - 22/22: Installing method DelayBasicScheduler>>unscheduleAtTimingPriority
01:38:38				092/519 - 1/2: Installing method DelayBasicScheduler class>>defaultSuspendedDelaysHeap
01:38:38				092/519 - 2/2: Installing method DelayBasicScheduler class>>onTicker:suspendedDelaysHeap:
01:38:39				093/519 - 1/5: Installing method DelayMicrosecondTicker>>millisecondsUntilTick:
01:38:39				093/519 - 2/5: Installing method DelayMicrosecondTicker>>nowTick
01:38:39				093/519 - 3/5: Installing method DelayMicrosecondTicker>>primSignal:atUTCMicroseconds:
01:38:39				093/519 - 4/5: Installing method DelayMicrosecondTicker>>tickAfterMilliseconds:
01:38:39				093/519 - 5/5: Installing method DelayMicrosecondTicker>>waitForUserSignalled:orExpired:
01:38:39				094/519 - 1/5: Installing method DelayMicrosecondTickerSimulation>>initialize
01:38:39				094/519 - 2/5: Installing method DelayMicrosecondTickerSimulation>>nowTick
01:38:39				094/519 - 3/5: Installing method DelayMicrosecondTickerSimulation>>primSignal:atUTCMicroseconds:
01:38:39				094/519 - 4/5: Installing method DelayMicrosecondTickerSimulation>>simulate_vmMilliseconds:
01:38:39				094/519 - 5/5: Installing method DelayMicrosecondTickerSimulation>>vmSimNextWakeupMilliseconds
01:38:39				095/519 - 1/1: Installing method DelayMicrosecondUncappedTicker>>waitForUserSignalled:orExpired:
01:38:39				096/519 - 1/5: Installing method DelayMillisecondTicker>>millisecondsUntilTick:
01:38:39				096/519 - 2/5: Installing method DelayMillisecondTicker>>nowTick
01:38:39				096/519 - 3/5: Installing method DelayMillisecondTicker>>primSignal:atMilliseconds:
01:38:39				096/519 - 4/5: Installing method DelayMillisecondTicker>>tickAfterMilliseconds:
01:38:39				096/519 - 5/5: Installing method DelayMillisecondTicker>>waitForUserSignalled:orExpired:
01:38:39				097/519 - 1/5: Installing method DelayMillisecondTickerSimulation>>initialize
01:38:39				097/519 - 2/5: Installing method DelayMillisecondTickerSimulation>>nowTick
01:38:39				097/519 - 3/5: Installing method DelayMillisecondTickerSimulation>>primSignal:atMilliseconds:
01:38:39				097/519 - 4/5: Installing method DelayMillisecondTickerSimulation>>simulate_vmMilliseconds:
01:38:39				097/519 - 5/5: Installing method DelayMillisecondTickerSimulation>>vmSimNextWakeupMilliseconds
01:38:39				098/519 - 1/3: Installing method DelayMutexScheduler>>initializeTicker:suspendedDelaysHeap:
01:38:39				098/519 - 2/3: Installing method DelayMutexScheduler>>schedule:
01:38:39				098/519 - 3/3: Installing method DelayMutexScheduler>>unschedule:
01:38:40				099/519 - 1/6: Installing method DelayNullScheduler>>schedule:
01:38:40				099/519 - 2/6: Installing method DelayNullScheduler>>shutDown
01:38:40				099/519 - 3/6: Installing method DelayNullScheduler>>startTimerEventLoop
01:38:40				099/519 - 4/6: Installing method DelayNullScheduler>>startUp
01:38:40				099/519 - 5/6: Installing method DelayNullScheduler>>stopTimerEventLoop
01:38:40				099/519 - 6/6: Installing method DelayNullScheduler>>unschedule:
01:38:40				100/519 - 1/5: Installing method DelaySemaphoreScheduler>>initializeTicker:suspendedDelaysHeap:
01:38:40				100/519 - 2/5: Installing method DelaySemaphoreScheduler>>schedule:
01:38:40				100/519 - 3/5: Installing method DelaySemaphoreScheduler>>scheduleAtTimingPriority
01:38:40				100/519 - 4/5: Installing method DelaySemaphoreScheduler>>unschedule:
01:38:40				100/519 - 5/5: Installing method DelaySemaphoreScheduler>>unscheduleAtTimingPriority
01:38:40				101/519 - 1/5: Installing method DelayWaitTimeout>>isExpired
01:38:40				101/519 - 2/5: Installing method DelayWaitTimeout>>setDelay:forSemaphore:
01:38:40				101/519 - 3/5: Installing method DelayWaitTimeout>>timingPrioritySignalExpired
01:38:40				101/519 - 4/5: Installing method DelayWaitTimeout>>wait
01:38:40				101/519 - 5/5: Installing method DelayWaitTimeout>>waitOnCompletion:onTimeout:
01:38:40				102/519 - 1/12: Installing method DependentsArray>>at:
01:38:40				102/519 - 2/12: Installing method DependentsArray>>at:put:
01:38:40				102/519 - 3/12: Installing method DependentsArray>>basicReplaceFrom:to:with:startingAt:
01:38:40				102/519 - 4/12: Installing method DependentsArray>>collect:
01:38:40				102/519 - 5/12: Installing method DependentsArray>>copyWith:
01:38:40				102/519 - 6/12: Installing method DependentsArray>>do:
01:38:40				102/519 - 7/12: Installing method DependentsArray>>first
01:38:40				102/519 - 8/12: Installing method DependentsArray>>last
01:38:40				102/519 - 9/12: Installing method DependentsArray>>reverseDo:
01:38:40				102/519 - 10/12: Installing method DependentsArray>>select:
01:38:40				102/519 - 11/12: Installing method DependentsArray>>size
01:38:40				102/519 - 12/12: Installing method DependentsArray>>writeStream
01:38:40				102/519 - 1/7: Installing method DependentsArray class>>with:
01:38:40				102/519 - 2/7: Installing method DependentsArray class>>with:with:
01:38:40				102/519 - 3/7: Installing method DependentsArray class>>with:with:with:
01:38:40				102/519 - 4/7: Installing method DependentsArray class>>with:with:with:with:
01:38:40				102/519 - 5/7: Installing method DependentsArray class>>with:with:with:with:with:
01:38:40				102/519 - 6/7: Installing method DependentsArray class>>with:with:with:with:with:with:
01:38:40				102/519 - 7/7: Installing method DependentsArray class>>withAll:
01:38:41				103/519 - 1/24: Installing method Deprecation>>=
01:38:41				103/519 - 2/24: Installing method Deprecation>>condition:
01:38:41				103/519 - 3/24: Installing method Deprecation>>context:
01:38:41				103/519 - 4/24: Installing method Deprecation>>contextOfDeprecatedMethod
01:38:41				103/519 - 5/24: Installing method Deprecation>>contextOfSender
01:38:41				103/519 - 6/24: Installing method Deprecation>>date:
01:38:41				103/519 - 7/24: Installing method Deprecation>>defaultAction
01:38:41				103/519 - 8/24: Installing method Deprecation>>deprecatedMethodName
01:38:41				103/519 - 9/24: Installing method Deprecation>>deprecationDate
01:38:41				103/519 - 10/24: Installing method Deprecation>>explanation:
01:38:41				103/519 - 11/24: Installing method Deprecation>>explanationString
01:38:41				103/519 - 12/24: Installing method Deprecation>>hash
01:38:42				103/519 - 13/24: Installing method Deprecation>>logTranscript
01:38:42				103/519 - 14/24: Installing method Deprecation>>messageText
01:38:42				103/519 - 15/24: Installing method Deprecation>>raiseWarning
01:38:42				103/519 - 16/24: Installing method Deprecation>>rewriterClass
01:38:42				103/519 - 17/24: Installing method Deprecation>>rule:
01:38:42				103/519 - 18/24: Installing method Deprecation>>sendingMethodName
01:38:42				103/519 - 19/24: Installing method Deprecation>>shouldTransform
01:38:42				103/519 - 20/24: Installing method Deprecation>>showWarning
01:38:42				103/519 - 21/24: Installing method Deprecation>>signal
01:38:42				103/519 - 22/24: Installing method Deprecation>>transform
01:38:42				103/519 - 23/24: Installing method Deprecation>>version:
01:38:42				103/519 - 24/24: Installing method Deprecation>>versionString
01:38:42				103/519 - 1/9: Installing method Deprecation class>>activateTransformations
01:38:42				103/519 - 2/9: Installing method Deprecation class>>activateTransformations:
01:38:42				103/519 - 3/9: Installing method Deprecation class>>deprecationsWhile:
01:38:42				103/519 - 4/9: Installing method Deprecation class>>initialize
01:38:42				103/519 - 5/9: Installing method Deprecation class>>raiseWarning
01:38:42				103/519 - 6/9: Installing method Deprecation class>>raiseWarning:
01:38:42				103/519 - 7/9: Installing method Deprecation class>>reset
01:38:42				103/519 - 8/9: Installing method Deprecation class>>showWarning
01:38:42				103/519 - 9/9: Installing method Deprecation class>>showWarning:
01:38:43				105/519 - 1/67: Installing method Dictionary>>=
01:38:43				105/519 - 2/67: Installing method Dictionary>>add:
01:38:43				105/519 - 3/67: Installing method Dictionary>>addAll:
01:38:43				105/519 - 4/67: Installing method Dictionary>>associationAt:
01:38:43				105/519 - 5/67: Installing method Dictionary>>associationAt:ifAbsent:
01:38:43				105/519 - 6/67: Installing method Dictionary>>associationAt:ifPresent:
01:38:43				105/519 - 7/67: Installing method Dictionary>>associationAt:ifPresent:ifAbsent:
01:38:43				105/519 - 8/67: Installing method Dictionary>>associations
01:38:43				105/519 - 9/67: Installing method Dictionary>>associationsDo:
01:38:43				105/519 - 10/67: Installing method Dictionary>>associationsSelect:
01:38:43				105/519 - 11/67: Installing method Dictionary>>at:
01:38:44				105/519 - 12/67: Installing method Dictionary>>at:at:
01:38:44				105/519 - 13/67: Installing method Dictionary>>at:at:ifAbsent:
01:38:44				105/519 - 14/67: Installing method Dictionary>>at:at:ifAbsentPut:
01:38:44				105/519 - 15/67: Installing method Dictionary>>at:at:put:
01:38:44				105/519 - 16/67: Installing method Dictionary>>at:ifAbsent:
01:38:44				105/519 - 17/67: Installing method Dictionary>>at:ifAbsentPut:
01:38:44				105/519 - 18/67: Installing method Dictionary>>at:ifPresent:
01:38:44				105/519 - 19/67: Installing method Dictionary>>at:ifPresent:ifAbsent:
01:38:44				105/519 - 20/67: Installing method Dictionary>>at:ifPresent:ifAbsentPut:
01:38:44				105/519 - 21/67: Installing method Dictionary>>at:put:
01:38:44				105/519 - 22/67: Installing method Dictionary>>at:update:
01:38:44				105/519 - 23/67: Installing method Dictionary>>at:update:initial:
01:38:44				105/519 - 24/67: Installing method Dictionary>>bindingOf:
01:38:44				105/519 - 25/67: Installing method Dictionary>>bindingsDo:
01:38:44				105/519 - 26/67: Installing method Dictionary>>collect:
01:38:44				105/519 - 27/67: Installing method Dictionary>>difference:
01:38:44				105/519 - 28/67: Installing method Dictionary>>do:
01:38:44				105/519 - 29/67: Installing method Dictionary>>errorKeyNotFound:
01:38:44				105/519 - 30/67: Installing method Dictionary>>errorValueNotFound:
01:38:44				105/519 - 31/67: Installing method Dictionary>>fixCollisionsFrom:
01:38:44				105/519 - 32/67: Installing method Dictionary>>flatCollect:
01:38:44				105/519 - 33/67: Installing method Dictionary>>hasBindingThatBeginsWith:
01:38:44				105/519 - 34/67: Installing method Dictionary>>includes:
01:38:44				105/519 - 35/67: Installing method Dictionary>>includesAssociation:
01:38:44				105/519 - 36/67: Installing method Dictionary>>includesIdentity:
01:38:44				105/519 - 37/67: Installing method Dictionary>>includesKey:
01:38:44				105/519 - 38/67: Installing method Dictionary>>intersection:
01:38:44				105/519 - 39/67: Installing method Dictionary>>isDictionary
01:38:44				105/519 - 40/67: Installing method Dictionary>>isHealthy
01:38:44				105/519 - 41/67: Installing method Dictionary>>keyAtIdentityValue:
01:38:44				105/519 - 42/67: Installing method Dictionary>>keyAtIdentityValue:ifAbsent:
01:38:44				105/519 - 43/67: Installing method Dictionary>>keyAtValue:
01:38:44				105/519 - 44/67: Installing method Dictionary>>keyAtValue:ifAbsent:
01:38:44				105/519 - 45/67: Installing method Dictionary>>keyForIdentity:
01:38:44				105/519 - 46/67: Installing method Dictionary>>keys
01:38:44				105/519 - 47/67: Installing method Dictionary>>keysAndValuesDo:
01:38:44				105/519 - 48/67: Installing method Dictionary>>keysAndValuesRemove:
01:38:44				105/519 - 49/67: Installing method Dictionary>>keysDo:
01:38:44				105/519 - 50/67: Installing method Dictionary>>keysSortedSafely
01:38:44				105/519 - 51/67: Installing method Dictionary>>noCheckAdd:
01:38:44				105/519 - 52/67: Installing method Dictionary>>noCheckNoGrowFillFrom:
01:38:44				105/519 - 53/67: Installing method Dictionary>>postCopy
01:38:44				105/519 - 54/67: Installing method Dictionary>>printElementsOn:
01:38:44				105/519 - 55/67: Installing method Dictionary>>rehash
01:38:44				105/519 - 56/67: Installing method Dictionary>>reject:thenCollect:
01:38:44				105/519 - 57/67: Installing method Dictionary>>remove:
01:38:44				105/519 - 58/67: Installing method Dictionary>>remove:ifAbsent:
01:38:44				105/519 - 59/67: Installing method Dictionary>>removeKey:
01:38:44				105/519 - 60/67: Installing method Dictionary>>removeKey:ifAbsent:
01:38:44				105/519 - 61/67: Installing method Dictionary>>removeUnreferencedKeys
01:38:44				105/519 - 62/67: Installing method Dictionary>>scanFor:
01:38:44				105/519 - 63/67: Installing method Dictionary>>select:
01:38:44				105/519 - 64/67: Installing method Dictionary>>select:thenCollect:
01:38:44				105/519 - 65/67: Installing method Dictionary>>storeOn:
01:38:44				105/519 - 66/67: Installing method Dictionary>>values
01:38:44				105/519 - 67/67: Installing method Dictionary>>valuesDo:
01:38:44				105/519 - 1/3: Installing method Dictionary class>>newFrom:
01:38:44				105/519 - 2/3: Installing method Dictionary class>>newFromKeys:andValues:
01:38:44				105/519 - 3/3: Installing method Dictionary class>>newFromPairs:
01:38:45				106/519 - 1/30: Installing method DoItVariable>>actualVariable
01:38:45				106/519 - 2/30: Installing method DoItVariable>>actualVariable:
01:38:45				106/519 - 3/30: Installing method DoItVariable>>allowsShadowing
01:38:45				106/519 - 4/30: Installing method DoItVariable>>doItContext
01:38:45				106/519 - 5/30: Installing method DoItVariable>>doItContext:
01:38:45				106/519 - 6/30: Installing method DoItVariable>>emitStore:
01:38:45				106/519 - 7/30: Installing method DoItVariable>>emitValue:
01:38:45				106/519 - 8/30: Installing method DoItVariable>>isArgumentVariable
01:38:45				106/519 - 9/30: Installing method DoItVariable>>isClassVariable
01:38:45				106/519 - 10/30: Installing method DoItVariable>>isGlobalVariable
01:38:45				106/519 - 11/30: Installing method DoItVariable>>isInstanceVariable
01:38:45				106/519 - 12/30: Installing method DoItVariable>>isLiteralVariable
01:38:45				106/519 - 13/30: Installing method DoItVariable>>isLocalVariable
01:38:45				106/519 - 14/30: Installing method DoItVariable>>isPseudoVariable
01:38:45				106/519 - 15/30: Installing method DoItVariable>>isSelfVariable
01:38:45				106/519 - 16/30: Installing method DoItVariable>>isSuperVariable
01:38:45				106/519 - 17/30: Installing method DoItVariable>>isTempVariable
01:38:45				106/519 - 18/30: Installing method DoItVariable>>isThisContextVariable
01:38:45				106/519 - 19/30: Installing method DoItVariable>>isThisProcessVariable
01:38:45				106/519 - 20/30: Installing method DoItVariable>>isUndeclaredVariable
01:38:45				106/519 - 21/30: Installing method DoItVariable>>isUninitialized
01:38:45				106/519 - 22/30: Installing method DoItVariable>>isWorkspaceVariable
01:38:45				106/519 - 23/30: Installing method DoItVariable>>key
01:38:45				106/519 - 24/30: Installing method DoItVariable>>printOn:
01:38:45				106/519 - 25/30: Installing method DoItVariable>>read
01:38:45				106/519 - 26/30: Installing method DoItVariable>>readInContext:
01:38:45				106/519 - 27/30: Installing method DoItVariable>>scope
01:38:45				106/519 - 28/30: Installing method DoItVariable>>usingMethods
01:38:45				106/519 - 29/30: Installing method DoItVariable>>write:
01:38:45				106/519 - 30/30: Installing method DoItVariable>>write:inContext:
01:38:46				106/519 - 1/2: Installing method DoItVariable class>>fromContext:variable:
01:38:46				106/519 - 2/2: Installing method DoItVariable class>>named:fromContext:
01:38:46				107/519 - 1/4: Installing method DomainError>>from
01:38:46				107/519 - 2/4: Installing method DomainError>>from:
01:38:46				107/519 - 3/4: Installing method DomainError>>to
01:38:46				107/519 - 4/4: Installing method DomainError>>to:
01:38:46				107/519 - 1/6: Installing method DomainError class>>signal:from:
01:38:46				107/519 - 2/6: Installing method DomainError class>>signal:from:to:
01:38:46				107/519 - 3/6: Installing method DomainError class>>signal:to:
01:38:46				107/519 - 4/6: Installing method DomainError class>>signalFrom:
01:38:46				107/519 - 5/6: Installing method DomainError class>>signalFrom:to:
01:38:46				107/519 - 6/6: Installing method DomainError class>>signalTo:
01:38:46				108/519 - 1/6: Installing method DoubleByteArray>>=
01:38:46				108/519 - 2/6: Installing method DoubleByteArray>>atAllPut:
01:38:46				108/519 - 3/6: Installing method DoubleByteArray>>byteSize
01:38:46				108/519 - 4/6: Installing method DoubleByteArray>>bytesPerElement
01:38:46				108/519 - 5/6: Installing method DoubleByteArray>>defaultElement
01:38:46				108/519 - 6/6: Installing method DoubleByteArray>>replaceFrom:to:with:startingAt:
01:38:46				109/519 - 1/4: Installing method DoubleByteLayout>>bytesPerSlot
01:38:46				109/519 - 2/4: Installing method DoubleByteLayout>>extendDoubleByte
01:38:46				109/519 - 3/4: Installing method DoubleByteLayout>>instanceSpecification
01:38:46				109/519 - 4/4: Installing method DoubleByteLayout>>isDoubleBytes
01:38:46				109/519 - 1/1: Installing method DoubleByteLayout class>>extending:scope:host:
01:38:46				110/519 - 1/10: Installing method DoubleLink>>asDoubleLink
01:38:47				110/519 - 2/10: Installing method DoubleLink>>clearLinks
01:38:47				110/519 - 3/10: Installing method DoubleLink>>hasPredecessor
01:38:47				110/519 - 4/10: Installing method DoubleLink>>hasSuccessor
01:38:47				110/519 - 5/10: Installing method DoubleLink>>nextLink
01:38:47				110/519 - 6/10: Installing method DoubleLink>>nextLink:
01:38:47				110/519 - 7/10: Installing method DoubleLink>>previousLink
01:38:47				110/519 - 8/10: Installing method DoubleLink>>previousLink:
01:38:47				110/519 - 9/10: Installing method DoubleLink>>value
01:38:47				110/519 - 10/10: Installing method DoubleLink>>value:
01:38:47				110/519 - 1/1: Installing method DoubleLink class>>value:
01:38:47				111/519 - 1/18: Installing method DoubleLinkedList>>add:
01:38:47				111/519 - 2/18: Installing method DoubleLinkedList>>add:afterLink:
01:38:47				111/519 - 3/18: Installing method DoubleLinkedList>>add:beforeLink:
01:38:47				111/519 - 4/18: Installing method DoubleLinkedList>>addFirst:
01:38:47				111/519 - 5/18: Installing method DoubleLinkedList>>addLast:
01:38:47				111/519 - 6/18: Installing method DoubleLinkedList>>do:
01:38:47				111/519 - 7/18: Installing method DoubleLinkedList>>first
01:38:47				111/519 - 8/18: Installing method DoubleLinkedList>>firstLink
01:38:47				111/519 - 9/18: Installing method DoubleLinkedList>>isEmpty
01:38:47				111/519 - 10/18: Installing method DoubleLinkedList>>last
01:38:47				111/519 - 11/18: Installing method DoubleLinkedList>>lastLink
01:38:47				111/519 - 12/18: Installing method DoubleLinkedList>>linksDo:
01:38:47				111/519 - 13/18: Installing method DoubleLinkedList>>removeAll
01:38:47				111/519 - 14/18: Installing method DoubleLinkedList>>removeFirst
01:38:47				111/519 - 15/18: Installing method DoubleLinkedList>>removeLast
01:38:47				111/519 - 16/18: Installing method DoubleLinkedList>>removeLink:
01:38:47				111/519 - 17/18: Installing method DoubleLinkedList>>reverseDo:
01:38:47				111/519 - 18/18: Installing method DoubleLinkedList>>reverseLinksDo:
01:38:47				111/519 - 1/1: Installing method DoubleLinkedList class>>newFrom:
01:38:47				112/519 - 1/6: Installing method DoubleWordArray>>=
01:38:47				112/519 - 2/6: Installing method DoubleWordArray>>atAllPut:
01:38:47				112/519 - 3/6: Installing method DoubleWordArray>>byteSize
01:38:47				112/519 - 4/6: Installing method DoubleWordArray>>bytesPerElement
01:38:47				112/519 - 5/6: Installing method DoubleWordArray>>defaultElement
01:38:47				112/519 - 6/6: Installing method DoubleWordArray>>replaceFrom:to:with:startingAt:
01:38:47				113/519 - 1/3: Installing method DoubleWordLayout>>extendDoubleWord
01:38:47				113/519 - 2/3: Installing method DoubleWordLayout>>instanceSpecification
01:38:47				113/519 - 3/3: Installing method DoubleWordLayout>>isDoubleWords
01:38:47				113/519 - 1/1: Installing method DoubleWordLayout class>>extending:scope:host:
01:38:47				114/519 - 1/1: Installing method DummySystemProgressItem>>doesNotUnderstand:
01:38:48				115/519 - 1/22: Installing method DummyUIManager>>chooseDirectory:from:
01:38:48				115/519 - 2/22: Installing method DummyUIManager>>chooseFrom:lines:title:
01:38:48				115/519 - 3/22: Installing method DummyUIManager>>chooseFrom:values:lines:title:
01:38:48				115/519 - 4/22: Installing method DummyUIManager>>confirm:
01:38:48				115/519 - 5/22: Installing method DummyUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
01:38:48				115/519 - 6/22: Installing method DummyUIManager>>confirm:orCancel:
01:38:48				115/519 - 7/22: Installing method DummyUIManager>>debugProcess:context:label:fullView:notification:
01:38:48				115/519 - 8/22: Installing method DummyUIManager>>edit:label:accept:
01:38:48				115/519 - 9/22: Installing method DummyUIManager>>handleError:log:
01:38:48				115/519 - 10/22: Installing method DummyUIManager>>handleWarning:
01:38:48				115/519 - 11/22: Installing method DummyUIManager>>inform:
01:38:48				115/519 - 12/22: Installing method DummyUIManager>>informUserDuring:
01:38:48				115/519 - 13/22: Installing method DummyUIManager>>lowSpaceWatcherDefaultAction
01:38:48				115/519 - 14/22: Installing method DummyUIManager>>multiLineRequest:initialAnswer:answerHeight:
01:38:48				115/519 - 15/22: Installing method DummyUIManager>>progressBarEnabled
01:38:48				115/519 - 16/22: Installing method DummyUIManager>>progressBarEnabled:
01:38:48				115/519 - 17/22: Installing method DummyUIManager>>request:initialAnswer:
01:38:49				115/519 - 18/22: Installing method DummyUIManager>>request:initialAnswer:entryCompletion:
01:38:49				115/519 - 19/22: Installing method DummyUIManager>>request:initialAnswer:title:entryCompletion:
01:38:49				115/519 - 20/22: Installing method DummyUIManager>>requestPassword:
01:38:49				115/519 - 21/22: Installing method DummyUIManager>>traceCr:
01:38:49				115/519 - 22/22: Installing method DummyUIManager>>unhandledErrorDefaultAction:
01:38:49				116/519 - 1/7: Installing method DuplicatedSlotName>>host
01:38:49				116/519 - 2/7: Installing method DuplicatedSlotName>>host:
01:38:49				116/519 - 3/7: Installing method DuplicatedSlotName>>messageText
01:38:49				116/519 - 4/7: Installing method DuplicatedSlotName>>newSlot
01:38:49				116/519 - 5/7: Installing method DuplicatedSlotName>>newSlot:
01:38:49				116/519 - 6/7: Installing method DuplicatedSlotName>>oldSlot
01:38:49				116/519 - 7/7: Installing method DuplicatedSlotName>>oldSlot:
01:38:49				117/519 - 1/5: Installing method DuplicatedVariableError>>isResumable
01:38:49				117/519 - 2/5: Installing method DuplicatedVariableError>>superclass
01:38:49				117/519 - 3/5: Installing method DuplicatedVariableError>>superclass:
01:38:49				117/519 - 4/5: Installing method DuplicatedVariableError>>variable
01:38:49				117/519 - 5/5: Installing method DuplicatedVariableError>>variable:
01:38:49				117/519 - 1/1: Installing method DuplicatedVariableError class>>signalWith:
01:38:49				118/519 - 1/1: Installing method DynamicVariable>>value:during:
01:38:49				118/519 - 1/1: Installing method DynamicVariable class>>value:during:
01:38:49				119/519 - 1/7: Installing method EmptyLayout>>extend:
01:38:49				119/519 - 2/7: Installing method EmptyLayout>>extendByte
01:38:49				119/519 - 3/7: Installing method EmptyLayout>>extendDoubleByte
01:38:49				119/519 - 4/7: Installing method EmptyLayout>>extendDoubleWord
01:38:49				119/519 - 5/7: Installing method EmptyLayout>>extendVariable:
01:38:49				119/519 - 6/7: Installing method EmptyLayout>>extendWeak
01:38:49				119/519 - 7/7: Installing method EmptyLayout>>extendWord
01:38:49				119/519 - 1/1: Installing method EmptyLayout class>>instance
01:38:50				120/519 - 1/54: Installing method EncoderForSistaV1>>genBranchPopFalse:
01:38:50				120/519 - 2/54: Installing method EncoderForSistaV1>>genBranchPopFalseLong:
01:38:50				120/519 - 3/54: Installing method EncoderForSistaV1>>genBranchPopTrue:
01:38:51				120/519 - 4/54: Installing method EncoderForSistaV1>>genBranchPopTrueLong:
01:38:51				120/519 - 5/54: Installing method EncoderForSistaV1>>genCallMappedInlinedPrimitive:
01:38:51				120/519 - 6/54: Installing method EncoderForSistaV1>>genCallPrimitive:
01:38:51				120/519 - 7/54: Installing method EncoderForSistaV1>>genDup
01:38:51				120/519 - 8/54: Installing method EncoderForSistaV1>>genJump:
01:38:51				120/519 - 9/54: Installing method EncoderForSistaV1>>genJumpLong:
01:38:51				120/519 - 10/54: Installing method EncoderForSistaV1>>genNop
01:38:51				120/519 - 11/54: Installing method EncoderForSistaV1>>genPop
01:38:51				120/519 - 12/54: Installing method EncoderForSistaV1>>genPushCharacter:
01:38:51				120/519 - 13/54: Installing method EncoderForSistaV1>>genPushConsArray:
01:38:51				120/519 - 14/54: Installing method EncoderForSistaV1>>genPushFullClosure:numCopied:receiverOnStack:outerContextNeeded:
01:38:51				120/519 - 15/54: Installing method EncoderForSistaV1>>genPushInstVar:
01:38:51				120/519 - 16/54: Installing method EncoderForSistaV1>>genPushInstVarLong:
01:38:51				120/519 - 17/54: Installing method EncoderForSistaV1>>genPushInteger:
01:38:51				120/519 - 18/54: Installing method EncoderForSistaV1>>genPushIntegerLong:
01:38:51				120/519 - 19/54: Installing method EncoderForSistaV1>>genPushLiteral:
01:38:51				120/519 - 20/54: Installing method EncoderForSistaV1>>genPushLiteralVar:
01:38:51				120/519 - 21/54: Installing method EncoderForSistaV1>>genPushNewArray:
01:38:51				120/519 - 22/54: Installing method EncoderForSistaV1>>genPushReceiver
01:38:51				120/519 - 23/54: Installing method EncoderForSistaV1>>genPushRemoteTemp:inVectorAt:
01:38:51				120/519 - 24/54: Installing method EncoderForSistaV1>>genPushSpecialLiteral:
01:38:51				120/519 - 25/54: Installing method EncoderForSistaV1>>genPushTemp:
01:38:51				120/519 - 26/54: Installing method EncoderForSistaV1>>genPushThisContext
01:38:51				120/519 - 27/54: Installing method EncoderForSistaV1>>genPushThisProcess
01:38:51				120/519 - 28/54: Installing method EncoderForSistaV1>>genReturnReceiver
01:38:51				120/519 - 29/54: Installing method EncoderForSistaV1>>genReturnSpecialLiteral:
01:38:51				120/519 - 30/54: Installing method EncoderForSistaV1>>genReturnTop
01:38:51				120/519 - 31/54: Installing method EncoderForSistaV1>>genReturnTopToCaller
01:38:51				120/519 - 32/54: Installing method EncoderForSistaV1>>genSend:numArgs:
01:38:51				120/519 - 33/54: Installing method EncoderForSistaV1>>genSendDirectedSuper:numArgs:
01:38:51				120/519 - 34/54: Installing method EncoderForSistaV1>>genSendSpecial:numArgs:
01:38:51				120/519 - 35/54: Installing method EncoderForSistaV1>>genSendSuper:numArgs:
01:38:51				120/519 - 36/54: Installing method EncoderForSistaV1>>genSignedSingleExtendB:
01:38:51				120/519 - 37/54: Installing method EncoderForSistaV1>>genStoreInstVar:
01:38:51				120/519 - 38/54: Installing method EncoderForSistaV1>>genStoreInstVarLong:
01:38:51				120/519 - 39/54: Installing method EncoderForSistaV1>>genStoreLiteralVar:
01:38:51				120/519 - 40/54: Installing method EncoderForSistaV1>>genStorePopInstVar:
01:38:51				120/519 - 41/54: Installing method EncoderForSistaV1>>genStorePopInstVarLong:
01:38:51				120/519 - 42/54: Installing method EncoderForSistaV1>>genStorePopLiteralVar:
01:38:51				120/519 - 43/54: Installing method EncoderForSistaV1>>genStorePopRemoteTemp:inVectorAt:
01:38:51				120/519 - 44/54: Installing method EncoderForSistaV1>>genStorePopTemp:
01:38:51				120/519 - 45/54: Installing method EncoderForSistaV1>>genStoreRemoteTemp:inVectorAt:
01:38:51				120/519 - 46/54: Installing method EncoderForSistaV1>>genStoreTemp:
01:38:51				120/519 - 47/54: Installing method EncoderForSistaV1>>genTrap
01:38:51				120/519 - 48/54: Installing method EncoderForSistaV1>>genTrapIfNotInstanceOf:
01:38:51				120/519 - 49/54: Installing method EncoderForSistaV1>>genUnsignedMultipleExtendA:
01:38:51				120/519 - 50/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendA:
01:38:51				120/519 - 51/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendB:
01:38:51				120/519 - 52/54: Installing method EncoderForSistaV1>>isSpecialLiteralForPush:
01:38:51				120/519 - 53/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:
01:38:51				120/519 - 54/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
01:38:52				120/519 - 1/43: Installing method EncoderForSistaV1 class>>backJumpBytecodeSize
01:38:52				120/519 - 2/43: Installing method EncoderForSistaV1 class>>bindingReadScanBlockFor:using:
01:38:52				120/519 - 3/43: Installing method EncoderForSistaV1 class>>bindingWriteScanBlockFor:using:
01:38:52				120/519 - 4/43: Installing method EncoderForSistaV1 class>>bytecodeSize:
01:38:52				120/519 - 5/43: Installing method EncoderForSistaV1 class>>callPrimitiveCode
01:38:52				120/519 - 6/43: Installing method EncoderForSistaV1 class>>extensionsAt:in:into:
01:38:52				120/519 - 7/43: Installing method EncoderForSistaV1 class>>firstSpecialSelectorByte
01:38:52				120/519 - 8/43: Installing method EncoderForSistaV1 class>>instVarReadScanBlockFor:using:
01:38:52				120/519 - 9/43: Installing method EncoderForSistaV1 class>>instVarWriteScanBlockFor:using:
01:38:52				120/519 - 10/43: Installing method EncoderForSistaV1 class>>instructionSizeAt:of:
01:38:52				120/519 - 11/43: Installing method EncoderForSistaV1 class>>interpretNextInstructionFor:in:
01:38:52				120/519 - 12/43: Installing method EncoderForSistaV1 class>>isBlockReturnAt:in:
01:38:52				120/519 - 13/43: Installing method EncoderForSistaV1 class>>isBranchIfFalseAt:in:
01:38:52				120/519 - 14/43: Installing method EncoderForSistaV1 class>>isBranchIfTrueAt:in:
01:38:52				120/519 - 15/43: Installing method EncoderForSistaV1 class>>isCreateBlockAt:in:
01:38:52				120/519 - 16/43: Installing method EncoderForSistaV1 class>>isCreateFullBlock:code:at:
01:38:52				120/519 - 17/43: Installing method EncoderForSistaV1 class>>isCreateFullBlockAt:in:
01:38:52				120/519 - 18/43: Installing method EncoderForSistaV1 class>>isExtension:
01:38:52				120/519 - 19/43: Installing method EncoderForSistaV1 class>>isJumpAt:in:
01:38:52				120/519 - 20/43: Installing method EncoderForSistaV1 class>>isJustPopAt:in:
01:38:52				120/519 - 21/43: Installing method EncoderForSistaV1 class>>isPushTempAt:in:
01:38:52				120/519 - 22/43: Installing method EncoderForSistaV1 class>>isRealSendAt:in:
01:38:52				120/519 - 23/43: Installing method EncoderForSistaV1 class>>isReturnAt:in:
01:38:52				120/519 - 24/43: Installing method EncoderForSistaV1 class>>isReturnTopFromMethodAt:in:
01:38:52				120/519 - 25/43: Installing method EncoderForSistaV1 class>>isSendAt:in:
01:38:52				120/519 - 26/43: Installing method EncoderForSistaV1 class>>isStoreAt:in:
01:38:52				120/519 - 27/43: Installing method EncoderForSistaV1 class>>isStorePopAt:in:
01:38:52				120/519 - 28/43: Installing method EncoderForSistaV1 class>>literalIndexOfBytecodeAt:in:
01:38:52				120/519 - 29/43: Installing method EncoderForSistaV1 class>>literalMethodBytecodes
01:38:52				120/519 - 30/43: Installing method EncoderForSistaV1 class>>markerOrNilFor:
01:38:52				120/519 - 31/43: Installing method EncoderForSistaV1 class>>method:refersInBytecodeToLiteral:specialSelectorIndex:
01:38:52				120/519 - 32/43: Installing method EncoderForSistaV1 class>>methodReturnBytecodes
01:38:52				120/519 - 33/43: Installing method EncoderForSistaV1 class>>nonExtensionBytecodeAt:in:
01:38:52				120/519 - 34/43: Installing method EncoderForSistaV1 class>>prepareMethod:forSimulationWith:
01:38:52				120/519 - 35/43: Installing method EncoderForSistaV1 class>>pushNilByte
01:38:52				120/519 - 36/43: Installing method EncoderForSistaV1 class>>readsSelfFor:
01:38:52				120/519 - 37/43: Installing method EncoderForSistaV1 class>>readsThisContextFor:
01:38:52				120/519 - 38/43: Installing method EncoderForSistaV1 class>>selectorToSendOrItselfFor:in:at:
01:38:52				120/519 - 39/43: Installing method EncoderForSistaV1 class>>sendsToSuperFor:
01:38:52				120/519 - 40/43: Installing method EncoderForSistaV1 class>>specialLiterals
01:38:52				120/519 - 41/43: Installing method EncoderForSistaV1 class>>stackDeltaForPrimitive:in:
01:38:52				120/519 - 42/43: Installing method EncoderForSistaV1 class>>superSendScanBlockUsing:
01:38:52				120/519 - 43/43: Installing method EncoderForSistaV1 class>>unusedBytecode
01:38:53				121/519 - 1/5: Installing method EndianDetector class>>calcEndianness
01:38:53				121/519 - 2/5: Installing method EndianDetector class>>endianness
01:38:53				121/519 - 3/5: Installing method EndianDetector class>>isBigEndian
01:38:53				121/519 - 4/5: Installing method EndianDetector class>>isLittleEndian
01:38:53				121/519 - 5/5: Installing method EndianDetector class>>startUp:
01:38:53				122/519 - 1/1: Installing method EphemeronLayout>>instanceSpecification
01:38:53				122/519 - 1/1: Installing method EphemeronLayout class>>extending:scope:host:
01:38:53				123/519 - 1/1: Installing method Error>>isResumable
01:38:53				123/519 - 1/1: Installing method Error class>>captureIfSignalledWhenStepping
01:38:53				124/519 - 1/5: Installing method ErrorHandler class>>defaultErrorHandler
01:38:53				124/519 - 2/5: Installing method ErrorHandler class>>defaultErrorHandler:
01:38:53				124/519 - 3/5: Installing method ErrorHandler class>>handleError:
01:38:53				124/519 - 4/5: Installing method ErrorHandler class>>handleNotification:
01:38:53				124/519 - 5/5: Installing method ErrorHandler class>>handleWarning:
01:38:53				125/519 - 1/3: Installing method ErrorHandlerSessionHandler>>handledId
01:38:53				125/519 - 2/3: Installing method ErrorHandlerSessionHandler>>shutdown:
01:38:53				125/519 - 3/3: Installing method ErrorHandlerSessionHandler>>startup:
01:38:53				125/519 - 1/2: Installing method ErrorHandlerSessionHandler class>>initialize
01:38:53				125/519 - 2/2: Installing method ErrorHandlerSessionHandler class>>uniqueInstance
01:38:53				126/519 - 1/1: Installing method ExactFloatPrintPolicy>>absPrint:on:base:
01:38:55				127/519 - 1/38: Installing method Exception>>completeProcess:with:
01:38:55				127/519 - 2/38: Installing method Exception>>defaultAction
01:38:55				127/519 - 3/38: Installing method Exception>>defaultDescription
01:38:55				127/519 - 4/38: Installing method Exception>>defaultResumeValue
01:38:55				127/519 - 5/38: Installing method Exception>>defaultReturnValue
01:38:55				127/519 - 6/38: Installing method Exception>>description
01:38:55				127/519 - 7/38: Installing method Exception>>freeze
01:38:55				127/519 - 8/38: Installing method Exception>>freezeUpTo:
01:38:55				127/519 - 9/38: Installing method Exception>>isDebuggerFailure
01:38:55				127/519 - 10/38: Installing method Exception>>isHandleableBy:
01:38:55				127/519 - 11/38: Installing method Exception>>isNested
01:38:55				127/519 - 12/38: Installing method Exception>>isResumable
01:38:55				127/519 - 13/38: Installing method Exception>>messageText
01:38:55				127/519 - 14/38: Installing method Exception>>messageText:
01:38:55				127/519 - 15/38: Installing method Exception>>originException
01:38:55				127/519 - 16/38: Installing method Exception>>outer
01:38:55				127/519 - 17/38: Installing method Exception>>pass
01:38:55				127/519 - 18/38: Installing method Exception>>printOn:
01:38:55				127/519 - 19/38: Installing method Exception>>privHandlerContext
01:38:55				127/519 - 20/38: Installing method Exception>>privHandlerContext:
01:38:55				127/519 - 21/38: Installing method Exception>>raiseUnhandledError
01:38:55				127/519 - 22/38: Installing method Exception>>receiver
01:38:55				127/519 - 23/38: Installing method Exception>>resignalAs:
01:38:55				127/519 - 24/38: Installing method Exception>>resume
01:38:55				127/519 - 25/38: Installing method Exception>>resume:
01:38:55				127/519 - 26/38: Installing method Exception>>resumeUnchecked:
01:38:55				127/519 - 27/38: Installing method Exception>>return
01:38:55				127/519 - 28/38: Installing method Exception>>return:
01:38:55				127/519 - 29/38: Installing method Exception>>searchFrom:
01:38:55				127/519 - 30/38: Installing method Exception>>signal
01:38:55				127/519 - 31/38: Installing method Exception>>signal:
01:38:55				127/519 - 32/38: Installing method Exception>>signalIn:
01:38:55				127/519 - 33/38: Installing method Exception>>signaler
01:38:55				127/519 - 34/38: Installing method Exception>>signaler:
01:38:55				127/519 - 35/38: Installing method Exception>>signalerContext
01:38:55				127/519 - 36/38: Installing method Exception>>tag
01:38:55				127/519 - 37/38: Installing method Exception>>tag:
01:38:55				127/519 - 38/38: Installing method Exception>>unhandledErrorAction
01:38:55				127/519 - 1/9: Installing method Exception class>>,
01:38:55				127/519 - 2/9: Installing method Exception class>>-
01:38:55				127/519 - 3/9: Installing method Exception class>>captureIfSignalledWhenStepping
01:38:55				127/519 - 4/9: Installing method Exception class>>handles:
01:38:55				127/519 - 5/9: Installing method Exception class>>signal
01:38:55				127/519 - 6/9: Installing method Exception class>>signal:
01:38:55				127/519 - 7/9: Installing method Exception class>>signal:in:
01:38:55				127/519 - 8/9: Installing method Exception class>>signal:withTag:
01:38:55				127/519 - 9/9: Installing method Exception class>>signalIn:
01:38:55				128/519 - 1/5: Installing method ExceptionSet>>,
01:38:55				128/519 - 2/5: Installing method ExceptionSet>>-
01:38:55				128/519 - 3/5: Installing method ExceptionSet>>add:
01:38:55				128/519 - 4/5: Installing method ExceptionSet>>handles:
01:38:55				128/519 - 5/5: Installing method ExceptionSet>>initialize
01:38:56				129/519 - 1/4: Installing method ExceptionSetWithExclusions>>-
01:38:56				129/519 - 2/4: Installing method ExceptionSetWithExclusions>>addExclusion:
01:38:56				129/519 - 3/4: Installing method ExceptionSetWithExclusions>>handles:
01:38:56				129/519 - 4/4: Installing method ExceptionSetWithExclusions>>initialize
01:38:56				130/519 - 1/5: Installing method ExecutionEnvironment>>activated
01:38:56				130/519 - 2/5: Installing method ExecutionEnvironment>>beActiveDuring:
01:38:56				130/519 - 3/5: Installing method ExecutionEnvironment>>deactivated
01:38:56				130/519 - 4/5: Installing method ExecutionEnvironment>>isTest
01:38:56				130/519 - 5/5: Installing method ExecutionEnvironment>>prepareForNewProcess:
01:38:56				131/519 - 1/6: Installing method Exit>>defaultAction
01:38:56				131/519 - 2/6: Installing method Exit>>isSuccess
01:38:56				131/519 - 3/6: Installing method Exit>>printMessage
01:38:56				131/519 - 4/6: Installing method Exit>>printOn:
01:38:56				131/519 - 5/6: Installing method Exit>>status
01:38:56				131/519 - 6/6: Installing method Exit>>status:
01:38:56				131/519 - 1/7: Installing method Exit class>>failure
01:38:56				131/519 - 2/7: Installing method Exit class>>signalFailure
01:38:56				131/519 - 3/7: Installing method Exit class>>signalFailure:
01:38:56				131/519 - 4/7: Installing method Exit class>>signalSuccess
01:38:56				131/519 - 5/7: Installing method Exit class>>signalSuccess:
01:38:56				131/519 - 6/7: Installing method Exit class>>status:
01:38:56				131/519 - 7/7: Installing method Exit class>>success
01:38:56				132/519 - 1/6: Installing method ExpressionEvaluated>>context
01:38:56				132/519 - 2/6: Installing method ExpressionEvaluated>>context:
01:38:56				132/519 - 3/6: Installing method ExpressionEvaluated>>expression
01:38:56				132/519 - 4/6: Installing method ExpressionEvaluated>>expressionEvaluated
01:38:56				132/519 - 5/6: Installing method ExpressionEvaluated>>expressionEvaluated:
01:38:56				132/519 - 6/6: Installing method ExpressionEvaluated>>item
01:38:56				132/519 - 1/2: Installing method ExpressionEvaluated class>>expression:
01:38:56				132/519 - 2/2: Installing method ExpressionEvaluated class>>expression:context:
01:38:57				133/519 - 1/3: Installing method ExtensionPointsOwningPackageNotification>>messageText
01:38:57				133/519 - 2/3: Installing method ExtensionPointsOwningPackageNotification>>packageName
01:38:57				133/519 - 3/3: Installing method ExtensionPointsOwningPackageNotification>>packageName:
01:38:57				133/519 - 1/1: Installing method ExtensionPointsOwningPackageNotification class>>signalFor:
01:38:57				134/519 - 1/18: Installing method ExternalAddress>>+
01:38:57				134/519 - 2/18: Installing method ExternalAddress>>=
01:38:57				134/519 - 3/18: Installing method ExternalAddress>>asByteArrayPointer
01:38:57				134/519 - 4/18: Installing method ExternalAddress>>asExternalPointer
01:38:57				134/519 - 5/18: Installing method ExternalAddress>>asInteger
01:38:57				134/519 - 6/18: Installing method ExternalAddress>>beNull
01:38:57				134/519 - 7/18: Installing method ExternalAddress>>byteAt:
01:38:57				134/519 - 8/18: Installing method ExternalAddress>>byteAt:put:
01:38:57				134/519 - 9/18: Installing method ExternalAddress>>bytesFromCString
01:38:57				134/519 - 10/18: Installing method ExternalAddress>>clone
01:38:57				134/519 - 11/18: Installing method ExternalAddress>>finalize
01:38:57				134/519 - 12/18: Installing method ExternalAddress>>free
01:38:57				134/519 - 13/18: Installing method ExternalAddress>>fromInteger:
01:38:57				134/519 - 14/18: Installing method ExternalAddress>>isExternalAddress
01:38:57				134/519 - 15/18: Installing method ExternalAddress>>isNull
01:38:57				134/519 - 16/18: Installing method ExternalAddress>>printOn:
01:38:57				134/519 - 17/18: Installing method ExternalAddress>>shallowCopy
01:38:57				134/519 - 18/18: Installing method ExternalAddress>>utf8StringFromCString
01:38:57				134/519 - 1/8: Installing method ExternalAddress class>>allocate:
01:38:57				134/519 - 2/8: Installing method ExternalAddress class>>allocate:bytesDuring:
01:38:57				134/519 - 3/8: Installing method ExternalAddress class>>gcallocate:
01:38:57				134/519 - 4/8: Installing method ExternalAddress class>>loadSymbol:module:
01:38:57				134/519 - 5/8: Installing method ExternalAddress class>>new
01:38:57				134/519 - 6/8: Installing method ExternalAddress class>>new:
01:38:57				134/519 - 7/8: Installing method ExternalAddress class>>startUp:
01:38:57				134/519 - 8/8: Installing method ExternalAddress class>>wordSize
01:38:58				135/519 - 1/4: Installing method ExternalData>>bytesFromCString
01:38:58				135/519 - 2/4: Installing method ExternalData>>printOn:
01:38:58				135/519 - 3/4: Installing method ExternalData>>setHandle:type:
01:38:58				135/519 - 4/4: Installing method ExternalData>>utf8StringFromCString
01:38:58				135/519 - 1/4: Installing method ExternalData class>>compileFields
01:38:58				135/519 - 2/4: Installing method ExternalData class>>fields
01:38:58				135/519 - 3/4: Installing method ExternalData class>>fromHandle:type:
01:38:58				135/519 - 4/4: Installing method ExternalData class>>new
01:38:58				136/519 - 1/4: Installing method ExternalObject>>getHandle
01:38:58				136/519 - 2/4: Installing method ExternalObject>>isExternalAddress
01:38:58				136/519 - 3/4: Installing method ExternalObject>>isNull
01:38:58				136/519 - 4/4: Installing method ExternalObject>>setHandle:
01:38:58				136/519 - 1/5: Installing method ExternalObject class>>initialize
01:38:58				136/519 - 2/5: Installing method ExternalObject class>>install
01:38:58				136/519 - 3/5: Installing method ExternalObject class>>installSubclasses
01:38:58				136/519 - 4/5: Installing method ExternalObject class>>null
01:38:58				136/519 - 5/5: Installing method ExternalObject class>>startUp:
01:38:59				137/519 - 1/12: Installing method ExternalSemaphoreTable class>>clearExternalObjects
01:38:59				137/519 - 2/12: Installing method ExternalSemaphoreTable class>>collectionBasedOn:withRoomFor:
01:38:59				137/519 - 3/12: Installing method ExternalSemaphoreTable class>>externalObjects
01:38:59				137/519 - 4/12: Installing method ExternalSemaphoreTable class>>freedSlotsIn:ratherThanIncreaseSizeTo:
01:38:59				137/519 - 5/12: Installing method ExternalSemaphoreTable class>>initialize
01:38:59				137/519 - 6/12: Installing method ExternalSemaphoreTable class>>privateRegisterExternalObject:
01:38:59				137/519 - 7/12: Installing method ExternalSemaphoreTable class>>privateUnregisterExternalObject:
01:38:59				137/519 - 8/12: Installing method ExternalSemaphoreTable class>>registerExternalObject:
01:38:59				137/519 - 9/12: Installing method ExternalSemaphoreTable class>>slotFor:in:
01:38:59				137/519 - 10/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects
01:38:59				137/519 - 11/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects:
01:38:59				137/519 - 12/12: Installing method ExternalSemaphoreTable class>>unregisterExternalObject:
01:38:59				138/519 - 1/2: Installing method ExternalStructure>>compositeName
01:38:59				138/519 - 2/2: Installing method ExternalStructure>>free
01:39:00				138/519 - 1/31: Installing method ExternalStructure class>>byteSize
01:39:00				138/519 - 2/31: Installing method ExternalStructure class>>checkFieldLayoutChange
01:39:00				138/519 - 3/31: Installing method ExternalStructure class>>compileAlias:withAccessors:
01:39:00				138/519 - 4/31: Installing method ExternalStructure class>>compileAllFields
01:39:00				138/519 - 5/31: Installing method ExternalStructure class>>compileFields
01:39:00				138/519 - 6/31: Installing method ExternalStructure class>>compileFields:
01:39:00				138/519 - 7/31: Installing method ExternalStructure class>>compileFields:withAccessors:
01:39:00				138/519 - 8/31: Installing method ExternalStructure class>>compiledSpec
01:39:00				138/519 - 9/31: Installing method ExternalStructure class>>compositeName
01:39:00				138/519 - 10/31: Installing method ExternalStructure class>>defineAliasAccessorsFor:type:
01:39:00				138/519 - 11/31: Installing method ExternalStructure class>>defineFieldAccessorsFor:startingAt:type:
01:39:00				138/519 - 12/31: Installing method ExternalStructure class>>defineFields
01:39:00				138/519 - 13/31: Installing method ExternalStructure class>>defineFields:
01:39:00				138/519 - 14/31: Installing method ExternalStructure class>>doneCompiling
01:39:00				138/519 - 15/31: Installing method ExternalStructure class>>externalNew
01:39:00				138/519 - 16/31: Installing method ExternalStructure class>>externalType
01:39:00				138/519 - 17/31: Installing method ExternalStructure class>>fields
01:39:00				138/519 - 18/31: Installing method ExternalStructure class>>fileOutInitializerOn:
01:39:00				138/519 - 19/31: Installing method ExternalStructure class>>fileOutOn:moveSource:toFile:initializing:
01:39:00				138/519 - 20/31: Installing method ExternalStructure class>>fromHandle:
01:39:00				138/519 - 21/31: Installing method ExternalStructure class>>install
01:39:00				138/519 - 22/31: Installing method ExternalStructure class>>maybeCompileAccessor:withSelector:
01:39:00				138/519 - 23/31: Installing method ExternalStructure class>>new
01:39:00				138/519 - 24/31: Installing method ExternalStructure class>>obsolete
01:39:00				138/519 - 25/31: Installing method ExternalStructure class>>pointerSize
01:39:01				138/519 - 26/31: Installing method ExternalStructure class>>recompileStructures
01:39:01				138/519 - 27/31: Installing method ExternalStructure class>>rename:
01:39:01				138/519 - 28/31: Installing method ExternalStructure class>>shouldGenerate:policy:
01:39:01				138/519 - 29/31: Installing method ExternalStructure class>>sortStructs:into:
01:39:01				138/519 - 30/31: Installing method ExternalStructure class>>typeNamesFromWhichIDepend
01:39:01				138/519 - 31/31: Installing method ExternalStructure class>>typedef
01:39:02				139/519 - 1/30: Installing method ExternalType>>asNonPointerType
01:39:02				139/519 - 2/30: Installing method ExternalType>>asPointerType
01:39:02				139/519 - 3/30: Installing method ExternalType>>asPointerType:
01:39:02				139/519 - 4/30: Installing method ExternalType>>atomicType
01:39:02				139/519 - 5/30: Installing method ExternalType>>byteSize
01:39:02				139/519 - 6/30: Installing method ExternalType>>compiledSpec
01:39:02				139/519 - 7/30: Installing method ExternalType>>compiledSpec:
01:39:02				139/519 - 8/30: Installing method ExternalType>>embeddedSpecWithSize:
01:39:02				139/519 - 9/30: Installing method ExternalType>>externalTypeName
01:39:02				139/519 - 10/30: Installing method ExternalType>>headerWord
01:39:02				139/519 - 11/30: Installing method ExternalType>>isAtomic
01:39:02				139/519 - 12/30: Installing method ExternalType>>isIntegerType
01:39:02				139/519 - 13/30: Installing method ExternalType>>isPointerType
01:39:02				139/519 - 14/30: Installing method ExternalType>>isSigned
01:39:02				139/519 - 15/30: Installing method ExternalType>>isStructureType
01:39:02				139/519 - 16/30: Installing method ExternalType>>isUnsigned
01:39:02				139/519 - 17/30: Installing method ExternalType>>isVoid
01:39:02				139/519 - 18/30: Installing method ExternalType>>newReferentClass:
01:39:02				139/519 - 19/30: Installing method ExternalType>>pointerSize
01:39:02				139/519 - 20/30: Installing method ExternalType>>pointerSize:
01:39:02				139/519 - 21/30: Installing method ExternalType>>printAtomicType:on:
01:39:02				139/519 - 22/30: Installing method ExternalType>>printOn:
01:39:02				139/519 - 23/30: Installing method ExternalType>>printStructureFieldStartingAt:withName:inClass:on:indent:
01:39:02				139/519 - 24/30: Installing method ExternalType>>printTypedefOn:
01:39:02				139/519 - 25/30: Installing method ExternalType>>readFieldAt:
01:39:02				139/519 - 26/30: Installing method ExternalType>>referentClass
01:39:02				139/519 - 27/30: Installing method ExternalType>>setReferencedType:
01:39:02				139/519 - 28/30: Installing method ExternalType>>storeOn:
01:39:02				139/519 - 29/30: Installing method ExternalType>>typedef
01:39:02				139/519 - 30/30: Installing method ExternalType>>writeFieldAt:with:
01:39:15				139/519 - 1/39: Installing method ExternalType class>>atomicTypeNamed:
01:39:15				139/519 - 2/39: Installing method ExternalType class>>bool
01:39:15				139/519 - 3/39: Installing method ExternalType class>>byte
01:39:15				139/519 - 4/39: Installing method ExternalType class>>char
01:39:15				139/519 - 5/39: Installing method ExternalType class>>cleanupUnusedTypes
01:39:15				139/519 - 6/39: Installing method ExternalType class>>double
01:39:15				139/519 - 7/39: Installing method ExternalType class>>float
01:39:15				139/519 - 8/39: Installing method ExternalType class>>forceTypeNamed:
01:39:15				139/519 - 9/39: Installing method ExternalType class>>initialize
01:39:15				139/519 - 10/39: Installing method ExternalType class>>initializeAtomicTypes
01:39:15				139/519 - 11/39: Installing method ExternalType class>>initializeDefaultTypes
01:39:15				139/519 - 12/39: Installing method ExternalType class>>initializeFFIConstants
01:39:15				139/519 - 13/39: Installing method ExternalType class>>initializeStructureTypes
01:39:15				139/519 - 14/39: Installing method ExternalType class>>long
01:39:15				139/519 - 15/39: Installing method ExternalType class>>new
01:39:15				139/519 - 16/39: Installing method ExternalType class>>newTypeNamed:force:
01:39:15				139/519 - 17/39: Installing method ExternalType class>>noticeModificationOf:
01:39:15				139/519 - 18/39: Installing method ExternalType class>>noticeRemovalOf:
01:39:15				139/519 - 19/39: Installing method ExternalType class>>noticeRenamingOf:from:to:
01:39:15				139/519 - 20/39: Installing method ExternalType class>>pointerSpec
01:39:15				139/519 - 21/39: Installing method ExternalType class>>sbyte
01:39:15				139/519 - 22/39: Installing method ExternalType class>>schar
01:39:15				139/519 - 23/39: Installing method ExternalType class>>short
01:39:15				139/519 - 24/39: Installing method ExternalType class>>signedByte
01:39:15				139/519 - 25/39: Installing method ExternalType class>>signedChar
01:39:16				139/519 - 26/39: Installing method ExternalType class>>signedLong
01:39:16				139/519 - 27/39: Installing method ExternalType class>>signedLongLong
01:39:16				139/519 - 28/39: Installing method ExternalType class>>signedShort
01:39:16				139/519 - 29/39: Installing method ExternalType class>>string
01:39:16				139/519 - 30/39: Installing method ExternalType class>>structTypeNamed:
01:39:16				139/519 - 31/39: Installing method ExternalType class>>structureSpec
01:39:16				139/519 - 32/39: Installing method ExternalType class>>ulong
01:39:16				139/519 - 33/39: Installing method ExternalType class>>unsignedByte
01:39:16				139/519 - 34/39: Installing method ExternalType class>>unsignedChar
01:39:16				139/519 - 35/39: Installing method ExternalType class>>unsignedLong
01:39:16				139/519 - 36/39: Installing method ExternalType class>>unsignedLongLong
01:39:16				139/519 - 37/39: Installing method ExternalType class>>unsignedShort
01:39:16				139/519 - 38/39: Installing method ExternalType class>>ushort
01:39:16				139/519 - 39/39: Installing method ExternalType class>>void
01:39:16				140/519 - 1/2: Installing method ExternalUnion class>>compileFields:withAccessors:
01:39:16				140/519 - 2/2: Installing method ExternalUnion class>>compositeName
01:39:16				141/519 - 1/9: Installing method FFIBackend>>allocate:
01:39:16				141/519 - 2/9: Installing method FFIBackend>>free:
01:39:16				141/519 - 3/9: Installing method FFIBackend>>integerOfObject:at:put:size:signed:
01:39:16				141/519 - 4/9: Installing method FFIBackend>>integerOfObject:at:size:signed:
01:39:16				141/519 - 5/9: Installing method FFIBackend>>loadSymbol:module:
01:39:16				141/519 - 6/9: Installing method FFIBackend>>on:float32At:
01:39:16				141/519 - 7/9: Installing method FFIBackend>>on:float32At:put:
01:39:16				141/519 - 8/9: Installing method FFIBackend>>on:float64At:
01:39:16				141/519 - 9/9: Installing method FFIBackend>>on:float64At:put:
01:39:16				141/519 - 1/5: Installing method FFIBackend class>>current
01:39:16				141/519 - 2/5: Installing method FFIBackend class>>detectFFIBackend
01:39:16				141/519 - 3/5: Installing method FFIBackend class>>isAvailable
01:39:16				141/519 - 4/5: Installing method FFIBackend class>>reset
01:39:16				141/519 - 5/5: Installing method FFIBackend class>>startUp:
01:39:17				142/519 - 1/4: Installing method FFIConstants class>>initialize
01:39:17				142/519 - 2/4: Installing method FFIConstants class>>initializeCallingConventions
01:39:17				142/519 - 3/4: Installing method FFIConstants class>>initializeErrorConstants
01:39:17				142/519 - 4/4: Installing method FFIConstants class>>initializeTypeConstants
01:39:17				143/519 - 1/12: Installing method False>>&
01:39:17				143/519 - 2/12: Installing method False>>and:
01:39:17				143/519 - 3/12: Installing method False>>asBit
01:39:17				143/519 - 4/12: Installing method False>>ifFalse:
01:39:17				143/519 - 5/12: Installing method False>>ifFalse:ifTrue:
01:39:17				143/519 - 6/12: Installing method False>>ifTrue:
01:39:17				143/519 - 7/12: Installing method False>>ifTrue:ifFalse:
01:39:17				143/519 - 8/12: Installing method False>>not
01:39:17				143/519 - 9/12: Installing method False>>or:
01:39:17				143/519 - 10/12: Installing method False>>printOn:
01:39:17				143/519 - 11/12: Installing method False>>xor:
01:39:17				143/519 - 12/12: Installing method False>>|
01:39:18				144/519 - 1/18: Installing method File>>basename
01:39:18				144/519 - 2/18: Installing method File>>basicOpenForWrite:
01:39:18				144/519 - 3/18: Installing method File>>checkDoesNotExist
01:39:18				144/519 - 4/18: Installing method File>>checkWritableFilesystem
01:39:18				144/519 - 5/18: Installing method File>>delete
01:39:18				144/519 - 6/18: Installing method File>>exists
01:39:18				144/519 - 7/18: Installing method File>>name
01:39:18				144/519 - 8/18: Installing method File>>named:
01:39:18				144/519 - 9/18: Installing method File>>openForAppend
01:39:18				144/519 - 10/18: Installing method File>>openForRead
01:39:18				144/519 - 11/18: Installing method File>>openForWrite
01:39:18				144/519 - 12/18: Installing method File>>openForWrite:
01:39:18				144/519 - 13/18: Installing method File>>readStream
01:39:18				144/519 - 14/18: Installing method File>>readStreamDo:
01:39:18				144/519 - 15/18: Installing method File>>size
01:39:18				144/519 - 16/18: Installing method File>>unregister
01:39:18				144/519 - 17/18: Installing method File>>writeStream
01:39:18				144/519 - 18/18: Installing method File>>writeStreamDo:
01:39:19				144/519 - 1/107: Installing method File class>>atEnd:
01:39:20				144/519 - 2/107: Installing method File class>>cantAllocateMemory
01:39:20				144/519 - 3/107: Installing method File class>>cantOpenDir
01:39:20				144/519 - 4/107: Installing method File class>>cantReadlink
01:39:20				144/519 - 5/107: Installing method File class>>cantStatPath
01:39:20				144/519 - 6/107: Installing method File class>>close:
01:39:20				144/519 - 7/107: Installing method File class>>closed:
01:39:20				144/519 - 8/107: Installing method File class>>connectToFile:writable:
01:39:20				144/519 - 9/107: Installing method File class>>connectToFileDescriptor:writable:
01:39:20				144/519 - 10/107: Installing method File class>>corruptValue
01:39:20				144/519 - 11/107: Installing method File class>>createDirectory:
01:39:20				144/519 - 12/107: Installing method File class>>decodePathString:
01:39:20				144/519 - 13/107: Installing method File class>>deleteDirectory:
01:39:20				144/519 - 14/107: Installing method File class>>deleteFile:
01:39:20				144/519 - 15/107: Installing method File class>>delimiter
01:39:20				144/519 - 16/107: Installing method File class>>encodePathString:
01:39:20				144/519 - 17/107: Installing method File class>>exists:
01:39:20				144/519 - 18/107: Installing method File class>>file:posixPermissions:
01:39:20				144/519 - 19/107: Installing method File class>>file:symlinkUid:gid:
01:39:20				144/519 - 20/107: Installing method File class>>file:uid:gid:
01:39:20				144/519 - 21/107: Installing method File class>>fileAttribute:number:
01:39:20				144/519 - 22/107: Installing method File class>>fileAttributeNumberMap
01:39:20				144/519 - 23/107: Installing method File class>>fileAttributes:mask:
01:39:20				144/519 - 24/107: Installing method File class>>fileAttributesVersionString
01:39:20				144/519 - 25/107: Installing method File class>>fileDescriptorIsAvailable:
01:39:20				144/519 - 26/107: Installing method File class>>fileDescriptorType:
01:39:20				144/519 - 27/107: Installing method File class>>flush:
01:39:20				144/519 - 28/107: Installing method File class>>fromPlatformPath:
01:39:20				144/519 - 29/107: Installing method File class>>getAttributesFailed
01:39:20				144/519 - 30/107: Installing method File class>>getMacFile:type:creator:
01:39:20				144/519 - 31/107: Installing method File class>>getPosition:
01:39:20				144/519 - 32/107: Installing method File class>>initialize
01:39:20				144/519 - 33/107: Installing method File class>>invalidArguments
01:39:20				144/519 - 34/107: Installing method File class>>isBlock:
01:39:20				144/519 - 35/107: Installing method File class>>isCharacter:
01:39:20				144/519 - 36/107: Installing method File class>>isDirectory:
01:39:20				144/519 - 37/107: Installing method File class>>isExecutable:
01:39:20				144/519 - 38/107: Installing method File class>>isFIFO:
01:39:20				144/519 - 39/107: Installing method File class>>isFile:
01:39:20				144/519 - 40/107: Installing method File class>>isReadable:
01:39:20				144/519 - 41/107: Installing method File class>>isRegular:
01:39:20				144/519 - 42/107: Installing method File class>>isSocket:
01:39:20				144/519 - 43/107: Installing method File class>>isSymlink:
01:39:20				144/519 - 44/107: Installing method File class>>isWritable:
01:39:20				144/519 - 45/107: Installing method File class>>lookupDirectory:filename:
01:39:20				144/519 - 46/107: Installing method File class>>lookupEntryIn:index:
01:39:20				144/519 - 47/107: Installing method File class>>modeIsBlock:
01:39:20				144/519 - 48/107: Installing method File class>>modeIsCharacter:
01:39:20				144/519 - 49/107: Installing method File class>>modeIsDirectory:
01:39:21				144/519 - 50/107: Installing method File class>>modeIsFIFO:
01:39:21				144/519 - 51/107: Installing method File class>>modeIsRegular:
01:39:21				144/519 - 52/107: Installing method File class>>modeIsSocket:
01:39:21				144/519 - 53/107: Installing method File class>>modeIsSymlink:
01:39:21				144/519 - 54/107: Installing method File class>>modeOf:
01:39:21				144/519 - 55/107: Installing method File class>>named:
01:39:21				144/519 - 56/107: Installing method File class>>open:writable:
01:39:21				144/519 - 57/107: Installing method File class>>openForReadFileNamed:
01:39:21				144/519 - 58/107: Installing method File class>>openForWriteFileNamed:
01:39:21				144/519 - 59/107: Installing method File class>>posixPermissions:
01:39:21				144/519 - 60/107: Installing method File class>>primClosedir:
01:39:21				144/519 - 61/107: Installing method File class>>primDeleteFile:
01:39:21				144/519 - 62/107: Installing method File class>>primExists:
01:39:21				144/519 - 63/107: Installing method File class>>primFile:posixPermissions:
01:39:21				144/519 - 64/107: Installing method File class>>primFile:symlinkUid:gid:
01:39:21				144/519 - 65/107: Installing method File class>>primFile:uid:gid:
01:39:21				144/519 - 66/107: Installing method File class>>primFileAttribute:number:
01:39:21				144/519 - 67/107: Installing method File class>>primFileAttributes:mask:
01:39:21				144/519 - 68/107: Installing method File class>>primFileMasks
01:39:21				144/519 - 69/107: Installing method File class>>primFromPlatformPath:
01:39:21				144/519 - 70/107: Installing method File class>>primLogicalDrives
01:39:21				144/519 - 71/107: Installing method File class>>primOpendir:
01:39:21				144/519 - 72/107: Installing method File class>>primPathMax
01:39:21				144/519 - 73/107: Installing method File class>>primReaddir:
01:39:21				144/519 - 74/107: Installing method File class>>primRewinddir:
01:39:21				144/519 - 75/107: Installing method File class>>primToPlatformPath:
01:39:21				144/519 - 76/107: Installing method File class>>primitiveWaitForDataOn:signalling:
01:39:21				144/519 - 77/107: Installing method File class>>read:into:startingAt:count:
01:39:21				144/519 - 78/107: Installing method File class>>register:
01:39:21				144/519 - 79/107: Installing method File class>>registry
01:39:21				144/519 - 80/107: Installing method File class>>rename:to:
01:39:21				144/519 - 81/107: Installing method File class>>reset
01:39:21				144/519 - 82/107: Installing method File class>>retryWithGC:until:forFileNamed:
01:39:21				144/519 - 83/107: Installing method File class>>s_IFBLK
01:39:21				144/519 - 84/107: Installing method File class>>s_IFCHR
01:39:21				144/519 - 85/107: Installing method File class>>s_IFDIR
01:39:21				144/519 - 86/107: Installing method File class>>s_IFIFO
01:39:21				144/519 - 87/107: Installing method File class>>s_IFLNK
01:39:21				144/519 - 88/107: Installing method File class>>s_IFMT
01:39:21				144/519 - 89/107: Installing method File class>>s_IFREG
01:39:21				144/519 - 90/107: Installing method File class>>s_IFSOCK
01:39:21				144/519 - 91/107: Installing method File class>>setPosition:to:
01:39:21				144/519 - 92/107: Installing method File class>>signalError:for:
01:39:21				144/519 - 93/107: Installing method File class>>sizeOf:
01:39:21				144/519 - 94/107: Installing method File class>>sizeOrNil:
01:39:21				144/519 - 95/107: Installing method File class>>startUp:
01:39:21				144/519 - 96/107: Installing method File class>>statFailed
01:39:21				144/519 - 97/107: Installing method File class>>stdioHandles
01:39:22				144/519 - 98/107: Installing method File class>>stdioIsAvailable
01:39:22				144/519 - 99/107: Installing method File class>>stringTooLong
01:39:22				144/519 - 100/107: Installing method File class>>sync:
01:39:22				144/519 - 101/107: Installing method File class>>timeConversionFailed
01:39:22				144/519 - 102/107: Installing method File class>>toPlatformPath:
01:39:22				144/519 - 103/107: Installing method File class>>truncate:to:
01:39:22				144/519 - 104/107: Installing method File class>>unexpectedError
01:39:22				144/519 - 105/107: Installing method File class>>unregister:
01:39:22				144/519 - 106/107: Installing method File class>>unsupportedOperation
01:39:22				144/519 - 107/107: Installing method File class>>write:from:startingAt:count:
01:39:22				145/519 - 1/3: Installing method FileAlreadyExistsException>>file
01:39:22				145/519 - 2/3: Installing method FileAlreadyExistsException>>file:
01:39:22				145/519 - 3/3: Installing method FileAlreadyExistsException>>messageText
01:39:22				145/519 - 1/1: Installing method FileAlreadyExistsException class>>signalOnFile:
01:39:22				146/519 - 1/2: Installing method FileDoesNotExistException>>readOnly
01:39:22				146/519 - 2/2: Installing method FileDoesNotExistException>>readOnly:
01:39:22				146/519 - 1/1: Installing method FileDoesNotExistException class>>signalWithFile:writeMode:
01:39:22				147/519 - 1/4: Installing method FileException>>fileName
01:39:22				147/519 - 2/4: Installing method FileException>>fileName:
01:39:28				147/519 - 3/4: Installing method FileException>>isResumable
01:39:28				147/519 - 4/4: Installing method FileException>>messageText
01:39:28				147/519 - 1/3: Installing method FileException class>>fileName:
01:39:28				147/519 - 2/3: Installing method FileException class>>signalOnFile:
01:39:28				147/519 - 3/3: Installing method FileException class>>signalWith:
01:39:29				148/519 - 1/2: Installing method FilePathEncoder class>>decode:
01:39:29				148/519 - 2/2: Installing method FilePathEncoder class>>encode:
01:39:29				150/519 - 1/8: Installing method FinalizationProcess class>>finalizationProcess
01:39:29				150/519 - 2/8: Installing method FinalizationProcess class>>initialize
01:39:29				150/519 - 3/8: Installing method FinalizationProcess class>>mournLoopWith:
01:39:29				150/519 - 4/8: Installing method FinalizationProcess class>>primitiveFetchMourner
01:39:29				150/519 - 5/8: Installing method FinalizationProcess class>>restartFinalizationProcess
01:39:29				150/519 - 6/8: Installing method FinalizationProcess class>>restartMethods
01:39:29				150/519 - 7/8: Installing method FinalizationProcess class>>runningFinalizationProcess
01:39:29				150/519 - 8/8: Installing method FinalizationProcess class>>startUp:
01:39:29				151/519 - 1/20: Installing method FinalizationRegistry>>add:
01:39:29				151/519 - 2/20: Installing method FinalizationRegistry>>add:finalizer:
01:39:29				151/519 - 3/20: Installing method FinalizationRegistry>>ephemeronAtKey:
01:39:29				151/519 - 4/20: Installing method FinalizationRegistry>>ephemeronAtKey:ifAbsent:
01:39:29				151/519 - 5/20: Installing method FinalizationRegistry>>errorHandler
01:39:29				151/519 - 6/20: Installing method FinalizationRegistry>>errorHandler:
01:39:29				151/519 - 7/20: Installing method FinalizationRegistry>>finalizeEphemeron:
01:39:29				151/519 - 8/20: Installing method FinalizationRegistry>>handleErrorsDuring:
01:39:29				151/519 - 9/20: Installing method FinalizationRegistry>>includes:
01:39:29				151/519 - 10/20: Installing method FinalizationRegistry>>initialize
01:39:29				151/519 - 11/20: Installing method FinalizationRegistry>>isEmpty
01:39:29				151/519 - 12/20: Installing method FinalizationRegistry>>keys
01:39:29				151/519 - 13/20: Installing method FinalizationRegistry>>postCopy
01:39:29				151/519 - 14/20: Installing method FinalizationRegistry>>protected:
01:39:29				151/519 - 15/20: Installing method FinalizationRegistry>>remove:
01:39:29				151/519 - 16/20: Installing method FinalizationRegistry>>remove:ifAbsent:
01:39:29				151/519 - 17/20: Installing method FinalizationRegistry>>removeEphemeron:
01:39:29				151/519 - 18/20: Installing method FinalizationRegistry>>size
01:39:29				151/519 - 19/20: Installing method FinalizationRegistry>>values
01:39:29				151/519 - 20/20: Installing method FinalizationRegistry>>valuesDo:
01:39:29				151/519 - 1/1: Installing method FinalizationRegistry class>>default
01:39:30				152/519 - 1/5: Installing method FinalizationRegistryEntry>>container
01:39:30				152/519 - 2/5: Installing method FinalizationRegistryEntry>>container:
01:39:30				152/519 - 3/5: Installing method FinalizationRegistryEntry>>link
01:39:30				152/519 - 4/5: Installing method FinalizationRegistryEntry>>link:
01:39:30				152/519 - 5/5: Installing method FinalizationRegistryEntry>>mourn
01:39:30				152/519 - 1/1: Installing method FinalizationRegistryEntry class>>key:value:container:
01:39:30				153/519 - 1/2: Installing method FixedLayout>>instanceSpecification
01:39:30				153/519 - 2/2: Installing method FixedLayout>>isFixedLayout
01:39:30				153/519 - 1/1: Installing method FixedLayout class>>extending:scope:host:
01:39:31				154/519 - 1/42: Installing method Float>>abs
01:39:31				154/519 - 2/42: Installing method Float>>absPrintExactlyOn:base:
01:39:31				154/519 - 3/42: Installing method Float>>absPrintInexactlyOn:base:
01:39:31				154/519 - 4/42: Installing method Float>>absPrintOn:base:digitCount:
01:39:31				154/519 - 5/42: Installing method Float>>adaptToFraction:andCompare:
01:39:31				154/519 - 6/42: Installing method Float>>adaptToFraction:andSend:
01:39:31				154/519 - 7/42: Installing method Float>>adaptToInteger:andCompare:
01:39:31				154/519 - 8/42: Installing method Float>>adaptToInteger:andSend:
01:39:31				154/519 - 9/42: Installing method Float>>asApproximateFraction
01:39:31				154/519 - 10/42: Installing method Float>>asApproximateFractionAtOrder:
01:39:31				154/519 - 11/42: Installing method Float>>asFloat
01:39:31				154/519 - 12/42: Installing method Float>>asFraction
01:39:31				154/519 - 13/42: Installing method Float>>asMinimalDecimalFraction
01:39:31				154/519 - 14/42: Installing method Float>>asScaledDecimal
01:39:31				154/519 - 15/42: Installing method Float>>asTrueFraction
01:39:31				154/519 - 16/42: Installing method Float>>at:
01:39:31				154/519 - 17/42: Installing method Float>>at:put:
01:39:31				154/519 - 18/42: Installing method Float>>basicAt:
01:39:31				154/519 - 19/42: Installing method Float>>basicAt:put:
01:39:31				154/519 - 20/42: Installing method Float>>deepCopy
01:39:31				154/519 - 21/42: Installing method Float>>exponent
01:39:31				154/519 - 22/42: Installing method Float>>floorLog:
01:39:31				154/519 - 23/42: Installing method Float>>hash
01:39:31				154/519 - 24/42: Installing method Float>>isFinite
01:39:31				154/519 - 25/42: Installing method Float>>isFloat
01:39:31				154/519 - 26/42: Installing method Float>>isInfinite
01:39:31				154/519 - 27/42: Installing method Float>>isLiteral
01:39:31				154/519 - 28/42: Installing method Float>>isNaN
01:39:31				154/519 - 29/42: Installing method Float>>isPowerOfTwo
01:39:31				154/519 - 30/42: Installing method Float>>isSelfEvaluating
01:39:31				154/519 - 31/42: Installing method Float>>isZero
01:39:31				154/519 - 32/42: Installing method Float>>literalEqual:
01:39:31				154/519 - 33/42: Installing method Float>>negated
01:39:31				154/519 - 34/42: Installing method Float>>printOn:base:
01:39:31				154/519 - 35/42: Installing method Float>>reciprocalFloorLog:
01:39:31				154/519 - 36/42: Installing method Float>>reciprocalLogBase2
01:39:31				154/519 - 37/42: Installing method Float>>shallowCopy
01:39:31				154/519 - 38/42: Installing method Float>>signBit
01:39:31				154/519 - 39/42: Installing method Float>>significand
01:39:31				154/519 - 40/42: Installing method Float>>significandAsInteger
01:39:31				154/519 - 41/42: Installing method Float>>timesTwoPower:
01:39:31				154/519 - 42/42: Installing method Float>>veryDeepCopyWith:
01:39:31				154/519 - 1/28: Installing method Float class>>basicNew
01:39:31				154/519 - 2/28: Installing method Float class>>basicNew:
01:39:31				154/519 - 3/28: Installing method Float class>>defaultComparisonPrecision
01:39:31				154/519 - 4/28: Installing method Float class>>denormalized
01:39:31				154/519 - 5/28: Installing method Float class>>e
01:39:31				154/519 - 6/28: Installing method Float class>>emax
01:39:32				154/519 - 7/28: Installing method Float class>>emin
01:39:32				154/519 - 8/28: Installing method Float class>>fromIEEE32Bit:
01:39:32				154/519 - 9/28: Installing method Float class>>fromIEEE64Bit:
01:39:32				154/519 - 10/28: Installing method Float class>>fromIEEE64BitWord:
01:39:32				154/519 - 11/28: Installing method Float class>>halfPi
01:39:32				154/519 - 12/28: Installing method Float class>>infinity
01:39:32				154/519 - 13/28: Installing method Float class>>initialize
01:39:32				154/519 - 14/28: Installing method Float class>>isAbstract
01:39:32				154/519 - 15/28: Installing method Float class>>machineEpsilon
01:39:32				154/519 - 16/28: Installing method Float class>>maxExactInteger
01:39:32				154/519 - 17/28: Installing method Float class>>nan
01:39:32				154/519 - 18/28: Installing method Float class>>negativeInfinity
01:39:32				154/519 - 19/28: Installing method Float class>>negativeZero
01:39:32				154/519 - 20/28: Installing method Float class>>one
01:39:32				154/519 - 21/28: Installing method Float class>>pi
01:39:32				154/519 - 22/28: Installing method Float class>>precision
01:39:32				154/519 - 23/28: Installing method Float class>>radix
01:39:32				154/519 - 24/28: Installing method Float class>>readFrom:
01:39:32				154/519 - 25/28: Installing method Float class>>readFrom:ifFail:
01:39:32				154/519 - 26/28: Installing method Float class>>threePi
01:39:32				154/519 - 27/28: Installing method Float class>>twoPi
01:39:32				154/519 - 28/28: Installing method Float class>>zero
01:39:32				155/519 - 1/18: Installing method Float32Array>>=
01:39:32				155/519 - 2/18: Installing method Float32Array>>addAssignToFloatArray:
01:39:32				155/519 - 3/18: Installing method Float32Array>>asFloatArray
01:39:32				155/519 - 4/18: Installing method Float32Array>>at:
01:39:32				155/519 - 5/18: Installing method Float32Array>>at:put:
01:39:33				155/519 - 6/18: Installing method Float32Array>>defaultElement
01:39:33				155/519 - 7/18: Installing method Float32Array>>dot:
01:39:33				155/519 - 8/18: Installing method Float32Array>>hash
01:39:33				155/519 - 9/18: Installing method Float32Array>>primAddArray:
01:39:33				155/519 - 10/18: Installing method Float32Array>>primAddScalar:
01:39:33				155/519 - 11/18: Installing method Float32Array>>primDivArray:
01:39:33				155/519 - 12/18: Installing method Float32Array>>primDivScalar:
01:39:33				155/519 - 13/18: Installing method Float32Array>>primMulArray:
01:39:33				155/519 - 14/18: Installing method Float32Array>>primMulScalar:
01:39:33				155/519 - 15/18: Installing method Float32Array>>primSubArray:
01:39:33				155/519 - 16/18: Installing method Float32Array>>primSubScalar:
01:39:33				155/519 - 17/18: Installing method Float32Array>>replaceFrom:to:with:startingAt:
01:39:33				155/519 - 18/18: Installing method Float32Array>>sum
01:39:33				156/519 - 1/4: Installing method Float64Array>>at64Bits:
01:39:33				156/519 - 2/4: Installing method Float64Array>>at64Bits:put:
01:39:33				156/519 - 3/4: Installing method Float64Array>>at:
01:39:33				156/519 - 4/4: Installing method Float64Array>>at:put:
01:39:33				157/519 - 1/2: Installing method FloatPrintPolicy>>default
01:39:33				157/519 - 2/2: Installing method FloatPrintPolicy>>initialize
01:39:33				157/519 - 1/1: Installing method FloatPrintPolicy class>>absPrint:on:base:
01:39:34				158/519 - 1/30: Installing method Fraction>>*
01:39:34				158/519 - 2/30: Installing method Fraction>>+
01:39:34				158/519 - 3/30: Installing method Fraction>>-
01:39:34				158/519 - 4/30: Installing method Fraction>>/
01:39:34				158/519 - 5/30: Installing method Fraction>><
01:39:34				158/519 - 6/30: Installing method Fraction>><=
01:39:34				158/519 - 7/30: Installing method Fraction>>=
01:39:34				158/519 - 8/30: Installing method Fraction>>>
01:39:34				158/519 - 9/30: Installing method Fraction>>>=
01:39:34				158/519 - 10/30: Installing method Fraction>>adaptToInteger:andSend:
01:39:34				158/519 - 11/30: Installing method Fraction>>asFloat
01:39:34				158/519 - 12/30: Installing method Fraction>>asFraction
01:39:34				158/519 - 13/30: Installing method Fraction>>asLargerPowerOfTwo
01:39:34				158/519 - 14/30: Installing method Fraction>>asScaledDecimal
01:39:34				158/519 - 15/30: Installing method Fraction>>asSmallerPowerOfTwo
01:39:34				158/519 - 16/30: Installing method Fraction>>denominator
01:39:34				158/519 - 17/30: Installing method Fraction>>hash
01:39:34				158/519 - 18/30: Installing method Fraction>>isFraction
01:39:34				158/519 - 19/30: Installing method Fraction>>isPowerOfTwo
01:39:34				158/519 - 20/30: Installing method Fraction>>isSelfEvaluating
01:39:34				158/519 - 21/30: Installing method Fraction>>negated
01:39:34				158/519 - 22/30: Installing method Fraction>>negative
01:39:34				158/519 - 23/30: Installing method Fraction>>numerator
01:39:34				158/519 - 24/30: Installing method Fraction>>printOn:base:
01:39:34				158/519 - 25/30: Installing method Fraction>>printOn:showingDecimalPlaces:
01:39:34				158/519 - 26/30: Installing method Fraction>>reciprocal
01:39:34				158/519 - 27/30: Installing method Fraction>>reduced
01:39:34				158/519 - 28/30: Installing method Fraction>>round:
01:39:34				158/519 - 29/30: Installing method Fraction>>setNumerator:denominator:
01:39:34				158/519 - 30/30: Installing method Fraction>>truncated
01:39:34				158/519 - 1/2: Installing method Fraction class>>numerator:denominator:
01:39:34				158/519 - 2/2: Installing method Fraction class>>readFrom:
01:39:34				159/519 - 1/3: Installing method FullBlockClosure>>receiver
01:39:34				159/519 - 2/3: Installing method FullBlockClosure>>receiver:
01:39:34				159/519 - 3/3: Installing method FullBlockClosure>>sender
01:39:34				160/519 - 1/13: Installing method Generator>>atEnd
01:39:34				160/519 - 2/13: Installing method Generator>>close
01:39:34				160/519 - 3/13: Installing method Generator>>contents
01:39:34				160/519 - 4/13: Installing method Generator>>fork
01:39:34				160/519 - 5/13: Installing method Generator>>initializeOn:
01:39:34				160/519 - 6/13: Installing method Generator>>next
01:39:34				160/519 - 7/13: Installing method Generator>>nextPut:
01:39:34				160/519 - 8/13: Installing method Generator>>peek
01:39:34				160/519 - 9/13: Installing method Generator>>printOn:
01:39:34				160/519 - 10/13: Installing method Generator>>reset
01:39:35				160/519 - 11/13: Installing method Generator>>size
01:39:35				160/519 - 12/13: Installing method Generator>>value:
01:39:35				160/519 - 13/13: Installing method Generator>>yield:
01:39:35				160/519 - 1/3: Installing method Generator class>>on:
01:39:35				160/519 - 2/3: Installing method Generator class>>onDo:
01:39:35				160/519 - 3/3: Installing method Generator class>>somePrimes
01:39:35				161/519 - 1/8: Installing method GlobalVariable>>acceptVisitor:node:
01:39:35				161/519 - 2/8: Installing method GlobalVariable>>definingClass
01:39:35				161/519 - 3/8: Installing method GlobalVariable>>emitStore:
01:39:35				161/519 - 4/8: Installing method GlobalVariable>>emitValue:
01:39:35				161/519 - 5/8: Installing method GlobalVariable>>isDeprecated
01:39:35				161/519 - 6/8: Installing method GlobalVariable>>isDeprecated:
01:39:35				161/519 - 7/8: Installing method GlobalVariable>>isGlobalVariable
01:39:35				161/519 - 8/8: Installing method GlobalVariable>>scope
01:39:35				162/519 - 1/3: Installing method HEAbstractExported>>=
01:39:35				162/519 - 2/3: Installing method HEAbstractExported>>hash
01:39:35				162/519 - 3/3: Installing method HEAbstractExported>>instVarNamesForEqualityComparison
01:39:35				162/519 - 1/1: Installing method HEAbstractExported class>>readFrom:
01:39:35				163/519 - 1/3: Installing method HEAdditionalMethodState>>asLiteralIn:
01:39:35				163/519 - 2/3: Installing method HEAdditionalMethodState>>doReadFrom:
01:39:35				163/519 - 3/3: Installing method HEAdditionalMethodState>>value:
01:39:35				163/519 - 1/1: Installing method HEAdditionalMethodState class>>tag
01:39:35				164/519 - 1/3: Installing method HEArray>>asLiteralIn:
01:39:35				164/519 - 2/3: Installing method HEArray>>doReadFrom:
01:39:35				164/519 - 3/3: Installing method HEArray>>value:
01:39:35				164/519 - 1/1: Installing method HEArray class>>tag
01:39:35				165/519 - 1/3: Installing method HEAssociation>>asLiteralIn:
01:39:35				165/519 - 2/3: Installing method HEAssociation>>doReadFrom:
01:39:35				165/519 - 3/3: Installing method HEAssociation>>value:
01:39:35				165/519 - 1/1: Installing method HEAssociation class>>tag
01:39:36				166/519 - 1/10: Installing method HEBinaryReader>>close
01:39:36				166/519 - 2/10: Installing method HEBinaryReader>>intSize
01:39:36				166/519 - 3/10: Installing method HEBinaryReader>>readByte
01:39:36				166/519 - 4/10: Installing method HEBinaryReader>>readByteArray
01:39:36				166/519 - 5/10: Installing method HEBinaryReader>>readByteString
01:39:36				166/519 - 6/10: Installing method HEBinaryReader>>readByteSymbol
01:39:36				166/519 - 7/10: Installing method HEBinaryReader>>readInt32
01:39:36				166/519 - 8/10: Installing method HEBinaryReader>>readUInt32
01:39:36				166/519 - 9/10: Installing method HEBinaryReader>>stream
01:39:36				166/519 - 10/10: Installing method HEBinaryReader>>stream:
01:39:36				167/519 - 1/2: Installing method HEBoolean>>asLiteralIn:
01:39:36				167/519 - 2/2: Installing method HEBoolean>>doReadFrom:
01:39:36				167/519 - 1/1: Installing method HEBoolean class>>tag
01:39:36				168/519 - 1/2: Installing method HEByteArray>>asLiteralIn:
01:39:36				168/519 - 2/2: Installing method HEByteArray>>doReadFrom:
01:39:36				168/519 - 1/1: Installing method HEByteArray class>>tag
01:39:36				169/519 - 1/3: Installing method HEByteString>>asLiteralIn:
01:39:36				169/519 - 2/3: Installing method HEByteString>>doConvertValue:
01:39:36				169/519 - 3/3: Installing method HEByteString>>doReadFrom:
01:39:36				169/519 - 1/1: Installing method HEByteString class>>tag
01:39:36				170/519 - 1/2: Installing method HECharacter>>asLiteralIn:
01:39:36				170/519 - 2/2: Installing method HECharacter>>value:
01:39:37				170/519 - 1/1: Installing method HECharacter class>>tag
01:39:37				171/519 - 1/18: Installing method HEClass>>classInstancevariables
01:39:37				171/519 - 2/18: Installing method HEClass>>classInstancevariables:
01:39:37				171/519 - 3/18: Installing method HEClass>>className
01:39:37				171/519 - 4/18: Installing method HEClass>>className:
01:39:37				171/519 - 5/18: Installing method HEClass>>classVariables
01:39:37				171/519 - 6/18: Installing method HEClass>>classVariables:
01:39:37				171/519 - 7/18: Installing method HEClass>>doReadHeaderFrom:
01:39:37				171/519 - 8/18: Installing method HEClass>>instanceVariables
01:39:37				171/519 - 9/18: Installing method HEClass>>instanceVariables:
01:39:37				171/519 - 10/18: Installing method HEClass>>isTrait
01:39:37				171/519 - 11/18: Installing method HEClass>>layoutClass
01:39:37				171/519 - 12/18: Installing method HEClass>>layoutClass:
01:39:37				171/519 - 13/18: Installing method HEClass>>name
01:39:37				171/519 - 14/18: Installing method HEClass>>printOn:
01:39:37				171/519 - 15/18: Installing method HEClass>>sharedPools
01:39:37				171/519 - 16/18: Installing method HEClass>>sharedPools:
01:39:37				171/519 - 17/18: Installing method HEClass>>superclass
01:39:37				171/519 - 18/18: Installing method HEClass>>superclass:
01:39:37				172/519 - 1/2: Installing method HEClassTrait>>asLiteralIn:
01:39:37				172/519 - 2/2: Installing method HEClassTrait>>value:
01:39:37				172/519 - 1/1: Installing method HEClassTrait class>>tag
01:39:37				173/519 - 1/2: Installing method HEClassVariable>>asLiteralIn:
01:39:37				173/519 - 2/2: Installing method HEClassVariable>>value:
01:39:37				173/519 - 1/1: Installing method HEClassVariable class>>tag
01:39:37				174/519 - 1/4: Installing method HECompiledBlock>>asLiteralIn:
01:39:37				174/519 - 2/4: Installing method HECompiledBlock>>doReadFrom:
01:39:37				174/519 - 3/4: Installing method HECompiledBlock>>headerFor:
01:39:37				174/519 - 4/4: Installing method HECompiledBlock>>instVarNamesForEqualityComparison
01:39:37				174/519 - 1/1: Installing method HECompiledBlock class>>tag
01:39:38				175/519 - 1/3: Installing method HEConstantBlock>>asLiteralIn:
01:39:38				175/519 - 2/3: Installing method HEConstantBlock>>doReadFrom:
01:39:38				175/519 - 3/3: Installing method HEConstantBlock>>instVarNamesForEqualityComparison
01:39:38				175/519 - 1/1: Installing method HEConstantBlock class>>tag
01:39:38				176/519 - 1/4: Installing method HEExportedLiteral>>asExportedLiteral
01:39:38				176/519 - 2/4: Installing method HEExportedLiteral>>asLiteralIn:
01:39:38				176/519 - 3/4: Installing method HEExportedLiteral>>doReadFrom:
01:39:38				176/519 - 4/4: Installing method HEExportedLiteral>>value
01:39:38				176/519 - 1/1: Installing method HEExportedLiteral class>>readFrom:
01:39:38				177/519 - 1/2: Installing method HEExportedMetaclass>>asLiteralIn:
01:39:38				177/519 - 2/2: Installing method HEExportedMetaclass>>value:
01:39:38				177/519 - 1/1: Installing method HEExportedMetaclass class>>tag
01:39:38				178/519 - 1/11: Installing method HEExtendedEnvironment>>classNamed:
01:39:38				178/519 - 2/11: Installing method HEExtendedEnvironment>>inner
01:39:38				178/519 - 3/11: Installing method HEExtendedEnvironment>>inner:
01:39:38				178/519 - 4/11: Installing method HEExtendedEnvironment>>newBlock
01:39:38				178/519 - 5/11: Installing method HEExtendedEnvironment>>newBlock:
01:39:38				178/519 - 6/11: Installing method HEExtendedEnvironment>>newClass
01:39:38				178/519 - 7/11: Installing method HEExtendedEnvironment>>newClass:
01:39:38				178/519 - 8/11: Installing method HEExtendedEnvironment>>newMethod
01:39:38				178/519 - 9/11: Installing method HEExtendedEnvironment>>newMethod:
01:39:38				178/519 - 10/11: Installing method HEExtendedEnvironment>>newSelector
01:39:38				178/519 - 11/11: Installing method HEExtendedEnvironment>>newSelector:
01:39:38				179/519 - 1/2: Installing method HEFloat>>asLiteralIn:
01:39:38				179/519 - 2/2: Installing method HEFloat>>doReadFrom:
01:39:38				179/519 - 1/1: Installing method HEFloat class>>tag
01:39:38				180/519 - 1/2: Installing method HEFraction>>asLiteralIn:
01:39:38				180/519 - 2/2: Installing method HEFraction>>doReadFrom:
01:39:38				180/519 - 1/1: Installing method HEFraction class>>tag
01:39:38				181/519 - 1/2: Installing method HEGlobalVariable>>asLiteralIn:
01:39:38				181/519 - 2/2: Installing method HEGlobalVariable>>value:
01:39:39				181/519 - 1/1: Installing method HEGlobalVariable class>>tag
01:39:39				182/519 - 1/22: Installing method HEInstaller>>build:
01:39:39				182/519 - 2/22: Installing method HEInstaller>>buildTrait:
01:39:39				182/519 - 3/22: Installing method HEInstaller>>buildTraitCompositionFor:
01:39:39				182/519 - 4/22: Installing method HEInstaller>>classNamed:
01:39:39				182/519 - 5/22: Installing method HEInstaller>>doInstallPackage:
01:39:39				182/519 - 6/22: Installing method HEInstaller>>environment
01:39:39				182/519 - 7/22: Installing method HEInstaller>>environment:
01:39:39				182/519 - 8/22: Installing method HEInstaller>>existingClass:
01:39:39				182/519 - 9/22: Installing method HEInstaller>>existingTrait:
01:39:39				182/519 - 10/22: Installing method HEInstaller>>initialize
01:39:39				182/519 - 11/22: Installing method HEInstaller>>installExtensionMethod:
01:39:39				182/519 - 12/22: Installing method HEInstaller>>installMethods:into:
01:39:39				182/519 - 13/22: Installing method HEInstaller>>installPackage:
01:39:39				182/519 - 14/22: Installing method HEInstaller>>messageExistingClass:
01:39:39				182/519 - 15/22: Installing method HEInstaller>>messageExistingTrait:
01:39:39				182/519 - 16/22: Installing method HEInstaller>>messageMethod:alreadyExistsIn:
01:39:39				182/519 - 17/22: Installing method HEInstaller>>newUndeclaredVariables
01:39:39				182/519 - 18/22: Installing method HEInstaller>>rebuildMethod:into:
01:39:39				182/519 - 19/22: Installing method HEInstaller>>reportNewUndeclareds:
01:39:39				182/519 - 20/22: Installing method HEInstaller>>shouldBuildMethod:in:
01:39:39				182/519 - 21/22: Installing method HEInstaller>>supportsTraits
01:39:39				182/519 - 22/22: Installing method HEInstaller>>validateNoNewUndeclared
01:39:39				183/519 - 1/2: Installing method HEInteger>>asLiteralIn:
01:39:39				183/519 - 2/2: Installing method HEInteger>>doReadFrom:
01:39:40				183/519 - 1/1: Installing method HEInteger class>>tag
01:39:40				184/519 - 1/14: Installing method HEMethod>>bytecode
01:39:40				184/519 - 2/14: Installing method HEMethod>>bytecode:
01:39:40				184/519 - 3/14: Installing method HEMethod>>className
01:39:40				184/519 - 4/14: Installing method HEMethod>>className:
01:39:40				184/519 - 5/14: Installing method HEMethod>>headerFor:
01:39:40				184/519 - 6/14: Installing method HEMethod>>literals
01:39:40				184/519 - 7/14: Installing method HEMethod>>literals:
01:39:40				184/519 - 8/14: Installing method HEMethod>>name
01:39:40				184/519 - 9/14: Installing method HEMethod>>name:
01:39:40				184/519 - 10/14: Installing method HEMethod>>printOn:
01:39:40				184/519 - 11/14: Installing method HEMethod>>protocol
01:39:40				184/519 - 12/14: Installing method HEMethod>>protocol:
01:39:40				184/519 - 13/14: Installing method HEMethod>>readFrom:
01:39:40				184/519 - 14/14: Installing method HEMethod>>selector
01:39:40				185/519 - 1/15: Installing method HEMethodContainer>>classSideMethods
01:39:40				185/519 - 2/15: Installing method HEMethodContainer>>classSideMethods:
01:39:40				185/519 - 3/15: Installing method HEMethodContainer>>classTraitComposition
01:39:41				185/519 - 4/15: Installing method HEMethodContainer>>classTraitComposition:
01:39:41				185/519 - 5/15: Installing method HEMethodContainer>>doReadHeaderFrom:
01:39:41				185/519 - 6/15: Installing method HEMethodContainer>>doReadMethodsFrom:
01:39:41				185/519 - 7/15: Installing method HEMethodContainer>>methods
01:39:41				185/519 - 8/15: Installing method HEMethodContainer>>methods:
01:39:41				185/519 - 9/15: Installing method HEMethodContainer>>packageName
01:39:41				185/519 - 10/15: Installing method HEMethodContainer>>packageName:
01:39:41				185/519 - 11/15: Installing method HEMethodContainer>>readFrom:
01:39:41				185/519 - 12/15: Installing method HEMethodContainer>>tagName
01:39:41				185/519 - 13/15: Installing method HEMethodContainer>>tagName:
01:39:41				185/519 - 14/15: Installing method HEMethodContainer>>traitComposition
01:39:41				185/519 - 15/15: Installing method HEMethodContainer>>traitComposition:
01:39:41				186/519 - 1/5: Installing method HEMethodLiteral>>asLiteralIn:
01:39:41				186/519 - 2/5: Installing method HEMethodLiteral>>className
01:39:41				186/519 - 3/5: Installing method HEMethodLiteral>>className:
01:39:41				186/519 - 4/5: Installing method HEMethodLiteral>>doReadFrom:
01:39:41				186/519 - 5/5: Installing method HEMethodLiteral>>value:
01:39:41				186/519 - 1/1: Installing method HEMethodLiteral class>>tag
01:39:41				187/519 - 1/14: Installing method HEPackage>>addClass:
01:39:41				187/519 - 2/14: Installing method HEPackage>>classes
01:39:41				187/519 - 3/14: Installing method HEPackage>>classes:
01:39:41				187/519 - 4/14: Installing method HEPackage>>extensionMethods
01:39:41				187/519 - 5/14: Installing method HEPackage>>extensionMethods:
01:39:41				187/519 - 6/14: Installing method HEPackage>>initialize
01:39:41				187/519 - 7/14: Installing method HEPackage>>packageName
01:39:41				187/519 - 8/14: Installing method HEPackage>>packageName:
01:39:41				187/519 - 9/14: Installing method HEPackage>>printOn:
01:39:41				187/519 - 10/14: Installing method HEPackage>>readClassFrom:
01:39:41				187/519 - 11/14: Installing method HEPackage>>readFrom:
01:39:41				187/519 - 12/14: Installing method HEPackage>>traits
01:39:41				187/519 - 13/14: Installing method HEPackage>>traits:
01:39:41				187/519 - 14/14: Installing method HEPackage>>version
01:39:41				187/519 - 1/1: Installing method HEPackage class>>formatVersion
01:39:41				188/519 - 1/6: Installing method HEPragma>>arguments
01:39:41				188/519 - 2/6: Installing method HEPragma>>asLiteralIn:
01:39:41				188/519 - 3/6: Installing method HEPragma>>doReadFrom:
01:39:41				188/519 - 4/6: Installing method HEPragma>>keyword
01:39:41				188/519 - 5/6: Installing method HEPragma>>method
01:39:41				188/519 - 6/6: Installing method HEPragma>>value:
01:39:41				188/519 - 1/1: Installing method HEPragma class>>tag
01:39:41				189/519 - 1/1: Installing method HEScaledDecimal>>doReadFrom:
01:39:42				189/519 - 1/1: Installing method HEScaledDecimal class>>tag
01:39:42				190/519 - 1/8: Installing method HESendMessage>>arguments
01:39:42				190/519 - 2/8: Installing method HESendMessage>>arguments:
01:39:42				190/519 - 3/8: Installing method HESendMessage>>asLiteralIn:
01:39:42				190/519 - 4/8: Installing method HESendMessage>>doReadFrom:
01:39:42				190/519 - 5/8: Installing method HESendMessage>>receiver
01:39:42				190/519 - 6/8: Installing method HESendMessage>>receiver:
01:39:42				190/519 - 7/8: Installing method HESendMessage>>selector
01:39:42				190/519 - 8/8: Installing method HESendMessage>>selector:
01:39:42				190/519 - 1/2: Installing method HESendMessage class>>selector:receiver:arguments:
01:39:42				190/519 - 2/2: Installing method HESendMessage class>>tag
01:39:42				191/519 - 1/1: Installing method HESymbol>>doConvertValue:
01:39:42				191/519 - 1/1: Installing method HESymbol class>>tag
01:39:42				192/519 - 1/6: Installing method HETrait>>doReadHeaderFrom:
01:39:42				192/519 - 2/6: Installing method HETrait>>isTrait
01:39:42				192/519 - 3/6: Installing method HETrait>>name
01:39:42				192/519 - 4/6: Installing method HETrait>>printOn:
01:39:42				192/519 - 5/6: Installing method HETrait>>traitName
01:39:42				192/519 - 6/6: Installing method HETrait>>traitName:
01:39:42				193/519 - 1/2: Installing method HETraitLiteral>>asLiteralIn:
01:39:42				193/519 - 2/2: Installing method HETraitLiteral>>value:
01:39:42				193/519 - 1/1: Installing method HETraitLiteral class>>tag
01:39:42				194/519 - 1/2: Installing method HEUndefinedObject>>asLiteralIn:
01:39:42				194/519 - 2/2: Installing method HEUndefinedObject>>doReadFrom:
01:39:43				194/519 - 1/1: Installing method HEUndefinedObject class>>tag
01:39:43				195/519 - 1/1: Installing method HEWideString>>doReadFrom:
01:39:43				195/519 - 1/1: Installing method HEWideString class>>tag
01:39:43				196/519 - 1/8: Installing method HashTableSizes>>candidateIsGoodPrime
01:39:43				196/519 - 2/8: Installing method HashTableSizes>>computeSizes
01:39:43				196/519 - 3/8: Installing method HashTableSizes>>firstCandidateForExp:
01:39:43				196/519 - 4/8: Installing method HashTableSizes>>goodPrimeForExp:
01:39:43				196/519 - 5/8: Installing method HashTableSizes>>initialize
01:39:43				196/519 - 6/8: Installing method HashTableSizes>>limitForExp:
01:39:43				196/519 - 7/8: Installing method HashTableSizes>>numValuesPerPower
01:39:43				196/519 - 8/8: Installing method HashTableSizes>>primeAlmostFactorsOf:
01:39:43				196/519 - 1/7: Installing method HashTableSizes class>>atLeast:
01:39:43				196/519 - 2/7: Installing method HashTableSizes class>>basicAtLeast:
01:39:43				196/519 - 3/7: Installing method HashTableSizes class>>initialize
01:39:43				196/519 - 4/7: Installing method HashTableSizes class>>maxSmallSize
01:39:43				196/519 - 5/7: Installing method HashTableSizes class>>numValuesPerPower
01:39:43				196/519 - 6/7: Installing method HashTableSizes class>>sizes
01:39:43				196/519 - 7/7: Installing method HashTableSizes class>>smallSizesLookupTable
01:39:44				197/519 - 1/22: Installing method HashedCollection>>add:withOccurrences:
01:39:44				197/519 - 2/22: Installing method HashedCollection>>array
01:39:44				197/519 - 3/22: Installing method HashedCollection>>atNewIndex:put:
01:39:44				197/519 - 4/22: Installing method HashedCollection>>capacity
01:39:44				197/519 - 5/22: Installing method HashedCollection>>compact
01:39:44				197/519 - 6/22: Installing method HashedCollection>>errorNoFreeSpace
01:39:44				197/519 - 7/22: Installing method HashedCollection>>findElementOrNil:
01:39:44				197/519 - 8/22: Installing method HashedCollection>>fixCollisionsFrom:
01:39:44				197/519 - 9/22: Installing method HashedCollection>>fullCheck
01:39:44				197/519 - 10/22: Installing method HashedCollection>>grow
01:39:44				197/519 - 11/22: Installing method HashedCollection>>growSize
01:39:44				197/519 - 12/22: Installing method HashedCollection>>growTo:
01:39:44				197/519 - 13/22: Installing method HashedCollection>>initialize:
01:39:44				197/519 - 14/22: Installing method HashedCollection>>noCheckAdd:
01:39:44				197/519 - 15/22: Installing method HashedCollection>>noCheckNoGrowFillFrom:
01:39:44				197/519 - 16/22: Installing method HashedCollection>>rehash
01:39:44				197/519 - 17/22: Installing method HashedCollection>>removeAll
01:39:44				197/519 - 18/22: Installing method HashedCollection>>scanFor:
01:39:44				197/519 - 19/22: Installing method HashedCollection>>scanForEmptySlotFor:
01:39:44				197/519 - 20/22: Installing method HashedCollection>>size
01:39:44				197/519 - 21/22: Installing method HashedCollection>>union:
01:39:44				197/519 - 22/22: Installing method HashedCollection>>veryDeepCopyWith:
01:39:44				197/519 - 1/11: Installing method HashedCollection class>>cleanUp:
01:39:44				197/519 - 2/11: Installing method HashedCollection class>>compactAll
01:39:44				197/519 - 3/11: Installing method HashedCollection class>>compactAllInstances
01:39:44				197/519 - 4/11: Installing method HashedCollection class>>empty
01:39:44				197/519 - 5/11: Installing method HashedCollection class>>isAbstract
01:39:44				197/519 - 6/11: Installing method HashedCollection class>>new
01:39:44				197/519 - 7/11: Installing method HashedCollection class>>new:
01:39:44				197/519 - 8/11: Installing method HashedCollection class>>newFrom:
01:39:44				197/519 - 9/11: Installing method HashedCollection class>>rehashAll
01:39:44				197/519 - 10/11: Installing method HashedCollection class>>rehashAllInstances
01:39:44				197/519 - 11/11: Installing method HashedCollection class>>sizeFor:
01:39:45				198/519 - 1/45: Installing method Heap>>=
01:39:45				198/519 - 2/45: Installing method Heap>>add:
01:39:45				198/519 - 3/45: Installing method Heap>>array
01:39:45				198/519 - 4/45: Installing method Heap>>at:
01:39:45				198/519 - 5/45: Installing method Heap>>at:put:
01:39:45				198/519 - 6/45: Installing method Heap>>collect:
01:39:45				198/519 - 7/45: Installing method Heap>>copyEmpty
01:39:45				198/519 - 8/45: Installing method Heap>>defaultSortBlock
01:39:45				198/519 - 9/45: Installing method Heap>>do:
01:39:45				198/519 - 10/45: Installing method Heap>>downHeap:
01:39:45				198/519 - 11/45: Installing method Heap>>downHeapSingle:
01:39:45				198/519 - 12/45: Installing method Heap>>first
01:39:45				198/519 - 13/45: Installing method Heap>>fullySort
01:39:45				198/519 - 14/45: Installing method Heap>>grow
01:39:45				198/519 - 15/45: Installing method Heap>>growSize
01:39:45				198/519 - 16/45: Installing method Heap>>growTo:
01:39:45				198/519 - 17/45: Installing method Heap>>indexUpdateBlock:
01:39:45				198/519 - 18/45: Installing method Heap>>isEmpty
01:39:45				198/519 - 19/45: Installing method Heap>>isHeap
01:39:45				198/519 - 20/45: Installing method Heap>>isSorted
01:39:45				198/519 - 21/45: Installing method Heap>>isSortedBy:
01:39:45				198/519 - 22/45: Installing method Heap>>mergeFirst:middle:last:into:by:
01:39:45				198/519 - 23/45: Installing method Heap>>mergeSortFrom:to:by:
01:39:45				198/519 - 24/45: Installing method Heap>>mergeSortFrom:to:src:dst:by:
01:39:45				198/519 - 25/45: Installing method Heap>>postCopy
01:39:45				198/519 - 26/45: Installing method Heap>>privateRemoveAt:
01:39:45				198/519 - 27/45: Installing method Heap>>privateReverseSort
01:39:45				198/519 - 28/45: Installing method Heap>>reSort
01:39:45				198/519 - 29/45: Installing method Heap>>remove:ifAbsent:
01:39:45				198/519 - 30/45: Installing method Heap>>removeAll
01:39:45				198/519 - 31/45: Installing method Heap>>removeFirst
01:39:45				198/519 - 32/45: Installing method Heap>>removeFirstOrNil
01:39:45				198/519 - 33/45: Installing method Heap>>setCollection:
01:39:45				198/519 - 34/45: Installing method Heap>>setCollection:tally:
01:39:45				198/519 - 35/45: Installing method Heap>>size
01:39:45				198/519 - 36/45: Installing method Heap>>sort
01:39:45				198/519 - 37/45: Installing method Heap>>sort:
01:39:45				198/519 - 38/45: Installing method Heap>>sortBlock
01:39:45				198/519 - 39/45: Installing method Heap>>sortBlock:
01:39:45				198/519 - 40/45: Installing method Heap>>sorted
01:39:45				198/519 - 41/45: Installing method Heap>>sorted:
01:39:45				198/519 - 42/45: Installing method Heap>>sorts:before:
01:39:45				198/519 - 43/45: Installing method Heap>>trim
01:39:45				198/519 - 44/45: Installing method Heap>>upHeap:
01:39:45				198/519 - 45/45: Installing method Heap>>updateObjectIndex:
01:39:45				198/519 - 1/6: Installing method Heap class>>defaultSortBlock
01:39:45				198/519 - 2/6: Installing method Heap class>>new
01:39:45				198/519 - 3/6: Installing method Heap class>>new:
01:39:45				198/519 - 4/6: Installing method Heap class>>sortBlock:
01:39:45				198/519 - 5/6: Installing method Heap class>>withAll:
01:39:45				198/519 - 6/6: Installing method Heap class>>withAll:sortBlock:
01:39:46				199/519 - 1/5: Installing method HermesCommandLineHandler>>activate
01:39:46				199/519 - 2/5: Installing method HermesCommandLineHandler>>createInstaller
01:39:46				199/519 - 3/5: Installing method HermesCommandLineHandler>>processFile:
01:39:46				199/519 - 4/5: Installing method HermesCommandLineHandler>>processFiles
01:39:46				199/519 - 5/5: Installing method HermesCommandLineHandler>>validateParameters
01:39:46				199/519 - 1/2: Installing method HermesCommandLineHandler class>>commandName
01:39:46				199/519 - 2/2: Installing method HermesCommandLineHandler class>>description
01:39:46				200/519 - 1/1: Installing method IdentityBag>>asSet
01:39:46				200/519 - 1/1: Installing method IdentityBag class>>contentsClass
01:39:46				201/519 - 1/3: Installing method IdentityDictionary>>keyAtValue:ifAbsent:
01:39:46				201/519 - 2/3: Installing method IdentityDictionary>>scanFor:
01:39:46				201/519 - 3/3: Installing method IdentityDictionary>>scanForEmptySlotFor:
01:39:46				202/519 - 1/4: Installing method IdentitySet>>asIdentitySet
01:39:46				202/519 - 2/4: Installing method IdentitySet>>identityIncludes:
01:39:46				202/519 - 3/4: Installing method IdentitySet>>scanFor:
01:39:46				202/519 - 4/4: Installing method IdentitySet>>scanForEmptySlotFor:
01:39:46				204/519 - 1/2: Installing method IllegalResumeAttempt>>isResumable
01:39:46				204/519 - 2/2: Installing method IllegalResumeAttempt>>readMe
01:39:46				205/519 - 1/4: Installing method ImmediateLayout>>extend
01:39:46				205/519 - 2/4: Installing method ImmediateLayout>>extend:
01:39:46				205/519 - 3/4: Installing method ImmediateLayout>>initialize
01:39:46				205/519 - 4/4: Installing method ImmediateLayout>>instanceSpecification
01:39:46				205/519 - 1/1: Installing method ImmediateLayout class>>extending:scope:host:
01:39:46				206/519 - 1/5: Installing method IncompatibleLayoutConflict>>layout
01:39:46				206/519 - 2/5: Installing method IncompatibleLayoutConflict>>layout:
01:39:46				206/519 - 3/5: Installing method IncompatibleLayoutConflict>>messageText
01:39:46				206/519 - 4/5: Installing method IncompatibleLayoutConflict>>subType
01:39:46				206/519 - 5/5: Installing method IncompatibleLayoutConflict>>subType:
01:39:47				207/519 - 1/9: Installing method IndexedSlot>>=
01:39:47				207/519 - 2/9: Installing method IndexedSlot>>hash
01:39:47				207/519 - 3/9: Installing method IndexedSlot>>index
01:39:47				207/519 - 4/9: Installing method IndexedSlot>>index:
01:39:47				207/519 - 5/9: Installing method IndexedSlot>>isVirtual
01:39:47				207/519 - 6/9: Installing method IndexedSlot>>object:instVarAt:
01:39:47				207/519 - 7/9: Installing method IndexedSlot>>object:instVarAt:put:
01:39:47				207/519 - 8/9: Installing method IndexedSlot>>read:
01:39:47				207/519 - 9/9: Installing method IndexedSlot>>write:to:
01:39:47				208/519 - 1/1: Installing method InexactFloatPrintPolicy>>absPrint:on:base:
01:39:47				209/519 - 1/4: Installing method InstanceVariableNotFound>>instVarName
01:39:47				209/519 - 2/4: Installing method InstanceVariableNotFound>>instVarName:
01:39:47				209/519 - 3/4: Installing method InstanceVariableNotFound>>messageText
01:39:47				209/519 - 4/4: Installing method InstanceVariableNotFound>>standardMessageText
01:39:47				209/519 - 1/1: Installing method InstanceVariableNotFound class>>signalFor:
01:39:47				210/519 - 1/7: Installing method InstanceVariableSlot>>definitionOn:
01:39:47				210/519 - 2/7: Installing method InstanceVariableSlot>>emitStore:
01:39:47				210/519 - 3/7: Installing method InstanceVariableSlot>>emitValue:
01:39:47				210/519 - 4/7: Installing method InstanceVariableSlot>>isAccessedIn:
01:39:47				210/519 - 5/7: Installing method InstanceVariableSlot>>isReadIn:
01:39:47				210/519 - 6/7: Installing method InstanceVariableSlot>>isWrittenIn:
01:39:47				210/519 - 7/7: Installing method InstanceVariableSlot>>needsFullDefinition
01:39:47				210/519 - 1/1: Installing method InstanceVariableSlot class>>resetIvarSlots
01:39:48				211/519 - 1/40: Installing method InstructionClient>>addMappedInlinePrimitiveHandler:at:
01:39:48				211/519 - 2/40: Installing method InstructionClient>>blockReturnConstant:
01:39:48				211/519 - 3/40: Installing method InstructionClient>>blockReturnTop
01:39:48				211/519 - 4/40: Installing method InstructionClient>>callPrimitive:
01:39:48				211/519 - 5/40: Installing method InstructionClient>>directedSuperSend:numArgs:
01:39:48				211/519 - 6/40: Installing method InstructionClient>>doDup
01:39:48				211/519 - 7/40: Installing method InstructionClient>>doNop
01:39:48				211/519 - 8/40: Installing method InstructionClient>>doPop
01:39:48				211/519 - 9/40: Installing method InstructionClient>>jump:
01:39:48				211/519 - 10/40: Installing method InstructionClient>>jump:if:
01:39:48				211/519 - 11/40: Installing method InstructionClient>>jump:if:withInterpreter:
01:39:48				211/519 - 12/40: Installing method InstructionClient>>jump:withInterpreter:
01:39:48				211/519 - 13/40: Installing method InstructionClient>>mappedInlinePrimitive:
01:39:48				211/519 - 14/40: Installing method InstructionClient>>methodReturnConstant:
01:39:48				211/519 - 15/40: Installing method InstructionClient>>methodReturnReceiver
01:39:48				211/519 - 16/40: Installing method InstructionClient>>methodReturnTop
01:39:48				211/519 - 17/40: Installing method InstructionClient>>pc:
01:39:48				211/519 - 18/40: Installing method InstructionClient>>popIntoLiteralVariable:
01:39:48				211/519 - 19/40: Installing method InstructionClient>>popIntoReceiverVariable:
01:39:48				211/519 - 20/40: Installing method InstructionClient>>popIntoRemoteTemp:inVectorAt:
01:39:48				211/519 - 21/40: Installing method InstructionClient>>popIntoTemporaryVariable:
01:39:48				211/519 - 22/40: Installing method InstructionClient>>pushActiveContext
01:39:48				211/519 - 23/40: Installing method InstructionClient>>pushActiveProcess
01:39:48				211/519 - 24/40: Installing method InstructionClient>>pushClosureTemps:
01:39:48				211/519 - 25/40: Installing method InstructionClient>>pushConsArrayWithElements:
01:39:48				211/519 - 26/40: Installing method InstructionClient>>pushConstant:
01:39:48				211/519 - 27/40: Installing method InstructionClient>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
01:39:48				211/519 - 28/40: Installing method InstructionClient>>pushLiteralVariable:
01:39:48				211/519 - 29/40: Installing method InstructionClient>>pushNewArrayOfSize:
01:39:48				211/519 - 30/40: Installing method InstructionClient>>pushReceiver
01:39:48				211/519 - 31/40: Installing method InstructionClient>>pushReceiverVariable:
01:39:48				211/519 - 32/40: Installing method InstructionClient>>pushRemoteTemp:inVectorAt:
01:39:48				211/519 - 33/40: Installing method InstructionClient>>pushTemporaryVariable:
01:39:48				211/519 - 34/40: Installing method InstructionClient>>send:super:numArgs:
01:39:48				211/519 - 35/40: Installing method InstructionClient>>storeIntoLiteralVariable:
01:39:48				211/519 - 36/40: Installing method InstructionClient>>storeIntoReceiverVariable:
01:39:48				211/519 - 37/40: Installing method InstructionClient>>storeIntoRemoteTemp:inVectorAt:
01:39:48				211/519 - 38/40: Installing method InstructionClient>>storeIntoTemporaryVariable:
01:39:48				211/519 - 39/40: Installing method InstructionClient>>trap
01:39:48				211/519 - 40/40: Installing method InstructionClient>>unusedBytecode
01:39:48				212/519 - 1/11: Installing method InstructionStream>>compiledCode
01:39:48				212/519 - 2/11: Installing method InstructionStream>>interpretNext2ByteSistaV1Instruction:for:extA:extB:startPC:
01:39:48				212/519 - 3/11: Installing method InstructionStream>>interpretNext3ByteSistaV1Instruction:for:extA:extB:startPC:
01:39:48				212/519 - 4/11: Installing method InstructionStream>>interpretNextInstructionFor:
01:39:48				212/519 - 5/11: Installing method InstructionStream>>interpretNextSistaV1InstructionFor:
01:39:48				212/519 - 6/11: Installing method InstructionStream>>interpretSistaV1ExtendedPush:for:
01:39:48				212/519 - 7/11: Installing method InstructionStream>>interpretUnusedBytecode:at:
01:39:48				212/519 - 8/11: Installing method InstructionStream>>method
01:39:49				212/519 - 9/11: Installing method InstructionStream>>method:pc:
01:39:49				212/519 - 10/11: Installing method InstructionStream>>pc
01:39:49				212/519 - 11/11: Installing method InstructionStream>>pc:
01:39:49				212/519 - 1/3: Installing method InstructionStream class>>initialize
01:39:49				212/519 - 2/3: Installing method InstructionStream class>>on:
01:39:49				212/519 - 3/3: Installing method InstructionStream class>>on:pc:
01:39:50				213/519 - 1/87: Installing method Integer>>&
01:39:50				213/519 - 2/87: Installing method Integer>>*
01:39:50				213/519 - 3/87: Installing method Integer>>+
01:39:51				213/519 - 4/87: Installing method Integer>>-
01:39:51				213/519 - 5/87: Installing method Integer>>/
01:39:51				213/519 - 6/87: Installing method Integer>>//
01:39:51				213/519 - 7/87: Installing method Integer>><
01:39:51				213/519 - 8/87: Installing method Integer>><<
01:39:51				213/519 - 9/87: Installing method Integer>><=
01:39:51				213/519 - 10/87: Installing method Integer>>=
01:39:51				213/519 - 11/87: Installing method Integer>>>
01:39:51				213/519 - 12/87: Installing method Integer>>>=
01:39:51				213/519 - 13/87: Installing method Integer>>>>
01:39:51				213/519 - 14/87: Installing method Integer>>\\\
01:39:51				213/519 - 15/87: Installing method Integer>>adaptToFraction:andSend:
01:39:51				213/519 - 16/87: Installing method Integer>>alignedTo:
01:39:51				213/519 - 17/87: Installing method Integer>>allMask:
01:39:51				213/519 - 18/87: Installing method Integer>>anyBitOfMagnitudeFrom:to:
01:39:51				213/519 - 19/87: Installing method Integer>>anyMask:
01:39:51				213/519 - 20/87: Installing method Integer>>asByteArray
01:39:51				213/519 - 21/87: Installing method Integer>>asByteArrayOfSize:
01:39:51				213/519 - 22/87: Installing method Integer>>asCharacter
01:39:51				213/519 - 23/87: Installing method Integer>>asCharacterDigit
01:39:51				213/519 - 24/87: Installing method Integer>>asFraction
01:39:51				213/519 - 25/87: Installing method Integer>>asInteger
01:39:51				213/519 - 26/87: Installing method Integer>>asLargerPowerOfTwo
01:39:51				213/519 - 27/87: Installing method Integer>>asPowerOfTwo
01:39:51				213/519 - 28/87: Installing method Integer>>asScaledDecimal
01:39:51				213/519 - 29/87: Installing method Integer>>asSmallerPowerOfTwo
01:39:51				213/519 - 30/87: Installing method Integer>>bitAnd:
01:39:51				213/519 - 31/87: Installing method Integer>>bitAt:
01:39:51				213/519 - 32/87: Installing method Integer>>bitAt:put:
01:39:51				213/519 - 33/87: Installing method Integer>>bitClear:
01:39:51				213/519 - 34/87: Installing method Integer>>bitInvert
01:39:51				213/519 - 35/87: Installing method Integer>>bitInvert32
01:39:51				213/519 - 36/87: Installing method Integer>>bitOr:
01:39:51				213/519 - 37/87: Installing method Integer>>bitShift:
01:39:51				213/519 - 38/87: Installing method Integer>>bitShiftMagnitude:
01:39:51				213/519 - 39/87: Installing method Integer>>bitString
01:39:51				213/519 - 40/87: Installing method Integer>>bitStringLength
01:39:51				213/519 - 41/87: Installing method Integer>>bitXor:
01:39:51				213/519 - 42/87: Installing method Integer>>byteAt:
01:39:51				213/519 - 43/87: Installing method Integer>>byteAt:put:
01:39:51				213/519 - 44/87: Installing method Integer>>bytesCompare:
01:39:51				213/519 - 45/87: Installing method Integer>>bytesCount
01:39:51				213/519 - 46/87: Installing method Integer>>ceiling
01:39:51				213/519 - 47/87: Installing method Integer>>copyto:
01:39:51				213/519 - 48/87: Installing method Integer>>crossSumBase:
01:39:51				213/519 - 49/87: Installing method Integer>>decimalDigitLength
01:39:51				213/519 - 50/87: Installing method Integer>>denominator
01:39:51				213/519 - 51/87: Installing method Integer>>digitAdd:
01:39:51				213/519 - 52/87: Installing method Integer>>digitAt:base:
01:39:51				213/519 - 53/87: Installing method Integer>>digitDiv:neg:
01:39:51				213/519 - 54/87: Installing method Integer>>digitLogic:op:length:
01:39:51				213/519 - 55/87: Installing method Integer>>digitLshift:
01:39:51				213/519 - 56/87: Installing method Integer>>digitMultiply:neg:
01:39:51				213/519 - 57/87: Installing method Integer>>digitRshift:bytes:lookfirst:
01:39:51				213/519 - 58/87: Installing method Integer>>digitSubtract:
01:39:51				213/519 - 59/87: Installing method Integer>>digitSum
01:39:51				213/519 - 60/87: Installing method Integer>>even
01:39:51				213/519 - 61/87: Installing method Integer>>floor
01:39:51				213/519 - 62/87: Installing method Integer>>gcd:
01:39:51				213/519 - 63/87: Installing method Integer>>growby:
01:39:51				213/519 - 64/87: Installing method Integer>>growto:
01:39:51				213/519 - 65/87: Installing method Integer>>hashMultiply
01:39:51				213/519 - 66/87: Installing method Integer>>highBit
01:39:51				213/519 - 67/87: Installing method Integer>>highBitOfMagnitude
01:39:51				213/519 - 68/87: Installing method Integer>>isFraction
01:39:51				213/519 - 69/87: Installing method Integer>>isInteger
01:39:51				213/519 - 70/87: Installing method Integer>>isLarge
01:39:51				213/519 - 71/87: Installing method Integer>>isLiteral
01:39:51				213/519 - 72/87: Installing method Integer>>isPowerOfTwo
01:39:51				213/519 - 73/87: Installing method Integer>>lastDigit
01:39:51				213/519 - 74/87: Installing method Integer>>lowBit
01:39:51				213/519 - 75/87: Installing method Integer>>noMask:
01:39:51				213/519 - 76/87: Installing method Integer>>normalize
01:39:51				213/519 - 77/87: Installing method Integer>>numberOfDigitsInBase:
01:39:51				213/519 - 78/87: Installing method Integer>>numerator
01:39:51				213/519 - 79/87: Installing method Integer>>printOn:base:nDigits:
01:39:51				213/519 - 80/87: Installing method Integer>>quo:
01:39:51				213/519 - 81/87: Installing method Integer>>reciprocalModulo:
01:39:51				213/519 - 82/87: Installing method Integer>>replaceFrom:to:with:startingAt:
01:39:51				213/519 - 83/87: Installing method Integer>>round:
01:39:51				213/519 - 84/87: Installing method Integer>>rounded
01:39:52				213/519 - 85/87: Installing method Integer>>timesRepeat:
01:39:52				213/519 - 86/87: Installing method Integer>>truncated
01:39:52				213/519 - 87/87: Installing method Integer>>|
01:39:52				213/519 - 1/10: Installing method Integer class>>basicNew
01:39:52				213/519 - 2/10: Installing method Integer class>>byte1:byte2:byte3:byte4:
01:39:52				213/519 - 3/10: Installing method Integer class>>isAbstract
01:39:52				213/519 - 4/10: Installing method Integer class>>new
01:39:52				213/519 - 5/10: Installing method Integer class>>new:neg:
01:39:52				213/519 - 6/10: Installing method Integer class>>readFrom:
01:39:52				213/519 - 7/10: Installing method Integer class>>readFrom:base:
01:39:52				213/519 - 8/10: Installing method Integer class>>readFrom:ifFail:
01:39:52				213/519 - 9/10: Installing method Integer class>>readFrom:radix:
01:39:52				213/519 - 10/10: Installing method Integer class>>readHexByteFrom:
01:39:52				214/519 - 1/6: Installing method IntegerArray>>asIntegerArray
01:39:52				214/519 - 2/6: Installing method IntegerArray>>at:
01:39:52				214/519 - 3/6: Installing method IntegerArray>>at:put:
01:39:52				214/519 - 4/6: Installing method IntegerArray>>atAllPut:
01:39:52				214/519 - 5/6: Installing method IntegerArray>>defaultElement
01:39:52				214/519 - 6/6: Installing method IntegerArray>>primFill:
01:39:52				215/519 - 1/32: Installing method Interval>>+
01:39:52				215/519 - 2/32: Installing method Interval>>-
01:39:52				215/519 - 3/32: Installing method Interval>>=
01:39:52				215/519 - 4/32: Installing method Interval>>add:
01:39:52				215/519 - 5/32: Installing method Interval>>anyOne
01:39:52				215/519 - 6/32: Installing method Interval>>asOpenInterval
01:39:52				215/519 - 7/32: Installing method Interval>>at:
01:39:52				215/519 - 8/32: Installing method Interval>>at:put:
01:39:52				215/519 - 9/32: Installing method Interval>>collect:
01:39:52				215/519 - 10/32: Installing method Interval>>do:
01:39:52				215/519 - 11/32: Installing method Interval>>extent
01:39:52				215/519 - 12/32: Installing method Interval>>first
01:39:52				215/519 - 13/32: Installing method Interval>>hash
01:39:52				215/519 - 14/32: Installing method Interval>>increment
01:39:52				215/519 - 15/32: Installing method Interval>>indexOf:startingAt:ifAbsent:
01:39:52				215/519 - 16/32: Installing method Interval>>isInterval
01:39:52				215/519 - 17/32: Installing method Interval>>isSelfEvaluating
01:39:52				215/519 - 18/32: Installing method Interval>>last
01:39:52				215/519 - 19/32: Installing method Interval>>permutationsDo:
01:39:52				215/519 - 20/32: Installing method Interval>>printOn:
01:39:52				215/519 - 21/32: Installing method Interval>>rangeIncludes:
01:39:52				215/519 - 22/32: Installing method Interval>>remove:
01:39:52				215/519 - 23/32: Installing method Interval>>reverseDo:
01:39:52				215/519 - 24/32: Installing method Interval>>setFrom:to:by:
01:39:52				215/519 - 25/32: Installing method Interval>>size
01:39:52				215/519 - 26/32: Installing method Interval>>sort:
01:39:52				215/519 - 27/32: Installing method Interval>>sorted
01:39:52				215/519 - 28/32: Installing method Interval>>sorted:
01:39:52				215/519 - 29/32: Installing method Interval>>species
01:39:52				215/519 - 30/32: Installing method Interval>>stop
01:39:53				215/519 - 31/32: Installing method Interval>>storeOn:
01:39:53				215/519 - 32/32: Installing method Interval>>sum
01:39:53				215/519 - 1/6: Installing method Interval class>>from:to:
01:39:53				215/519 - 2/6: Installing method Interval class>>from:to:by:
01:39:53				215/519 - 3/6: Installing method Interval class>>new
01:39:53				215/519 - 4/6: Installing method Interval class>>newFrom:
01:39:53				215/519 - 5/6: Installing method Interval class>>newFromArray:
01:39:53				215/519 - 6/6: Installing method Interval class>>streamSpecies
01:39:53				216/519 - 1/1: Installing method InvalidGlobalName class>>signal:for:
01:39:53				217/519 - 1/1: Installing method InvalidSlotName class>>signalFor:
01:39:53				218/519 - 1/3: Installing method KeyNotFound>>key
01:39:53				218/519 - 2/3: Installing method KeyNotFound>>key:
01:39:53				218/519 - 3/3: Installing method KeyNotFound>>standardMessageText
01:39:53				219/519 - 1/12: Installing method KeyboardKey>>=
01:39:53				219/519 - 2/12: Installing method KeyboardKey>>hash
01:39:53				219/519 - 3/12: Installing method KeyboardKey>>isArrowDown
01:39:53				219/519 - 4/12: Installing method KeyboardKey>>isArrowLeft
01:39:53				219/519 - 5/12: Installing method KeyboardKey>>isArrowRight
01:39:53				219/519 - 6/12: Installing method KeyboardKey>>isArrowUp
01:39:53				219/519 - 7/12: Installing method KeyboardKey>>isUnkownKey
01:39:53				219/519 - 8/12: Installing method KeyboardKey>>name
01:39:53				219/519 - 9/12: Installing method KeyboardKey>>printOn:
01:39:53				219/519 - 10/12: Installing method KeyboardKey>>value
01:39:53				219/519 - 11/12: Installing method KeyboardKey>>withValue:
01:39:53				219/519 - 12/12: Installing method KeyboardKey>>withValue:andName:
01:39:56				219/519 - 1/115: Installing method KeyboardKey class>>A
01:39:56				219/519 - 2/115: Installing method KeyboardKey class>>B
01:39:56				219/519 - 3/115: Installing method KeyboardKey class>>C
01:39:56				219/519 - 4/115: Installing method KeyboardKey class>>D
01:39:56				219/519 - 5/115: Installing method KeyboardKey class>>E
01:39:56				219/519 - 6/115: Installing method KeyboardKey class>>F
01:39:56				219/519 - 7/115: Installing method KeyboardKey class>>F1
01:39:56				219/519 - 8/115: Installing method KeyboardKey class>>F10
01:39:56				219/519 - 9/115: Installing method KeyboardKey class>>F11
01:39:56				219/519 - 10/115: Installing method KeyboardKey class>>F12
01:39:56				219/519 - 11/115: Installing method KeyboardKey class>>F2
01:39:56				219/519 - 12/115: Installing method KeyboardKey class>>F3
01:39:56				219/519 - 13/115: Installing method KeyboardKey class>>F4
01:39:56				219/519 - 14/115: Installing method KeyboardKey class>>F5
01:39:56				219/519 - 15/115: Installing method KeyboardKey class>>F6
01:39:56				219/519 - 16/115: Installing method KeyboardKey class>>F7
01:39:56				219/519 - 17/115: Installing method KeyboardKey class>>F8
01:39:56				219/519 - 18/115: Installing method KeyboardKey class>>F9
01:39:57				219/519 - 19/115: Installing method KeyboardKey class>>G
01:39:57				219/519 - 20/115: Installing method KeyboardKey class>>H
01:39:57				219/519 - 21/115: Installing method KeyboardKey class>>I
01:39:57				219/519 - 22/115: Installing method KeyboardKey class>>J
01:39:57				219/519 - 23/115: Installing method KeyboardKey class>>K
01:39:57				219/519 - 24/115: Installing method KeyboardKey class>>L
01:39:57				219/519 - 25/115: Installing method KeyboardKey class>>M
01:39:57				219/519 - 26/115: Installing method KeyboardKey class>>N
01:39:57				219/519 - 27/115: Installing method KeyboardKey class>>O
01:39:57				219/519 - 28/115: Installing method KeyboardKey class>>P
01:39:57				219/519 - 29/115: Installing method KeyboardKey class>>Q
01:39:57				219/519 - 30/115: Installing method KeyboardKey class>>R
01:39:57				219/519 - 31/115: Installing method KeyboardKey class>>S
01:39:57				219/519 - 32/115: Installing method KeyboardKey class>>T
01:39:57				219/519 - 33/115: Installing method KeyboardKey class>>U
01:39:57				219/519 - 34/115: Installing method KeyboardKey class>>V
01:39:57				219/519 - 35/115: Installing method KeyboardKey class>>W
01:39:57				219/519 - 36/115: Installing method KeyboardKey class>>X
01:39:57				219/519 - 37/115: Installing method KeyboardKey class>>Y
01:39:57				219/519 - 38/115: Installing method KeyboardKey class>>Z
01:39:57				219/519 - 39/115: Installing method KeyboardKey class>>altLeft
01:39:57				219/519 - 40/115: Installing method KeyboardKey class>>altRight
01:39:57				219/519 - 41/115: Installing method KeyboardKey class>>backslash
01:39:57				219/519 - 42/115: Installing method KeyboardKey class>>backspace
01:39:57				219/519 - 43/115: Installing method KeyboardKey class>>braceLeft
01:39:57				219/519 - 44/115: Installing method KeyboardKey class>>bracketLeft
01:39:57				219/519 - 45/115: Installing method KeyboardKey class>>bracketRight
01:39:57				219/519 - 46/115: Installing method KeyboardKey class>>capsLock
01:39:57				219/519 - 47/115: Installing method KeyboardKey class>>comma
01:39:57				219/519 - 48/115: Installing method KeyboardKey class>>controlLeft
01:39:57				219/519 - 49/115: Installing method KeyboardKey class>>controlRight
01:39:57				219/519 - 50/115: Installing method KeyboardKey class>>delete
01:39:57				219/519 - 51/115: Installing method KeyboardKey class>>doubleQuote
01:39:57				219/519 - 52/115: Installing method KeyboardKey class>>down
01:39:57				219/519 - 53/115: Installing method KeyboardKey class>>eight
01:39:57				219/519 - 54/115: Installing method KeyboardKey class>>end
01:39:57				219/519 - 55/115: Installing method KeyboardKey class>>enter
01:39:57				219/519 - 56/115: Installing method KeyboardKey class>>equal
01:39:57				219/519 - 57/115: Installing method KeyboardKey class>>escape
01:39:57				219/519 - 58/115: Installing method KeyboardKey class>>five
01:39:57				219/519 - 59/115: Installing method KeyboardKey class>>four
01:39:57				219/519 - 60/115: Installing method KeyboardKey class>>fromCharacter:
01:39:57				219/519 - 61/115: Installing method KeyboardKey class>>fromCharacter:ifNone:
01:39:58				219/519 - 62/115: Installing method KeyboardKey class>>function
01:39:58				219/519 - 63/115: Installing method KeyboardKey class>>grave
01:39:58				219/519 - 64/115: Installing method KeyboardKey class>>home
01:39:58				219/519 - 65/115: Installing method KeyboardKey class>>initialize
01:39:58				219/519 - 66/115: Installing method KeyboardKey class>>initializeKeyFromCharacterCompatibilityTable
01:39:58				219/519 - 67/115: Installing method KeyboardKey class>>initializeKeyTable
01:39:58				219/519 - 68/115: Installing method KeyboardKey class>>initializeMacOSVirtualKeyTable
01:39:58				219/519 - 69/115: Installing method KeyboardKey class>>initializeUnixVirtualKeyTable
01:39:58				219/519 - 70/115: Installing method KeyboardKey class>>initializeWindowsVirtualKeyTable
01:39:58				219/519 - 71/115: Installing method KeyboardKey class>>keyFromCharacterTable
01:39:58				219/519 - 72/115: Installing method KeyboardKey class>>keypadDown
01:39:58				219/519 - 73/115: Installing method KeyboardKey class>>keypadEnter
01:39:58				219/519 - 74/115: Installing method KeyboardKey class>>keypadLeft
01:39:58				219/519 - 75/115: Installing method KeyboardKey class>>keypadRight
01:39:58				219/519 - 76/115: Installing method KeyboardKey class>>keypadUp
01:39:58				219/519 - 77/115: Installing method KeyboardKey class>>left
01:39:58				219/519 - 78/115: Installing method KeyboardKey class>>lessThan
01:39:58				219/519 - 79/115: Installing method KeyboardKey class>>macOSVirtualKeyTable
01:39:58				219/519 - 80/115: Installing method KeyboardKey class>>menu
01:39:58				219/519 - 81/115: Installing method KeyboardKey class>>metaLeft
01:39:58				219/519 - 82/115: Installing method KeyboardKey class>>metaRight
01:39:58				219/519 - 83/115: Installing method KeyboardKey class>>minus
01:39:58				219/519 - 84/115: Installing method KeyboardKey class>>named:
01:39:58				219/519 - 85/115: Installing method KeyboardKey class>>named:ifNone:
01:39:58				219/519 - 86/115: Installing method KeyboardKey class>>nine
01:39:58				219/519 - 87/115: Installing method KeyboardKey class>>one
01:39:58				219/519 - 88/115: Installing method KeyboardKey class>>pageDown
01:39:58				219/519 - 89/115: Installing method KeyboardKey class>>pageUp
01:39:58				219/519 - 90/115: Installing method KeyboardKey class>>parenthesisLeft
01:39:58				219/519 - 91/115: Installing method KeyboardKey class>>period
01:39:58				219/519 - 92/115: Installing method KeyboardKey class>>quote
01:39:58				219/519 - 93/115: Installing method KeyboardKey class>>right
01:39:58				219/519 - 94/115: Installing method KeyboardKey class>>semicolon
01:39:58				219/519 - 95/115: Installing method KeyboardKey class>>seven
01:39:58				219/519 - 96/115: Installing method KeyboardKey class>>shiftLeft
01:39:58				219/519 - 97/115: Installing method KeyboardKey class>>shiftRight
01:39:58				219/519 - 98/115: Installing method KeyboardKey class>>singleQuote
01:39:58				219/519 - 99/115: Installing method KeyboardKey class>>six
01:39:58				219/519 - 100/115: Installing method KeyboardKey class>>slash
01:39:58				219/519 - 101/115: Installing method KeyboardKey class>>space
01:39:58				219/519 - 102/115: Installing method KeyboardKey class>>superLeft
01:39:58				219/519 - 103/115: Installing method KeyboardKey class>>superRight
01:39:58				219/519 - 104/115: Installing method KeyboardKey class>>tab
01:39:58				219/519 - 105/115: Installing method KeyboardKey class>>three
01:39:58				219/519 - 106/115: Installing method KeyboardKey class>>two
01:39:58				219/519 - 107/115: Installing method KeyboardKey class>>unixVirtualKeyTable
01:39:59				219/519 - 108/115: Installing method KeyboardKey class>>unknownKeyName
01:39:59				219/519 - 109/115: Installing method KeyboardKey class>>up
01:39:59				219/519 - 110/115: Installing method KeyboardKey class>>value:
01:39:59				219/519 - 111/115: Installing method KeyboardKey class>>valueForMacOSXPlatform:
01:39:59				219/519 - 112/115: Installing method KeyboardKey class>>valueForUnixPlatform:
01:39:59				219/519 - 113/115: Installing method KeyboardKey class>>valueForWindowsPlatform:
01:39:59				219/519 - 114/115: Installing method KeyboardKey class>>windowsVirtualKeyTable
01:39:59				219/519 - 115/115: Installing method KeyboardKey class>>zero
01:39:59				220/519 - 1/15: Installing method KeyedTree>>allKeys
01:39:59				220/519 - 2/15: Installing method KeyedTree>>atPath:
01:39:59				220/519 - 3/15: Installing method KeyedTree>>atPath:ifAbsent:
01:39:59				220/519 - 4/15: Installing method KeyedTree>>atPath:ifAbsentPut:
01:39:59				220/519 - 5/15: Installing method KeyedTree>>atPath:put:
01:39:59				220/519 - 6/15: Installing method KeyedTree>>formattedText
01:39:59				220/519 - 7/15: Installing method KeyedTree>>formattedTextWithDescriptions:
01:39:59				220/519 - 8/15: Installing method KeyedTree>>merge:
01:39:59				220/519 - 9/15: Installing method KeyedTree>>postCopy
01:39:59				220/519 - 10/15: Installing method KeyedTree>>putFormattedTextOn:level:indentString:
01:39:59				220/519 - 11/15: Installing method KeyedTree>>putFormattedTextOn:withDescriptions:level:indentString:
01:39:59				220/519 - 12/15: Installing method KeyedTree>>removePath:
01:39:59				220/519 - 13/15: Installing method KeyedTree>>removePath:ifAbsent:
01:39:59				220/519 - 14/15: Installing method KeyedTree>>sortBlock
01:39:59				220/519 - 15/15: Installing method KeyedTree>>subtrees
01:40:00				221/519 - 1/25: Installing method LargeInteger>>*
01:40:00				221/519 - 2/25: Installing method LargeInteger>>+
01:40:00				221/519 - 3/25: Installing method LargeInteger>>-
01:40:00				221/519 - 4/25: Installing method LargeInteger>>/
01:40:00				221/519 - 5/25: Installing method LargeInteger>>//
01:40:00				221/519 - 6/25: Installing method LargeInteger>><
01:40:00				221/519 - 7/25: Installing method LargeInteger>><=
01:40:00				221/519 - 8/25: Installing method LargeInteger>>>
01:40:00				221/519 - 9/25: Installing method LargeInteger>>>=
01:40:00				221/519 - 10/25: Installing method LargeInteger>>\\
01:40:00				221/519 - 11/25: Installing method LargeInteger>>\\\
01:40:00				221/519 - 12/25: Installing method LargeInteger>>asFloat
01:40:00				221/519 - 13/25: Installing method LargeInteger>>byteAt:
01:40:00				221/519 - 14/25: Installing method LargeInteger>>byteAt:put:
01:40:00				221/519 - 15/25: Installing method LargeInteger>>bytesCount
01:40:00				221/519 - 16/25: Installing method LargeInteger>>hash
01:40:00				221/519 - 17/25: Installing method LargeInteger>>hashMultiply
01:40:00				221/519 - 18/25: Installing method LargeInteger>>highBitOfMagnitude
01:40:00				221/519 - 19/25: Installing method LargeInteger>>isLarge
01:40:00				221/519 - 20/25: Installing method LargeInteger>>mightBeASquare
01:40:00				221/519 - 21/25: Installing method LargeInteger>>printOn:base:nDigits:
01:40:00				221/519 - 22/25: Installing method LargeInteger>>quo:
01:40:00				221/519 - 23/25: Installing method LargeInteger>>rem:
01:40:00				221/519 - 24/25: Installing method LargeInteger>>replaceFrom:to:with:startingAt:
01:40:00				221/519 - 25/25: Installing method LargeInteger>>withAtLeastNDigits:
01:40:00				221/519 - 1/1: Installing method LargeInteger class>>isAbstract
01:40:00				222/519 - 1/13: Installing method LargeNegativeInteger>>abs
01:40:00				222/519 - 2/13: Installing method LargeNegativeInteger>>asFloat
01:40:00				222/519 - 3/13: Installing method LargeNegativeInteger>>bitAt:
01:40:00				222/519 - 4/13: Installing method LargeNegativeInteger>>highBit
01:40:00				222/519 - 5/13: Installing method LargeNegativeInteger>>mightBeASquare
01:40:00				222/519 - 6/13: Installing method LargeNegativeInteger>>negated
01:40:00				222/519 - 7/13: Installing method LargeNegativeInteger>>negative
01:40:00				222/519 - 8/13: Installing method LargeNegativeInteger>>normalize
01:40:00				222/519 - 9/13: Installing method LargeNegativeInteger>>positive
01:40:00				222/519 - 10/13: Installing method LargeNegativeInteger>>printOn:base:
01:40:00				222/519 - 11/13: Installing method LargeNegativeInteger>>sign
01:40:00				222/519 - 12/13: Installing method LargeNegativeInteger>>signBit
01:40:00				222/519 - 13/13: Installing method LargeNegativeInteger>>strictlyPositive
01:40:01				223/519 - 1/13: Installing method LargePositiveInteger>>abs
01:40:01				223/519 - 2/13: Installing method LargePositiveInteger>>bitAt:
01:40:01				223/519 - 3/13: Installing method LargePositiveInteger>>hashMultiply
01:40:01				223/519 - 4/13: Installing method LargePositiveInteger>>highBit
01:40:01				223/519 - 5/13: Installing method LargePositiveInteger>>mightBeASquare
01:40:01				223/519 - 6/13: Installing method LargePositiveInteger>>negated
01:40:01				223/519 - 7/13: Installing method LargePositiveInteger>>negative
01:40:01				223/519 - 8/13: Installing method LargePositiveInteger>>normalize
01:40:01				223/519 - 9/13: Installing method LargePositiveInteger>>positive
01:40:01				223/519 - 10/13: Installing method LargePositiveInteger>>printOn:base:
01:40:01				223/519 - 11/13: Installing method LargePositiveInteger>>sign
01:40:01				223/519 - 12/13: Installing method LargePositiveInteger>>signBit
01:40:01				223/519 - 13/13: Installing method LargePositiveInteger>>strictlyPositive
01:40:01				224/519 - 1/20: Installing method LayoutClassScope>>=
01:40:01				224/519 - 2/20: Installing method LayoutClassScope>>allSlotsDo:
01:40:01				224/519 - 3/20: Installing method LayoutClassScope>>allVisibleSlots
01:40:01				224/519 - 4/20: Installing method LayoutClassScope>>do:
01:40:01				224/519 - 5/20: Installing method LayoutClassScope>>fieldSize
01:40:01				224/519 - 6/20: Installing method LayoutClassScope>>flattenIn:
01:40:01				224/519 - 7/20: Installing method LayoutClassScope>>hasBindingThatBeginsWith:
01:40:01				224/519 - 8/20: Installing method LayoutClassScope>>hasFields
01:40:01				224/519 - 9/20: Installing method LayoutClassScope>>hasSlots
01:40:01				224/519 - 10/20: Installing method LayoutClassScope>>hash
01:40:01				224/519 - 11/20: Installing method LayoutClassScope>>isEmpty
01:40:01				224/519 - 12/20: Installing method LayoutClassScope>>ownFieldSize
01:40:01				224/519 - 13/20: Installing method LayoutClassScope>>parentScope
01:40:01				224/519 - 14/20: Installing method LayoutClassScope>>parentScope:
01:40:01				224/519 - 15/20: Installing method LayoutClassScope>>postCopy
01:40:01				224/519 - 16/20: Installing method LayoutClassScope>>printOn:
01:40:01				224/519 - 17/20: Installing method LayoutClassScope>>reverseDo:
01:40:01				224/519 - 18/20: Installing method LayoutClassScope>>slots
01:40:01				224/519 - 19/20: Installing method LayoutClassScope>>visibleSlots
01:40:01				224/519 - 20/20: Installing method LayoutClassScope>>withIndexDo:
01:40:02				225/519 - 1/10: Installing method LayoutEmptyScope>>allSlotsDo:
01:40:02				225/519 - 2/10: Installing method LayoutEmptyScope>>allVisibleSlots
01:40:02				225/519 - 3/10: Installing method LayoutEmptyScope>>fieldSize
01:40:02				225/519 - 4/10: Installing method LayoutEmptyScope>>flattenIn:
01:40:02				225/519 - 5/10: Installing method LayoutEmptyScope>>hasBindingThatBeginsWith:
01:40:02				225/519 - 6/10: Installing method LayoutEmptyScope>>hasFields
01:40:02				225/519 - 7/10: Installing method LayoutEmptyScope>>hasSlots
01:40:02				225/519 - 8/10: Installing method LayoutEmptyScope>>isEmpty
01:40:02				225/519 - 9/10: Installing method LayoutEmptyScope>>ownFieldSize
01:40:02				225/519 - 10/10: Installing method LayoutEmptyScope>>visibleSlots
01:40:02				225/519 - 1/1: Installing method LayoutEmptyScope class>>instance
01:40:02				226/519 - 1/8: Installing method LimitedWriteStream>>limit
01:40:02				226/519 - 2/8: Installing method LimitedWriteStream>>limit:
01:40:02				226/519 - 3/8: Installing method LimitedWriteStream>>limitBlock
01:40:02				226/519 - 4/8: Installing method LimitedWriteStream>>limitBlock:
01:40:02				226/519 - 5/8: Installing method LimitedWriteStream>>nextPut:
01:40:02				226/519 - 6/8: Installing method LimitedWriteStream>>nextPutAll:
01:40:02				226/519 - 7/8: Installing method LimitedWriteStream>>pastEndPut:
01:40:02				226/519 - 8/8: Installing method LimitedWriteStream>>setLimit:limitBlock:
01:40:02				226/519 - 1/6: Installing method LimitedWriteStream class>>defaultLimit
01:40:02				226/519 - 2/6: Installing method LimitedWriteStream class>>on:
01:40:02				226/519 - 3/6: Installing method LimitedWriteStream class>>on:from:to:
01:40:02				226/519 - 4/6: Installing method LimitedWriteStream class>>on:limit:limitBlock:
01:40:02				226/519 - 5/6: Installing method LimitedWriteStream class>>with:
01:40:02				226/519 - 6/6: Installing method LimitedWriteStream class>>with:from:to:
01:40:02				227/519 - 1/4: Installing method Link>>asLink
01:40:02				227/519 - 2/4: Installing method Link>>asLinkPrepend:
01:40:02				227/519 - 3/4: Installing method Link>>nextLink
01:40:02				227/519 - 4/4: Installing method Link>>nextLink:
01:40:02				227/519 - 1/1: Installing method Link class>>nextLink:
01:40:03				228/519 - 1/46: Installing method LinkedList>>add:
01:40:03				228/519 - 2/46: Installing method LinkedList>>add:after:
01:40:03				228/519 - 3/46: Installing method LinkedList>>add:afterLink:
01:40:03				228/519 - 4/46: Installing method LinkedList>>add:before:
01:40:03				228/519 - 5/46: Installing method LinkedList>>add:beforeLink:
01:40:03				228/519 - 6/46: Installing method LinkedList>>addFirst:
01:40:03				228/519 - 7/46: Installing method LinkedList>>addLast:
01:40:03				228/519 - 8/46: Installing method LinkedList>>at:
01:40:03				228/519 - 9/46: Installing method LinkedList>>at:put:
01:40:03				228/519 - 10/46: Installing method LinkedList>>at:putLink:
01:40:03				228/519 - 11/46: Installing method LinkedList>>collect:
01:40:03				228/519 - 12/46: Installing method LinkedList>>collect:thenReject:
01:40:03				228/519 - 13/46: Installing method LinkedList>>collect:thenSelect:
01:40:03				228/519 - 14/46: Installing method LinkedList>>copyWith:
01:40:03				228/519 - 15/46: Installing method LinkedList>>copyWithout:
01:40:03				228/519 - 16/46: Installing method LinkedList>>do:
01:40:03				228/519 - 17/46: Installing method LinkedList>>first
01:40:03				228/519 - 18/46: Installing method LinkedList>>firstLink
01:40:03				228/519 - 19/46: Installing method LinkedList>>indexOf:startingAt:ifAbsent:
01:40:03				228/519 - 20/46: Installing method LinkedList>>isEmpty
01:40:03				228/519 - 21/46: Installing method LinkedList>>last
01:40:03				228/519 - 22/46: Installing method LinkedList>>lastLink
01:40:03				228/519 - 23/46: Installing method LinkedList>>linkAt:
01:40:03				228/519 - 24/46: Installing method LinkedList>>linkAt:ifAbsent:
01:40:03				228/519 - 25/46: Installing method LinkedList>>linkOf:
01:40:03				228/519 - 26/46: Installing method LinkedList>>linkOf:ifAbsent:
01:40:03				228/519 - 27/46: Installing method LinkedList>>linksDo:
01:40:03				228/519 - 28/46: Installing method LinkedList>>postCopy
01:40:03				228/519 - 29/46: Installing method LinkedList>>rechain:
01:40:03				228/519 - 30/46: Installing method LinkedList>>reject:
01:40:03				228/519 - 31/46: Installing method LinkedList>>reject:thenCollect:
01:40:03				228/519 - 32/46: Installing method LinkedList>>remove:ifAbsent:
01:40:03				228/519 - 33/46: Installing method LinkedList>>removeAll
01:40:03				228/519 - 34/46: Installing method LinkedList>>removeAllSuchThat:
01:40:03				228/519 - 35/46: Installing method LinkedList>>removeFirst
01:40:03				228/519 - 36/46: Installing method LinkedList>>removeLast
01:40:03				228/519 - 37/46: Installing method LinkedList>>removeLink:
01:40:03				228/519 - 38/46: Installing method LinkedList>>removeLink:ifAbsent:
01:40:03				228/519 - 39/46: Installing method LinkedList>>select:
01:40:03				228/519 - 40/46: Installing method LinkedList>>select:thenCollect:
01:40:03				228/519 - 41/46: Installing method LinkedList>>select:thenDo:
01:40:03				228/519 - 42/46: Installing method LinkedList>>size
01:40:03				228/519 - 43/46: Installing method LinkedList>>sort:
01:40:03				228/519 - 44/46: Installing method LinkedList>>species
01:40:03				228/519 - 45/46: Installing method LinkedList>>swap:with:
01:40:03				228/519 - 46/46: Installing method LinkedList>>validIndex:
01:40:03				228/519 - 1/4: Installing method LinkedList class>>new:
01:40:03				228/519 - 2/4: Installing method LinkedList class>>new:streamContents:
01:40:03				228/519 - 3/4: Installing method LinkedList class>>newFrom:
01:40:03				228/519 - 4/4: Installing method LinkedList class>>streamSpecies
01:40:04				229/519 - 1/36: Installing method LiteralVariable>>=
01:40:04				229/519 - 2/36: Installing method LiteralVariable>>acceptVisitor:node:
01:40:04				229/519 - 3/36: Installing method LiteralVariable>>analogousCodeTo:
01:40:04				229/519 - 4/36: Installing method LiteralVariable>>asClassVariable
01:40:04				229/519 - 5/36: Installing method LiteralVariable>>definingClass
01:40:04				229/519 - 6/36: Installing method LiteralVariable>>definitionString
01:40:04				229/519 - 7/36: Installing method LiteralVariable>>emitStore:
01:40:04				229/519 - 8/36: Installing method LiteralVariable>>emitValue:
01:40:04				229/519 - 9/36: Installing method LiteralVariable>>hash
01:40:04				229/519 - 10/36: Installing method LiteralVariable>>installingIn:
01:40:04				229/519 - 11/36: Installing method LiteralVariable>>isAccessedIn:
01:40:04				229/519 - 12/36: Installing method LiteralVariable>>isGlobalClassNameBinding
01:40:04				229/519 - 13/36: Installing method LiteralVariable>>isLiteralVariable
01:40:04				229/519 - 14/36: Installing method LiteralVariable>>isReadIn:
01:40:04				229/519 - 15/36: Installing method LiteralVariable>>isReferenced
01:40:04				229/519 - 16/36: Installing method LiteralVariable>>isSelfEvaluating
01:40:04				229/519 - 17/36: Installing method LiteralVariable>>isVariableBinding
01:40:04				229/519 - 18/36: Installing method LiteralVariable>>isWritable
01:40:04				229/519 - 19/36: Installing method LiteralVariable>>isWrittenIn:
01:40:04				229/519 - 20/36: Installing method LiteralVariable>>key
01:40:04				229/519 - 21/36: Installing method LiteralVariable>>key:
01:40:04				229/519 - 22/36: Installing method LiteralVariable>>key:value:
01:40:04				229/519 - 23/36: Installing method LiteralVariable>>literalEqual:
01:40:04				229/519 - 24/36: Installing method LiteralVariable>>name:
01:40:04				229/519 - 25/36: Installing method LiteralVariable>>printOn:
01:40:04				229/519 - 26/36: Installing method LiteralVariable>>read
01:40:04				229/519 - 27/36: Installing method LiteralVariable>>readInContext:
01:40:04				229/519 - 28/36: Installing method LiteralVariable>>runtimeUndeclaredReadInContext:
01:40:04				229/519 - 29/36: Installing method LiteralVariable>>runtimeUndeclaredWrite:inContext:
01:40:04				229/519 - 30/36: Installing method LiteralVariable>>scope
01:40:04				229/519 - 31/36: Installing method LiteralVariable>>storeOn:
01:40:04				229/519 - 32/36: Installing method LiteralVariable>>usingMethods
01:40:04				229/519 - 33/36: Installing method LiteralVariable>>value
01:40:04				229/519 - 34/36: Installing method LiteralVariable>>value:
01:40:04				229/519 - 35/36: Installing method LiteralVariable>>write:
01:40:04				229/519 - 36/36: Installing method LiteralVariable>>write:inContext:
01:40:04				229/519 - 1/2: Installing method LiteralVariable class>>key:
01:40:04				229/519 - 2/2: Installing method LiteralVariable class>>key:value:
01:40:04				230/519 - 1/3: Installing method LocalRecursionStopper class>>activeMethods
01:40:04				230/519 - 2/3: Installing method LocalRecursionStopper class>>during:
01:40:04				230/519 - 3/3: Installing method LocalRecursionStopper class>>stopMethod:during:
01:40:04				231/519 - 1/7: Installing method LookupKey>><
01:40:04				231/519 - 2/7: Installing method LookupKey>>=
01:40:04				231/519 - 3/7: Installing method LookupKey>>hash
01:40:04				231/519 - 4/7: Installing method LookupKey>>key
01:40:04				231/519 - 5/7: Installing method LookupKey>>key:
01:40:04				231/519 - 6/7: Installing method LookupKey>>name
01:40:04				231/519 - 7/7: Installing method LookupKey>>printOn:
01:40:04				231/519 - 1/1: Installing method LookupKey class>>key:
01:40:05				232/519 - 1/8: Installing method MacOSPlatform>>accept:
01:40:05				232/519 - 2/8: Installing method MacOSPlatform>>defaultMaximumPathLength
01:40:05				232/519 - 3/8: Installing method MacOSPlatform>>family
01:40:05				232/519 - 4/8: Installing method MacOSPlatform>>isMacOS
01:40:05				232/519 - 5/8: Installing method MacOSPlatform>>keyForValue:
01:40:05				232/519 - 6/8: Installing method MacOSPlatform>>lineEnding
01:40:05				232/519 - 7/8: Installing method MacOSPlatform>>menuShortcutString
01:40:05				232/519 - 8/8: Installing method MacOSPlatform>>potentialLocationsOfSourcesFile
01:40:05				232/519 - 1/1: Installing method MacOSPlatform class>>isMacOS
01:40:05				233/519 - 1/4: Installing method MacOSXPlatform>>accept:
01:40:05				233/519 - 2/4: Installing method MacOSXPlatform>>family
01:40:05				233/519 - 3/4: Installing method MacOSXPlatform>>getErrorMessage:
01:40:05				233/519 - 4/4: Installing method MacOSXPlatform>>isMacOSX
01:40:05				233/519 - 1/1: Installing method MacOSXPlatform class>>isActivePlatform
01:40:05				234/519 - 1/11: Installing method Magnitude>><
01:40:05				234/519 - 2/11: Installing method Magnitude>><=
01:40:05				234/519 - 3/11: Installing method Magnitude>>=
01:40:05				234/519 - 4/11: Installing method Magnitude>>>
01:40:05				234/519 - 5/11: Installing method Magnitude>>>=
01:40:05				234/519 - 6/11: Installing method Magnitude>>beBetween:and:
01:40:05				234/519 - 7/11: Installing method Magnitude>>between:and:
01:40:05				234/519 - 8/11: Installing method Magnitude>>hash
01:40:05				234/519 - 9/11: Installing method Magnitude>>max:
01:40:05				234/519 - 10/11: Installing method Magnitude>>min:
01:40:05				234/519 - 11/11: Installing method Magnitude>>min:max:
01:40:05				235/519 - 1/3: Installing method ManifestAnnouncementsCore class>>manuallyResolvedDependencies
01:40:05				235/519 - 2/3: Installing method ManifestAnnouncementsCore class>>ruleBadMessageRule2V1FalsePositive
01:40:05				235/519 - 3/3: Installing method ManifestAnnouncementsCore class>>ruleUsesAddRuleV1FalsePositive
01:40:05				236/519 - 1/2: Installing method ManifestCollectionsAbstract class>>dependencies
01:40:05				236/519 - 2/2: Installing method ManifestCollectionsAbstract class>>packageName
01:40:06				237/519 - 1/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleCollectionProtocolRuleV1FalsePositive
01:40:06				237/519 - 2/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleLiteralArrayContainsSuspiciousTrueFalseOrNilRuleV1FalsePositive
01:40:06				237/519 - 3/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleNotEliminationRuleV1FalsePositive
01:40:06				238/519 - 1/3: Installing method ManifestCollectionsNative class>>dependencies
01:40:06				238/519 - 2/3: Installing method ManifestCollectionsNative class>>manuallyResolvedDependencies
01:40:06				238/519 - 3/3: Installing method ManifestCollectionsNative class>>packageName
01:40:06				239/519 - 1/3: Installing method ManifestCollectionsSequenceable class>>dependencies
01:40:06				239/519 - 2/3: Installing method ManifestCollectionsSequenceable class>>manuallyResolvedDependencies
01:40:06				239/519 - 3/3: Installing method ManifestCollectionsSequenceable class>>packageName
01:40:06				240/519 - 1/2: Installing method ManifestCollectionsStack class>>dependencies
01:40:06				240/519 - 2/2: Installing method ManifestCollectionsStack class>>packageName
01:40:06				241/519 - 1/2: Installing method ManifestCollectionsStreams class>>dependencies
01:40:06				241/519 - 2/2: Installing method ManifestCollectionsStreams class>>packageName
01:40:06				242/519 - 1/2: Installing method ManifestCollectionsStrings class>>dependencies
01:40:06				242/519 - 2/2: Installing method ManifestCollectionsStrings class>>packageName
01:40:06				243/519 - 1/3: Installing method ManifestCollectionsSupport class>>dependencies
01:40:06				243/519 - 2/3: Installing method ManifestCollectionsSupport class>>manuallyResolvedDependencies
01:40:06				243/519 - 3/3: Installing method ManifestCollectionsSupport class>>packageName
01:40:06				244/519 - 1/4: Installing method ManifestCollectionsUnordered class>>dependencies
01:40:06				244/519 - 2/4: Installing method ManifestCollectionsUnordered class>>manuallyResolvedDependencies
01:40:06				244/519 - 3/4: Installing method ManifestCollectionsUnordered class>>packageName
01:40:06				244/519 - 4/4: Installing method ManifestCollectionsUnordered class>>ruleDefinesEqualNotHashRuleV1FalsePositive
01:40:06				245/519 - 1/3: Installing method ManifestCollectionsWeak class>>dependencies
01:40:06				245/519 - 2/3: Installing method ManifestCollectionsWeak class>>manuallyResolvedDependencies
01:40:06				245/519 - 3/3: Installing method ManifestCollectionsWeak class>>packageName
01:40:06				246/519 - 1/1: Installing method ManifestFileSystemPath class>>manuallyResolvedDependencies
01:40:06				247/519 - 1/2: Installing method ManifestFiles class>>manuallyResolvedDependencies
01:40:06				247/519 - 2/2: Installing method ManifestFiles class>>ruleRBClassNameInSelectorRuleV1FalsePositive
01:40:06				248/519 - 1/1: Installing method ManifestHermes class>>manuallyResolvedDependencies
01:40:06				249/519 - 1/8: Installing method ManifestKernel class>>dependencies
01:40:06				249/519 - 2/8: Installing method ManifestKernel class>>ignoredDependencies
01:40:06				249/519 - 3/8: Installing method ManifestKernel class>>manuallyResolvedDependencies
01:40:06				249/519 - 4/8: Installing method ManifestKernel class>>packageName
01:40:06				249/519 - 5/8: Installing method ManifestKernel class>>ruleRBBadMessageRuleV1FalsePositive
01:40:06				249/519 - 6/8: Installing method ManifestKernel class>>ruleRBClassNameInSelectorRuleV1FalsePositive
01:40:06				249/519 - 7/8: Installing method ManifestKernel class>>ruleRBRefersToClassRuleV1FalsePositive
01:40:06				249/519 - 8/8: Installing method ManifestKernel class>>ruleReDeadMethodV1FalsePositive
01:40:06				250/519 - 1/1: Installing method ManifestKernelCodeModel class>>manuallyResolvedDependencies
01:40:06				252/519 - 1/3: Installing method ManifestPharoBootstrapInitialization class>>ignoredDependencies
01:40:06				252/519 - 2/3: Installing method ManifestPharoBootstrapInitialization class>>manuallyResolvedDependencies
01:40:06				252/519 - 3/3: Installing method ManifestPharoBootstrapInitialization class>>packageName
01:40:06				254/519 - 1/1: Installing method ManifestSystemBasicCommandLineHandler class>>manuallyResolvedDependencies
01:40:06				255/519 - 1/1: Installing method ManifestSystemCommandLine class>>manuallyResolvedDependencies
01:40:06				256/519 - 1/2: Installing method ManifestSystemCommandLineHandler class>>ignoredDependencies
01:40:06				256/519 - 2/2: Installing method ManifestSystemCommandLineHandler class>>manuallyResolvedDependencies
01:40:06				258/519 - 1/1: Installing method ManifestSystemPlatforms class>>manuallyResolvedDependencies
01:40:06				259/519 - 1/1: Installing method ManifestSystemSessionManager class>>manuallyResolvedDependencies
01:40:07				260/519 - 1/1: Installing method ManifestSystemSources class>>manuallyResolvedDependencies
01:40:07				261/519 - 1/6: Installing method ManifestSystemSupport class>>ignoredDependencies
01:40:07				261/519 - 2/6: Installing method ManifestSystemSupport class>>manuallyResolvedDependencies
01:40:07				261/519 - 3/6: Installing method ManifestSystemSupport class>>ruleBadMessageRule2V1FalsePositive
01:40:07				261/519 - 4/6: Installing method ManifestSystemSupport class>>ruleClassNameInSelectorRuleV1FalsePositive
01:40:07				261/519 - 5/6: Installing method ManifestSystemSupport class>>ruleInconsistentMethodClassificationRuleV1FalsePositive
01:40:07				261/519 - 6/6: Installing method ManifestSystemSupport class>>ruleUtilityMethodsRuleV1FalsePositive
01:40:07				262/519 - 1/1: Installing method ManifestTranscriptNonInteractive class>>manuallyResolvedDependencies
01:40:07				263/519 - 1/2: Installing method ManifestUIManager class>>ignoredDependencies
01:40:07				263/519 - 2/2: Installing method ManifestUIManager class>>manuallyResolvedDependencies
01:40:07				264/519 - 1/20: Installing method Message>>analogousCodeTo:
01:40:07				264/519 - 2/20: Installing method Message>>argument
01:40:07				264/519 - 3/20: Installing method Message>>argument:
01:40:08				264/519 - 4/20: Installing method Message>>arguments
01:40:08				264/519 - 5/20: Installing method Message>>arguments:
01:40:08				264/519 - 6/20: Installing method Message>>asSendTo:
01:40:08				264/519 - 7/20: Installing method Message>>hasArguments
01:40:08				264/519 - 8/20: Installing method Message>>lookupClass
01:40:08				264/519 - 9/20: Installing method Message>>lookupClass:
01:40:08				264/519 - 10/20: Installing method Message>>message
01:40:08				264/519 - 11/20: Installing method Message>>numArgs
01:40:08				264/519 - 12/20: Installing method Message>>printOn:
01:40:08				264/519 - 13/20: Installing method Message>>selector
01:40:08				264/519 - 14/20: Installing method Message>>selector:
01:40:08				264/519 - 15/20: Installing method Message>>sendTo:
01:40:08				264/519 - 16/20: Installing method Message>>sends:
01:40:08				264/519 - 17/20: Installing method Message>>sentTo:
01:40:08				264/519 - 18/20: Installing method Message>>setSelector:
01:40:08				264/519 - 19/20: Installing method Message>>setSelector:arguments:
01:40:08				264/519 - 20/20: Installing method Message>>storeOn:
01:40:08				264/519 - 1/3: Installing method Message class>>selector:
01:40:08				264/519 - 2/3: Installing method Message class>>selector:argument:
01:40:08				264/519 - 3/3: Installing method Message class>>selector:arguments:
01:40:08				265/519 - 1/10: Installing method MessageNotUnderstood>>defaultAction
01:40:08				265/519 - 2/10: Installing method MessageNotUnderstood>>description
01:40:08				265/519 - 3/10: Installing method MessageNotUnderstood>>initialize
01:40:08				265/519 - 4/10: Installing method MessageNotUnderstood>>isResumable
01:40:08				265/519 - 5/10: Installing method MessageNotUnderstood>>message
01:40:08				265/519 - 6/10: Installing method MessageNotUnderstood>>message:
01:40:08				265/519 - 7/10: Installing method MessageNotUnderstood>>messageText
01:40:08				265/519 - 8/10: Installing method MessageNotUnderstood>>reachedDefaultHandler
01:40:08				265/519 - 9/10: Installing method MessageNotUnderstood>>receiver
01:40:08				265/519 - 10/10: Installing method MessageNotUnderstood>>receiver:
01:40:08				265/519 - 1/1: Installing method MessageNotUnderstood class>>initialize
01:40:08				266/519 - 1/20: Installing method MessageSend>>=
01:40:08				266/519 - 2/20: Installing method MessageSend>>asMinimalRepresentation
01:40:08				266/519 - 3/20: Installing method MessageSend>>asWeakMessageSend
01:40:08				266/519 - 4/20: Installing method MessageSend>>collectArguments:
01:40:08				266/519 - 5/20: Installing method MessageSend>>cull:
01:40:08				266/519 - 6/20: Installing method MessageSend>>cull:cull:
01:40:08				266/519 - 7/20: Installing method MessageSend>>cull:cull:cull:
01:40:08				266/519 - 8/20: Installing method MessageSend>>hash
01:40:08				266/519 - 9/20: Installing method MessageSend>>isMessageSend
01:40:09				266/519 - 10/20: Installing method MessageSend>>isValid
01:40:09				266/519 - 11/20: Installing method MessageSend>>message
01:40:09				266/519 - 12/20: Installing method MessageSend>>printOn:
01:40:09				266/519 - 13/20: Installing method MessageSend>>receiver
01:40:09				266/519 - 14/20: Installing method MessageSend>>receiver:
01:40:09				266/519 - 15/20: Installing method MessageSend>>value
01:40:09				266/519 - 16/20: Installing method MessageSend>>value:
01:40:09				266/519 - 17/20: Installing method MessageSend>>value:value:
01:40:09				266/519 - 18/20: Installing method MessageSend>>value:value:value:
01:40:09				266/519 - 19/20: Installing method MessageSend>>valueWithArguments:
01:40:09				266/519 - 20/20: Installing method MessageSend>>valueWithEnoughArguments:
01:40:09				266/519 - 1/4: Installing method MessageSend class>>message:to:
01:40:09				266/519 - 2/4: Installing method MessageSend class>>receiver:selector:
01:40:09				266/519 - 3/4: Installing method MessageSend class>>receiver:selector:argument:
01:40:09				266/519 - 4/4: Installing method MessageSend class>>receiver:selector:arguments:
01:40:09				267/519 - 1/53: Installing method Metaclass>><<
01:40:09				267/519 - 2/53: Installing method Metaclass>>addInstVarNamed:
01:40:09				267/519 - 3/53: Installing method Metaclass>>addObsoleteSubclass:
01:40:09				267/519 - 4/53: Installing method Metaclass>>addSlot:
01:40:09				267/519 - 5/53: Installing method Metaclass>>addSubclass:
01:40:09				267/519 - 6/53: Installing method Metaclass>>binding
01:40:09				267/519 - 7/53: Installing method Metaclass>>bindingOf:
01:40:09				267/519 - 8/53: Installing method Metaclass>>category
01:40:09				267/519 - 9/53: Installing method Metaclass>>classPool
01:40:09				267/519 - 10/53: Installing method Metaclass>>classSide
01:40:09				267/519 - 11/53: Installing method Metaclass>>classVarNames
01:40:09				267/519 - 12/53: Installing method Metaclass>>classVariables
01:40:09				267/519 - 13/53: Installing method Metaclass>>comment
01:40:09				267/519 - 14/53: Installing method Metaclass>>comment:
01:40:09				267/519 - 15/53: Installing method Metaclass>>comment:stamp:
01:40:09				267/519 - 16/53: Installing method Metaclass>>commentSourcePointer
01:40:09				267/519 - 17/53: Installing method Metaclass>>commentSourcePointer:
01:40:09				267/519 - 18/53: Installing method Metaclass>>commentStamp
01:40:09				267/519 - 19/53: Installing method Metaclass>>commentStamp:
01:40:09				267/519 - 20/53: Installing method Metaclass>>environment
01:40:09				267/519 - 21/53: Installing method Metaclass>>expandedDefinitionStringFor:
01:40:09				267/519 - 22/53: Installing method Metaclass>>hasBindingThatBeginsWith:
01:40:09				267/519 - 23/53: Installing method Metaclass>>hasClassSide
01:40:09				267/519 - 24/53: Installing method Metaclass>>hasClassVarNamed:
01:40:09				267/519 - 25/53: Installing method Metaclass>>hasComment
01:40:09				267/519 - 26/53: Installing method Metaclass>>innerBindingOf:
01:40:10				267/519 - 27/53: Installing method Metaclass>>instanceSide
01:40:10				267/519 - 28/53: Installing method Metaclass>>instanceVariableNames:
01:40:10				267/519 - 29/53: Installing method Metaclass>>isAnonymous
01:40:10				267/519 - 30/53: Installing method Metaclass>>isClass
01:40:10				267/519 - 31/53: Installing method Metaclass>>isMeta
01:40:10				267/519 - 32/53: Installing method Metaclass>>isMetaclassOfClassOrNil
01:40:10				267/519 - 33/53: Installing method Metaclass>>isObsolete
01:40:10				267/519 - 34/53: Installing method Metaclass>>isReferenced
01:40:10				267/519 - 35/53: Installing method Metaclass>>isSelfEvaluating
01:40:10				267/519 - 36/53: Installing method Metaclass>>isUsed
01:40:10				267/519 - 37/53: Installing method Metaclass>>name
01:40:10				267/519 - 38/53: Installing method Metaclass>>new
01:40:10				267/519 - 39/53: Installing method Metaclass>>newAnonymousSubclass
01:40:10				267/519 - 40/53: Installing method Metaclass>>obsoleteSubclasses
01:40:10				267/519 - 41/53: Installing method Metaclass>>package
01:40:10				267/519 - 42/53: Installing method Metaclass>>packageTag
01:40:10				267/519 - 43/53: Installing method Metaclass>>possibleVariablesFor:continuedFrom:
01:40:10				267/519 - 44/53: Installing method Metaclass>>postCopy
01:40:10				267/519 - 45/53: Installing method Metaclass>>removeSlot:
01:40:10				267/519 - 46/53: Installing method Metaclass>>removeSubclass:
01:40:10				267/519 - 47/53: Installing method Metaclass>>sharedPoolNames
01:40:10				267/519 - 48/53: Installing method Metaclass>>slots:
01:40:10				267/519 - 49/53: Installing method Metaclass>>soleInstance
01:40:10				267/519 - 50/53: Installing method Metaclass>>sourceCodeTemplate
01:40:10				267/519 - 51/53: Installing method Metaclass>>subclasses
01:40:10				267/519 - 52/53: Installing method Metaclass>>subclassesDo:
01:40:10				267/519 - 53/53: Installing method Metaclass>>veryDeepCopyWith:
01:40:10				268/519 - 1/1: Installing method MethodAdded>>methodAdded
01:40:10				268/519 - 1/1: Installing method MethodAdded class>>method:
01:40:10				269/519 - 1/12: Installing method MethodAnnouncement>>classAffected
01:40:10				269/519 - 2/12: Installing method MethodAnnouncement>>isProvidedByExtension
01:40:10				269/519 - 3/12: Installing method MethodAnnouncement>>method
01:40:10				269/519 - 4/12: Installing method MethodAnnouncement>>method:
01:40:10				269/519 - 5/12: Installing method MethodAnnouncement>>methodAffected
01:40:10				269/519 - 6/12: Installing method MethodAnnouncement>>methodClass
01:40:10				269/519 - 7/12: Installing method MethodAnnouncement>>methodOrigin
01:40:10				269/519 - 8/12: Installing method MethodAnnouncement>>methodPackage
01:40:10				269/519 - 9/12: Installing method MethodAnnouncement>>packagesAffected
01:40:10				269/519 - 10/12: Installing method MethodAnnouncement>>protocol
01:40:10				269/519 - 11/12: Installing method MethodAnnouncement>>protocolsAffected
01:40:10				269/519 - 12/12: Installing method MethodAnnouncement>>selector
01:40:11				270/519 - 1/23: Installing method MethodDictionary>>add:
01:40:11				270/519 - 2/23: Installing method MethodDictionary>>associationAt:ifAbsent:
01:40:11				270/519 - 3/23: Installing method MethodDictionary>>associationsDo:
01:40:11				270/519 - 4/23: Installing method MethodDictionary>>at:ifAbsent:
01:40:11				270/519 - 5/23: Installing method MethodDictionary>>at:ifPresent:
01:40:11				270/519 - 6/23: Installing method MethodDictionary>>at:put:
01:40:11				270/519 - 7/23: Installing method MethodDictionary>>compact
01:40:11				270/519 - 8/23: Installing method MethodDictionary>>compactWithoutBecome
01:40:11				270/519 - 9/23: Installing method MethodDictionary>>fixCollisionsFrom:
01:40:11				270/519 - 10/23: Installing method MethodDictionary>>grow
01:40:11				270/519 - 11/23: Installing method MethodDictionary>>isHealthy
01:40:11				270/519 - 12/23: Installing method MethodDictionary>>keyAtIdentityValue:ifAbsent:
01:40:11				270/519 - 13/23: Installing method MethodDictionary>>keyAtValue:ifAbsent:
01:40:11				270/519 - 14/23: Installing method MethodDictionary>>keysAndValuesDo:
01:40:11				270/519 - 15/23: Installing method MethodDictionary>>keysDo:
01:40:11				270/519 - 16/23: Installing method MethodDictionary>>postCopy
01:40:11				270/519 - 17/23: Installing method MethodDictionary>>rehash
01:40:11				270/519 - 18/23: Installing method MethodDictionary>>removeAll
01:40:11				270/519 - 19/23: Installing method MethodDictionary>>removeDangerouslyKey:ifAbsent:
01:40:11				270/519 - 20/23: Installing method MethodDictionary>>removeKey:ifAbsent:
01:40:11				270/519 - 21/23: Installing method MethodDictionary>>scanFor:
01:40:11				270/519 - 22/23: Installing method MethodDictionary>>swap:with:
01:40:11				270/519 - 23/23: Installing method MethodDictionary>>valuesDo:
01:40:11				270/519 - 1/5: Installing method MethodDictionary class>>compactAllInstances
01:40:11				270/519 - 2/5: Installing method MethodDictionary class>>new
01:40:11				270/519 - 3/5: Installing method MethodDictionary class>>new:
01:40:11				270/519 - 4/5: Installing method MethodDictionary class>>newForCapacity:
01:40:11				270/519 - 5/5: Installing method MethodDictionary class>>sizeFor:
01:40:11				271/519 - 1/6: Installing method MethodModified>>newMethod
01:40:11				271/519 - 2/6: Installing method MethodModified>>newProtocol
01:40:11				271/519 - 3/6: Installing method MethodModified>>oldMethod
01:40:11				271/519 - 4/6: Installing method MethodModified>>oldMethod:
01:40:11				271/519 - 5/6: Installing method MethodModified>>oldProtocol
01:40:11				271/519 - 6/6: Installing method MethodModified>>oldProtocol:
01:40:11				271/519 - 1/1: Installing method MethodModified class>>methodChangedFrom:to:oldProtocol:
01:40:11				272/519 - 1/5: Installing method MethodRecategorized>>methodRecategorized
01:40:11				272/519 - 2/5: Installing method MethodRecategorized>>newProtocol
01:40:11				272/519 - 3/5: Installing method MethodRecategorized>>oldProtocol
01:40:11				272/519 - 4/5: Installing method MethodRecategorized>>oldProtocol:
01:40:11				272/519 - 5/5: Installing method MethodRecategorized>>protocolsAffected
01:40:11				272/519 - 1/1: Installing method MethodRecategorized class>>method:oldProtocol:
01:40:11				273/519 - 1/3: Installing method MethodRemoved>>methodOrigin
01:40:11				273/519 - 2/3: Installing method MethodRemoved>>methodOrigin:
01:40:11				273/519 - 3/3: Installing method MethodRemoved>>methodRemoved
01:40:12				273/519 - 1/1: Installing method MethodRemoved class>>methodRemoved:origin:
01:40:12				274/519 - 1/6: Installing method MethodRepackaged>>methodRepackaged
01:40:12				274/519 - 2/6: Installing method MethodRepackaged>>newPackage
01:40:12				274/519 - 3/6: Installing method MethodRepackaged>>newPackage:
01:40:12				274/519 - 4/6: Installing method MethodRepackaged>>oldPackage
01:40:12				274/519 - 5/6: Installing method MethodRepackaged>>oldPackage:
01:40:12				274/519 - 6/6: Installing method MethodRepackaged>>packagesAffected
01:40:12				274/519 - 1/1: Installing method MethodRepackaged class>>methodRepackaged:oldPackage:newPackage:
01:40:12				275/519 - 1/14: Installing method ModificationForbidden>>fieldIndex
01:40:12				275/519 - 2/14: Installing method ModificationForbidden>>fieldIndex:
01:40:12				275/519 - 3/14: Installing method ModificationForbidden>>indexedMessageText
01:40:12				275/519 - 4/14: Installing method ModificationForbidden>>messageText
01:40:12				275/519 - 5/14: Installing method ModificationForbidden>>newValue
01:40:12				275/519 - 6/14: Installing method ModificationForbidden>>newValue:
01:40:12				275/519 - 7/14: Installing method ModificationForbidden>>nonIndexedMessageText
01:40:12				275/519 - 8/14: Installing method ModificationForbidden>>object
01:40:12				275/519 - 9/14: Installing method ModificationForbidden>>object:
01:40:12				275/519 - 10/14: Installing method ModificationForbidden>>printObject:on:
01:40:12				275/519 - 11/14: Installing method ModificationForbidden>>retryModification
01:40:12				275/519 - 12/14: Installing method ModificationForbidden>>retrySelector
01:40:12				275/519 - 13/14: Installing method ModificationForbidden>>retrySelector:
01:40:12				275/519 - 14/14: Installing method ModificationForbidden>>standardMessageText
01:40:12				275/519 - 1/1: Installing method ModificationForbidden class>>for:at:with:retrySelector:
01:40:13				276/519 - 1/40: Installing method Monitor>>checkOwnerProcess
01:40:13				276/519 - 2/40: Installing method Monitor>>cleanup
01:40:13				276/519 - 3/40: Installing method Monitor>>critical:
01:40:13				276/519 - 4/40: Installing method Monitor>>defaultQueue
01:40:13				276/519 - 5/40: Installing method Monitor>>enter
01:40:13				276/519 - 6/40: Installing method Monitor>>exit
01:40:13				276/519 - 7/40: Installing method Monitor>>exitAndWaitInQueue:maxMilliseconds:
01:40:13				276/519 - 8/40: Installing method Monitor>>initialize
01:40:13				276/519 - 9/40: Installing method Monitor>>isOwnerProcess
01:40:13				276/519 - 10/40: Installing method Monitor>>privateCleanup
01:40:13				276/519 - 11/40: Installing method Monitor>>queueDict
01:40:13				276/519 - 12/40: Installing method Monitor>>queueFor:
01:40:13				276/519 - 13/40: Installing method Monitor>>signal
01:40:13				276/519 - 14/40: Installing method Monitor>>signal:
01:40:13				276/519 - 15/40: Installing method Monitor>>signalAll
01:40:13				276/519 - 16/40: Installing method Monitor>>signalAll:
01:40:13				276/519 - 17/40: Installing method Monitor>>signalAllInQueue:
01:40:13				276/519 - 18/40: Installing method Monitor>>signalLock:inQueue:
01:40:13				276/519 - 19/40: Installing method Monitor>>signalQueue:
01:40:13				276/519 - 20/40: Installing method Monitor>>signalReallyAll
01:40:13				276/519 - 21/40: Installing method Monitor>>wait
01:40:13				276/519 - 22/40: Installing method Monitor>>waitFor:
01:40:13				276/519 - 23/40: Installing method Monitor>>waitFor:maxMilliseconds:
01:40:13				276/519 - 24/40: Installing method Monitor>>waitFor:maxSeconds:
01:40:13				276/519 - 25/40: Installing method Monitor>>waitInQueue:maxMilliseconds:
01:40:14				276/519 - 26/40: Installing method Monitor>>waitMaxMilliseconds:
01:40:14				276/519 - 27/40: Installing method Monitor>>waitMaxSeconds:
01:40:14				276/519 - 28/40: Installing method Monitor>>waitUntil:
01:40:14				276/519 - 29/40: Installing method Monitor>>waitUntil:for:
01:40:14				276/519 - 30/40: Installing method Monitor>>waitUntil:for:maxMilliseconds:
01:40:14				276/519 - 31/40: Installing method Monitor>>waitUntil:for:maxSeconds:
01:40:14				276/519 - 32/40: Installing method Monitor>>waitUntil:maxMilliseconds:
01:40:14				276/519 - 33/40: Installing method Monitor>>waitUntil:maxSeconds:
01:40:14				276/519 - 34/40: Installing method Monitor>>waitWhile:
01:40:14				276/519 - 35/40: Installing method Monitor>>waitWhile:for:
01:40:14				276/519 - 36/40: Installing method Monitor>>waitWhile:for:maxMilliseconds:
01:40:14				276/519 - 37/40: Installing method Monitor>>waitWhile:for:maxSeconds:
01:40:14				276/519 - 38/40: Installing method Monitor>>waitWhile:inQueue:maxMilliseconds:
01:40:14				276/519 - 39/40: Installing method Monitor>>waitWhile:maxMilliseconds:
01:40:14				276/519 - 40/40: Installing method Monitor>>waitWhile:maxSeconds:
01:40:14				277/519 - 1/2: Installing method MonitorDelay>>setDelay:forSemaphore:monitor:queue:
01:40:14				277/519 - 2/2: Installing method MonitorDelay>>timingPrioritySignalExpired
01:40:14				277/519 - 1/1: Installing method MonitorDelay class>>signalLock:afterMSecs:inMonitor:queue:
01:40:14				278/519 - 1/2: Installing method Mutex>>critical:
01:40:14				278/519 - 2/2: Installing method Mutex>>initialize
01:40:14				279/519 - 1/3: Installing method MutexSet>>critical:
01:40:14				279/519 - 2/3: Installing method MutexSet>>pvtCritical:startingAt:
01:40:14				279/519 - 3/3: Installing method MutexSet>>withAll:
01:40:14				279/519 - 1/1: Installing method MutexSet class>>withAll:
01:40:14				280/519 - 1/5: Installing method NewUndeclaredWarning>>messageText
01:40:14				280/519 - 2/5: Installing method NewUndeclaredWarning>>originName
01:40:14				280/519 - 3/5: Installing method NewUndeclaredWarning>>originName:
01:40:15				280/519 - 4/5: Installing method NewUndeclaredWarning>>undeclaredName
01:40:15				280/519 - 5/5: Installing method NewUndeclaredWarning>>undeclaredName:
01:40:15				280/519 - 1/1: Installing method NewUndeclaredWarning class>>signal:in:
01:40:15				281/519 - 1/2: Installing method NoChangesLog>>logChange:
01:40:15				281/519 - 2/2: Installing method NoChangesLog>>logSnapshot:andQuit:
01:40:15				281/519 - 1/1: Installing method NoChangesLog class>>install
01:40:15				282/519 - 1/2: Installing method NoPharoFilesOpener>>changesFileOrNil
01:40:15				282/519 - 2/2: Installing method NoPharoFilesOpener>>sourcesFileOrNil
01:40:15				282/519 - 1/1: Installing method NoPharoFilesOpener class>>install
01:40:15				283/519 - 1/3: Installing method NonBooleanReceiver>>isResumable
01:40:15				283/519 - 2/3: Installing method NonBooleanReceiver>>object
01:40:15				283/519 - 3/3: Installing method NonBooleanReceiver>>object:
01:40:15				283/519 - 1/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler
01:40:15				283/519 - 2/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler:
01:40:15				284/519 - 1/26: Installing method NonInteractiveTranscript>><<
01:40:15				284/519 - 2/26: Installing method NonInteractiveTranscript>>clear
01:40:15				284/519 - 3/26: Installing method NonInteractiveTranscript>>close
01:40:15				284/519 - 4/26: Installing method NonInteractiveTranscript>>cr
01:40:15				284/519 - 5/26: Installing method NonInteractiveTranscript>>crShow:
01:40:15				284/519 - 6/26: Installing method NonInteractiveTranscript>>critical:
01:40:15				284/519 - 7/26: Installing method NonInteractiveTranscript>>endEntry
01:40:16				284/519 - 8/26: Installing method NonInteractiveTranscript>>fileName
01:40:16				284/519 - 9/26: Installing method NonInteractiveTranscript>>fileName:
01:40:16				284/519 - 10/26: Installing method NonInteractiveTranscript>>flush
01:40:16				284/519 - 11/26: Installing method NonInteractiveTranscript>>initialize
01:40:16				284/519 - 12/26: Installing method NonInteractiveTranscript>>initializeStream
01:40:16				284/519 - 13/26: Installing method NonInteractiveTranscript>>install
01:40:16				284/519 - 14/26: Installing method NonInteractiveTranscript>>isSelfEvaluating
01:40:16				284/519 - 15/26: Installing method NonInteractiveTranscript>>isStderr
01:40:16				284/519 - 16/26: Installing method NonInteractiveTranscript>>isStdout
01:40:16				284/519 - 17/26: Installing method NonInteractiveTranscript>>newLine
01:40:16				284/519 - 18/26: Installing method NonInteractiveTranscript>>nextPut:
01:40:16				284/519 - 19/26: Installing method NonInteractiveTranscript>>nextPutAll:
01:40:16				284/519 - 20/26: Installing method NonInteractiveTranscript>>print:
01:40:16				284/519 - 21/26: Installing method NonInteractiveTranscript>>printOn:
01:40:16				284/519 - 22/26: Installing method NonInteractiveTranscript>>show:
01:40:16				284/519 - 23/26: Installing method NonInteractiveTranscript>>space
01:40:16				284/519 - 24/26: Installing method NonInteractiveTranscript>>stepGlobal
01:40:16				284/519 - 25/26: Installing method NonInteractiveTranscript>>stream
01:40:16				284/519 - 26/26: Installing method NonInteractiveTranscript>>tab
01:40:16				284/519 - 1/8: Installing method NonInteractiveTranscript class>>defaultLogFileName
01:40:16				284/519 - 2/8: Installing method NonInteractiveTranscript class>>file
01:40:16				284/519 - 3/8: Installing method NonInteractiveTranscript class>>initialize
01:40:16				284/519 - 4/8: Installing method NonInteractiveTranscript class>>isInstalled
01:40:16				284/519 - 5/8: Installing method NonInteractiveTranscript class>>onFileNamed:
01:40:16				284/519 - 6/8: Installing method NonInteractiveTranscript class>>shutDown
01:40:16				284/519 - 7/8: Installing method NonInteractiveTranscript class>>stderr
01:40:16				284/519 - 8/8: Installing method NonInteractiveTranscript class>>stdout
01:40:16				285/519 - 1/23: Installing method NonInteractiveUIManager>>chooseDirectory:from:
01:40:16				285/519 - 2/23: Installing method NonInteractiveUIManager>>chooseFrom:lines:title:
01:40:16				285/519 - 3/23: Installing method NonInteractiveUIManager>>chooseFrom:values:lines:title:
01:40:16				285/519 - 4/23: Installing method NonInteractiveUIManager>>chooseFullFileNameMatching:label:
01:40:16				285/519 - 5/23: Installing method NonInteractiveUIManager>>chooseOrRequestFrom:values:lines:title:
01:40:16				285/519 - 6/23: Installing method NonInteractiveUIManager>>confirm:
01:40:16				285/519 - 7/23: Installing method NonInteractiveUIManager>>confirm:label:
01:40:16				285/519 - 8/23: Installing method NonInteractiveUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
01:40:16				285/519 - 9/23: Installing method NonInteractiveUIManager>>confirm:orCancel:
01:40:16				285/519 - 10/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:
01:40:16				285/519 - 11/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
01:40:16				285/519 - 12/23: Installing method NonInteractiveUIManager>>debugProcess:context:label:fullView:notification:
01:40:16				285/519 - 13/23: Installing method NonInteractiveUIManager>>edit:label:accept:
01:40:16				285/519 - 14/23: Installing method NonInteractiveUIManager>>multiLineRequest:initialAnswer:answerHeight:
01:40:16				285/519 - 15/23: Installing method NonInteractiveUIManager>>nonInteractiveManager
01:40:16				285/519 - 16/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:
01:40:16				285/519 - 17/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:title:
01:40:16				285/519 - 18/23: Installing method NonInteractiveUIManager>>nonInteractiveWarning:
01:40:16				285/519 - 19/23: Installing method NonInteractiveUIManager>>request:initialAnswer:
01:40:17				285/519 - 20/23: Installing method NonInteractiveUIManager>>request:initialAnswer:entryCompletion:
01:40:17				285/519 - 21/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:
01:40:17				285/519 - 22/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:entryCompletion:
01:40:17				285/519 - 23/23: Installing method NonInteractiveUIManager>>requestPassword:
01:40:17				285/519 - 1/1: Installing method NonInteractiveUIManager class>>isValidForCurrentSystemConfiguration
01:40:17				286/519 - 1/6: Installing method NotFound>>collection
01:40:17				286/519 - 2/6: Installing method NotFound>>collection:
01:40:17				286/519 - 3/6: Installing method NotFound>>messageText
01:40:17				286/519 - 4/6: Installing method NotFound>>object
01:40:17				286/519 - 5/6: Installing method NotFound>>object:
01:40:17				286/519 - 6/6: Installing method NotFound>>standardMessageText
01:40:17				286/519 - 1/2: Installing method NotFound class>>signalFor:
01:40:17				286/519 - 2/2: Installing method NotFound class>>signalFor:in:
01:40:17				287/519 - 1/1: Installing method NotYetImplemented>>standardMessageText
01:40:17				288/519 - 1/1: Installing method Notification>>defaultAction
01:40:17				289/519 - 1/10: Installing method NullFFIBackend>>allocate:
01:40:17				289/519 - 2/10: Installing method NullFFIBackend>>free:
01:40:17				289/519 - 3/10: Installing method NullFFIBackend>>integerOfObject:at:put:size:signed:
01:40:17				289/519 - 4/10: Installing method NullFFIBackend>>integerOfObject:at:size:signed:
01:40:17				289/519 - 5/10: Installing method NullFFIBackend>>loadSymbol:module:
01:40:17				289/519 - 6/10: Installing method NullFFIBackend>>lookupCallbackByAddress:
01:40:17				289/519 - 7/10: Installing method NullFFIBackend>>on:float32At:
01:40:17				289/519 - 8/10: Installing method NullFFIBackend>>on:float32At:put:
01:40:17				289/519 - 9/10: Installing method NullFFIBackend>>on:float64At:
01:40:17				289/519 - 10/10: Installing method NullFFIBackend>>on:float64At:put:
01:40:17				289/519 - 1/2: Installing method NullFFIBackend class>>isAvailable
01:40:17				289/519 - 2/2: Installing method NullFFIBackend class>>priority
01:40:18				290/519 - 1/32: Installing method NullStream>>ascii
01:40:18				290/519 - 2/32: Installing method NullStream>>atEnd
01:40:18				290/519 - 3/32: Installing method NullStream>>binary
01:40:18				290/519 - 4/32: Installing method NullStream>>collectionSpecies
01:40:18				290/519 - 5/32: Installing method NullStream>>contents
01:40:18				290/519 - 6/32: Installing method NullStream>>cr
01:40:18				290/519 - 7/32: Installing method NullStream>>element
01:40:18				290/519 - 8/32: Installing method NullStream>>initialize
01:40:18				290/519 - 9/32: Installing method NullStream>>isBinary
01:40:18				290/519 - 10/32: Installing method NullStream>>isEmpty
01:40:18				290/519 - 11/32: Installing method NullStream>>lf
01:40:18				290/519 - 12/32: Installing method NullStream>>next
01:40:18				290/519 - 13/32: Installing method NullStream>>next:
01:40:18				290/519 - 14/32: Installing method NullStream>>next:into:
01:40:18				290/519 - 15/32: Installing method NullStream>>next:into:startingAt:
01:40:18				290/519 - 16/32: Installing method NullStream>>next:putAll:
01:40:18				290/519 - 17/32: Installing method NullStream>>next:putAll:startingAt:
01:40:18				290/519 - 18/32: Installing method NullStream>>nextInto:
01:40:18				290/519 - 19/32: Installing method NullStream>>nextInto:startingAt:
01:40:18				290/519 - 20/32: Installing method NullStream>>nextPut:
01:40:18				290/519 - 21/32: Installing method NullStream>>nextPutAll:
01:40:18				290/519 - 22/32: Installing method NullStream>>peek
01:40:18				290/519 - 23/32: Installing method NullStream>>peekLast
01:40:18				290/519 - 24/32: Installing method NullStream>>position
01:40:18				290/519 - 25/32: Installing method NullStream>>position:
01:40:18				290/519 - 26/32: Installing method NullStream>>positionError
01:40:18				290/519 - 27/32: Installing method NullStream>>printOn:
01:40:18				290/519 - 28/32: Installing method NullStream>>readInto:startingAt:count:
01:40:18				290/519 - 29/32: Installing method NullStream>>reset
01:40:18				290/519 - 30/32: Installing method NullStream>>skip:
01:40:18				290/519 - 31/32: Installing method NullStream>>space
01:40:18				290/519 - 32/32: Installing method NullStream>>tab
01:40:18				290/519 - 1/1: Installing method NullStream class>>new
01:40:18				291/519 - 1/2: Installing method NullTermInfo>>on:
01:40:18				291/519 - 2/2: Installing method NullTermInfo>>set:
01:40:19				292/519 - 1/63: Installing method Number>>*
01:40:19				292/519 - 2/63: Installing method Number>>+
01:40:19				292/519 - 3/63: Installing method Number>>-
01:40:19				292/519 - 4/63: Installing method Number>>/
01:40:19				292/519 - 5/63: Installing method Number>>//
01:40:19				292/519 - 6/63: Installing method Number>>@
01:40:19				292/519 - 7/63: Installing method Number>>\\
01:40:19				292/519 - 8/63: Installing method Number>>abs
01:40:19				292/519 - 9/63: Installing method Number>>adaptToFloat:andCompare:
01:40:19				292/519 - 10/63: Installing method Number>>adaptToFloat:andSend:
01:40:19				292/519 - 11/63: Installing method Number>>adaptToFraction:andSend:
01:40:19				292/519 - 12/63: Installing method Number>>adaptToInteger:andSend:
01:40:19				292/519 - 13/63: Installing method Number>>addAssignToFloatArray:
01:40:19				292/519 - 14/63: Installing method Number>>asFloat
01:40:19				292/519 - 15/63: Installing method Number>>asFraction
01:40:19				292/519 - 16/63: Installing method Number>>asInteger
01:40:19				292/519 - 17/63: Installing method Number>>asNumber
01:40:19				292/519 - 18/63: Installing method Number>>asPoint
01:40:19				292/519 - 19/63: Installing method Number>>asScaledDecimal
01:40:19				292/519 - 20/63: Installing method Number>>asScaledDecimal:
01:40:19				292/519 - 21/63: Installing method Number>>asSmallAngleDegrees
01:40:19				292/519 - 22/63: Installing method Number>>asSmallPositiveDegrees
01:40:19				292/519 - 23/63: Installing method Number>>ceiling
01:40:19				292/519 - 24/63: Installing method Number>>clampBetween:and:
01:40:19				292/519 - 25/63: Installing method Number>>copySignTo:
01:40:19				292/519 - 26/63: Installing method Number>>detentBy:atMultiplesOf:snap:
01:40:19				292/519 - 27/63: Installing method Number>>exp
01:40:19				292/519 - 28/63: Installing method Number>>floor
01:40:19				292/519 - 29/63: Installing method Number>>fractionPart
01:40:19				292/519 - 30/63: Installing method Number>>integerPart
01:40:19				292/519 - 31/63: Installing method Number>>isInfinite
01:40:19				292/519 - 32/63: Installing method Number>>isNaN
01:40:19				292/519 - 33/63: Installing method Number>>isNumber
01:40:19				292/519 - 34/63: Installing method Number>>isPowerOfTwo
01:40:19				292/519 - 35/63: Installing method Number>>isZero
01:40:19				292/519 - 36/63: Installing method Number>>negated
01:40:19				292/519 - 37/63: Installing method Number>>negative
01:40:19				292/519 - 38/63: Installing method Number>>positive
01:40:19				292/519 - 39/63: Installing method Number>>printOn:
01:40:19				292/519 - 40/63: Installing method Number>>printString
01:40:19				292/519 - 41/63: Installing method Number>>printStringBase:
01:40:19				292/519 - 42/63: Installing method Number>>quo:
01:40:19				292/519 - 43/63: Installing method Number>>raisedTo:
01:40:19				292/519 - 44/63: Installing method Number>>raisedToFraction:
01:40:19				292/519 - 45/63: Installing method Number>>raisedToInteger:
01:40:19				292/519 - 46/63: Installing method Number>>reciprocal
01:40:19				292/519 - 47/63: Installing method Number>>reduce
01:40:19				292/519 - 48/63: Installing method Number>>rem:
01:40:19				292/519 - 49/63: Installing method Number>>round:
01:40:19				292/519 - 50/63: Installing method Number>>roundDownTo:
01:40:19				292/519 - 51/63: Installing method Number>>roundTo:
01:40:20				292/519 - 52/63: Installing method Number>>roundUpTo:
01:40:20				292/519 - 53/63: Installing method Number>>rounded
01:40:20				292/519 - 54/63: Installing method Number>>sign
01:40:20				292/519 - 55/63: Installing method Number>>sign:
01:40:20				292/519 - 56/63: Installing method Number>>signBit
01:40:20				292/519 - 57/63: Installing method Number>>strictlyPositive
01:40:20				292/519 - 58/63: Installing method Number>>to:
01:40:20				292/519 - 59/63: Installing method Number>>to:by:
01:40:20				292/519 - 60/63: Installing method Number>>to:by:do:
01:40:20				292/519 - 61/63: Installing method Number>>to:do:
01:40:20				292/519 - 62/63: Installing method Number>>truncateTo:
01:40:20				292/519 - 63/63: Installing method Number>>truncated
01:40:20				292/519 - 1/8: Installing method Number class>>isAbstract
01:40:20				292/519 - 2/8: Installing method Number class>>new
01:40:20				292/519 - 3/8: Installing method Number class>>one
01:40:20				292/519 - 4/8: Installing method Number class>>readFrom:
01:40:20				292/519 - 5/8: Installing method Number class>>readFrom:base:
01:40:20				292/519 - 6/8: Installing method Number class>>readFrom:ifFail:
01:40:20				292/519 - 7/8: Installing method Number class>>squeezeNumberOutOfString:
01:40:20				292/519 - 8/8: Installing method Number class>>squeezeNumberOutOfString:ifFail:
01:40:21				293/519 - 1/28: Installing method NumberParser>>allowPlusSign
01:40:21				293/519 - 2/28: Installing method NumberParser>>allowPlusSignInExponent
01:40:21				293/519 - 3/28: Installing method NumberParser>>expected:
01:40:21				293/519 - 4/28: Installing method NumberParser>>exponentLetters
01:40:21				293/519 - 5/28: Installing method NumberParser>>failBlock:
01:40:21				293/519 - 6/28: Installing method NumberParser>>makeFloatFromMantissa:exponent:base:
01:40:21				293/519 - 7/28: Installing method NumberParser>>makeIntegerOrScaledIntegerOrFloat
01:40:21				293/519 - 8/28: Installing method NumberParser>>makeScaledDecimalWithNumberOfNonZeroFractionDigits:andNumberOfTrailingZeroInFractionPart:
01:40:21				293/519 - 9/28: Installing method NumberParser>>maxExponent
01:40:21				293/519 - 10/28: Installing method NumberParser>>maxExponent:
01:40:21				293/519 - 11/28: Installing method NumberParser>>nextElementaryLargeIntegerBase:
01:40:21				293/519 - 12/28: Installing method NumberParser>>nextFraction
01:40:21				293/519 - 13/28: Installing method NumberParser>>nextInteger
01:40:21				293/519 - 14/28: Installing method NumberParser>>nextIntegerBase:
01:40:21				293/519 - 15/28: Installing method NumberParser>>nextIntegerBase:ifFail:
01:40:21				293/519 - 16/28: Installing method NumberParser>>nextLargeIntegerBase:nPackets:
01:40:21				293/519 - 17/28: Installing method NumberParser>>nextNumber
01:40:21				293/519 - 18/28: Installing method NumberParser>>nextNumberBase:
01:40:21				293/519 - 19/28: Installing method NumberParser>>nextScaledDecimal
01:40:21				293/519 - 20/28: Installing method NumberParser>>nextUnsignedIntegerBase:
01:40:21				293/519 - 21/28: Installing method NumberParser>>nextUnsignedIntegerBase:ifFail:
01:40:21				293/519 - 22/28: Installing method NumberParser>>nextUnsignedIntegerOrNilBase:
01:40:21				293/519 - 23/28: Installing method NumberParser>>on:
01:40:21				293/519 - 24/28: Installing method NumberParser>>peekSignIsMinus
01:40:21				293/519 - 25/28: Installing method NumberParser>>readExponent
01:40:21				293/519 - 26/28: Installing method NumberParser>>readNamedFloatOrFail
01:40:21				293/519 - 27/28: Installing method NumberParser>>readNumberWithFractionPartNumberOfTrailingZeroInIntegerPart:
01:40:21				293/519 - 28/28: Installing method NumberParser>>readScaleWithDefaultNumberOfDigits:
01:40:21				293/519 - 1/9: Installing method NumberParser class>>isNumber:
01:40:21				293/519 - 2/9: Installing method NumberParser class>>maxExponent
01:40:21				293/519 - 3/9: Installing method NumberParser class>>maxExponent:
01:40:21				293/519 - 4/9: Installing method NumberParser class>>on:
01:40:21				293/519 - 5/9: Installing method NumberParser class>>parse:
01:40:21				293/519 - 6/9: Installing method NumberParser class>>parse:onError:
01:40:21				293/519 - 7/9: Installing method NumberParser class>>settingsOn:
01:40:21				293/519 - 8/9: Installing method NumberParser class>>squeezeNumberOutOfString:
01:40:21				293/519 - 9/9: Installing method NumberParser class>>squeezeNumberOutOfString:onError:
01:40:22				294/519 - 1/30: Installing method OSPlatform>>accept:
01:40:22				294/519 - 2/30: Installing method OSPlatform>>current
01:40:22				294/519 - 3/30: Installing method OSPlatform>>currentWorkingDirectoryPath
01:40:22				294/519 - 4/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBuffer:
01:40:22				294/519 - 5/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBufferSize:
01:40:22				294/519 - 6/30: Installing method OSPlatform>>currentWorkingDirectoryRawPath
01:40:22				294/519 - 7/30: Installing method OSPlatform>>defaultEncoding
01:40:22				294/519 - 8/30: Installing method OSPlatform>>defaultMaximumPathLength
01:40:22				294/519 - 9/30: Installing method OSPlatform>>family
01:40:22				294/519 - 10/30: Installing method OSPlatform>>isLinux
01:40:22				294/519 - 11/30: Installing method OSPlatform>>isMacOS
01:40:22				294/519 - 12/30: Installing method OSPlatform>>isMacOSX
01:40:22				294/519 - 13/30: Installing method OSPlatform>>isUnix
01:40:22				294/519 - 14/30: Installing method OSPlatform>>isUnix32
01:40:22				294/519 - 15/30: Installing method OSPlatform>>isUnix64
01:40:22				294/519 - 16/30: Installing method OSPlatform>>isWin32
01:40:22				294/519 - 17/30: Installing method OSPlatform>>isWin64
01:40:22				294/519 - 18/30: Installing method OSPlatform>>isWindows
01:40:22				294/519 - 19/30: Installing method OSPlatform>>isX11
01:40:22				294/519 - 20/30: Installing method OSPlatform>>lineEnding
01:40:22				294/519 - 21/30: Installing method OSPlatform>>menuShortcutString
01:40:22				294/519 - 22/30: Installing method OSPlatform>>name
01:40:22				294/519 - 23/30: Installing method OSPlatform>>newTerminfo
01:40:22				294/519 - 24/30: Installing method OSPlatform>>platformFamily
01:40:22				294/519 - 25/30: Installing method OSPlatform>>platformName
01:40:22				294/519 - 26/30: Installing method OSPlatform>>potentialLocationsOfSourcesFile
01:40:22				294/519 - 27/30: Installing method OSPlatform>>subtype
01:40:22				294/519 - 28/30: Installing method OSPlatform>>version
01:40:22				294/519 - 29/30: Installing method OSPlatform>>virtualKey:
01:40:22				294/519 - 30/30: Installing method OSPlatform>>windowSystemName
01:40:22				294/519 - 1/6: Installing method OSPlatform class>>current
01:40:22				294/519 - 2/6: Installing method OSPlatform class>>currentVersion
01:40:22				294/519 - 3/6: Installing method OSPlatform class>>determineActivePlatform
01:40:22				294/519 - 4/6: Installing method OSPlatform class>>example
01:40:23				294/519 - 5/6: Installing method OSPlatform class>>isActivePlatform
01:40:23				294/519 - 6/6: Installing method OSPlatform class>>startUp:
01:40:23				295/519 - 1/10: Installing method OSPlatformVisitor>>visit
01:40:23				295/519 - 2/10: Installing method OSPlatformVisitor>>visitGeneric:
01:40:23				295/519 - 3/10: Installing method OSPlatformVisitor>>visitMacOS:
01:40:23				295/519 - 4/10: Installing method OSPlatformVisitor>>visitMacOSX:
01:40:23				295/519 - 5/10: Installing method OSPlatformVisitor>>visitUnix32:
01:40:23				295/519 - 6/10: Installing method OSPlatformVisitor>>visitUnix64:
01:40:23				295/519 - 7/10: Installing method OSPlatformVisitor>>visitUnix:
01:40:23				295/519 - 8/10: Installing method OSPlatformVisitor>>visitWindows32:
01:40:23				295/519 - 9/10: Installing method OSPlatformVisitor>>visitWindows64:
01:40:23				295/519 - 10/10: Installing method OSPlatformVisitor>>visitWindows:
01:40:30				296/519 - 1/214: Installing method Object>>->
01:40:30				296/519 - 2/214: Installing method Object>>=
01:40:30				296/519 - 3/214: Installing method Object>>adaptToFloat:andCompare:
01:40:30				296/519 - 4/214: Installing method Object>>adaptToFloat:andSend:
01:40:30				296/519 - 5/214: Installing method Object>>adaptToFraction:andCompare:
01:40:30				296/519 - 6/214: Installing method Object>>adaptToFraction:andSend:
01:40:30				296/519 - 7/214: Installing method Object>>adaptToInteger:andCompare:
01:40:30				296/519 - 8/214: Installing method Object>>adaptToInteger:andSend:
01:40:30				296/519 - 9/214: Installing method Object>>appendTo:
01:40:30				296/519 - 10/214: Installing method Object>>as:
01:40:30				296/519 - 11/214: Installing method Object>>asCollectionElement
01:40:30				296/519 - 12/214: Installing method Object>>asDoubleLink
01:40:30				296/519 - 13/214: Installing method Object>>asLink
01:40:30				296/519 - 14/214: Installing method Object>>asLinkPrepend:
01:40:30				296/519 - 15/214: Installing method Object>>asString
01:40:30				296/519 - 16/214: Installing method Object>>assert:
01:40:30				296/519 - 17/214: Installing method Object>>assert:description:
01:40:30				296/519 - 18/214: Installing method Object>>at:
01:40:30				296/519 - 19/214: Installing method Object>>at:put:
01:40:30				296/519 - 20/214: Installing method Object>>attemptToAssign:withIndex:
01:40:30				296/519 - 21/214: Installing method Object>>basicAt:
01:40:30				296/519 - 22/214: Installing method Object>>basicAt:put:
01:40:30				296/519 - 23/214: Installing method Object>>basicSize
01:40:30				296/519 - 24/214: Installing method Object>>beReadOnlyLiteral
01:40:30				296/519 - 25/214: Installing method Object>>beReadOnlyObject
01:40:30				296/519 - 26/214: Installing method Object>>beRecursivelyReadOnlyObject
01:40:30				296/519 - 27/214: Installing method Object>>beRecursivelyWritableObject
01:40:30				296/519 - 28/214: Installing method Object>>beWritableObject
01:40:30				296/519 - 29/214: Installing method Object>>caseError
01:40:30				296/519 - 30/214: Installing method Object>>caseOf:
01:40:30				296/519 - 31/214: Installing method Object>>caseOf:otherwise:
01:40:30				296/519 - 32/214: Installing method Object>>changed
01:40:30				296/519 - 33/214: Installing method Object>>changed:
01:40:30				296/519 - 34/214: Installing method Object>>changed:with:
01:40:30				296/519 - 35/214: Installing method Object>>className
01:40:30				296/519 - 36/214: Installing method Object>>clone
01:40:30				296/519 - 37/214: Installing method Object>>confirm:
01:40:30				296/519 - 38/214: Installing method Object>>copy
01:40:30				296/519 - 39/214: Installing method Object>>copyFrom:
01:40:30				296/519 - 40/214: Installing method Object>>copySameFrom:
01:40:30				296/519 - 41/214: Installing method Object>>crTrace
01:40:30				296/519 - 42/214: Installing method Object>>crTrace:
01:40:30				296/519 - 43/214: Installing method Object>>deepCopy
01:40:30				296/519 - 44/214: Installing method Object>>deprecated:
01:40:30				296/519 - 45/214: Installing method Object>>deprecated:on:in:
01:40:30				296/519 - 46/214: Installing method Object>>deprecated:on:in:transformWith:
01:40:30				296/519 - 47/214: Installing method Object>>deprecated:on:in:transformWith:when:
01:40:30				296/519 - 48/214: Installing method Object>>deprecated:transformWith:
01:40:30				296/519 - 49/214: Installing method Object>>deprecated:transformWith:when:
01:40:30				296/519 - 50/214: Installing method Object>>displayString
01:40:30				296/519 - 51/214: Installing method Object>>displayStringLimitedTo:
01:40:30				296/519 - 52/214: Installing method Object>>displayStringOn:
01:40:30				296/519 - 53/214: Installing method Object>>doesNotUnderstand:
01:40:30				296/519 - 54/214: Installing method Object>>enclosedElement
01:40:30				296/519 - 55/214: Installing method Object>>error
01:40:30				296/519 - 56/214: Installing method Object>>error:
01:40:30				296/519 - 57/214: Installing method Object>>errorImproperStore
01:40:30				296/519 - 58/214: Installing method Object>>errorNonIntegerIndex
01:40:30				296/519 - 59/214: Installing method Object>>errorNotIndexable
01:40:30				296/519 - 60/214: Installing method Object>>errorSubscriptBounds:
01:40:30				296/519 - 61/214: Installing method Object>>explicitRequirement
01:40:30				296/519 - 62/214: Installing method Object>>finalizationRegistry
01:40:30				296/519 - 63/214: Installing method Object>>finalize
01:40:30				296/519 - 64/214: Installing method Object>>finalizer
01:40:30				296/519 - 65/214: Installing method Object>>flattenOn:
01:40:30				296/519 - 66/214: Installing method Object>>fullDisplayString
01:40:30				296/519 - 67/214: Installing method Object>>fullPrintString
01:40:30				296/519 - 68/214: Installing method Object>>handleProcessTerminationOfWaitingContext:
01:40:30				296/519 - 69/214: Installing method Object>>handles:
01:40:31				296/519 - 70/214: Installing method Object>>hasLiteralSuchThat:
01:40:31				296/519 - 71/214: Installing method Object>>hasMultipleExecutors
01:40:31				296/519 - 72/214: Installing method Object>>hash
01:40:31				296/519 - 73/214: Installing method Object>>in:
01:40:31				296/519 - 74/214: Installing method Object>>inform:
01:40:31				296/519 - 75/214: Installing method Object>>instVarAt:
01:40:31				296/519 - 76/214: Installing method Object>>instVarAt:put:
01:40:31				296/519 - 77/214: Installing method Object>>instVarNamed:
01:40:31				296/519 - 78/214: Installing method Object>>instVarNamed:put:
01:40:31				296/519 - 79/214: Installing method Object>>isArray
01:40:31				296/519 - 80/214: Installing method Object>>isAssociation
01:40:31				296/519 - 81/214: Installing method Object>>isBehavior
01:40:31				296/519 - 82/214: Installing method Object>>isBlock
01:40:31				296/519 - 83/214: Installing method Object>>isCharacter
01:40:31				296/519 - 84/214: Installing method Object>>isClass
01:40:31				296/519 - 85/214: Installing method Object>>isClassOrTrait
01:40:31				296/519 - 86/214: Installing method Object>>isClosure
01:40:31				296/519 - 87/214: Installing method Object>>isCollection
01:40:31				296/519 - 88/214: Installing method Object>>isColor
01:40:31				296/519 - 89/214: Installing method Object>>isColorForm
01:40:31				296/519 - 90/214: Installing method Object>>isCompiledBlock
01:40:31				296/519 - 91/214: Installing method Object>>isCompiledMethod
01:40:31				296/519 - 92/214: Installing method Object>>isContext
01:40:31				296/519 - 93/214: Installing method Object>>isDictionary
01:40:31				296/519 - 94/214: Installing method Object>>isEmbeddedBlock
01:40:31				296/519 - 95/214: Installing method Object>>isFloat
01:40:31				296/519 - 96/214: Installing method Object>>isForm
01:40:31				296/519 - 97/214: Installing method Object>>isFraction
01:40:31				296/519 - 98/214: Installing method Object>>isHeap
01:40:31				296/519 - 99/214: Installing method Object>>isInteger
01:40:31				296/519 - 100/214: Installing method Object>>isInterval
01:40:31				296/519 - 101/214: Installing method Object>>isKindOf:
01:40:31				296/519 - 102/214: Installing method Object>>isLiteral
01:40:31				296/519 - 103/214: Installing method Object>>isLiteral:
01:40:31				296/519 - 104/214: Installing method Object>>isMemberOf:
01:40:31				296/519 - 105/214: Installing method Object>>isMessageSend
01:40:31				296/519 - 106/214: Installing method Object>>isMethodProperties
01:40:31				296/519 - 107/214: Installing method Object>>isMorph
01:40:31				296/519 - 108/214: Installing method Object>>isMorphicEvent
01:40:31				296/519 - 109/214: Installing method Object>>isNotNil
01:40:31				296/519 - 110/214: Installing method Object>>isNumber
01:40:31				296/519 - 111/214: Installing method Object>>isPinned
01:40:31				296/519 - 112/214: Installing method Object>>isPinnedInMemory
01:40:31				296/519 - 113/214: Installing method Object>>isPoint
01:40:31				296/519 - 114/214: Installing method Object>>isPrimitiveError
01:40:31				296/519 - 115/214: Installing method Object>>isReadOnlyObject
01:40:31				296/519 - 116/214: Installing method Object>>isRectangle
01:40:31				296/519 - 117/214: Installing method Object>>isSelfEvaluating
01:40:31				296/519 - 118/214: Installing method Object>>isSelfEvaluating:
01:40:31				296/519 - 119/214: Installing method Object>>isStream
01:40:31				296/519 - 120/214: Installing method Object>>isString
01:40:31				296/519 - 121/214: Installing method Object>>isSymbol
01:40:31				296/519 - 122/214: Installing method Object>>isSystemWindow
01:40:31				296/519 - 123/214: Installing method Object>>isText
01:40:31				296/519 - 124/214: Installing method Object>>isThisEverCalled
01:40:31				296/519 - 125/214: Installing method Object>>isThisEverCalled:
01:40:31				296/519 - 126/214: Installing method Object>>isTrait
01:40:31				296/519 - 127/214: Installing method Object>>isVariableBinding
01:40:31				296/519 - 128/214: Installing method Object>>join:
01:40:31				296/519 - 129/214: Installing method Object>>joinTo:
01:40:31				296/519 - 130/214: Installing method Object>>literalEqual:
01:40:31				296/519 - 131/214: Installing method Object>>logEntry
01:40:31				296/519 - 132/214: Installing method Object>>logExecution
01:40:31				296/519 - 133/214: Installing method Object>>logExit
01:40:31				296/519 - 134/214: Installing method Object>>longPrintOn:limitedTo:indent:
01:40:31				296/519 - 135/214: Installing method Object>>longPrintStringLimitedTo:
01:40:31				296/519 - 136/214: Installing method Object>>mourn
01:40:31				296/519 - 137/214: Installing method Object>>notNil
01:40:31				296/519 - 138/214: Installing method Object>>notYetImplemented
01:40:31				296/519 - 139/214: Installing method Object>>notify:
01:40:31				296/519 - 140/214: Installing method Object>>okToChange
01:40:31				296/519 - 141/214: Installing method Object>>packageOrganizer
01:40:31				296/519 - 142/214: Installing method Object>>perform:
01:40:31				296/519 - 143/214: Installing method Object>>perform:orSendTo:
01:40:31				296/519 - 144/214: Installing method Object>>perform:with:
01:40:31				296/519 - 145/214: Installing method Object>>perform:with:with:
01:40:31				296/519 - 146/214: Installing method Object>>perform:with:with:with:
01:40:31				296/519 - 147/214: Installing method Object>>perform:with:with:with:with:
01:40:32				296/519 - 148/214: Installing method Object>>perform:withArguments:
01:40:32				296/519 - 149/214: Installing method Object>>perform:withArguments:inSuperclass:
01:40:32				296/519 - 150/214: Installing method Object>>perform:withEnoughArguments:
01:40:32				296/519 - 151/214: Installing method Object>>pin
01:40:32				296/519 - 152/214: Installing method Object>>pinInMemory
01:40:32				296/519 - 153/214: Installing method Object>>pointsOnlyWeaklyTo:
01:40:32				296/519 - 154/214: Installing method Object>>postCopy
01:40:32				296/519 - 155/214: Installing method Object>>primitiveChangeClassTo:
01:40:32				296/519 - 156/214: Installing method Object>>primitiveError:
01:40:32				296/519 - 157/214: Installing method Object>>printOn:
01:40:32				296/519 - 158/214: Installing method Object>>printString
01:40:32				296/519 - 159/214: Installing method Object>>printStringLimitedTo:
01:40:32				296/519 - 160/214: Installing method Object>>printStringLimitedTo:using:
01:40:32				296/519 - 161/214: Installing method Object>>putOn:
01:40:32				296/519 - 162/214: Installing method Object>>readFromString:
01:40:32				296/519 - 163/214: Installing method Object>>readSlot:
01:40:32				296/519 - 164/214: Installing method Object>>readSlotNamed:
01:40:32				296/519 - 165/214: Installing method Object>>recursivelySetIsReadOnlyObject:
01:40:32				296/519 - 166/214: Installing method Object>>recursivelySetIsReadOnlyObject:exceptObjectsIn:
01:40:32				296/519 - 167/214: Installing method Object>>refersToLiteral:
01:40:32				296/519 - 168/214: Installing method Object>>release
01:40:32				296/519 - 169/214: Installing method Object>>respondsTo:
01:40:32				296/519 - 170/214: Installing method Object>>retrySetPinnedInMemory:
01:40:32				296/519 - 171/214: Installing method Object>>retryWithGC:until:
01:40:32				296/519 - 172/214: Installing method Object>>setIsReadOnlyObject:
01:40:32				296/519 - 173/214: Installing method Object>>setPinned:
01:40:32				296/519 - 174/214: Installing method Object>>setPinnedInMemory:
01:40:32				296/519 - 175/214: Installing method Object>>shallowCopy
01:40:32				296/519 - 176/214: Installing method Object>>shouldBeImplemented
01:40:32				296/519 - 177/214: Installing method Object>>shouldBePrintedAsLiteral
01:40:32				296/519 - 178/214: Installing method Object>>shouldBePrintedAsLiteral:
01:40:32				296/519 - 179/214: Installing method Object>>shouldNotImplement
01:40:32				296/519 - 180/214: Installing method Object>>size
01:40:32				296/519 - 181/214: Installing method Object>>sizeInMemory
01:40:32				296/519 - 182/214: Installing method Object>>someObject
01:40:32				296/519 - 183/214: Installing method Object>>species
01:40:32				296/519 - 184/214: Installing method Object>>split:
01:40:32				296/519 - 185/214: Installing method Object>>split:do:
01:40:32				296/519 - 186/214: Installing method Object>>split:indicesDo:
01:40:32				296/519 - 187/214: Installing method Object>>storeAt:inTempFrame:
01:40:32				296/519 - 188/214: Installing method Object>>storeOn:
01:40:32				296/519 - 189/214: Installing method Object>>storeString
01:40:32				296/519 - 190/214: Installing method Object>>subclassResponsibility
01:40:32				296/519 - 191/214: Installing method Object>>systemNavigation
01:40:32				296/519 - 192/214: Installing method Object>>toFinalizeSend:to:with:
01:40:32				296/519 - 193/214: Installing method Object>>trace
01:40:32				296/519 - 194/214: Installing method Object>>trace:
01:40:32				296/519 - 195/214: Installing method Object>>traceCr
01:40:32				296/519 - 196/214: Installing method Object>>traceCr:
01:40:32				296/519 - 197/214: Installing method Object>>traceCrTab:
01:40:32				296/519 - 198/214: Installing method Object>>traitConflict
01:40:32				296/519 - 199/214: Installing method Object>>uiManager
01:40:32				296/519 - 200/214: Installing method Object>>unpin
01:40:32				296/519 - 201/214: Installing method Object>>unpinInMemory
01:40:32				296/519 - 202/214: Installing method Object>>update:
01:40:32				296/519 - 203/214: Installing method Object>>update:with:
01:40:32				296/519 - 204/214: Installing method Object>>value
01:40:32				296/519 - 205/214: Installing method Object>>valueWithArguments:
01:40:32				296/519 - 206/214: Installing method Object>>veryDeepCopyWith:
01:40:32				296/519 - 207/214: Installing method Object>>veryDeepFixupWith:
01:40:32				296/519 - 208/214: Installing method Object>>veryDeepInner:
01:40:32				296/519 - 209/214: Installing method Object>>windowIsClosing
01:40:32				296/519 - 210/214: Installing method Object>>writeSlot:value:
01:40:32				296/519 - 211/214: Installing method Object>>writeSlotNamed:value:
01:40:32				296/519 - 212/214: Installing method Object>>yourself
01:40:32				296/519 - 213/214: Installing method Object>>~=
01:40:32				296/519 - 214/214: Installing method Object>>~~>
01:40:32				296/519 - 1/7: Installing method Object class>>howToModifyPrimitives
01:40:32				296/519 - 2/7: Installing method Object class>>initialize
01:40:32				296/519 - 3/7: Installing method Object class>>newFrom:
01:40:33				296/519 - 4/7: Installing method Object class>>newFromArray:
01:40:33				296/519 - 5/7: Installing method Object class>>readFrom:
01:40:33				296/519 - 6/7: Installing method Object class>>registerToolsOn:
01:40:33				296/519 - 7/7: Installing method Object class>>whatIsAPrimitive
01:40:33				297/519 - 1/2: Installing method ObjectFinalizer>>finalize
01:40:33				297/519 - 2/2: Installing method ObjectFinalizer>>receiver:selector:argument:
01:40:33				298/519 - 1/2: Installing method ObjectFinalizerCollection>>finalize
01:40:33				298/519 - 2/2: Installing method ObjectFinalizerCollection>>hasMultipleExecutors
01:40:33				299/519 - 1/12: Installing method ObjectLayout>>extend
01:40:33				299/519 - 2/12: Installing method ObjectLayout>>extend:
01:40:33				299/519 - 3/12: Installing method ObjectLayout>>extendByte
01:40:33				299/519 - 4/12: Installing method ObjectLayout>>extendCompiledMethod
01:40:33				299/519 - 5/12: Installing method ObjectLayout>>extendDoubleByte
01:40:33				299/519 - 6/12: Installing method ObjectLayout>>extendDoubleWord
01:40:33				299/519 - 7/12: Installing method ObjectLayout>>extendSmallInteger
01:40:33				299/519 - 8/12: Installing method ObjectLayout>>extendVariable:
01:40:33				299/519 - 9/12: Installing method ObjectLayout>>extendWord
01:40:33				299/519 - 10/12: Installing method ObjectLayout>>format
01:40:33				299/519 - 11/12: Installing method ObjectLayout>>initializeInstance:
01:40:33				299/519 - 12/12: Installing method ObjectLayout>>instanceSpecification
01:40:33				299/519 - 1/4: Installing method ObjectLayout class>>allSubclassDefiningSymbols
01:40:33				299/519 - 2/4: Installing method ObjectLayout class>>extending:scope:host:
01:40:33				299/519 - 3/4: Installing method ObjectLayout class>>isAbstract
01:40:33				299/519 - 4/4: Installing method ObjectLayout class>>layoutForSubclassDefiningSymbol:
01:40:35				300/519 - 1/64: Installing method OrderedCollection>>add:
01:40:35				300/519 - 2/64: Installing method OrderedCollection>>add:after:
01:40:35				300/519 - 3/64: Installing method OrderedCollection>>add:afterIndex:
01:40:35				300/519 - 4/64: Installing method OrderedCollection>>add:before:
01:40:35				300/519 - 5/64: Installing method OrderedCollection>>add:beforeIndex:
01:40:35				300/519 - 6/64: Installing method OrderedCollection>>addAll:
01:40:35				300/519 - 7/64: Installing method OrderedCollection>>addAllFirst:
01:40:35				300/519 - 8/64: Installing method OrderedCollection>>addAllFirstUnlessAlreadyPresent:
01:40:35				300/519 - 9/64: Installing method OrderedCollection>>addAllLast:
01:40:35				300/519 - 10/64: Installing method OrderedCollection>>addFirst:
01:40:35				300/519 - 11/64: Installing method OrderedCollection>>addLast:
01:40:35				300/519 - 12/64: Installing method OrderedCollection>>addNoSort:
01:40:35				300/519 - 13/64: Installing method OrderedCollection>>asArray
01:40:35				300/519 - 14/64: Installing method OrderedCollection>>asOrderedCollection
01:40:35				300/519 - 15/64: Installing method OrderedCollection>>at:
01:40:35				300/519 - 16/64: Installing method OrderedCollection>>at:ifAbsentPut:
01:40:35				300/519 - 17/64: Installing method OrderedCollection>>at:put:
01:40:35				300/519 - 18/64: Installing method OrderedCollection>>capacity
01:40:35				300/519 - 19/64: Installing method OrderedCollection>>collect:
01:40:35				300/519 - 20/64: Installing method OrderedCollection>>collect:from:to:
01:40:35				300/519 - 21/64: Installing method OrderedCollection>>collect:thenSelect:
01:40:35				300/519 - 22/64: Installing method OrderedCollection>>collector
01:40:35				300/519 - 23/64: Installing method OrderedCollection>>compact
01:40:35				300/519 - 24/64: Installing method OrderedCollection>>copyEmpty
01:40:35				300/519 - 25/64: Installing method OrderedCollection>>copyFrom:to:
01:40:35				300/519 - 26/64: Installing method OrderedCollection>>copyReplaceFrom:to:with:
01:40:35				300/519 - 27/64: Installing method OrderedCollection>>copyWith:
01:40:35				300/519 - 28/64: Installing method OrderedCollection>>do:
01:40:35				300/519 - 29/64: Installing method OrderedCollection>>ensureBoundsFrom:to:
01:40:35				300/519 - 30/64: Installing method OrderedCollection>>find:
01:40:35				300/519 - 31/64: Installing method OrderedCollection>>growAtFirst
01:40:35				300/519 - 32/64: Installing method OrderedCollection>>growAtLast
01:40:35				300/519 - 33/64: Installing method OrderedCollection>>insert:before:
01:40:35				300/519 - 34/64: Installing method OrderedCollection>>join:
01:40:35				300/519 - 35/64: Installing method OrderedCollection>>makeRoomAtFirst
01:40:35				300/519 - 36/64: Installing method OrderedCollection>>makeRoomAtLast
01:40:35				300/519 - 37/64: Installing method OrderedCollection>>postCopy
01:40:35				300/519 - 38/64: Installing method OrderedCollection>>postCopyFrom:to:
01:40:35				300/519 - 39/64: Installing method OrderedCollection>>reject:
01:40:35				300/519 - 40/64: Installing method OrderedCollection>>reject:thenCollect:
01:40:35				300/519 - 41/64: Installing method OrderedCollection>>remove:ifAbsent:
01:40:35				300/519 - 42/64: Installing method OrderedCollection>>removeAll
01:40:35				300/519 - 43/64: Installing method OrderedCollection>>removeAllSuchThat:
01:40:35				300/519 - 44/64: Installing method OrderedCollection>>removeAt:
01:40:35				300/519 - 45/64: Installing method OrderedCollection>>removeDuplicates
01:40:35				300/519 - 46/64: Installing method OrderedCollection>>removeFirst
01:40:35				300/519 - 47/64: Installing method OrderedCollection>>removeFirst:
01:40:35				300/519 - 48/64: Installing method OrderedCollection>>removeIndex:
01:40:35				300/519 - 49/64: Installing method OrderedCollection>>removeLast
01:40:35				300/519 - 50/64: Installing method OrderedCollection>>removeLast:
01:40:35				300/519 - 51/64: Installing method OrderedCollection>>reset
01:40:35				300/519 - 52/64: Installing method OrderedCollection>>resetTo:
01:40:35				300/519 - 53/64: Installing method OrderedCollection>>reverseDo:
01:40:35				300/519 - 54/64: Installing method OrderedCollection>>reversed
01:40:35				300/519 - 55/64: Installing method OrderedCollection>>select:
01:40:35				300/519 - 56/64: Installing method OrderedCollection>>select:thenCollect:
01:40:35				300/519 - 57/64: Installing method OrderedCollection>>setCollection:
01:40:36				300/519 - 58/64: Installing method OrderedCollection>>setContents:
01:40:36				300/519 - 59/64: Installing method OrderedCollection>>size
01:40:36				300/519 - 60/64: Installing method OrderedCollection>>sort:
01:40:36				300/519 - 61/64: Installing method OrderedCollection>>speciesForTransform
01:40:36				300/519 - 62/64: Installing method OrderedCollection>>with:collect:
01:40:36				300/519 - 63/64: Installing method OrderedCollection>>withIndexCollect:
01:40:36				300/519 - 64/64: Installing method OrderedCollection>>withIndexSelect:
01:40:36				300/519 - 1/12: Installing method OrderedCollection class>>arrayType
01:40:36				300/519 - 2/12: Installing method OrderedCollection class>>cleanUp:
01:40:36				300/519 - 3/12: Installing method OrderedCollection class>>compactAll
01:40:36				300/519 - 4/12: Installing method OrderedCollection class>>compactAllInstances
01:40:36				300/519 - 5/12: Installing method OrderedCollection class>>new
01:40:36				300/519 - 6/12: Installing method OrderedCollection class>>new:
01:40:36				300/519 - 7/12: Installing method OrderedCollection class>>new:streamContents:
01:40:36				300/519 - 8/12: Installing method OrderedCollection class>>new:withAll:
01:40:36				300/519 - 9/12: Installing method OrderedCollection class>>newFrom:
01:40:36				300/519 - 10/12: Installing method OrderedCollection class>>newFromArray:
01:40:36				300/519 - 11/12: Installing method OrderedCollection class>>ofSize:
01:40:36				300/519 - 12/12: Installing method OrderedCollection class>>streamSpecies
01:40:37				301/519 - 1/72: Installing method OrderedDictionary>>=
01:40:37				301/519 - 2/72: Installing method OrderedDictionary>>add:
01:40:37				301/519 - 3/72: Installing method OrderedDictionary>>addAll:
01:40:37				301/519 - 4/72: Installing method OrderedDictionary>>associationAt:
01:40:37				301/519 - 5/72: Installing method OrderedDictionary>>associationAt:ifAbsent:
01:40:37				301/519 - 6/72: Installing method OrderedDictionary>>associationAt:ifPresent:
01:40:37				301/519 - 7/72: Installing method OrderedDictionary>>associationAt:ifPresent:ifAbsent:
01:40:37				301/519 - 8/72: Installing method OrderedDictionary>>associations
01:40:37				301/519 - 9/72: Installing method OrderedDictionary>>associationsDo:
01:40:37				301/519 - 10/72: Installing method OrderedDictionary>>associationsSelect:
01:40:37				301/519 - 11/72: Installing method OrderedDictionary>>at:
01:40:37				301/519 - 12/72: Installing method OrderedDictionary>>at:at:
01:40:37				301/519 - 13/72: Installing method OrderedDictionary>>at:at:ifAbsent:
01:40:37				301/519 - 14/72: Installing method OrderedDictionary>>at:at:ifAbsentPut:
01:40:37				301/519 - 15/72: Installing method OrderedDictionary>>at:at:put:
01:40:37				301/519 - 16/72: Installing method OrderedDictionary>>at:ifAbsent:
01:40:37				301/519 - 17/72: Installing method OrderedDictionary>>at:ifAbsentPut:
01:40:37				301/519 - 18/72: Installing method OrderedDictionary>>at:ifPresent:
01:40:37				301/519 - 19/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsent:
01:40:37				301/519 - 20/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsentPut:
01:40:37				301/519 - 21/72: Installing method OrderedDictionary>>at:put:
01:40:37				301/519 - 22/72: Installing method OrderedDictionary>>at:update:
01:40:37				301/519 - 23/72: Installing method OrderedDictionary>>at:update:initial:
01:40:37				301/519 - 24/72: Installing method OrderedDictionary>>bindingOf:
01:40:37				301/519 - 25/72: Installing method OrderedDictionary>>capacity
01:40:37				301/519 - 26/72: Installing method OrderedDictionary>>collect:
01:40:37				301/519 - 27/72: Installing method OrderedDictionary>>dictionary
01:40:37				301/519 - 28/72: Installing method OrderedDictionary>>dictionaryClass
01:40:37				301/519 - 29/72: Installing method OrderedDictionary>>do:
01:40:37				301/519 - 30/72: Installing method OrderedDictionary>>errorInvalidIndex:
01:40:37				301/519 - 31/72: Installing method OrderedDictionary>>growOrderedKeys
01:40:37				301/519 - 32/72: Installing method OrderedDictionary>>hasBindingThatBeginsWith:
01:40:37				301/519 - 33/72: Installing method OrderedDictionary>>hash
01:40:37				301/519 - 34/72: Installing method OrderedDictionary>>identityIndexOfKey:
01:40:37				301/519 - 35/72: Installing method OrderedDictionary>>identityIndexOfKey:ifAbsent:
01:40:38				301/519 - 36/72: Installing method OrderedDictionary>>includes:
01:40:38				301/519 - 37/72: Installing method OrderedDictionary>>includesAssociation:
01:40:38				301/519 - 38/72: Installing method OrderedDictionary>>includesIdentity:
01:40:38				301/519 - 39/72: Installing method OrderedDictionary>>includesKey:
01:40:38				301/519 - 40/72: Installing method OrderedDictionary>>indexOfKey:
01:40:38				301/519 - 41/72: Installing method OrderedDictionary>>indexOfKey:ifAbsent:
01:40:38				301/519 - 42/72: Installing method OrderedDictionary>>initialize:
01:40:38				301/519 - 43/72: Installing method OrderedDictionary>>isDictionary
01:40:38				301/519 - 44/72: Installing method OrderedDictionary>>isHealthy
01:40:38				301/519 - 45/72: Installing method OrderedDictionary>>keyAtIdentityValue:
01:40:38				301/519 - 46/72: Installing method OrderedDictionary>>keyAtIdentityValue:ifAbsent:
01:40:38				301/519 - 47/72: Installing method OrderedDictionary>>keyAtIndex:
01:40:38				301/519 - 48/72: Installing method OrderedDictionary>>keyAtIndex:ifAbsent:
01:40:38				301/519 - 49/72: Installing method OrderedDictionary>>keyAtValue:
01:40:38				301/519 - 50/72: Installing method OrderedDictionary>>keyAtValue:ifAbsent:
01:40:38				301/519 - 51/72: Installing method OrderedDictionary>>keyForIdentity:
01:40:38				301/519 - 52/72: Installing method OrderedDictionary>>keys
01:40:38				301/519 - 53/72: Installing method OrderedDictionary>>keysAndValuesDo:
01:40:38				301/519 - 54/72: Installing method OrderedDictionary>>keysAndValuesRemove:
01:40:38				301/519 - 55/72: Installing method OrderedDictionary>>keysDo:
01:40:38				301/519 - 56/72: Installing method OrderedDictionary>>keysSortedSafely
01:40:38				301/519 - 57/72: Installing method OrderedDictionary>>orderedKeys
01:40:38				301/519 - 58/72: Installing method OrderedDictionary>>orderedKeysIndexOf:
01:40:38				301/519 - 59/72: Installing method OrderedDictionary>>orderedKeysRemove:
01:40:38				301/519 - 60/72: Installing method OrderedDictionary>>postCopy
01:40:38				301/519 - 61/72: Installing method OrderedDictionary>>printElementsOn:
01:40:38				301/519 - 62/72: Installing method OrderedDictionary>>remove:ifAbsent:
01:40:38				301/519 - 63/72: Installing method OrderedDictionary>>removeAll
01:40:38				301/519 - 64/72: Installing method OrderedDictionary>>removeKey:
01:40:38				301/519 - 65/72: Installing method OrderedDictionary>>removeKey:ifAbsent:
01:40:38				301/519 - 66/72: Installing method OrderedDictionary>>removeKeys:
01:40:38				301/519 - 67/72: Installing method OrderedDictionary>>select:
01:40:38				301/519 - 68/72: Installing method OrderedDictionary>>size
01:40:38				301/519 - 69/72: Installing method OrderedDictionary>>storeOn:
01:40:38				301/519 - 70/72: Installing method OrderedDictionary>>value:registeringAtOrderedKeys:
01:40:38				301/519 - 71/72: Installing method OrderedDictionary>>values
01:40:38				301/519 - 72/72: Installing method OrderedDictionary>>valuesDo:
01:40:38				301/519 - 1/5: Installing method OrderedDictionary class>>new
01:40:38				301/519 - 2/5: Installing method OrderedDictionary class>>new:
01:40:38				301/519 - 3/5: Installing method OrderedDictionary class>>newFrom:
01:40:38				301/519 - 4/5: Installing method OrderedDictionary class>>newFromKeys:andValues:
01:40:38				301/519 - 5/5: Installing method OrderedDictionary class>>newFromPairs:
01:40:38				302/519 - 1/3: Installing method OrderedIdentityDictionary>>dictionaryClass
01:40:38				302/519 - 2/3: Installing method OrderedIdentityDictionary>>indexOfKey:ifAbsent:
01:40:38				302/519 - 3/3: Installing method OrderedIdentityDictionary>>orderedKeysIndexOf:
01:40:38				303/519 - 1/1: Installing method OutOfMemory>>isResumable
01:40:41				304/519 - 1/79: Installing method Package>><=
01:40:41				304/519 - 2/79: Installing method Package>>addClass:
01:40:41				304/519 - 3/79: Installing method Package>>addMethod:
01:40:41				304/519 - 4/79: Installing method Package>>allUnsentMessages
01:40:41				304/519 - 5/79: Installing method Package>>classes
01:40:41				304/519 - 6/79: Installing method Package>>classesTaggedWith:
01:40:41				304/519 - 7/79: Installing method Package>>codeChangeAnnouncer
01:40:41				304/519 - 8/79: Installing method Package>>definedClassNames
01:40:41				304/519 - 9/79: Installing method Package>>definedClasses
01:40:41				304/519 - 10/79: Installing method Package>>definedMethodsForClass:
01:40:41				304/519 - 11/79: Installing method Package>>definedOrExtendedClasses
01:40:41				304/519 - 12/79: Installing method Package>>definedSelectorsForClass:
01:40:41				304/519 - 13/79: Installing method Package>>definesOrExtendsClass:
01:40:41				304/519 - 14/79: Installing method Package>>demoteToTagInPackage
01:40:41				304/519 - 15/79: Installing method Package>>ensureProperties
01:40:41				304/519 - 16/79: Installing method Package>>ensureTag:
01:40:41				304/519 - 17/79: Installing method Package>>environment
01:40:41				304/519 - 18/79: Installing method Package>>extendedClassNames
01:40:41				304/519 - 19/79: Installing method Package>>extendedClasses
01:40:41				304/519 - 20/79: Installing method Package>>extendsClass:
01:40:41				304/519 - 21/79: Installing method Package>>extensionMethods
01:40:41				304/519 - 22/79: Installing method Package>>extensionMethodsForClass:
01:40:41				304/519 - 23/79: Installing method Package>>extensionProtocolsForClass:
01:40:41				304/519 - 24/79: Installing method Package>>extensionSelectors
01:40:41				304/519 - 25/79: Installing method Package>>extensionSelectorsForClass:
01:40:41				304/519 - 26/79: Installing method Package>>hasProperty:
01:40:41				304/519 - 27/79: Installing method Package>>hasTag:
01:40:41				304/519 - 28/79: Installing method Package>>hierarchyRoots
01:40:41				304/519 - 29/79: Installing method Package>>importProtocol:forClass:
01:40:41				304/519 - 30/79: Installing method Package>>includesClass:
01:40:41				304/519 - 31/79: Installing method Package>>includesClassNamed:
01:40:41				304/519 - 32/79: Installing method Package>>includesClassTagNamed:
01:40:41				304/519 - 33/79: Installing method Package>>includesExtensionSelector:ofClass:
01:40:41				304/519 - 34/79: Installing method Package>>includesProtocol:ofClass:
01:40:41				304/519 - 35/79: Installing method Package>>includesSelector:ofClass:
01:40:41				304/519 - 36/79: Installing method Package>>initialize
01:40:41				304/519 - 37/79: Installing method Package>>isDeprecated
01:40:41				304/519 - 38/79: Installing method Package>>isEmpty
01:40:41				304/519 - 39/79: Installing method Package>>isTestPackage
01:40:41				304/519 - 40/79: Installing method Package>>isUndefined
01:40:41				304/519 - 41/79: Installing method Package>>linesOfCode
01:40:41				304/519 - 42/79: Installing method Package>>methods
01:40:41				304/519 - 43/79: Installing method Package>>methodsForClass:
01:40:41				304/519 - 44/79: Installing method Package>>moveClass:toTag:
01:40:41				304/519 - 45/79: Installing method Package>>name
01:40:41				304/519 - 46/79: Installing method Package>>name:
01:40:41				304/519 - 47/79: Installing method Package>>organizer
01:40:41				304/519 - 48/79: Installing method Package>>organizer:
01:40:41				304/519 - 49/79: Installing method Package>>packageManifestOrNil
01:40:41				304/519 - 50/79: Installing method Package>>packages
01:40:41				304/519 - 51/79: Installing method Package>>printOn:
01:40:41				304/519 - 52/79: Installing method Package>>properties
01:40:41				304/519 - 53/79: Installing method Package>>propertyAt:
01:40:41				304/519 - 54/79: Installing method Package>>propertyAt:ifAbsent:
01:40:41				304/519 - 55/79: Installing method Package>>propertyAt:ifAbsentPut:
01:40:41				304/519 - 56/79: Installing method Package>>propertyAt:put:
01:40:41				304/519 - 57/79: Installing method Package>>removeAllExtensionMethodsFromClass:
01:40:41				304/519 - 58/79: Installing method Package>>removeClass:
01:40:41				304/519 - 59/79: Installing method Package>>removeEmptyTags
01:40:41				304/519 - 60/79: Installing method Package>>removeFromSystem
01:40:41				304/519 - 61/79: Installing method Package>>removeMethod:
01:40:41				304/519 - 62/79: Installing method Package>>removeMethods:
01:40:41				304/519 - 63/79: Installing method Package>>removePropertiesIfEmpty
01:40:41				304/519 - 64/79: Installing method Package>>removeProperty:
01:40:41				304/519 - 65/79: Installing method Package>>removeProperty:ifAbsent:
01:40:41				304/519 - 66/79: Installing method Package>>removeTag:
01:40:41				304/519 - 67/79: Installing method Package>>renameTag:to:
01:40:41				304/519 - 68/79: Installing method Package>>renameTo:
01:40:41				304/519 - 69/79: Installing method Package>>rootTag
01:40:41				304/519 - 70/79: Installing method Package>>rootTagName
01:40:41				304/519 - 71/79: Installing method Package>>roots
01:40:41				304/519 - 72/79: Installing method Package>>selectors
01:40:41				304/519 - 73/79: Installing method Package>>selectorsForClass:
01:40:42				304/519 - 74/79: Installing method Package>>tagNamed:
01:40:42				304/519 - 75/79: Installing method Package>>tagNamed:ifAbsent:
01:40:42				304/519 - 76/79: Installing method Package>>tagNamed:ifPresent:
01:40:42				304/519 - 77/79: Installing method Package>>tagNames
01:40:42				304/519 - 78/79: Installing method Package>>tagOf:
01:40:42				304/519 - 79/79: Installing method Package>>tags
01:40:42				304/519 - 1/5: Installing method Package class>>initialize
01:40:42				304/519 - 2/5: Installing method Package class>>initializeProperties
01:40:42				304/519 - 3/5: Installing method Package class>>named:
01:40:42				304/519 - 4/5: Installing method Package class>>named:organizer:
01:40:42				304/519 - 5/5: Installing method Package class>>rootTagName
01:40:42				305/519 - 1/1: Installing method PackageAdded class>>initialize
01:40:42				306/519 - 1/2: Installing method PackageAnnouncement>>package
01:40:42				306/519 - 2/2: Installing method PackageAnnouncement>>package:
01:40:42				306/519 - 1/2: Installing method PackageAnnouncement class>>initialize
01:40:42				306/519 - 2/2: Installing method PackageAnnouncement class>>to:
01:40:42				307/519 - 1/1: Installing method PackageConflictError class>>initialize
01:40:42				308/519 - 1/11: Installing method PackageManifest class>>classCommentBlank
01:40:42				308/519 - 2/11: Installing method PackageManifest class>>description
01:40:42				308/519 - 3/11: Installing method PackageManifest class>>ignoredDependencies
01:40:42				308/519 - 4/11: Installing method PackageManifest class>>isDeprecated
01:40:42				308/519 - 5/11: Installing method PackageManifest class>>isManifest
01:40:42				308/519 - 6/11: Installing method PackageManifest class>>isUsed
01:40:42				308/519 - 7/11: Installing method PackageManifest class>>manuallyResolvedDependencies
01:40:42				308/519 - 8/11: Installing method PackageManifest class>>postUnloadAction
01:40:42				308/519 - 9/11: Installing method PackageManifest class>>preUnload
01:40:42				308/519 - 10/11: Installing method PackageManifest class>>rejectClasses
01:40:42				308/519 - 11/11: Installing method PackageManifest class>>rejectRules
01:40:43				309/519 - 1/39: Installing method PackageOrganizer>>addPackage:
01:40:43				309/519 - 2/39: Installing method PackageOrganizer>>basicRegisterPackage:
01:40:43				309/519 - 3/39: Installing method PackageOrganizer>>basicUnregisterPackage:
01:40:43				309/519 - 4/39: Installing method PackageOrganizer>>codeChangeAnnouncer
01:40:43				309/519 - 5/39: Installing method PackageOrganizer>>ensurePackage:
01:40:43				309/519 - 6/39: Installing method PackageOrganizer>>ensurePackage:withTags:
01:40:43				309/519 - 7/39: Installing method PackageOrganizer>>ensurePackageMatching:
01:40:43				309/519 - 8/39: Installing method PackageOrganizer>>ensurePackageOfExtensionProtocol:
01:40:43				309/519 - 9/39: Installing method PackageOrganizer>>ensureTag:inPackage:
01:40:43				309/519 - 10/39: Installing method PackageOrganizer>>environment
01:40:43				309/519 - 11/39: Installing method PackageOrganizer>>environment:
01:40:43				309/519 - 12/39: Installing method PackageOrganizer>>hasPackage:
01:40:43				309/519 - 13/39: Installing method PackageOrganizer>>hasTag:inPackage:
01:40:43				309/519 - 14/39: Installing method PackageOrganizer>>initialize
01:40:43				309/519 - 15/39: Installing method PackageOrganizer>>isClassInstalled:
01:40:43				309/519 - 16/39: Installing method PackageOrganizer>>packageForProtocol:
01:40:44				309/519 - 17/39: Installing method PackageOrganizer>>packageForProtocol:from:
01:40:44				309/519 - 18/39: Installing method PackageOrganizer>>packageMatchingExtensionName:
01:40:44				309/519 - 19/39: Installing method PackageOrganizer>>packageNamed:
01:40:44				309/519 - 20/39: Installing method PackageOrganizer>>packageNamed:ifAbsent:
01:40:44				309/519 - 21/39: Installing method PackageOrganizer>>packageNamed:ifPresent:
01:40:44				309/519 - 22/39: Installing method PackageOrganizer>>packageNames
01:40:44				309/519 - 23/39: Installing method PackageOrganizer>>packageNamesDo:
01:40:44				309/519 - 24/39: Installing method PackageOrganizer>>packageOf:
01:40:44				309/519 - 25/39: Installing method PackageOrganizer>>packageOfClassNamed:
01:40:44				309/519 - 26/39: Installing method PackageOrganizer>>packages
01:40:44				309/519 - 27/39: Installing method PackageOrganizer>>packagesDo:
01:40:44				309/519 - 28/39: Installing method PackageOrganizer>>removeClass:
01:40:44				309/519 - 29/39: Installing method PackageOrganizer>>removeEmptyPackagesAndTags
01:40:44				309/519 - 30/39: Installing method PackageOrganizer>>removePackage:
01:40:44				309/519 - 31/39: Installing method PackageOrganizer>>removeTag:fromPackage:
01:40:44				309/519 - 32/39: Installing method PackageOrganizer>>renamePackage:to:
01:40:44				309/519 - 33/39: Installing method PackageOrganizer>>renameTag:to:inPackage:
01:40:44				309/519 - 34/39: Installing method PackageOrganizer>>repackageMethod:oldProtocol:newProtocol:
01:40:44				309/519 - 35/39: Installing method PackageOrganizer>>testPackageNames
01:40:44				309/519 - 36/39: Installing method PackageOrganizer>>testPackages
01:40:44				309/519 - 37/39: Installing method PackageOrganizer>>undefinedPackage
01:40:44				309/519 - 38/39: Installing method PackageOrganizer>>unregisterPackage:
01:40:44				309/519 - 39/39: Installing method PackageOrganizer>>validatePackageDoesNotExist:
01:40:44				309/519 - 1/2: Installing method PackageOrganizer class>>default
01:40:44				309/519 - 2/2: Installing method PackageOrganizer class>>initialize
01:40:44				310/519 - 1/1: Installing method PackageRemoved class>>initialize
01:40:44				311/519 - 1/4: Installing method PackageRenamed>>newName
01:40:44				311/519 - 2/4: Installing method PackageRenamed>>newName:
01:40:44				311/519 - 3/4: Installing method PackageRenamed>>oldName
01:40:44				311/519 - 4/4: Installing method PackageRenamed>>oldName:
01:40:44				311/519 - 1/2: Installing method PackageRenamed class>>initialize
01:40:44				311/519 - 2/2: Installing method PackageRenamed class>>to:oldName:newName:
01:40:45				312/519 - 1/27: Installing method PackageTag>>addClass:
01:40:45				312/519 - 2/27: Installing method PackageTag>>basicRenameTo:
01:40:45				312/519 - 3/27: Installing method PackageTag>>categoryName
01:40:45				312/519 - 4/27: Installing method PackageTag>>classNames
01:40:45				312/519 - 5/27: Installing method PackageTag>>classes
01:40:45				312/519 - 6/27: Installing method PackageTag>>codeChangeAnnouncer
01:40:45				312/519 - 7/27: Installing method PackageTag>>environment
01:40:45				312/519 - 8/27: Installing method PackageTag>>hasClassNamed:
01:40:45				312/519 - 9/27: Installing method PackageTag>>includesClass:
01:40:45				312/519 - 10/27: Installing method PackageTag>>initialize
01:40:45				312/519 - 11/27: Installing method PackageTag>>isEmpty
01:40:45				312/519 - 12/27: Installing method PackageTag>>isRoot
01:40:45				312/519 - 13/27: Installing method PackageTag>>isUndefined
01:40:45				312/519 - 14/27: Installing method PackageTag>>name
01:40:45				312/519 - 15/27: Installing method PackageTag>>name:
01:40:45				312/519 - 16/27: Installing method PackageTag>>organizer
01:40:45				312/519 - 17/27: Installing method PackageTag>>package
01:40:45				312/519 - 18/27: Installing method PackageTag>>package:
01:40:45				312/519 - 19/27: Installing method PackageTag>>packageName
01:40:45				312/519 - 20/27: Installing method PackageTag>>printOn:
01:40:45				312/519 - 21/27: Installing method PackageTag>>privateAddClass:
01:40:45				312/519 - 22/27: Installing method PackageTag>>promoteAsPackage
01:40:45				312/519 - 23/27: Installing method PackageTag>>removeClass:
01:40:45				312/519 - 24/27: Installing method PackageTag>>removeFromPackage
01:40:45				312/519 - 25/27: Installing method PackageTag>>removeFromSystem
01:40:45				312/519 - 26/27: Installing method PackageTag>>renameTo:
01:40:45				312/519 - 27/27: Installing method PackageTag>>rootTagName
01:40:45				312/519 - 1/2: Installing method PackageTag class>>initialize
01:40:45				312/519 - 2/2: Installing method PackageTag class>>package:name:
01:40:45				313/519 - 1/1: Installing method PackageTagAdded class>>initialize
01:40:45				314/519 - 1/4: Installing method PackageTagAnnouncement>>package
01:40:45				314/519 - 2/4: Installing method PackageTagAnnouncement>>packagesAffected
01:40:45				314/519 - 3/4: Installing method PackageTagAnnouncement>>tag
01:40:45				314/519 - 4/4: Installing method PackageTagAnnouncement>>tag:
01:40:45				314/519 - 1/3: Installing method PackageTagAnnouncement class>>in:tag:
01:40:45				314/519 - 2/3: Installing method PackageTagAnnouncement class>>initialize
01:40:45				314/519 - 3/3: Installing method PackageTagAnnouncement class>>to:
01:40:45				315/519 - 1/1: Installing method PackageTagRemoved class>>initialize
01:40:45				316/519 - 1/4: Installing method PackageTagRenamed>>newName
01:40:45				316/519 - 2/4: Installing method PackageTagRenamed>>newName:
01:40:45				316/519 - 3/4: Installing method PackageTagRenamed>>oldName
01:40:45				316/519 - 4/4: Installing method PackageTagRenamed>>oldName:
01:40:45				316/519 - 1/2: Installing method PackageTagRenamed class>>initialize
01:40:45				316/519 - 2/2: Installing method PackageTagRenamed class>>to:oldName:newName:
01:40:46				317/519 - 1/54: Installing method Path>>,
01:40:46				317/519 - 2/54: Installing method Path>>/
01:40:46				317/519 - 3/54: Installing method Path>><=
01:40:46				317/519 - 4/54: Installing method Path>>=
01:40:46				317/519 - 5/54: Installing method Path>>asPath
01:40:46				317/519 - 6/54: Installing method Path>>asPathWith:
01:40:47				317/519 - 7/54: Installing method Path>>asResolvedBy:
01:40:47				317/519 - 8/54: Installing method Path>>base
01:40:47				317/519 - 9/54: Installing method Path>>basename
01:40:47				317/519 - 10/54: Installing method Path>>basename:
01:40:47				317/519 - 11/54: Installing method Path>>basenameWithoutExtension
01:40:47				317/519 - 12/54: Installing method Path>>basenameWithoutExtension:
01:40:47				317/519 - 13/54: Installing method Path>>canonicalize
01:40:47				317/519 - 14/54: Installing method Path>>canonicalizeOnFilesystem:
01:40:47				317/519 - 15/54: Installing method Path>>contains:
01:40:47				317/519 - 16/54: Installing method Path>>containsPath:
01:40:47				317/519 - 17/54: Installing method Path>>containsReference:
01:40:47				317/519 - 18/54: Installing method Path>>copyFrom:
01:40:47				317/519 - 19/54: Installing method Path>>delimiter
01:40:47				317/519 - 20/54: Installing method Path>>do:
01:40:47				317/519 - 21/54: Installing method Path>>emptyPathString
01:40:47				317/519 - 22/54: Installing method Path>>extension
01:40:47				317/519 - 23/54: Installing method Path>>extensionDelimiter
01:40:47				317/519 - 24/54: Installing method Path>>extensions
01:40:47				317/519 - 25/54: Installing method Path>>fullName
01:40:47				317/519 - 26/54: Installing method Path>>hash
01:40:47				317/519 - 27/54: Installing method Path>>isAbsolute
01:40:47				317/519 - 28/54: Installing method Path>>isChildOf:
01:40:47				317/519 - 29/54: Installing method Path>>isContainedBy:
01:40:47				317/519 - 30/54: Installing method Path>>isEmpty
01:40:47				317/519 - 31/54: Installing method Path>>isNetworkPath
01:40:47				317/519 - 32/54: Installing method Path>>isRelative
01:40:47				317/519 - 33/54: Installing method Path>>isRoot
01:40:47				317/519 - 34/54: Installing method Path>>isWorkingDirectory
01:40:47				317/519 - 35/54: Installing method Path>>lengthOfStemWith:
01:40:47				317/519 - 36/54: Installing method Path>>makeRelative:
01:40:47				317/519 - 37/54: Installing method Path>>parent
01:40:47				317/519 - 38/54: Installing method Path>>parentUpTo:
01:40:47				317/519 - 39/54: Installing method Path>>pathString
01:40:47				317/519 - 40/54: Installing method Path>>printOn:delimiter:
01:40:47				317/519 - 41/54: Installing method Path>>printPathOn:
01:40:47				317/519 - 42/54: Installing method Path>>printPathOn:delimiter:
01:40:47				317/519 - 43/54: Installing method Path>>printWithDelimiter:
01:40:47				317/519 - 44/54: Installing method Path>>relativeTo:
01:40:47				317/519 - 45/54: Installing method Path>>relativeToPath:
01:40:47				317/519 - 46/54: Installing method Path>>resolve
01:40:47				317/519 - 47/54: Installing method Path>>resolve:
01:40:47				317/519 - 48/54: Installing method Path>>resolvePath:
01:40:47				317/519 - 49/54: Installing method Path>>resolveReference:
01:40:47				317/519 - 50/54: Installing method Path>>resolveString:
01:40:47				317/519 - 51/54: Installing method Path>>segments
01:40:47				317/519 - 52/54: Installing method Path>>withExtension:
01:40:47				317/519 - 53/54: Installing method Path>>withName:extension:
01:40:47				317/519 - 54/54: Installing method Path>>withParents
01:40:47				317/519 - 1/23: Installing method Path class>>*
01:40:47				317/519 - 2/23: Installing method Path class>>/
01:40:47				317/519 - 3/23: Installing method Path class>>addElement:to:
01:40:47				317/519 - 4/23: Installing method Path class>>addElement:to:on:
01:40:47				317/519 - 5/23: Installing method Path class>>addEmptyElementTo:
01:40:47				317/519 - 6/23: Installing method Path class>>addParentElementTo:
01:40:47				317/519 - 7/23: Installing method Path class>>addParentElementTo:on:
01:40:47				317/519 - 8/23: Installing method Path class>>canonicalizeElements:
01:40:47				317/519 - 9/23: Installing method Path class>>canonicalizeElements:filesystem:
01:40:47				317/519 - 10/23: Installing method Path class>>delimiter
01:40:48				317/519 - 11/23: Installing method Path class>>extensionDelimiter
01:40:48				317/519 - 12/23: Installing method Path class>>from:
01:40:48				317/519 - 13/23: Installing method Path class>>from:delimiter:
01:40:48				317/519 - 14/23: Installing method Path class>>isAbsolutePath:delimiter:
01:40:48				317/519 - 15/23: Installing method Path class>>isAbsoluteUnixPath:
01:40:48				317/519 - 16/23: Installing method Path class>>isAbsoluteWindowsPath:
01:40:48				317/519 - 17/23: Installing method Path class>>parent
01:40:48				317/519 - 18/23: Installing method Path class>>parents:
01:40:48				317/519 - 19/23: Installing method Path class>>removeRedundantSegments:
01:40:48				317/519 - 20/23: Installing method Path class>>root
01:40:48				317/519 - 21/23: Installing method Path class>>with:
01:40:48				317/519 - 22/23: Installing method Path class>>withAll:
01:40:48				317/519 - 23/23: Installing method Path class>>workingDirectory
01:40:48				318/519 - 1/1: Installing method PerformMessageCommandLineHandler>>activate
01:40:48				318/519 - 1/2: Installing method PerformMessageCommandLineHandler class>>commandName
01:40:48				318/519 - 2/2: Installing method PerformMessageCommandLineHandler class>>description
01:40:48				319/519 - 1/2: Installing method PharoBootstrapInitialization class>>initializeCommandLineHandlerAndErrorHandling
01:40:48				319/519 - 2/2: Installing method PharoBootstrapInitialization class>>initializeFileSystem
01:40:49				320/519 - 1/8: Installing method PharoCommandLineHandler>>activate
01:40:49				320/519 - 2/8: Installing method PharoCommandLineHandler>>changePreferences
01:40:49				320/519 - 3/8: Installing method PharoCommandLineHandler>>default
01:40:49				320/519 - 4/8: Installing method PharoCommandLineHandler>>forcePreferencesOmission
01:40:49				320/519 - 5/8: Installing method PharoCommandLineHandler>>isChangingPreferences
01:40:49				320/519 - 6/8: Installing method PharoCommandLineHandler>>isOmittingPreferences
01:40:49				320/519 - 7/8: Installing method PharoCommandLineHandler>>isOverridingPreferences
01:40:49				320/519 - 8/8: Installing method PharoCommandLineHandler>>runPreferences
01:40:49				320/519 - 1/7: Installing method PharoCommandLineHandler class>>activateWith:
01:40:49				320/519 - 2/7: Installing method PharoCommandLineHandler class>>description
01:40:49				320/519 - 3/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission
01:40:49				320/519 - 4/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission:
01:40:49				320/519 - 5/7: Installing method PharoCommandLineHandler class>>isResponsibleFor:
01:40:49				320/519 - 6/7: Installing method PharoCommandLineHandler class>>priority
01:40:49				320/519 - 7/7: Installing method PharoCommandLineHandler class>>requireDeploymentPassword
01:40:49				321/519 - 1/22: Installing method PharoFilesOpener>>badContentMsg
01:40:49				321/519 - 2/22: Installing method PharoFilesOpener>>cannotLocateMsg
01:40:49				321/519 - 3/22: Installing method PharoFilesOpener>>cannotWriteMsg
01:40:50				321/519 - 4/22: Installing method PharoFilesOpener>>changesFileOrNil
01:40:50				321/519 - 5/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:
01:40:50				321/519 - 6/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:silent:
01:40:50				321/519 - 7/22: Installing method PharoFilesOpener>>changesName
01:40:50				321/519 - 8/22: Installing method PharoFilesOpener>>ignoreIfFail:
01:40:50				321/519 - 9/22: Installing method PharoFilesOpener>>inform:withChangesRef:
01:40:50				321/519 - 10/22: Installing method PharoFilesOpener>>inform:withRef:
01:40:50				321/519 - 11/22: Installing method PharoFilesOpener>>inform:withSourceRef:
01:40:50				321/519 - 12/22: Installing method PharoFilesOpener>>informCannotLocateSources
01:40:50				321/519 - 13/22: Installing method PharoFilesOpener>>informProblemInChanges:
01:40:50				321/519 - 14/22: Installing method PharoFilesOpener>>lastImagePath
01:40:50				321/519 - 15/22: Installing method PharoFilesOpener>>openChanges:readOnly:
01:40:50				321/519 - 16/22: Installing method PharoFilesOpener>>openSources
01:40:50				321/519 - 17/22: Installing method PharoFilesOpener>>openSources:forImage:
01:40:50				321/519 - 18/22: Installing method PharoFilesOpener>>setInformAboutReadOnlyChanges
01:40:50				321/519 - 19/22: Installing method PharoFilesOpener>>shouldInformAboutReadOnlyChanges
01:40:50				321/519 - 20/22: Installing method PharoFilesOpener>>sourcesFileOrNil
01:40:50				321/519 - 21/22: Installing method PharoFilesOpener>>sourcesName
01:40:50				321/519 - 22/22: Installing method PharoFilesOpener>>unsetInformAboutReadOnlyChanges
01:40:50				321/519 - 1/2: Installing method PharoFilesOpener class>>default
01:40:50				321/519 - 2/2: Installing method PharoFilesOpener class>>reset
01:40:50				322/519 - 1/9: Installing method PluggableDictionary>>=
01:40:50				322/519 - 2/9: Installing method PluggableDictionary>>copyEmpty
01:40:50				322/519 - 3/9: Installing method PluggableDictionary>>equalBlock
01:40:50				322/519 - 4/9: Installing method PluggableDictionary>>equalBlock:
01:40:50				322/519 - 5/9: Installing method PluggableDictionary>>hash
01:40:50				322/519 - 6/9: Installing method PluggableDictionary>>hashBlock
01:40:50				322/519 - 7/9: Installing method PluggableDictionary>>hashBlock:
01:40:50				322/519 - 8/9: Installing method PluggableDictionary>>scanFor:
01:40:50				322/519 - 9/9: Installing method PluggableDictionary>>scanForEmptySlotFor:
01:40:50				322/519 - 1/1: Installing method PluggableDictionary class>>integerDictionary
01:40:50				323/519 - 1/7: Installing method PluggableSet>>copyEmpty
01:40:50				323/519 - 2/7: Installing method PluggableSet>>equalBlock
01:40:50				323/519 - 3/7: Installing method PluggableSet>>equalBlock:
01:40:50				323/519 - 4/7: Installing method PluggableSet>>hashBlock
01:40:50				323/519 - 5/7: Installing method PluggableSet>>hashBlock:
01:40:50				323/519 - 6/7: Installing method PluggableSet>>scanFor:
01:40:50				323/519 - 7/7: Installing method PluggableSet>>scanForEmptySlotFor:
01:40:50				323/519 - 1/1: Installing method PluggableSet class>>integerSet
01:40:51				324/519 - 1/85: Installing method Point>>*
01:40:51				324/519 - 2/85: Installing method Point>>+
01:40:51				324/519 - 3/85: Installing method Point>>-
01:40:51				324/519 - 4/85: Installing method Point>>/
01:40:51				324/519 - 5/85: Installing method Point>>//
01:40:51				324/519 - 6/85: Installing method Point>><
01:40:51				324/519 - 7/85: Installing method Point>><=
01:40:51				324/519 - 8/85: Installing method Point>>=
01:40:51				324/519 - 9/85: Installing method Point>>>
01:40:51				324/519 - 10/85: Installing method Point>>>=
01:40:51				324/519 - 11/85: Installing method Point>>\\
01:40:51				324/519 - 12/85: Installing method Point>>abs
01:40:51				324/519 - 13/85: Installing method Point>>adaptToCollection:andSend:
01:40:51				324/519 - 14/85: Installing method Point>>adaptToNumber:andSend:
01:40:51				324/519 - 15/85: Installing method Point>>adhereTo:
01:40:51				324/519 - 16/85: Installing method Point>>asFloatPoint
01:40:51				324/519 - 17/85: Installing method Point>>asIntegerPoint
01:40:51				324/519 - 18/85: Installing method Point>>asNonFractionalPoint
01:40:51				324/519 - 19/85: Installing method Point>>asPoint
01:40:51				324/519 - 20/85: Installing method Point>>bitShiftPoint:
01:40:51				324/519 - 21/85: Installing method Point>>ceiling
01:40:51				324/519 - 22/85: Installing method Point>>closeTo:
01:40:51				324/519 - 23/85: Installing method Point>>closeTo:precision:
01:40:51				324/519 - 24/85: Installing method Point>>corner:
01:40:51				324/519 - 25/85: Installing method Point>>crossProduct:
01:40:51				324/519 - 26/85: Installing method Point>>deepCopy
01:40:51				324/519 - 27/85: Installing method Point>>directionToLineFrom:to:
01:40:51				324/519 - 28/85: Installing method Point>>dotProduct:
01:40:51				324/519 - 29/85: Installing method Point>>eightNeighbors
01:40:51				324/519 - 30/85: Installing method Point>>extent:
01:40:51				324/519 - 31/85: Installing method Point>>flipBy:centerAt:
01:40:51				324/519 - 32/85: Installing method Point>>floor
01:40:51				324/519 - 33/85: Installing method Point>>fourDirections
01:40:51				324/519 - 34/85: Installing method Point>>fourNeighbors
01:40:51				324/519 - 35/85: Installing method Point>>grid:
01:40:51				324/519 - 36/85: Installing method Point>>guarded
01:40:51				324/519 - 37/85: Installing method Point>>hash
01:40:51				324/519 - 38/85: Installing method Point>>insideTriangle:with:with:
01:40:51				324/519 - 39/85: Installing method Point>>interpolateTo:at:
01:40:51				324/519 - 40/85: Installing method Point>>isFloatPoint
01:40:51				324/519 - 41/85: Installing method Point>>isInsideCircle:with:with:
01:40:51				324/519 - 42/85: Installing method Point>>isInsideRectangle:
01:40:51				324/519 - 43/85: Installing method Point>>isIntegerPoint
01:40:51				324/519 - 44/85: Installing method Point>>isPoint
01:40:51				324/519 - 45/85: Installing method Point>>isSelfEvaluating
01:40:51				324/519 - 46/85: Installing method Point>>isZero
01:40:51				324/519 - 47/85: Installing method Point>>leftRotated
01:40:51				324/519 - 48/85: Installing method Point>>max
01:40:51				324/519 - 49/85: Installing method Point>>max:
01:40:51				324/519 - 50/85: Installing method Point>>min
01:40:51				324/519 - 51/85: Installing method Point>>min:
01:40:51				324/519 - 52/85: Installing method Point>>min:max:
01:40:51				324/519 - 53/85: Installing method Point>>nearestPointAlongLineFrom:to:
01:40:51				324/519 - 54/85: Installing method Point>>nearestPointOnLineFrom:to:
01:40:52				324/519 - 55/85: Installing method Point>>negated
01:40:52				324/519 - 56/85: Installing method Point>>octantOf:
01:40:52				324/519 - 57/85: Installing method Point>>printOn:
01:40:52				324/519 - 58/85: Installing method Point>>quadrantOf:
01:40:52				324/519 - 59/85: Installing method Point>>reciprocal
01:40:52				324/519 - 60/85: Installing method Point>>rectangle:
01:40:52				324/519 - 61/85: Installing method Point>>reflectedAbout:
01:40:52				324/519 - 62/85: Installing method Point>>rightRotated
01:40:52				324/519 - 63/85: Installing method Point>>roundDownTo:
01:40:52				324/519 - 64/85: Installing method Point>>roundTo:
01:40:52				324/519 - 65/85: Installing method Point>>roundUpTo:
01:40:52				324/519 - 66/85: Installing method Point>>rounded
01:40:52				324/519 - 67/85: Installing method Point>>scaleBy:
01:40:52				324/519 - 68/85: Installing method Point>>scaleFrom:to:
01:40:52				324/519 - 69/85: Installing method Point>>scaleTo:
01:40:52				324/519 - 70/85: Installing method Point>>setX:setY:
01:40:52				324/519 - 71/85: Installing method Point>>sideOf:
01:40:52				324/519 - 72/85: Installing method Point>>sign
01:40:52				324/519 - 73/85: Installing method Point>>sortsBefore:
01:40:52				324/519 - 74/85: Installing method Point>>squaredDistanceTo:
01:40:52				324/519 - 75/85: Installing method Point>>storeOn:
01:40:52				324/519 - 76/85: Installing method Point>>to:intersects:to:
01:40:52				324/519 - 77/85: Installing method Point>>to:sideOf:
01:40:52				324/519 - 78/85: Installing method Point>>translateBy:
01:40:52				324/519 - 79/85: Installing method Point>>transposed
01:40:52				324/519 - 80/85: Installing method Point>>triangleArea:with:
01:40:52				324/519 - 81/85: Installing method Point>>truncateTo:
01:40:52				324/519 - 82/85: Installing method Point>>truncated
01:40:52				324/519 - 83/85: Installing method Point>>veryDeepCopyWith:
01:40:52				324/519 - 84/85: Installing method Point>>x
01:40:52				324/519 - 85/85: Installing method Point>>y
01:40:52				324/519 - 1/1: Installing method Point class>>x:y:
01:40:52				325/519 - 1/31: Installing method PointerLayout>>=
01:40:52				325/519 - 2/31: Installing method PointerLayout>>allSlots
01:40:52				325/519 - 3/31: Installing method PointerLayout>>allVisibleSlots
01:40:52				325/519 - 4/31: Installing method PointerLayout>>checkInheritedSlots
01:40:52				325/519 - 5/31: Installing method PointerLayout>>checkIntegrity
01:40:52				325/519 - 6/31: Installing method PointerLayout>>checkParentScopes
01:40:52				325/519 - 7/31: Installing method PointerLayout>>checkSanity
01:40:52				325/519 - 8/31: Installing method PointerLayout>>checkSlotIndices
01:40:52				325/519 - 9/31: Installing method PointerLayout>>checkSlotNames
01:40:52				325/519 - 10/31: Installing method PointerLayout>>definesSlotNamed:
01:40:52				325/519 - 11/31: Installing method PointerLayout>>extend
01:40:52				325/519 - 12/31: Installing method PointerLayout>>extend:
01:40:52				325/519 - 13/31: Installing method PointerLayout>>extendEphemeron:
01:40:52				325/519 - 14/31: Installing method PointerLayout>>extendVariable:
01:40:52				325/519 - 15/31: Installing method PointerLayout>>extendWeak:
01:40:52				325/519 - 16/31: Installing method PointerLayout>>fieldSize
01:40:52				325/519 - 17/31: Installing method PointerLayout>>hasBindingThatBeginsWith:
01:40:52				325/519 - 18/31: Installing method PointerLayout>>hasFields
01:40:52				325/519 - 19/31: Installing method PointerLayout>>hasSlots
01:40:52				325/519 - 20/31: Installing method PointerLayout>>hash
01:40:52				325/519 - 21/31: Installing method PointerLayout>>host:
01:40:52				325/519 - 22/31: Installing method PointerLayout>>initializeInstance:
01:40:52				325/519 - 23/31: Installing method PointerLayout>>instVarNames
01:40:52				325/519 - 24/31: Installing method PointerLayout>>postCopy
01:40:52				325/519 - 25/31: Installing method PointerLayout>>resolveSlot:
01:40:52				325/519 - 26/31: Installing method PointerLayout>>resolveSlot:ifFound:ifNone:
01:40:52				325/519 - 27/31: Installing method PointerLayout>>size
01:40:52				325/519 - 28/31: Installing method PointerLayout>>slotNamed:
01:40:52				325/519 - 29/31: Installing method PointerLayout>>slotScope
01:40:52				325/519 - 30/31: Installing method PointerLayout>>slotScope:
01:40:52				325/519 - 31/31: Installing method PointerLayout>>slots
01:40:52				325/519 - 1/1: Installing method PointerLayout class>>isAbstract
01:40:54				326/519 - 1/75: Installing method PositionableStream>>atEnd
01:40:54				326/519 - 2/75: Installing method PositionableStream>>back
01:40:54				326/519 - 3/75: Installing method PositionableStream>>backUpTo:
01:40:54				326/519 - 4/75: Installing method PositionableStream>>boolean
01:40:54				326/519 - 5/75: Installing method PositionableStream>>boolean:
01:40:54				326/519 - 6/75: Installing method PositionableStream>>collectionSpecies
01:40:54				326/519 - 7/75: Installing method PositionableStream>>contents
01:40:54				326/519 - 8/75: Installing method PositionableStream>>contentsOfEntireFile
01:40:54				326/519 - 9/75: Installing method PositionableStream>>int16
01:40:54				326/519 - 10/75: Installing method PositionableStream>>int16:
01:40:54				326/519 - 11/75: Installing method PositionableStream>>int32
01:40:54				326/519 - 12/75: Installing method PositionableStream>>int32:
01:40:54				326/519 - 13/75: Installing method PositionableStream>>isBinary
01:40:54				326/519 - 14/75: Installing method PositionableStream>>isEmpty
01:40:54				326/519 - 15/75: Installing method PositionableStream>>match:
01:40:54				326/519 - 16/75: Installing method PositionableStream>>next:
01:40:54				326/519 - 17/75: Installing method PositionableStream>>next:into:
01:40:54				326/519 - 18/75: Installing method PositionableStream>>next:into:startingAt:
01:40:54				326/519 - 19/75: Installing method PositionableStream>>next:putAll:
01:40:54				326/519 - 20/75: Installing method PositionableStream>>nextDelimited:
01:40:54				326/519 - 21/75: Installing method PositionableStream>>nextInt32
01:40:54				326/519 - 22/75: Installing method PositionableStream>>nextInt32Put:
01:40:54				326/519 - 23/75: Installing method PositionableStream>>nextInto:
01:40:54				326/519 - 24/75: Installing method PositionableStream>>nextInto:startingAt:
01:40:54				326/519 - 25/75: Installing method PositionableStream>>nextLine
01:40:54				326/519 - 26/75: Installing method PositionableStream>>nextLittleEndianNumber:
01:40:54				326/519 - 27/75: Installing method PositionableStream>>nextLittleEndianNumber:put:
01:40:54				326/519 - 28/75: Installing method PositionableStream>>nextNumber:
01:40:54				326/519 - 29/75: Installing method PositionableStream>>nextNumber:put:
01:40:54				326/519 - 30/75: Installing method PositionableStream>>nextString
01:40:54				326/519 - 31/75: Installing method PositionableStream>>nextStringOld
01:40:54				326/519 - 32/75: Installing method PositionableStream>>nextStringPut:
01:40:54				326/519 - 33/75: Installing method PositionableStream>>nextWord
01:40:54				326/519 - 34/75: Installing method PositionableStream>>nextWordPut:
01:40:54				326/519 - 35/75: Installing method PositionableStream>>oldBack
01:40:54				326/519 - 36/75: Installing method PositionableStream>>oldPeekBack
01:40:54				326/519 - 37/75: Installing method PositionableStream>>on:
01:40:54				326/519 - 38/75: Installing method PositionableStream>>on:from:to:
01:40:54				326/519 - 39/75: Installing method PositionableStream>>originalContents
01:40:54				326/519 - 40/75: Installing method PositionableStream>>padTo:put:
01:40:54				326/519 - 41/75: Installing method PositionableStream>>padToNextLongPut:
01:40:54				326/519 - 42/75: Installing method PositionableStream>>peek
01:40:54				326/519 - 43/75: Installing method PositionableStream>>peekBack
01:40:54				326/519 - 44/75: Installing method PositionableStream>>peekFor:
01:40:54				326/519 - 45/75: Installing method PositionableStream>>position
01:40:54				326/519 - 46/75: Installing method PositionableStream>>position:
01:40:54				326/519 - 47/75: Installing method PositionableStream>>positionError
01:40:54				326/519 - 48/75: Installing method PositionableStream>>positionOfSubCollection:
01:40:54				326/519 - 49/75: Installing method PositionableStream>>positionOfSubCollection:ifAbsent:
01:40:54				326/519 - 50/75: Installing method PositionableStream>>pushBack:
01:40:54				326/519 - 51/75: Installing method PositionableStream>>readInto:startingAt:count:
01:40:54				326/519 - 52/75: Installing method PositionableStream>>reset
01:40:54				326/519 - 53/75: Installing method PositionableStream>>resetContents
01:40:54				326/519 - 54/75: Installing method PositionableStream>>setFrom:to:
01:40:54				326/519 - 55/75: Installing method PositionableStream>>setToEnd
01:40:54				326/519 - 56/75: Installing method PositionableStream>>setToStart
01:40:54				326/519 - 57/75: Installing method PositionableStream>>skip:
01:40:54				326/519 - 58/75: Installing method PositionableStream>>skipSeparators
01:40:54				326/519 - 59/75: Installing method PositionableStream>>skipSeparatorsAndPeekNext
01:40:54				326/519 - 60/75: Installing method PositionableStream>>skipTo:
01:40:54				326/519 - 61/75: Installing method PositionableStream>>string
01:40:54				326/519 - 62/75: Installing method PositionableStream>>string:
01:40:54				326/519 - 63/75: Installing method PositionableStream>>uint16
01:40:55				326/519 - 64/75: Installing method PositionableStream>>uint16:
01:40:55				326/519 - 65/75: Installing method PositionableStream>>uint24
01:40:55				326/519 - 66/75: Installing method PositionableStream>>uint24:
01:40:55				326/519 - 67/75: Installing method PositionableStream>>uint32
01:40:55				326/519 - 68/75: Installing method PositionableStream>>uint32:
01:40:55				326/519 - 69/75: Installing method PositionableStream>>upTo:
01:40:55				326/519 - 70/75: Installing method PositionableStream>>upToAll:
01:40:55				326/519 - 71/75: Installing method PositionableStream>>upToAny:
01:40:55				326/519 - 72/75: Installing method PositionableStream>>upToAnyOf:
01:40:55				326/519 - 73/75: Installing method PositionableStream>>upToAnyOf:do:
01:40:55				326/519 - 74/75: Installing method PositionableStream>>upToEnd
01:40:55				326/519 - 75/75: Installing method PositionableStream>>upToPosition:
01:40:55				326/519 - 1/4: Installing method PositionableStream class>>isAbstract
01:40:55				326/519 - 2/4: Installing method PositionableStream class>>on:
01:40:55				326/519 - 3/4: Installing method PositionableStream class>>on:from:to:
01:40:55				326/519 - 4/4: Installing method PositionableStream class>>with:do:
01:40:55				327/519 - 1/20: Installing method Pragma>>=
01:40:55				327/519 - 2/20: Installing method Pragma>>analogousCodeTo:
01:40:55				327/519 - 3/20: Installing method Pragma>>argumentAt:
01:40:55				327/519 - 4/20: Installing method Pragma>>argumentNamed:
01:40:55				327/519 - 5/20: Installing method Pragma>>argumentNamed:ifNone:
01:40:55				327/519 - 6/20: Installing method Pragma>>displayStringOn:
01:40:55				327/519 - 7/20: Installing method Pragma>>hasLiteral:
01:40:55				327/519 - 8/20: Installing method Pragma>>hash
01:40:55				327/519 - 9/20: Installing method Pragma>>key
01:40:55				327/519 - 10/20: Installing method Pragma>>keyword
01:40:55				327/519 - 11/20: Installing method Pragma>>message
01:40:55				327/519 - 12/20: Installing method Pragma>>method
01:40:55				327/519 - 13/20: Installing method Pragma>>method:
01:40:55				327/519 - 14/20: Installing method Pragma>>methodClass
01:40:55				327/519 - 15/20: Installing method Pragma>>methodSelector
01:40:55				327/519 - 16/20: Installing method Pragma>>printOn:
01:40:55				327/519 - 17/20: Installing method Pragma>>refersToLiteral:
01:40:55				327/519 - 18/20: Installing method Pragma>>sendTo:
01:40:55				327/519 - 19/20: Installing method Pragma>>sourceNode
01:40:55				327/519 - 20/20: Installing method Pragma>>withArgumentsDo:
01:40:56				327/519 - 1/11: Installing method Pragma class>>addToCache:
01:40:56				327/519 - 2/11: Installing method Pragma class>>all
01:40:56				327/519 - 3/11: Installing method Pragma class>>allNamed:
01:40:56				327/519 - 4/11: Installing method Pragma class>>allNamed:from:to:
01:40:56				327/519 - 5/11: Installing method Pragma class>>allNamed:from:to:sortedByArgument:
01:40:56				327/519 - 6/11: Installing method Pragma class>>allNamed:from:to:sortedUsing:
01:40:56				327/519 - 7/11: Installing method Pragma class>>allNamed:in:
01:40:56				327/519 - 8/11: Installing method Pragma class>>allNamed:in:sortedByArgument:
01:40:56				327/519 - 9/11: Installing method Pragma class>>allNamed:in:sortedUsing:
01:40:56				327/519 - 10/11: Installing method Pragma class>>for:selector:arguments:
01:40:56				327/519 - 11/11: Installing method Pragma class>>pragmaCache
01:40:56				328/519 - 1/5: Installing method PrimitiveError>>errorCode
01:40:56				328/519 - 2/5: Installing method PrimitiveError>>errorCode:
01:40:56				328/519 - 3/5: Installing method PrimitiveError>>errorName
01:40:56				328/519 - 4/5: Installing method PrimitiveError>>errorName:
01:40:56				328/519 - 5/5: Installing method PrimitiveError>>isPrimitiveError
01:40:56				329/519 - 1/1: Installing method PrimitiveFailed>>standardMessageText
01:40:56				330/519 - 1/4: Installing method PrintVersionCommandLineHandler>>activate
01:40:56				330/519 - 2/4: Installing method PrintVersionCommandLineHandler>>printNumericVersion
01:40:56				330/519 - 3/4: Installing method PrintVersionCommandLineHandler>>printRelease
01:40:56				330/519 - 4/4: Installing method PrintVersionCommandLineHandler>>printVersion
01:40:56				330/519 - 1/2: Installing method PrintVersionCommandLineHandler class>>commandName
01:40:56				330/519 - 2/2: Installing method PrintVersionCommandLineHandler class>>description
01:40:58				331/519 - 1/58: Installing method Process>>activateReturn:value:
01:40:58				331/519 - 2/58: Installing method Process>>browserPrintString
01:40:58				331/519 - 3/58: Installing method Process>>browserPrintStringWith:
01:40:58				331/519 - 4/58: Installing method Process>>calleeOf:
01:40:58				331/519 - 5/58: Installing method Process>>complete:
01:40:58				331/519 - 6/58: Installing method Process>>completeStep:
01:40:58				331/519 - 7/58: Installing method Process>>completeTo:
01:40:58				331/519 - 8/58: Installing method Process>>copyStack
01:40:58				331/519 - 9/58: Installing method Process>>doTerminationFromAnotherProcess
01:40:58				331/519 - 10/58: Installing method Process>>doTerminationFromYourself
01:40:58				331/519 - 11/58: Installing method Process>>effectiveProcess
01:40:58				331/519 - 12/58: Installing method Process>>effectiveProcess:
01:40:58				331/519 - 13/58: Installing method Process>>endProcess
01:40:58				331/519 - 14/58: Installing method Process>>errorHandler
01:40:58				331/519 - 15/58: Installing method Process>>errorHandler:
01:40:58				331/519 - 16/58: Installing method Process>>evaluate:onBehalfOf:
01:40:58				331/519 - 17/58: Installing method Process>>handleError:
01:40:58				331/519 - 18/58: Installing method Process>>handleNotification:
01:40:58				331/519 - 19/58: Installing method Process>>handleWarning:
01:40:58				331/519 - 20/58: Installing method Process>>initialize
01:40:58				331/519 - 21/58: Installing method Process>>install:
01:40:58				331/519 - 22/58: Installing method Process>>installEnvIntoForked:
01:40:58				331/519 - 23/58: Installing method Process>>isActive
01:40:58				331/519 - 24/58: Installing method Process>>isActiveProcess
01:40:58				331/519 - 25/58: Installing method Process>>isReady
01:40:58				331/519 - 26/58: Installing method Process>>isSuspended
01:40:58				331/519 - 27/58: Installing method Process>>isTerminated
01:40:58				331/519 - 28/58: Installing method Process>>isTerminating
01:40:58				331/519 - 29/58: Installing method Process>>isWaiting
01:40:58				331/519 - 30/58: Installing method Process>>name
01:40:58				331/519 - 31/58: Installing method Process>>name:
01:40:58				331/519 - 32/58: Installing method Process>>on:do:
01:40:58				331/519 - 33/58: Installing method Process>>popTo:
01:40:58				331/519 - 34/58: Installing method Process>>popTo:value:
01:40:58				331/519 - 35/58: Installing method Process>>primitiveResume
01:40:58				331/519 - 36/58: Installing method Process>>printOn:
01:40:58				331/519 - 37/58: Installing method Process>>priority
01:40:58				331/519 - 38/58: Installing method Process>>priority:
01:40:58				331/519 - 39/58: Installing method Process>>psValueAt:
01:40:58				331/519 - 40/58: Installing method Process>>psValueAt:put:
01:40:58				331/519 - 41/58: Installing method Process>>pvtSignal:list:
01:40:58				331/519 - 42/58: Installing method Process>>resetPSValueAt:
01:40:58				331/519 - 43/58: Installing method Process>>restartTop
01:40:58				331/519 - 44/58: Installing method Process>>restartTopWith:
01:40:58				331/519 - 45/58: Installing method Process>>resume
01:40:58				331/519 - 46/58: Installing method Process>>return:value:
01:40:58				331/519 - 47/58: Installing method Process>>run
01:40:58				331/519 - 48/58: Installing method Process>>signalException:
01:40:58				331/519 - 49/58: Installing method Process>>state
01:40:58				331/519 - 50/58: Installing method Process>>step
01:40:58				331/519 - 51/58: Installing method Process>>step:
01:40:58				331/519 - 52/58: Installing method Process>>stepToCallee
01:40:58				331/519 - 53/58: Installing method Process>>stepToHome:
01:40:58				331/519 - 54/58: Installing method Process>>suspend
01:40:58				331/519 - 55/58: Installing method Process>>suspendedContext
01:40:58				331/519 - 56/58: Installing method Process>>suspendedContext:
01:40:59				331/519 - 57/58: Installing method Process>>suspendingList
01:40:59				331/519 - 58/58: Installing method Process>>terminate
01:40:59				331/519 - 1/4: Installing method Process class>>allocatePSKey:
01:40:59				331/519 - 2/4: Installing method Process class>>forContext:priority:
01:40:59				331/519 - 3/4: Installing method Process class>>psKeysSema
01:40:59				331/519 - 4/4: Installing method Process class>>updateInheritableKeys
01:40:59				333/519 - 1/40: Installing method ProcessList>>add:
01:40:59				333/519 - 2/40: Installing method ProcessList>>add:after:
01:40:59				333/519 - 3/40: Installing method ProcessList>>add:afterLink:
01:40:59				333/519 - 4/40: Installing method ProcessList>>add:before:
01:40:59				333/519 - 5/40: Installing method ProcessList>>add:beforeLink:
01:40:59				333/519 - 6/40: Installing method ProcessList>>addFirst:
01:40:59				333/519 - 7/40: Installing method ProcessList>>addLast:
01:40:59				333/519 - 8/40: Installing method ProcessList>>at:
01:40:59				333/519 - 9/40: Installing method ProcessList>>at:put:
01:40:59				333/519 - 10/40: Installing method ProcessList>>at:putLink:
01:40:59				333/519 - 11/40: Installing method ProcessList>>collect:
01:40:59				333/519 - 12/40: Installing method ProcessList>>collect:thenSelect:
01:40:59				333/519 - 13/40: Installing method ProcessList>>copyWith:
01:40:59				333/519 - 14/40: Installing method ProcessList>>copyWithout:
01:40:59				333/519 - 15/40: Installing method ProcessList>>do:
01:40:59				333/519 - 16/40: Installing method ProcessList>>first
01:40:59				333/519 - 17/40: Installing method ProcessList>>firstLink
01:40:59				333/519 - 18/40: Installing method ProcessList>>indexOf:startingAt:ifAbsent:
01:40:59				333/519 - 19/40: Installing method ProcessList>>isEmpty
01:40:59				333/519 - 20/40: Installing method ProcessList>>last
01:41:00				333/519 - 21/40: Installing method ProcessList>>lastLink
01:41:00				333/519 - 22/40: Installing method ProcessList>>linkAt:
01:41:00				333/519 - 23/40: Installing method ProcessList>>linkAt:ifAbsent:
01:41:00				333/519 - 24/40: Installing method ProcessList>>linkOf:
01:41:00				333/519 - 25/40: Installing method ProcessList>>linkOf:ifAbsent:
01:41:00				333/519 - 26/40: Installing method ProcessList>>linksDo:
01:41:00				333/519 - 27/40: Installing method ProcessList>>postCopy
01:41:00				333/519 - 28/40: Installing method ProcessList>>remove:ifAbsent:
01:41:00				333/519 - 29/40: Installing method ProcessList>>removeAll
01:41:00				333/519 - 30/40: Installing method ProcessList>>removeAllSuchThat:
01:41:00				333/519 - 31/40: Installing method ProcessList>>removeFirst
01:41:00				333/519 - 32/40: Installing method ProcessList>>removeLast
01:41:00				333/519 - 33/40: Installing method ProcessList>>removeLink:
01:41:00				333/519 - 34/40: Installing method ProcessList>>removeLink:ifAbsent:
01:41:00				333/519 - 35/40: Installing method ProcessList>>select:
01:41:00				333/519 - 36/40: Installing method ProcessList>>select:thenCollect:
01:41:00				333/519 - 37/40: Installing method ProcessList>>size
01:41:00				333/519 - 38/40: Installing method ProcessList>>species
01:41:00				333/519 - 39/40: Installing method ProcessList>>swap:with:
01:41:00				333/519 - 40/40: Installing method ProcessList>>validIndex:
01:41:00				333/519 - 1/4: Installing method ProcessList class>>new:
01:41:00				333/519 - 2/4: Installing method ProcessList class>>new:streamContents:
01:41:00				333/519 - 3/4: Installing method ProcessList class>>newFrom:
01:41:00				333/519 - 4/4: Installing method ProcessList class>>streamSpecies
01:41:00				334/519 - 1/1: Installing method ProcessLocalVariable>>value:
01:41:00				334/519 - 1/1: Installing method ProcessLocalVariable class>>value:
01:41:00				335/519 - 1/7: Installing method ProcessSpecificVariable>>default
01:41:00				335/519 - 2/7: Installing method ProcessSpecificVariable>>index
01:41:00				335/519 - 3/7: Installing method ProcessSpecificVariable>>index:
01:41:00				335/519 - 4/7: Installing method ProcessSpecificVariable>>installValue:intoForked:from:
01:41:00				335/519 - 5/7: Installing method ProcessSpecificVariable>>isInheritable
01:41:00				335/519 - 6/7: Installing method ProcessSpecificVariable>>value
01:41:00				335/519 - 7/7: Installing method ProcessSpecificVariable>>valueOrNil
01:41:00				335/519 - 1/6: Installing method ProcessSpecificVariable class>>initialize
01:41:00				335/519 - 2/6: Installing method ProcessSpecificVariable class>>isInheritable
01:41:00				335/519 - 3/6: Installing method ProcessSpecificVariable class>>new
01:41:00				335/519 - 4/6: Installing method ProcessSpecificVariable class>>resetSoleInstance
01:41:00				335/519 - 5/6: Installing method ProcessSpecificVariable class>>soleInstance
01:41:00				335/519 - 6/6: Installing method ProcessSpecificVariable class>>value
01:41:01				336/519 - 1/30: Installing method ProcessorScheduler>>activePriority
01:41:01				336/519 - 2/30: Installing method ProcessorScheduler>>activeProcess
01:41:01				336/519 - 3/30: Installing method ProcessorScheduler>>anyProcessesAbove:
01:41:01				336/519 - 4/30: Installing method ProcessorScheduler>>backgroundProcess
01:41:01				336/519 - 5/30: Installing method ProcessorScheduler>>highIOPriority
01:41:01				336/519 - 6/30: Installing method ProcessorScheduler>>highestPriority
01:41:01				336/519 - 7/30: Installing method ProcessorScheduler>>highestPriority:
01:41:01				336/519 - 8/30: Installing method ProcessorScheduler>>interpriorityYield:
01:41:01				336/519 - 9/30: Installing method ProcessorScheduler>>isSelfEvaluating
01:41:01				336/519 - 10/30: Installing method ProcessorScheduler>>lowIOPriority
01:41:01				336/519 - 11/30: Installing method ProcessorScheduler>>lowestPriority
01:41:01				336/519 - 12/30: Installing method ProcessorScheduler>>nextReadyProcess
01:41:01				336/519 - 13/30: Installing method ProcessorScheduler>>preemptedProcess
01:41:01				336/519 - 14/30: Installing method ProcessorScheduler>>printOn:
01:41:01				336/519 - 15/30: Installing method ProcessorScheduler>>realActiveProcess
01:41:01				336/519 - 16/30: Installing method ProcessorScheduler>>remove:ifAbsent:
01:41:01				336/519 - 17/30: Installing method ProcessorScheduler>>scanSchedule:startingAt:
01:41:01				336/519 - 18/30: Installing method ProcessorScheduler>>suspendFirstAt:
01:41:01				336/519 - 19/30: Installing method ProcessorScheduler>>suspendFirstAt:ifNone:
01:41:01				336/519 - 20/30: Installing method ProcessorScheduler>>systemBackgroundPriority
01:41:01				336/519 - 21/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:
01:41:01				336/519 - 22/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:every:
01:41:01				336/519 - 23/30: Installing method ProcessorScheduler>>terminateActive
01:41:01				336/519 - 24/30: Installing method ProcessorScheduler>>terminateRealActive
01:41:01				336/519 - 25/30: Installing method ProcessorScheduler>>timingPriority
01:41:01				336/519 - 26/30: Installing method ProcessorScheduler>>userBackgroundPriority
01:41:01				336/519 - 27/30: Installing method ProcessorScheduler>>userInterruptPriority
01:41:01				336/519 - 28/30: Installing method ProcessorScheduler>>userSchedulingPriority
01:41:01				336/519 - 29/30: Installing method ProcessorScheduler>>waitingProcessesAt:
01:41:01				336/519 - 30/30: Installing method ProcessorScheduler>>yield
01:41:01				336/519 - 1/8: Installing method ProcessorScheduler class>>idleProcess
01:41:01				336/519 - 2/8: Installing method ProcessorScheduler class>>idleTime
01:41:01				336/519 - 3/8: Installing method ProcessorScheduler class>>idleTime:
01:41:01				336/519 - 4/8: Installing method ProcessorScheduler class>>idleTimeSettingOn:
01:41:01				336/519 - 5/8: Installing method ProcessorScheduler class>>initialize
01:41:01				336/519 - 6/8: Installing method ProcessorScheduler class>>new
01:41:02				336/519 - 7/8: Installing method ProcessorScheduler class>>relinquishProcessorForMicroseconds:
01:41:02				336/519 - 8/8: Installing method ProcessorScheduler class>>startUp
01:41:02				337/519 - 1/37: Installing method ProtoObject>>==
01:41:02				337/519 - 2/37: Installing method ProtoObject>>basicIdentityHash
01:41:02				337/519 - 3/37: Installing method ProtoObject>>become:
01:41:02				337/519 - 4/37: Installing method ProtoObject>>becomeForward:
01:41:02				337/519 - 5/37: Installing method ProtoObject>>becomeForward:copyHash:
01:41:02				337/519 - 6/37: Installing method ProtoObject>>cannotInterpret:
01:41:02				337/519 - 7/37: Installing method ProtoObject>>class
01:41:02				337/519 - 8/37: Installing method ProtoObject>>doesNotUnderstand:
01:41:02				337/519 - 9/37: Installing method ProtoObject>>executeMethod:
01:41:02				337/519 - 10/37: Installing method ProtoObject>>flag:
01:41:02				337/519 - 11/37: Installing method ProtoObject>>identityHash
01:41:02				337/519 - 12/37: Installing method ProtoObject>>ifNil:
01:41:02				337/519 - 13/37: Installing method ProtoObject>>ifNil:ifNotNil:
01:41:02				337/519 - 14/37: Installing method ProtoObject>>ifNotNil:
01:41:02				337/519 - 15/37: Installing method ProtoObject>>ifNotNil:ifNil:
01:41:02				337/519 - 16/37: Installing method ProtoObject>>initialize
01:41:02				337/519 - 17/37: Installing method ProtoObject>>instVarsInclude:
01:41:02				337/519 - 18/37: Installing method ProtoObject>>isImmediateObject
01:41:02				337/519 - 19/37: Installing method ProtoObject>>isNil
01:41:02				337/519 - 20/37: Installing method ProtoObject>>modificationForbiddenFor:index:value:
01:41:02				337/519 - 21/37: Installing method ProtoObject>>modificationForbiddenFor:value:
01:41:02				337/519 - 22/37: Installing method ProtoObject>>mustBeBoolean
01:41:02				337/519 - 23/37: Installing method ProtoObject>>mustBeBooleanHandler
01:41:02				337/519 - 24/37: Installing method ProtoObject>>mustBeBooleanIn:
01:41:02				337/519 - 25/37: Installing method ProtoObject>>nextInstance
01:41:02				337/519 - 26/37: Installing method ProtoObject>>nextObject
01:41:02				337/519 - 27/37: Installing method ProtoObject>>pointersTo
01:41:02				337/519 - 28/37: Installing method ProtoObject>>pointersToAmong:
01:41:02				337/519 - 29/37: Installing method ProtoObject>>pointersToExcept:
01:41:02				337/519 - 30/37: Installing method ProtoObject>>pointersToExcept:among:
01:41:02				337/519 - 31/37: Installing method ProtoObject>>pointsTo:
01:41:02				337/519 - 32/37: Installing method ProtoObject>>primitiveFail
01:41:03				337/519 - 33/37: Installing method ProtoObject>>primitiveFailed
01:41:03				337/519 - 34/37: Installing method ProtoObject>>primitiveFailed:
01:41:03				337/519 - 35/37: Installing method ProtoObject>>tryPrimitive:withArgs:
01:41:03				337/519 - 36/37: Installing method ProtoObject>>withArgs:executeMethod:
01:41:03				337/519 - 37/37: Installing method ProtoObject>>~~
01:41:03				338/519 - 1/16: Installing method Protocol>>addAllMethodsFrom:
01:41:03				338/519 - 2/16: Installing method Protocol>>addMethodSelector:
01:41:03				338/519 - 3/16: Installing method Protocol>>includesSelector:
01:41:03				338/519 - 4/16: Installing method Protocol>>initialize
01:41:03				338/519 - 5/16: Installing method Protocol>>isEmpty
01:41:03				338/519 - 6/16: Installing method Protocol>>isExtensionProtocol
01:41:03				338/519 - 7/16: Installing method Protocol>>isExtensionProtocolMatching:
01:41:03				338/519 - 8/16: Installing method Protocol>>isUnclassifiedProtocol
01:41:03				338/519 - 9/16: Installing method Protocol>>methodSelectors
01:41:03				338/519 - 10/16: Installing method Protocol>>methodSelectors:
01:41:03				338/519 - 11/16: Installing method Protocol>>name
01:41:03				338/519 - 12/16: Installing method Protocol>>name:
01:41:03				338/519 - 13/16: Installing method Protocol>>printOn:
01:41:03				338/519 - 14/16: Installing method Protocol>>removeMethodSelector:
01:41:03				338/519 - 15/16: Installing method Protocol>>rename:
01:41:03				338/519 - 16/16: Installing method Protocol>>resetMethodSelectors
01:41:03				338/519 - 1/3: Installing method Protocol class>>name:methodSelectors:
01:41:03				338/519 - 2/3: Installing method Protocol class>>named:
01:41:03				338/519 - 3/3: Installing method Protocol class>>unclassified
01:41:03				340/519 - 1/5: Installing method ProtocolAnnouncement>>classAffected
01:41:03				340/519 - 2/5: Installing method ProtocolAnnouncement>>classReorganized
01:41:03				340/519 - 3/5: Installing method ProtocolAnnouncement>>classReorganized:
01:41:03				340/519 - 4/5: Installing method ProtocolAnnouncement>>protocol
01:41:03				340/519 - 5/5: Installing method ProtocolAnnouncement>>protocol:
01:41:03				340/519 - 1/3: Installing method ProtocolAnnouncement class>>class:
01:41:03				340/519 - 2/3: Installing method ProtocolAnnouncement class>>in:protocol:
01:41:03				340/519 - 3/3: Installing method ProtocolAnnouncement class>>initialize
01:41:03				342/519 - 1/4: Installing method ProtocolRenamed>>newProtocol
01:41:03				342/519 - 2/4: Installing method ProtocolRenamed>>newProtocol:
01:41:03				342/519 - 3/4: Installing method ProtocolRenamed>>oldProtocol
01:41:03				342/519 - 4/4: Installing method ProtocolRenamed>>oldProtocol:
01:41:03				342/519 - 1/2: Installing method ProtocolRenamed class>>in:from:to:
01:41:03				342/519 - 2/2: Installing method ProtocolRenamed class>>isDeprecated
01:41:04				344/519 - 1/11: Installing method PseudoVariable>>asDoItVariableFrom:
01:41:04				344/519 - 2/11: Installing method PseudoVariable>>asString
01:41:04				344/519 - 3/11: Installing method PseudoVariable>>emitStore:
01:41:04				344/519 - 4/11: Installing method PseudoVariable>>initialize
01:41:04				344/519 - 5/11: Installing method PseudoVariable>>isPseudoVariable
01:41:04				344/519 - 6/11: Installing method PseudoVariable>>isWritable
01:41:04				344/519 - 7/11: Installing method PseudoVariable>>name:
01:41:04				344/519 - 8/11: Installing method PseudoVariable>>printOn:
01:41:04				344/519 - 9/11: Installing method PseudoVariable>>scope
01:41:04				344/519 - 10/11: Installing method PseudoVariable>>usingMethods
01:41:04				344/519 - 11/11: Installing method PseudoVariable>>write:inContext:
01:41:04				344/519 - 1/4: Installing method PseudoVariable class>>initialize
01:41:04				344/519 - 2/4: Installing method PseudoVariable class>>isAbstract
01:41:04				344/519 - 3/4: Installing method PseudoVariable class>>lookupDictionary
01:41:04				344/519 - 4/4: Installing method PseudoVariable class>>variableName
01:41:04				345/519 - 1/11: Installing method RPackageSet>>classes
01:41:04				345/519 - 2/11: Installing method RPackageSet>>definedClasses
01:41:04				345/519 - 3/11: Installing method RPackageSet>>extendedClasses
01:41:04				345/519 - 4/11: Installing method RPackageSet>>extensionMethods
01:41:04				345/519 - 5/11: Installing method RPackageSet>>includesClass:
01:41:04				345/519 - 6/11: Installing method RPackageSet>>initialize:
01:41:04				345/519 - 7/11: Installing method RPackageSet>>methods
01:41:04				345/519 - 8/11: Installing method RPackageSet>>organizer
01:41:04				345/519 - 9/11: Installing method RPackageSet>>packageName
01:41:04				345/519 - 10/11: Installing method RPackageSet>>packages
01:41:04				345/519 - 11/11: Installing method RPackageSet>>removeFromSystem
01:41:04				345/519 - 1/8: Installing method RPackageSet class>>basicNamed:
01:41:04				345/519 - 2/8: Installing method RPackageSet class>>cacheActive:
01:41:04				345/519 - 3/8: Installing method RPackageSet class>>cachePackageAt:ifAbsentPut:
01:41:04				345/519 - 4/8: Installing method RPackageSet class>>cachePackages
01:41:04				345/519 - 5/8: Installing method RPackageSet class>>isCacheActive
01:41:04				345/519 - 6/8: Installing method RPackageSet class>>named:
01:41:04				345/519 - 7/8: Installing method RPackageSet class>>resetCache
01:41:04				345/519 - 8/8: Installing method RPackageSet class>>withCacheDo:
01:41:04				347/519 - 1/13: Installing method ReadStream>>ascii
01:41:04				347/519 - 2/13: Installing method ReadStream>>localName
01:41:04				347/519 - 3/13: Installing method ReadStream>>next
01:41:04				347/519 - 4/13: Installing method ReadStream>>next:
01:41:04				347/519 - 5/13: Installing method ReadStream>>nextPut:
01:41:04				347/519 - 6/13: Installing method ReadStream>>on:from:to:
01:41:04				347/519 - 7/13: Installing method ReadStream>>readInto:startingAt:count:
01:41:04				347/519 - 8/13: Installing method ReadStream>>readStream
01:41:04				347/519 - 9/13: Installing method ReadStream>>size
01:41:04				347/519 - 10/13: Installing method ReadStream>>skipTo:
01:41:04				347/519 - 11/13: Installing method ReadStream>>upTo:
01:41:04				347/519 - 12/13: Installing method ReadStream>>upToAnyOf:do:
01:41:04				347/519 - 13/13: Installing method ReadStream>>upToEnd
01:41:05				348/519 - 1/8: Installing method ReadWriteStream>>=
01:41:05				348/519 - 2/8: Installing method ReadWriteStream>>contents
01:41:05				348/519 - 3/8: Installing method ReadWriteStream>>hash
01:41:05				348/519 - 4/8: Installing method ReadWriteStream>>name
01:41:05				348/519 - 5/8: Installing method ReadWriteStream>>next
01:41:05				348/519 - 6/8: Installing method ReadWriteStream>>next:
01:41:05				348/519 - 7/8: Installing method ReadWriteStream>>readInto:startingAt:count:
01:41:05				348/519 - 8/8: Installing method ReadWriteStream>>readStream
01:41:08				349/519 - 1/100: Installing method Rectangle>>=
01:41:08				349/519 - 2/100: Installing method Rectangle>>aboveCenter
01:41:08				349/519 - 3/100: Installing method Rectangle>>adjustTo:along:
01:41:08				349/519 - 4/100: Installing method Rectangle>>align:with:
01:41:08				349/519 - 5/100: Installing method Rectangle>>allAreasOutsideList:do:
01:41:08				349/519 - 6/100: Installing method Rectangle>>allAreasOutsideList:startingAt:do:
01:41:08				349/519 - 7/100: Installing method Rectangle>>amountToTranslateWithin:
01:41:08				349/519 - 8/100: Installing method Rectangle>>area
01:41:08				349/519 - 9/100: Installing method Rectangle>>areasOutside:
01:41:08				349/519 - 10/100: Installing method Rectangle>>bordersOn:along:
01:41:08				349/519 - 11/100: Installing method Rectangle>>bottom
01:41:08				349/519 - 12/100: Installing method Rectangle>>bottom:
01:41:08				349/519 - 13/100: Installing method Rectangle>>bottomCenter
01:41:08				349/519 - 14/100: Installing method Rectangle>>bottomLeft
01:41:08				349/519 - 15/100: Installing method Rectangle>>bottomRight
01:41:08				349/519 - 16/100: Installing method Rectangle>>boundingBox
01:41:08				349/519 - 17/100: Installing method Rectangle>>ceiling
01:41:08				349/519 - 18/100: Installing method Rectangle>>center
01:41:08				349/519 - 19/100: Installing method Rectangle>>centeredBeneath:
01:41:08				349/519 - 20/100: Installing method Rectangle>>closeTo:
01:41:08				349/519 - 21/100: Installing method Rectangle>>closeTo:precision:
01:41:08				349/519 - 22/100: Installing method Rectangle>>compressTo:
01:41:08				349/519 - 23/100: Installing method Rectangle>>compressed
01:41:08				349/519 - 24/100: Installing method Rectangle>>containsPoint:
01:41:08				349/519 - 25/100: Installing method Rectangle>>containsRect:
01:41:08				349/519 - 26/100: Installing method Rectangle>>corner
01:41:08				349/519 - 27/100: Installing method Rectangle>>corners
01:41:08				349/519 - 28/100: Installing method Rectangle>>deltaToEnsureInOrCentered:extra:
01:41:08				349/519 - 29/100: Installing method Rectangle>>encompass:
01:41:08				349/519 - 30/100: Installing method Rectangle>>expandBy:
01:41:08				349/519 - 31/100: Installing method Rectangle>>expandTo:
01:41:08				349/519 - 32/100: Installing method Rectangle>>expanded
01:41:08				349/519 - 33/100: Installing method Rectangle>>extendBy:
01:41:08				349/519 - 34/100: Installing method Rectangle>>extent
01:41:08				349/519 - 35/100: Installing method Rectangle>>flipBy:centerAt:
01:41:08				349/519 - 36/100: Installing method Rectangle>>floatCenter
01:41:08				349/519 - 37/100: Installing method Rectangle>>floor
01:41:08				349/519 - 38/100: Installing method Rectangle>>forPoint:closestSideDistLen:
01:41:08				349/519 - 39/100: Installing method Rectangle>>hasPositiveExtent
01:41:08				349/519 - 40/100: Installing method Rectangle>>hash
01:41:08				349/519 - 41/100: Installing method Rectangle>>height
01:41:08				349/519 - 42/100: Installing method Rectangle>>innerCorners
01:41:08				349/519 - 43/100: Installing method Rectangle>>insetBy:
01:41:08				349/519 - 44/100: Installing method Rectangle>>insetOriginBy:cornerBy:
01:41:08				349/519 - 45/100: Installing method Rectangle>>interpolateTo:at:
01:41:08				349/519 - 46/100: Installing method Rectangle>>intersect:
01:41:08				349/519 - 47/100: Installing method Rectangle>>intersect:ifNone:
01:41:08				349/519 - 48/100: Installing method Rectangle>>intersects:
01:41:08				349/519 - 49/100: Installing method Rectangle>>isIntegerRectangle
01:41:08				349/519 - 50/100: Installing method Rectangle>>isRectangle
01:41:08				349/519 - 51/100: Installing method Rectangle>>isSelfEvaluating
01:41:08				349/519 - 52/100: Installing method Rectangle>>isTall
01:41:08				349/519 - 53/100: Installing method Rectangle>>isWide
01:41:08				349/519 - 54/100: Installing method Rectangle>>isZero
01:41:08				349/519 - 55/100: Installing method Rectangle>>left
01:41:08				349/519 - 56/100: Installing method Rectangle>>left:
01:41:08				349/519 - 57/100: Installing method Rectangle>>leftCenter
01:41:08				349/519 - 58/100: Installing method Rectangle>>merge:
01:41:08				349/519 - 59/100: Installing method Rectangle>>origin
01:41:08				349/519 - 60/100: Installing method Rectangle>>pointAtSideOrCorner:
01:41:08				349/519 - 61/100: Installing method Rectangle>>pointNearestTo:
01:41:08				349/519 - 62/100: Installing method Rectangle>>printOn:
01:41:08				349/519 - 63/100: Installing method Rectangle>>quickMerge:
01:41:08				349/519 - 64/100: Installing method Rectangle>>quickMergePoint:
01:41:08				349/519 - 65/100: Installing method Rectangle>>rectanglesAt:height:
01:41:08				349/519 - 66/100: Installing method Rectangle>>right
01:41:08				349/519 - 67/100: Installing method Rectangle>>right:
01:41:08				349/519 - 68/100: Installing method Rectangle>>rightCenter
01:41:08				349/519 - 69/100: Installing method Rectangle>>rotateBy:centerAt:
01:41:08				349/519 - 70/100: Installing method Rectangle>>roundTo:
01:41:08				349/519 - 71/100: Installing method Rectangle>>rounded
01:41:08				349/519 - 72/100: Installing method Rectangle>>scaleBy:
01:41:08				349/519 - 73/100: Installing method Rectangle>>scaleFrom:to:
01:41:08				349/519 - 74/100: Installing method Rectangle>>scaledAndCenteredIn:
01:41:08				349/519 - 75/100: Installing method Rectangle>>setLeft:right:top:bottom:
01:41:08				349/519 - 76/100: Installing method Rectangle>>setPoint:point:
01:41:08				349/519 - 77/100: Installing method Rectangle>>sideNearestTo:
01:41:08				349/519 - 78/100: Installing method Rectangle>>squishedWithin:
01:41:08				349/519 - 79/100: Installing method Rectangle>>storeOn:
01:41:09				349/519 - 80/100: Installing method Rectangle>>top
01:41:09				349/519 - 81/100: Installing method Rectangle>>top:
01:41:09				349/519 - 82/100: Installing method Rectangle>>topCenter
01:41:09				349/519 - 83/100: Installing method Rectangle>>topLeft
01:41:09				349/519 - 84/100: Installing method Rectangle>>topRight
01:41:09				349/519 - 85/100: Installing method Rectangle>>translateBy:
01:41:09				349/519 - 86/100: Installing method Rectangle>>translatedAndSquishedToBeWithin:
01:41:09				349/519 - 87/100: Installing method Rectangle>>translatedToBeWithin:
01:41:09				349/519 - 88/100: Installing method Rectangle>>truncateTo:
01:41:09				349/519 - 89/100: Installing method Rectangle>>truncated
01:41:09				349/519 - 90/100: Installing method Rectangle>>width
01:41:09				349/519 - 91/100: Installing method Rectangle>>withBottom:
01:41:09				349/519 - 92/100: Installing method Rectangle>>withHeight:
01:41:09				349/519 - 93/100: Installing method Rectangle>>withLeft:
01:41:09				349/519 - 94/100: Installing method Rectangle>>withRight:
01:41:09				349/519 - 95/100: Installing method Rectangle>>withSide:setTo:
01:41:09				349/519 - 96/100: Installing method Rectangle>>withSideOrCorner:setToPoint:
01:41:09				349/519 - 97/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:
01:41:09				349/519 - 98/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:limit:
01:41:09				349/519 - 99/100: Installing method Rectangle>>withTop:
01:41:09				349/519 - 100/100: Installing method Rectangle>>withWidth:
01:41:09				349/519 - 1/8: Installing method Rectangle class>>center:extent:
01:41:09				349/519 - 2/8: Installing method Rectangle class>>encompassing:
01:41:09				349/519 - 3/8: Installing method Rectangle class>>floatCenter:extent:
01:41:09				349/519 - 4/8: Installing method Rectangle class>>left:right:top:bottom:
01:41:09				349/519 - 5/8: Installing method Rectangle class>>merging:
01:41:09				349/519 - 6/8: Installing method Rectangle class>>origin:corner:
01:41:09				349/519 - 7/8: Installing method Rectangle class>>origin:extent:
01:41:09				349/519 - 8/8: Installing method Rectangle class>>point:point:
01:41:09				350/519 - 1/2: Installing method RecursionStopper>>initialize
01:41:09				350/519 - 2/2: Installing method RecursionStopper>>stopMethod:during:
01:41:09				350/519 - 1/2: Installing method RecursionStopper class>>default
01:41:09				350/519 - 2/2: Installing method RecursionStopper class>>during:
01:41:09				351/519 - 1/5: Installing method RelativePath>>emptyPathString
01:41:09				351/519 - 2/5: Installing method RelativePath>>isAbsolute
01:41:09				351/519 - 3/5: Installing method RelativePath>>isRoot
01:41:09				351/519 - 4/5: Installing method RelativePath>>printOn:
01:41:09				351/519 - 5/5: Installing method RelativePath>>printOn:delimiter:
01:41:09				352/519 - 1/10: Installing method RemoteString>>fileNumber:position:
01:41:09				352/519 - 2/10: Installing method RemoteString>>last
01:41:09				352/519 - 3/10: Installing method RemoteString>>position
01:41:09				352/519 - 4/10: Installing method RemoteString>>sourceFileArray
01:41:09				352/519 - 5/10: Installing method RemoteString>>sourceFileArray:
01:41:10				352/519 - 6/10: Installing method RemoteString>>sourceFileNumber
01:41:10				352/519 - 7/10: Installing method RemoteString>>sourcePointer
01:41:10				352/519 - 8/10: Installing method RemoteString>>string
01:41:10				352/519 - 9/10: Installing method RemoteString>>string:
01:41:10				352/519 - 10/10: Installing method RemoteString>>string:onFileNumber:toFile:
01:41:10				352/519 - 1/3: Installing method RemoteString class>>newFileNumber:position:
01:41:10				352/519 - 2/3: Installing method RemoteString class>>newString:
01:41:10				352/519 - 3/3: Installing method RemoteString class>>newString:onFileNumber:toFile:
01:41:11				353/519 - 1/58: Installing method RunArray>>,
01:41:11				353/519 - 2/58: Installing method RunArray>>=
01:41:11				353/519 - 3/58: Installing method RunArray>>add:
01:41:11				353/519 - 4/58: Installing method RunArray>>add:withOccurrences:
01:41:11				353/519 - 5/58: Installing method RunArray>>addFirst:
01:41:11				353/519 - 6/58: Installing method RunArray>>addLast:
01:41:11				353/519 - 7/58: Installing method RunArray>>allSatisfy:
01:41:11				353/519 - 8/58: Installing method RunArray>>anySatisfy:
01:41:11				353/519 - 9/58: Installing method RunArray>>asBag
01:41:11				353/519 - 10/58: Installing method RunArray>>asSet
01:41:11				353/519 - 11/58: Installing method RunArray>>at:
01:41:11				353/519 - 12/58: Installing method RunArray>>at:put:
01:41:11				353/519 - 13/58: Installing method RunArray>>at:setRunOffsetAndValue:
01:41:11				353/519 - 14/58: Installing method RunArray>>coalesce
01:41:11				353/519 - 15/58: Installing method RunArray>>collect:
01:41:11				353/519 - 16/58: Installing method RunArray>>copyFrom:to:
01:41:11				353/519 - 17/58: Installing method RunArray>>copyReplaceFrom:to:with:
01:41:11				353/519 - 18/58: Installing method RunArray>>copyUpThrough:
01:41:11				353/519 - 19/58: Installing method RunArray>>copyUpTo:
01:41:11				353/519 - 20/58: Installing method RunArray>>copyUpToLast:
01:41:11				353/519 - 21/58: Installing method RunArray>>count:
01:41:11				353/519 - 22/58: Installing method RunArray>>detect:ifNone:
01:41:11				353/519 - 23/58: Installing method RunArray>>detectMax:
01:41:11				353/519 - 24/58: Installing method RunArray>>detectMin:
01:41:11				353/519 - 25/58: Installing method RunArray>>do:
01:41:11				353/519 - 26/58: Installing method RunArray>>fillFrom:with:
01:41:11				353/519 - 27/58: Installing method RunArray>>findFirst:
01:41:11				353/519 - 28/58: Installing method RunArray>>findLast:
01:41:11				353/519 - 29/58: Installing method RunArray>>first
01:41:11				353/519 - 30/58: Installing method RunArray>>includes:
01:41:11				353/519 - 31/58: Installing method RunArray>>isSelfEvaluating
01:41:11				353/519 - 32/58: Installing method RunArray>>isSorted
01:41:11				353/519 - 33/58: Installing method RunArray>>isSortedBy:
01:41:11				353/519 - 34/58: Installing method RunArray>>last
01:41:11				353/519 - 35/58: Installing method RunArray>>mapValues:
01:41:11				353/519 - 36/58: Installing method RunArray>>noneSatisfy:
01:41:11				353/519 - 37/58: Installing method RunArray>>postCopy
01:41:11				353/519 - 38/58: Installing method RunArray>>printOn:
01:41:11				353/519 - 39/58: Installing method RunArray>>rangeOf:startingAt:
01:41:11				353/519 - 40/58: Installing method RunArray>>remove:ifAbsent:
01:41:11				353/519 - 41/58: Installing method RunArray>>removeAll
01:41:11				353/519 - 42/58: Installing method RunArray>>repeatLast:ifEmpty:
01:41:11				353/519 - 43/58: Installing method RunArray>>repeatLastIfEmpty:
01:41:11				353/519 - 44/58: Installing method RunArray>>replace:
01:41:11				353/519 - 45/58: Installing method RunArray>>reverseDo:
01:41:11				353/519 - 46/58: Installing method RunArray>>reversed
01:41:11				353/519 - 47/58: Installing method RunArray>>runLengthAt:
01:41:11				353/519 - 48/58: Installing method RunArray>>runs
01:41:11				353/519 - 49/58: Installing method RunArray>>runsAndValuesDo:
01:41:11				353/519 - 50/58: Installing method RunArray>>runsFrom:to:do:
01:41:11				353/519 - 51/58: Installing method RunArray>>select:
01:41:11				353/519 - 52/58: Installing method RunArray>>setRuns:setValues:
01:41:11				353/519 - 53/58: Installing method RunArray>>size
01:41:11				353/519 - 54/58: Installing method RunArray>>storeOn:
01:41:11				353/519 - 55/58: Installing method RunArray>>sum:
01:41:11				353/519 - 56/58: Installing method RunArray>>values
01:41:11				353/519 - 57/58: Installing method RunArray>>withStartStopAndValueDo:
01:41:11				353/519 - 58/58: Installing method RunArray>>writeOn:
01:41:12				353/519 - 1/7: Installing method RunArray class>>new
01:41:12				353/519 - 2/7: Installing method RunArray class>>new:
01:41:12				353/519 - 3/7: Installing method RunArray class>>new:withAll:
01:41:12				353/519 - 4/7: Installing method RunArray class>>newFrom:
01:41:12				353/519 - 5/7: Installing method RunArray class>>newFromArray:
01:41:12				353/519 - 6/7: Installing method RunArray class>>readFrom:
01:41:12				353/519 - 7/7: Installing method RunArray class>>runs:values:
01:41:12				354/519 - 1/2: Installing method SaveCommandLineHandler>>activate
01:41:12				354/519 - 2/2: Installing method SaveCommandLineHandler>>saveImage
01:41:12				354/519 - 1/2: Installing method SaveCommandLineHandler class>>commandName
01:41:12				354/519 - 2/2: Installing method SaveCommandLineHandler class>>description
01:41:12				355/519 - 1/27: Installing method ScaledDecimal>>*
01:41:12				355/519 - 2/27: Installing method ScaledDecimal>>+
01:41:12				355/519 - 3/27: Installing method ScaledDecimal>>-
01:41:12				355/519 - 4/27: Installing method ScaledDecimal>>/
01:41:12				355/519 - 5/27: Installing method ScaledDecimal>><
01:41:12				355/519 - 6/27: Installing method ScaledDecimal>><=
01:41:12				355/519 - 7/27: Installing method ScaledDecimal>>=
01:41:12				355/519 - 8/27: Installing method ScaledDecimal>>>
01:41:12				355/519 - 9/27: Installing method ScaledDecimal>>>=
01:41:12				355/519 - 10/27: Installing method ScaledDecimal>>adaptToFraction:andSend:
01:41:12				355/519 - 11/27: Installing method ScaledDecimal>>adaptToInteger:andSend:
01:41:12				355/519 - 12/27: Installing method ScaledDecimal>>asFraction
01:41:12				355/519 - 13/27: Installing method ScaledDecimal>>coerce:
01:41:12				355/519 - 14/27: Installing method ScaledDecimal>>isFraction
01:41:12				355/519 - 15/27: Installing method ScaledDecimal>>isLiteral
01:41:12				355/519 - 16/27: Installing method ScaledDecimal>>isSelfEvaluating
01:41:12				355/519 - 17/27: Installing method ScaledDecimal>>literalEqual:
01:41:12				355/519 - 18/27: Installing method ScaledDecimal>>negated
01:41:12				355/519 - 19/27: Installing method ScaledDecimal>>printOn:
01:41:13				355/519 - 20/27: Installing method ScaledDecimal>>printOn:base:
01:41:13				355/519 - 21/27: Installing method ScaledDecimal>>raisedTo:
01:41:13				355/519 - 22/27: Installing method ScaledDecimal>>raisedToFraction:
01:41:13				355/519 - 23/27: Installing method ScaledDecimal>>raisedToInteger:
01:41:13				355/519 - 24/27: Installing method ScaledDecimal>>reciprocal
01:41:13				355/519 - 25/27: Installing method ScaledDecimal>>scale
01:41:13				355/519 - 26/27: Installing method ScaledDecimal>>setNumerator:denominator:scale:
01:41:13				355/519 - 27/27: Installing method ScaledDecimal>>squared
01:41:13				355/519 - 1/1: Installing method ScaledDecimal class>>newFromNumber:scale:
01:41:13				356/519 - 1/4: Installing method SelectorException>>messageText
01:41:13				356/519 - 2/4: Installing method SelectorException>>selector
01:41:13				356/519 - 3/4: Installing method SelectorException>>selector:
01:41:13				356/519 - 4/4: Installing method SelectorException>>standardMessageText
01:41:13				356/519 - 1/2: Installing method SelectorException class>>signalFor:
01:41:13				356/519 - 2/2: Installing method SelectorException class>>signalFor:in:
01:41:13				357/519 - 1/5: Installing method SelfVariable>>acceptVisitor:node:
01:41:13				357/519 - 2/5: Installing method SelfVariable>>emitValue:
01:41:13				357/519 - 3/5: Installing method SelfVariable>>isSelfVariable
01:41:13				357/519 - 4/5: Installing method SelfVariable>>readInContext:
01:41:13				357/519 - 5/5: Installing method SelfVariable>>usingMethods
01:41:13				357/519 - 1/1: Installing method SelfVariable class>>variableName
01:41:13				358/519 - 1/20: Installing method Semaphore>>=
01:41:13				358/519 - 2/20: Installing method Semaphore>>consumeAllSignals
01:41:13				358/519 - 3/20: Installing method Semaphore>>critical:
01:41:13				358/519 - 4/20: Installing method Semaphore>>critical:ifCurtailed:
01:41:13				358/519 - 5/20: Installing method Semaphore>>critical:ifError:
01:41:13				358/519 - 6/20: Installing method Semaphore>>critical:ifLocked:
01:41:13				358/519 - 7/20: Installing method Semaphore>>criticalReleasingOnError:
01:41:13				358/519 - 8/20: Installing method Semaphore>>handleProcessTerminationOfWaitingContext:
01:41:13				358/519 - 9/20: Installing method Semaphore>>hash
01:41:13				358/519 - 10/20: Installing method Semaphore>>initSignals
01:41:13				358/519 - 11/20: Installing method Semaphore>>isSignaled
01:41:13				358/519 - 12/20: Installing method Semaphore>>resumeProcess:
01:41:13				358/519 - 13/20: Installing method Semaphore>>signal
01:41:13				358/519 - 14/20: Installing method Semaphore>>signalAll
01:41:13				358/519 - 15/20: Installing method Semaphore>>terminateProcess
01:41:13				358/519 - 16/20: Installing method Semaphore>>wait
01:41:13				358/519 - 17/20: Installing method Semaphore>>waitTimeoutMilliseconds:
01:41:13				358/519 - 18/20: Installing method Semaphore>>waitTimeoutMilliseconds:onCompletion:onTimeout:
01:41:13				358/519 - 19/20: Installing method Semaphore>>waitTimeoutSeconds:
01:41:13				358/519 - 20/20: Installing method Semaphore>>waitTimeoutSeconds:onCompletion:onTimeout:
01:41:13				358/519 - 1/2: Installing method Semaphore class>>forMutualExclusion
01:41:13				358/519 - 2/2: Installing method Semaphore class>>new
01:41:18				359/519 - 1/189: Installing method SequenceableCollection>>,
01:41:18				359/519 - 2/189: Installing method SequenceableCollection>>=
01:41:18				359/519 - 3/189: Installing method SequenceableCollection>>@
01:41:18				359/519 - 4/189: Installing method SequenceableCollection>>after:
01:41:18				359/519 - 5/189: Installing method SequenceableCollection>>after:ifAbsent:
01:41:18				359/519 - 6/189: Installing method SequenceableCollection>>allButFirst
01:41:18				359/519 - 7/189: Installing method SequenceableCollection>>allButFirst:
01:41:18				359/519 - 8/189: Installing method SequenceableCollection>>allButFirstDo:
01:41:18				359/519 - 9/189: Installing method SequenceableCollection>>allButLast
01:41:18				359/519 - 10/189: Installing method SequenceableCollection>>allButLast:
01:41:18				359/519 - 11/189: Installing method SequenceableCollection>>allButLastDo:
01:41:18				359/519 - 12/189: Installing method SequenceableCollection>>allPairsDo:
01:41:18				359/519 - 13/189: Installing method SequenceableCollection>>anyOne
01:41:18				359/519 - 14/189: Installing method SequenceableCollection>>appendTo:
01:41:18				359/519 - 15/189: Installing method SequenceableCollection>>asArray
01:41:18				359/519 - 16/189: Installing method SequenceableCollection>>asByteArray
01:41:18				359/519 - 17/189: Installing method SequenceableCollection>>asDigitsAt:in:do:
01:41:18				359/519 - 18/189: Installing method SequenceableCollection>>asDigitsToPower:do:
01:41:18				359/519 - 19/189: Installing method SequenceableCollection>>asFloatArray
01:41:18				359/519 - 20/189: Installing method SequenceableCollection>>asIntegerArray
01:41:18				359/519 - 21/189: Installing method SequenceableCollection>>asStringWithCr
01:41:18				359/519 - 22/189: Installing method SequenceableCollection>>asWordArray
01:41:18				359/519 - 23/189: Installing method SequenceableCollection>>at:ifAbsent:
01:41:18				359/519 - 24/189: Installing method SequenceableCollection>>at:incrementBy:
01:41:18				359/519 - 25/189: Installing method SequenceableCollection>>atAll:
01:41:18				359/519 - 26/189: Installing method SequenceableCollection>>atAll:put:
01:41:18				359/519 - 27/189: Installing method SequenceableCollection>>atAll:putAll:
01:41:18				359/519 - 28/189: Installing method SequenceableCollection>>atAllPut:
01:41:18				359/519 - 29/189: Installing method SequenceableCollection>>atLast:
01:41:18				359/519 - 30/189: Installing method SequenceableCollection>>atLast:ifAbsent:
01:41:18				359/519 - 31/189: Installing method SequenceableCollection>>atLast:put:
01:41:18				359/519 - 32/189: Installing method SequenceableCollection>>atPin:
01:41:18				359/519 - 33/189: Installing method SequenceableCollection>>atWrap:
01:41:18				359/519 - 34/189: Installing method SequenceableCollection>>atWrap:put:
01:41:18				359/519 - 35/189: Installing method SequenceableCollection>>before:
01:41:18				359/519 - 36/189: Installing method SequenceableCollection>>before:ifAbsent:
01:41:18				359/519 - 37/189: Installing method SequenceableCollection>>beginsWith:
01:41:18				359/519 - 38/189: Installing method SequenceableCollection>>beginsWithAnyOf:
01:41:18				359/519 - 39/189: Installing method SequenceableCollection>>bind:
01:41:18				359/519 - 40/189: Installing method SequenceableCollection>>collect:
01:41:18				359/519 - 41/189: Installing method SequenceableCollection>>collect:from:to:
01:41:18				359/519 - 42/189: Installing method SequenceableCollection>>collect:thenReject:
01:41:18				359/519 - 43/189: Installing method SequenceableCollection>>collect:thenSelect:
01:41:18				359/519 - 44/189: Installing method SequenceableCollection>>collectWithIndex:
01:41:18				359/519 - 45/189: Installing method SequenceableCollection>>combinations
01:41:18				359/519 - 46/189: Installing method SequenceableCollection>>combinations:
01:41:18				359/519 - 47/189: Installing method SequenceableCollection>>combinations:atATimeDo:
01:41:18				359/519 - 48/189: Installing method SequenceableCollection>>combinationsAt:in:after:do:
01:41:18				359/519 - 49/189: Installing method SequenceableCollection>>copyAfter:
01:41:18				359/519 - 50/189: Installing method SequenceableCollection>>copyAfterLast:
01:41:18				359/519 - 51/189: Installing method SequenceableCollection>>copyEmpty
01:41:18				359/519 - 52/189: Installing method SequenceableCollection>>copyFrom:to:
01:41:18				359/519 - 53/189: Installing method SequenceableCollection>>copyReplaceAll:with:
01:41:19				359/519 - 54/189: Installing method SequenceableCollection>>copyReplaceFrom:to:with:
01:41:19				359/519 - 55/189: Installing method SequenceableCollection>>copyUpThrough:
01:41:19				359/519 - 56/189: Installing method SequenceableCollection>>copyUpTo:
01:41:19				359/519 - 57/189: Installing method SequenceableCollection>>copyUpToLast:
01:41:19				359/519 - 58/189: Installing method SequenceableCollection>>copyWith:
01:41:19				359/519 - 59/189: Installing method SequenceableCollection>>copyWithFirst:
01:41:19				359/519 - 60/189: Installing method SequenceableCollection>>copyWithoutFirst
01:41:19				359/519 - 61/189: Installing method SequenceableCollection>>copyWithoutIndex:
01:41:19				359/519 - 62/189: Installing method SequenceableCollection>>detectIndex:
01:41:19				359/519 - 63/189: Installing method SequenceableCollection>>detectIndex:ifNone:
01:41:19				359/519 - 64/189: Installing method SequenceableCollection>>difference:
01:41:19				359/519 - 65/189: Installing method SequenceableCollection>>do:
01:41:19				359/519 - 66/189: Installing method SequenceableCollection>>do:separatedBy:
01:41:19				359/519 - 67/189: Installing method SequenceableCollection>>do:without:
01:41:19				359/519 - 68/189: Installing method SequenceableCollection>>eighth
01:41:19				359/519 - 69/189: Installing method SequenceableCollection>>endsWith:
01:41:19				359/519 - 70/189: Installing method SequenceableCollection>>endsWithAnyOf:
01:41:19				359/519 - 71/189: Installing method SequenceableCollection>>errorOutOfBounds
01:41:19				359/519 - 72/189: Installing method SequenceableCollection>>fifth
01:41:19				359/519 - 73/189: Installing method SequenceableCollection>>findBinary:
01:41:19				359/519 - 74/189: Installing method SequenceableCollection>>findBinary:do:ifNone:
01:41:19				359/519 - 75/189: Installing method SequenceableCollection>>findBinary:ifNone:
01:41:19				359/519 - 76/189: Installing method SequenceableCollection>>findBinaryIndex:
01:41:19				359/519 - 77/189: Installing method SequenceableCollection>>findBinaryIndex:do:ifNone:
01:41:19				359/519 - 78/189: Installing method SequenceableCollection>>findBinaryIndex:ifNone:
01:41:19				359/519 - 79/189: Installing method SequenceableCollection>>findFirst:
01:41:19				359/519 - 80/189: Installing method SequenceableCollection>>findLast:
01:41:19				359/519 - 81/189: Installing method SequenceableCollection>>first
01:41:19				359/519 - 82/189: Installing method SequenceableCollection>>first:
01:41:19				359/519 - 83/189: Installing method SequenceableCollection>>flatCollect:
01:41:19				359/519 - 84/189: Installing method SequenceableCollection>>forceTo:paddingStartWith:
01:41:19				359/519 - 85/189: Installing method SequenceableCollection>>forceTo:paddingWith:
01:41:19				359/519 - 86/189: Installing method SequenceableCollection>>fourth
01:41:19				359/519 - 87/189: Installing method SequenceableCollection>>from:to:do:
01:41:19				359/519 - 88/189: Installing method SequenceableCollection>>from:to:put:
01:41:19				359/519 - 89/189: Installing method SequenceableCollection>>groupByRuns:
01:41:19				359/519 - 90/189: Installing method SequenceableCollection>>groupsOf:atATimeCollect:
01:41:19				359/519 - 91/189: Installing method SequenceableCollection>>groupsOf:atATimeDo:
01:41:19				359/519 - 92/189: Installing method SequenceableCollection>>grownBy:
01:41:19				359/519 - 93/189: Installing method SequenceableCollection>>hasEqualElements:
01:41:19				359/519 - 94/189: Installing method SequenceableCollection>>hash
01:41:19				359/519 - 95/189: Installing method SequenceableCollection>>identityIndexOf:
01:41:19				359/519 - 96/189: Installing method SequenceableCollection>>identityIndexOf:ifAbsent:
01:41:19				359/519 - 97/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:
01:41:19				359/519 - 98/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:finally:
01:41:19				359/519 - 99/189: Installing method SequenceableCollection>>includes:
01:41:19				359/519 - 100/189: Installing method SequenceableCollection>>indexOf:
01:41:19				359/519 - 101/189: Installing method SequenceableCollection>>indexOf:ifAbsent:
01:41:19				359/519 - 102/189: Installing method SequenceableCollection>>indexOf:startingAt:
01:41:19				359/519 - 103/189: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent:
01:41:19				359/519 - 104/189: Installing method SequenceableCollection>>indexOfAnyOf:
01:41:19				359/519 - 105/189: Installing method SequenceableCollection>>indexOfAnyOf:ifAbsent:
01:41:19				359/519 - 106/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:
01:41:19				359/519 - 107/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:ifAbsent:
01:41:19				359/519 - 108/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:
01:41:19				359/519 - 109/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:ifAbsent:
01:41:19				359/519 - 110/189: Installing method SequenceableCollection>>isSequenceable
01:41:19				359/519 - 111/189: Installing method SequenceableCollection>>isSorted
01:41:19				359/519 - 112/189: Installing method SequenceableCollection>>isSortedBy:
01:41:19				359/519 - 113/189: Installing method SequenceableCollection>>join:
01:41:19				359/519 - 114/189: Installing method SequenceableCollection>>joinTo:
01:41:19				359/519 - 115/189: Installing method SequenceableCollection>>joinUsing:
01:41:19				359/519 - 116/189: Installing method SequenceableCollection>>joinUsing:last:
01:41:19				359/519 - 117/189: Installing method SequenceableCollection>>keysAndValuesDo:
01:41:19				359/519 - 118/189: Installing method SequenceableCollection>>last
01:41:19				359/519 - 119/189: Installing method SequenceableCollection>>last:
01:41:19				359/519 - 120/189: Installing method SequenceableCollection>>lastIndexOf:
01:41:19				359/519 - 121/189: Installing method SequenceableCollection>>lastIndexOf:ifAbsent:
01:41:19				359/519 - 122/189: Installing method SequenceableCollection>>lastIndexOf:startingAt:ifAbsent:
01:41:19				359/519 - 123/189: Installing method SequenceableCollection>>lastIndexOfAnyOf:startingAt:ifAbsent:
01:41:19				359/519 - 124/189: Installing method SequenceableCollection>>mergeFirst:middle:last:into:by:
01:41:19				359/519 - 125/189: Installing method SequenceableCollection>>mergeSortFrom:to:by:
01:41:19				359/519 - 126/189: Installing method SequenceableCollection>>mergeSortFrom:to:src:dst:by:
01:41:19				359/519 - 127/189: Installing method SequenceableCollection>>middle
01:41:19				359/519 - 128/189: Installing method SequenceableCollection>>nextToLast
01:41:19				359/519 - 129/189: Installing method SequenceableCollection>>ninth
01:41:19				359/519 - 130/189: Installing method SequenceableCollection>>overlappingPairsCollect:
01:41:19				359/519 - 131/189: Installing method SequenceableCollection>>overlappingPairsDo:
01:41:19				359/519 - 132/189: Installing method SequenceableCollection>>overlappingPairsWithIndexDo:
01:41:19				359/519 - 133/189: Installing method SequenceableCollection>>paddedWith:do:
01:41:20				359/519 - 134/189: Installing method SequenceableCollection>>pairsCollect:
01:41:20				359/519 - 135/189: Installing method SequenceableCollection>>pairsDo:
01:41:20				359/519 - 136/189: Installing method SequenceableCollection>>permutationsDo:
01:41:20				359/519 - 137/189: Installing method SequenceableCollection>>permutationsStartingAt:do:
01:41:20				359/519 - 138/189: Installing method SequenceableCollection>>permutationsWithRepetitionOfSize:subSize:in:do:
01:41:20				359/519 - 139/189: Installing method SequenceableCollection>>permutationsWithRepetitionsDo:
01:41:20				359/519 - 140/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:
01:41:20				359/519 - 141/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:do:
01:41:20				359/519 - 142/189: Installing method SequenceableCollection>>piecesCutWhere:
01:41:20				359/519 - 143/189: Installing method SequenceableCollection>>piecesCutWhere:do:
01:41:20				359/519 - 144/189: Installing method SequenceableCollection>>polynomialEval:
01:41:20				359/519 - 145/189: Installing method SequenceableCollection>>putOn:
01:41:20				359/519 - 146/189: Installing method SequenceableCollection>>readStream
01:41:20				359/519 - 147/189: Installing method SequenceableCollection>>readStreamDo:
01:41:20				359/519 - 148/189: Installing method SequenceableCollection>>reduce:
01:41:20				359/519 - 149/189: Installing method SequenceableCollection>>reduceLeft:
01:41:20				359/519 - 150/189: Installing method SequenceableCollection>>reduceRight:
01:41:20				359/519 - 151/189: Installing method SequenceableCollection>>reject:
01:41:20				359/519 - 152/189: Installing method SequenceableCollection>>reject:thenCollect:
01:41:20				359/519 - 153/189: Installing method SequenceableCollection>>reject:thenDo:
01:41:20				359/519 - 154/189: Installing method SequenceableCollection>>remove:ifAbsent:
01:41:20				359/519 - 155/189: Installing method SequenceableCollection>>replace:
01:41:20				359/519 - 156/189: Installing method SequenceableCollection>>replaceAll:with:
01:41:20				359/519 - 157/189: Installing method SequenceableCollection>>replaceFrom:to:with:
01:41:20				359/519 - 158/189: Installing method SequenceableCollection>>replaceFrom:to:with:startingAt:
01:41:20				359/519 - 159/189: Installing method SequenceableCollection>>reverse
01:41:20				359/519 - 160/189: Installing method SequenceableCollection>>reverseDo:
01:41:20				359/519 - 161/189: Installing method SequenceableCollection>>reverseWith:do:
01:41:20				359/519 - 162/189: Installing method SequenceableCollection>>reverseWithIndexDo:
01:41:20				359/519 - 163/189: Installing method SequenceableCollection>>reversed
01:41:20				359/519 - 164/189: Installing method SequenceableCollection>>second
01:41:20				359/519 - 165/189: Installing method SequenceableCollection>>select:
01:41:20				359/519 - 166/189: Installing method SequenceableCollection>>select:thenCollect:
01:41:20				359/519 - 167/189: Installing method SequenceableCollection>>select:thenDo:
01:41:20				359/519 - 168/189: Installing method SequenceableCollection>>seventh
01:41:20				359/519 - 169/189: Installing method SequenceableCollection>>sixth
01:41:20				359/519 - 170/189: Installing method SequenceableCollection>>size
01:41:20				359/519 - 171/189: Installing method SequenceableCollection>>sort
01:41:20				359/519 - 172/189: Installing method SequenceableCollection>>sort:
01:41:20				359/519 - 173/189: Installing method SequenceableCollection>>sorted
01:41:20				359/519 - 174/189: Installing method SequenceableCollection>>sorted:
01:41:20				359/519 - 175/189: Installing method SequenceableCollection>>split:indicesDo:
01:41:20				359/519 - 176/189: Installing method SequenceableCollection>>splitOn:
01:41:20				359/519 - 177/189: Installing method SequenceableCollection>>splitOn:do:
01:41:20				359/519 - 178/189: Installing method SequenceableCollection>>splitOn:indicesDo:
01:41:20				359/519 - 179/189: Installing method SequenceableCollection>>swap:with:
01:41:20				359/519 - 180/189: Installing method SequenceableCollection>>takeFirst:
01:41:20				359/519 - 181/189: Installing method SequenceableCollection>>third
01:41:20				359/519 - 182/189: Installing method SequenceableCollection>>truncatedToSize:
01:41:20				359/519 - 183/189: Installing method SequenceableCollection>>with:collect:
01:41:20				359/519 - 184/189: Installing method SequenceableCollection>>with:do:
01:41:20				359/519 - 185/189: Installing method SequenceableCollection>>withIndexCollect:
01:41:20				359/519 - 186/189: Installing method SequenceableCollection>>withIndexDo:
01:41:20				359/519 - 187/189: Installing method SequenceableCollection>>withIndexSelect:
01:41:20				359/519 - 188/189: Installing method SequenceableCollection>>writeStream
01:41:20				359/519 - 189/189: Installing method SequenceableCollection>>writeStreamDo:
01:41:20				359/519 - 1/6: Installing method SequenceableCollection class>>isAbstract
01:41:20				359/519 - 2/6: Installing method SequenceableCollection class>>new:streamContents:
01:41:20				359/519 - 3/6: Installing method SequenceableCollection class>>ofSize:
01:41:20				359/519 - 4/6: Installing method SequenceableCollection class>>streamContents:
01:41:20				359/519 - 5/6: Installing method SequenceableCollection class>>streamContents:limitedTo:
01:41:20				359/519 - 6/6: Installing method SequenceableCollection class>>streamSpecies
01:41:20				360/519 - 1/3: Installing method SessionAccessModeResolver class>>initialize
01:41:20				360/519 - 2/3: Installing method SessionAccessModeResolver class>>resolve
01:41:20				360/519 - 3/3: Installing method SessionAccessModeResolver class>>startUp:
01:41:21				361/519 - 1/11: Installing method SessionCategory>>defaultPriority
01:41:21				361/519 - 2/11: Installing method SessionCategory>>initialize
01:41:21				361/519 - 3/11: Installing method SessionCategory>>listAtPriority:
01:41:21				361/519 - 4/11: Installing method SessionCategory>>name
01:41:21				361/519 - 5/11: Installing method SessionCategory>>name:
01:41:21				361/519 - 6/11: Installing method SessionCategory>>printOn:
01:41:21				361/519 - 7/11: Installing method SessionCategory>>prioritizedList
01:41:21				361/519 - 8/11: Installing method SessionCategory>>register:
01:41:21				361/519 - 9/11: Installing method SessionCategory>>register:atPriority:
01:41:21				361/519 - 10/11: Installing method SessionCategory>>renamedClass:from:to:
01:41:21				361/519 - 11/11: Installing method SessionCategory>>unregisterHandler:
01:41:22				362/519 - 1/38: Installing method SessionManager>>addDeferredStartupAction:
01:41:22				362/519 - 2/38: Installing method SessionManager>>basicCreateCategory:
01:41:22				362/519 - 3/38: Installing method SessionManager>>categoryNamed:
01:41:22				362/519 - 4/38: Installing method SessionManager>>createCategory:
01:41:22				362/519 - 5/38: Installing method SessionManager>>createCategory:after:
01:41:22				362/519 - 6/38: Installing method SessionManager>>currentSession
01:41:22				362/519 - 7/38: Installing method SessionManager>>defaultPriority
01:41:22				362/519 - 8/38: Installing method SessionManager>>guiCategory
01:41:22				362/519 - 9/38: Installing method SessionManager>>hasRegistered:
01:41:22				362/519 - 10/38: Installing method SessionManager>>initialize
01:41:22				362/519 - 11/38: Installing method SessionManager>>installNewSession
01:41:22				362/519 - 12/38: Installing method SessionManager>>installSession:
01:41:22				362/519 - 13/38: Installing method SessionManager>>launchSnapshot:andQuit:
01:41:22				362/519 - 14/38: Installing method SessionManager>>maxPriority
01:41:22				362/519 - 15/38: Installing method SessionManager>>networkCategory
01:41:22				362/519 - 16/38: Installing method SessionManager>>newSession
01:41:22				362/519 - 17/38: Installing method SessionManager>>register:
01:41:22				362/519 - 18/38: Installing method SessionManager>>register:inCategory:
01:41:22				362/519 - 19/38: Installing method SessionManager>>register:inCategory:atPriority:
01:41:22				362/519 - 20/38: Installing method SessionManager>>registerGuiClassNamed:
01:41:22				362/519 - 21/38: Installing method SessionManager>>registerGuiClassNamed:atPriority:
01:41:22				362/519 - 22/38: Installing method SessionManager>>registerLast:inCategory:
01:41:22				362/519 - 23/38: Installing method SessionManager>>registerNetworkClassNamed:
01:41:22				362/519 - 24/38: Installing method SessionManager>>registerSystemClassNamed:
01:41:22				362/519 - 25/38: Installing method SessionManager>>registerSystemClassNamed:atPriority:
01:41:22				362/519 - 26/38: Installing method SessionManager>>registerToolClassNamed:
01:41:22				362/519 - 27/38: Installing method SessionManager>>registerUserClassNamed:
01:41:22				362/519 - 28/38: Installing method SessionManager>>registerUserClassNamed:atPriority:
01:41:22				362/519 - 29/38: Installing method SessionManager>>renamedClass:from:to:
01:41:22				362/519 - 30/38: Installing method SessionManager>>shutdownList
01:41:22				362/519 - 31/38: Installing method SessionManager>>snapshot:andQuit:
01:41:22				362/519 - 32/38: Installing method SessionManager>>startupList
01:41:22				362/519 - 33/38: Installing method SessionManager>>systemCategory
01:41:22				362/519 - 34/38: Installing method SessionManager>>toolsCategory
01:41:22				362/519 - 35/38: Installing method SessionManager>>uninstallSession:
01:41:22				362/519 - 36/38: Installing method SessionManager>>unregisterClassNamed:
01:41:22				362/519 - 37/38: Installing method SessionManager>>unregisterHandler:
01:41:22				362/519 - 38/38: Installing method SessionManager>>userCategory
01:41:22				362/519 - 1/6: Installing method SessionManager class>>classRemoved:
01:41:22				362/519 - 2/6: Installing method SessionManager class>>classRenamed:
01:41:22				362/519 - 3/6: Installing method SessionManager class>>default
01:41:22				362/519 - 4/6: Installing method SessionManager class>>default:
01:41:22				362/519 - 5/6: Installing method SessionManager class>>initialize
01:41:22				362/519 - 6/6: Installing method SessionManager class>>initializeKernelRegistrations
01:41:23				363/519 - 1/23: Installing method Set>>=
01:41:23				363/519 - 2/23: Installing method Set>>add:
01:41:23				363/519 - 3/23: Installing method Set>>asSet
01:41:23				363/519 - 4/23: Installing method Set>>collect:
01:41:23				363/519 - 5/23: Installing method Set>>copyWithout:
01:41:23				363/519 - 6/23: Installing method Set>>difference:
01:41:23				363/519 - 7/23: Installing method Set>>do:
01:41:23				363/519 - 8/23: Installing method Set>>fixCollisionsFrom:
01:41:23				363/519 - 9/23: Installing method Set>>grow
01:41:23				363/519 - 10/23: Installing method Set>>includes:
01:41:23				363/519 - 11/23: Installing method Set>>intersection:
01:41:23				363/519 - 12/23: Installing method Set>>isHealthy
01:41:23				363/519 - 13/23: Installing method Set>>like:
01:41:23				363/519 - 14/23: Installing method Set>>like:ifAbsent:
01:41:23				363/519 - 15/23: Installing method Set>>max:
01:41:23				363/519 - 16/23: Installing method Set>>noCheckAdd:
01:41:23				363/519 - 17/23: Installing method Set>>noCheckNoGrowFillFrom:
01:41:23				363/519 - 18/23: Installing method Set>>occurrencesOf:
01:41:23				363/519 - 19/23: Installing method Set>>postCopy
01:41:23				363/519 - 20/23: Installing method Set>>rehash
01:41:23				363/519 - 21/23: Installing method Set>>remove:ifAbsent:
01:41:23				363/519 - 22/23: Installing method Set>>scanFor:
01:41:23				363/519 - 23/23: Installing method Set>>withArray:
01:41:23				363/519 - 1/2: Installing method Set class>>newFrom:
01:41:23				363/519 - 2/2: Installing method Set class>>sizeFor:
01:41:23				364/519 - 1/11: Installing method ShAbstractChange>>=
01:41:23				364/519 - 2/11: Installing method ShAbstractChange>>announceChanges
01:41:23				364/519 - 3/11: Installing method ShAbstractChange>>builder
01:41:23				364/519 - 4/11: Installing method ShAbstractChange>>builder:
01:41:23				364/519 - 5/11: Installing method ShAbstractChange>>hasChangeClassSideShape
01:41:23				364/519 - 6/11: Installing method ShAbstractChange>>hasChangeInstanceSideShape
01:41:23				364/519 - 7/11: Installing method ShAbstractChange>>hasToMigrateInstances
01:41:23				364/519 - 8/11: Installing method ShAbstractChange>>hash
01:41:23				364/519 - 9/11: Installing method ShAbstractChange>>oldClass
01:41:23				364/519 - 10/11: Installing method ShAbstractChange>>oldClass:
01:41:23				364/519 - 11/11: Installing method ShAbstractChange>>propagateToSubclasses:
01:41:23				364/519 - 1/1: Installing method ShAbstractChange class>>isAbstract
01:41:23				365/519 - 1/3: Installing method ShAbstractChangeDetector>>builder
01:41:23				365/519 - 2/3: Installing method ShAbstractChangeDetector>>builder:
01:41:23				365/519 - 3/3: Installing method ShAbstractChangeDetector>>compareClass
01:41:23				365/519 - 1/3: Installing method ShAbstractChangeDetector class>>builder:
01:41:23				365/519 - 2/3: Installing method ShAbstractChangeDetector class>>compareClass:with:
01:41:23				365/519 - 3/3: Installing method ShAbstractChangeDetector class>>isAbstract
01:41:24				366/519 - 1/4: Installing method ShAbstractClassChangeDetector>>compareClass
01:41:24				366/519 - 2/4: Installing method ShAbstractClassChangeDetector>>compareVariables:with:
01:41:24				366/519 - 3/4: Installing method ShAbstractClassChangeDetector>>initialize
01:41:24				366/519 - 4/4: Installing method ShAbstractClassChangeDetector>>newChanges
01:41:24				366/519 - 1/1: Installing method ShAbstractClassChangeDetector class>>isAbstract
01:41:24				367/519 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector>>newChanges
01:41:24				367/519 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector class>>isAbstract
01:41:24				368/519 - 1/1: Installing method ShBitLayoutChangeDetector>>compareClass
01:41:24				369/519 - 1/2: Installing method ShBitLayoutChanged>>hasChangeInstanceSideShape
01:41:24				369/519 - 2/2: Installing method ShBitLayoutChanged>>propagateToSubclasses:
01:41:24				370/519 - 1/3: Installing method ShClassChanged>>announceChanges
01:41:24				370/519 - 2/3: Installing method ShClassChanged>>builder:
01:41:24				370/519 - 3/3: Installing method ShClassChanged>>propagateToSubclasses:
01:41:24				371/519 - 1/2: Installing method ShClassSlotChangeDetector>>initialize
01:41:24				371/519 - 2/2: Installing method ShClassSlotChangeDetector>>newChanges
01:41:25				372/519 - 1/19: Installing method ShDefaultBuilderEnhancer>>afterMethodsCompiled:
01:41:25				372/519 - 2/19: Installing method ShDefaultBuilderEnhancer>>afterMigratingClass:installer:
01:41:25				372/519 - 3/19: Installing method ShDefaultBuilderEnhancer>>allSlotsForBuilder:
01:41:25				372/519 - 4/19: Installing method ShDefaultBuilderEnhancer>>allSlotsToInstallForBuilder:
01:41:25				372/519 - 5/19: Installing method ShDefaultBuilderEnhancer>>beforeMigratingClass:installer:
01:41:25				372/519 - 6/19: Installing method ShDefaultBuilderEnhancer>>classCreated:
01:41:25				372/519 - 7/19: Installing method ShDefaultBuilderEnhancer>>compileMethodsFor:
01:41:25				372/519 - 8/19: Installing method ShDefaultBuilderEnhancer>>configureClass:superclass:withLayoutType:slots:
01:41:25				372/519 - 9/19: Installing method ShDefaultBuilderEnhancer>>configureMetaclass:superclass:withLayoutType:slots:
01:41:25				372/519 - 10/19: Installing method ShDefaultBuilderEnhancer>>fillBuilder:from:
01:41:25				372/519 - 11/19: Installing method ShDefaultBuilderEnhancer>>hasToSkipSlot:
01:41:25				372/519 - 12/19: Installing method ShDefaultBuilderEnhancer>>initializeBuilder:
01:41:25				372/519 - 13/19: Installing method ShDefaultBuilderEnhancer>>metaclassCreated:
01:41:25				372/519 - 14/19: Installing method ShDefaultBuilderEnhancer>>migrateInstancesTo:installer:
01:41:25				372/519 - 15/19: Installing method ShDefaultBuilderEnhancer>>migrateToClass:installer:
01:41:25				372/519 - 16/19: Installing method ShDefaultBuilderEnhancer>>newMetaclass:
01:41:25				372/519 - 17/19: Installing method ShDefaultBuilderEnhancer>>on:declareClassVariables:sharing:
01:41:25				372/519 - 18/19: Installing method ShDefaultBuilderEnhancer>>propagateChangesToRelatedClasses:builder:
01:41:25				372/519 - 19/19: Installing method ShDefaultBuilderEnhancer>>validateRedefinition:
01:41:25				372/519 - 1/1: Installing method ShDefaultBuilderEnhancer class>>isApplicableFor:
01:41:25				373/519 - 1/3: Installing method ShInstanceShapeChanged>>hasChangeInstanceSideShape
01:41:25				373/519 - 2/3: Installing method ShInstanceShapeChanged>>hasToMigrateInstances
01:41:25				373/519 - 3/3: Installing method ShInstanceShapeChanged>>propagateToSubclasses:
01:41:25				374/519 - 1/1: Installing method ShLayoutChangeDetector>>initialize
01:41:25				375/519 - 1/16: Installing method ShLayoutDefinition>>allSlots
01:41:25				375/519 - 2/16: Installing method ShLayoutDefinition>>builder:
01:41:25				375/519 - 3/16: Installing method ShLayoutDefinition>>classSlots
01:41:26				375/519 - 4/16: Installing method ShLayoutDefinition>>classSlots:
01:41:26				375/519 - 5/16: Installing method ShLayoutDefinition>>initialize
01:41:26				375/519 - 6/16: Installing method ShLayoutDefinition>>isBits
01:41:26				375/519 - 7/16: Installing method ShLayoutDefinition>>layoutClass
01:41:26				375/519 - 8/16: Installing method ShLayoutDefinition>>layoutClass:
01:41:26				375/519 - 9/16: Installing method ShLayoutDefinition>>sharedPools
01:41:26				375/519 - 10/16: Installing method ShLayoutDefinition>>sharedPools:
01:41:26				375/519 - 11/16: Installing method ShLayoutDefinition>>sharedPoolsString
01:41:26				375/519 - 12/16: Installing method ShLayoutDefinition>>sharedVariables
01:41:26				375/519 - 13/16: Installing method ShLayoutDefinition>>sharedVariables:
01:41:26				375/519 - 14/16: Installing method ShLayoutDefinition>>slots
01:41:26				375/519 - 15/16: Installing method ShLayoutDefinition>>slots:
01:41:26				375/519 - 16/16: Installing method ShLayoutDefinition>>validate
01:41:26				376/519 - 1/2: Installing method ShMetaclassChangeDetector>>initialize
01:41:26				376/519 - 2/2: Installing method ShMetaclassChangeDetector>>newChanges
01:41:26				377/519 - 1/4: Installing method ShMetaclassChanged>>announceChanges
01:41:26				377/519 - 2/4: Installing method ShMetaclassChanged>>builder:
01:41:26				377/519 - 3/4: Installing method ShMetaclassChanged>>hasChangeClassSideShape
01:41:26				377/519 - 4/4: Installing method ShMetaclassChanged>>propagateToSubclasses:
01:41:26				379/519 - 1/1: Installing method ShSharedPoolChangeDetector>>initialize
01:41:26				380/519 - 1/1: Installing method ShSharedVariablesChangeDetector>>initialize
01:41:26				381/519 - 1/1: Installing method ShSlotChangeDetector>>initialize
01:41:26				382/519 - 1/1: Installing method ShSuperclassChangeDetector>>initialize
01:41:26				382/519 - 1/1: Installing method ShSuperclassChangeDetector class>>initialize
01:41:26				383/519 - 1/2: Installing method ShSuperclassChanged>>hasToMigrateInstances
01:41:26				383/519 - 2/2: Installing method ShSuperclassChanged>>propagateToSubclasses:
01:41:27				384/519 - 1/9: Installing method SharedPool class>>bindingOf:
01:41:27				384/519 - 2/9: Installing method SharedPool class>>classBindingOf:
01:41:27				384/519 - 3/9: Installing method SharedPool class>>includesKey:
01:41:27				384/519 - 4/9: Installing method SharedPool class>>isPool
01:41:27				384/519 - 5/9: Installing method SharedPool class>>isUsed
01:41:27				384/519 - 6/9: Installing method SharedPool class>>localBindingOf:
01:41:27				384/519 - 7/9: Installing method SharedPool class>>methodsAccessingPoolVariables
01:41:27				384/519 - 8/9: Installing method SharedPool class>>poolUsers
01:41:27				384/519 - 9/9: Installing method SharedPool class>>usingMethods
01:41:27				385/519 - 1/16: Installing method SharedQueue>>atEnd
01:41:27				385/519 - 2/16: Installing method SharedQueue>>contents
01:41:27				385/519 - 3/16: Installing method SharedQueue>>findFirst:
01:41:27				385/519 - 4/16: Installing method SharedQueue>>flush
01:41:27				385/519 - 5/16: Installing method SharedQueue>>flushAllSuchThat:
01:41:27				385/519 - 6/16: Installing method SharedQueue>>initialize
01:41:27				385/519 - 7/16: Installing method SharedQueue>>isEmpty
01:41:27				385/519 - 8/16: Installing method SharedQueue>>next
01:41:27				385/519 - 9/16: Installing method SharedQueue>>nextOrNil
01:41:27				385/519 - 10/16: Installing method SharedQueue>>nextOrNilSuchThat:
01:41:27				385/519 - 11/16: Installing method SharedQueue>>nextPut:
01:41:27				385/519 - 12/16: Installing method SharedQueue>>peek
01:41:27				385/519 - 13/16: Installing method SharedQueue>>postCopy
01:41:27				385/519 - 14/16: Installing method SharedQueue>>printOn:
01:41:27				385/519 - 15/16: Installing method SharedQueue>>removeAll
01:41:27				385/519 - 16/16: Installing method SharedQueue>>size
01:41:27				385/519 - 1/1: Installing method SharedQueue class>>new
01:41:27				386/519 - 1/5: Installing method ShiftAnonymousClassInstaller>>comment:
01:41:27				386/519 - 2/5: Installing method ShiftAnonymousClassInstaller>>installInEnvironment:
01:41:27				386/519 - 3/5: Installing method ShiftAnonymousClassInstaller>>installSubclassInSuperclass:
01:41:27				386/519 - 4/5: Installing method ShiftAnonymousClassInstaller>>notifyChanges
01:41:27				386/519 - 5/5: Installing method ShiftAnonymousClassInstaller>>updatePackage:
01:41:29				387/519 - 1/84: Installing method ShiftClassBuilder>>addChange:
01:41:29				387/519 - 2/84: Installing method ShiftClassBuilder>>addChangeComparer:
01:41:29				387/519 - 3/84: Installing method ShiftClassBuilder>>allSlots
01:41:29				387/519 - 4/84: Installing method ShiftClassBuilder>>build
01:41:29				387/519 - 5/84: Installing method ShiftClassBuilder>>buildEnvironment
01:41:29				387/519 - 6/84: Installing method ShiftClassBuilder>>buildEnvironment:
01:41:29				387/519 - 7/84: Installing method ShiftClassBuilder>>builderEnhancer
01:41:29				387/519 - 8/84: Installing method ShiftClassBuilder>>builderEnhancer:
01:41:29				387/519 - 9/84: Installing method ShiftClassBuilder>>changeComparers
01:41:29				387/519 - 10/84: Installing method ShiftClassBuilder>>changes
01:41:29				387/519 - 11/84: Installing method ShiftClassBuilder>>classNamed:
01:41:29				387/519 - 12/84: Installing method ShiftClassBuilder>>classSlots
01:41:29				387/519 - 13/84: Installing method ShiftClassBuilder>>classSlots:
01:41:29				387/519 - 14/84: Installing method ShiftClassBuilder>>comment
01:41:29				387/519 - 15/84: Installing method ShiftClassBuilder>>comment:
01:41:29				387/519 - 16/84: Installing method ShiftClassBuilder>>comment:stamp:
01:41:29				387/519 - 17/84: Installing method ShiftClassBuilder>>commentStamp
01:41:29				387/519 - 18/84: Installing method ShiftClassBuilder>>commentStamp:
01:41:29				387/519 - 19/84: Installing method ShiftClassBuilder>>compareWithOldClass
01:41:29				387/519 - 20/84: Installing method ShiftClassBuilder>>compileMethods
01:41:29				387/519 - 21/84: Installing method ShiftClassBuilder>>copyProtocols
01:41:29				387/519 - 22/84: Installing method ShiftClassBuilder>>createClass
01:41:29				387/519 - 23/84: Installing method ShiftClassBuilder>>createMetaclass
01:41:29				387/519 - 24/84: Installing method ShiftClassBuilder>>createSharedVariables
01:41:29				387/519 - 25/84: Installing method ShiftClassBuilder>>detectBuilderEnhancer
01:41:29				387/519 - 26/84: Installing method ShiftClassBuilder>>doesNotUnderstand:
01:41:29				387/519 - 27/84: Installing method ShiftClassBuilder>>environment
01:41:29				387/519 - 28/84: Installing method ShiftClassBuilder>>environment:
01:41:29				387/519 - 29/84: Installing method ShiftClassBuilder>>fillClassSideFromEnvironment:
01:41:29				387/519 - 30/84: Installing method ShiftClassBuilder>>fillFor:
01:41:29				387/519 - 31/84: Installing method ShiftClassBuilder>>fillInstanceSideFromClass:
01:41:29				387/519 - 32/84: Installing method ShiftClassBuilder>>fluidInstall
01:41:29				387/519 - 33/84: Installing method ShiftClassBuilder>>hasToMigrateInstances
01:41:29				387/519 - 34/84: Installing method ShiftClassBuilder>>initialize
01:41:29				387/519 - 35/84: Installing method ShiftClassBuilder>>install
01:41:29				387/519 - 36/84: Installing method ShiftClassBuilder>>installSlotsAndVariables
01:41:29				387/519 - 37/84: Installing method ShiftClassBuilder>>installingEnvironment
01:41:29				387/519 - 38/84: Installing method ShiftClassBuilder>>installingEnvironment:
01:41:29				387/519 - 39/84: Installing method ShiftClassBuilder>>isInRemake
01:41:29				387/519 - 40/84: Installing method ShiftClassBuilder>>isRebuild
01:41:29				387/519 - 41/84: Installing method ShiftClassBuilder>>layout:
01:41:29				387/519 - 42/84: Installing method ShiftClassBuilder>>layoutClass
01:41:29				387/519 - 43/84: Installing method ShiftClassBuilder>>layoutClass:
01:41:29				387/519 - 44/84: Installing method ShiftClassBuilder>>layoutDefinition
01:41:29				387/519 - 45/84: Installing method ShiftClassBuilder>>markIsInRemake
01:41:29				387/519 - 46/84: Installing method ShiftClassBuilder>>metaSuperclass
01:41:29				387/519 - 47/84: Installing method ShiftClassBuilder>>metaSuperclass:
01:41:29				387/519 - 48/84: Installing method ShiftClassBuilder>>metaclassClass
01:41:29				387/519 - 49/84: Installing method ShiftClassBuilder>>metaclassClass:
01:41:29				387/519 - 50/84: Installing method ShiftClassBuilder>>name
01:41:29				387/519 - 51/84: Installing method ShiftClassBuilder>>name:
01:41:29				387/519 - 52/84: Installing method ShiftClassBuilder>>newClass
01:41:29				387/519 - 53/84: Installing method ShiftClassBuilder>>newMetaclass
01:41:29				387/519 - 54/84: Installing method ShiftClassBuilder>>notifyChanges
01:41:29				387/519 - 55/84: Installing method ShiftClassBuilder>>oldClass
01:41:29				387/519 - 56/84: Installing method ShiftClassBuilder>>oldClass:
01:41:29				387/519 - 57/84: Installing method ShiftClassBuilder>>oldMetaclass
01:41:29				387/519 - 58/84: Installing method ShiftClassBuilder>>package
01:41:29				387/519 - 59/84: Installing method ShiftClassBuilder>>package:
01:41:29				387/519 - 60/84: Installing method ShiftClassBuilder>>privateSlots:
01:41:29				387/519 - 61/84: Installing method ShiftClassBuilder>>propagateChangesTo:
01:41:29				387/519 - 62/84: Installing method ShiftClassBuilder>>propertyAt:
01:41:29				387/519 - 63/84: Installing method ShiftClassBuilder>>propertyAt:put:
01:41:29				387/519 - 64/84: Installing method ShiftClassBuilder>>sharedPools
01:41:29				387/519 - 65/84: Installing method ShiftClassBuilder>>sharedPools:
01:41:29				387/519 - 66/84: Installing method ShiftClassBuilder>>sharedPoolsFromString:
01:41:29				387/519 - 67/84: Installing method ShiftClassBuilder>>sharedVariables
01:41:29				387/519 - 68/84: Installing method ShiftClassBuilder>>sharedVariables:
01:41:29				387/519 - 69/84: Installing method ShiftClassBuilder>>sharedVariablesFromString:
01:41:29				387/519 - 70/84: Installing method ShiftClassBuilder>>slots
01:41:29				387/519 - 71/84: Installing method ShiftClassBuilder>>slots:
01:41:29				387/519 - 72/84: Installing method ShiftClassBuilder>>slotsFromString:
01:41:29				387/519 - 73/84: Installing method ShiftClassBuilder>>superclass
01:41:29				387/519 - 74/84: Installing method ShiftClassBuilder>>superclass:
01:41:29				387/519 - 75/84: Installing method ShiftClassBuilder>>superclassName
01:41:29				387/519 - 76/84: Installing method ShiftClassBuilder>>superclassName:
01:41:29				387/519 - 77/84: Installing method ShiftClassBuilder>>superclassResolver:
01:41:29				387/519 - 78/84: Installing method ShiftClassBuilder>>tag
01:41:29				387/519 - 79/84: Installing method ShiftClassBuilder>>tag:
01:41:29				387/519 - 80/84: Installing method ShiftClassBuilder>>tryToFillOldClass
01:41:29				387/519 - 81/84: Installing method ShiftClassBuilder>>useStrictSuperclass
01:41:29				387/519 - 82/84: Installing method ShiftClassBuilder>>validateClassName
01:41:29				387/519 - 83/84: Installing method ShiftClassBuilder>>validateSuperclass
01:41:29				387/519 - 84/84: Installing method ShiftClassBuilder>>withAdditionalSlots:
01:41:30				387/519 - 1/3: Installing method ShiftClassBuilder class>>defaultBuildEnhancer
01:41:30				387/519 - 2/3: Installing method ShiftClassBuilder class>>initialize
01:41:30				387/519 - 3/3: Installing method ShiftClassBuilder class>>setDefaultBuilderEnhancer:
01:41:30				388/519 - 1/20: Installing method ShiftClassInstaller>>builder
01:41:30				388/519 - 2/20: Installing method ShiftClassInstaller>>comment:
01:41:30				388/519 - 3/20: Installing method ShiftClassInstaller>>copyObject:to:
01:41:30				388/519 - 4/20: Installing method ShiftClassInstaller>>fillFor:
01:41:30				388/519 - 5/20: Installing method ShiftClassInstaller>>fixSlotScope:
01:41:30				388/519 - 6/20: Installing method ShiftClassInstaller>>initialize
01:41:30				388/519 - 7/20: Installing method ShiftClassInstaller>>installInEnvironment:
01:41:30				388/519 - 8/20: Installing method ShiftClassInstaller>>installSubclassInSuperclass:
01:41:30				388/519 - 9/20: Installing method ShiftClassInstaller>>installingEnvironment
01:41:30				388/519 - 10/20: Installing method ShiftClassInstaller>>installingEnvironment:
01:41:30				388/519 - 11/20: Installing method ShiftClassInstaller>>make
01:41:30				388/519 - 12/20: Installing method ShiftClassInstaller>>make:
01:41:30				388/519 - 13/20: Installing method ShiftClassInstaller>>makeWithBuilder:
01:41:30				388/519 - 14/20: Installing method ShiftClassInstaller>>migrateClassTo:
01:41:30				388/519 - 15/20: Installing method ShiftClassInstaller>>migrateInstancesTo:
01:41:30				388/519 - 16/20: Installing method ShiftClassInstaller>>notifyChanges
01:41:30				388/519 - 17/20: Installing method ShiftClassInstaller>>oldClass
01:41:30				388/519 - 18/20: Installing method ShiftClassInstaller>>oldClass:
01:41:30				388/519 - 19/20: Installing method ShiftClassInstaller>>updateBindings:of:
01:41:30				388/519 - 20/20: Installing method ShiftClassInstaller>>updatePackage:
01:41:30				388/519 - 1/5: Installing method ShiftClassInstaller class>>example
01:41:30				388/519 - 2/5: Installing method ShiftClassInstaller class>>make:
01:41:30				388/519 - 3/5: Installing method ShiftClassInstaller class>>remake:basedOn:
01:41:30				388/519 - 4/5: Installing method ShiftClassInstaller class>>update:to:
01:41:30				388/519 - 5/5: Installing method ShiftClassInstaller class>>validateClassName:
01:41:31				389/519 - 1/2: Installing method ShiftClassSideBuilder>>slots:
01:41:31				389/519 - 2/2: Installing method ShiftClassSideBuilder>>traits:
01:41:31				389/519 - 1/1: Installing method ShiftClassSideBuilder class>>initialize
01:41:31				390/519 - 1/1: Installing method ShouldBeImplemented>>standardMessageText
01:41:31				391/519 - 1/1: Installing method ShouldNotImplement>>standardMessageText
01:41:31				392/519 - 1/2: Installing method SimulationExceptionWrapper>>exception
01:41:31				392/519 - 2/2: Installing method SimulationExceptionWrapper>>exception:
01:41:31				392/519 - 1/1: Installing method SimulationExceptionWrapper class>>signalForException:
01:41:31				393/519 - 1/2: Installing method SizeMismatch>>messageText
01:41:31				393/519 - 2/2: Installing method SizeMismatch>>standardMessageText
01:41:32				394/519 - 1/41: Installing method Slot>>acceptVisitor:node:
01:41:32				394/519 - 2/41: Installing method Slot>>addAdditionalSlotsTo:
01:41:32				394/519 - 3/41: Installing method Slot>>asClassVariable
01:41:32				394/519 - 4/41: Installing method Slot>>asSlot
01:41:32				394/519 - 5/41: Installing method Slot>>baseSlot
01:41:32				394/519 - 6/41: Installing method Slot>>definingClass
01:41:32				394/519 - 7/41: Installing method Slot>>definingClass:
01:41:32				394/519 - 8/41: Installing method Slot>>definitionString
01:41:32				394/519 - 9/41: Installing method Slot>>emitStore:
01:41:32				394/519 - 10/41: Installing method Slot>>emitValue:
01:41:32				394/519 - 11/41: Installing method Slot>>ensureInitalizeMethodExists:
01:41:32				394/519 - 12/41: Installing method Slot>>ensureSlotInitializationFor:
01:41:32				394/519 - 13/41: Installing method Slot>>hasSameDefinitionAs:
01:41:32				394/519 - 14/41: Installing method Slot>>initialize:
01:41:32				394/519 - 15/41: Installing method Slot>>installingIn:
01:41:32				394/519 - 16/41: Installing method Slot>>isAccessedIn:
01:41:32				394/519 - 17/41: Installing method Slot>>isDefinedByOwningClass
01:41:32				394/519 - 18/41: Installing method Slot>>isInstanceVariable
01:41:32				394/519 - 19/41: Installing method Slot>>isReadIn:
01:41:32				394/519 - 20/41: Installing method Slot>>isReferenced
01:41:32				394/519 - 21/41: Installing method Slot>>isSelfEvaluating
01:41:32				394/519 - 22/41: Installing method Slot>>isVirtual
01:41:32				394/519 - 23/41: Installing method Slot>>isVisible
01:41:32				394/519 - 24/41: Installing method Slot>>isWrittenIn:
01:41:32				394/519 - 25/41: Installing method Slot>>named:
01:41:32				394/519 - 26/41: Installing method Slot>>owningClass
01:41:32				394/519 - 27/41: Installing method Slot>>owningClass:
01:41:32				394/519 - 28/41: Installing method Slot>>possiblyUsingClasses
01:41:32				394/519 - 29/41: Installing method Slot>>printOn:
01:41:33				394/519 - 30/41: Installing method Slot>>read:
01:41:33				394/519 - 31/41: Installing method Slot>>readInContext:
01:41:33				394/519 - 32/41: Installing method Slot>>scope
01:41:33				394/519 - 33/41: Installing method Slot>>scope:
01:41:33				394/519 - 34/41: Installing method Slot>>sendsInitializeSlots:
01:41:33				394/519 - 35/41: Installing method Slot>>size
01:41:33				394/519 - 36/41: Installing method Slot>>storeOn:
01:41:33				394/519 - 37/41: Installing method Slot>>usingClasses
01:41:33				394/519 - 38/41: Installing method Slot>>usingMethods
01:41:33				394/519 - 39/41: Installing method Slot>>wantsInitialization
01:41:33				394/519 - 40/41: Installing method Slot>>write:inContext:
01:41:33				394/519 - 41/41: Installing method Slot>>write:to:
01:41:33				394/519 - 1/4: Installing method Slot class>>asSlot
01:41:33				394/519 - 2/4: Installing method Slot class>>checkValidName:
01:41:33				394/519 - 3/4: Installing method Slot class>>isUsed
01:41:33				394/519 - 4/4: Installing method Slot class>>slotUsers
01:41:33				395/519 - 1/3: Installing method SlotNotFound>>messageText
01:41:33				395/519 - 2/3: Installing method SlotNotFound>>name
01:41:33				395/519 - 3/3: Installing method SlotNotFound>>name:
01:41:33				395/519 - 1/1: Installing method SlotNotFound class>>signalForName:
01:41:34				396/519 - 1/70: Installing method SmallDictionary>>=
01:41:34				396/519 - 2/70: Installing method SmallDictionary>>add:
01:41:34				396/519 - 3/70: Installing method SmallDictionary>>addAll:
01:41:34				396/519 - 4/70: Installing method SmallDictionary>>associationAt:
01:41:34				396/519 - 5/70: Installing method SmallDictionary>>associationAt:ifAbsent:
01:41:34				396/519 - 6/70: Installing method SmallDictionary>>associationAt:ifPresent:
01:41:34				396/519 - 7/70: Installing method SmallDictionary>>associationAt:ifPresent:ifAbsent:
01:41:34				396/519 - 8/70: Installing method SmallDictionary>>associations
01:41:34				396/519 - 9/70: Installing method SmallDictionary>>associationsDo:
01:41:34				396/519 - 10/70: Installing method SmallDictionary>>associationsSelect:
01:41:34				396/519 - 11/70: Installing method SmallDictionary>>at:
01:41:34				396/519 - 12/70: Installing method SmallDictionary>>at:at:
01:41:34				396/519 - 13/70: Installing method SmallDictionary>>at:at:ifAbsent:
01:41:34				396/519 - 14/70: Installing method SmallDictionary>>at:at:ifAbsentPut:
01:41:34				396/519 - 15/70: Installing method SmallDictionary>>at:at:put:
01:41:34				396/519 - 16/70: Installing method SmallDictionary>>at:ifAbsent:
01:41:34				396/519 - 17/70: Installing method SmallDictionary>>at:ifAbsentPut:
01:41:34				396/519 - 18/70: Installing method SmallDictionary>>at:ifPresent:
01:41:34				396/519 - 19/70: Installing method SmallDictionary>>at:ifPresent:ifAbsent:
01:41:34				396/519 - 20/70: Installing method SmallDictionary>>at:ifPresent:ifAbsentPut:
01:41:34				396/519 - 21/70: Installing method SmallDictionary>>at:put:
01:41:34				396/519 - 22/70: Installing method SmallDictionary>>at:update:
01:41:34				396/519 - 23/70: Installing method SmallDictionary>>at:update:initial:
01:41:34				396/519 - 24/70: Installing method SmallDictionary>>bindingOf:
01:41:34				396/519 - 25/70: Installing method SmallDictionary>>bindingsDo:
01:41:34				396/519 - 26/70: Installing method SmallDictionary>>capacity
01:41:34				396/519 - 27/70: Installing method SmallDictionary>>collect:
01:41:34				396/519 - 28/70: Installing method SmallDictionary>>difference:
01:41:34				396/519 - 29/70: Installing method SmallDictionary>>do:
01:41:34				396/519 - 30/70: Installing method SmallDictionary>>empty
01:41:34				396/519 - 31/70: Installing method SmallDictionary>>errorKeyNotFound:
01:41:34				396/519 - 32/70: Installing method SmallDictionary>>errorValueNotFound:
01:41:34				396/519 - 33/70: Installing method SmallDictionary>>findIndexForKey:
01:41:34				396/519 - 34/70: Installing method SmallDictionary>>growKeysAndValues
01:41:34				396/519 - 35/70: Installing method SmallDictionary>>growTo:
01:41:34				396/519 - 36/70: Installing method SmallDictionary>>hasBindingThatBeginsWith:
01:41:34				396/519 - 37/70: Installing method SmallDictionary>>includes:
01:41:34				396/519 - 38/70: Installing method SmallDictionary>>includesAssociation:
01:41:34				396/519 - 39/70: Installing method SmallDictionary>>includesIdentity:
01:41:34				396/519 - 40/70: Installing method SmallDictionary>>includesKey:
01:41:34				396/519 - 41/70: Installing method SmallDictionary>>initialize
01:41:34				396/519 - 42/70: Installing method SmallDictionary>>intersection:
01:41:34				396/519 - 43/70: Installing method SmallDictionary>>isDictionary
01:41:34				396/519 - 44/70: Installing method SmallDictionary>>isHealthy
01:41:34				396/519 - 45/70: Installing method SmallDictionary>>keyAtIdentityValue:
01:41:34				396/519 - 46/70: Installing method SmallDictionary>>keyAtIdentityValue:ifAbsent:
01:41:34				396/519 - 47/70: Installing method SmallDictionary>>keyAtValue:
01:41:34				396/519 - 48/70: Installing method SmallDictionary>>keyAtValue:ifAbsent:
01:41:35				396/519 - 49/70: Installing method SmallDictionary>>keyForIdentity:
01:41:35				396/519 - 50/70: Installing method SmallDictionary>>keys
01:41:35				396/519 - 51/70: Installing method SmallDictionary>>keysAndValuesDo:
01:41:35				396/519 - 52/70: Installing method SmallDictionary>>keysAndValuesRemove:
01:41:35				396/519 - 53/70: Installing method SmallDictionary>>keysDo:
01:41:35				396/519 - 54/70: Installing method SmallDictionary>>keysSortedSafely
01:41:35				396/519 - 55/70: Installing method SmallDictionary>>postCopy
01:41:35				396/519 - 56/70: Installing method SmallDictionary>>printElementsOn:
01:41:35				396/519 - 57/70: Installing method SmallDictionary>>privateAt:put:
01:41:35				396/519 - 58/70: Installing method SmallDictionary>>reject:thenCollect:
01:41:35				396/519 - 59/70: Installing method SmallDictionary>>remove:
01:41:35				396/519 - 60/70: Installing method SmallDictionary>>remove:ifAbsent:
01:41:35				396/519 - 61/70: Installing method SmallDictionary>>removeAll
01:41:35				396/519 - 62/70: Installing method SmallDictionary>>removeKey:
01:41:35				396/519 - 63/70: Installing method SmallDictionary>>removeKey:ifAbsent:
01:41:35				396/519 - 64/70: Installing method SmallDictionary>>select:
01:41:35				396/519 - 65/70: Installing method SmallDictionary>>select:thenCollect:
01:41:35				396/519 - 66/70: Installing method SmallDictionary>>setClass
01:41:35				396/519 - 67/70: Installing method SmallDictionary>>size
01:41:35				396/519 - 68/70: Installing method SmallDictionary>>storeOn:
01:41:35				396/519 - 69/70: Installing method SmallDictionary>>values
01:41:35				396/519 - 70/70: Installing method SmallDictionary>>valuesDo:
01:41:35				396/519 - 1/4: Installing method SmallDictionary class>>new:
01:41:35				396/519 - 2/4: Installing method SmallDictionary class>>newFrom:
01:41:35				396/519 - 3/4: Installing method SmallDictionary class>>newFromKeys:andValues:
01:41:35				396/519 - 4/4: Installing method SmallDictionary class>>newFromPairs:
01:41:35				397/519 - 1/26: Installing method SmallFloat64>>*
01:41:35				397/519 - 2/26: Installing method SmallFloat64>>+
01:41:35				397/519 - 3/26: Installing method SmallFloat64>>-
01:41:35				397/519 - 4/26: Installing method SmallFloat64>>/
01:41:35				397/519 - 5/26: Installing method SmallFloat64>><
01:41:35				397/519 - 6/26: Installing method SmallFloat64>><=
01:41:35				397/519 - 7/26: Installing method SmallFloat64>>=
01:41:35				397/519 - 8/26: Installing method SmallFloat64>>>
01:41:35				397/519 - 9/26: Installing method SmallFloat64>>>=
01:41:35				397/519 - 10/26: Installing method SmallFloat64>>basicIdentityHash
01:41:35				397/519 - 11/26: Installing method SmallFloat64>>clone
01:41:35				397/519 - 12/26: Installing method SmallFloat64>>copy
01:41:35				397/519 - 13/26: Installing method SmallFloat64>>deepCopy
01:41:35				397/519 - 14/26: Installing method SmallFloat64>>exp
01:41:35				397/519 - 15/26: Installing method SmallFloat64>>exponent
01:41:36				397/519 - 16/26: Installing method SmallFloat64>>fractionPart
01:41:36				397/519 - 17/26: Installing method SmallFloat64>>identityHash
01:41:36				397/519 - 18/26: Installing method SmallFloat64>>isImmediateObject
01:41:36				397/519 - 19/26: Installing method SmallFloat64>>isPinnedInMemory
01:41:36				397/519 - 20/26: Installing method SmallFloat64>>ln
01:41:36				397/519 - 21/26: Installing method SmallFloat64>>nextObject
01:41:36				397/519 - 22/26: Installing method SmallFloat64>>shallowCopy
01:41:36				397/519 - 23/26: Installing method SmallFloat64>>timesTwoPower:
01:41:36				397/519 - 24/26: Installing method SmallFloat64>>truncated
01:41:36				397/519 - 25/26: Installing method SmallFloat64>>veryDeepCopyWith:
01:41:36				397/519 - 26/26: Installing method SmallFloat64>>~=
01:41:36				397/519 - 1/2: Installing method SmallFloat64 class>>basicNew
01:41:36				397/519 - 2/2: Installing method SmallFloat64 class>>basicNew:
01:41:36				398/519 - 1/2: Installing method SmallIdentityDictionary>>findIndexForKey:
01:41:36				398/519 - 2/2: Installing method SmallIdentityDictionary>>setClass
01:41:36				399/519 - 1/47: Installing method SmallInteger>>*
01:41:36				399/519 - 2/47: Installing method SmallInteger>>+
01:41:36				399/519 - 3/47: Installing method SmallInteger>>-
01:41:36				399/519 - 4/47: Installing method SmallInteger>>/
01:41:36				399/519 - 5/47: Installing method SmallInteger>>//
01:41:36				399/519 - 6/47: Installing method SmallInteger>><
01:41:36				399/519 - 7/47: Installing method SmallInteger>><=
01:41:36				399/519 - 8/47: Installing method SmallInteger>>=
01:41:36				399/519 - 9/47: Installing method SmallInteger>>>
01:41:36				399/519 - 10/47: Installing method SmallInteger>>>=
01:41:36				399/519 - 11/47: Installing method SmallInteger>>\\
01:41:36				399/519 - 12/47: Installing method SmallInteger>>asCharacter
01:41:36				399/519 - 13/47: Installing method SmallInteger>>asFloat
01:41:36				399/519 - 14/47: Installing method SmallInteger>>basicIdentityHash
01:41:36				399/519 - 15/47: Installing method SmallInteger>>bitAnd:
01:41:36				399/519 - 16/47: Installing method SmallInteger>>bitOr:
01:41:36				399/519 - 17/47: Installing method SmallInteger>>bitShift:
01:41:36				399/519 - 18/47: Installing method SmallInteger>>bitStringLength
01:41:36				399/519 - 19/47: Installing method SmallInteger>>bitXor:
01:41:36				399/519 - 20/47: Installing method SmallInteger>>byteAt:
01:41:36				399/519 - 21/47: Installing method SmallInteger>>byteAt:put:
01:41:36				399/519 - 22/47: Installing method SmallInteger>>bytesCount
01:41:36				399/519 - 23/47: Installing method SmallInteger>>decimalDigitLength
01:41:36				399/519 - 24/47: Installing method SmallInteger>>deepCopy
01:41:36				399/519 - 25/47: Installing method SmallInteger>>even
01:41:36				399/519 - 26/47: Installing method SmallInteger>>gcd:
01:41:36				399/519 - 27/47: Installing method SmallInteger>>hash
01:41:36				399/519 - 28/47: Installing method SmallInteger>>hashMultiply
01:41:36				399/519 - 29/47: Installing method SmallInteger>>highBit
01:41:36				399/519 - 30/47: Installing method SmallInteger>>highBitOfMagnitude
01:41:36				399/519 - 31/47: Installing method SmallInteger>>highBitOfPositiveReceiver
01:41:36				399/519 - 32/47: Installing method SmallInteger>>identityHash
01:41:36				399/519 - 33/47: Installing method SmallInteger>>isImmediateObject
01:41:36				399/519 - 34/47: Installing method SmallInteger>>isLarge
01:41:36				399/519 - 35/47: Installing method SmallInteger>>isPinnedInMemory
01:41:36				399/519 - 36/47: Installing method SmallInteger>>lowBit
01:41:36				399/519 - 37/47: Installing method SmallInteger>>nextInstance
01:41:36				399/519 - 38/47: Installing method SmallInteger>>nextObject
01:41:36				399/519 - 39/47: Installing method SmallInteger>>odd
01:41:36				399/519 - 40/47: Installing method SmallInteger>>pointsTo:
01:41:36				399/519 - 41/47: Installing method SmallInteger>>printOn:base:
01:41:36				399/519 - 42/47: Installing method SmallInteger>>printOn:base:length:padded:
01:41:36				399/519 - 43/47: Installing method SmallInteger>>printOn:base:nDigits:
01:41:36				399/519 - 44/47: Installing method SmallInteger>>quo:
01:41:36				399/519 - 45/47: Installing method SmallInteger>>shallowCopy
01:41:37				399/519 - 46/47: Installing method SmallInteger>>veryDeepCopyWith:
01:41:37				399/519 - 47/47: Installing method SmallInteger>>~=
01:41:37				399/519 - 1/6: Installing method SmallInteger class>>basicNew
01:41:37				399/519 - 2/6: Installing method SmallInteger class>>initialize
01:41:37				399/519 - 3/6: Installing method SmallInteger class>>maxVal
01:41:37				399/519 - 4/6: Installing method SmallInteger class>>minVal
01:41:37				399/519 - 5/6: Installing method SmallInteger class>>new
01:41:37				399/519 - 6/6: Installing method SmallInteger class>>startUp:
01:41:42				400/519 - 1/176: Installing method SmalltalkImage>>addToShutDownList:
01:41:42				400/519 - 2/176: Installing method SmalltalkImage>>addToStartUpList:
01:41:42				400/519 - 3/176: Installing method SmalltalkImage>>allClasses
01:41:42				400/519 - 4/176: Installing method SmalltalkImage>>allClassesAndTraits
01:41:42				400/519 - 5/176: Installing method SmalltalkImage>>allClassesAndTraitsDo:
01:41:42				400/519 - 6/176: Installing method SmalltalkImage>>allClassesDo:
01:41:42				400/519 - 7/176: Installing method SmalltalkImage>>allTraits
01:41:42				400/519 - 8/176: Installing method SmalltalkImage>>anonymousClassInstaller
01:41:42				400/519 - 9/176: Installing method SmalltalkImage>>argumentAt:
01:41:42				400/519 - 10/176: Installing method SmalltalkImage>>arguments
01:41:42				400/519 - 11/176: Installing method SmalltalkImage>>argumentsInclude:
01:41:42				400/519 - 12/176: Installing method SmalltalkImage>>argumentsStartingAtIndex:
01:41:42				400/519 - 13/176: Installing method SmalltalkImage>>at:
01:41:42				400/519 - 14/176: Installing method SmalltalkImage>>at:ifAbsent:
01:41:42				400/519 - 15/176: Installing method SmalltalkImage>>at:ifAbsentPut:
01:41:42				400/519 - 16/176: Installing method SmalltalkImage>>at:ifPresent:
01:41:42				400/519 - 17/176: Installing method SmalltalkImage>>at:ifPresent:ifAbsent:
01:41:42				400/519 - 18/176: Installing method SmalltalkImage>>at:put:
01:41:42				400/519 - 19/176: Installing method SmalltalkImage>>backupImageInFileNamed:
01:41:42				400/519 - 20/176: Installing method SmalltalkImage>>backupTo:
01:41:42				400/519 - 21/176: Installing method SmalltalkImage>>bindingOf:
01:41:42				400/519 - 22/176: Installing method SmalltalkImage>>bytesLeft
01:41:42				400/519 - 23/176: Installing method SmalltalkImage>>bytesLeft:
01:41:42				400/519 - 24/176: Installing method SmalltalkImage>>changeImagePathTo:
01:41:42				400/519 - 25/176: Installing method SmalltalkImage>>changesName
01:41:42				400/519 - 26/176: Installing method SmalltalkImage>>changesSuffix
01:41:42				400/519 - 27/176: Installing method SmalltalkImage>>classBuilder
01:41:42				400/519 - 28/176: Installing method SmalltalkImage>>classInstaller
01:41:42				400/519 - 29/176: Installing method SmalltalkImage>>classNamed:
01:41:42				400/519 - 30/176: Installing method SmalltalkImage>>classNames
01:41:42				400/519 - 31/176: Installing method SmalltalkImage>>classOrTraitNamed:
01:41:42				400/519 - 32/176: Installing method SmalltalkImage>>cleanOutUndeclared
01:41:42				400/519 - 33/176: Installing method SmalltalkImage>>cleanUp
01:41:42				400/519 - 34/176: Installing method SmalltalkImage>>cleanUp:
01:41:42				400/519 - 35/176: Installing method SmalltalkImage>>cleanUp:except:
01:41:42				400/519 - 36/176: Installing method SmalltalkImage>>cleanUp:except:confirming:
01:41:42				400/519 - 37/176: Installing method SmalltalkImage>>clearExternalObjects
01:41:42				400/519 - 38/176: Installing method SmalltalkImage>>closeLog:
01:41:42				400/519 - 39/176: Installing method SmalltalkImage>>closeSourceFiles
01:41:42				400/519 - 40/176: Installing method SmalltalkImage>>commandLine
01:41:42				400/519 - 41/176: Installing method SmalltalkImage>>compactClassesArray
01:41:42				400/519 - 42/176: Installing method SmalltalkImage>>compiler
01:41:42				400/519 - 43/176: Installing method SmalltalkImage>>compilerClass
01:41:42				400/519 - 44/176: Installing method SmalltalkImage>>compilerClass:
01:41:42				400/519 - 45/176: Installing method SmalltalkImage>>createStackOverflow
01:41:42				400/519 - 46/176: Installing method SmalltalkImage>>datedVersion
01:41:42				400/519 - 47/176: Installing method SmalltalkImage>>defaultLogFileName
01:41:42				400/519 - 48/176: Installing method SmalltalkImage>>environment
01:41:42				400/519 - 49/176: Installing method SmalltalkImage>>exit:
01:41:42				400/519 - 50/176: Installing method SmalltalkImage>>exitFailure
01:41:42				400/519 - 51/176: Installing method SmalltalkImage>>exitSuccess
01:41:42				400/519 - 52/176: Installing method SmalltalkImage>>exitToDebugger
01:41:42				400/519 - 53/176: Installing method SmalltalkImage>>externalObjects
01:41:42				400/519 - 54/176: Installing method SmalltalkImage>>extractMinusParameters
01:41:42				400/519 - 55/176: Installing method SmalltalkImage>>extractMinusParametersFrom:
01:41:42				400/519 - 56/176: Installing method SmalltalkImage>>extractParameters
01:41:42				400/519 - 57/176: Installing method SmalltalkImage>>fileForChangesNamed:
01:41:42				400/519 - 58/176: Installing method SmalltalkImage>>fileForImageNamed:
01:41:42				400/519 - 59/176: Installing method SmalltalkImage>>fixObsoleteBindings
01:41:42				400/519 - 60/176: Installing method SmalltalkImage>>fixObsoleteReferences
01:41:42				400/519 - 61/176: Installing method SmalltalkImage>>fixObsoleteSharedPools
01:41:42				400/519 - 62/176: Installing method SmalltalkImage>>flushClassNameCache
01:41:43				400/519 - 63/176: Installing method SmalltalkImage>>fullNameForChangesNamed:
01:41:43				400/519 - 64/176: Installing method SmalltalkImage>>fullNameForImageNamed:
01:41:43				400/519 - 65/176: Installing method SmalltalkImage>>garbageCollect
01:41:43				400/519 - 66/176: Installing method SmalltalkImage>>garbageCollectMost
01:41:43				400/519 - 67/176: Installing method SmalltalkImage>>getFileNameFromUser
01:41:43				400/519 - 68/176: Installing method SmalltalkImage>>globals
01:41:43				400/519 - 69/176: Installing method SmalltalkImage>>globals:
01:41:43				400/519 - 70/176: Installing method SmalltalkImage>>growMemoryByAtLeast:
01:41:43				400/519 - 71/176: Installing method SmalltalkImage>>hasClassNamed:
01:41:43				400/519 - 72/176: Installing method SmalltalkImage>>hasCompiler
01:41:43				400/519 - 73/176: Installing method SmalltalkImage>>image
01:41:43				400/519 - 74/176: Installing method SmalltalkImage>>imageDirectory
01:41:43				400/519 - 75/176: Installing method SmalltalkImage>>imageFormatVersion
01:41:43				400/519 - 76/176: Installing method SmalltalkImage>>imagePath
01:41:43				400/519 - 77/176: Installing method SmalltalkImage>>imagePath:
01:41:43				400/519 - 78/176: Installing method SmalltalkImage>>imageSuffix
01:41:43				400/519 - 79/176: Installing method SmalltalkImage>>includesKey:
01:41:43				400/519 - 80/176: Installing method SmalltalkImage>>informSpaceLeftAfterGarbageCollection
01:41:43				400/519 - 81/176: Installing method SmalltalkImage>>installLowSpaceWatcher
01:41:43				400/519 - 82/176: Installing method SmalltalkImage>>isHeadless
01:41:43				400/519 - 83/176: Installing method SmalltalkImage>>isInteractive
01:41:43				400/519 - 84/176: Installing method SmalltalkImage>>isInteractiveGraphic
01:41:43				400/519 - 85/176: Installing method SmalltalkImage>>isSelfEvaluating
01:41:43				400/519 - 86/176: Installing method SmalltalkImage>>lastImagePath
01:41:43				400/519 - 87/176: Installing method SmalltalkImage>>lastQuitLogPosition
01:41:43				400/519 - 88/176: Installing method SmalltalkImage>>lastQuitLogPosition:
01:41:43				400/519 - 89/176: Installing method SmalltalkImage>>lastUpdateString
01:41:43				400/519 - 90/176: Installing method SmalltalkImage>>licenseString
01:41:43				400/519 - 91/176: Installing method SmalltalkImage>>licenseStringTemplate
01:41:43				400/519 - 92/176: Installing method SmalltalkImage>>logDuring:
01:41:43				400/519 - 93/176: Installing method SmalltalkImage>>logError:inContext:
01:41:43				400/519 - 94/176: Installing method SmalltalkImage>>logFileName
01:41:43				400/519 - 95/176: Installing method SmalltalkImage>>logFileName:
01:41:43				400/519 - 96/176: Installing method SmalltalkImage>>logStdErrorDuring:
01:41:43				400/519 - 97/176: Installing method SmalltalkImage>>logStdOutDuring:
01:41:43				400/519 - 98/176: Installing method SmalltalkImage>>lowSpaceThreshold
01:41:43				400/519 - 99/176: Installing method SmalltalkImage>>lowSpaceWatcher
01:41:43				400/519 - 100/176: Installing method SmalltalkImage>>lowSpaceWatcherProcess
01:41:43				400/519 - 101/176: Installing method SmalltalkImage>>maxFilenameLength
01:41:43				400/519 - 102/176: Installing method SmalltalkImage>>maxIdentityHash
01:41:43				400/519 - 103/176: Installing method SmalltalkImage>>memoryHogs
01:41:43				400/519 - 104/176: Installing method SmalltalkImage>>metacelloPlatformAttributes
01:41:43				400/519 - 105/176: Installing method SmalltalkImage>>newSpecialObjectsArray
01:41:43				400/519 - 106/176: Installing method SmalltalkImage>>okayToProceedEvenIfSpaceIsLow
01:41:43				400/519 - 107/176: Installing method SmalltalkImage>>openLog
01:41:43				400/519 - 108/176: Installing method SmalltalkImage>>openSourceFiles
01:41:43				400/519 - 109/176: Installing method SmalltalkImage>>optionAt:
01:41:43				400/519 - 110/176: Installing method SmalltalkImage>>options
01:41:43				400/519 - 111/176: Installing method SmalltalkImage>>organization
01:41:43				400/519 - 112/176: Installing method SmalltalkImage>>os
01:41:43				400/519 - 113/176: Installing method SmalltalkImage>>packages
01:41:43				400/519 - 114/176: Installing method SmalltalkImage>>platform
01:41:43				400/519 - 115/176: Installing method SmalltalkImage>>platformName
01:41:43				400/519 - 116/176: Installing method SmalltalkImage>>primBytesLeft
01:41:43				400/519 - 117/176: Installing method SmalltalkImage>>primImagePath
01:41:43				400/519 - 118/176: Installing method SmalltalkImage>>primImagePath:
01:41:43				400/519 - 119/176: Installing method SmalltalkImage>>primLowSpaceSemaphore:
01:41:43				400/519 - 120/176: Installing method SmalltalkImage>>primSignalAtBytesLeft:
01:41:43				400/519 - 121/176: Installing method SmalltalkImage>>primitiveGarbageCollect
01:41:43				400/519 - 122/176: Installing method SmalltalkImage>>primitiveGetSpecialObjectsArray
01:41:43				400/519 - 123/176: Installing method SmalltalkImage>>printOn:
01:41:43				400/519 - 124/176: Installing method SmalltalkImage>>privSaveImageWithCleanup
01:41:43				400/519 - 125/176: Installing method SmalltalkImage>>quitPrimitive
01:41:43				400/519 - 126/176: Installing method SmalltalkImage>>recompile
01:41:43				400/519 - 127/176: Installing method SmalltalkImage>>recordStartupStamp
01:41:43				400/519 - 128/176: Installing method SmalltalkImage>>recreateSpecialObjectsArray
01:41:43				400/519 - 129/176: Installing method SmalltalkImage>>registerExternalObject:
01:41:43				400/519 - 130/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietly
01:41:43				400/519 - 131/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietlyCalling:
01:41:43				400/519 - 132/176: Installing method SmalltalkImage>>removeClassNamed:
01:41:43				400/519 - 133/176: Installing method SmalltalkImage>>removeEmptyMessageCategories
01:41:43				400/519 - 134/176: Installing method SmalltalkImage>>removeSelector:
01:41:43				400/519 - 135/176: Installing method SmalltalkImage>>renameClass:from:
01:41:43				400/519 - 136/176: Installing method SmalltalkImage>>renameClassNamed:as:
01:41:43				400/519 - 137/176: Installing method SmalltalkImage>>restartMethods
01:41:43				400/519 - 138/176: Installing method SmalltalkImage>>saveAs
01:41:43				400/519 - 139/176: Installing method SmalltalkImage>>saveAs:
01:41:43				400/519 - 140/176: Installing method SmalltalkImage>>saveAsNewVersion
01:41:43				400/519 - 141/176: Installing method SmalltalkImage>>saveChangesInFileNamed:
01:41:43				400/519 - 142/176: Installing method SmalltalkImage>>saveImageInFileNamed:
01:41:44				400/519 - 143/176: Installing method SmalltalkImage>>saveImageInNewContext
01:41:44				400/519 - 144/176: Installing method SmalltalkImage>>saveSession
01:41:44				400/519 - 145/176: Installing method SmalltalkImage>>session
01:41:44				400/519 - 146/176: Installing method SmalltalkImage>>shortImageName
01:41:44				400/519 - 147/176: Installing method SmalltalkImage>>shutDown
01:41:44				400/519 - 148/176: Installing method SmalltalkImage>>signalLowSpace
01:41:44				400/519 - 149/176: Installing method SmalltalkImage>>snapshot:andQuit:
01:41:44				400/519 - 150/176: Installing method SmalltalkImage>>sourceFileVersionString
01:41:44				400/519 - 151/176: Installing method SmalltalkImage>>sourceFileVersionString:
01:41:44				400/519 - 152/176: Installing method SmalltalkImage>>sourcesFile
01:41:44				400/519 - 153/176: Installing method SmalltalkImage>>sourcesName
01:41:44				400/519 - 154/176: Installing method SmalltalkImage>>sourcesSuffix
01:41:44				400/519 - 155/176: Installing method SmalltalkImage>>spaceLeftAfterGarbageCollection
01:41:44				400/519 - 156/176: Installing method SmalltalkImage>>specialNargsAt:
01:41:44				400/519 - 157/176: Installing method SmalltalkImage>>specialObjectsArray
01:41:44				400/519 - 158/176: Installing method SmalltalkImage>>specialObjectsArray:
01:41:44				400/519 - 159/176: Installing method SmalltalkImage>>specialSelectorAt:
01:41:44				400/519 - 160/176: Installing method SmalltalkImage>>specialSelectorIndexOrNil:
01:41:44				400/519 - 161/176: Installing method SmalltalkImage>>specialSelectorSize
01:41:44				400/519 - 162/176: Installing method SmalltalkImage>>specialSelectors
01:41:44				400/519 - 163/176: Installing method SmalltalkImage>>stripImageExtensionFrom:
01:41:44				400/519 - 164/176: Installing method SmalltalkImage>>supportsQueueingFinalization
01:41:44				400/519 - 165/176: Installing method SmalltalkImage>>supportsQueueingFinalization:
01:41:44				400/519 - 166/176: Installing method SmalltalkImage>>systemInformationString
01:41:44				400/519 - 167/176: Installing method SmalltalkImage>>timeStamp:
01:41:44				400/519 - 168/176: Installing method SmalltalkImage>>traitNames
01:41:44				400/519 - 169/176: Installing method SmalltalkImage>>unbindExternalPrimitives
01:41:44				400/519 - 170/176: Installing method SmalltalkImage>>unregisterExternalObject:
01:41:44				400/519 - 171/176: Installing method SmalltalkImage>>version
01:41:44				400/519 - 172/176: Installing method SmalltalkImage>>veryDeepCopyWith:
01:41:44				400/519 - 173/176: Installing method SmalltalkImage>>vm
01:41:44				400/519 - 174/176: Installing method SmalltalkImage>>vmBinary
01:41:44				400/519 - 175/176: Installing method SmalltalkImage>>vmDirectory
01:41:44				400/519 - 176/176: Installing method SmalltalkImage>>wordSize
01:41:44				400/519 - 1/8: Installing method SmalltalkImage class>>cleanUp
01:41:44				400/519 - 2/8: Installing method SmalltalkImage class>>compilerClass
01:41:44				400/519 - 3/8: Installing method SmalltalkImage class>>compilerClass:
01:41:44				400/519 - 4/8: Installing method SmalltalkImage class>>current
01:41:44				400/519 - 5/8: Installing method SmalltalkImage class>>new
01:41:44				400/519 - 6/8: Installing method SmalltalkImage class>>shutDown:
01:41:44				400/519 - 7/8: Installing method SmalltalkImage class>>startUp:
01:41:44				400/519 - 8/8: Installing method SmalltalkImage class>>wordSize
01:41:44				401/519 - 1/15: Installing method SnapshotOperation>>doSnapshot
01:41:44				401/519 - 2/15: Installing method SnapshotOperation>>error
01:41:44				401/519 - 3/15: Installing method SnapshotOperation>>executeStoringError:
01:41:44				401/519 - 4/15: Installing method SnapshotOperation>>handleSnapshotError:
01:41:44				401/519 - 5/15: Installing method SnapshotOperation>>hasError
01:41:44				401/519 - 6/15: Installing method SnapshotOperation>>hasSavedSuccessfully
01:41:44				401/519 - 7/15: Installing method SnapshotOperation>>imageFormatOption:
01:41:44				401/519 - 8/15: Installing method SnapshotOperation>>initialize
01:41:44				401/519 - 9/15: Installing method SnapshotOperation>>isImageStarting
01:41:44				401/519 - 10/15: Installing method SnapshotOperation>>performSnapshot
01:41:44				401/519 - 11/15: Installing method SnapshotOperation>>quit:
01:41:44				401/519 - 12/15: Installing method SnapshotOperation>>save:
01:41:45				401/519 - 13/15: Installing method SnapshotOperation>>sessionManager:
01:41:45				401/519 - 14/15: Installing method SnapshotOperation>>snapshotPrimitive
01:41:45				401/519 - 15/15: Installing method SnapshotOperation>>snapshotPrimitiveWithFormatOption:
01:41:45				401/519 - 1/4: Installing method SnapshotOperation class>>new
01:41:45				401/519 - 2/4: Installing method SnapshotOperation class>>save:andQuit:withSessionManager:
01:41:45				401/519 - 3/4: Installing method SnapshotOperation class>>useComposedFormatNext
01:41:45				401/519 - 4/4: Installing method SnapshotOperation class>>useSpurFormatNext
01:41:45				402/519 - 1/23: Installing method SortedCollection>>,
01:41:45				402/519 - 2/23: Installing method SortedCollection>>=
01:41:45				402/519 - 3/23: Installing method SortedCollection>>add:
01:41:45				402/519 - 4/23: Installing method SortedCollection>>addAll:
01:41:45				402/519 - 5/23: Installing method SortedCollection>>addFirst:
01:41:45				402/519 - 6/23: Installing method SortedCollection>>addLast:
01:41:45				402/519 - 7/23: Installing method SortedCollection>>addNoSort:
01:41:45				402/519 - 8/23: Installing method SortedCollection>>at:put:
01:41:45				402/519 - 9/23: Installing method SortedCollection>>collect:
01:41:45				402/519 - 10/23: Installing method SortedCollection>>copyEmpty
01:41:45				402/519 - 11/23: Installing method SortedCollection>>defaultSort:to:
01:41:45				402/519 - 12/23: Installing method SortedCollection>>flatCollect:
01:41:45				402/519 - 13/23: Installing method SortedCollection>>groupedBy:
01:41:45				402/519 - 14/23: Installing method SortedCollection>>indexForInserting:
01:41:45				402/519 - 15/23: Installing method SortedCollection>>insert:before:
01:41:45				402/519 - 16/23: Installing method SortedCollection>>intersection:
01:41:45				402/519 - 17/23: Installing method SortedCollection>>median
01:41:45				402/519 - 18/23: Installing method SortedCollection>>reSort
01:41:45				402/519 - 19/23: Installing method SortedCollection>>sort:
01:41:45				402/519 - 20/23: Installing method SortedCollection>>sort:to:
01:41:45				402/519 - 21/23: Installing method SortedCollection>>sortBlock
01:41:45				402/519 - 22/23: Installing method SortedCollection>>sortBlock:
01:41:45				402/519 - 23/23: Installing method SortedCollection>>speciesForTransform
01:41:45				402/519 - 1/3: Installing method SortedCollection class>>newFromArray:
01:41:45				402/519 - 2/3: Installing method SortedCollection class>>sortBlock:
01:41:45				402/519 - 3/3: Installing method SortedCollection class>>sortUsing:
01:41:45				403/519 - 1/1: Installing method SourceChunkWriteStream>>afterNexPut
01:41:46				404/519 - 1/35: Installing method SourceFile>>atEnd
01:41:46				404/519 - 2/35: Installing method SourceFile>>close
01:41:46				404/519 - 3/35: Installing method SourceFile>>closed
01:41:46				404/519 - 4/35: Installing method SourceFile>>cr
01:41:46				404/519 - 5/35: Installing method SourceFile>>discardBuffer
01:41:46				404/519 - 6/35: Installing method SourceFile>>ensureWrittenPosition:
01:41:46				404/519 - 7/35: Installing method SourceFile>>flush
01:41:46				404/519 - 8/35: Installing method SourceFile>>fullName
01:41:46				404/519 - 9/35: Installing method SourceFile>>getPreambleAt:
01:41:46				404/519 - 10/35: Installing method SourceFile>>isOpen
01:41:46				404/519 - 11/35: Installing method SourceFile>>isReadOnly
01:41:46				404/519 - 12/35: Installing method SourceFile>>next
01:41:46				404/519 - 13/35: Installing method SourceFile>>next:
01:41:46				404/519 - 14/35: Installing method SourceFile>>next:putAll:startingAt:
01:41:46				404/519 - 15/35: Installing method SourceFile>>nextChunk
01:41:46				404/519 - 16/35: Installing method SourceFile>>nextChunkPut:
01:41:46				404/519 - 17/35: Installing method SourceFile>>nextPut:
01:41:46				404/519 - 18/35: Installing method SourceFile>>nextPutAll:
01:41:46				404/519 - 19/35: Installing method SourceFile>>path
01:41:46				404/519 - 20/35: Installing method SourceFile>>path:
01:41:46				404/519 - 21/35: Installing method SourceFile>>peek
01:41:46				404/519 - 22/35: Installing method SourceFile>>position
01:41:46				404/519 - 23/35: Installing method SourceFile>>position:
01:41:46				404/519 - 24/35: Installing method SourceFile>>potentialLocations
01:41:46				404/519 - 25/35: Installing method SourceFile>>potentialLocations:
01:41:46				404/519 - 26/35: Installing method SourceFile>>printOn:
01:41:46				404/519 - 27/35: Installing method SourceFile>>readOnlyCopy
01:41:46				404/519 - 28/35: Installing method SourceFile>>setToEnd
01:41:46				404/519 - 29/35: Installing method SourceFile>>size
01:41:46				404/519 - 30/35: Installing method SourceFile>>skip:
01:41:46				404/519 - 31/35: Installing method SourceFile>>space
01:41:46				404/519 - 32/35: Installing method SourceFile>>stream:
01:41:46				404/519 - 33/35: Installing method SourceFile>>tryOpen
01:41:46				404/519 - 34/35: Installing method SourceFile>>tryOpenReadOnly:
01:41:46				404/519 - 35/35: Installing method SourceFile>>upToEnd
01:41:46				404/519 - 1/1: Installing method SourceFile class>>on:potentialLocations:
01:41:48				405/519 - 1/39: Installing method SourceFileArray>>changesFileStream
01:41:48				405/519 - 2/39: Installing method SourceFileArray>>changesFileStream:
01:41:48				405/519 - 3/39: Installing method SourceFileArray>>changesWriteStreamDo:
01:41:48				405/519 - 4/39: Installing method SourceFileArray>>close
01:41:48				405/519 - 5/39: Installing method SourceFileArray>>closeFileArray:
01:41:48				405/519 - 6/39: Installing method SourceFileArray>>commentDataPointers
01:41:48				405/519 - 7/39: Installing method SourceFileArray>>commentTimeStampAt:
01:41:48				405/519 - 8/39: Installing method SourceFileArray>>createReadOnlyFiles
01:41:48				405/519 - 9/39: Installing method SourceFileArray>>deferFlushDuring:
01:41:48				405/519 - 10/39: Installing method SourceFileArray>>emptyReadStreamsQueue
01:41:48				405/519 - 11/39: Installing method SourceFileArray>>ensureOpen
01:41:48				405/519 - 12/39: Installing method SourceFileArray>>fileAt:
01:41:48				405/519 - 13/39: Installing method SourceFileArray>>fileAt:ifAbsent:
01:41:48				405/519 - 14/39: Installing method SourceFileArray>>fileIndexFromSourcePointer:
01:41:48				405/519 - 15/39: Installing method SourceFileArray>>filePositionFromSourcePointer:
01:41:48				405/519 - 16/39: Installing method SourceFileArray>>finishedReading:from:
01:41:48				405/519 - 17/39: Installing method SourceFileArray>>flushChangesFile
01:41:48				405/519 - 18/39: Installing method SourceFileArray>>forceChangesToDisk
01:41:48				405/519 - 19/39: Installing method SourceFileArray>>getPreambleFrom:at:
01:41:48				405/519 - 20/39: Installing method SourceFileArray>>initialize
01:41:48				405/519 - 21/39: Installing method SourceFileArray>>protocolAt:
01:41:48				405/519 - 22/39: Installing method SourceFileArray>>protocolAt:for:
01:41:48				405/519 - 23/39: Installing method SourceFileArray>>readOnlyCopy
01:41:48				405/519 - 24/39: Installing method SourceFileArray>>readOnlyDo:
01:41:48				405/519 - 25/39: Installing method SourceFileArray>>readOnlyQueueLimit
01:41:48				405/519 - 26/39: Installing method SourceFileArray>>readStreamAt:ifPresent:ifAbsent:
01:41:48				405/519 - 27/39: Installing method SourceFileArray>>readStreamAtFileIndex:atPosition:ifPresent:ifAbsent:
01:41:48				405/519 - 28/39: Installing method SourceFileArray>>remoteStringAt:
01:41:48				405/519 - 29/39: Installing method SourceFileArray>>remoteStringForNewString:
01:41:48				405/519 - 30/39: Installing method SourceFileArray>>reportString
01:41:48				405/519 - 31/39: Installing method SourceFileArray>>sourceCodeAt:
01:41:48				405/519 - 32/39: Installing method SourceFileArray>>sourceDataPointers
01:41:48				405/519 - 33/39: Installing method SourceFileArray>>sourcePointerFromFileIndex:andPosition:
01:41:48				405/519 - 34/39: Installing method SourceFileArray>>sourcedDataAt:
01:41:48				405/519 - 35/39: Installing method SourceFileArray>>sourcesFileStream
01:41:48				405/519 - 36/39: Installing method SourceFileArray>>sourcesFileStream:
01:41:48				405/519 - 37/39: Installing method SourceFileArray>>timeStampAt:
01:41:48				405/519 - 38/39: Installing method SourceFileArray>>timeStampAt:for:
01:41:48				405/519 - 39/39: Installing method SourceFileArray>>writeSource:preamble:onSuccess:onFail:
01:41:48				405/519 - 1/1: Installing method SourceFileArray class>>startUp:
01:41:48				406/519 - 1/32: Installing method SourceFileBufferedReadWriteStream>>atEnd
01:41:48				406/519 - 2/32: Installing method SourceFileBufferedReadWriteStream>>atEnd:
01:41:48				406/519 - 3/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:
01:41:48				406/519 - 4/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:put:
01:41:48				406/519 - 5/32: Installing method SourceFileBufferedReadWriteStream>>checkBufferFor:
01:41:49				406/519 - 6/32: Installing method SourceFileBufferedReadWriteStream>>close
01:41:49				406/519 - 7/32: Installing method SourceFileBufferedReadWriteStream>>closed
01:41:49				406/519 - 8/32: Installing method SourceFileBufferedReadWriteStream>>collectionSpecies
01:41:49				406/519 - 9/32: Installing method SourceFileBufferedReadWriteStream>>defaultBufferSize
01:41:49				406/519 - 10/32: Installing method SourceFileBufferedReadWriteStream>>ensureWrittenPosition:
01:41:49				406/519 - 11/32: Installing method SourceFileBufferedReadWriteStream>>flush
01:41:49				406/519 - 12/32: Installing method SourceFileBufferedReadWriteStream>>isBinary
01:41:49				406/519 - 13/32: Installing method SourceFileBufferedReadWriteStream>>isPositionInBuffer:
01:41:49				406/519 - 14/32: Installing method SourceFileBufferedReadWriteStream>>isReadOnly
01:41:49				406/519 - 15/32: Installing method SourceFileBufferedReadWriteStream>>isStream
01:41:49				406/519 - 16/32: Installing method SourceFileBufferedReadWriteStream>>next
01:41:49				406/519 - 17/32: Installing method SourceFileBufferedReadWriteStream>>next:
01:41:49				406/519 - 18/32: Installing method SourceFileBufferedReadWriteStream>>next:putAll:startingAt:
01:41:49				406/519 - 19/32: Installing method SourceFileBufferedReadWriteStream>>nextPut:
01:41:49				406/519 - 20/32: Installing method SourceFileBufferedReadWriteStream>>nextPutAll:
01:41:49				406/519 - 21/32: Installing method SourceFileBufferedReadWriteStream>>on:
01:41:49				406/519 - 22/32: Installing method SourceFileBufferedReadWriteStream>>peek
01:41:49				406/519 - 23/32: Installing method SourceFileBufferedReadWriteStream>>position
01:41:49				406/519 - 24/32: Installing method SourceFileBufferedReadWriteStream>>position:
01:41:49				406/519 - 25/32: Installing method SourceFileBufferedReadWriteStream>>readInto:startingAt:count:
01:41:49				406/519 - 26/32: Installing method SourceFileBufferedReadWriteStream>>refreshBufferFrom:
01:41:49				406/519 - 27/32: Installing method SourceFileBufferedReadWriteStream>>setToEnd
01:41:49				406/519 - 28/32: Installing method SourceFileBufferedReadWriteStream>>size
01:41:49				406/519 - 29/32: Installing method SourceFileBufferedReadWriteStream>>sizeBuffer:
01:41:49				406/519 - 30/32: Installing method SourceFileBufferedReadWriteStream>>skip:
01:41:49				406/519 - 31/32: Installing method SourceFileBufferedReadWriteStream>>upTo:
01:41:49				406/519 - 32/32: Installing method SourceFileBufferedReadWriteStream>>upToEnd
01:41:49				406/519 - 1/2: Installing method SourceFileBufferedReadWriteStream class>>on:
01:41:49				406/519 - 2/2: Installing method SourceFileBufferedReadWriteStream class>>on:do:
01:41:49				407/519 - 1/26: Installing method SourceFileCharacterReadWriteStream>>atEnd
01:41:49				407/519 - 2/26: Installing method SourceFileCharacterReadWriteStream>>close
01:41:49				407/519 - 3/26: Installing method SourceFileCharacterReadWriteStream>>closed
01:41:49				407/519 - 4/26: Installing method SourceFileCharacterReadWriteStream>>collectionSpecies
01:41:49				407/519 - 5/26: Installing method SourceFileCharacterReadWriteStream>>cr
01:41:49				407/519 - 6/26: Installing method SourceFileCharacterReadWriteStream>>ensureWrittenPosition:
01:41:49				407/519 - 7/26: Installing method SourceFileCharacterReadWriteStream>>flush
01:41:49				407/519 - 8/26: Installing method SourceFileCharacterReadWriteStream>>isReadOnly
01:41:49				407/519 - 9/26: Installing method SourceFileCharacterReadWriteStream>>next
01:41:49				407/519 - 10/26: Installing method SourceFileCharacterReadWriteStream>>next:
01:41:49				407/519 - 11/26: Installing method SourceFileCharacterReadWriteStream>>next:putAll:startingAt:
01:41:49				407/519 - 12/26: Installing method SourceFileCharacterReadWriteStream>>nextPut:
01:41:50				407/519 - 13/26: Installing method SourceFileCharacterReadWriteStream>>nextPutAll:
01:41:50				407/519 - 14/26: Installing method SourceFileCharacterReadWriteStream>>on:encoding:
01:41:50				407/519 - 15/26: Installing method SourceFileCharacterReadWriteStream>>peek
01:41:50				407/519 - 16/26: Installing method SourceFileCharacterReadWriteStream>>position
01:41:50				407/519 - 17/26: Installing method SourceFileCharacterReadWriteStream>>position:
01:41:50				407/519 - 18/26: Installing method SourceFileCharacterReadWriteStream>>print:
01:41:50				407/519 - 19/26: Installing method SourceFileCharacterReadWriteStream>>readOnlyCopy
01:41:50				407/519 - 20/26: Installing method SourceFileCharacterReadWriteStream>>setToEnd
01:41:50				407/519 - 21/26: Installing method SourceFileCharacterReadWriteStream>>size
01:41:50				407/519 - 22/26: Installing method SourceFileCharacterReadWriteStream>>skip:
01:41:50				407/519 - 23/26: Installing method SourceFileCharacterReadWriteStream>>space
01:41:50				407/519 - 24/26: Installing method SourceFileCharacterReadWriteStream>>tab
01:41:50				407/519 - 25/26: Installing method SourceFileCharacterReadWriteStream>>upToAll:
01:41:50				407/519 - 26/26: Installing method SourceFileCharacterReadWriteStream>>upToEnd
01:41:50				407/519 - 1/1: Installing method SourceFileCharacterReadWriteStream class>>on:encoding:
01:41:50				408/519 - 1/5: Installing method SparseLargeArray>>analyzeSpaceSaving
01:41:50				408/519 - 2/5: Installing method SparseLargeArray>>atAllPut:
01:41:50				408/519 - 3/5: Installing method SparseLargeArray>>initChunkSize:size:arrayClass:base:defaultValue:
01:41:50				408/519 - 4/5: Installing method SparseLargeArray>>noCheckAt:
01:41:50				408/519 - 5/5: Installing method SparseLargeArray>>noCheckAt:put:
01:41:50				409/519 - 1/25: Installing method SparseLargeTable>>allDefaultValueSubtableAt:
01:41:50				409/519 - 2/25: Installing method SparseLargeTable>>analyzeSpaceSaving
01:41:50				409/519 - 3/25: Installing method SparseLargeTable>>arrayClass
01:41:50				409/519 - 4/25: Installing method SparseLargeTable>>at:
01:41:50				409/519 - 5/25: Installing method SparseLargeTable>>at:put:
01:41:50				409/519 - 6/25: Installing method SparseLargeTable>>base
01:41:50				409/519 - 7/25: Installing method SparseLargeTable>>chunkSize
01:41:50				409/519 - 8/25: Installing method SparseLargeTable>>copyEmpty
01:41:50				409/519 - 9/25: Installing method SparseLargeTable>>initChunkSize:size:arrayClass:base:defaultValue:
01:41:50				409/519 - 10/25: Installing method SparseLargeTable>>noCheckAt:
01:41:50				409/519 - 11/25: Installing method SparseLargeTable>>noCheckAt:put:
01:41:50				409/519 - 12/25: Installing method SparseLargeTable>>postCopy
01:41:50				409/519 - 13/25: Installing method SparseLargeTable>>printElementsOn:
01:41:50				409/519 - 14/25: Installing method SparseLargeTable>>printOn:
01:41:50				409/519 - 15/25: Installing method SparseLargeTable>>privateSize:
01:41:51				409/519 - 16/25: Installing method SparseLargeTable>>pvtCheckIndex:
01:41:51				409/519 - 17/25: Installing method SparseLargeTable>>similarInstance
01:41:51				409/519 - 18/25: Installing method SparseLargeTable>>similarInstance:
01:41:51				409/519 - 19/25: Installing method SparseLargeTable>>similarSpeciesInstance
01:41:51				409/519 - 20/25: Installing method SparseLargeTable>>similarSpeciesInstance:
01:41:51				409/519 - 21/25: Installing method SparseLargeTable>>size
01:41:51				409/519 - 22/25: Installing method SparseLargeTable>>speciesNew
01:41:51				409/519 - 23/25: Installing method SparseLargeTable>>speciesNew:
01:41:51				409/519 - 24/25: Installing method SparseLargeTable>>storeOn:
01:41:51				409/519 - 25/25: Installing method SparseLargeTable>>zapDefaultOnlyEntries
01:41:51				409/519 - 1/7: Installing method SparseLargeTable class>>defaultChunkSize
01:41:51				409/519 - 2/7: Installing method SparseLargeTable class>>defaultChunkSizeForFiles
01:41:51				409/519 - 3/7: Installing method SparseLargeTable class>>new:
01:41:51				409/519 - 4/7: Installing method SparseLargeTable class>>new:chunkSize:
01:41:51				409/519 - 5/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:
01:41:51				409/519 - 6/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:
01:41:51				409/519 - 7/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:defaultValue:
01:41:51				410/519 - 1/3: Installing method Stack>>pop
01:41:51				410/519 - 2/3: Installing method Stack>>push:
01:41:51				410/519 - 3/3: Installing method Stack>>top
01:41:51				411/519 - 1/4: Installing method StartupUIManager>>activate
01:41:51				411/519 - 2/4: Installing method StartupUIManager>>handleError:log:
01:41:51				411/519 - 3/4: Installing method StartupUIManager>>inform:
01:41:51				411/519 - 4/4: Installing method StartupUIManager>>sessionManager
01:41:51				411/519 - 1/1: Installing method StartupUIManager class>>isValidForCurrentSystemConfiguration
01:41:51				412/519 - 1/11: Installing method Stdio class>>cleanStdioHandles
01:41:51				412/519 - 2/11: Installing method Stdio class>>createStdioFileFor:
01:41:51				412/519 - 3/11: Installing method Stdio class>>createWriteStreamBlock
01:41:51				412/519 - 4/11: Installing method Stdio class>>createWriteStreamBlock:
01:41:51				412/519 - 5/11: Installing method Stdio class>>standardIOStreamNamed:forWrite:
01:41:51				412/519 - 6/11: Installing method Stdio class>>startUp:
01:41:51				412/519 - 7/11: Installing method Stdio class>>stderr
01:41:51				412/519 - 8/11: Installing method Stdio class>>stdin
01:41:51				412/519 - 9/11: Installing method Stdio class>>stdout
01:41:51				412/519 - 10/11: Installing method Stdio class>>useDefaultStreams
01:41:51				412/519 - 11/11: Installing method Stdio class>>useNullStreams
01:41:51				413/519 - 1/2: Installing method StdioStream>>next:
01:41:51				413/519 - 2/2: Installing method StdioStream>>peek
01:41:52				414/519 - 1/28: Installing method Stream>><<
01:41:52				414/519 - 2/28: Installing method Stream>>atEnd
01:41:52				414/519 - 3/28: Installing method Stream>>basicNext
01:41:52				414/519 - 4/28: Installing method Stream>>basicNext:putAll:startingAt:
01:41:52				414/519 - 5/28: Installing method Stream>>basicNextPut:
01:41:52				414/519 - 6/28: Installing method Stream>>basicNextPutAll:
01:41:52				414/519 - 7/28: Installing method Stream>>binary
01:41:52				414/519 - 8/28: Installing method Stream>>close
01:41:52				414/519 - 9/28: Installing method Stream>>closed
01:41:52				414/519 - 10/28: Installing method Stream>>contents
01:41:52				414/519 - 11/28: Installing method Stream>>do:
01:41:52				414/519 - 12/28: Installing method Stream>>flush
01:41:52				414/519 - 13/28: Installing method Stream>>isBinary
01:41:52				414/519 - 14/28: Installing method Stream>>isStream
01:41:52				414/519 - 15/28: Installing method Stream>>localName
01:41:52				414/519 - 16/28: Installing method Stream>>next
01:41:52				414/519 - 17/28: Installing method Stream>>next:
01:41:52				414/519 - 18/28: Installing method Stream>>next:put:
01:41:52				414/519 - 19/28: Installing method Stream>>next:putAll:startingAt:
01:41:52				414/519 - 20/28: Installing method Stream>>nextMatchAll:
01:41:52				414/519 - 21/28: Installing method Stream>>nextMatchFor:
01:41:52				414/519 - 22/28: Installing method Stream>>nextPut:
01:41:52				414/519 - 23/28: Installing method Stream>>nextPutAll:
01:41:52				414/519 - 24/28: Installing method Stream>>nextWordsPutAll:
01:41:52				414/519 - 25/28: Installing method Stream>>openReadOnly
01:41:52				414/519 - 26/28: Installing method Stream>>print:
01:41:52				414/519 - 27/28: Installing method Stream>>readOnly
01:41:53				414/519 - 28/28: Installing method Stream>>upToEnd
01:41:53				414/519 - 1/2: Installing method Stream class>>isAbstract
01:41:53				414/519 - 2/2: Installing method Stream class>>new
01:41:55				415/519 - 1/198: Installing method String>><
01:41:56				415/519 - 2/198: Installing method String>><=
01:41:56				415/519 - 3/198: Installing method String>>=
01:41:56				415/519 - 4/198: Installing method String>>>
01:41:56				415/519 - 5/198: Installing method String>>>=
01:41:56				415/519 - 6/198: Installing method String>>alike:
01:41:56				415/519 - 7/198: Installing method String>>allRangesOfSubstring:
01:41:56				415/519 - 8/198: Installing method String>>asByteArray
01:41:56				415/519 - 9/198: Installing method String>>asByteString
01:41:56				415/519 - 10/198: Installing method String>>asCamelCase
01:41:56				415/519 - 11/198: Installing method String>>asClassVariable
01:41:56				415/519 - 12/198: Installing method String>>asClassVariableCollection
01:41:56				415/519 - 13/198: Installing method String>>asComment
01:41:56				415/519 - 14/198: Installing method String>>asDate
01:41:56				415/519 - 15/198: Installing method String>>asDateAndTime
01:41:56				415/519 - 16/198: Installing method String>>asDuration
01:41:56				415/519 - 17/198: Installing method String>>asFourCode
01:41:56				415/519 - 18/198: Installing method String>>asHTMLString
01:41:56				415/519 - 19/198: Installing method String>>asHex
01:41:56				415/519 - 20/198: Installing method String>>asInteger
01:41:56				415/519 - 21/198: Installing method String>>asLowercase
01:41:56				415/519 - 22/198: Installing method String>>asNumber
01:41:56				415/519 - 23/198: Installing method String>>asOctetString
01:41:56				415/519 - 24/198: Installing method String>>asPackage
01:41:56				415/519 - 25/198: Installing method String>>asPackageIfAbsent:
01:41:56				415/519 - 26/198: Installing method String>>asPluralBasedOn:
01:41:56				415/519 - 27/198: Installing method String>>asSignedInteger
01:41:56				415/519 - 28/198: Installing method String>>asSlot
01:41:56				415/519 - 29/198: Installing method String>>asSlotCollection
01:41:56				415/519 - 30/198: Installing method String>>asString
01:41:56				415/519 - 31/198: Installing method String>>asSymbol
01:41:56				415/519 - 32/198: Installing method String>>asTime
01:41:56				415/519 - 33/198: Installing method String>>asUnsignedInteger
01:41:56				415/519 - 34/198: Installing method String>>asUppercase
01:41:56				415/519 - 35/198: Installing method String>>asValidSelector
01:41:56				415/519 - 36/198: Installing method String>>asVmPathName
01:41:56				415/519 - 37/198: Installing method String>>asWideString
01:41:56				415/519 - 38/198: Installing method String>>asWin32WideString
01:41:56				415/519 - 39/198: Installing method String>>asZnCharacterEncoder
01:41:56				415/519 - 40/198: Installing method String>>beginsWith:
01:41:56				415/519 - 41/198: Installing method String>>beginsWith:caseSensitive:
01:41:56				415/519 - 42/198: Installing method String>>byteAt:
01:41:56				415/519 - 43/198: Installing method String>>byteAt:put:
01:41:56				415/519 - 44/198: Installing method String>>byteSize
01:41:56				415/519 - 45/198: Installing method String>>capitalized
01:41:56				415/519 - 46/198: Installing method String>>caseInsensitiveLessOrEqual:
01:41:56				415/519 - 47/198: Installing method String>>caseSensitiveLessOrEqual:
01:41:56				415/519 - 48/198: Installing method String>>charactersExactlyMatching:
01:41:56				415/519 - 49/198: Installing method String>>compare:
01:41:56				415/519 - 50/198: Installing method String>>compare:caseSensitive:
01:41:56				415/519 - 51/198: Installing method String>>compare:with:
01:41:56				415/519 - 52/198: Installing method String>>compare:with:collated:
01:41:56				415/519 - 53/198: Installing method String>>contractTo:
01:41:56				415/519 - 54/198: Installing method String>>copyReplaceAll:with:
01:41:56				415/519 - 55/198: Installing method String>>copyReplaceAll:with:asTokens:
01:41:56				415/519 - 56/198: Installing method String>>copyReplaceTokens:with:
01:41:56				415/519 - 57/198: Installing method String>>copyUpToSubstring:
01:41:56				415/519 - 58/198: Installing method String>>correctAgainst:
01:41:56				415/519 - 59/198: Installing method String>>correctAgainst:continuedFrom:
01:41:56				415/519 - 60/198: Installing method String>>correctAgainstDictionary:continuedFrom:
01:41:56				415/519 - 61/198: Installing method String>>correctAgainstEnumerator:continuedFrom:
01:41:56				415/519 - 62/198: Installing method String>>deepCopy
01:41:56				415/519 - 63/198: Installing method String>>displayStringOn:
01:41:56				415/519 - 64/198: Installing method String>>encodeWith:
01:41:56				415/519 - 65/198: Installing method String>>endsWith:
01:41:56				415/519 - 66/198: Installing method String>>endsWith:caseSensitive:
01:41:56				415/519 - 67/198: Installing method String>>endsWithAColon
01:41:56				415/519 - 68/198: Installing method String>>endsWithDigit
01:41:56				415/519 - 69/198: Installing method String>>escapeCharacter:
01:41:56				415/519 - 70/198: Installing method String>>expandMacros
01:41:56				415/519 - 71/198: Installing method String>>expandMacrosWith:
01:41:56				415/519 - 72/198: Installing method String>>expandMacrosWith:with:
01:41:56				415/519 - 73/198: Installing method String>>expandMacrosWith:with:with:
01:41:56				415/519 - 74/198: Installing method String>>expandMacrosWith:with:with:with:
01:41:57				415/519 - 75/198: Installing method String>>expandMacrosWithArguments:
01:41:57				415/519 - 76/198: Installing method String>>findAnySubstring:startingAt:
01:41:57				415/519 - 77/198: Installing method String>>findBetweenSubstrings:
01:41:57				415/519 - 78/198: Installing method String>>findClosing:startingAt:
01:41:57				415/519 - 79/198: Installing method String>>findDelimiters:startingAt:
01:41:57				415/519 - 80/198: Installing method String>>findIn:startingAt:matchTable:
01:41:57				415/519 - 81/198: Installing method String>>findLastOccurrenceOfString:startingAt:
01:41:57				415/519 - 82/198: Installing method String>>findSelector
01:41:57				415/519 - 83/198: Installing method String>>findString:
01:41:57				415/519 - 84/198: Installing method String>>findString:startingAt:
01:41:57				415/519 - 85/198: Installing method String>>findString:startingAt:caseSensitive:
01:41:57				415/519 - 86/198: Installing method String>>findSubstring:in:startingAt:matchTable:
01:41:57				415/519 - 87/198: Installing method String>>findSubstringViaPrimitive:in:startingAt:matchTable:
01:41:57				415/519 - 88/198: Installing method String>>findTokens:
01:41:57				415/519 - 89/198: Installing method String>>findTokens:escapedBy:
01:41:57				415/519 - 90/198: Installing method String>>findTokens:includes:
01:41:57				415/519 - 91/198: Installing method String>>findTokens:keep:
01:41:57				415/519 - 92/198: Installing method String>>findWordStart:startingAt:
01:41:57				415/519 - 93/198: Installing method String>>flattenOn:
01:41:57				415/519 - 94/198: Installing method String>>format:
01:41:57				415/519 - 95/198: Installing method String>>hasWideCharacterFrom:to:
01:41:57				415/519 - 96/198: Installing method String>>hash
01:41:57				415/519 - 97/198: Installing method String>>howManyMatch:
01:41:57				415/519 - 98/198: Installing method String>>includesSubstring:
01:41:57				415/519 - 99/198: Installing method String>>includesSubstring:at:
01:41:57				415/519 - 100/198: Installing method String>>includesSubstring:caseSensitive:
01:41:57				415/519 - 101/198: Installing method String>>includesUnifiedCharacter
01:41:57				415/519 - 102/198: Installing method String>>indexOf:
01:41:57				415/519 - 103/198: Installing method String>>indexOf:startingAt:
01:41:57				415/519 - 104/198: Installing method String>>indexOf:startingAt:ifAbsent:
01:41:57				415/519 - 105/198: Installing method String>>indexOfFirstUppercaseCharacter
01:41:57				415/519 - 106/198: Installing method String>>indexOfSubCollection:
01:41:57				415/519 - 107/198: Installing method String>>indexOfSubCollection:startingAt:ifAbsent:
01:41:57				415/519 - 108/198: Installing method String>>indexOfWideCharacterFrom:to:
01:41:57				415/519 - 109/198: Installing method String>>initialIntegerOrNil
01:41:57				415/519 - 110/198: Installing method String>>isAllAlphaNumerics
01:41:57				415/519 - 111/198: Installing method String>>isAllDigits
01:41:57				415/519 - 112/198: Installing method String>>isAllSeparators
01:41:57				415/519 - 113/198: Installing method String>>isAsciiString
01:41:57				415/519 - 114/198: Installing method String>>isByteString
01:41:57				415/519 - 115/198: Installing method String>>isLiteral
01:41:57				415/519 - 116/198: Installing method String>>isLiteralSymbol
01:41:57				415/519 - 117/198: Installing method String>>isOctetString
01:41:57				415/519 - 118/198: Installing method String>>isPatternVariable
01:41:57				415/519 - 119/198: Installing method String>>isString
01:41:57				415/519 - 120/198: Installing method String>>isValidGlobalName
01:41:57				415/519 - 121/198: Installing method String>>isWideString
01:41:57				415/519 - 122/198: Installing method String>>join:
01:41:57				415/519 - 123/198: Installing method String>>keywords
01:41:57				415/519 - 124/198: Installing method String>>lastSpacePosition
01:41:57				415/519 - 125/198: Installing method String>>lineCorrespondingToIndex:
01:41:57				415/519 - 126/198: Installing method String>>lineCount
01:41:57				415/519 - 127/198: Installing method String>>lineIndicesDo:
01:41:57				415/519 - 128/198: Installing method String>>lineNumber:
01:41:57				415/519 - 129/198: Installing method String>>lineNumberCorrespondingToIndex:
01:41:57				415/519 - 130/198: Installing method String>>lines
01:41:57				415/519 - 131/198: Installing method String>>linesDo:
01:41:57				415/519 - 132/198: Installing method String>>match:
01:41:57				415/519 - 133/198: Installing method String>>normalizeCamelCase
01:41:57				415/519 - 134/198: Installing method String>>numArgs
01:41:57				415/519 - 135/198: Installing method String>>numericSuffix
01:41:57				415/519 - 136/198: Installing method String>>occursInWithEmpty:caseSensitive:
01:41:57				415/519 - 137/198: Installing method String>>onlyLetters
01:41:57				415/519 - 138/198: Installing method String>>padLeftTo:
01:41:57				415/519 - 139/198: Installing method String>>padLeftTo:with:
01:41:57				415/519 - 140/198: Installing method String>>padRightTo:
01:41:57				415/519 - 141/198: Installing method String>>padRightTo:with:
01:41:57				415/519 - 142/198: Installing method String>>printOn:
01:41:57				415/519 - 143/198: Installing method String>>putOn:
01:41:57				415/519 - 144/198: Installing method String>>repeat:
01:41:57				415/519 - 145/198: Installing method String>>replaceFrom:to:with:startingAt:
01:41:57				415/519 - 146/198: Installing method String>>romanNumber
01:41:57				415/519 - 147/198: Installing method String>>sameAs:
01:41:58				415/519 - 148/198: Installing method String>>skipAnySubstring:startingAt:
01:41:58				415/519 - 149/198: Installing method String>>skipDelimiters:startingAt:
01:41:58				415/519 - 150/198: Installing method String>>squeezeOutNumber
01:41:58				415/519 - 151/198: Installing method String>>startingAt:match:startingAt:
01:41:58				415/519 - 152/198: Installing method String>>startsWithDigit
01:41:58				415/519 - 153/198: Installing method String>>stemAndNumericSuffix
01:41:58				415/519 - 154/198: Installing method String>>storeOn:
01:41:58				415/519 - 155/198: Installing method String>>string
01:41:58				415/519 - 156/198: Installing method String>>stringhash
01:41:58				415/519 - 157/198: Installing method String>>substrings
01:41:58				415/519 - 158/198: Installing method String>>substrings:
01:41:58				415/519 - 159/198: Installing method String>>surroundedBy:
01:41:58				415/519 - 160/198: Installing method String>>surroundedBySingleQuotes
01:41:58				415/519 - 161/198: Installing method String>>translateFrom:to:table:
01:41:58				415/519 - 162/198: Installing method String>>translateToLowercase
01:41:58				415/519 - 163/198: Installing method String>>translateToUppercase
01:41:58				415/519 - 164/198: Installing method String>>translateWith:
01:41:58				415/519 - 165/198: Installing method String>>trim
01:41:58				415/519 - 166/198: Installing method String>>trimBoth
01:41:58				415/519 - 167/198: Installing method String>>trimBoth:
01:41:58				415/519 - 168/198: Installing method String>>trimLeft
01:41:58				415/519 - 169/198: Installing method String>>trimLeft:
01:41:58				415/519 - 170/198: Installing method String>>trimLeft:right:
01:41:58				415/519 - 171/198: Installing method String>>trimLineSpaces
01:41:58				415/519 - 172/198: Installing method String>>trimRight
01:41:58				415/519 - 173/198: Installing method String>>trimRight:
01:41:58				415/519 - 174/198: Installing method String>>trimmed
01:41:58				415/519 - 175/198: Installing method String>>truncateTo:
01:41:58				415/519 - 176/198: Installing method String>>truncateWithElipsisTo:
01:41:58				415/519 - 177/198: Installing method String>>typeTable
01:41:58				415/519 - 178/198: Installing method String>>uncapitalized
01:41:58				415/519 - 179/198: Installing method String>>unescapeCharacter:
01:41:58				415/519 - 180/198: Installing method String>>urlDecoded
01:41:58				415/519 - 181/198: Installing method String>>urlEncoded
01:41:58				415/519 - 182/198: Installing method String>>utf8Encoded
01:41:58				415/519 - 183/198: Installing method String>>withBlanksCondensed
01:41:58				415/519 - 184/198: Installing method String>>withCRs
01:41:58				415/519 - 185/198: Installing method String>>withInternalLineEndings
01:41:58				415/519 - 186/198: Installing method String>>withInternetLineEndings
01:41:58				415/519 - 187/198: Installing method String>>withLineEndings:
01:41:58				415/519 - 188/198: Installing method String>>withNoLineLongerThan:
01:41:58				415/519 - 189/198: Installing method String>>withSeparatorsCompacted
01:41:58				415/519 - 190/198: Installing method String>>withUnixLineEndings
01:41:58				415/519 - 191/198: Installing method String>>withoutLeadingDigits
01:41:58				415/519 - 192/198: Installing method String>>withoutPeriodSuffix
01:41:58				415/519 - 193/198: Installing method String>>withoutPrefix:
01:41:58				415/519 - 194/198: Installing method String>>withoutQuoting
01:41:58				415/519 - 195/198: Installing method String>>withoutSuffix:
01:41:58				415/519 - 196/198: Installing method String>>withoutTrailingDigits
01:41:58				415/519 - 197/198: Installing method String>>withoutTrailingNewlines
01:41:58				415/519 - 198/198: Installing method String>>wordBefore:
01:41:59				415/519 - 1/31: Installing method String class>>compare:with:collated:
01:41:59				415/519 - 2/31: Installing method String class>>cr
01:41:59				415/519 - 3/31: Installing method String class>>crlf
01:41:59				415/519 - 4/31: Installing method String class>>empty
01:41:59				415/519 - 5/31: Installing method String class>>expandMacro:argument:withExpansions:
01:41:59				415/519 - 6/31: Installing method String class>>findFirstInString:inCharacterSet:startingAt:
01:41:59				415/519 - 7/31: Installing method String class>>findFirstInString:inSet:startingAt:
01:41:59				415/519 - 8/31: Installing method String class>>fromByteArray:
01:41:59				415/519 - 9/31: Installing method String class>>fromString:
01:41:59				415/519 - 10/31: Installing method String class>>indexOfAscii:inString:startingAt:
01:41:59				415/519 - 11/31: Installing method String class>>initialize
01:41:59				415/519 - 12/31: Installing method String class>>initializeTypeTable
01:41:59				415/519 - 13/31: Installing method String class>>lf
01:41:59				415/519 - 14/31: Installing method String class>>loremIpsum
01:41:59				415/519 - 15/31: Installing method String class>>loremIpsum:
01:41:59				415/519 - 16/31: Installing method String class>>new:
01:41:59				415/519 - 17/31: Installing method String class>>newAsciiOrder
01:41:59				415/519 - 18/31: Installing method String class>>newCSLineEnders
01:41:59				415/519 - 19/31: Installing method String class>>newCaseInsensitiveOrder
01:41:59				415/519 - 20/31: Installing method String class>>newCaseSensitiveOrder
01:41:59				415/519 - 21/31: Installing method String class>>newLowercasingTable
01:41:59				415/519 - 22/31: Installing method String class>>newTokenish
01:41:59				415/519 - 23/31: Installing method String class>>newUppercasingTable
01:41:59				415/519 - 24/31: Installing method String class>>readFrom:
01:41:59				415/519 - 25/31: Installing method String class>>space
01:41:59				415/519 - 26/31: Installing method String class>>stringHash:initialHash:
01:41:59				415/519 - 27/31: Installing method String class>>tab
01:41:59				415/519 - 28/31: Installing method String class>>translate:from:to:table:
01:41:59				415/519 - 29/31: Installing method String class>>typeTable
01:41:59				415/519 - 30/31: Installing method String class>>value:
01:41:59				415/519 - 31/31: Installing method String class>>with:
01:41:59				416/519 - 1/1: Installing method SubclassResponsibility>>standardMessageText
01:41:59				417/519 - 1/8: Installing method SubscriptOutOfBounds>>lowerBound
01:42:00				417/519 - 2/8: Installing method SubscriptOutOfBounds>>lowerBound:
01:42:00				417/519 - 3/8: Installing method SubscriptOutOfBounds>>messageText
01:42:00				417/519 - 4/8: Installing method SubscriptOutOfBounds>>standardMessageText
01:42:00				417/519 - 5/8: Installing method SubscriptOutOfBounds>>subscript
01:42:00				417/519 - 6/8: Installing method SubscriptOutOfBounds>>subscript:
01:42:00				417/519 - 7/8: Installing method SubscriptOutOfBounds>>upperBound
01:42:00				417/519 - 8/8: Installing method SubscriptOutOfBounds>>upperBound:
01:42:00				417/519 - 1/3: Installing method SubscriptOutOfBounds class>>signalFor:
01:42:00				417/519 - 2/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:
01:42:00				417/519 - 3/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:in:
01:42:00				418/519 - 1/16: Installing method SubscriptionRegistry>>add:
01:42:00				418/519 - 2/16: Installing method SubscriptionRegistry>>deliver:
01:42:00				418/519 - 3/16: Installing method SubscriptionRegistry>>deliver:to:
01:42:00				418/519 - 4/16: Installing method SubscriptionRegistry>>deliver:to:startingAt:
01:42:00				418/519 - 5/16: Installing method SubscriptionRegistry>>handleSubscriberClass:
01:42:00				418/519 - 6/16: Installing method SubscriptionRegistry>>initialize
01:42:00				418/519 - 7/16: Installing method SubscriptionRegistry>>numberOfSubscriptions
01:42:00				418/519 - 8/16: Installing method SubscriptionRegistry>>protected:
01:42:00				418/519 - 9/16: Installing method SubscriptionRegistry>>remove:
01:42:00				418/519 - 10/16: Installing method SubscriptionRegistry>>removeSubscriber:
01:42:00				418/519 - 11/16: Installing method SubscriptionRegistry>>replace:with:
01:42:00				418/519 - 12/16: Installing method SubscriptionRegistry>>reset
01:42:00				418/519 - 13/16: Installing method SubscriptionRegistry>>subscriptions
01:42:00				418/519 - 14/16: Installing method SubscriptionRegistry>>subscriptionsForClass:
01:42:00				418/519 - 15/16: Installing method SubscriptionRegistry>>subscriptionsHandling:
01:42:00				418/519 - 16/16: Installing method SubscriptionRegistry>>subscriptionsOf:do:
01:42:00				419/519 - 1/5: Installing method SuperVariable>>acceptVisitor:node:
01:42:00				419/519 - 2/5: Installing method SuperVariable>>emitValue:
01:42:00				419/519 - 3/5: Installing method SuperVariable>>isSuperVariable
01:42:00				419/519 - 4/5: Installing method SuperVariable>>readInContext:
01:42:00				419/519 - 5/5: Installing method SuperVariable>>usingMethods
01:42:00				419/519 - 1/1: Installing method SuperVariable class>>variableName
01:42:01				420/519 - 1/40: Installing method Symbol>>,
01:42:01				420/519 - 2/40: Installing method Symbol>>=
01:42:01				420/519 - 3/40: Installing method Symbol>>=>
01:42:01				420/519 - 4/40: Installing method Symbol>>asAnnouncement
01:42:01				420/519 - 5/40: Installing method Symbol>>asMutator
01:42:01				420/519 - 6/40: Installing method Symbol>>asString
01:42:01				420/519 - 7/40: Installing method Symbol>>asSymbol
01:42:01				420/519 - 8/40: Installing method Symbol>>at:put:
01:42:01				420/519 - 9/40: Installing method Symbol>>capitalized
01:42:01				420/519 - 10/40: Installing method Symbol>>copy
01:42:01				420/519 - 11/40: Installing method Symbol>>createSymbol
01:42:01				420/519 - 12/40: Installing method Symbol>>cull:
01:42:01				420/519 - 13/40: Installing method Symbol>>errorNoModification
01:42:01				420/519 - 14/40: Installing method Symbol>>flushCache
01:42:01				420/519 - 15/40: Installing method Symbol>>handlesAnnouncement:
01:42:01				420/519 - 16/40: Installing method Symbol>>implementors
01:42:01				420/519 - 17/40: Installing method Symbol>>includesKey:
01:42:01				420/519 - 18/40: Installing method Symbol>>isBinary
01:42:01				420/519 - 19/40: Installing method Symbol>>isDoIt
01:42:01				420/519 - 20/40: Installing method Symbol>>isInfix
01:42:01				420/519 - 21/40: Installing method Symbol>>isKeyword
01:42:01				420/519 - 22/40: Installing method Symbol>>isOrientedFill
01:42:02				420/519 - 23/40: Installing method Symbol>>isSelectorSymbol
01:42:02				420/519 - 24/40: Installing method Symbol>>isSymbol
01:42:02				420/519 - 25/40: Installing method Symbol>>isUnary
01:42:02				420/519 - 26/40: Installing method Symbol>>keywordsStrict
01:42:02				420/519 - 27/40: Installing method Symbol>>literalEqual:
01:42:02				420/519 - 28/40: Installing method Symbol>>numArgs:
01:42:02				420/519 - 29/40: Installing method Symbol>>precedence
01:42:02				420/519 - 30/40: Installing method Symbol>>prepareForDelivery
01:42:02				420/519 - 31/40: Installing method Symbol>>replaceFrom:to:with:startingAt:
01:42:02				420/519 - 32/40: Installing method Symbol>>senders
01:42:02				420/519 - 33/40: Installing method Symbol>>separateKeywords
01:42:02				420/519 - 34/40: Installing method Symbol>>shallowCopy
01:42:02				420/519 - 35/40: Installing method Symbol>>sorted:
01:42:02				420/519 - 36/40: Installing method Symbol>>storeOn:
01:42:02				420/519 - 37/40: Installing method Symbol>>string:
01:42:02				420/519 - 38/40: Installing method Symbol>>uncapitalized
01:42:02				420/519 - 39/40: Installing method Symbol>>value:
01:42:02				420/519 - 40/40: Installing method Symbol>>veryDeepCopyWith:
01:42:02				420/519 - 1/26: Installing method Symbol class>>allSymbolTablesDo:
01:42:02				420/519 - 2/26: Installing method Symbol class>>allSymbolTablesDo:after:
01:42:02				420/519 - 3/26: Installing method Symbol class>>allSymbols
01:42:02				420/519 - 4/26: Installing method Symbol class>>cleanUp
01:42:02				420/519 - 5/26: Installing method Symbol class>>findInterned:
01:42:02				420/519 - 6/26: Installing method Symbol class>>hasInterned:
01:42:02				420/519 - 7/26: Installing method Symbol class>>hasInterned:ifTrue:
01:42:02				420/519 - 8/26: Installing method Symbol class>>initialize
01:42:02				420/519 - 9/26: Installing method Symbol class>>intern:
01:42:02				420/519 - 10/26: Installing method Symbol class>>new:
01:42:02				420/519 - 11/26: Installing method Symbol class>>new:streamContents:
01:42:02				420/519 - 12/26: Installing method Symbol class>>newFrom:
01:42:02				420/519 - 13/26: Installing method Symbol class>>possibleSelectorsFor:
01:42:02				420/519 - 14/26: Installing method Symbol class>>readFrom:
01:42:02				420/519 - 15/26: Installing method Symbol class>>rebuildSelectorTable
01:42:02				420/519 - 16/26: Installing method Symbol class>>recordSelector:
01:42:02				420/519 - 17/26: Installing method Symbol class>>rehash
01:42:02				420/519 - 18/26: Installing method Symbol class>>resetSelectorTable
01:42:02				420/519 - 19/26: Installing method Symbol class>>selectorTable
01:42:02				420/519 - 20/26: Installing method Symbol class>>selectorThatStartsCaseSensitive:skipping:
01:42:02				420/519 - 21/26: Installing method Symbol class>>shutDown:
01:42:02				420/519 - 22/26: Installing method Symbol class>>streamSpecies
01:42:02				420/519 - 23/26: Installing method Symbol class>>thatStarts:skipping:
01:42:02				420/519 - 24/26: Installing method Symbol class>>thatStartsCaseSensitive:skipping:
01:42:02				420/519 - 25/26: Installing method Symbol class>>with:
01:42:03				420/519 - 26/26: Installing method Symbol class>>withAll:
01:42:03				421/519 - 1/4: Installing method SymbolNotFoundError>>messageText
01:42:03				421/519 - 2/4: Installing method SymbolNotFoundError>>moduleName:
01:42:03				421/519 - 3/4: Installing method SymbolNotFoundError>>standardMessageText
01:42:03				421/519 - 4/4: Installing method SymbolNotFoundError>>symbolName:
01:42:03				421/519 - 1/1: Installing method SymbolNotFoundError class>>symbolName:module:
01:42:03				422/519 - 1/3: Installing method SystemAnnouncement>>properties
01:42:03				422/519 - 2/3: Installing method SystemAnnouncement>>propertyAt:ifPresent:
01:42:03				422/519 - 3/3: Installing method SystemAnnouncement>>propertyAt:put:
01:42:03				423/519 - 1/10: Installing method SystemAnnouncer>>class:oldComment:newComment:oldStamp:newStamp:
01:42:03				423/519 - 2/10: Installing method SystemAnnouncer>>classCommented:
01:42:03				423/519 - 3/10: Installing method SystemAnnouncer>>classDefinitionChangedFrom:to:
01:42:03				423/519 - 4/10: Installing method SystemAnnouncer>>classModificationAppliedTo:
01:42:03				423/519 - 5/10: Installing method SystemAnnouncer>>classParentOf:renamedFrom:to:
01:42:03				423/519 - 6/10: Installing method SystemAnnouncer>>classRenamed:from:to:
01:42:03				423/519 - 7/10: Installing method SystemAnnouncer>>evaluated:
01:42:03				423/519 - 8/10: Installing method SystemAnnouncer>>evaluated:context:
01:42:03				423/519 - 9/10: Installing method SystemAnnouncer>>methodRemoved:origin:
01:42:03				423/519 - 10/10: Installing method SystemAnnouncer>>methodRepackaged:from:to:
01:42:03				423/519 - 1/6: Installing method SystemAnnouncer class>>announce:
01:42:03				423/519 - 2/6: Installing method SystemAnnouncer class>>announcer:
01:42:03				423/519 - 3/6: Installing method SystemAnnouncer class>>reset
01:42:03				423/519 - 4/6: Installing method SystemAnnouncer class>>restoreAllNotifications
01:42:03				423/519 - 5/6: Installing method SystemAnnouncer class>>uniqueInstance
01:42:03				423/519 - 6/6: Installing method SystemAnnouncer class>>unload
01:42:04				424/519 - 1/43: Installing method SystemDictionary>>allBehaviors
01:42:04				424/519 - 2/43: Installing method SystemDictionary>>allBehaviorsDo:
01:42:04				424/519 - 3/43: Installing method SystemDictionary>>allClasses
01:42:04				424/519 - 4/43: Installing method SystemDictionary>>allClassesAndTraits
01:42:04				424/519 - 5/43: Installing method SystemDictionary>>allClassesAndTraitsDo:
01:42:04				424/519 - 6/43: Installing method SystemDictionary>>allClassesDo:
01:42:04				424/519 - 7/43: Installing method SystemDictionary>>allMethods
01:42:04				424/519 - 8/43: Installing method SystemDictionary>>allTraits
01:42:04				424/519 - 9/43: Installing method SystemDictionary>>allTraitsDo:
01:42:04				424/519 - 10/43: Installing method SystemDictionary>>at:put:
01:42:04				424/519 - 11/43: Installing method SystemDictionary>>atNewIndex:put:
01:42:04				424/519 - 12/43: Installing method SystemDictionary>>bindingOf:
01:42:05				424/519 - 13/43: Installing method SystemDictionary>>classAndTraitNames
01:42:05				424/519 - 14/43: Installing method SystemDictionary>>classNamed:
01:42:05				424/519 - 15/43: Installing method SystemDictionary>>classNames
01:42:05				424/519 - 16/43: Installing method SystemDictionary>>classOrTraitNamed:
01:42:05				424/519 - 17/43: Installing method SystemDictionary>>codeChangeAnnouncer
01:42:05				424/519 - 18/43: Installing method SystemDictionary>>codeSupportAnnouncer
01:42:05				424/519 - 19/43: Installing method SystemDictionary>>environment
01:42:05				424/519 - 20/43: Installing method SystemDictionary>>fillCaches
01:42:05				424/519 - 21/43: Installing method SystemDictionary>>flushClassNameCache
01:42:05				424/519 - 22/43: Installing method SystemDictionary>>forgetClass:
01:42:05				424/519 - 23/43: Installing method SystemDictionary>>hasBindingThatBeginsWith:
01:42:05				424/519 - 24/43: Installing method SystemDictionary>>hasClassNamed:
01:42:05				424/519 - 25/43: Installing method SystemDictionary>>hasClassOrTraitNamed:
01:42:05				424/519 - 26/43: Installing method SystemDictionary>>lookupVar:
01:42:05				424/519 - 27/43: Installing method SystemDictionary>>maxIdentityHash
01:42:05				424/519 - 28/43: Installing method SystemDictionary>>methods
01:42:05				424/519 - 29/43: Installing method SystemDictionary>>nonClassNames
01:42:05				424/519 - 30/43: Installing method SystemDictionary>>organization
01:42:05				424/519 - 31/43: Installing method SystemDictionary>>organization:
01:42:05				424/519 - 32/43: Installing method SystemDictionary>>outerScope
01:42:05				424/519 - 33/43: Installing method SystemDictionary>>poolUsers
01:42:05				424/519 - 34/43: Installing method SystemDictionary>>printElementsOn:
01:42:05				424/519 - 35/43: Installing method SystemDictionary>>pseudoVariables
01:42:05				424/519 - 36/43: Installing method SystemDictionary>>removeClassNamed:
01:42:05				424/519 - 37/43: Installing method SystemDictionary>>removeFromCaches:
01:42:05				424/519 - 38/43: Installing method SystemDictionary>>removeKey:ifAbsent:
01:42:05				424/519 - 39/43: Installing method SystemDictionary>>renameClass:from:
01:42:05				424/519 - 40/43: Installing method SystemDictionary>>renameClassNamed:as:
01:42:05				424/519 - 41/43: Installing method SystemDictionary>>resetPseudoVariables
01:42:05				424/519 - 42/43: Installing method SystemDictionary>>traitNames
01:42:05				424/519 - 43/43: Installing method SystemDictionary>>veryDeepCopyWith:
01:42:05				424/519 - 1/1: Installing method SystemDictionary class>>cleanUp
01:42:06				425/519 - 1/42: Installing method SystemNavigation>>allBehaviors
01:42:06				425/519 - 2/42: Installing method SystemNavigation>>allBehaviorsDo:
01:42:06				425/519 - 3/42: Installing method SystemNavigation>>allCallsOn:
01:42:06				425/519 - 4/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:
01:42:06				425/519 - 5/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:caseSensitive:
01:42:06				425/519 - 6/42: Installing method SystemNavigation>>allClasses
01:42:06				425/519 - 7/42: Installing method SystemNavigation>>allClassesAndTraits
01:42:06				425/519 - 8/42: Installing method SystemNavigation>>allClassesDo:
01:42:06				425/519 - 9/42: Installing method SystemNavigation>>allClassesImplementing:
01:42:06				425/519 - 10/42: Installing method SystemNavigation>>allExistingProtocolsFor:
01:42:06				425/519 - 11/42: Installing method SystemNavigation>>allGlobalNamesStartingWith:do:caseSensitive:
01:42:06				425/519 - 12/42: Installing method SystemNavigation>>allGlobalRefsOn:
01:42:06				425/519 - 13/42: Installing method SystemNavigation>>allImplementedMessages
01:42:06				425/519 - 14/42: Installing method SystemNavigation>>allImplementorsOf:
01:42:06				425/519 - 15/42: Installing method SystemNavigation>>allMethods
01:42:06				425/519 - 16/42: Installing method SystemNavigation>>allMethodsSelect:
01:42:06				425/519 - 17/42: Installing method SystemNavigation>>allObjects
01:42:06				425/519 - 18/42: Installing method SystemNavigation>>allObjectsDo:
01:42:06				425/519 - 19/42: Installing method SystemNavigation>>allObjectsOrNil
01:42:06				425/519 - 20/42: Installing method SystemNavigation>>allPrimitiveMethods
01:42:06				425/519 - 21/42: Installing method SystemNavigation>>allReferencesTo:
01:42:06				425/519 - 22/42: Installing method SystemNavigation>>allReferencesTo:do:
01:42:06				425/519 - 23/42: Installing method SystemNavigation>>allReferencesTo:in:
01:42:06				425/519 - 24/42: Installing method SystemNavigation>>allReferencesToBinding:
01:42:06				425/519 - 25/42: Installing method SystemNavigation>>allSelectorsStartingWith:do:
01:42:06				425/519 - 26/42: Installing method SystemNavigation>>allSendersOf:
01:42:06				425/519 - 27/42: Installing method SystemNavigation>>allSentButNotImplementedSelectors
01:42:06				425/519 - 28/42: Installing method SystemNavigation>>allSentMessages
01:42:06				425/519 - 29/42: Installing method SystemNavigation>>allSymbolsStartingWith:do:
01:42:06				425/519 - 30/42: Installing method SystemNavigation>>allUnsentMessagesIn:
01:42:06				425/519 - 31/42: Installing method SystemNavigation>>environment
01:42:06				425/519 - 32/42: Installing method SystemNavigation>>environment:
01:42:06				425/519 - 33/42: Installing method SystemNavigation>>headingAndAutoselectForLiteral:do:
01:42:06				425/519 - 34/42: Installing method SystemNavigation>>initialize
01:42:06				425/519 - 35/42: Installing method SystemNavigation>>instanceSideMethodsWithNilKeyInLastLiteral
01:42:06				425/519 - 36/42: Installing method SystemNavigation>>isUnsentMessage:
01:42:06				425/519 - 37/42: Installing method SystemNavigation>>methods
01:42:06				425/519 - 38/42: Installing method SystemNavigation>>methodsReferencingObsoleteClasses
01:42:06				425/519 - 39/42: Installing method SystemNavigation>>obsoleteClasses
01:42:06				425/519 - 40/42: Installing method SystemNavigation>>removeClass:
01:42:06				425/519 - 41/42: Installing method SystemNavigation>>removeClassMessageFor:
01:42:07				425/519 - 42/42: Installing method SystemNavigation>>removeMethod:inClass:
01:42:07				425/519 - 1/1: Installing method SystemNavigation class>>default
01:42:07				426/519 - 1/1: Installing method SystemNotification>>defaultAction
01:42:07				427/519 - 1/34: Installing method SystemVersion>>build
01:42:07				427/519 - 2/34: Installing method SystemVersion>>build:
01:42:07				427/519 - 3/34: Installing method SystemVersion>>calculateHighestUpdate
01:42:07				427/519 - 4/34: Installing method SystemVersion>>commitHash
01:42:07				427/519 - 5/34: Installing method SystemVersion>>commitHash:
01:42:07				427/519 - 6/34: Installing method SystemVersion>>commitHashShort
01:42:07				427/519 - 7/34: Installing method SystemVersion>>date
01:42:07				427/519 - 8/34: Installing method SystemVersion>>date:
01:42:07				427/519 - 9/34: Installing method SystemVersion>>datedVersion
01:42:07				427/519 - 10/34: Installing method SystemVersion>>dottedMajorMinor
01:42:07				427/519 - 11/34: Installing method SystemVersion>>dottedMajorMinorPatch
01:42:07				427/519 - 12/34: Installing method SystemVersion>>hasMetadataIdentifiers
01:42:07				427/519 - 13/34: Installing method SystemVersion>>hasValidBuildNumber
01:42:07				427/519 - 14/34: Installing method SystemVersion>>highestUpdate
01:42:07				427/519 - 15/34: Installing method SystemVersion>>highestUpdate:
01:42:07				427/519 - 16/34: Installing method SystemVersion>>imageVersionString
01:42:07				427/519 - 17/34: Installing method SystemVersion>>initialize
01:42:07				427/519 - 18/34: Installing method SystemVersion>>major
01:42:07				427/519 - 19/34: Installing method SystemVersion>>major:
01:42:07				427/519 - 20/34: Installing method SystemVersion>>majorMinor:
01:42:07				427/519 - 21/34: Installing method SystemVersion>>majorMinorPatch:
01:42:07				427/519 - 22/34: Installing method SystemVersion>>majorMinorVersion
01:42:07				427/519 - 23/34: Installing method SystemVersion>>minor
01:42:07				427/519 - 24/34: Installing method SystemVersion>>minor:
01:42:07				427/519 - 25/34: Installing method SystemVersion>>patch
01:42:08				427/519 - 26/34: Installing method SystemVersion>>patch:
01:42:08				427/519 - 27/34: Installing method SystemVersion>>printOn:
01:42:08				427/519 - 28/34: Installing method SystemVersion>>shortVersionString
01:42:08				427/519 - 29/34: Installing method SystemVersion>>suffix
01:42:08				427/519 - 30/34: Installing method SystemVersion>>suffix:
01:42:08				427/519 - 31/34: Installing method SystemVersion>>type
01:42:08				427/519 - 32/34: Installing method SystemVersion>>type:
01:42:08				427/519 - 33/34: Installing method SystemVersion>>version
01:42:08				427/519 - 34/34: Installing method SystemVersion>>versionWithoutPatch
01:42:08				427/519 - 1/7: Installing method SystemVersion class>>current
01:42:08				427/519 - 2/7: Installing method SystemVersion class>>invalidBuildNumber
01:42:08				427/519 - 3/7: Installing method SystemVersion class>>major:minor:patch:
01:42:08				427/519 - 4/7: Installing method SystemVersion class>>major:minor:patch:suffix:
01:42:08				427/519 - 5/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:
01:42:08				427/519 - 6/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:commitHash:
01:42:08				427/519 - 7/7: Installing method SystemVersion class>>setMajor:minor:patch:suffix:build:commitHash:
01:42:08				428/519 - 1/5: Installing method TermInfoCharacter>>on:
01:42:08				428/519 - 2/5: Installing method TermInfoCharacter>>print:
01:42:08				428/519 - 3/5: Installing method TermInfoCharacter>>set:
01:42:08				428/519 - 4/5: Installing method TermInfoCharacter>>setBackgroundColor:
01:42:08				428/519 - 5/5: Installing method TermInfoCharacter>>setFontColor:
01:42:08				429/519 - 1/8: Installing method Termcap>>flush
01:42:08				429/519 - 2/8: Installing method Termcap>>getent:
01:42:08				429/519 - 3/8: Installing method Termcap>>getflag:
01:42:08				429/519 - 4/8: Installing method Termcap>>getnum:
01:42:08				429/519 - 5/8: Installing method Termcap>>getstr:
01:42:08				429/519 - 6/8: Installing method Termcap>>initialize
01:42:08				429/519 - 7/8: Installing method Termcap>>initializeDefaultSequences
01:42:08				429/519 - 8/8: Installing method Termcap>>reset
01:42:08				430/519 - 1/5: Installing method ThisContextVariable>>acceptVisitor:node:
01:42:08				430/519 - 2/5: Installing method ThisContextVariable>>emitValue:
01:42:09				430/519 - 3/5: Installing method ThisContextVariable>>isThisContextVariable
01:42:09				430/519 - 4/5: Installing method ThisContextVariable>>readInContext:
01:42:09				430/519 - 5/5: Installing method ThisContextVariable>>usingMethods
01:42:09				430/519 - 1/1: Installing method ThisContextVariable class>>variableName
01:42:09				431/519 - 1/3: Installing method ThisProcessVariable>>emitValue:
01:42:09				431/519 - 2/3: Installing method ThisProcessVariable>>isThisProcessVariable
01:42:09				431/519 - 3/3: Installing method ThisProcessVariable>>readInContext:
01:42:09				431/519 - 1/1: Installing method ThisProcessVariable class>>variableName
01:42:09				433/519 - 1/12: Installing method True>>&
01:42:09				433/519 - 2/12: Installing method True>>and:
01:42:09				433/519 - 3/12: Installing method True>>asBit
01:42:09				433/519 - 4/12: Installing method True>>ifFalse:
01:42:09				433/519 - 5/12: Installing method True>>ifFalse:ifTrue:
01:42:09				433/519 - 6/12: Installing method True>>ifTrue:
01:42:09				433/519 - 7/12: Installing method True>>ifTrue:ifFalse:
01:42:09				433/519 - 8/12: Installing method True>>not
01:42:09				433/519 - 9/12: Installing method True>>or:
01:42:09				433/519 - 10/12: Installing method True>>printOn:
01:42:09				433/519 - 11/12: Installing method True>>xor:
01:42:09				433/519 - 12/12: Installing method True>>|
01:42:11				434/519 - 1/83: Installing method UIManager>>abort:
01:42:11				434/519 - 2/83: Installing method UIManager>>abort:title:
01:42:11				434/519 - 3/83: Installing method UIManager>>activate
01:42:11				434/519 - 4/83: Installing method UIManager>>alert:
01:42:11				434/519 - 5/83: Installing method UIManager>>alert:title:
01:42:11				434/519 - 6/83: Installing method UIManager>>alert:title:configure:
01:42:11				434/519 - 7/83: Installing method UIManager>>beDefault
01:42:11				434/519 - 8/83: Installing method UIManager>>chooseDirectory
01:42:11				434/519 - 9/83: Installing method UIManager>>chooseDirectory:
01:42:11				434/519 - 10/83: Installing method UIManager>>chooseDirectory:from:
01:42:11				434/519 - 11/83: Installing method UIManager>>chooseDirectoryFrom:
01:42:11				434/519 - 12/83: Installing method UIManager>>chooseFrom:
01:42:11				434/519 - 13/83: Installing method UIManager>>chooseFrom:lines:
01:42:11				434/519 - 14/83: Installing method UIManager>>chooseFrom:lines:message:
01:42:11				434/519 - 15/83: Installing method UIManager>>chooseFrom:lines:message:title:
01:42:11				434/519 - 16/83: Installing method UIManager>>chooseFrom:lines:title:
01:42:11				434/519 - 17/83: Installing method UIManager>>chooseFrom:message:
01:42:11				434/519 - 18/83: Installing method UIManager>>chooseFrom:message:title:
01:42:11				434/519 - 19/83: Installing method UIManager>>chooseFrom:title:
01:42:11				434/519 - 20/83: Installing method UIManager>>chooseFrom:values:
01:42:11				434/519 - 21/83: Installing method UIManager>>chooseFrom:values:lines:
01:42:11				434/519 - 22/83: Installing method UIManager>>chooseFrom:values:lines:message:
01:42:11				434/519 - 23/83: Installing method UIManager>>chooseFrom:values:lines:message:title:
01:42:11				434/519 - 24/83: Installing method UIManager>>chooseFrom:values:lines:title:
01:42:11				434/519 - 25/83: Installing method UIManager>>chooseFrom:values:message:
01:42:11				434/519 - 26/83: Installing method UIManager>>chooseFrom:values:message:title:
01:42:11				434/519 - 27/83: Installing method UIManager>>chooseFrom:values:title:
01:42:12				434/519 - 28/83: Installing method UIManager>>chooseFullFileNameMatching:
01:42:12				434/519 - 29/83: Installing method UIManager>>chooseFullFileNameMatching:label:
01:42:12				434/519 - 30/83: Installing method UIManager>>chooseOrRequestFrom:values:lines:title:
01:42:12				434/519 - 31/83: Installing method UIManager>>confirm:
01:42:12				434/519 - 32/83: Installing method UIManager>>confirm:label:
01:42:12				434/519 - 33/83: Installing method UIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default:
01:42:12				434/519 - 34/83: Installing method UIManager>>confirm:orCancel:
01:42:12				434/519 - 35/83: Installing method UIManager>>confirm:trueChoice:falseChoice:
01:42:12				434/519 - 36/83: Installing method UIManager>>confirm:trueChoice:falseChoice:cancelChoice:default:
01:42:12				434/519 - 37/83: Installing method UIManager>>deactivate
01:42:12				434/519 - 38/83: Installing method UIManager>>debugProcess:context:label:fullView:notification:
01:42:12				434/519 - 39/83: Installing method UIManager>>defer:
01:42:12				434/519 - 40/83: Installing method UIManager>>deny:
01:42:12				434/519 - 41/83: Installing method UIManager>>deny:title:
01:42:12				434/519 - 42/83: Installing method UIManager>>edit:
01:42:12				434/519 - 43/83: Installing method UIManager>>edit:label:
01:42:12				434/519 - 44/83: Installing method UIManager>>edit:label:accept:
01:42:12				434/519 - 45/83: Installing method UIManager>>handleDebugRequest:fromDebuggerSystem:
01:42:12				434/519 - 46/83: Installing method UIManager>>handleError:
01:42:12				434/519 - 47/83: Installing method UIManager>>handleError:log:
01:42:12				434/519 - 48/83: Installing method UIManager>>handleNotification:
01:42:12				434/519 - 49/83: Installing method UIManager>>handleWarning:
01:42:12				434/519 - 50/83: Installing method UIManager>>handleWarningDebugRequest:fromDebuggerSystem:
01:42:12				434/519 - 51/83: Installing method UIManager>>headlessManager
01:42:12				434/519 - 52/83: Installing method UIManager>>inform:
01:42:12				434/519 - 53/83: Installing method UIManager>>informUser:during:
01:42:12				434/519 - 54/83: Installing method UIManager>>informUserDuring:
01:42:12				434/519 - 55/83: Installing method UIManager>>interruptName:preemptedProcess:
01:42:12				434/519 - 56/83: Installing method UIManager>>logError:
01:42:12				434/519 - 57/83: Installing method UIManager>>lowSpaceWatcherDefaultAction:
01:42:12				434/519 - 58/83: Installing method UIManager>>multiLineRequest:initialAnswer:answerHeight:
01:42:12				434/519 - 59/83: Installing method UIManager>>newMenuIn:for:
01:42:12				434/519 - 60/83: Installing method UIManager>>nonInteractiveManager
01:42:12				434/519 - 61/83: Installing method UIManager>>onFontsChanged
01:42:12				434/519 - 62/83: Installing method UIManager>>onPrimitiveError:
01:42:12				434/519 - 63/83: Installing method UIManager>>openComparisionFrom:to:belongingTo:from:
01:42:12				434/519 - 64/83: Installing method UIManager>>proceed:
01:42:12				434/519 - 65/83: Installing method UIManager>>proceed:title:
01:42:12				434/519 - 66/83: Installing method UIManager>>question:
01:42:12				434/519 - 67/83: Installing method UIManager>>question:title:
01:42:12				434/519 - 68/83: Installing method UIManager>>questionWithoutCancel:
01:42:12				434/519 - 69/83: Installing method UIManager>>questionWithoutCancel:title:
01:42:12				434/519 - 70/83: Installing method UIManager>>request:
01:42:12				434/519 - 71/83: Installing method UIManager>>request:entryCompletion:
01:42:12				434/519 - 72/83: Installing method UIManager>>request:initialAnswer:
01:42:12				434/519 - 73/83: Installing method UIManager>>request:initialAnswer:entryCompletion:
01:42:12				434/519 - 74/83: Installing method UIManager>>request:initialAnswer:title:
01:42:12				434/519 - 75/83: Installing method UIManager>>request:initialAnswer:title:entryCompletion:
01:42:12				434/519 - 76/83: Installing method UIManager>>requestPassword:
01:42:12				434/519 - 77/83: Installing method UIManager>>showWaitCursorWhile:
01:42:12				434/519 - 78/83: Installing method UIManager>>spawnNewProcess
01:42:12				434/519 - 79/83: Installing method UIManager>>terminateUIProcess
01:42:12				434/519 - 80/83: Installing method UIManager>>textEntry:
01:42:12				434/519 - 81/83: Installing method UIManager>>textEntry:title:
01:42:12				434/519 - 82/83: Installing method UIManager>>textEntry:title:entryText:
01:42:12				434/519 - 83/83: Installing method UIManager>>uiProcess
01:42:12				434/519 - 1/6: Installing method UIManager class>>default
01:42:12				434/519 - 2/6: Installing method UIManager class>>default:
01:42:12				434/519 - 3/6: Installing method UIManager class>>forCurrentSystemConfiguration
01:42:12				434/519 - 4/6: Installing method UIManager class>>isActiveManager
01:42:12				434/519 - 5/6: Installing method UIManager class>>isValidForCurrentSystemConfiguration
01:42:12				434/519 - 6/6: Installing method UIManager class>>nonInteractiveDuring:
01:42:12				435/519 - 1/7: Installing method UNCNetworkPath>>isAbsolute
01:42:12				435/519 - 2/7: Installing method UNCNetworkPath>>isNetworkPath
01:42:12				435/519 - 3/7: Installing method UNCNetworkPath>>isRoot
01:42:13				435/519 - 4/7: Installing method UNCNetworkPath>>printOn:
01:42:13				435/519 - 5/7: Installing method UNCNetworkPath>>printOn:delimiter:
01:42:13				435/519 - 6/7: Installing method UNCNetworkPath>>printPathOn:delimiter:
01:42:13				435/519 - 7/7: Installing method UNCNetworkPath>>withParents
01:42:13				437/519 - 1/13: Installing method UndeclaredVariable>>definingClass
01:42:13				437/519 - 2/13: Installing method UndeclaredVariable>>emitStore:
01:42:13				437/519 - 3/13: Installing method UndeclaredVariable>>emitValue:
01:42:13				437/519 - 4/13: Installing method UndeclaredVariable>>isRegistered
01:42:13				437/519 - 5/13: Installing method UndeclaredVariable>>isUndeclaredVariable
01:42:13				437/519 - 6/13: Installing method UndeclaredVariable>>register
01:42:13				437/519 - 7/13: Installing method UndeclaredVariable>>registerFromNode:
01:42:13				437/519 - 8/13: Installing method UndeclaredVariable>>registerMethod:
01:42:13				437/519 - 9/13: Installing method UndeclaredVariable>>registeredMethods
01:42:13				437/519 - 10/13: Installing method UndeclaredVariable>>runtimeUndeclaredReadInContext:
01:42:13				437/519 - 11/13: Installing method UndeclaredVariable>>runtimeUndeclaredWrite:inContext:
01:42:13				437/519 - 12/13: Installing method UndeclaredVariable>>unregister
01:42:13				437/519 - 13/13: Installing method UndeclaredVariable>>usingMethods
01:42:13				437/519 - 1/2: Installing method UndeclaredVariable class>>possiblyRegisteredWithName:
01:42:13				437/519 - 2/2: Installing method UndeclaredVariable class>>registeredWithName:
01:42:13				438/519 - 1/4: Installing method UndeclaredVariableError>>isResumable
01:42:13				438/519 - 2/4: Installing method UndeclaredVariableError>>variable
01:42:13				438/519 - 3/4: Installing method UndeclaredVariableError>>variable:
01:42:13				438/519 - 4/4: Installing method UndeclaredVariableError>>variableNode
01:42:13				440/519 - 1/3: Installing method UndeclaredVariableWrite>>defaultResumeValue
01:42:13				440/519 - 2/3: Installing method UndeclaredVariableWrite>>value
01:42:13				440/519 - 3/3: Installing method UndeclaredVariableWrite>>value:
01:42:13				441/519 - 1/6: Installing method UndefinedClassVariable>>ast:
01:42:13				441/519 - 2/6: Installing method UndefinedClassVariable>>checkClassRebuild
01:42:13				441/519 - 3/6: Installing method UndefinedClassVariable>>printOn:
01:42:13				441/519 - 4/6: Installing method UndefinedClassVariable>>read
01:42:13				441/519 - 5/6: Installing method UndefinedClassVariable>>variableClassName
01:42:13				441/519 - 6/6: Installing method UndefinedClassVariable>>write:
01:42:13				441/519 - 1/1: Installing method UndefinedClassVariable class>>named:ast:
01:42:14				442/519 - 1/32: Installing method UndefinedObject>><<
01:42:14				442/519 - 2/32: Installing method UndefinedObject>>addDependent:
01:42:14				442/519 - 3/32: Installing method UndefinedObject>>addSubclass:
01:42:14				442/519 - 4/32: Installing method UndefinedObject>>allSuperclassesDo:
01:42:14				442/519 - 5/32: Installing method UndefinedObject>>asCollectionElement
01:42:14				442/519 - 6/32: Installing method UndefinedObject>>asLinkPrepend:
01:42:14				442/519 - 7/32: Installing method UndefinedObject>>at:put:
01:42:14				442/519 - 8/32: Installing method UndefinedObject>>canHandleSignal:
01:42:14				442/519 - 9/32: Installing method UndefinedObject>>classBuilder
01:42:14				442/519 - 10/32: Installing method UndefinedObject>>classInstaller
01:42:14				442/519 - 11/32: Installing method UndefinedObject>>commonSuperclassWith:
01:42:14				442/519 - 12/32: Installing method UndefinedObject>>deepCopy
01:42:14				442/519 - 13/32: Installing method UndefinedObject>>environment
01:42:14				442/519 - 14/32: Installing method UndefinedObject>>handleSignal:
01:42:14				442/519 - 15/32: Installing method UndefinedObject>>ifNil:
01:42:14				442/519 - 16/32: Installing method UndefinedObject>>ifNil:ifNotNil:
01:42:14				442/519 - 17/32: Installing method UndefinedObject>>ifNotNil:
01:42:14				442/519 - 18/32: Installing method UndefinedObject>>ifNotNil:ifNil:
01:42:14				442/519 - 19/32: Installing method UndefinedObject>>isEmptyOrNil
01:42:14				442/519 - 20/32: Installing method UndefinedObject>>isLiteral
01:42:14				442/519 - 21/32: Installing method UndefinedObject>>isNil
01:42:14				442/519 - 22/32: Installing method UndefinedObject>>isNotNil
01:42:14				442/519 - 23/32: Installing method UndefinedObject>>notNil
01:42:14				442/519 - 24/32: Installing method UndefinedObject>>printOn:
01:42:14				442/519 - 25/32: Installing method UndefinedObject>>removeSubclass:
01:42:14				442/519 - 26/32: Installing method UndefinedObject>>setPinnedInMemory:
01:42:14				442/519 - 27/32: Installing method UndefinedObject>>shallowCopy
01:42:14				442/519 - 28/32: Installing method UndefinedObject>>storeOn:
01:42:14				442/519 - 29/32: Installing method UndefinedObject>>subclassDefinerClass
01:42:14				442/519 - 30/32: Installing method UndefinedObject>>subclasses
01:42:14				442/519 - 31/32: Installing method UndefinedObject>>subclassesDo:
01:42:14				442/519 - 32/32: Installing method UndefinedObject>>veryDeepCopyWith:
01:42:14				442/519 - 1/3: Installing method UndefinedObject class>>allInstances
01:42:14				442/519 - 2/3: Installing method UndefinedObject class>>allInstancesDo:
01:42:14				442/519 - 3/3: Installing method UndefinedObject class>>new
01:42:15				443/519 - 1/9: Installing method UndefinedPackage>>addMethod:
01:42:15				443/519 - 2/9: Installing method UndefinedPackage>>ensureTag:
01:42:15				443/519 - 3/9: Installing method UndefinedPackage>>initialize
01:42:15				443/519 - 4/9: Installing method UndefinedPackage>>isEmpty
01:42:15				443/519 - 5/9: Installing method UndefinedPackage>>isUndefined
01:42:15				443/519 - 6/9: Installing method UndefinedPackage>>name
01:42:15				443/519 - 7/9: Installing method UndefinedPackage>>removeFromSystem
01:42:15				443/519 - 8/9: Installing method UndefinedPackage>>tagOf:
01:42:15				443/519 - 9/9: Installing method UndefinedPackage>>undefinedTag
01:42:15				443/519 - 1/1: Installing method UndefinedPackage class>>undefinedPackageName
01:42:15				444/519 - 1/6: Installing method UndefinedPackageTag>>categoryName
01:42:15				444/519 - 2/6: Installing method UndefinedPackageTag>>isRoot
01:42:15				444/519 - 3/6: Installing method UndefinedPackageTag>>isUndefined
01:42:15				444/519 - 4/6: Installing method UndefinedPackageTag>>name
01:42:15				444/519 - 5/6: Installing method UndefinedPackageTag>>promoteAsPackage
01:42:15				444/519 - 6/6: Installing method UndefinedPackageTag>>removeFromSystem
01:42:15				444/519 - 1/2: Installing method UndefinedPackageTag class>>undefinedPackage:
01:42:15				444/519 - 2/2: Installing method UndefinedPackageTag class>>undefinedPackageTagName
01:42:15				445/519 - 1/6: Installing method UndefinedSlot>>ast:
01:42:15				445/519 - 2/6: Installing method UndefinedSlot>>checkClassRebuild
01:42:15				445/519 - 3/6: Installing method UndefinedSlot>>printOn:
01:42:15				445/519 - 4/6: Installing method UndefinedSlot>>read:
01:42:15				445/519 - 5/6: Installing method UndefinedSlot>>slotClassName
01:42:15				445/519 - 6/6: Installing method UndefinedSlot>>write:to:
01:42:15				445/519 - 1/1: Installing method UndefinedSlot class>>named:ast:
01:42:15				446/519 - 1/4: Installing method UnhandledError>>defaultAction
01:42:15				446/519 - 2/4: Installing method UnhandledError>>exception
01:42:15				446/519 - 3/4: Installing method UnhandledError>>exception:
01:42:15				446/519 - 4/4: Installing method UnhandledError>>isResumable
01:42:15				446/519 - 1/1: Installing method UnhandledError class>>signalForException:
01:42:15				447/519 - 1/1: Installing method UnhandledException>>defaultAction
01:42:15				448/519 - 1/2: Installing method Unix32Platform>>accept:
01:42:15				448/519 - 2/2: Installing method Unix32Platform>>isUnix32
01:42:16				448/519 - 1/1: Installing method Unix32Platform class>>isActivePlatform
01:42:16				449/519 - 1/2: Installing method Unix64Platform>>accept:
01:42:16				449/519 - 2/2: Installing method Unix64Platform>>isUnix64
01:42:16				449/519 - 1/1: Installing method Unix64Platform class>>isActivePlatform
01:42:16				450/519 - 1/1: Installing method UnixARM32Platform class>>isActivePlatform
01:42:16				451/519 - 1/12: Installing method UnixPlatform>>accept:
01:42:16				451/519 - 2/12: Installing method UnixPlatform>>defaultMaximumPathLength
01:42:16				451/519 - 3/12: Installing method UnixPlatform>>family
01:42:16				451/519 - 4/12: Installing method UnixPlatform>>getErrorMessage:
01:42:16				451/519 - 5/12: Installing method UnixPlatform>>isLinux
01:42:16				451/519 - 6/12: Installing method UnixPlatform>>isLinuxDerivateOf:
01:42:16				451/519 - 7/12: Installing method UnixPlatform>>isLinuxDistributionWithID:
01:42:16				451/519 - 8/12: Installing method UnixPlatform>>isUnix
01:42:16				451/519 - 9/12: Installing method UnixPlatform>>keyForValue:
01:42:16				451/519 - 10/12: Installing method UnixPlatform>>lineEnding
01:42:16				451/519 - 11/12: Installing method UnixPlatform>>linuxIdentificationParameters
01:42:16				451/519 - 12/12: Installing method UnixPlatform>>menuShortcutString
01:42:17				453/519 - 1/82: Installing method VTermOutputDriver>><<
01:42:17				453/519 - 2/82: Installing method VTermOutputDriver>>backspace
01:42:17				453/519 - 3/82: Installing method VTermOutputDriver>>black
01:42:17				453/519 - 4/82: Installing method VTermOutputDriver>>black:
01:42:17				453/519 - 5/82: Installing method VTermOutputDriver>>blinking
01:42:17				453/519 - 6/82: Installing method VTermOutputDriver>>blue
01:42:17				453/519 - 7/82: Installing method VTermOutputDriver>>blue:
01:42:17				453/519 - 8/82: Installing method VTermOutputDriver>>bold
01:42:17				453/519 - 9/82: Installing method VTermOutputDriver>>clear
01:42:17				453/519 - 10/82: Installing method VTermOutputDriver>>clearFromBeginning
01:42:17				453/519 - 11/82: Installing method VTermOutputDriver>>clearScreen
01:42:17				453/519 - 12/82: Installing method VTermOutputDriver>>clearToEnd
01:42:17				453/519 - 13/82: Installing method VTermOutputDriver>>closed
01:42:17				453/519 - 14/82: Installing method VTermOutputDriver>>color:
01:42:17				453/519 - 15/82: Installing method VTermOutputDriver>>colorEscape
01:42:17				453/519 - 16/82: Installing method VTermOutputDriver>>columns
01:42:17				453/519 - 17/82: Installing method VTermOutputDriver>>cr
01:42:17				453/519 - 18/82: Installing method VTermOutputDriver>>csiEscape
01:42:17				453/519 - 19/82: Installing method VTermOutputDriver>>cursorEnhanced
01:42:17				453/519 - 20/82: Installing method VTermOutputDriver>>cursorInvisible
01:42:17				453/519 - 21/82: Installing method VTermOutputDriver>>cursorNormal
01:42:17				453/519 - 22/82: Installing method VTermOutputDriver>>cyan
01:42:17				453/519 - 23/82: Installing method VTermOutputDriver>>cyan:
01:42:17				453/519 - 24/82: Installing method VTermOutputDriver>>deleteCharacter
01:42:17				453/519 - 25/82: Installing method VTermOutputDriver>>deleteLine
01:42:17				453/519 - 26/82: Installing method VTermOutputDriver>>down
01:42:17				453/519 - 27/82: Installing method VTermOutputDriver>>down:
01:42:17				453/519 - 28/82: Installing method VTermOutputDriver>>endInsertMode
01:42:17				453/519 - 29/82: Installing method VTermOutputDriver>>erase
01:42:18				453/519 - 30/82: Installing method VTermOutputDriver>>errorColor
01:42:18				453/519 - 31/82: Installing method VTermOutputDriver>>escape
01:42:18				453/519 - 32/82: Installing method VTermOutputDriver>>flush
01:42:18				453/519 - 33/82: Installing method VTermOutputDriver>>green
01:42:18				453/519 - 34/82: Installing method VTermOutputDriver>>green:
01:42:18				453/519 - 35/82: Installing method VTermOutputDriver>>here
01:42:18				453/519 - 36/82: Installing method VTermOutputDriver>>home
01:42:18				453/519 - 37/82: Installing method VTermOutputDriver>>initialize
01:42:18				453/519 - 38/82: Installing method VTermOutputDriver>>insertCharacter
01:42:18				453/519 - 39/82: Installing method VTermOutputDriver>>insertLine
01:42:18				453/519 - 40/82: Installing method VTermOutputDriver>>insertMode
01:42:18				453/519 - 41/82: Installing method VTermOutputDriver>>invisible
01:42:18				453/519 - 42/82: Installing method VTermOutputDriver>>left
01:42:18				453/519 - 43/82: Installing method VTermOutputDriver>>left:
01:42:18				453/519 - 44/82: Installing method VTermOutputDriver>>lf
01:42:18				453/519 - 45/82: Installing method VTermOutputDriver>>light
01:42:18				453/519 - 46/82: Installing method VTermOutputDriver>>lines
01:42:18				453/519 - 47/82: Installing method VTermOutputDriver>>nextPut:
01:42:18				453/519 - 48/82: Installing method VTermOutputDriver>>nextPutAll:
01:42:18				453/519 - 49/82: Installing method VTermOutputDriver>>normal
01:42:18				453/519 - 50/82: Installing method VTermOutputDriver>>outStream
01:42:18				453/519 - 51/82: Installing method VTermOutputDriver>>outStream:
01:42:18				453/519 - 52/82: Installing method VTermOutputDriver>>overwrite:
01:42:18				453/519 - 53/82: Installing method VTermOutputDriver>>pink
01:42:18				453/519 - 54/82: Installing method VTermOutputDriver>>pink:
01:42:18				453/519 - 55/82: Installing method VTermOutputDriver>>print:
01:42:18				453/519 - 56/82: Installing method VTermOutputDriver>>red
01:42:18				453/519 - 57/82: Installing method VTermOutputDriver>>red:
01:42:18				453/519 - 58/82: Installing method VTermOutputDriver>>reset
01:42:18				453/519 - 59/82: Installing method VTermOutputDriver>>restoreCursor
01:42:18				453/519 - 60/82: Installing method VTermOutputDriver>>reverse
01:42:18				453/519 - 61/82: Installing method VTermOutputDriver>>right
01:42:18				453/519 - 62/82: Installing method VTermOutputDriver>>right:
01:42:18				453/519 - 63/82: Installing method VTermOutputDriver>>saveCursor
01:42:18				453/519 - 64/82: Installing method VTermOutputDriver>>scrollBackward
01:42:18				453/519 - 65/82: Installing method VTermOutputDriver>>scrollForward
01:42:18				453/519 - 66/82: Installing method VTermOutputDriver>>space
01:42:18				453/519 - 67/82: Installing method VTermOutputDriver>>ss3Escape
01:42:18				453/519 - 68/82: Installing method VTermOutputDriver>>startOfLine
01:42:18				453/519 - 69/82: Installing method VTermOutputDriver>>store:
01:42:18				453/519 - 70/82: Installing method VTermOutputDriver>>tab
01:42:18				453/519 - 71/82: Installing method VTermOutputDriver>>termcap
01:42:18				453/519 - 72/82: Installing method VTermOutputDriver>>termcap:
01:42:18				453/519 - 73/82: Installing method VTermOutputDriver>>topLeft
01:42:18				453/519 - 74/82: Installing method VTermOutputDriver>>underline
01:42:18				453/519 - 75/82: Installing method VTermOutputDriver>>underlineOff
01:42:18				453/519 - 76/82: Installing method VTermOutputDriver>>up
01:42:18				453/519 - 77/82: Installing method VTermOutputDriver>>up:
01:42:18				453/519 - 78/82: Installing method VTermOutputDriver>>white
01:42:18				453/519 - 79/82: Installing method VTermOutputDriver>>white:
01:42:18				453/519 - 80/82: Installing method VTermOutputDriver>>width
01:42:18				453/519 - 81/82: Installing method VTermOutputDriver>>yellow
01:42:18				453/519 - 82/82: Installing method VTermOutputDriver>>yellow:
01:42:18				453/519 - 1/3: Installing method VTermOutputDriver class>>on:
01:42:18				453/519 - 2/3: Installing method VTermOutputDriver class>>stderr
01:42:18				453/519 - 3/3: Installing method VTermOutputDriver class>>stdout
01:42:18				454/519 - 1/6: Installing method ValueLink>>=
01:42:18				454/519 - 2/6: Installing method ValueLink>>asLinkPrepend:
01:42:18				454/519 - 3/6: Installing method ValueLink>>hash
01:42:18				454/519 - 4/6: Installing method ValueLink>>printOn:
01:42:18				454/519 - 5/6: Installing method ValueLink>>value
01:42:18				454/519 - 6/6: Installing method ValueLink>>value:
01:42:18				454/519 - 1/1: Installing method ValueLink class>>value:
01:42:18				455/519 - 1/3: Installing method ValueNotFound>>standardMessageText
01:42:19				455/519 - 2/3: Installing method ValueNotFound>>value
01:42:19				455/519 - 3/3: Installing method ValueNotFound>>value:
01:42:19				456/519 - 1/53: Installing method Variable>>=
01:42:19				456/519 - 2/53: Installing method Variable>>acceptVisitor:node:
01:42:19				456/519 - 3/53: Installing method Variable>>allowsShadowing
01:42:19				456/519 - 4/53: Installing method Variable>>asDoItVariableFrom:
01:42:19				456/519 - 5/53: Installing method Variable>>definingNode
01:42:19				456/519 - 6/53: Installing method Variable>>definitionOn:
01:42:19				456/519 - 7/53: Installing method Variable>>emitStore:
01:42:19				456/519 - 8/53: Installing method Variable>>emitValue:
01:42:19				456/519 - 9/53: Installing method Variable>>ensureProperties
01:42:19				456/519 - 10/53: Installing method Variable>>hasProperty:
01:42:19				456/519 - 11/53: Installing method Variable>>hash
01:42:19				456/519 - 12/53: Installing method Variable>>isAccessedIn:
01:42:19				456/519 - 13/53: Installing method Variable>>isArgumentVariable
01:42:19				456/519 - 14/53: Installing method Variable>>isClassVariable
01:42:19				456/519 - 15/53: Installing method Variable>>isDefinedByBlock
01:42:19				456/519 - 16/53: Installing method Variable>>isGlobalVariable
01:42:19				456/519 - 17/53: Installing method Variable>>isInstanceVariable
01:42:19				456/519 - 18/53: Installing method Variable>>isInvalidVariable
01:42:19				456/519 - 19/53: Installing method Variable>>isLiteralVariable
01:42:19				456/519 - 20/53: Installing method Variable>>isLocalVariable
01:42:19				456/519 - 21/53: Installing method Variable>>isPoolVariable
01:42:19				456/519 - 22/53: Installing method Variable>>isPseudoVariable
01:42:19				456/519 - 23/53: Installing method Variable>>isReadIn:
01:42:19				456/519 - 24/53: Installing method Variable>>isReferenced
01:42:19				456/519 - 25/53: Installing method Variable>>isSelfOrSuperVariable
01:42:19				456/519 - 26/53: Installing method Variable>>isSelfVariable
01:42:19				456/519 - 27/53: Installing method Variable>>isShadowing
01:42:19				456/519 - 28/53: Installing method Variable>>isSuperVariable
01:42:19				456/519 - 29/53: Installing method Variable>>isTempVariable
01:42:19				456/519 - 30/53: Installing method Variable>>isThisContextVariable
01:42:19				456/519 - 31/53: Installing method Variable>>isThisProcessVariable
01:42:19				456/519 - 32/53: Installing method Variable>>isUndeclaredVariable
01:42:19				456/519 - 33/53: Installing method Variable>>isUninitialized
01:42:19				456/519 - 34/53: Installing method Variable>>isUsed
01:42:19				456/519 - 35/53: Installing method Variable>>isWorkspaceVariable
01:42:19				456/519 - 36/53: Installing method Variable>>isWritable
01:42:19				456/519 - 37/53: Installing method Variable>>isWrittenIn:
01:42:19				456/519 - 38/53: Installing method Variable>>name
01:42:19				456/519 - 39/53: Installing method Variable>>name:
01:42:19				456/519 - 40/53: Installing method Variable>>needsFullDefinition
01:42:19				456/519 - 41/53: Installing method Variable>>originalVar
01:42:19				456/519 - 42/53: Installing method Variable>>properties
01:42:19				456/519 - 43/53: Installing method Variable>>propertyAt:
01:42:19				456/519 - 44/53: Installing method Variable>>propertyAt:ifAbsent:
01:42:19				456/519 - 45/53: Installing method Variable>>propertyAt:ifAbsentPut:
01:42:19				456/519 - 46/53: Installing method Variable>>propertyAt:put:
01:42:19				456/519 - 47/53: Installing method Variable>>readInContext:
01:42:19				456/519 - 48/53: Installing method Variable>>removePropertiesIfEmpty
01:42:19				456/519 - 49/53: Installing method Variable>>removeProperty:
01:42:19				456/519 - 50/53: Installing method Variable>>removeProperty:ifAbsent:
01:42:19				456/519 - 51/53: Installing method Variable>>scope
01:42:19				456/519 - 52/53: Installing method Variable>>usingMethods
01:42:19				456/519 - 53/53: Installing method Variable>>write:inContext:
01:42:19				456/519 - 1/4: Installing method Variable class>>checkValidName:
01:42:19				456/519 - 2/4: Installing method Variable class>>initialize
01:42:19				456/519 - 3/4: Installing method Variable class>>isAbstract
01:42:19				456/519 - 4/4: Installing method Variable class>>named:
01:42:19				457/519 - 1/2: Installing method VariableLayout>>instanceSpecification
01:42:19				457/519 - 2/2: Installing method VariableLayout>>isVariable
01:42:20				457/519 - 1/1: Installing method VariableLayout class>>extending:scope:host:
01:42:22				458/519 - 1/100: Installing method VirtualMachine>>allocationsBetweenGC
01:42:22				458/519 - 2/100: Installing method VirtualMachine>>allocationsBetweenGC:
01:42:22				458/519 - 3/100: Installing method VirtualMachine>>architectureName
01:42:22				458/519 - 4/100: Installing method VirtualMachine>>buildDate
01:42:22				458/519 - 5/100: Installing method VirtualMachine>>cogitClass
01:42:22				458/519 - 6/100: Installing method VirtualMachine>>command
01:42:22				458/519 - 7/100: Installing method VirtualMachine>>compiledBlocksCount
01:42:22				458/519 - 8/100: Installing method VirtualMachine>>compiledMethodsCount
01:42:22				458/519 - 9/100: Installing method VirtualMachine>>directory
01:42:22				458/519 - 10/100: Installing method VirtualMachine>>disableModuleLoading
01:42:22				458/519 - 11/100: Installing method VirtualMachine>>doGetSystemAttribute:
01:42:22				458/519 - 12/100: Installing method VirtualMachine>>documentPath
01:42:22				458/519 - 13/100: Installing method VirtualMachine>>edenSpaceSize
01:42:22				458/519 - 14/100: Installing method VirtualMachine>>extraVMMemory
01:42:22				458/519 - 15/100: Installing method VirtualMachine>>extraVMMemory:
01:42:22				458/519 - 16/100: Installing method VirtualMachine>>fileName
01:42:22				458/519 - 17/100: Installing method VirtualMachine>>flagInterpretedMethods:
01:42:22				458/519 - 18/100: Installing method VirtualMachine>>for32bit:for64bit:
01:42:22				458/519 - 19/100: Installing method VirtualMachine>>forgetModule:
01:42:22				458/519 - 20/100: Installing method VirtualMachine>>freeOldSpaceSize
01:42:22				458/519 - 21/100: Installing method VirtualMachine>>freeSize
01:42:22				458/519 - 22/100: Installing method VirtualMachine>>fullGCCount
01:42:22				458/519 - 23/100: Installing method VirtualMachine>>fullPath
01:42:22				458/519 - 24/100: Installing method VirtualMachine>>gcBiasToGrowLimit:
01:42:22				458/519 - 25/100: Installing method VirtualMachine>>gcStatisticsDuring:
01:42:22				458/519 - 26/100: Installing method VirtualMachine>>getParameters
01:42:23				458/519 - 27/100: Installing method VirtualMachine>>getSystemAttribute:
01:42:23				458/519 - 28/100: Installing method VirtualMachine>>hasSmallFloats
01:42:23				458/519 - 29/100: Installing method VirtualMachine>>headlessOption
01:42:23				458/519 - 30/100: Installing method VirtualMachine>>imageFile
01:42:23				458/519 - 31/100: Installing method VirtualMachine>>imagePath
01:42:23				458/519 - 32/100: Installing method VirtualMachine>>imageVersionInImageHeader
01:42:23				458/519 - 33/100: Installing method VirtualMachine>>imageVersionInImageHeader:
01:42:23				458/519 - 34/100: Installing method VirtualMachine>>imageVersionNumber
01:42:23				458/519 - 35/100: Installing method VirtualMachine>>incrementalGCCount
01:42:23				458/519 - 36/100: Installing method VirtualMachine>>interpreterClass
01:42:23				458/519 - 37/100: Installing method VirtualMachine>>interpreterSourceDate
01:42:23				458/519 - 38/100: Installing method VirtualMachine>>interpreterSourceVersion
01:42:23				458/519 - 39/100: Installing method VirtualMachine>>is32bit
01:42:23				458/519 - 40/100: Installing method VirtualMachine>>is64bit
01:42:23				458/519 - 41/100: Installing method VirtualMachine>>isAIOInterrupt
01:42:23				458/519 - 42/100: Installing method VirtualMachine>>isPharoVM
01:42:23				458/519 - 43/100: Installing method VirtualMachine>>isRunningCog
01:42:23				458/519 - 44/100: Installing method VirtualMachine>>isRunningCogit
01:42:23				458/519 - 45/100: Installing method VirtualMachine>>isRunningInWorkerThread
01:42:23				458/519 - 46/100: Installing method VirtualMachine>>isSpur
01:42:23				458/519 - 47/100: Installing method VirtualMachine>>listBuiltinModule:
01:42:23				458/519 - 48/100: Installing method VirtualMachine>>listBuiltinModules
01:42:23				458/519 - 49/100: Installing method VirtualMachine>>listLoadedModule:
01:42:23				458/519 - 50/100: Installing method VirtualMachine>>listLoadedModules
01:42:23				458/519 - 51/100: Installing method VirtualMachine>>maxExternalSemaphores
01:42:23				458/519 - 52/100: Installing method VirtualMachine>>maxExternalSemaphores:
01:42:34				458/519 - 53/100: Installing method VirtualMachine>>maxExternalSemaphoresSilently:
01:42:34				458/519 - 54/100: Installing method VirtualMachine>>maxFilenameLength
01:42:34				458/519 - 55/100: Installing method VirtualMachine>>maxOldSpaceSize
01:42:34				458/519 - 56/100: Installing method VirtualMachine>>maxOldSpaceSize:
01:42:34				458/519 - 57/100: Installing method VirtualMachine>>maximumPauseTimeDueToSegmentAllocation
01:42:34				458/519 - 58/100: Installing method VirtualMachine>>memoryEnd
01:42:34				458/519 - 59/100: Installing method VirtualMachine>>memorySize
01:42:34				458/519 - 60/100: Installing method VirtualMachine>>oldSpace
01:42:34				458/519 - 61/100: Installing method VirtualMachine>>oldSpaceEnd
01:42:34				458/519 - 62/100: Installing method VirtualMachine>>operatingSystemName
01:42:34				458/519 - 63/100: Installing method VirtualMachine>>optionAt:
01:42:34				458/519 - 64/100: Installing method VirtualMachine>>optionDash
01:42:34				458/519 - 65/100: Installing method VirtualMachine>>options
01:42:34				458/519 - 66/100: Installing method VirtualMachine>>parameter46Documentation
01:42:34				458/519 - 67/100: Installing method VirtualMachine>>parameterAt:
01:42:34				458/519 - 68/100: Installing method VirtualMachine>>parameterAt:put:
01:42:34				458/519 - 69/100: Installing method VirtualMachine>>parameterLabels
01:42:34				458/519 - 70/100: Installing method VirtualMachine>>platformSourceVersion
01:42:34				458/519 - 71/100: Installing method VirtualMachine>>primVmPath
01:42:34				458/519 - 72/100: Installing method VirtualMachine>>processHasThreadIdInstVar:
01:42:34				458/519 - 73/100: Installing method VirtualMachine>>processPreemptionYields
01:42:34				458/519 - 74/100: Installing method VirtualMachine>>processPreemptionYields:
01:42:34				458/519 - 75/100: Installing method VirtualMachine>>saveImageVersionInImageHeader
01:42:34				458/519 - 76/100: Installing method VirtualMachine>>setGCBiasToGrowGCLimit:
01:42:34				458/519 - 77/100: Installing method VirtualMachine>>setGCParameters
01:42:34				458/519 - 78/100: Installing method VirtualMachine>>setGCSemaphore:
01:42:34				458/519 - 79/100: Installing method VirtualMachine>>statisticsReport
01:42:34				458/519 - 80/100: Installing method VirtualMachine>>supportsMultipleBytecodeSets
01:42:35				458/519 - 81/100: Installing method VirtualMachine>>supportsWriteBarrier
01:42:35				458/519 - 82/100: Installing method VirtualMachine>>tenureCount
01:42:35				458/519 - 83/100: Installing method VirtualMachine>>tenuringThreshold
01:42:35				458/519 - 84/100: Installing method VirtualMachine>>tenuringThreshold:
01:42:35				458/519 - 85/100: Installing method VirtualMachine>>totalFullGCTime
01:42:35				458/519 - 86/100: Installing method VirtualMachine>>totalGCMarkPhaseTime
01:42:35				458/519 - 87/100: Installing method VirtualMachine>>totalGCSweepPhaseTime
01:42:35				458/519 - 88/100: Installing method VirtualMachine>>totalGCTime
01:42:35				458/519 - 89/100: Installing method VirtualMachine>>totalIncrementalGCTime
01:42:35				458/519 - 90/100: Installing method VirtualMachine>>totalJITCompileBlocksTime
01:42:35				458/519 - 91/100: Installing method VirtualMachine>>totalJITCompileMethodsTime
01:42:35				458/519 - 92/100: Installing method VirtualMachine>>totalJITCompileTime
01:42:35				458/519 - 93/100: Installing method VirtualMachine>>unloadModule:
01:42:35				458/519 - 94/100: Installing method VirtualMachine>>version
01:42:35				458/519 - 95/100: Installing method VirtualMachine>>versionLabel
01:42:35				458/519 - 96/100: Installing method VirtualMachine>>vmFileName
01:42:35				458/519 - 97/100: Installing method VirtualMachine>>voidCogVMState
01:42:35				458/519 - 98/100: Installing method VirtualMachine>>wordSize
01:42:35				458/519 - 99/100: Installing method VirtualMachine>>youngSpaceEnd
01:42:35				458/519 - 100/100: Installing method VirtualMachine>>youngSpaceSize
01:42:35				459/519 - 1/2: Installing method Warning>>defaultAction
01:42:35				459/519 - 2/2: Installing method Warning>>unhandledErrorAction
01:42:35				460/519 - 1/8: Installing method WeakAnnouncementSubscription>>finalize
01:42:35				460/519 - 2/8: Installing method WeakAnnouncementSubscription>>makeStrong
01:42:35				460/519 - 3/8: Installing method WeakAnnouncementSubscription>>makeWeak
01:42:35				460/519 - 4/8: Installing method WeakAnnouncementSubscription>>next
01:42:35				460/519 - 5/8: Installing method WeakAnnouncementSubscription>>register
01:42:35				460/519 - 6/8: Installing method WeakAnnouncementSubscription>>subscriber
01:42:35				460/519 - 7/8: Installing method WeakAnnouncementSubscription>>subscriber:
01:42:35				460/519 - 8/8: Installing method WeakAnnouncementSubscription>>unregister
01:42:35				460/519 - 1/1: Installing method WeakAnnouncementSubscription class>>new
01:42:35				462/519 - 1/3: Installing method WeakIdentityKeyDictionary>>add:
01:42:35				462/519 - 2/3: Installing method WeakIdentityKeyDictionary>>at:put:
01:42:35				462/519 - 3/3: Installing method WeakIdentityKeyDictionary>>postCopy
01:42:35				463/519 - 1/2: Installing method WeakIdentitySet>>scanFor:
01:42:35				463/519 - 2/2: Installing method WeakIdentitySet>>scanForEmptySlotFor:
01:42:35				464/519 - 1/3: Installing method WeakIdentityValueDictionary>>keyAtValue:ifAbsent:
01:42:35				464/519 - 2/3: Installing method WeakIdentityValueDictionary>>scanFor:
01:42:35				464/519 - 3/3: Installing method WeakIdentityValueDictionary>>scanForEmptySlotFor:
01:42:35				465/519 - 1/3: Installing method WeakKeyAssociation>>container
01:42:35				465/519 - 2/3: Installing method WeakKeyAssociation>>container:
01:42:36				465/519 - 3/3: Installing method WeakKeyAssociation>>mourn
01:42:36				466/519 - 1/3: Installing method WeakKeyDictionary>>add:
01:42:36				466/519 - 2/3: Installing method WeakKeyDictionary>>at:put:
01:42:36				466/519 - 3/3: Installing method WeakKeyDictionary>>postCopy
01:42:36				467/519 - 1/3: Installing method WeakLayout>>instanceSpecification
01:42:36				467/519 - 2/3: Installing method WeakLayout>>isVariable
01:42:36				467/519 - 3/3: Installing method WeakLayout>>isWeak
01:42:36				467/519 - 1/1: Installing method WeakLayout class>>extending:scope:host:
01:42:36				468/519 - 1/24: Installing method WeakMessageSend>>=
01:42:37				468/519 - 2/24: Installing method WeakMessageSend>>arguments
01:42:37				468/519 - 3/24: Installing method WeakMessageSend>>arguments:
01:42:37				468/519 - 4/24: Installing method WeakMessageSend>>asMessageSend
01:42:37				468/519 - 5/24: Installing method WeakMessageSend>>asMinimalRepresentation
01:42:37				468/519 - 6/24: Installing method WeakMessageSend>>collectArguments:
01:42:37				468/519 - 7/24: Installing method WeakMessageSend>>ensureArguments
01:42:37				468/519 - 8/24: Installing method WeakMessageSend>>ensureReceiver
01:42:37				468/519 - 9/24: Installing method WeakMessageSend>>ensureReceiver:
01:42:37				468/519 - 10/24: Installing method WeakMessageSend>>ensureReceiverAndArguments
01:42:37				468/519 - 11/24: Installing method WeakMessageSend>>ensureReceiverAndArguments:
01:42:37				468/519 - 12/24: Installing method WeakMessageSend>>isAnyArgumentGarbage
01:42:37				468/519 - 13/24: Installing method WeakMessageSend>>isReceiverGarbage
01:42:37				468/519 - 14/24: Installing method WeakMessageSend>>isReceiverOrAnyArgumentGarbage
01:42:37				468/519 - 15/24: Installing method WeakMessageSend>>isValid
01:42:37				468/519 - 16/24: Installing method WeakMessageSend>>printOn:
01:42:37				468/519 - 17/24: Installing method WeakMessageSend>>receiver
01:42:37				468/519 - 18/24: Installing method WeakMessageSend>>receiver:
01:42:37				468/519 - 19/24: Installing method WeakMessageSend>>value
01:42:37				468/519 - 20/24: Installing method WeakMessageSend>>value:
01:42:37				468/519 - 21/24: Installing method WeakMessageSend>>value:value:
01:42:37				468/519 - 22/24: Installing method WeakMessageSend>>value:value:value:
01:42:37				468/519 - 23/24: Installing method WeakMessageSend>>valueWithArguments:
01:42:37				468/519 - 24/24: Installing method WeakMessageSend>>valueWithEnoughArguments:
01:42:37				468/519 - 1/1: Installing method WeakMessageSend class>>new
01:42:37				469/519 - 1/1: Installing method WeakOrderedCollection class>>arrayType
01:42:37				470/519 - 1/23: Installing method WeakSet>>add:
01:42:37				470/519 - 2/23: Installing method WeakSet>>anyOne
01:42:37				470/519 - 3/23: Installing method WeakSet>>asArray
01:42:37				470/519 - 4/23: Installing method WeakSet>>collect:
01:42:37				470/519 - 5/23: Installing method WeakSet>>do:
01:42:37				470/519 - 6/23: Installing method WeakSet>>do:after:
01:42:37				470/519 - 7/23: Installing method WeakSet>>fixCollisionsFrom:
01:42:37				470/519 - 8/23: Installing method WeakSet>>grow
01:42:37				470/519 - 9/23: Installing method WeakSet>>growTo:
01:42:37				470/519 - 10/23: Installing method WeakSet>>includes:
01:42:37				470/519 - 11/23: Installing method WeakSet>>initialize:
01:42:37				470/519 - 12/23: Installing method WeakSet>>isHealthy
01:42:38				470/519 - 13/23: Installing method WeakSet>>like:
01:42:38				470/519 - 14/23: Installing method WeakSet>>like:ifAbsent:
01:42:38				470/519 - 15/23: Installing method WeakSet>>noCheckNoGrowFillFrom:
01:42:38				470/519 - 16/23: Installing method WeakSet>>postCopy
01:42:38				470/519 - 17/23: Installing method WeakSet>>printElementsOn:
01:42:38				470/519 - 18/23: Installing method WeakSet>>rehash
01:42:38				470/519 - 19/23: Installing method WeakSet>>remove:ifAbsent:
01:42:38				470/519 - 20/23: Installing method WeakSet>>scanFor:
01:42:38				470/519 - 21/23: Installing method WeakSet>>scanForEmptySlotFor:
01:42:38				470/519 - 22/23: Installing method WeakSet>>scanForLoadedSymbol:
01:42:38				470/519 - 23/23: Installing method WeakSet>>slowSize
01:42:38				471/519 - 1/4: Installing method WeakSubscriptionBuilder>>announcer:
01:42:38				471/519 - 2/4: Installing method WeakSubscriptionBuilder>>weak
01:42:38				471/519 - 3/4: Installing method WeakSubscriptionBuilder>>when:do:for:
01:42:38				471/519 - 4/4: Installing method WeakSubscriptionBuilder>>when:send:to:
01:42:38				471/519 - 1/1: Installing method WeakSubscriptionBuilder class>>on:
01:42:38				472/519 - 1/3: Installing method WeakValueAssociation>>key:value:
01:42:38				472/519 - 2/3: Installing method WeakValueAssociation>>value
01:42:38				472/519 - 3/3: Installing method WeakValueAssociation>>value:
01:42:38				472/519 - 1/2: Installing method WeakValueAssociation class>>key:value:
01:42:38				472/519 - 2/2: Installing method WeakValueAssociation class>>new
01:42:38				473/519 - 1/10: Installing method WeakValueDictionary>>add:
01:42:38				473/519 - 2/10: Installing method WeakValueDictionary>>associationAt:ifAbsent:
01:42:38				473/519 - 3/10: Installing method WeakValueDictionary>>associationsDo:
01:42:38				473/519 - 4/10: Installing method WeakValueDictionary>>at:ifAbsent:
01:42:38				473/519 - 5/10: Installing method WeakValueDictionary>>at:ifPresent:
01:42:38				473/519 - 6/10: Installing method WeakValueDictionary>>at:put:
01:42:38				473/519 - 7/10: Installing method WeakValueDictionary>>includesKey:
01:42:38				473/519 - 8/10: Installing method WeakValueDictionary>>rehash
01:42:38				473/519 - 9/10: Installing method WeakValueDictionary>>size
01:42:38				473/519 - 10/10: Installing method WeakValueDictionary>>valuesDo:
01:42:39				474/519 - 1/21: Installing method WideCharacterSet>>=
01:42:39				474/519 - 2/21: Installing method WideCharacterSet>>add:
01:42:39				474/519 - 3/21: Installing method WideCharacterSet>>bitmap:at:
01:42:39				474/519 - 4/21: Installing method WideCharacterSet>>bitmap:do:
01:42:39				474/519 - 5/21: Installing method WideCharacterSet>>byteArrayMap
01:42:39				474/519 - 6/21: Installing method WideCharacterSet>>clearBitmap:at:
01:42:39				474/519 - 7/21: Installing method WideCharacterSet>>complement
01:42:39				474/519 - 8/21: Installing method WideCharacterSet>>do:
01:42:39				474/519 - 9/21: Installing method WideCharacterSet>>findFirstInByteString:startingAt:
01:42:39				474/519 - 10/21: Installing method WideCharacterSet>>hasWideCharacters
01:42:39				474/519 - 11/21: Installing method WideCharacterSet>>hash
01:42:39				474/519 - 12/21: Installing method WideCharacterSet>>includes:
01:42:39				474/519 - 13/21: Installing method WideCharacterSet>>initialize
01:42:39				474/519 - 14/21: Installing method WideCharacterSet>>postCopy
01:42:39				474/519 - 15/21: Installing method WideCharacterSet>>remove:
01:42:39				474/519 - 16/21: Installing method WideCharacterSet>>remove:ifAbsent:
01:42:39				474/519 - 17/21: Installing method WideCharacterSet>>removeAll
01:42:39				474/519 - 18/21: Installing method WideCharacterSet>>setBitmap:at:
01:42:39				474/519 - 19/21: Installing method WideCharacterSet>>size
01:42:39				474/519 - 20/21: Installing method WideCharacterSet>>species
01:42:39				474/519 - 21/21: Installing method WideCharacterSet>>wideCharacterMap
01:42:39				474/519 - 1/1: Installing method WideCharacterSet class>>newFrom:
01:42:39				475/519 - 1/17: Installing method WideString>>asByteArray
01:42:39				475/519 - 2/17: Installing method WideString>>asFourCode
01:42:39				475/519 - 3/17: Installing method WideString>>asLowercase
01:42:39				475/519 - 4/17: Installing method WideString>>asUppercase
01:42:39				475/519 - 5/17: Installing method WideString>>asWideString
01:42:39				475/519 - 6/17: Installing method WideString>>at:
01:42:39				475/519 - 7/17: Installing method WideString>>at:put:
01:42:39				475/519 - 8/17: Installing method WideString>>byteAt:
01:42:39				475/519 - 9/17: Installing method WideString>>byteAt:put:
01:42:39				475/519 - 10/17: Installing method WideString>>byteSize
01:42:39				475/519 - 11/17: Installing method WideString>>copyFrom:to:
01:42:39				475/519 - 12/17: Installing method WideString>>createSymbol
01:42:39				475/519 - 13/17: Installing method WideString>>findIn:startingAt:matchTable:
01:42:39				475/519 - 14/17: Installing method WideString>>isWideString
01:42:39				475/519 - 15/17: Installing method WideString>>replaceFrom:to:with:startingAt:
01:42:39				475/519 - 16/17: Installing method WideString>>wordAt:
01:42:39				475/519 - 17/17: Installing method WideString>>wordAt:put:
01:42:39				475/519 - 1/3: Installing method WideString class>>from:
01:42:39				475/519 - 2/3: Installing method WideString class>>fromByteArray:
01:42:39				475/519 - 3/3: Installing method WideString class>>fromString:
01:42:40				476/519 - 1/12: Installing method WideSymbol>>asWideString
01:42:40				476/519 - 2/12: Installing method WideSymbol>>at:
01:42:40				476/519 - 3/12: Installing method WideSymbol>>byteAt:
01:42:40				476/519 - 4/12: Installing method WideSymbol>>byteAt:put:
01:42:40				476/519 - 5/12: Installing method WideSymbol>>byteSize
01:42:40				476/519 - 6/12: Installing method WideSymbol>>findIn:startingAt:matchTable:
01:42:40				476/519 - 7/12: Installing method WideSymbol>>isWideString
01:42:40				476/519 - 8/12: Installing method WideSymbol>>privateAt:put:
01:42:40				476/519 - 9/12: Installing method WideSymbol>>species
01:42:40				476/519 - 10/12: Installing method WideSymbol>>string:
01:42:40				476/519 - 11/12: Installing method WideSymbol>>wordAt:
01:42:40				476/519 - 12/12: Installing method WideSymbol>>wordAt:put:
01:42:40				477/519 - 1/3: Installing method Win32Platform>>accept:
01:42:40				477/519 - 2/3: Installing method Win32Platform>>isWin32
01:42:40				477/519 - 3/3: Installing method Win32Platform>>newTerminfo
01:42:40				477/519 - 1/1: Installing method Win32Platform class>>isActivePlatform
01:42:40				478/519 - 1/5: Installing method Win32WideString>>asString
01:42:40				478/519 - 2/5: Installing method Win32WideString>>asWin32WideString
01:42:40				478/519 - 3/5: Installing method Win32WideString>>byteSize
01:42:40				478/519 - 4/5: Installing method Win32WideString>>printOn:
01:42:40				478/519 - 5/5: Installing method Win32WideString>>size
01:42:40				478/519 - 1/4: Installing method Win32WideString class>>fromByteArray:
01:42:40				478/519 - 2/4: Installing method Win32WideString class>>fromHandle:
01:42:40				478/519 - 3/4: Installing method Win32WideString class>>fromString:
01:42:40				478/519 - 4/4: Installing method Win32WideString class>>new:
01:42:40				479/519 - 1/2: Installing method Win64Platform>>accept:
01:42:40				479/519 - 2/2: Installing method Win64Platform>>isWin64
01:42:40				479/519 - 1/1: Installing method Win64Platform class>>isActivePlatform
01:42:41				480/519 - 1/20: Installing method WinPlatform>>accept:
01:42:41				480/519 - 2/20: Installing method WinPlatform>>defaultMaximumPathLength
01:42:41				480/519 - 3/20: Installing method WinPlatform>>family
01:42:41				480/519 - 4/20: Installing method WinPlatform>>ffiLibraryName
01:42:41				480/519 - 5/20: Installing method WinPlatform>>formatMessage:_:_:_:_:_:_:
01:42:41				480/519 - 6/20: Installing method WinPlatform>>getEnvironmentVariable:into:size:
01:42:41				480/519 - 7/20: Installing method WinPlatform>>getErrorMessage:
01:42:41				480/519 - 8/20: Installing method WinPlatform>>getTempPath
01:42:41				480/519 - 9/20: Installing method WinPlatform>>getTempPath:buffer:
01:42:41				480/519 - 10/20: Installing method WinPlatform>>isWindows
01:42:41				480/519 - 11/20: Installing method WinPlatform>>keyForValue:
01:42:41				480/519 - 12/20: Installing method WinPlatform>>lastError
01:42:41				480/519 - 13/20: Installing method WinPlatform>>lineEnding
01:42:41				480/519 - 14/20: Installing method WinPlatform>>menuShortcutString
01:42:41				480/519 - 15/20: Installing method WinPlatform>>multiByteToWideCharacterCodepage:flags:input:inputLen:output:outputLen:
01:42:41				480/519 - 16/20: Installing method WinPlatform>>potentialLocationsOfSourcesFile
01:42:41				480/519 - 17/20: Installing method WinPlatform>>setEnvironmentVariable:value:
01:42:41				480/519 - 18/20: Installing method WinPlatform>>setLastError:
01:42:41				480/519 - 19/20: Installing method WinPlatform>>virtualKey:
01:42:41				480/519 - 20/20: Installing method WinPlatform>>wideCharacterToMultiByteCodepage:flags:input:inputLen:output:outputLen:
01:42:41				481/519 - 1/13: Installing method WordArray>>asWordArray
01:42:41				481/519 - 2/13: Installing method WordArray>>atAllPut:
01:42:41				481/519 - 3/13: Installing method WordArray>>byteSize
01:42:41				481/519 - 4/13: Installing method WordArray>>defaultElement
01:42:42				481/519 - 5/13: Installing method WordArray>>primAddArray:and:into:
01:42:42				481/519 - 6/13: Installing method WordArray>>primAddScalar:and:into:
01:42:42				481/519 - 7/13: Installing method WordArray>>primDivArray:and:into:
01:42:42				481/519 - 8/13: Installing method WordArray>>primDivScalar:and:into:
01:42:42				481/519 - 9/13: Installing method WordArray>>primMulArray:and:into:
01:42:42				481/519 - 10/13: Installing method WordArray>>primMulScalar:and:into:
01:42:42				481/519 - 11/13: Installing method WordArray>>primSubArray:and:into:
01:42:42				481/519 - 12/13: Installing method WordArray>>primSubScalar:and:into:
01:42:42				481/519 - 13/13: Installing method WordArray>>replaceFrom:to:with:startingAt:
01:42:42				482/519 - 1/4: Installing method WordLayout>>bytesPerSlot
01:42:42				482/519 - 2/4: Installing method WordLayout>>extendWord
01:42:42				482/519 - 3/4: Installing method WordLayout>>instanceSpecification
01:42:42				482/519 - 4/4: Installing method WordLayout>>isWords
01:42:42				482/519 - 1/1: Installing method WordLayout class>>extending:scope:host:
01:42:42				483/519 - 1/19: Installing method WorkingSession>>accessMode
01:42:42				483/519 - 2/19: Installing method WorkingSession>>accessMode:
01:42:42				483/519 - 3/19: Installing method WorkingSession>>addDeferredStartupAction:
01:42:42				483/519 - 4/19: Installing method WorkingSession>>errorHandler
01:42:42				483/519 - 5/19: Installing method WorkingSession>>executeDeferredStartupActions:
01:42:42				483/519 - 6/19: Installing method WorkingSession>>initialize
01:42:42				483/519 - 7/19: Installing method WorkingSession>>install
01:42:42				483/519 - 8/19: Installing method WorkingSession>>isDisabledAccessMode
01:42:42				483/519 - 9/19: Installing method WorkingSession>>isReadOnlyAccessMode
01:42:42				483/519 - 10/19: Installing method WorkingSession>>isReadWriteAccessMode
01:42:42				483/519 - 11/19: Installing method WorkingSession>>isWriteOnlyAccessMode
01:42:42				483/519 - 12/19: Installing method WorkingSession>>manager:
01:42:42				483/519 - 13/19: Installing method WorkingSession>>properties
01:42:42				483/519 - 14/19: Installing method WorkingSession>>runList:do:
01:42:42				483/519 - 15/19: Installing method WorkingSession>>runShutdown:
01:42:42				483/519 - 16/19: Installing method WorkingSession>>runStartup:
01:42:42				483/519 - 17/19: Installing method WorkingSession>>start:
01:42:42				483/519 - 18/19: Installing method WorkingSession>>stop:
01:42:42				483/519 - 19/19: Installing method WorkingSession>>uninstall
01:42:42				484/519 - 1/5: Installing method WorkspaceVariable>>allowsShadowing
01:42:42				484/519 - 2/5: Installing method WorkspaceVariable>>emitStore:
01:42:42				484/519 - 3/5: Installing method WorkspaceVariable>>emitValue:
01:42:42				484/519 - 4/5: Installing method WorkspaceVariable>>isReferenced
01:42:42				484/519 - 5/5: Installing method WorkspaceVariable>>isWorkspaceVariable
01:42:43				485/519 - 1/37: Installing method WriteStream>><<
01:42:43				485/519 - 2/37: Installing method WriteStream>>braceArray
01:42:43				485/519 - 3/37: Installing method WriteStream>>braceArray:
01:42:43				485/519 - 4/37: Installing method WriteStream>>contents
01:42:43				485/519 - 5/37: Installing method WriteStream>>cr
01:42:43				485/519 - 6/37: Installing method WriteStream>>crlf
01:42:43				485/519 - 7/37: Installing method WriteStream>>crtab
01:42:43				485/519 - 8/37: Installing method WriteStream>>crtab:
01:42:43				485/519 - 9/37: Installing method WriteStream>>ensureASpace
01:42:43				485/519 - 10/37: Installing method WriteStream>>ensureCr
01:42:43				485/519 - 11/37: Installing method WriteStream>>ensureEndsWith:
01:42:43				485/519 - 12/37: Installing method WriteStream>>ensureNoSpace
01:42:43				485/519 - 13/37: Installing method WriteStream>>growTo:
01:42:43				485/519 - 14/37: Installing method WriteStream>>lf
01:42:43				485/519 - 15/37: Installing method WriteStream>>next
01:42:43				485/519 - 16/37: Installing method WriteStream>>next:putAll:startingAt:
01:42:43				485/519 - 17/37: Installing method WriteStream>>nextChunkPut:
01:42:43				485/519 - 18/37: Installing method WriteStream>>nextPut:
01:42:43				485/519 - 19/37: Installing method WriteStream>>nextPutAll:
01:42:43				485/519 - 20/37: Installing method WriteStream>>on:
01:42:43				485/519 - 21/37: Installing method WriteStream>>on:from:to:
01:42:43				485/519 - 22/37: Installing method WriteStream>>pastEndPut:
01:42:43				485/519 - 23/37: Installing method WriteStream>>peekLast
01:42:43				485/519 - 24/37: Installing method WriteStream>>position:
01:42:43				485/519 - 25/37: Installing method WriteStream>>reset
01:42:43				485/519 - 26/37: Installing method WriteStream>>resetToStart
01:42:43				485/519 - 27/37: Installing method WriteStream>>setToEnd
01:42:43				485/519 - 28/37: Installing method WriteStream>>size
01:42:43				485/519 - 29/37: Installing method WriteStream>>space
01:42:43				485/519 - 30/37: Installing method WriteStream>>space:
01:42:43				485/519 - 31/37: Installing method WriteStream>>store:
01:42:43				485/519 - 32/37: Installing method WriteStream>>tab
01:42:43				485/519 - 33/37: Installing method WriteStream>>tab:
01:42:43				485/519 - 34/37: Installing method WriteStream>>with:
01:42:43				485/519 - 35/37: Installing method WriteStream>>with:from:to:
01:42:43				485/519 - 36/37: Installing method WriteStream>>withAttribute:do:
01:42:43				485/519 - 37/37: Installing method WriteStream>>withAttributes:do:
01:42:43				485/519 - 1/2: Installing method WriteStream class>>with:
01:42:43				485/519 - 2/2: Installing method WriteStream class>>with:from:to:
01:42:44				486/519 - 1/3: Installing method ZeroDivide>>dividend
01:42:44				486/519 - 2/3: Installing method ZeroDivide>>dividend:
01:42:44				486/519 - 3/3: Installing method ZeroDivide>>isResumable
01:42:44				486/519 - 1/2: Installing method ZeroDivide class>>dividend:
01:42:44				486/519 - 2/2: Installing method ZeroDivide class>>signalWithDividend:
01:42:44				487/519 - 1/26: Installing method ZnBase64Encoder>>alphabet
01:42:44				487/519 - 2/26: Installing method ZnBase64Encoder>>alphabet:
01:42:44				487/519 - 3/26: Installing method ZnBase64Encoder>>beForURLEncoding
01:42:44				487/519 - 4/26: Installing method ZnBase64Encoder>>beLenient
01:42:44				487/519 - 5/26: Installing method ZnBase64Encoder>>beStrict
01:42:45				487/519 - 6/26: Installing method ZnBase64Encoder>>breakLines
01:42:45				487/519 - 7/26: Installing method ZnBase64Encoder>>breakLinesAt:
01:42:45				487/519 - 8/26: Installing method ZnBase64Encoder>>byteCountFor:
01:42:45				487/519 - 9/26: Installing method ZnBase64Encoder>>characterCountFor:
01:42:45				487/519 - 10/26: Installing method ZnBase64Encoder>>characterForValue:
01:42:45				487/519 - 11/26: Installing method ZnBase64Encoder>>decode:
01:42:45				487/519 - 12/26: Installing method ZnBase64Encoder>>decode:and:and:and:to:
01:42:45				487/519 - 13/26: Installing method ZnBase64Encoder>>decode:to:
01:42:45				487/519 - 14/26: Installing method ZnBase64Encoder>>encode:
01:42:45				487/519 - 15/26: Installing method ZnBase64Encoder>>encode:and:and:to:
01:42:45				487/519 - 16/26: Installing method ZnBase64Encoder>>encode:to:
01:42:45				487/519 - 17/26: Installing method ZnBase64Encoder>>initialize
01:42:45				487/519 - 18/26: Installing method ZnBase64Encoder>>isLegalCharacter:
01:42:45				487/519 - 19/26: Installing method ZnBase64Encoder>>isWhitespaceCharacter:
01:42:45				487/519 - 20/26: Installing method ZnBase64Encoder>>lineEndConvention:
01:42:45				487/519 - 21/26: Installing method ZnBase64Encoder>>noPadding
01:42:45				487/519 - 22/26: Installing method ZnBase64Encoder>>padding:
01:42:45				487/519 - 23/26: Installing method ZnBase64Encoder>>skipWhitespace:
01:42:45				487/519 - 24/26: Installing method ZnBase64Encoder>>standardAlphabetWith:and:
01:42:45				487/519 - 25/26: Installing method ZnBase64Encoder>>valueForCharacter:
01:42:45				487/519 - 26/26: Installing method ZnBase64Encoder>>whitespace:
01:42:45				487/519 - 1/1: Installing method ZnBase64Encoder class>>initialize
01:42:45				488/519 - 1/44: Installing method ZnBufferedReadStream>>atEnd
01:42:45				488/519 - 2/44: Installing method ZnBufferedReadStream>>back
01:42:45				488/519 - 3/44: Installing method ZnBufferedReadStream>>close
01:42:45				488/519 - 4/44: Installing method ZnBufferedReadStream>>closed
01:42:45				488/519 - 5/44: Installing method ZnBufferedReadStream>>collectionSpecies
01:42:45				488/519 - 6/44: Installing method ZnBufferedReadStream>>contents
01:42:45				488/519 - 7/44: Installing method ZnBufferedReadStream>>defaultBufferSize
01:42:45				488/519 - 8/44: Installing method ZnBufferedReadStream>>discardBuffer
01:42:45				488/519 - 9/44: Installing method ZnBufferedReadStream>>initialize
01:42:45				488/519 - 10/44: Installing method ZnBufferedReadStream>>int16
01:42:45				488/519 - 11/44: Installing method ZnBufferedReadStream>>int32
01:42:45				488/519 - 12/44: Installing method ZnBufferedReadStream>>int8
01:42:45				488/519 - 13/44: Installing method ZnBufferedReadStream>>isBinary
01:42:45				488/519 - 14/44: Installing method ZnBufferedReadStream>>isStream
01:42:45				488/519 - 15/44: Installing method ZnBufferedReadStream>>next
01:42:45				488/519 - 16/44: Installing method ZnBufferedReadStream>>next:
01:42:45				488/519 - 17/44: Installing method ZnBufferedReadStream>>next:into:
01:42:45				488/519 - 18/44: Installing method ZnBufferedReadStream>>next:into:startingAt:
01:42:45				488/519 - 19/44: Installing method ZnBufferedReadStream>>nextBuffer
01:42:45				488/519 - 20/44: Installing method ZnBufferedReadStream>>nextInt32
01:42:45				488/519 - 21/44: Installing method ZnBufferedReadStream>>nextIntegerOfSize:signed:bigEndian:
01:42:45				488/519 - 22/44: Installing method ZnBufferedReadStream>>nextInto:
01:42:45				488/519 - 23/44: Installing method ZnBufferedReadStream>>nextLittleEndianNumber:
01:42:45				488/519 - 24/44: Installing method ZnBufferedReadStream>>nextNumber:
01:42:45				488/519 - 25/44: Installing method ZnBufferedReadStream>>nextWord
01:42:45				488/519 - 26/44: Installing method ZnBufferedReadStream>>on:
01:42:45				488/519 - 27/44: Installing method ZnBufferedReadStream>>peek
01:42:45				488/519 - 28/44: Installing method ZnBufferedReadStream>>peekFor:
01:42:45				488/519 - 29/44: Installing method ZnBufferedReadStream>>position
01:42:45				488/519 - 30/44: Installing method ZnBufferedReadStream>>position:
01:42:45				488/519 - 31/44: Installing method ZnBufferedReadStream>>readFromBufferInto:startingAt:count:
01:42:45				488/519 - 32/44: Installing method ZnBufferedReadStream>>readInto:startingAt:count:
01:42:45				488/519 - 33/44: Installing method ZnBufferedReadStream>>readStream
01:42:45				488/519 - 34/44: Installing method ZnBufferedReadStream>>setToEnd
01:42:45				488/519 - 35/44: Installing method ZnBufferedReadStream>>shouldBufferReadOfCount:
01:42:45				488/519 - 36/44: Installing method ZnBufferedReadStream>>size
01:42:45				488/519 - 37/44: Installing method ZnBufferedReadStream>>sizeBuffer:
01:42:45				488/519 - 38/44: Installing method ZnBufferedReadStream>>skip:
01:42:46				488/519 - 39/44: Installing method ZnBufferedReadStream>>uint16
01:42:46				488/519 - 40/44: Installing method ZnBufferedReadStream>>uint32
01:42:46				488/519 - 41/44: Installing method ZnBufferedReadStream>>uint8
01:42:46				488/519 - 42/44: Installing method ZnBufferedReadStream>>upTo:
01:42:46				488/519 - 43/44: Installing method ZnBufferedReadStream>>upToEnd
01:42:46				488/519 - 44/44: Installing method ZnBufferedReadStream>>wrappedStream
01:42:46				488/519 - 1/2: Installing method ZnBufferedReadStream class>>on:
01:42:46				488/519 - 2/2: Installing method ZnBufferedReadStream class>>on:do:
01:42:46				489/519 - 1/29: Installing method ZnBufferedReadWriteStream>>atEnd
01:42:46				489/519 - 2/29: Installing method ZnBufferedReadWriteStream>>close
01:42:46				489/519 - 3/29: Installing method ZnBufferedReadWriteStream>>closed
01:42:46				489/519 - 4/29: Installing method ZnBufferedReadWriteStream>>flush
01:42:46				489/519 - 5/29: Installing method ZnBufferedReadWriteStream>>isBinary
01:42:46				489/519 - 6/29: Installing method ZnBufferedReadWriteStream>>isReadOnly
01:42:46				489/519 - 7/29: Installing method ZnBufferedReadWriteStream>>isStream
01:42:46				489/519 - 8/29: Installing method ZnBufferedReadWriteStream>>next
01:42:46				489/519 - 9/29: Installing method ZnBufferedReadWriteStream>>next:
01:42:46				489/519 - 10/29: Installing method ZnBufferedReadWriteStream>>next:putAll:
01:42:46				489/519 - 11/29: Installing method ZnBufferedReadWriteStream>>next:putAll:startingAt:
01:42:46				489/519 - 12/29: Installing method ZnBufferedReadWriteStream>>nextPut:
01:42:46				489/519 - 13/29: Installing method ZnBufferedReadWriteStream>>nextPutAll:
01:42:46				489/519 - 14/29: Installing method ZnBufferedReadWriteStream>>on:
01:42:46				489/519 - 15/29: Installing method ZnBufferedReadWriteStream>>peek
01:42:46				489/519 - 16/29: Installing method ZnBufferedReadWriteStream>>position
01:42:46				489/519 - 17/29: Installing method ZnBufferedReadWriteStream>>position:
01:42:46				489/519 - 18/29: Installing method ZnBufferedReadWriteStream>>readInto:startingAt:count:
01:42:46				489/519 - 19/29: Installing method ZnBufferedReadWriteStream>>readingActionDo:
01:42:46				489/519 - 20/29: Installing method ZnBufferedReadWriteStream>>setToEnd
01:42:46				489/519 - 21/29: Installing method ZnBufferedReadWriteStream>>size
01:42:46				489/519 - 22/29: Installing method ZnBufferedReadWriteStream>>sizeBuffer:
01:42:46				489/519 - 23/29: Installing method ZnBufferedReadWriteStream>>skip:
01:42:46				489/519 - 24/29: Installing method ZnBufferedReadWriteStream>>truncate
01:42:46				489/519 - 25/29: Installing method ZnBufferedReadWriteStream>>truncate:
01:42:46				489/519 - 26/29: Installing method ZnBufferedReadWriteStream>>upTo:
01:42:46				489/519 - 27/29: Installing method ZnBufferedReadWriteStream>>upToEnd
01:42:46				489/519 - 28/29: Installing method ZnBufferedReadWriteStream>>wrappedStream
01:42:46				489/519 - 29/29: Installing method ZnBufferedReadWriteStream>>writingActionDo:
01:42:46				489/519 - 1/2: Installing method ZnBufferedReadWriteStream class>>on:
01:42:46				489/519 - 2/2: Installing method ZnBufferedReadWriteStream class>>on:do:
01:42:47				490/519 - 1/42: Installing method ZnBufferedWriteStream>>buffer
01:42:47				490/519 - 2/42: Installing method ZnBufferedWriteStream>>bufferFreeSize
01:42:47				490/519 - 3/42: Installing method ZnBufferedWriteStream>>bufferSize
01:42:47				490/519 - 4/42: Installing method ZnBufferedWriteStream>>close
01:42:47				490/519 - 5/42: Installing method ZnBufferedWriteStream>>closed
01:42:47				490/519 - 6/42: Installing method ZnBufferedWriteStream>>cr
01:42:47				490/519 - 7/42: Installing method ZnBufferedWriteStream>>crlf
01:42:47				490/519 - 8/42: Installing method ZnBufferedWriteStream>>defaultBufferSize
01:42:47				490/519 - 9/42: Installing method ZnBufferedWriteStream>>discardBuffer
01:42:47				490/519 - 10/42: Installing method ZnBufferedWriteStream>>finish
01:42:47				490/519 - 11/42: Installing method ZnBufferedWriteStream>>flush
01:42:47				490/519 - 12/42: Installing method ZnBufferedWriteStream>>flushBuffer
01:42:47				490/519 - 13/42: Installing method ZnBufferedWriteStream>>flushBufferIfFull
01:42:47				490/519 - 14/42: Installing method ZnBufferedWriteStream>>int16:
01:42:47				490/519 - 15/42: Installing method ZnBufferedWriteStream>>int32:
01:42:47				490/519 - 16/42: Installing method ZnBufferedWriteStream>>int8:
01:42:47				490/519 - 17/42: Installing method ZnBufferedWriteStream>>isBinary
01:42:47				490/519 - 18/42: Installing method ZnBufferedWriteStream>>isStream
01:42:47				490/519 - 19/42: Installing method ZnBufferedWriteStream>>lf
01:42:47				490/519 - 20/42: Installing method ZnBufferedWriteStream>>next:putAll:
01:42:47				490/519 - 21/42: Installing method ZnBufferedWriteStream>>next:putAll:startingAt:
01:42:47				490/519 - 22/42: Installing method ZnBufferedWriteStream>>nextInt32Put:
01:42:47				490/519 - 23/42: Installing method ZnBufferedWriteStream>>nextIntegerOfSize:signed:bigEndian:put:
01:42:47				490/519 - 24/42: Installing method ZnBufferedWriteStream>>nextLittleEndianNumber:put:
01:42:47				490/519 - 25/42: Installing method ZnBufferedWriteStream>>nextNumber:put:
01:42:47				490/519 - 26/42: Installing method ZnBufferedWriteStream>>nextPut:
01:42:47				490/519 - 27/42: Installing method ZnBufferedWriteStream>>nextPutAll:
01:42:47				490/519 - 28/42: Installing method ZnBufferedWriteStream>>nextWordPut:
01:42:47				490/519 - 29/42: Installing method ZnBufferedWriteStream>>on:
01:42:47				490/519 - 30/42: Installing method ZnBufferedWriteStream>>position
01:42:47				490/519 - 31/42: Installing method ZnBufferedWriteStream>>position:
01:42:47				490/519 - 32/42: Installing method ZnBufferedWriteStream>>print:
01:42:47				490/519 - 33/42: Installing method ZnBufferedWriteStream>>printOn:
01:42:47				490/519 - 34/42: Installing method ZnBufferedWriteStream>>setToEnd
01:42:47				490/519 - 35/42: Installing method ZnBufferedWriteStream>>sizeBuffer:
01:42:47				490/519 - 36/42: Installing method ZnBufferedWriteStream>>space
01:42:47				490/519 - 37/42: Installing method ZnBufferedWriteStream>>tab
01:42:47				490/519 - 38/42: Installing method ZnBufferedWriteStream>>truncate
01:42:47				490/519 - 39/42: Installing method ZnBufferedWriteStream>>truncate:
01:42:47				490/519 - 40/42: Installing method ZnBufferedWriteStream>>uint16:
01:42:47				490/519 - 41/42: Installing method ZnBufferedWriteStream>>uint32:
01:42:47				490/519 - 42/42: Installing method ZnBufferedWriteStream>>uint8:
01:42:47				490/519 - 1/2: Installing method ZnBufferedWriteStream class>>on:
01:42:47				490/519 - 2/2: Installing method ZnBufferedWriteStream class>>on:do:
01:42:47				491/519 - 1/1: Installing method ZnByteEncoder>>decodeBytesIntoWideString:
01:42:48				491/519 - 1/33: Installing method ZnByteEncoder class>>cp1250Mapping
01:42:48				491/519 - 2/33: Installing method ZnByteEncoder class>>cp1251Mapping
01:42:48				491/519 - 3/33: Installing method ZnByteEncoder class>>cp1252Mapping
01:42:48				491/519 - 4/33: Installing method ZnByteEncoder class>>cp1253Mapping
01:42:48				491/519 - 5/33: Installing method ZnByteEncoder class>>cp1254Mapping
01:42:48				491/519 - 6/33: Installing method ZnByteEncoder class>>cp1255Mapping
01:42:48				491/519 - 7/33: Installing method ZnByteEncoder class>>cp1256Mapping
01:42:48				491/519 - 8/33: Installing method ZnByteEncoder class>>cp1257Mapping
01:42:48				491/519 - 9/33: Installing method ZnByteEncoder class>>cp1258Mapping
01:42:48				491/519 - 10/33: Installing method ZnByteEncoder class>>cp850Mapping
01:42:48				491/519 - 11/33: Installing method ZnByteEncoder class>>cp866Mapping
01:42:48				491/519 - 12/33: Installing method ZnByteEncoder class>>cp874Mapping
01:42:48				491/519 - 13/33: Installing method ZnByteEncoder class>>generateByteToUnicodeSpec:
01:42:48				491/519 - 14/33: Installing method ZnByteEncoder class>>iso885910Mapping
01:42:48				491/519 - 15/33: Installing method ZnByteEncoder class>>iso885913Mapping
01:42:48				491/519 - 16/33: Installing method ZnByteEncoder class>>iso885914Mapping
01:42:48				491/519 - 17/33: Installing method ZnByteEncoder class>>iso885915Mapping
01:42:48				491/519 - 18/33: Installing method ZnByteEncoder class>>iso885916Mapping
01:42:48				491/519 - 19/33: Installing method ZnByteEncoder class>>iso88592Mapping
01:42:48				491/519 - 20/33: Installing method ZnByteEncoder class>>iso88593Mapping
01:42:48				491/519 - 21/33: Installing method ZnByteEncoder class>>iso88594Mapping
01:42:48				491/519 - 22/33: Installing method ZnByteEncoder class>>iso88595Mapping
01:42:48				491/519 - 23/33: Installing method ZnByteEncoder class>>iso88596Mapping
01:42:48				491/519 - 24/33: Installing method ZnByteEncoder class>>iso88597Mapping
01:42:48				491/519 - 25/33: Installing method ZnByteEncoder class>>iso88598Mapping
01:42:48				491/519 - 26/33: Installing method ZnByteEncoder class>>koi8rMapping
01:42:48				491/519 - 27/33: Installing method ZnByteEncoder class>>koi8uMapping
01:42:48				491/519 - 28/33: Installing method ZnByteEncoder class>>macCyrillicMapping
01:42:48				491/519 - 29/33: Installing method ZnByteEncoder class>>macRomanMapping
01:42:48				491/519 - 30/33: Installing method ZnByteEncoder class>>mappingToIdentifiers
01:42:48				491/519 - 31/33: Installing method ZnByteEncoder class>>newFromUrl:
01:42:48				491/519 - 32/33: Installing method ZnByteEncoder class>>parseUnicodeOrgSpec:
01:42:48				491/519 - 33/33: Installing method ZnByteEncoder class>>top128FromUnicodeSpec:
01:42:49				492/519 - 1/6: Installing method ZnByteStringBecameWideString>>becomeForward
01:42:49				492/519 - 2/6: Installing method ZnByteStringBecameWideString>>byteString
01:42:49				492/519 - 3/6: Installing method ZnByteStringBecameWideString>>byteString:
01:42:49				492/519 - 4/6: Installing method ZnByteStringBecameWideString>>isResumable
01:42:49				492/519 - 5/6: Installing method ZnByteStringBecameWideString>>wideString
01:42:49				492/519 - 6/6: Installing method ZnByteStringBecameWideString>>wideString:
01:42:49				492/519 - 1/1: Installing method ZnByteStringBecameWideString class>>convert:
01:42:49				493/519 - 1/11: Installing method ZnCRLFReadStream>>atEnd
01:42:49				493/519 - 2/11: Installing method ZnCRLFReadStream>>close
01:42:49				493/519 - 3/11: Installing method ZnCRLFReadStream>>isBinary
01:42:49				493/519 - 4/11: Installing method ZnCRLFReadStream>>next
01:42:49				493/519 - 5/11: Installing method ZnCRLFReadStream>>next:into:
01:42:49				493/519 - 6/11: Installing method ZnCRLFReadStream>>next:into:startingAt:
01:42:49				493/519 - 7/11: Installing method ZnCRLFReadStream>>on:
01:42:49				493/519 - 8/11: Installing method ZnCRLFReadStream>>peek
01:42:49				493/519 - 9/11: Installing method ZnCRLFReadStream>>readInto:startingAt:count:
01:42:49				493/519 - 10/11: Installing method ZnCRLFReadStream>>readStream
01:42:49				493/519 - 11/11: Installing method ZnCRLFReadStream>>upToEnd
01:42:49				493/519 - 1/2: Installing method ZnCRLFReadStream class>>initialize
01:42:49				493/519 - 2/2: Installing method ZnCRLFReadStream class>>on:
01:42:50				494/519 - 1/29: Installing method ZnCharacterEncoder>>=
01:42:50				494/519 - 2/29: Installing method ZnCharacterEncoder>>asZnCharacterEncoder
01:42:50				494/519 - 3/29: Installing method ZnCharacterEncoder>>backOnStream:
01:42:50				494/519 - 4/29: Installing method ZnCharacterEncoder>>beLenient
01:42:50				494/519 - 5/29: Installing method ZnCharacterEncoder>>decodeAsCodePoints:
01:42:50				494/519 - 6/29: Installing method ZnCharacterEncoder>>decodeBytes:
01:42:50				494/519 - 7/29: Installing method ZnCharacterEncoder>>encodeCodePoints:
01:42:50				494/519 - 8/29: Installing method ZnCharacterEncoder>>encodeString:
01:42:50				494/519 - 9/29: Installing method ZnCharacterEncoder>>encodedByteCountFor:
01:42:50				494/519 - 10/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoint:
01:42:50				494/519 - 11/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoints:
01:42:50				494/519 - 12/29: Installing method ZnCharacterEncoder>>encodedByteCountForString:
01:42:50				494/519 - 13/29: Installing method ZnCharacterEncoder>>endianness
01:42:50				494/519 - 14/29: Installing method ZnCharacterEncoder>>ensureAtBeginOfCodePointOnStream:
01:42:50				494/519 - 15/29: Installing method ZnCharacterEncoder>>error:
01:42:50				494/519 - 16/29: Installing method ZnCharacterEncoder>>errorIncomplete
01:42:50				494/519 - 17/29: Installing method ZnCharacterEncoder>>errorOutsideRange
01:42:50				494/519 - 18/29: Installing method ZnCharacterEncoder>>hash
01:42:50				494/519 - 19/29: Installing method ZnCharacterEncoder>>identifier
01:42:50				494/519 - 20/29: Installing method ZnCharacterEncoder>>isFixedLength
01:42:50				494/519 - 21/29: Installing method ZnCharacterEncoder>>isStrict
01:42:50				494/519 - 22/29: Installing method ZnCharacterEncoder>>isVariableLength
01:42:50				494/519 - 23/29: Installing method ZnCharacterEncoder>>next:putAll:startingAt:toStream:
01:42:50				494/519 - 24/29: Installing method ZnCharacterEncoder>>nextCodePointFromStream:
01:42:50				494/519 - 25/29: Installing method ZnCharacterEncoder>>nextFromStream:
01:42:50				494/519 - 26/29: Installing method ZnCharacterEncoder>>nextPut:toStream:
01:42:50				494/519 - 27/29: Installing method ZnCharacterEncoder>>nextPutCodePoint:toStream:
01:42:50				494/519 - 28/29: Installing method ZnCharacterEncoder>>readInto:startingAt:count:fromStream:
01:42:50				494/519 - 29/29: Installing method ZnCharacterEncoder>>skipToBeginOfCodePointOnStream:
01:42:50				494/519 - 1/10: Installing method ZnCharacterEncoder class>>ascii
01:42:50				494/519 - 2/10: Installing method ZnCharacterEncoder class>>canonicalEncodingIdentifier:
01:42:50				494/519 - 3/10: Installing method ZnCharacterEncoder class>>default
01:42:50				494/519 - 4/10: Installing method ZnCharacterEncoder class>>detectEncoding:
01:42:50				494/519 - 5/10: Installing method ZnCharacterEncoder class>>handlesEncoding:
01:42:50				494/519 - 6/10: Installing method ZnCharacterEncoder class>>iso88591
01:42:50				494/519 - 7/10: Installing method ZnCharacterEncoder class>>knownEncodingIdentifiers
01:42:50				494/519 - 8/10: Installing method ZnCharacterEncoder class>>latin1
01:42:50				494/519 - 9/10: Installing method ZnCharacterEncoder class>>newForEncoding:
01:42:50				494/519 - 10/10: Installing method ZnCharacterEncoder class>>utf8
01:42:50				496/519 - 1/6: Installing method ZnCharacterReadStream>>collectionSpecies
01:42:50				496/519 - 2/6: Installing method ZnCharacterReadStream>>match:
01:42:51				496/519 - 3/6: Installing method ZnCharacterReadStream>>nextElement
01:42:51				496/519 - 4/6: Installing method ZnCharacterReadStream>>nextLine
01:42:51				496/519 - 5/6: Installing method ZnCharacterReadStream>>readInto:startingAt:count:
01:42:51				496/519 - 6/6: Installing method ZnCharacterReadStream>>upToAll:
01:42:51				497/519 - 1/24: Installing method ZnCharacterReadWriteStream>>atEnd
01:42:51				497/519 - 2/24: Installing method ZnCharacterReadWriteStream>>close
01:42:51				497/519 - 3/24: Installing method ZnCharacterReadWriteStream>>closed
01:42:51				497/519 - 4/24: Installing method ZnCharacterReadWriteStream>>collectionSpecies
01:42:51				497/519 - 5/24: Installing method ZnCharacterReadWriteStream>>cr
01:42:51				497/519 - 6/24: Installing method ZnCharacterReadWriteStream>>flush
01:42:51				497/519 - 7/24: Installing method ZnCharacterReadWriteStream>>isReadOnly
01:42:51				497/519 - 8/24: Installing method ZnCharacterReadWriteStream>>next
01:42:51				497/519 - 9/24: Installing method ZnCharacterReadWriteStream>>next:
01:42:51				497/519 - 10/24: Installing method ZnCharacterReadWriteStream>>nextPut:
01:42:51				497/519 - 11/24: Installing method ZnCharacterReadWriteStream>>nextPutAll:
01:42:51				497/519 - 12/24: Installing method ZnCharacterReadWriteStream>>on:encoding:
01:42:51				497/519 - 13/24: Installing method ZnCharacterReadWriteStream>>peek
01:42:51				497/519 - 14/24: Installing method ZnCharacterReadWriteStream>>position
01:42:51				497/519 - 15/24: Installing method ZnCharacterReadWriteStream>>position:
01:42:51				497/519 - 16/24: Installing method ZnCharacterReadWriteStream>>print:
01:42:51				497/519 - 17/24: Installing method ZnCharacterReadWriteStream>>readOnlyCopy
01:42:51				497/519 - 18/24: Installing method ZnCharacterReadWriteStream>>setToEnd
01:42:51				497/519 - 19/24: Installing method ZnCharacterReadWriteStream>>size
01:42:51				497/519 - 20/24: Installing method ZnCharacterReadWriteStream>>skip:
01:42:51				497/519 - 21/24: Installing method ZnCharacterReadWriteStream>>space
01:42:51				497/519 - 22/24: Installing method ZnCharacterReadWriteStream>>tab
01:42:51				497/519 - 23/24: Installing method ZnCharacterReadWriteStream>>upToAll:
01:42:51				497/519 - 24/24: Installing method ZnCharacterReadWriteStream>>upToEnd
01:42:51				497/519 - 1/1: Installing method ZnCharacterReadWriteStream class>>on:encoding:
01:42:51				498/519 - 1/8: Installing method ZnCharacterWriteStream>>cr
01:42:51				498/519 - 2/8: Installing method ZnCharacterWriteStream>>crlf
01:42:51				498/519 - 3/8: Installing method ZnCharacterWriteStream>>lf
01:42:51				498/519 - 4/8: Installing method ZnCharacterWriteStream>>next:putAll:startingAt:
01:42:51				498/519 - 5/8: Installing method ZnCharacterWriteStream>>nextPut:
01:42:51				498/519 - 6/8: Installing method ZnCharacterWriteStream>>print:
01:42:51				498/519 - 7/8: Installing method ZnCharacterWriteStream>>space
01:42:51				498/519 - 8/8: Installing method ZnCharacterWriteStream>>tab
01:42:51				499/519 - 1/2: Installing method ZnCodePointReadStream>>collectionSpecies
01:42:51				499/519 - 2/2: Installing method ZnCodePointReadStream>>nextElement
01:42:51				500/519 - 1/1: Installing method ZnCodePointWriteStream>>nextPut:
01:42:52				501/519 - 1/4: Installing method ZnCrPortableWriteStream>>initialize
01:42:52				501/519 - 2/4: Installing method ZnCrPortableWriteStream>>newLine
01:42:52				501/519 - 3/4: Installing method ZnCrPortableWriteStream>>nextPut:
01:42:52				501/519 - 4/4: Installing method ZnCrPortableWriteStream>>stream:
01:42:52				501/519 - 1/1: Installing method ZnCrPortableWriteStream class>>on:
01:42:52				502/519 - 1/1: Installing method ZnDefaultCharacterEncoder>>default
01:42:52				503/519 - 1/21: Installing method ZnEncodedReadStream>>atEnd
01:42:52				503/519 - 2/21: Installing method ZnEncodedReadStream>>back
01:42:52				503/519 - 3/21: Installing method ZnEncodedReadStream>>contents
01:42:52				503/519 - 4/21: Installing method ZnEncodedReadStream>>isBinary
01:42:52				503/519 - 5/21: Installing method ZnEncodedReadStream>>isReadOnly
01:42:52				503/519 - 6/21: Installing method ZnEncodedReadStream>>next
01:42:52				503/519 - 7/21: Installing method ZnEncodedReadStream>>next:
01:42:52				503/519 - 8/21: Installing method ZnEncodedReadStream>>next:into:
01:42:52				503/519 - 9/21: Installing method ZnEncodedReadStream>>next:into:startingAt:
01:42:52				503/519 - 10/21: Installing method ZnEncodedReadStream>>nextElement
01:42:52				503/519 - 11/21: Installing method ZnEncodedReadStream>>nextInto:
01:42:52				503/519 - 12/21: Installing method ZnEncodedReadStream>>peek
01:42:52				503/519 - 13/21: Installing method ZnEncodedReadStream>>peekFor:
01:42:52				503/519 - 14/21: Installing method ZnEncodedReadStream>>position
01:42:52				503/519 - 15/21: Installing method ZnEncodedReadStream>>position:
01:42:52				503/519 - 16/21: Installing method ZnEncodedReadStream>>positionForward:
01:42:52				503/519 - 17/21: Installing method ZnEncodedReadStream>>readInto:startingAt:count:
01:42:53				503/519 - 18/21: Installing method ZnEncodedReadStream>>readStream
01:42:53				503/519 - 19/21: Installing method ZnEncodedReadStream>>skip:
01:42:53				503/519 - 20/21: Installing method ZnEncodedReadStream>>upTo:
01:42:53				503/519 - 21/21: Installing method ZnEncodedReadStream>>upToEnd
01:42:53				504/519 - 1/15: Installing method ZnEncodedStream>>close
01:42:53				504/519 - 2/15: Installing method ZnEncodedStream>>closed
01:42:53				504/519 - 3/15: Installing method ZnEncodedStream>>encoder
01:42:53				504/519 - 4/15: Installing method ZnEncodedStream>>encoder:
01:42:53				504/519 - 5/15: Installing method ZnEncodedStream>>encoding:
01:42:53				504/519 - 6/15: Installing method ZnEncodedStream>>flush
01:42:53				504/519 - 7/15: Installing method ZnEncodedStream>>isStream
01:42:53				504/519 - 8/15: Installing method ZnEncodedStream>>on:
01:42:53				504/519 - 9/15: Installing method ZnEncodedStream>>position
01:42:53				504/519 - 10/15: Installing method ZnEncodedStream>>position:
01:42:53				504/519 - 11/15: Installing method ZnEncodedStream>>setToEnd
01:42:53				504/519 - 12/15: Installing method ZnEncodedStream>>size
01:42:53				504/519 - 13/15: Installing method ZnEncodedStream>>truncate
01:42:53				504/519 - 14/15: Installing method ZnEncodedStream>>truncate:
01:42:53				504/519 - 15/15: Installing method ZnEncodedStream>>wrappedStream
01:42:53				504/519 - 1/3: Installing method ZnEncodedStream class>>defaultEncoder
01:42:53				504/519 - 2/3: Installing method ZnEncodedStream class>>on:
01:42:53				504/519 - 3/3: Installing method ZnEncodedStream class>>on:encoding:
01:42:53				505/519 - 1/7: Installing method ZnEncodedWriteStream>><<
01:42:53				505/519 - 2/7: Installing method ZnEncodedWriteStream>>flush
01:42:53				505/519 - 3/7: Installing method ZnEncodedWriteStream>>isBinary
01:42:53				505/519 - 4/7: Installing method ZnEncodedWriteStream>>next:putAll:
01:42:53				505/519 - 5/7: Installing method ZnEncodedWriteStream>>next:putAll:startingAt:
01:42:53				505/519 - 6/7: Installing method ZnEncodedWriteStream>>nextPut:
01:42:53				505/519 - 7/7: Installing method ZnEncodedWriteStream>>nextPutAll:
01:42:53				506/519 - 1/10: Installing method ZnEndianSensitiveUTFEncoder>>=
01:42:53				506/519 - 2/10: Installing method ZnEndianSensitiveUTFEncoder>>beBigEndian
01:42:53				506/519 - 3/10: Installing method ZnEndianSensitiveUTFEncoder>>beLittleEndian
01:42:53				506/519 - 4/10: Installing method ZnEndianSensitiveUTFEncoder>>endianness
01:42:53				506/519 - 5/10: Installing method ZnEndianSensitiveUTFEncoder>>hash
01:42:53				506/519 - 6/10: Installing method ZnEndianSensitiveUTFEncoder>>initialize
01:42:53				506/519 - 7/10: Installing method ZnEndianSensitiveUTFEncoder>>isBigEndian
01:42:53				506/519 - 8/10: Installing method ZnEndianSensitiveUTFEncoder>>isLittleEndian
01:42:53				506/519 - 9/10: Installing method ZnEndianSensitiveUTFEncoder>>printOn:
01:42:53				506/519 - 10/10: Installing method ZnEndianSensitiveUTFEncoder>>swapEndianness
01:42:53				506/519 - 1/2: Installing method ZnEndianSensitiveUTFEncoder class>>handlesEncoding:
01:42:53				506/519 - 2/2: Installing method ZnEndianSensitiveUTFEncoder class>>newForEncoding:
01:42:53				507/519 - 1/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:
01:42:53				507/519 - 2/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:put:
01:42:53				507/519 - 3/3: Installing method ZnEndianessReadWriteStream>>on:
01:42:53				507/519 - 1/2: Installing method ZnEndianessReadWriteStream class>>on:
01:42:53				507/519 - 2/2: Installing method ZnEndianessReadWriteStream class>>on:do:
01:42:54				508/519 - 1/9: Installing method ZnFastLineReader>>atEnd
01:42:54				508/519 - 2/9: Installing method ZnFastLineReader>>beWide
01:42:54				508/519 - 3/9: Installing method ZnFastLineReader>>bufferStream:
01:42:54				508/519 - 4/9: Installing method ZnFastLineReader>>close
01:42:54				508/519 - 5/9: Installing method ZnFastLineReader>>initialize
01:42:54				508/519 - 6/9: Installing method ZnFastLineReader>>linesDo:
01:42:54				508/519 - 7/9: Installing method ZnFastLineReader>>nextLine
01:42:54				508/519 - 8/9: Installing method ZnFastLineReader>>on:
01:42:54				508/519 - 9/9: Installing method ZnFastLineReader>>streamContents:
01:42:54				508/519 - 1/1: Installing method ZnFastLineReader class>>on:
01:42:54				509/519 - 1/2: Installing method ZnIncomplete>>defaultResumeValue
01:42:54				509/519 - 2/2: Installing method ZnIncomplete>>isResumable
01:42:54				510/519 - 1/2: Installing method ZnInvalidUTF8>>defaultResumeValue
01:42:54				510/519 - 2/2: Installing method ZnInvalidUTF8>>isResumable
01:42:54				511/519 - 1/10: Installing method ZnNewLineWriterStream>>close
01:42:54				511/519 - 2/10: Installing method ZnNewLineWriterStream>>flush
01:42:54				511/519 - 3/10: Installing method ZnNewLineWriterStream>>forCr
01:42:54				511/519 - 4/10: Installing method ZnNewLineWriterStream>>forCrLf
01:42:54				511/519 - 5/10: Installing method ZnNewLineWriterStream>>forLf
01:42:54				511/519 - 6/10: Installing method ZnNewLineWriterStream>>forPlatformLineEnding
01:42:54				511/519 - 7/10: Installing method ZnNewLineWriterStream>>initialize
01:42:54				511/519 - 8/10: Installing method ZnNewLineWriterStream>>newLine
01:42:54				511/519 - 9/10: Installing method ZnNewLineWriterStream>>nextPut:
01:42:54				511/519 - 10/10: Installing method ZnNewLineWriterStream>>stream:
01:42:54				511/519 - 1/1: Installing method ZnNewLineWriterStream class>>on:
01:42:54				512/519 - 1/14: Installing method ZnNullEncoder>>backOnStream:
01:42:54				512/519 - 2/14: Installing method ZnNullEncoder>>decodeBytes:
01:42:54				512/519 - 3/14: Installing method ZnNullEncoder>>encodeString:
01:42:54				512/519 - 4/14: Installing method ZnNullEncoder>>encodedByteCountFor:
01:42:54				512/519 - 5/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoint:
01:42:54				512/519 - 6/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoints:
01:42:54				512/519 - 7/14: Installing method ZnNullEncoder>>encodedByteCountForString:
01:42:54				512/519 - 8/14: Installing method ZnNullEncoder>>ensureAtBeginOfCodePointOnStream:
01:42:54				512/519 - 9/14: Installing method ZnNullEncoder>>identifier
01:42:54				512/519 - 10/14: Installing method ZnNullEncoder>>next:putAll:startingAt:toStream:
01:42:54				512/519 - 11/14: Installing method ZnNullEncoder>>nextCodePointFromStream:
01:42:54				512/519 - 12/14: Installing method ZnNullEncoder>>nextPutCodePoint:toStream:
01:42:54				512/519 - 13/14: Installing method ZnNullEncoder>>readInto:startingAt:count:fromStream:
01:42:54				512/519 - 14/14: Installing method ZnNullEncoder>>skipToBeginOfCodePointOnStream:
01:42:54				512/519 - 1/3: Installing method ZnNullEncoder class>>handlesEncoding:
01:42:54				512/519 - 2/3: Installing method ZnNullEncoder class>>knownEncodingIdentifiers
01:42:54				512/519 - 3/3: Installing method ZnNullEncoder class>>newForEncoding:
01:42:55				513/519 - 1/14: Installing method ZnPercentEncoder>>characterEncoder
01:42:55				513/519 - 2/14: Installing method ZnPercentEncoder>>characterEncoder:
01:42:55				513/519 - 3/14: Installing method ZnPercentEncoder>>decode:
01:42:55				513/519 - 4/14: Installing method ZnPercentEncoder>>decode:to:
01:42:55				513/519 - 5/14: Installing method ZnPercentEncoder>>decodePlusAsSpace
01:42:55				513/519 - 6/14: Installing method ZnPercentEncoder>>decodePlusAsSpace:
01:42:55				513/519 - 7/14: Installing method ZnPercentEncoder>>encode:
01:42:55				513/519 - 8/14: Installing method ZnPercentEncoder>>encode:to:
01:42:55				513/519 - 9/14: Installing method ZnPercentEncoder>>errorAsciiCharacterExpected
01:42:55				513/519 - 10/14: Installing method ZnPercentEncoder>>errorHexDigitExpected
01:42:55				513/519 - 11/14: Installing method ZnPercentEncoder>>readHexFrom:
01:42:55				513/519 - 12/14: Installing method ZnPercentEncoder>>safeSet
01:42:55				513/519 - 13/14: Installing method ZnPercentEncoder>>safeSet:
01:42:55				513/519 - 14/14: Installing method ZnPercentEncoder>>writeHex:to:
01:42:55				513/519 - 1/1: Installing method ZnPercentEncoder class>>rfc3986UnreservedCharacters
01:42:55				514/519 - 1/26: Installing method ZnPositionableReadStream>>atEnd
01:42:55				514/519 - 2/26: Installing method ZnPositionableReadStream>>back
01:42:55				514/519 - 3/26: Installing method ZnPositionableReadStream>>bufferSize
01:42:55				514/519 - 4/26: Installing method ZnPositionableReadStream>>close
01:42:55				514/519 - 5/26: Installing method ZnPositionableReadStream>>collectionSpecies
01:42:55				514/519 - 6/26: Installing method ZnPositionableReadStream>>defaultBufferSize
01:42:55				514/519 - 7/26: Installing method ZnPositionableReadStream>>initialize
01:42:55				514/519 - 8/26: Installing method ZnPositionableReadStream>>isBinary
01:42:55				514/519 - 9/26: Installing method ZnPositionableReadStream>>next
01:42:55				514/519 - 10/26: Installing method ZnPositionableReadStream>>next:
01:42:55				514/519 - 11/26: Installing method ZnPositionableReadStream>>next:into:
01:42:55				514/519 - 12/26: Installing method ZnPositionableReadStream>>next:into:startingAt:
01:42:55				514/519 - 13/26: Installing method ZnPositionableReadStream>>nextInto:
01:42:55				514/519 - 14/26: Installing method ZnPositionableReadStream>>on:
01:42:55				514/519 - 15/26: Installing method ZnPositionableReadStream>>peek
01:42:55				514/519 - 16/26: Installing method ZnPositionableReadStream>>peekFor:
01:42:55				514/519 - 17/26: Installing method ZnPositionableReadStream>>position
01:42:55				514/519 - 18/26: Installing method ZnPositionableReadStream>>position:
01:42:55				514/519 - 19/26: Installing method ZnPositionableReadStream>>readInto:startingAt:count:
01:42:55				514/519 - 20/26: Installing method ZnPositionableReadStream>>readStream
01:42:55				514/519 - 21/26: Installing method ZnPositionableReadStream>>savingPositionDo:
01:42:55				514/519 - 22/26: Installing method ZnPositionableReadStream>>sizeBuffer:
01:42:55				514/519 - 23/26: Installing method ZnPositionableReadStream>>skip:
01:42:55				514/519 - 24/26: Installing method ZnPositionableReadStream>>upTo:
01:42:55				514/519 - 25/26: Installing method ZnPositionableReadStream>>upToEnd
01:42:55				514/519 - 26/26: Installing method ZnPositionableReadStream>>wrappedStream
01:42:55				514/519 - 1/2: Installing method ZnPositionableReadStream class>>on:
01:42:55				514/519 - 2/2: Installing method ZnPositionableReadStream class>>on:do:
01:42:56				515/519 - 1/21: Installing method ZnSimplifiedByteEncoder>>=
01:42:56				515/519 - 2/21: Installing method ZnSimplifiedByteEncoder>>backOnStream:
01:42:56				515/519 - 3/21: Installing method ZnSimplifiedByteEncoder>>beLenient
01:42:56				515/519 - 4/21: Installing method ZnSimplifiedByteEncoder>>byteDomain
01:42:56				515/519 - 5/21: Installing method ZnSimplifiedByteEncoder>>byteToUnicode:
01:42:56				515/519 - 6/21: Installing method ZnSimplifiedByteEncoder>>characterDomain
01:42:56				515/519 - 7/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountFor:
01:42:56				515/519 - 8/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountForCodePoint:
01:42:56				515/519 - 9/21: Installing method ZnSimplifiedByteEncoder>>ensureAtBeginOfCodePointOnStream:
01:42:56				515/519 - 10/21: Installing method ZnSimplifiedByteEncoder>>hash
01:42:56				515/519 - 11/21: Installing method ZnSimplifiedByteEncoder>>identifier
01:42:56				515/519 - 12/21: Installing method ZnSimplifiedByteEncoder>>identifier:
01:42:56				515/519 - 13/21: Installing method ZnSimplifiedByteEncoder>>initialize
01:42:56				515/519 - 14/21: Installing method ZnSimplifiedByteEncoder>>isLenient
01:42:56				515/519 - 15/21: Installing method ZnSimplifiedByteEncoder>>isStrict
01:42:56				515/519 - 16/21: Installing method ZnSimplifiedByteEncoder>>nextCodePointFromStream:
01:42:56				515/519 - 17/21: Installing method ZnSimplifiedByteEncoder>>nextFromStream:
01:42:56				515/519 - 18/21: Installing method ZnSimplifiedByteEncoder>>nextPutCodePoint:toStream:
01:42:56				515/519 - 19/21: Installing method ZnSimplifiedByteEncoder>>printOn:
01:42:56				515/519 - 20/21: Installing method ZnSimplifiedByteEncoder>>skipToBeginOfCodePointOnStream:
01:42:56				515/519 - 21/21: Installing method ZnSimplifiedByteEncoder>>unicodeToByte:
01:42:56				515/519 - 1/10: Installing method ZnSimplifiedByteEncoder class>>asciiMapping
01:42:56				515/519 - 2/10: Installing method ZnSimplifiedByteEncoder class>>byteTextConverters
01:42:56				515/519 - 3/10: Installing method ZnSimplifiedByteEncoder class>>handlesEncoding:
01:42:56				515/519 - 4/10: Installing method ZnSimplifiedByteEncoder class>>initialize
01:42:56				515/519 - 5/10: Installing method ZnSimplifiedByteEncoder class>>initializeByteTextConverters
01:42:56				515/519 - 6/10: Installing method ZnSimplifiedByteEncoder class>>iso88591Mapping
01:42:56				515/519 - 7/10: Installing method ZnSimplifiedByteEncoder class>>knownEncodingIdentifiers
01:42:56				515/519 - 8/10: Installing method ZnSimplifiedByteEncoder class>>mappingToIdentifiers
01:42:56				515/519 - 9/10: Installing method ZnSimplifiedByteEncoder class>>newForEncoding:
01:42:56				515/519 - 10/10: Installing method ZnSimplifiedByteEncoder class>>tablesFromSpec:
01:42:56				516/519 - 1/13: Installing method ZnUTF16Encoder>>back16BitWordOnStream:
01:42:56				516/519 - 2/13: Installing method ZnUTF16Encoder>>backOnStream:
01:42:56				516/519 - 3/13: Installing method ZnUTF16Encoder>>encodedByteCountForCodePoint:
01:42:56				516/519 - 4/13: Installing method ZnUTF16Encoder>>ensureAtBeginOfCodePointOnStream:
01:42:56				516/519 - 5/13: Installing method ZnUTF16Encoder>>errorIncomplete
01:42:56				516/519 - 6/13: Installing method ZnUTF16Encoder>>identifier
01:42:56				516/519 - 7/13: Installing method ZnUTF16Encoder>>isFixedLength
01:42:56				516/519 - 8/13: Installing method ZnUTF16Encoder>>nextCodePointFromStream:
01:42:56				516/519 - 9/13: Installing method ZnUTF16Encoder>>nextPutCodePoint:toStream:
01:42:56				516/519 - 10/13: Installing method ZnUTF16Encoder>>processByteOrderMark:
01:42:56				516/519 - 11/13: Installing method ZnUTF16Encoder>>read16BitWordFromStream:
01:42:56				516/519 - 12/13: Installing method ZnUTF16Encoder>>skipToBeginOfCodePointOnStream:
01:42:56				516/519 - 13/13: Installing method ZnUTF16Encoder>>write16BitWord:toStream:
01:42:56				516/519 - 1/2: Installing method ZnUTF16Encoder class>>handlesEncoding:
01:42:56				516/519 - 2/2: Installing method ZnUTF16Encoder class>>knownEncodingIdentifiers
01:42:57				517/519 - 1/11: Installing method ZnUTF32Encoder>>backOnStream:
01:42:57				517/519 - 2/11: Installing method ZnUTF32Encoder>>encodedByteCountForCodePoint:
01:42:57				517/519 - 3/11: Installing method ZnUTF32Encoder>>ensureAtBeginOfCodePointOnStream:
01:42:57				517/519 - 4/11: Installing method ZnUTF32Encoder>>errorIncomplete
01:42:57				517/519 - 5/11: Installing method ZnUTF32Encoder>>identifier
01:42:57				517/519 - 6/11: Installing method ZnUTF32Encoder>>nextCodePointFromStream:
01:42:57				517/519 - 7/11: Installing method ZnUTF32Encoder>>nextPutCodePoint:toStream:
01:42:57				517/519 - 8/11: Installing method ZnUTF32Encoder>>processByteOrderMark:
01:42:57				517/519 - 9/11: Installing method ZnUTF32Encoder>>readCodePointFrom:
01:42:57				517/519 - 10/11: Installing method ZnUTF32Encoder>>skipToBeginOfCodePointOnStream:
01:42:57				517/519 - 11/11: Installing method ZnUTF32Encoder>>writeCodePoint:to:
01:42:57				517/519 - 1/2: Installing method ZnUTF32Encoder class>>handlesEncoding:
01:42:57				517/519 - 2/2: Installing method ZnUTF32Encoder class>>knownEncodingIdentifiers
01:42:57				518/519 - 1/17: Installing method ZnUTF8Encoder>>backOnStream:
01:42:57				518/519 - 2/17: Installing method ZnUTF8Encoder>>encodedByteCountForCodePoint:
01:42:57				518/519 - 3/17: Installing method ZnUTF8Encoder>>ensureAtBeginOfCodePointOnStream:
01:42:57				518/519 - 4/17: Installing method ZnUTF8Encoder>>error:
01:42:57				518/519 - 5/17: Installing method ZnUTF8Encoder>>errorIllegalContinuationByte
01:42:57				518/519 - 6/17: Installing method ZnUTF8Encoder>>errorIllegalLeadingByte
01:42:57				518/519 - 7/17: Installing method ZnUTF8Encoder>>errorOverlong
01:42:57				518/519 - 8/17: Installing method ZnUTF8Encoder>>findFirstNonASCIIIn:startingAt:
01:42:57				518/519 - 9/17: Installing method ZnUTF8Encoder>>identifier
01:42:57				518/519 - 10/17: Installing method ZnUTF8Encoder>>isFixedLength
01:42:57				518/519 - 11/17: Installing method ZnUTF8Encoder>>next:putAll:startingAt:toStream:
01:42:57				518/519 - 12/17: Installing method ZnUTF8Encoder>>next:putAllASCII:startingAt:toStream:
01:42:57				518/519 - 13/17: Installing method ZnUTF8Encoder>>next:putAllByteString:startingAt:toStream:
01:42:57				518/519 - 14/17: Installing method ZnUTF8Encoder>>nextCodePointFromStream:
01:42:57				518/519 - 15/17: Installing method ZnUTF8Encoder>>nextPutCodePoint:toStream:
01:42:57				518/519 - 16/17: Installing method ZnUTF8Encoder>>readInto:startingAt:count:fromStream:
01:42:57				518/519 - 17/17: Installing method ZnUTF8Encoder>>skipToBeginOfCodePointOnStream:
01:42:57				518/519 - 1/5: Installing method ZnUTF8Encoder class>>default
01:42:57				518/519 - 2/5: Installing method ZnUTF8Encoder class>>handlesEncoding:
01:42:57				518/519 - 3/5: Installing method ZnUTF8Encoder class>>initialize
01:42:57				518/519 - 4/5: Installing method ZnUTF8Encoder class>>knownEncodingIdentifiers
01:42:57				518/519 - 5/5: Installing method ZnUTF8Encoder class>>newForEncoding:
01:42:57				519/519 - 1/7: Installing method ZnUTFEncoder>>byteOrderMark
01:42:57				519/519 - 2/7: Installing method ZnUTFEncoder>>decodeBytes:
01:42:57				519/519 - 3/7: Installing method ZnUTFEncoder>>decodeBytesIntoWideString:
01:42:57				519/519 - 4/7: Installing method ZnUTFEncoder>>encodeStringWithByteOrderMark:
01:42:57				519/519 - 5/7: Installing method ZnUTFEncoder>>isSurrogateCodePoint:
01:42:57				519/519 - 6/7: Installing method ZnUTFEncoder>>maximumUTFCode
01:42:57				519/519 - 7/7: Installing method ZnUTFEncoder>>nextPutByteOrderMarkToStream:
01:42:57				519/519 - 1/1: Installing method ZnUTFEncoder class>>handlesEncoding:
01:42:57				End: Installing defined methods
01:42:57				Begin: Installing extension methods
01:42:57				001/34-1/1: Installing extension method Symbol>>asAnnouncement
01:42:58				002/34-1/8: Installing extension method Object>>split:do:
01:42:58				002/34-2/8: Installing extension method CompiledMethod class>>sortBlock
01:42:58				002/34-3/8: Installing extension method Behavior class>>sortBlock
01:42:58				002/34-4/8: Installing extension method Character>>join:
01:42:58				002/34-5/8: Installing extension method BlockClosure>>split:indicesDo:
01:42:58				002/34-6/8: Installing extension method Object>>split:indicesDo:
01:42:58				002/34-7/8: Installing extension method Object>>appendTo:
01:42:58				002/34-8/8: Installing extension method Object>>joinTo:
01:42:58				003/34-1/1: Installing extension method Object>>asDoubleLink
01:42:58				004/34-1/5: Installing extension method SequenceableCollection>>asWordArray
01:42:58				004/34-2/5: Installing extension method Collection>>asByteArray
01:42:58				004/34-3/5: Installing extension method SequenceableCollection>>asIntegerArray
01:42:58				004/34-4/5: Installing extension method SequenceableCollection>>asFloatArray
01:42:58				004/34-5/5: Installing extension method SequenceableCollection>>asByteArray
01:42:58				005/34-1/17: Installing extension method Collection>>groupedBy:
01:42:58				005/34-2/17: Installing extension method Number>>to:do:
01:42:58				005/34-3/17: Installing extension method Collection>>sorted:
01:42:58				005/34-4/17: Installing extension method Collection>>asNewArray
01:42:58				005/34-5/17: Installing extension method Collection>>asSortedCollection:
01:42:58				005/34-6/17: Installing extension method Collection>>sorted
01:42:58				005/34-7/17: Installing extension method Collection>>asSortedCollection
01:42:58				005/34-8/17: Installing extension method Collection>>asArray
01:42:58				005/34-9/17: Installing extension method Number>>to:by:
01:42:58				005/34-10/17: Installing extension method Collection>>asOrderedCollection
01:42:58				005/34-11/17: Installing extension method Number>>to:
01:42:58				005/34-12/17: Installing extension method Collection>>flattened
01:42:58				005/34-13/17: Installing extension method Collection>>asOrderedDictionary
01:42:58				005/34-14/17: Installing extension method Object>>join:
01:42:58				005/34-15/17: Installing extension method Object>>split:
01:42:58				005/34-16/17: Installing extension method Collection>>flatCollect:as:
01:42:58				005/34-17/17: Installing extension method Number>>to:by:do:
01:42:58				007/34-1/8: Installing extension method SequenceableCollection>>writeStreamDo:
01:42:58				007/34-2/8: Installing extension method LinkedList class>>new:streamContents:
01:42:59				007/34-3/8: Installing extension method SequenceableCollection class>>streamContents:limitedTo:
01:42:59				007/34-4/8: Installing extension method SequenceableCollection class>>new:streamContents:
01:42:59				007/34-5/8: Installing extension method OrderedCollection class>>new:streamContents:
01:42:59				007/34-6/8: Installing extension method SequenceableCollection>>readStream
01:42:59				007/34-7/8: Installing extension method SequenceableCollection>>writeStream
01:42:59				007/34-8/8: Installing extension method Symbol class>>new:streamContents:
01:42:59				008/34-1/3: Installing extension method Collection>>asCommaString
01:42:59				008/34-2/3: Installing extension method Collection>>asCommaStringAnd
01:42:59				008/34-3/3: Installing extension method Collection>>asMultilineString
01:42:59				010/34-1/10: Installing extension method Collection>>asDictionary
01:42:59				010/34-2/10: Installing extension method Collection>>flatCollectAsSet:
01:42:59				010/34-3/10: Installing extension method OrderedCollection>>removeDuplicates
01:42:59				010/34-4/10: Installing extension method OrderedDictionary>>at:update:
01:42:59				010/34-5/10: Installing extension method Collection>>asBag
01:42:59				010/34-6/10: Installing extension method Collection>>asSet
01:42:59				010/34-7/10: Installing extension method RunArray>>asBag
01:42:59				010/34-8/10: Installing extension method OrderedIdentityDictionary>>dictionaryClass
01:42:59				010/34-9/10: Installing extension method OrderedDictionary>>dictionaryClass
01:42:59				010/34-10/10: Installing extension method Collection>>asIdentitySet
01:42:59				012/34-1/69: Installing extension method ByteArray>>uint8AtOffset:put:
01:42:59				012/34-2/69: Installing extension method ByteArray>>char32AtOffset:
01:42:59				012/34-3/69: Installing extension method ByteArray>>isExternalAddress
01:42:59				012/34-4/69: Installing extension method ByteArray>>unsignedShortAt:put:
01:42:59				012/34-5/69: Installing extension method ByteArray>>uint16AtOffset:
01:42:59				012/34-6/69: Installing extension method ByteArray>>int16AtOffset:put:
01:42:59				012/34-7/69: Installing extension method ByteArray>>int64AtOffset:put:
01:42:59				012/34-8/69: Installing extension method ByteArray>>signedLongLongAt:
01:42:59				012/34-9/69: Installing extension method ByteArray>>float64AtOffset:put:
01:42:59				012/34-10/69: Installing extension method ByteArray>>float32AtOffset:
01:42:59				012/34-11/69: Installing extension method ByteArray>>pointerAtOffset:
01:42:59				012/34-12/69: Installing extension method ByteArray>>signedShortAt:
01:43:00				012/34-13/69: Installing extension method ByteArray>>voidAt:put:
01:43:00				012/34-14/69: Installing extension method ByteArray>>signedCharAt:
01:43:00				012/34-15/69: Installing extension method ByteArray>>float32AtOffset:put:
01:43:00				012/34-16/69: Installing extension method ByteArray>>unsignedShortAt:
01:43:00				012/34-17/69: Installing extension method ByteArray>>int8AtOffset:
01:43:00				012/34-18/69: Installing extension method ByteArray>>char16AtOffset:
01:43:00				012/34-19/69: Installing extension method ByteArray>>longPointerAt:put:
01:43:00				012/34-20/69: Installing extension method ByteArray>>uint8AtOffset:
01:43:00				012/34-21/69: Installing extension method ByteArray>>unsignedLongLongAt:put:
01:43:00				012/34-22/69: Installing extension method ByteArray>>structAt:length:
01:43:00				012/34-23/69: Installing extension method ByteArray>>char16AtOffset:put:
01:43:00				012/34-24/69: Installing extension method ByteArray>>isNull
01:43:00				012/34-25/69: Installing extension method ByteArray>>unsignedCharAt:put:
01:43:00				012/34-26/69: Installing extension method ByteArray>>unsignedByteAt:put:
01:43:00				012/34-27/69: Installing extension method ByteArray>>floatAt:
01:43:00				012/34-28/69: Installing extension method ByteArray>>pointerAt:put:
01:43:00				012/34-29/69: Installing extension method ByteArray>>shortPointerAt:
01:43:00				012/34-30/69: Installing extension method ByteArray>>pointerAtOffset:put:
01:43:00				012/34-31/69: Installing extension method ByteArray>>unsignedCharAt:
01:43:00				012/34-32/69: Installing extension method ByteArray>>uint64AtOffset:
01:43:00				012/34-33/69: Installing extension method ByteArray>>int8AtOffset:put:
01:43:00				012/34-34/69: Installing extension method ByteArray>>uint64AtOffset:put:
01:43:00				012/34-35/69: Installing extension method ByteArray>>char8AtOffset:
01:43:00				012/34-36/69: Installing extension method ByteArray>>asExternalPointer
01:43:00				012/34-37/69: Installing extension method ByteArray>>uint32AtOffset:put:
01:43:00				012/34-38/69: Installing extension method ByteArray>>signedCharAt:put:
01:43:00				012/34-39/69: Installing extension method ByteArray>>unsignedLongAt:
01:43:00				012/34-40/69: Installing extension method ByteArray>>signedLongLongAt:put:
01:43:00				012/34-41/69: Installing extension method ByteArray>>char8AtOffset:put:
01:43:00				012/34-42/69: Installing extension method ByteArray>>floatAt:put:
01:43:00				012/34-43/69: Installing extension method ByteArray>>float64AtOffset:
01:43:00				012/34-44/69: Installing extension method ByteArray>>doubleAt:put:
01:43:00				012/34-45/69: Installing extension method ByteArray>>boolean8AtOffset:
01:43:00				012/34-46/69: Installing extension method ByteArray>>char32AtOffset:put:
01:43:00				012/34-47/69: Installing extension method ByteArray>>pointerAt:
01:43:01				012/34-48/69: Installing extension method ByteArray>>booleanAt:
01:43:01				012/34-49/69: Installing extension method ByteArray>>integerAt:size:signed:
01:43:01				012/34-50/69: Installing extension method ByteArray>>integerAt:put:size:signed:
01:43:01				012/34-51/69: Installing extension method ByteArray>>signedLongAt:
01:43:01				012/34-52/69: Installing extension method ByteArray>>signedLongAt:put:
01:43:01				012/34-53/69: Installing extension method ByteArray>>signedShortAt:put:
01:43:01				012/34-54/69: Installing extension method ByteArray>>uint32AtOffset:
01:43:01				012/34-55/69: Installing extension method ByteArray>>unsignedLongLongAt:
01:43:01				012/34-56/69: Installing extension method ByteArray>>int16AtOffset:
01:43:01				012/34-57/69: Installing extension method ByteArray>>unsignedLongAt:put:
01:43:01				012/34-58/69: Installing extension method ByteArray>>voidAt:
01:43:01				012/34-59/69: Installing extension method ByteArray>>unsignedByteAt:
01:43:01				012/34-60/69: Installing extension method ByteArray>>boolean8AtOffset:put:
01:43:01				012/34-61/69: Installing extension method ByteArray>>shortPointerAt:put:
01:43:01				012/34-62/69: Installing extension method ByteArray>>int32AtOffset:put:
01:43:01				012/34-63/69: Installing extension method ByteArray>>booleanAt:put:
01:43:01				012/34-64/69: Installing extension method ByteArray>>uint16AtOffset:put:
01:43:01				012/34-65/69: Installing extension method ByteArray>>longPointerAt:
01:43:01				012/34-66/69: Installing extension method ByteArray>>structAt:put:length:
01:43:01				012/34-67/69: Installing extension method ByteArray>>int32AtOffset:
01:43:01				012/34-68/69: Installing extension method ByteArray>>doubleAt:
01:43:01				012/34-69/69: Installing extension method ByteArray>>int64AtOffset:
01:43:01				014/34-1/1: Installing extension method String>>asVmPathName
01:43:01				016/34-1/3: Installing extension method String>>asPackage
01:43:01				016/34-2/3: Installing extension method String>>asPackageIfAbsent:
01:43:01				016/34-3/3: Installing extension method Heap>>removeFirstOrNil
01:43:01				018/34-1/5: Installing extension method String>>asSlotCollection
01:43:01				018/34-2/5: Installing extension method String>>asClassVariable
01:43:01				018/34-3/5: Installing extension method String>>asSlot
01:43:01				018/34-4/5: Installing extension method String>>asClassVariableCollection
01:43:01				018/34-5/5: Installing extension method Symbol>>=>
01:43:01				019/34-1/10: Installing extension method Number class>>readFrom:ifFail:
01:43:01				019/34-2/10: Installing extension method Integer class>>readFrom:radix:
01:43:01				019/34-3/10: Installing extension method Integer class>>readFrom:
01:43:01				019/34-4/10: Installing extension method Fraction class>>readFrom:
01:43:01				019/34-5/10: Installing extension method Integer class>>readFrom:base:
01:43:01				019/34-6/10: Installing extension method Number class>>squeezeNumberOutOfString:ifFail:
01:43:02				019/34-7/10: Installing extension method Number class>>squeezeNumberOutOfString:
01:43:02				019/34-8/10: Installing extension method Number class>>readFrom:
01:43:02				019/34-9/10: Installing extension method Number class>>readFrom:base:
01:43:02				019/34-10/10: Installing extension method Integer class>>readFrom:ifFail:
01:43:02				022/34-1/12: Installing extension method Behavior>>fluidInstall
01:43:02				022/34-2/12: Installing extension method Class>>addClassSlot:
01:43:02				022/34-3/12: Installing extension method Class>>removeSlot:
01:43:02				022/34-4/12: Installing extension method SmalltalkImage>>anonymousClassInstaller
01:43:02				022/34-5/12: Installing extension method Metaclass>><<
01:43:02				022/34-6/12: Installing extension method UndefinedObject>><<
01:43:02				022/34-7/12: Installing extension method SmalltalkImage>>classBuilder
01:43:02				022/34-8/12: Installing extension method Class>>addSlot:
01:43:02				022/34-9/12: Installing extension method SmalltalkImage>>classInstaller
01:43:02				022/34-10/12: Installing extension method Behavior>><<
01:43:02				022/34-11/12: Installing extension method Class>>removeClassSlot:
01:43:02				022/34-12/12: Installing extension method Metaclass>>instanceVariableNames:
01:43:02				023/34-1/1: Installing extension method BlockClosure>>valueWithoutNotifications
01:43:02				025/34-1/2: Installing extension method OSPlatform>>newTerminfo
01:43:02				025/34-2/2: Installing extension method Win32Platform>>newTerminfo
01:43:02				027/34-1/1: Installing extension method Object>>mourn
01:43:02				028/34-1/4: Installing extension method SmalltalkImage>>platform
01:43:02				028/34-2/4: Installing extension method SmalltalkImage>>platformName
01:43:02				028/34-3/4: Installing extension method String>>asWin32WideString
01:43:02				028/34-4/4: Installing extension method SmalltalkImage>>os
01:43:02				029/34-1/3: Installing extension method SmalltalkImage>>addToShutDownList:
01:43:02				029/34-2/3: Installing extension method SmalltalkImage>>addToStartUpList:
01:43:02				029/34-3/3: Installing extension method SmalltalkImage>>session
01:43:03				030/34-1/6: Installing extension method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod:
01:43:03				030/34-2/6: Installing extension method OSPlatform>>potentialLocationsOfSourcesFile
01:43:03				030/34-3/6: Installing extension method MacOSPlatform>>potentialLocationsOfSourcesFile
01:43:03				030/34-4/6: Installing extension method CompiledMethod>>putSource:withPreamble:
01:43:03				030/34-5/6: Installing extension method WinPlatform>>potentialLocationsOfSourcesFile
01:43:03				030/34-6/6: Installing extension method WriteStream>>nextChunkPut:
01:43:03				031/34-1/16: Installing extension method Object>>isPrimitiveError
01:43:03				031/34-2/16: Installing extension method Object>>systemNavigation
01:43:03				031/34-3/16: Installing extension method CompiledMethod>>implementors
01:43:03				031/34-4/16: Installing extension method Behavior>>referencedClasses
01:43:03				031/34-5/16: Installing extension method Class>>allUnreferencedClassVariables
01:43:03				031/34-6/16: Installing extension method Behavior>>allCallsOn:
01:43:03				031/34-7/16: Installing extension method Behavior>>allCallsOn
01:43:03				031/34-8/16: Installing extension method Behavior>>allUnsentMessages
01:43:03				031/34-9/16: Installing extension method Symbol>>senders
01:43:03				031/34-10/16: Installing extension method Object class>>registerToolsOn:
01:43:03				031/34-11/16: Installing extension method ClassDescription>>allCallsOnIn:
01:43:03				031/34-12/16: Installing extension method Context>>errorReportOn:
01:43:03				031/34-13/16: Installing extension method Package>>allUnsentMessages
01:43:03				031/34-14/16: Installing extension method Symbol>>implementors
01:43:03				031/34-15/16: Installing extension method CompiledMethod>>senders
01:43:03				031/34-16/16: Installing extension method CompiledMethod>>referencedClasses
01:43:03				032/34-1/10: Installing extension method Object>>traceCrTab:
01:43:03				032/34-2/10: Installing extension method Object>>logEntry
01:43:03				032/34-3/10: Installing extension method Object>>traceCr
01:43:04				032/34-4/10: Installing extension method Object>>logExit
01:43:04				032/34-5/10: Installing extension method Object>>trace:
01:43:04				032/34-6/10: Installing extension method Object>>trace
01:43:04				032/34-7/10: Installing extension method Object>>crTrace:
01:43:04				032/34-8/10: Installing extension method Object>>crTrace
01:43:04				032/34-9/10: Installing extension method Object>>logExecution
01:43:04				032/34-10/10: Installing extension method Object>>traceCr:
01:43:04				033/34-1/5: Installing extension method Object>>primitiveError:
01:43:04				033/34-2/5: Installing extension method Object>>uiManager
01:43:04				033/34-3/5: Installing extension method Object>>confirm:
01:43:04				033/34-4/5: Installing extension method PharoCommandLineHandler class>>activateWith:
01:43:04				033/34-5/5: Installing extension method Object>>inform:
01:43:04				034/34-1/7: Installing extension method String>>urlDecoded
01:43:04				034/34-2/7: Installing extension method String>>urlEncoded
01:43:04				034/34-3/7: Installing extension method String>>utf8Encoded
01:43:04				034/34-4/7: Installing extension method ByteArray>>decodeWith:
01:43:04				034/34-5/7: Installing extension method String>>encodeWith:
01:43:04				034/34-6/7: Installing extension method String>>asZnCharacterEncoder
01:43:04				034/34-7/7: Installing extension method ByteArray>>utf8Decoded
01:43:04				End: Installing extension methods
01:43:04				Begin: Initializing image.

freeing 52 forwarders
done.
initial heap size: 20,971,520
final new heap size: 2,531,136	
Done!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Full Image-64)
[Pipeline] sh
+ BUILD_NUMBER=3 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/4-build.sh
+ set -e
++ date -u
+ echo Thu Apr 25 23:45:42 UTC 2024 'Bootstrap: Beginning to build the new image'
Thu Apr 25 23:45:42 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 == '' ']'
+++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$'
+++ echo Pharo13
++ branchName=Pharo13
++ '[' Pharo13 == '' ']'
++ echo 1
+ '[' 1 == 1 ']'
++ is_release_build
++ set -f
+++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$'
+++ git tag --list --points-at HEAD
++ local versionTag=
++ set +f
++ '[' '' == '' ']'
++ echo 0
+ '[' 0 == 1 ']'
+ set_version_snapshot_variables
+ ensure_branch_name
+ '[' Pharo13 == '' ']'
+ PHARO_SUFFIX=SNAPSHOT
+ set_version_common
++ cut -d. -f 1-1
++ cut -c 2-
++ cut -d- -f 1
++ git describe --tags --first-parent
+ PHARO_MAJOR=13
++ git describe --tags --first-parent
++ cut -d. -f 2-2
++ cut -d- -f 1
++ cut -c 2-
+ PHARO_MINOR=0
++ cut -d. -f 3-3
++ cut -c 2-
++ cut -d- -f 1
++ git describe --tags --first-parent
+ 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=d643168c6ee1142523c2e1479281e4a5d0c8c4d8
+ 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=d643168
+ SUFFIX=64bit-d643168
+ [[ '' -eq 1 ]]
+ BOOTSTRAP_IMAGE_NAME=bootstrap
+ BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168
+ HERMES_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168
+ RPACKAGE_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-rpackage-64bit-d643168
+ CORE_IMAGE_NAME=Pharo13.0-SNAPSHOT-core-64bit-d643168
+ COMPILER_IMAGE_NAME=Pharo13.0-SNAPSHOT-compiler-64bit-d643168
+ TRAITS_IMAGE_NAME=Pharo13.0-SNAPSHOT-traits-64bit-d643168
+ MC_BOOTSTRAP_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168
+ MC_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello-64bit-d643168
+ METACELLO_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-d643168
+ PHARO_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-d643168
+ 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-d643168.image
+ cp bootstrap.image Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image
+ zip Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image (deflated 77%)
+ zip Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.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 77%)
  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 71%)
  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-d643168.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 Thu Apr 25 23:45:42 UTC 2024 '[Compiler] Initializing Bootstraped Image'
Thu Apr 25 23:45:42 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-d643168.image
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
++ date -u
+ echo Thu Apr 25 23:45:42 UTC 2024 '[Compiler] Adding more Kernel packages'
Thu Apr 25 23:45:42 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-d643168.image --no-default-preferences loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #Time #FileLocator #FileSystem #FileAttributeNotSupported #StartupPreferencesLoader #Duration #Unicode #DateAndTime)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d643168.image --no-default-preferences loadHermes Math-Operations-Extensions.hermes Debugging-Core.hermes System-Time.hermes Multilingual-Encodings.hermes ReflectionMirrors-Primitives.hermes --save --no-fail-on-undeclared
SystemNotification: [Hermes] Reading Math-Operations-Extensions.hermes
SystemNotification: [Hermes] Installing Math-Operations-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #Time #FileLocator #FileSystem #FileAttributeNotSupported #StartupPreferencesLoader #Duration #Unicode #DateAndTime)
SystemNotification: [Hermes] Reading Debugging-Core.hermes
SystemNotification: [Hermes] Installing Debugging-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #Time #FileLocator #FileSystem #FileAttributeNotSupported #StartupPreferencesLoader #Duration #Unicode #DateAndTime)
SystemNotification: [Hermes] Reading System-Time.hermes
SystemNotification: [Hermes] Installing System-Time.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading Multilingual-Encodings.hermes
SystemNotification: [Hermes] Installing Multilingual-Encodings.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading ReflectionMirrors-Primitives.hermes
SystemNotification: [Hermes] Installing ReflectionMirrors-Primitives.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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-d643168.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-d643168.image --no-default-preferences perform --save SystemVersion setMajor:minor:patch:suffix:build:commitHash: 13 0 0 SNAPSHOT 3 d643168c6ee1142523c2e1479281e4a5d0c8c4d8
Pharo-13.0.0+SNAPSHOT.build.3.sha.d643168c6ee1142523c2e1479281e4a5d0c8c4d8 (64 Bit)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
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: #(#FileSystem #FileLocator #Halt #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading Collections-Arithmetic.hermes
SystemNotification: [Hermes] Installing Collections-Arithmetic.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Halt #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading ClassDefinitionPrinters.hermes
SystemNotification: [Hermes] Installing ClassDefinitionPrinters.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Halt #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading System-SourcesCondenser.hermes
SystemNotification: [Hermes] Installing System-SourcesCondenser.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Halt #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Halt #FileAttributeNotSupported #StartupPreferencesLoader)
++ date -u
+ echo Thu Apr 25 23:45:43 UTC 2024 '[Compiler] Initializing the packages in the Kernel'
Thu Apr 25 23:45:43 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-d643168.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages --save
++ date -u
+ echo Thu Apr 25 23:45:44 UTC 2024 '[Compiler] Installing compiler through Hermes'
Thu Apr 25 23:45:44 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-d643168.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: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading OpalCompiler-Core.hermes
SystemNotification: [Hermes] Installing OpalCompiler-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading CodeImport.hermes
SystemNotification: [Hermes] Installing CodeImport.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading CodeImportCommandLineHandlers.hermes
SystemNotification: [Hermes] Installing CodeImportCommandLineHandlers.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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-d643168.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 Thu Apr 25 23:45:44 UTC 2024 '[Compiler] Initializing Unicode'
Thu Apr 25 23:45:44 UTC 2024 [Compiler] Initializing Unicode
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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-d643168.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: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading System-Hashing.hermes
SystemNotification: [Hermes] Installing System-Hashing.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading Network-UUID.hermes
SystemNotification: [Hermes] Installing Network-UUID.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader)
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-d643168.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem'
Initializing File System
PharoBootstrapInitialization
+ zip Pharo13.0-SNAPSHOT-compiler-64bit-d643168.zip Pharo13.0-SNAPSHOT-compiler-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-compiler-64bit-d643168.image (deflated 81%)
++ date -u
+ echo Thu Apr 25 23:45:46 UTC 2024 '[Compiler] Installing Traits through Hermes'
Thu Apr 25 23:45:46 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-d643168.image --no-default-preferences save Pharo13.0-SNAPSHOT-traits-64bit-d643168
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-d643168.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-d643168.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-d643168.zip Pharo13.0-SNAPSHOT-traits-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-traits-64bit-d643168.image (deflated 82%)
++ date -u
+ echo Thu Apr 25 23:45:46 UTC 2024 '[Core] Class and Package initialization'
Thu Apr 25 23:45:46 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-d643168.image --no-default-preferences save Pharo13.0-SNAPSHOT-core-64bit-d643168
+ zip Pharo13.0-SNAPSHOT-core-64bit-d643168.zip Pharo13.0-SNAPSHOT-core-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-core-64bit-d643168.image (deflated 82%)
++ date -u
+ echo Thu Apr 25 23:45:46 UTC 2024 '[Monticello] Bootstrap Monticello Core and Local repositories'
Thu Apr 25 23:45:46 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-d643168.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.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: 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>>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)
NewUndeclaredWarning: PackageOrganizer>>isDefinedAsPackageOrSubPackageInMC: (MCWorkingCopy is Undeclared)
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.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 Collections-Weak-tonel.1.mcz
SystemNotification: Loading PharoBootstrap-Initialization-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 System-NumberPrinting-tonel.1.mcz
SystemNotification: Loading Ring-Definitions-Monticello-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 Collections-Abstract-Traits-tonel.1.mcz
SystemNotification: Loading System-Model-tonel.1.mcz
SystemNotification: Loading Announcements-Core-tonel.1.mcz
SystemNotification: Loading Traits-tonel.1.mcz
SystemNotification: Loading Hermes-Extensions-tonel.1.mcz
SystemNotification: Loading FFI-Kernel-tonel.1.mcz
SystemNotification: Loading Collections-Unordered-tonel.1.mcz
SystemNotification: Loading Collections-Support-tonel.1.mcz
SystemNotification: Loading NumberParser-tonel.1.mcz
SystemNotification: Loading System-Support-tonel.1.mcz
SystemNotification: Loading System-Hashing-tonel.1.mcz
SystemNotification: Loading System-Time-tonel.1.mcz
SystemNotification: Loading Random-Core-tonel.1.mcz
SystemNotification: Loading Debugging-Utils-tonel.1.mcz
SystemNotification: Loading AST-Core-tonel.1.mcz
SystemNotification: Loading Jobs-tonel.1.mcz
SystemNotification: Loading Hermes-tonel.1.mcz
SystemNotification: Loading FileSystem-Path-tonel.1.mcz
SystemNotification: Loading FileSystem-Core-tonel.1.mcz
SystemNotification: Loading Multilingual-Encodings-tonel.1.mcz
SystemNotification: Loading Monticello-Model-tonel.1.mcz
SystemNotification: Loading Collections-Strings-tonel.1.mcz
SystemNotification: Loading System-Finalization-tonel.1.mcz
SystemNotification: Loading Collections-Stack-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 ReflectionMirrors-Primitives-tonel.1.mcz
SystemNotification: Loading OpalCompiler-Core-tonel.1.mcz
SystemNotification: Loading UIManager-tonel.1.mcz
SystemNotification: Loading Collections-Arithmetic-tonel.1.mcz
SystemNotification: Loading Kernel-BytecodeEncoders-tonel.1.mcz
SystemNotification: Loading Zinc-Character-Encoding-Core-tonel.1.mcz
SystemNotification: Loading System-CommandLineHandler-tonel.1.mcz
Found an Association in Undeclared: StartupPreferencesLoader
NewUndeclaredWarning: PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared)
SystemNotification: Loading Collections-Streams-tonel.1.mcz
SystemNotification: Loading InitializePackagesCommandLineHandler-tonel.1.mcz
SystemNotification: Loading Kernel-tonel.1.mcz
SystemNotification: Loading Collections-Atomic-tonel.1.mcz
SystemNotification: Loading ClassDefinitionPrinters-tonel.1.mcz
SystemNotification: Loading System-CommandLine-tonel.1.mcz
SystemNotification: Loading Debugging-Core-tonel.1.mcz
SystemNotification: Loading CodeImportCommandLineHandlers-tonel.1.mcz
SystemNotification: Loading Ring-OldChunkImporter-tonel.1.mcz
SystemNotification: Loading Ring-Definitions-Core-tonel.1.mcz
SystemNotification: Loading CodeImport-Traits-tonel.1.mcz
SystemNotification: Loading Collections-DoubleLinkedList-tonel.1.mcz
SystemNotification: Loading Collections-Abstract-tonel.1.mcz
SystemNotification: Loading Kernel-CodeModel-tonel.1.mcz
An error happened while reading MCZ. We will fallback to another format. Short error stack: ReadStream(Object)>>doesNotUnderstand: #nextWordsInto:
WideString class>>newFromStream:
MCDataStream>>readWordLike
MCDataStream>>next
MCMethodDefinition(Object)>>readDataFrom:size:
MCDataStream>>readInstance
MCDataStream>>next
MCDataStream>>readArray
MCDataStream>>next
MCSnapshot(Object)>>readDataFrom:size:

SystemNotification: Loading System-SourcesCondenser-tonel.1.mcz
SystemNotification: Loading System-SessionManager-tonel.1.mcz
SystemNotification: Loading Zinc-Resource-Meta-Core-tonel.1.mcz
SystemNotification: Loading System-Sources-tonel.1.mcz
SystemNotification: Loading Math-Operations-Extensions-tonel.1.mcz
SystemNotification: Loading Network-UUID-tonel.1.mcz
SystemNotification: Loading Collections-Native-tonel.1.mcz
SystemNotification: Loading Transcript-NonInteractive-tonel.1.mcz
SystemNotification: Loading Kernel-Traits-tonel.1.mcz
SystemNotification: Loading System-BasicCommandLineHandler-tonel.1.mcz
SystemNotification: Loading PerformMessageCommandLineHandler-tonel.1.mcz
SystemNotification: Loading CodeImport-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 System-Changes-tonel.1.mcz
SystemNotification: Loading FileSystem-Disk-tonel.1.mcz
SystemNotification: Loading Compression-tonel.1.mcz
SystemNotification: Loading Shift-ClassBuilder-tonel.1.mcz
SystemNotification: Loading Monticello-tonel.1.mcz
+ zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.changes Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.image (deflated 80%)
++ date -u
+ echo Thu Apr 25 23:46:15 UTC 2024 '[Monticello] Loading Networking Packages and Remote Repositories'
Thu Apr 25 23:46:15 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-d643168.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello-64bit-d643168
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-d643168.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:replace: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-d643168.zip Pharo13.0-SNAPSHOT-monticello-64bit-d643168.changes Pharo13.0-SNAPSHOT-monticello-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-monticello-64bit-d643168.changes (deflated 80%)
  adding: Pharo13.0-SNAPSHOT-monticello-64bit-d643168.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-d643168.image --no-default-preferences save Pharo13.0-SNAPSHOT-metacello-64bit-d643168
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-d643168.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

*** Warning: Warning: Package System-FileRegistry depends on the following classes:
  FileList
You must resolve these dependencies before you will be able to load these definitions: 
  FileList>>#fileInto:
  FileList>>#fileReaderServicesForFile:suffix:
  FileList>>#serviceFileIn
  FileList>>#services
  FileList>>#sourceFileSuffixes

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

*** Warning: Warning: Package UNKNOWN depends on the following classes:
  FileList
You must resolve these dependencies before you will be able to load these definitions: 
  FileList>>#fileInto:
  FileList>>#fileReaderServicesForFile:suffix:
  FileList>>#serviceFileIn
  FileList>>#services
  FileList>>#sourceFileSuffixes

SystemNotification: Loading MonticelloFileTree-Core-tonel.1.mcz
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)
NewUndeclaredWarning: MCFileTreeRepository>>repositoryProperties (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-d643168.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-d643168.zip Pharo13.0-SNAPSHOT-metacello-64bit-d643168.changes Pharo13.0-SNAPSHOT-metacello-64bit-d643168.image
  adding: Pharo13.0-SNAPSHOT-metacello-64bit-d643168.changes (deflated 81%)
  adding: Pharo13.0-SNAPSHOT-metacello-64bit-d643168.image (deflated 79%)
++ date -u
+ echo Thu Apr 25 23:46:22 UTC 2024 '[Pharo] Reloading rest of packages'
Thu Apr 25 23:46:22 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-d643168.image --no-default-preferences save Pharo13.0-SNAPSHOT-64bit-d643168
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-d643168.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-d643168.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-d643168.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: (FileList 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: (MCSaveVersionDialog 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: (PharoLightTheme 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: 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: NewToolsDocumentBrowser
MetacelloNotification: Loaded -> BaselineOfNewToolsDocumentBrowser --- unresolved
MetacelloNotification: Project: Microdown
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: 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: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBCodeSnippetTest>>testMonticello (MCMockClassE is Undeclared)
NewUndeclaredWarning: RBMethodNodeTest>>testIsPrimitive (Bitmap is Undeclared)
NewUndeclaredWarning: RBMethodNodeTest>>testPrimitiveIsPrimitive (Bitmap is Undeclared)
NewUndeclaredWarning: RBCodeSnippet class>>styleAll (Text is Undeclared)
NewUndeclaredWarning: RBCodeSnippet>>definitionRefactoring (RBReplaceSubtreeTransformation is Undeclared)
NewUndeclaredWarning: RBCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared)
NewUndeclaredWarning: RBCodeSnippet>>textWithNode:message:at: (Color is Undeclared)
NewUndeclaredWarning: RBCodeSnippet>>textWithNode:message:at: (TextBackgroundColor is Undeclared)
NewUndeclaredWarning: RBCodeSnippet>>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>>detectUIProcess (MorphicUIManager is Undeclared)
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 -> 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 -> System-Sound --- 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(2d6d6d5)
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: SpMillerPaginatorPresenter>>newPaginator (SpPaginatorPresenter is Undeclared)
MetacelloNotification: Loaded -> Spec2-Core --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Dialogs --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Dialogs-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-CommandLine --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Commands --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Transmission --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Interactions --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Commander2 --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
NewUndeclaredWarning: SpOptionListPresenter class>>example (SpOptionListExample is Undeclared)
MetacelloNotification: Loaded -> Spec2-CommonWidgets --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Adapters-Stub --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Commander2-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
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(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
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)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Morphic --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Morphic-Examples --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
NewUndeclaredWarning: SpAthensAdapterTest>>testPresentersBlockReceivesAthensCanvas (AthensCanvas is Undeclared)
MetacelloNotification: Loaded -> Spec2-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Morphic-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Adapters-Morphic-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Morphic-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Microdown --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
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()
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: RBChildrenToSiblingsRefactoring>>createSubclassResponsibilityFor:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUp:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBChildrenToSiblingsRefactoring>>pushUpMethodsFrom: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBCopyClassRefactoring>>copyMethodsOf:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBDeprecateClassRefactoring>>addMethod:to:in: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBDeprecateClassRefactoring>>removeMethod:from: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBGenerateEqualHashTransformation>>compileEqual (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBGenerateEqualHashTransformation>>compileHash (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBGeneratePrintOnTransformation>>privateTransform (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBMakeClassAbstractTransformation>>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: RBPullUpMethodRefactoring>>copyDownMethod: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPullUpMethodRefactoring>>pullUp: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPullUpMethodRefactoring>>removeDuplicatesOf: (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPullUpMethodRefactoring>>removePulledUpMethods (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPushDownMethodRefactoring>>privateTransform (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBPushDownMethodRefactoring>>pushDown: (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBRemoveMethodRefactoring>>selector:from: (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: RBCreateAccessorsForVariableTransformation>>defineGetterMethod (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBCreateAccessorsForVariableTransformation>>defineSetterMethod (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBCreateLazyAccessorsForVariableTransformation>>defineGetterMethod (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: RBRenameInstanceVariableRefactoring>>removeOldAccessors (RBRemoveMethodTransformation is Undeclared)
NewUndeclaredWarning: RBRenameInstanceVariableRefactoring>>renameAccessorsReferences (RBAddMethodTransformation is Undeclared)
NewUndeclaredWarning: ReRemoveUnusedTemporaryVariableRefactoring>>privateTransform (RBRemoveTemporaryVariableTransformation is Undeclared)
MetacelloNotification: Loaded -> Refactoring-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Refactoring-Transformations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
NewUndeclaredWarning: RBOverrideMethod>>browse (MessageBrowser is Undeclared)
NewUndeclaredWarning: RBInteractionDriver>>application (StPharoApplication is Undeclared)
NewUndeclaredWarning: RePushDownMethodDriver>>browseSubclassesSuperSends (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveClassDriver>>browseReferences (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveInstanceVariablesDriver>>browseInstanceVariableReferences (StMessageBrowser is Undeclared)
NewUndeclaredWarning: ReRemoveMethodDriver>>browseSenders (StMessageBrowserPresenter is Undeclared)
NewUndeclaredWarning: ReRemoveSharedVariablesDriver>>browseSharedVariableReferences (StMessageBrowserPresenter is Undeclared)
NewUndeclaredWarning: ReRenameMethodDriver>>browseOverrides (StMessageBrowser is Undeclared)
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)
MetacelloNotification: Loaded -> Refactoring-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Spec2-Transformations --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
NewUndeclaredWarning: NECMenuMorph class>>convertToSHSymbol: (SHRBTextStyler is Undeclared)
NewUndeclaredWarning: NECMenuMorph class>>selectColorFor: (SHRBTextStyler is Undeclared)
NewUndeclaredWarning: NECMenuMorph class>>selectFontFor: (SHRBTextStyler is Undeclared)
NewUndeclaredWarning: NECSymbolEntry>>methodSourceDescription:method: (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 -> MonticelloGUI --- 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 -> Monticello-GUI-Diff --- 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 -> 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()
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: (SycMethodNameEditorPresenter is Undeclared)
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: 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: RBCodeSnippetTest>>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()
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()
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>>testExternalIDEDependencies (BaselineOfPharoBootstrap is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfMonticello is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfIceberg is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfLibGit is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfIceberg is Undeclared)
NewUndeclaredWarning: SystemDependenciesTest>>testExternalIDEDependencies (BaselineOfLibGit 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-DependenciesTests --- 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: 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: SycDeprecateClassCommand>>prepareFullExecutionInContext: (ClyAllClassesQuery is Undeclared)
NewUndeclaredWarning: SycMigrateReferencesOfClassCommand>>prepareFullExecutionInContext: (ClyAllClassesQuery 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: SycRemoveMethodCommand class>>methodMenuActivation (ClyMethod is Undeclared)
NewUndeclaredWarning: SycRemoveMethodCommand class>>methodShortcutActivation (ClyMethod 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: SycSourceCodeCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycExtractMethodAndOccurrencesCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycExtractMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared)
NewUndeclaredWarning: SycExtractMethodAndOccurrencesCommand class>>methodEditorShortcutActivation (ClySourceCodeContext is Undeclared)
NewUndeclaredWarning: SycExtractMethodCommand class>>methodEditorShortcutActivation (ClySourceCodeContext 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: 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()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Queries-Tests --- 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: ClyClassSideLinkTableDecorator class>>decorateMainTableCell:inContext: (ClySwitchToClassSideCommand is Undeclared)
NewUndeclaredWarning: ClyClassSideLinkTableDecorator class>>methodDecorationStrategy (ClyFullBrowserMethodContext is Undeclared)
NewUndeclaredWarning: ClySuperclassVisibilityLevel>>decorateMethodGroupTableCell:of: (ClyMethodVisibilityMorph 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()
MetacelloNotification: Loaded -> Calypso-SystemPlugins-FileOut-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
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(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Commands --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Diff --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Diff-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Morphic --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Diff-Morphic --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Spec2-Code-Backend-Tests --- github://pharo-spec/Spec:Pharo13/src(2d6d6d5)
MetacelloNotification: Loaded -> Sindarin --- github://pharo-spec/ScriptableDebugger:Pharo12/src(9f63a3b)
MetacelloNotification: Loaded -> Sindarin-Tests --- github://pharo-spec/ScriptableDebugger:Pharo12/src(9f63a3b)
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 (StInspector 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 (StInspector is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (RSBox is Undeclared)
NewUndeclaredWarning: RSObjectWithProperty class>>exampleShapeBox (StInspector 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 (StInspector is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLabel (RSLabel is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLabel (StInspector is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLine (RSLine is Undeclared)
NewUndeclaredWarning: RSShape class>>exampleLine (StInspector 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.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Event --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
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.06b/src(07c8952)
NewUndeclaredWarning: RSComposite>>newLabel (RSLabel is Undeclared)
NewUndeclaredWarning: RSComposite>>newPolygon (RSPolygon is Undeclared)
NewUndeclaredWarning: RSComposite>>newSVGPath (RSSVGPath is Undeclared)
MetacelloNotification: Loaded -> Roassal-Shapes --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Animation --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared)
NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared)
MetacelloNotification: Loaded -> Roassal-Interaction --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Colors --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Legend --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-UML --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Sunburst --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-FlameGraph --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Pie --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Inspector --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Chart --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-DSM --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Menu --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Spec --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Spec-Morphic --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-BaselineMap --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-SVG --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Class-Examples --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Mondrian --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
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.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Animation-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Shapes-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Interaction-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Chart-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-UML-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
NewUndeclaredWarning: RoassalSpecTest>>testTakeKeyboardFocus (StPlayground is Undeclared)
MetacelloNotification: Loaded -> Roassal-Spec-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-Inspector-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-BaselineMap-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
MetacelloNotification: Loaded -> Roassal-SVG-Tests --- github://pharo-graphics/Roassal:v1.06b/src(07c8952)
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(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Morphic --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
NewUndeclaredWarning: Dictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Dictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: Dictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared)
NewUndeclaredWarning: RBProgramNode>>inspectionSource (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: RBProgramNode>>inspectionSource (SpTextPresenterDecorator 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: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: String>>inspectionEncoding: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StObjectPrinter is Undeclared)
NewUndeclaredWarning: OrderedDictionary>>inspectionItems: (StInspectorAssociationNode is Undeclared)
NewUndeclaredWarning: SymbolicBytecode>>inspectionSource (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: SymbolicBytecode>>inspectionSource (SpTextPresenterDecorator is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Character>>inspectCharacterIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared)
NewUndeclaredWarning: CompiledCode>>inspectorNodes (StInspectorDynamicNode is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ByteArray>>inspectBytes: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: ProtoObject>>allInspectorNodes (StInspectorSelfNode is Undeclared)
NewUndeclaredWarning: ProtoObject>>inspectionContexts (StInspectionCollector is Undeclared)
NewUndeclaredWarning: ProtoObject>>inspectionRaw (StRawInspectionPresenter is Undeclared)
NewUndeclaredWarning: ProtoObject>>inspectorNodes (StNodeCollector is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Integer>>inspectIntegerIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Date>>inspectDateIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Duration>>inspectDurationIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: Float>>inspectFloatIn: (StSimpleInspectorBuilder is Undeclared)
NewUndeclaredWarning: 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(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Inspector --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Inspector-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
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(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Debugger-Extensions --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Playground --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Playground-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-SystemReporter --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
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(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Spotter --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Spotter-Extensions --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Spotter-Processors-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Spotter-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Morphic-Spotter --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-FileBrowser --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-FileBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-FontChooser --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-FontChooser-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-SpTextPresenterDecorators --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
NewUndeclaredWarning: StDebugger>>initializeBreakpointInspector (StDebuggerBreakpointInspection is Undeclared)
MetacelloNotification: Loaded -> NewTools-Debugger --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Debugger-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-MethodBrowsers --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Debugger-Breakpoints-Tools --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-ObjectCentricDebugPoints --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-ObjectCentricBreakpoints --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Sindarin-Commands --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Sindarin-Commands-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Sindarin-Tools --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-CodeCritiques --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-CodeCritiques-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Debugger-Fuel --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Debugger-Fuel-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Fuel --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-RewriterTools --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-RewriterTools-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-ProfilerUI --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
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(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Scopes-Editor --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
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(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-A-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-B-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Scopes-Resources-C-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
NewUndeclaredWarning: StFinderExampleSearch>>previewPresenter (MicrodownPresenter is Undeclared)
MetacelloNotification: Loaded -> NewTools-Finder --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Finder-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-SettingsBrowser --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-SettingsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
MetacelloNotification: Loaded -> NewTools-Compression-Utils --- github://pharo-spec/NewTools:Pharo13/src(4c93bcb)
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)
NewUndeclaredWarning: MicElement>>propertyAt: (MicPropertyError is Undeclared)
NewUndeclaredWarning: MicElement>>removeProperty: (MicPropertyError is Undeclared)
MetacelloNotification: Loaded -> Microdown --- github://pillar-markup/Microdown:Pharo13/src(58c4868)
MetacelloNotification: Loaded -> Microdown-Tests --- github://pillar-markup/Microdown:Pharo13/src(58c4868)
MetacelloNotification: Loaded -> Microdown-RichTextComposer --- github://pillar-markup/Microdown:Pharo13/src(58c4868)
MetacelloNotification: Loaded -> BeautifulComments --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- github://pharo-spec/NewTools-DocumentBrowser:Pharo13/src(a9a8157)
MetacelloNotification: Loaded -> NewTools-WelcomeBrowser --- github://pharo-spec/NewTools-WelcomeBrowser:Pharo13/src(f8a1db2)
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(7585b34)
MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(7585b34)
NewUndeclaredWarning: IceBasicProject>>backwardsCompatibleFormat (TIceRepositoryWriter is Undeclared)
NewUndeclaredWarning: IceCommitish>>properties (IceRepositoryProperties is Undeclared)
NewUndeclaredWarning: IceCommitish>>validateCanMerge (IceExperimentalFeature 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: IceMetacelloRepositoryAdapter>>morphicOpen: (IceTipRepositoriesBrowser 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: IceMergeResolutionRequest>>defaultAction (IceTipMergeMorph is Undeclared)
NewUndeclaredWarning: IceProxyMCVersionInfo>>findVersionInfo (IceGitRemote 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>>createIcebergRepositoryFor: (IceRepositoryCreator is Undeclared)
NewUndeclaredWarning: MCGitBasedNetworkRepository>>getOrCreateIcebergRepository (IceGitRemote is Undeclared)
NewUndeclaredWarning: IceMetacelloDuplicatedNotification>>existingProjectRegistration (IceLibgitRepository is Undeclared)
MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
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(cb061d5)
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(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
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(cb061d5)
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(cb061d5)
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(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: ...finished baseline
Using authentification for Github API
MetacelloNotification: Loading baseline of BaselineOfNewToolsDocumentBrowser...
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: 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](58c4868c356366b1ad8a6db770f1dd6d418cd9bb)
MetacelloNotification: Loaded -> Microdown-RichTextComposer --- https://github.com/pillar-markup/Microdown.git[Pharo13](58c4868c356366b1ad8a6db770f1dd6d418cd9bb)
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(7585b34)
MetacelloNotification: Loaded -> LibGit-FileSystem --- github://pharo-vcs/libgit2-pharo-bindings:Pharo13(7585b34)
MetacelloNotification: Loaded -> Iceberg --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Metacello-Integration --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-TipUI --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin-Migration --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin-Pharo --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin-GitHub --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Plugin-Metacello --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Libgit --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Libgit-Filetree --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Iceberg-Libgit-Tonel --- github://pharo-vcs/iceberg:Pharo13(cb061d5)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d)
MetacelloNotification: Loaded -> Microdown-RichTextPresenter-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d)
MetacelloNotification: Loaded -> NewTools-DocumentBrowser-GitHubResource-Tests --- https://github.com/pharo-spec/NewTools-DocumentBrowser.git[Pharo13](a9a815718dd1309f8669a326e16df5c98ecfa05d)
MetacelloNotification: ...finished baseline
MetacelloNotification: Loaded -> Calypso-SystemPlugins-Monticello-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Gofer-Deprecated --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src()
MetacelloNotification: Loaded -> Deprecated12 --- 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-d643168.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-d643168.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-d643168.image --no-default-preferences eval --save 'MCCacheRepository uniqueInstance enable. FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources. Smalltalk garbageCollect'
23582008
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-d643168.image --no-default-preferences clean --release
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-d643168.image --no-default-preferences save Pharo
+ echo 130
+ rm -f Pharo13.0-64bit-d643168.sources.bak Pharo13.0-SNAPSHOT-64bit-d643168.changes.bak
+ rm PharoV60.sources
++ echo Pharo13.0-SNAPSHOT
++ cut -d- -f 1
++ cut -d. -f 1-2
+ PHARO_SOURCES_PREFIX=Pharo13.0
+ zip Pharo13.0-SNAPSHOT-64bit-d643168.zip Pharo13.0-SNAPSHOT-64bit-d643168.changes Pharo13.0-SNAPSHOT-64bit-d643168.image Pharo13.0-64bit-d643168.sources pharo.version
  adding: Pharo13.0-SNAPSHOT-64bit-d643168.changes (deflated 68%)
  adding: Pharo13.0-SNAPSHOT-64bit-d643168.image (deflated 71%)
  adding: Pharo13.0-64bit-d643168.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=3 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'
++ cut -d- -f 1-2
++ cut -d/ -f 2
++ head -n 1
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ find . -name 'Pharo13.0-SNAPSHOT-64bit*.zip'
++ cut -d - -f 4
++ cut -d. -f 1
++ head -n 1
+ HASH=d643168
+ FULL_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-d643168.zip
+ MINIMAL_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-d643168.zip
+ BUILD_NUMBER=3
++ 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-d643168.zip latest-64.zip
+ cp Pharo13.0-SNAPSHOT-metacello-64bit-d643168.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-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
+ mv Pharo13.0-SNAPSHOT-64bit-d643168.zip Pharo13.0-SNAPSHOT.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=bootstrap
+ mv Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip Pharo13.0-SNAPSHOT-bootstrap.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-compiler-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-compiler-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=compiler
+ mv Pharo13.0-SNAPSHOT-compiler-64bit-d643168.zip Pharo13.0-SNAPSHOT-compiler.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-core-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-core-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=core
+ mv Pharo13.0-SNAPSHOT-core-64bit-d643168.zip Pharo13.0-SNAPSHOT-core.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=hermesPackages
+ mv Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip Pharo13.0-SNAPSHOT-hermesPackages.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-metacello-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-metacello-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=metacello
+ mv Pharo13.0-SNAPSHOT-metacello-64bit-d643168.zip Pharo13.0-SNAPSHOT-metacello.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-monticello-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-monticello-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=monticello
+ mv Pharo13.0-SNAPSHOT-monticello-64bit-d643168.zip Pharo13.0-SNAPSHOT-monticello.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=monticello_bootstrap
+ mv Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.zip Pharo13.0-SNAPSHOT-monticello_bootstrap.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=rpackage
+ mv Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip Pharo13.0-SNAPSHOT-rpackage.build.3.sha.d643168.arch.64bit.zip
+ for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip'
+ BITNESS=64bit
+ [[ Pharo13.0-SNAPSHOT-traits-64bit-d643168.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\6\4\3\1\6\8\.\z\i\p ]]
++ echo Pharo13.0-SNAPSHOT-traits-64bit-d643168.zip
++ cut -d - -f 3
+ IMAGE_KIND=traits
+ mv Pharo13.0-SNAPSHOT-traits-64bit-d643168.zip Pharo13.0-SNAPSHOT-traits.build.3.sha.d643168.arch.64bit.zip
[Pipeline] sshagent
[ssh-agent] Using credentials filepharosync (files.pharo.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-DJXbOAMY54Lj/agent.17764
SSH_AGENT_PID=17766
Running ssh-add (command line suppressed)
Identity added: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_10471942483004854360.key (/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_10471942483004854360.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'
++ cut -d- -f 1-2
++ cut -d/ -f 2
++ head -n 1
+ PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ git describe --long --tags --first-parent
++ cut -c 2-
++ cut -d. -f 1-2
++ sed 's/\.//'
++ cut -d- -f 1
+ 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.3.sha.d643168.arch.64bit.zip Pharo13.0-SNAPSHOT-metacello.build.3.sha.d643168.arch.64bit.zip pharoorgde@ssh.cluster023.hosting.ovh.net:files/image/130/
Executing: program /usr/bin/ssh host ssh.cluster023.hosting.ovh.net, user pharoorgde, command scp -v -d -t files/image/130/
OpenSSH_7.2p2 Ubuntu-4ubuntu2.10, OpenSSL 1.0.2g  1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to ssh.cluster023.hosting.ovh.net [91.134.248.233] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1
debug1: match: OpenSSH_7.9p1 pat OpenSSH* compat 0x04000000
debug1: Authenticating to ssh.cluster023.hosting.ovh.net:22 as 'pharoorgde'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256@libssh.org
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: Server host key: ssh-ed25519 SHA256:L1zucFy7pgrSkls5PwyDOlMchEy1RzH1fjFKCilMwuA
debug1: Host 'ssh.cluster023.hosting.ovh.net' is known and matches the ED25519 host key.
debug1: Found key in /builds/.ssh/known_hosts:1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_10471942483004854360.key
debug1: Server accepts key: pkalg rsa-sha2-512 blen 151
debug1: Authentication succeeded (publickey).
Authenticated to ssh.cluster023.hosting.ovh.net ([91.134.248.233]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Remote: /homez.141/pharoorgde/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Remote: /homez.141/pharoorgde/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Sending environment.
debug1: Sending env LANG = en_US
debug1: Sending command: scp -v -d -t files/image/130/
Sending file modes: C0664 22913608 latest-64.zip
Sink: C0664 22913608 latest-64.zip
Sending file modes: C0664 3131287 latest-minimal-64.zip
Sink: C0664 3131287 latest-minimal-64.zip
Sending file modes: C0664 22913608 Pharo13.0-SNAPSHOT.build.3.sha.d643168.arch.64bit.zip
Sink: C0664 22913608 Pharo13.0-SNAPSHOT.build.3.sha.d643168.arch.64bit.zip
Sending file modes: C0664 3131287 Pharo13.0-SNAPSHOT-metacello.build.3.sha.d643168.arch.64bit.zip
Sink: C0664 3131287 Pharo13.0-SNAPSHOT-metacello.build.3.sha.d643168.arch.64bit.zip
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
Transferred: sent 52154472, received 12032 bytes, in 1.5 seconds
Bytes per second: sent 34394019.9, received 7934.7
debug1: Exit status 0
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 17766 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
+ ls -la
total 124
drwxrwxr-x  10 ci ci  4096 Apr 26 01:31 .
drwxrwxr-x   4 ci ci  4096 Apr 26 01:30 ..
drwxrwxr-x   3 ci ci  4096 Apr 26 01:31 bootstrap
drwxrwxr-x   5 ci ci  4096 Apr 26 01:53 build
-rw-rw-r--   1 ci ci   766 Apr 26 01:31 CODE_OF_CONDUCT.md
-rw-rw-r--   1 ci ci  1177 Apr 26 01:31 CONTRIBUTING.md
drwxrwxr-x  11 ci ci  4096 Apr 26 01:31 doc
drwxrwxr-x   8 ci ci  4096 Apr 26 01:31 .git
-rw-rw-r--   1 ci ci   264 Apr 26 01:31 .gitattributes
drwxrwxr-x   3 ci ci  4096 Apr 26 01:31 .github
-rw-rw-r--   1 ci ci   237 Apr 26 01:31 .gitignore
-rw-rw-r--   1 ci ci  9225 Apr 26 01:31 Jenkinsfile
-rw-rw-r--   1 ci ci  4220 Apr 26 01:31 LICENSE
-rw-rw-r--   1 ci ci    51 Apr 26 01:31 .project
-rw-rw-r--   1 ci ci  5263 Apr 26 01:31 README.md
drwxrwxr-x   4 ci ci  4096 Apr 26 01:31 resources
drwxrwxr-x   3 ci ci  4096 Apr 26 01:31 scripts
drwxrwxr-x 604 ci ci 32768 Apr 26 01:31 src
-rw-rw-r--   1 ci ci     5 Apr 26 01:31 VERSION
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: unix-64)
[Pipeline] { (Branch: osx-64)
[Pipeline] { (Branch: windows-64)
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/uest_and_branch_Pipeline_Pharo13
[Pipeline] node
Running on lse-mac-mini in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\uest_and_branch_Pipeline_Pharo13
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Tests-unix-64)
[Pipeline] stage
[Pipeline] { (Tests-osx-64)
[Pipeline] stage
[Pipeline] { (Tests-windows-64)
[Pipeline] timeout
Timeout set to expire in 35 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 35 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 35 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[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...
[Pipeline] dir
Running in /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64
[Pipeline] {
[WS-CLEANUP] done
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64
[Pipeline] {
[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-metacello-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-d643168.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d643168.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-hermesPackages-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.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-metacello-64bit-d643168.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=vmLatest
+ /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vmLatest 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vmLatest
+ VM=vmLatest
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vmLatest130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-latest.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache -name 'Pharo13.0-SNAPSHOT-64bit-*.zip'
+ IMAGE_ARCHIVE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-d643168.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-d643168.image  [Pipeline] sh

  inflating: Pharo13.0-64bit-d643168.sources  + 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-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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-monticello-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-d643168.sources
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d643168.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-64bit-d643168.zip
+ TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT
++ echo Pharo13.0-SNAPSHOT
++ cut -c6-
++ cut -d- -f 1
++ cut -d. -f 1
+ TEST_VM_VERSION=130
+ TEST_VM_KIND=vmLatest
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/getPharoVM.sh 130 vmLatest 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vmLatest
+ VM=vmLatest
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vmLatest130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-latest.zip

 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-d643168.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-d643168.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-d643168.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-d643168.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-d643168.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-d643168.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-d643168.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 767 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 302969865
Finished to run tests of NewTools-SpTextPresenterDecorators in 29 milliseconds 96 microseconds
Beginning to run tests of Tool-Profilers-Tests with random seed 419308839
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runTests.sh 64 Tests-windows-64' 
[Pipeline] junit
Recording test results
None of the test reports contained any result
Finished to run tests of Tool-Profilers-Tests in 1 second 391 milliseconds 79 microseconds
Beginning to run tests of NewTools-Inspector-Tests with random seed 805189785
[Pipeline] archiveArtifacts
Archiving artifacts
‘Tests-windows-64*.xml’ doesn’t match anything
No artifacts found that match the file pattern "Tests-windows-64*.xml". Configuration error?
[Pipeline] archiveArtifacts
Archiving artifacts
No test report files were found. Configuration error?
‘*.fuel’ doesn’t match anything
No artifacts found that match the file pattern "*.fuel". Configuration error?
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64
[Pipeline] {
[Pipeline] unstash
Finished to run tests of NewTools-Inspector-Tests in 634 milliseconds 908 microseconds
Beginning to run tests of Roassal-Chart-Tests with random seed 675608083
Finished to run tests of Roassal-Chart-Tests in 1 second 62 milliseconds 413 microseconds
Beginning to run tests of Collections-Abstract-Tests with random seed 51915581
Finished to run tests of Collections-Abstract-Tests in 8 milliseconds 804 microseconds
Beginning to run tests of Coverage with random seed 934344519
Finished to run tests of Coverage in 217 milliseconds 616 microseconds
Beginning to run tests of ReleaseTests with random seed 623262495
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-d643168.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
  inflating: Pharo13.0-SNAPSHOT-64bit-d643168.changes  
  inflating: Pharo13.0-SNAPSHOT-64bit-d643168.image  
  inflating: Pharo13.0-64bit-d643168.sources  
 extracting: pharo.version           
++ find . -name Pharo13.0-SNAPSHOT-64bit-d643168.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-d643168.image
++ find . -name Pharo13.0-SNAPSHOT-64bit-d643168.changes
+ CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-d643168.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-d643168.sources .
+ mv ./Pharo13.0-SNAPSHOT-64bit-d643168.image Pharo.image
+ mv ./Pharo13.0-SNAPSHOT-64bit-d643168.changes Pharo.changes
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-unix-64 '.*'
Running tests in 767 Packages
Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 515688292
[Pipeline] bat
Finished to run tests of NewTools-SpTextPresenterDecorators in 82 milliseconds 424 microseconds
Beginning to run tests of Tool-Profilers-Tests with random seed 980226231

ci@WIN10-CI C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64>bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-windows-64Kernel' 
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Pipeline] archiveArtifacts
Archiving artifacts
‘Tests-windows-64Kernel*.xml’ doesn’t match anything
No artifacts found that match the file pattern "Tests-windows-64Kernel*.xml". Configuration error?
[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] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
No test report files were found. Configuration error?
Finished to run tests of Tool-Profilers-Tests in 2 seconds 50 milliseconds 575 microseconds
Beginning to run tests of NewTools-Inspector-Tests with random seed 353525947
Finished to run tests of NewTools-Inspector-Tests in 1 second 271 milliseconds 448 microseconds
Beginning to run tests of Roassal-Chart-Tests with random seed 980904628
Finished to run tests of Roassal-Chart-Tests in 2 seconds 66 milliseconds 143 microseconds
Beginning to run tests of Collections-Abstract-Tests with random seed 974303198
Finished to run tests of Collections-Abstract-Tests in 7 milliseconds 985 microseconds
Beginning to run tests of Coverage with random seed 1021508072
Finished to run tests of Coverage in 453 milliseconds 99 microseconds
Beginning to run tests of ReleaseTests with random seed 452174509
NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared)
Finished to run tests of ReleaseTests in 47 seconds 383 milliseconds 324 microseconds
Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 486187320
Finished to run tests of MetacelloCommandLineHandler-Tests in 4 milliseconds 180 microseconds
Beginning to run tests of NautilusRefactoring-Tests with random seed 952585533
Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 326 microseconds
Beginning to run tests of Deprecated12 with random seed 528611901
Finished to run tests of Deprecated12 in 1 millisecond 36 microseconds
Beginning to run tests of NumericInterpolator-Tests with random seed 211587647
Finished to run tests of NumericInterpolator-Tests in 15 milliseconds 990 microseconds
Beginning to run tests of Refactoring-UI-Tests with random seed 445500497
Finished to run tests of Refactoring-UI-Tests in 664 milliseconds 520 microseconds
Beginning to run tests of HeuristicCompletion-Tests with random seed 440533482
Finished to run tests of HeuristicCompletion-Tests in 14 seconds 275 milliseconds 911 microseconds
Beginning to run tests of Collections-Native-Tests with random seed 295453102
Finished to run tests of Collections-Native-Tests in 169 milliseconds 891 microseconds
Beginning to run tests of Kernel-CodeModel-Tests with random seed 374644827
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)
Finished to run tests of Kernel-CodeModel-Tests in 645 milliseconds 242 microseconds
Beginning to run tests of ClassAnnotation-Tests with random seed 93494239
Finished to run tests of ClassAnnotation-Tests in 534 milliseconds 944 microseconds
Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 82759672
Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 529 milliseconds 954 microseconds
Beginning to run tests of SortFunctions-Tests with random seed 37073164
Finished to run tests of SortFunctions-Tests in 3 milliseconds 201 microseconds
Beginning to run tests of NewTools-Finder-Tests with random seed 688757006
Finished to run tests of NewTools-Finder-Tests in 3 seconds 802 milliseconds 205 microseconds
Beginning to run tests of System-OSEnvironments-Tests with random seed 475121386
Finished to run tests of System-OSEnvironments-Tests in 9 milliseconds 396 microseconds
Beginning to run tests of System-Settings-Tests with random seed 782578161
Finished to run tests of System-Settings-Tests in 872 milliseconds 81 microseconds
Beginning to run tests of UndefinedClasses-Tests with random seed 112053852
Finished to run tests of UndefinedClasses-Tests in 21 milliseconds 247 microseconds
Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 3464816
Finished to run tests of Microdown-RichTextPresenter-Tests in 606 milliseconds 898 microseconds
Beginning to run tests of Zinc-HTTP-Examples with random seed 383026642
Finished to run tests of Zinc-HTTP-Examples in 558 milliseconds 958 microseconds
Beginning to run tests of Collections-Weak-Tests with random seed 971275776
Finished to run tests of Collections-Weak-Tests in 2 seconds 14 milliseconds 227 microseconds
Beginning to run tests of Metacello-TestsReference with random seed 849007849
Finished to run tests of Metacello-TestsReference in 3 milliseconds 122 microseconds
Beginning to run tests of Roassal-Global-Tests with random seed 563931371
Finished to run tests of Roassal-Global-Tests in 3 seconds 5 milliseconds 900 microseconds
Beginning to run tests of Roassal-Inspector-Tests with random seed 508875946
Finished to run tests of Roassal-Inspector-Tests in 47 milliseconds 975 microseconds
Beginning to run tests of PharoDocComment with random seed 230415833
Finished to run tests of PharoDocComment in 1 millisecond 554 microseconds
Beginning to run tests of CodeImport-Tests with random seed 643879644
Finished to run tests of CodeImport-Tests in 31 milliseconds 230 microseconds
Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 834463485
Finished to run tests of Tool-DependencyAnalyser-Tests in 890 milliseconds 514 microseconds
Beginning to run tests of System-Identification-Tests with random seed 860536439
Finished to run tests of System-Identification-Tests in 53 milliseconds 486 microseconds
Beginning to run tests of Spec2-Code-Diff-Tests with random seed 454005166
Finished to run tests of Spec2-Code-Diff-Tests in 1 millisecond 333 microseconds
Beginning to run tests of Monticello-Tests with random seed 518139566
Finished to run tests of Monticello-Tests in 1 second 61 milliseconds 849 microseconds
Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 217790935
Finished to run tests of SystemCommands-MethodCommands-Tests in 1 millisecond 414 microseconds
Beginning to run tests of EpiceaBrowsers-Tests with random seed 854260954
Finished to run tests of EpiceaBrowsers-Tests in 1 second 250 milliseconds 650 microseconds
Beginning to run tests of Refactoring-DataForTesting with random seed 338876861
Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 625 microseconds
Beginning to run tests of Commander2-Tests with random seed 728202687
Finished to run tests of Commander2-Tests in 2 milliseconds 784 microseconds
Beginning to run tests of Ring-Core-Tests with random seed 279650498
Finished to run tests of Ring-Core-Tests in 575 milliseconds 238 microseconds
Beginning to run tests of DrTests-TestCoverage-Tests with random seed 1070225923
Finished to run tests of DrTests-TestCoverage-Tests in 70 milliseconds 51 microseconds
Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 316893257
Finished to run tests of Zinc-Character-Encoding-Tests in 123 milliseconds 721 microseconds
Beginning to run tests of Shift-ClassBuilder-Tests with random seed 621767620
Finished to run tests of Shift-ClassBuilder-Tests in 818 milliseconds 731 microseconds
Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 959328249
Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 1 millisecond 99 microseconds
Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 178217465
Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 288 milliseconds 779 microseconds
Beginning to run tests of Kernel-Tests with random seed 14441244
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-04-26 01:55:02.000 growOldSpaceByAtLeast (Replacement/generated/64/vm/src/gcc3x-cointerp.c:47360):Required space is bigger than the headroom. 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 7 seconds 87 milliseconds 862 microseconds
Beginning to run tests of EmergencyDebugger-Tests with random seed 893297101
Finished to run tests of EmergencyDebugger-Tests in 351 milliseconds 845 microseconds
Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 426543405
Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 4 milliseconds 449 microseconds
Beginning to run tests of EnlumineurFormatter-Tests with random seed 986722098
Finished to run tests of EnlumineurFormatter-Tests in 86 milliseconds 351 microseconds
Beginning to run tests of Morphic-Tests with random seed 223536010
Finished to run tests of Morphic-Tests in 1 second 830 milliseconds 940 microseconds
Beginning to run tests of Roassal-Animation-Tests with random seed 207927986
Finished to run tests of Roassal-Animation-Tests in 1 second 544 milliseconds 658 microseconds
Beginning to run tests of Commander2-UI-Tests with random seed 922853052
Finished to run tests of Commander2-UI-Tests in 1 millisecond 316 microseconds
Beginning to run tests of Collections-Unordered-Tests with random seed 1011852220
Finished to run tests of Collections-Unordered-Tests in 762 milliseconds 963 microseconds
Beginning to run tests of Refactoring-Environment-Tests with random seed 310565307
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndAnOrEnvironmentAndAnotherOrEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared)
Finished to run tests of ReleaseTests in 1 minute 36 seconds 432 milliseconds 797 microseconds
Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 812377183
Finished to run tests of MetacelloCommandLineHandler-Tests in 8 milliseconds 537 microseconds
Beginning to run tests of NautilusRefactoring-Tests with random seed 1071663209
Finished to run tests of NautilusRefactoring-Tests in 2 milliseconds 721 microseconds
Beginning to run tests of Deprecated12 with random seed 711535979
Finished to run tests of Deprecated12 in 1 millisecond 962 microseconds
Beginning to run tests of NumericInterpolator-Tests with random seed 939695981
Finished to run tests of NumericInterpolator-Tests in 27 milliseconds 402 microseconds
Beginning to run tests of Refactoring-UI-Tests with random seed 625128842
Finished to run tests of Refactoring-UI-Tests in 1 second 67 milliseconds 785 microseconds
Beginning to run tests of HeuristicCompletion-Tests with random seed 142959286
Finished to run tests of Refactoring-Environment-Tests in 28 seconds 309 milliseconds 530 microseconds
Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 591448400
Finished to run tests of Spec2-Adapters-Morphic-Tests in 39 milliseconds 637 microseconds
Beginning to run tests of Geometry-Tests with random seed 330140025
Finished to run tests of Geometry-Tests in 25 milliseconds 998 microseconds
Beginning to run tests of Microdown-Tests with random seed 358761876
Finished to run tests of Microdown-Tests in 1 second 772 milliseconds 181 microseconds
Beginning to run tests of Collections-Sequenceable-Tests with random seed 351095939
Finished to run tests of Collections-Sequenceable-Tests in 605 milliseconds 97 microseconds
Beginning to run tests of Sindarin-Tests with random seed 683840229
Finished to run tests of Sindarin-Tests in 711 milliseconds 572 microseconds
Beginning to run tests of System-Benchmark-Tests with random seed 688203949
Finished to run tests of System-Benchmark-Tests in 1 millisecond 910 microseconds
Beginning to run tests of NewTools-FontChooser with random seed 780454320
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 277 milliseconds 391 microseconds
Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 278676931
Finished to run tests of HeuristicCompletion-Tests in 23 seconds 280 milliseconds 642 microseconds
Beginning to run tests of Collections-Native-Tests with random seed 138429101
Finished to run tests of Collections-Native-Tests in 376 milliseconds 39 microseconds
Beginning to run tests of Kernel-CodeModel-Tests with random seed 389853733
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)
Finished to run tests of Kernel-CodeModel-Tests in 1 second 206 milliseconds 770 microseconds
Beginning to run tests of ClassAnnotation-Tests with random seed 479440606
Finished to run tests of ClassAnnotation-Tests in 1 second 230 milliseconds 75 microseconds
Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 165270190
Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 1 second 31 milliseconds 651 microseconds
Beginning to run tests of SortFunctions-Tests with random seed 950078902
Finished to run tests of SortFunctions-Tests in 6 milliseconds 997 microseconds
Beginning to run tests of NewTools-Finder-Tests with random seed 130240702
Finished to run tests of NewTools-Finder-Tests in 6 seconds 985 milliseconds 359 microseconds
Beginning to run tests of System-OSEnvironments-Tests with random seed 1070987272
Finished to run tests of System-OSEnvironments-Tests in 21 milliseconds 12 microseconds
Beginning to run tests of System-Settings-Tests with random seed 746278175
Finished to run tests of System-Settings-Tests in 903 milliseconds 524 microseconds
Beginning to run tests of UndefinedClasses-Tests with random seed 808320679
Finished to run tests of UndefinedClasses-Tests in 43 milliseconds 155 microseconds
Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 511078099
Finished to run tests of Microdown-RichTextPresenter-Tests in 798 milliseconds 799 microseconds
Beginning to run tests of Zinc-HTTP-Examples with random seed 1035122163
Finished to run tests of Zinc-HTTP-Examples in 636 milliseconds 512 microseconds
Beginning to run tests of Collections-Weak-Tests with random seed 844693105
Finished to run tests of NewTools-Spotter-Processors-Tests in 19 seconds 365 milliseconds 218 microseconds
Beginning to run tests of Transcript-NonInteractive-Tests with random seed 629577066
Pharo writing to the standard error
Pharo writing to the standard output
Finished to run tests of Transcript-NonInteractive-Tests in 3 milliseconds 391 microseconds
Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 86634607
Finished to run tests of Collections-Weak-Tests in 4 seconds 492 milliseconds 313 microseconds
Beginning to run tests of Metacello-TestsReference with random seed 173498624
Finished to run tests of Metacello-TestsReference in 7 milliseconds 770 microseconds
Beginning to run tests of Roassal-Global-Tests with random seed 919295497
Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 216 milliseconds 69 microseconds
Beginning to run tests of Roassal-UML-Tests with random seed 291332817
Finished to run tests of Roassal-UML-Tests in 35 milliseconds 30 microseconds
Beginning to run tests of ClassParser-Tests with random seed 527714548
Finished to run tests of ClassParser-Tests in 214 milliseconds 170 microseconds
Beginning to run tests of Roassal-Mondrian with random seed 709476811
Finished to run tests of Roassal-Mondrian in 9 milliseconds 708 microseconds
Beginning to run tests of FileSystem-Core-Tests with random seed 981938133
Finished to run tests of FileSystem-Core-Tests in 67 milliseconds 244 microseconds
Beginning to run tests of NewTools-RewriterTools-Tests with random seed 540287513
Finished to run tests of NewTools-RewriterTools-Tests in 157 milliseconds 581 microseconds
Beginning to run tests of BeautifulComments with random seed 669129146
Finished to run tests of BeautifulComments in 7 milliseconds 410 microseconds
Beginning to run tests of NewTools-Scopes-Tests with random seed 500622017
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from ScopesTest>>#testClassScopeExcludesClassCreatedAPosteriori has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from ScopesTest>>#testPackageScopeIncludesClassCreatedAPosteriori has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
Finished to run tests of NewTools-Scopes-Tests in 187 milliseconds 735 microseconds
Beginning to run tests of System-Finalization-Tests with random seed 214849149
Finished to run tests of System-Finalization-Tests in 409 milliseconds 741 microseconds
Beginning to run tests of Slot-Tests with random seed 56594711
Finished to run tests of Roassal-Global-Tests in 5 seconds 1 millisecond 204 microseconds
Beginning to run tests of Roassal-Inspector-Tests with random seed 313376405
Finished to run tests of Roassal-Inspector-Tests in 92 milliseconds 920 microseconds
Beginning to run tests of PharoDocComment with random seed 5838834
Finished to run tests of PharoDocComment in 2 milliseconds 672 microseconds
Beginning to run tests of CodeImport-Tests with random seed 347019508
Finished to run tests of CodeImport-Tests in 64 milliseconds 55 microseconds
Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 253693750
Finished to run tests of Tool-DependencyAnalyser-Tests in 1 second 460 milliseconds 823 microseconds
Beginning to run tests of System-Identification-Tests with random seed 320198379
Finished to run tests of System-Identification-Tests in 88 milliseconds 997 microseconds
Beginning to run tests of Spec2-Code-Diff-Tests with random seed 874858053
Finished to run tests of Spec2-Code-Diff-Tests in 2 milliseconds 814 microseconds
Beginning to run tests of Monticello-Tests with random seed 488954186
Finished to run tests of Slot-Tests in 5 seconds 508 milliseconds 567 microseconds
Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 194706588
Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 149 milliseconds 592 microseconds
Beginning to run tests of System-Installers-Tests with random seed 229260595
Finished to run tests of System-Installers-Tests in 143 milliseconds 770 microseconds
Beginning to run tests of VariablesLibrary-Tests with random seed 304017857
Finished to run tests of Monticello-Tests in 1 second 884 milliseconds 411 microseconds
Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 1022491815
Finished to run tests of SystemCommands-MethodCommands-Tests in 2 milliseconds 233 microseconds
Beginning to run tests of EpiceaBrowsers-Tests with random seed 342456745
Finished to run tests of VariablesLibrary-Tests in 195 milliseconds 825 microseconds
Beginning to run tests of System-History-Tests with random seed 228387464
Finished to run tests of System-History-Tests in 2 milliseconds 782 microseconds
Beginning to run tests of DebugPoints-Tests with random seed 984325258
Finished to run tests of DebugPoints-Tests in 249 milliseconds 248 microseconds
Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 298581122
Finished to run tests of SystemCommands-RefactoringSupport-Tests in 27 milliseconds 620 microseconds
Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 150860449
Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 5 milliseconds 605 microseconds
Beginning to run tests of TaskIt-Tests with random seed 581201318
Finished to run tests of EpiceaBrowsers-Tests in 2 seconds 541 milliseconds 966 microseconds
Beginning to run tests of Refactoring-DataForTesting with random seed 743222168
Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 755 microseconds
Beginning to run tests of Commander2-Tests with random seed 195274138
Finished to run tests of Commander2-Tests in 5 milliseconds 296 microseconds
Beginning to run tests of Ring-Core-Tests with random seed 526055073
Finished to run tests of Ring-Core-Tests in 1 second 227 milliseconds 859 microseconds
Beginning to run tests of DrTests-TestCoverage-Tests with random seed 1057925230
Finished to run tests of DrTests-TestCoverage-Tests in 162 milliseconds 356 microseconds
Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 736153617
Finished to run tests of Zinc-Character-Encoding-Tests in 187 milliseconds 102 microseconds
Beginning to run tests of Shift-ClassBuilder-Tests with random seed 511971534
Finished to run tests of Shift-ClassBuilder-Tests in 1 second 784 milliseconds 694 microseconds
Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 1060409544
Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 2 milliseconds 623 microseconds
Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 56417996
Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 708 milliseconds 136 microseconds
Beginning to run tests of Kernel-Tests with random seed 617053840
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-04-26 01:56:27.000 growOldSpaceByAtLeast (Replacement/generated/64/vm/src/gcc3x-cointerp.c:47360):Required space is bigger than the headroom. 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 10 seconds 517 milliseconds 879 microseconds
Beginning to run tests of EmergencyDebugger-Tests with random seed 1007770538
Finished to run tests of EmergencyDebugger-Tests in 960 milliseconds 33 microseconds
Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 209320811
Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 9 milliseconds 985 microseconds
Beginning to run tests of EnlumineurFormatter-Tests with random seed 269237622
Finished to run tests of EnlumineurFormatter-Tests in 224 milliseconds 768 microseconds
Beginning to run tests of Morphic-Tests with random seed 887970393
Finished to run tests of Morphic-Tests in 3 seconds 847 milliseconds 954 microseconds
Beginning to run tests of Roassal-Animation-Tests with random seed 113232239
Finished to run tests of TaskIt-Tests in 19 seconds 803 milliseconds 271 microseconds
Beginning to run tests of Kernel-Tests-WithCompiler with random seed 312974340
Finished to run tests of Kernel-Tests-WithCompiler in 32 milliseconds 822 microseconds
Beginning to run tests of NewTools-FileBrowser-Tests with random seed 974337317
Finished to run tests of Roassal-Animation-Tests in 1 second 590 milliseconds 575 microseconds
Beginning to run tests of Commander2-UI-Tests with random seed 10023846
Finished to run tests of Commander2-UI-Tests in 2 milliseconds 421 microseconds
Beginning to run tests of Collections-Unordered-Tests with random seed 826687144
Finished to run tests of Collections-Unordered-Tests in 1 second 616 milliseconds 276 microseconds
Beginning to run tests of Refactoring-Environment-Tests with random seed 666882302
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndAnOrEnvironmentAndAnotherOrEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
Finished to run tests of NewTools-FileBrowser-Tests in 5 seconds 654 milliseconds 798 microseconds
Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 287548219
Finished to run tests of System-BasicCommandLineHandler-Tests in 68 milliseconds 321 microseconds
Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 320014209
Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 20 milliseconds 705 microseconds
Beginning to run tests of Rubric-Tests with random seed 597449109
Finished to run tests of Rubric-Tests in 100 milliseconds 389 microseconds
Beginning to run tests of Graphics-Tests with random seed 602755580
Finished to run tests of Graphics-Tests in 1 second 849 milliseconds 136 microseconds
Beginning to run tests of NewValueHolder-Tests with random seed 574545974
Finished to run tests of NewValueHolder-Tests in 3 milliseconds 75 microseconds
Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 337414968
Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 4 milliseconds 558 microseconds
Beginning to run tests of Roassal-Interaction-Tests with random seed 23732797
Finished to run tests of Roassal-Interaction-Tests in 160 milliseconds 571 microseconds
Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 889347550
Finished to run tests of NewTools-Debugger-Fuel-Tests in 18 milliseconds 810 microseconds
Beginning to run tests of OpalCompiler-Tests with random seed 946200050
Finished to run tests of OpalCompiler-Tests in 661 milliseconds 880 microseconds
Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 537730445
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
Finished to run tests of Spec2-Morphic-Backend-Tests in 847 milliseconds 604 microseconds
Beginning to run tests of Collections-Streams-Tests with random seed 86753244
Finished to run tests of Collections-Streams-Tests in 230 milliseconds 975 microseconds
Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 828965318
Finished to run tests of Collections-DoubleLinkedList-Tests in 2 milliseconds 606 microseconds
Beginning to run tests of Network-Mail-Tests with random seed 97907400
Finished to run tests of Network-Mail-Tests in 6 milliseconds 28 microseconds
Beginning to run tests of PharoDocComment-Tests with random seed 91068368
Finished to run tests of PharoDocComment-Tests in 469 milliseconds 859 microseconds
Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 229484768
Finished to run tests of NewTools-CodeCritiques-Tests in 808 milliseconds 419 microseconds
Beginning to run tests of Zinc-Zodiac-Tests with random seed 879763722
Finished to run tests of Zinc-Zodiac-Tests in 11 seconds 592 milliseconds 96 microseconds
Beginning to run tests of System-Support-Tests with random seed 913536851
Finished to run tests of System-Support-Tests in 1 second 386 milliseconds 81 microseconds
Beginning to run tests of System-Caching-Tests with random seed 391134144
Finished to run tests of System-Caching-Tests in 2 seconds 270 milliseconds 469 microseconds
Beginning to run tests of Reflectivity-Tools-Tests with random seed 593638303
Finished to run tests of Reflectivity-Tools-Tests in 556 milliseconds 86 microseconds
Beginning to run tests of System-Hashing-Tests with random seed 919806668
Finished to run tests of System-Hashing-Tests in 698 milliseconds 638 microseconds
Beginning to run tests of Calypso-Browser-Tests with random seed 662573448
Finished to run tests of Calypso-Browser-Tests in 6 seconds 858 milliseconds 895 microseconds
Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 320449620
Finished to run tests of SystemCommands-MessageCommands-Tests in 2 milliseconds 671 microseconds
Beginning to run tests of NewTools-Spotter-Tests with random seed 109444695
Finished to run tests of NewTools-Spotter-Tests in 647 milliseconds 153 microseconds
Beginning to run tests of Kernel-Extended-Tests with random seed 875087582
somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 116 milliseconds 897 microseconds
Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 437621564
Finished to run tests of SystemCommands-PackageCommands-Tests in 2 milliseconds 441 microseconds
Beginning to run tests of Spec2-Code-Backend-Tests with random seed 318473537
Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 27 milliseconds 892 microseconds
Beginning to run tests of Refactoring-Changes-Tests with random seed 129605677
NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared)
Finished to run tests of Refactoring-Changes-Tests in 153 milliseconds 684 microseconds
Beginning to run tests of Random-Tests with random seed 407883207
Finished to run tests of Random-Tests in 373 milliseconds 261 microseconds
Beginning to run tests of OSWindow-Tests with random seed 941386300
Finished to run tests of OSWindow-Tests in 2 milliseconds 275 microseconds
Beginning to run tests of UnifiedFFI-Tests with random seed 534804031
Finished to run tests of UnifiedFFI-Tests in 249 milliseconds 48 microseconds
Beginning to run tests of Epicea-Tests with random seed 683432760
Finished to run tests of Epicea-Tests in 431 milliseconds 591 microseconds
Beginning to run tests of Refactoring-Transformations-Tests with random seed 344339434
Finished to run tests of Refactoring-Environment-Tests in 40 seconds 46 milliseconds 978 microseconds
Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 627533166
Finished to run tests of Spec2-Adapters-Morphic-Tests in 84 milliseconds 94 microseconds
Beginning to run tests of Geometry-Tests with random seed 979477956
Finished to run tests of Geometry-Tests in 53 milliseconds 721 microseconds
Beginning to run tests of Microdown-Tests with random seed 589629946
Finished to run tests of Microdown-Tests in 1 second 967 milliseconds 437 microseconds
Beginning to run tests of Collections-Sequenceable-Tests with random seed 491673517
Finished to run tests of Collections-Sequenceable-Tests in 1 second 314 milliseconds 581 microseconds
Beginning to run tests of Sindarin-Tests with random seed 557421782
Finished to run tests of Sindarin-Tests in 862 milliseconds 590 microseconds
Beginning to run tests of System-Benchmark-Tests with random seed 783623988
Finished to run tests of System-Benchmark-Tests in 2 milliseconds 646 microseconds
Beginning to run tests of NewTools-FontChooser with random seed 557693240
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 312 milliseconds 992 microseconds
Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 54776434
Finished to run tests of Refactoring-Transformations-Tests in 37 seconds 254 milliseconds 85 microseconds
Beginning to run tests of Traits-Tests with random seed 803191412
SystemNotification: TD
SystemNotification: T3
SystemNotification: T9
SystemNotification: TC
SystemNotification: T1
SystemNotification: T2
SystemNotification: T4
SystemNotification: T10
SystemNotification: TB
SystemNotification: T12
SystemNotification: T5
SystemNotification: TA
SystemNotification: T11
SystemNotification: T6
SystemNotification: C1
SystemNotification: C2
SystemNotification: C9
SystemNotification: C10
SystemNotification: CA
SystemNotification: CB
SystemNotification: C11
SystemNotification: T6
NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared)
Finished to run tests of Traits-Tests in 12 seconds 948 milliseconds 138 microseconds
Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 240652808
Finished to run tests of Morphic-Widgets-FastTable-Tests in 56 milliseconds 717 microseconds
Beginning to run tests of Ring-ChunkImporter-Tests with random seed 201280833
Finished to run tests of Ring-ChunkImporter-Tests in 27 milliseconds 841 microseconds
Beginning to run tests of ProfStef-Tests with random seed 384378207
Finished to run tests of ProfStef-Tests in 119 milliseconds 260 microseconds
Beginning to run tests of Compression-Tests with random seed 203604696
Finished to run tests of Compression-Tests in 2 seconds 545 milliseconds 115 microseconds
Beginning to run tests of SUnit-Core with random seed 977449929
Finished to run tests of SUnit-Core in 1 millisecond 945 microseconds
Beginning to run tests of DrTests-Tests with random seed 744587468
Finished to run tests of DrTests-Tests in 239 milliseconds 575 microseconds
Beginning to run tests of Debugger-Model-Tests with random seed 788657084
Finished to run tests of Debugger-Model-Tests in 705 milliseconds 920 microseconds
Beginning to run tests of Spec2-Backend-Tests with random seed 129970302
Finished to run tests of NewTools-Spotter-Processors-Tests in 1 minute 2 seconds 165 milliseconds 121 microseconds
Beginning to run tests of Transcript-NonInteractive-Tests with random seed 832968775
Pharo writing to the standard error
Pharo writing to the standard output
Finished to run tests of Transcript-NonInteractive-Tests in 5 milliseconds 102 microseconds
Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 87178062
Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 244 milliseconds 270 microseconds
Beginning to run tests of Roassal-UML-Tests with random seed 707887308
Finished to run tests of Roassal-UML-Tests in 42 milliseconds 979 microseconds
Beginning to run tests of ClassParser-Tests with random seed 714269945
Finished to run tests of ClassParser-Tests in 423 milliseconds 438 microseconds
Beginning to run tests of Roassal-Mondrian with random seed 221772962
Finished to run tests of Roassal-Mondrian in 20 milliseconds 13 microseconds
Beginning to run tests of FileSystem-Core-Tests with random seed 360801975
Finished to run tests of FileSystem-Core-Tests in 160 milliseconds 104 microseconds
Beginning to run tests of NewTools-RewriterTools-Tests with random seed 1054503769
Finished to run tests of NewTools-RewriterTools-Tests in 312 milliseconds 851 microseconds
Beginning to run tests of BeautifulComments with random seed 18856596
Finished to run tests of BeautifulComments in 21 milliseconds 824 microseconds
Beginning to run tests of NewTools-Scopes-Tests with random seed 200892843
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from ScopesTest>>#testClassScopeExcludesClassCreatedAPosteriori has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
DeprecationPerformedNotification: The method ShiftClassBuilder>>#category: called from ScopesTest>>#testPackageScopeIncludesClassCreatedAPosteriori has been deprecated. Trying to package a class using the concept of categpry is not supported anymore in Pharo. You can use #package: and #tag: instead to avoid any ambiguity on what part of the category is the package and what is the tag.
Finished to run tests of NewTools-Scopes-Tests in 277 milliseconds 839 microseconds
Beginning to run tests of System-Finalization-Tests with random seed 177001409
Finished to run tests of System-Finalization-Tests in 948 milliseconds 898 microseconds
Beginning to run tests of Slot-Tests with random seed 307221111
Finished to run tests of Slot-Tests in 11 seconds 649 milliseconds 148 microseconds
Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 566875386
Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 411 milliseconds 821 microseconds
Beginning to run tests of System-Installers-Tests with random seed 585687190
Finished to run tests of System-Installers-Tests in 248 milliseconds 170 microseconds
Beginning to run tests of VariablesLibrary-Tests with random seed 21263759
Finished to run tests of VariablesLibrary-Tests in 402 milliseconds 227 microseconds
Beginning to run tests of System-History-Tests with random seed 16623908
Finished to run tests of System-History-Tests in 5 milliseconds 347 microseconds
Beginning to run tests of DebugPoints-Tests with random seed 728609832
Finished to run tests of DebugPoints-Tests in 398 milliseconds 613 microseconds
Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 902703801
Finished to run tests of SystemCommands-RefactoringSupport-Tests in 47 milliseconds 40 microseconds
Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 954318057
Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 14 milliseconds 948 microseconds
Beginning to run tests of TaskIt-Tests with random seed 82019319
Finished to run tests of Spec2-Backend-Tests in 47 seconds 941 milliseconds 697 microseconds
Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 954257098
Finished to run tests of SUnit-Support-UITesting-Tests in 3 milliseconds 258 microseconds
Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 162274764
Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 78 milliseconds 436 microseconds
Beginning to run tests of Collections-Atomic-Tests with random seed 172508188
Finished to run tests of Collections-Atomic-Tests in 7 milliseconds 57 microseconds
Beginning to run tests of Renraku-Tests with random seed 1056815652
Finished to run tests of Renraku-Tests in 2 seconds 261 milliseconds 435 microseconds
Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 635471610
Finished to run tests of NewTools-RewriterTools-Backend-Tests in 2 milliseconds 482 microseconds
Beginning to run tests of Network-Tests with random seed 677047292
Finished to run tests of TaskIt-Tests in 20 seconds 356 milliseconds 495 microseconds
Beginning to run tests of Kernel-Tests-WithCompiler with random seed 677079165
Finished to run tests of Kernel-Tests-WithCompiler in 44 milliseconds 565 microseconds
Beginning to run tests of NewTools-FileBrowser-Tests with random seed 673630635
Finished to run tests of Network-Tests in 12 seconds 989 milliseconds 758 microseconds
Beginning to run tests of Ring-Monticello-Tests with random seed 57334970
Finished to run tests of Ring-Monticello-Tests in 52 milliseconds 708 microseconds
Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 833214447
Finished to run tests of NewTools-Sindarin-Commands-Tests in 31 milliseconds 28 microseconds
Beginning to run tests of System-Time-Tests with random seed 953805583
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 367 milliseconds 513 microseconds
Beginning to run tests of MonticelloTonel-Tests with random seed 227082296
Finished to run tests of MonticelloTonel-Tests in 162 milliseconds 143 microseconds
Beginning to run tests of ThreadedFFI-Tests with random seed 1041648091
2024-04-26T01:59:14.983787+02:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 128 milliseconds 16 microseconds
Beginning to run tests of AST-Core-Tests with random seed 842308188
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
Finished to run tests of NewTools-FileBrowser-Tests in 8 seconds 573 milliseconds 601 microseconds
Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 801422891
Finished to run tests of System-BasicCommandLineHandler-Tests in 141 milliseconds 643 microseconds
Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 663837369
Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 40 milliseconds 545 microseconds
Beginning to run tests of Rubric-Tests with random seed 689128674
Finished to run tests of Rubric-Tests in 177 milliseconds 203 microseconds
Beginning to run tests of Graphics-Tests with random seed 19149717
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 Graphics-Tests in 3 seconds 486 milliseconds 742 microseconds
Beginning to run tests of NewValueHolder-Tests with random seed 392917045
Finished to run tests of NewValueHolder-Tests in 6 milliseconds
Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 545392955
Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 9 milliseconds 919 microseconds
Beginning to run tests of Roassal-Interaction-Tests with random seed 379027525
Finished to run tests of Roassal-Interaction-Tests in 378 milliseconds 222 microseconds
Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 957879489
Finished to run tests of NewTools-Debugger-Fuel-Tests in 28 milliseconds 465 microseconds
Beginning to run tests of OpalCompiler-Tests with random seed 44417758
Finished to run tests of AST-Core-Tests in 4 seconds 318 milliseconds 719 microseconds
Beginning to run tests of System-Sources-Tests with random seed 804666187
Finished to run tests of System-Sources-Tests in 48 milliseconds 82 microseconds
Beginning to run tests of FuzzyMatcher-Tests with random seed 13332093
Finished to run tests of FuzzyMatcher-Tests in 1 millisecond 511 microseconds
Beginning to run tests of RottenTestsFinder-Tests with random seed 315874429
Finished to run tests of RottenTestsFinder-Tests in 241 milliseconds 896 microseconds
Beginning to run tests of Keymapping-Tests with random seed 833131633
Finished to run tests of Keymapping-Tests in 15 milliseconds 980 microseconds
Beginning to run tests of SUnit-Tests with random seed 50283395
Finished to run tests of OpalCompiler-Tests in 1 second 377 milliseconds 669 microseconds
Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 1052499529
Finished to run tests of Spec2-Morphic-Backend-Tests in 1 second 6 milliseconds 262 microseconds
Beginning to run tests of Collections-Streams-Tests with random seed 307587131
Finished to run tests of Collections-Streams-Tests in 418 milliseconds 891 microseconds
Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 123349983
Finished to run tests of Collections-DoubleLinkedList-Tests in 4 milliseconds 958 microseconds
Beginning to run tests of Network-Mail-Tests with random seed 38012387
Finished to run tests of Network-Mail-Tests in 10 milliseconds 740 microseconds
Finished to run tests of SUnit-Tests in 4 seconds 61 milliseconds 708 microseconds
Beginning to run tests of Roassal-Spec-Tests with random seed 5200482
Finished to run tests of Roassal-Spec-Tests in 97 milliseconds 288 microseconds
Beginning to run tests of MonticelloGUI-Tests with random seed 609407428
Finished to run tests of MonticelloGUI-Tests in 214 milliseconds 860 microseconds
Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 315117212
Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 628 milliseconds 826 microseconds
Beginning to run tests of Spec2-Dialogs-Tests with random seed 83617809
Finished to run tests of Spec2-Dialogs-Tests in 641 milliseconds 543 microseconds
Beginning to run tests of Text-Diff-Tests with random seed 757538709
Finished to run tests of Text-Diff-Tests in 3 milliseconds 66 microseconds
Beginning to run tests of Commander-Core-Tests with random seed 138812056
Finished to run tests of Commander-Core-Tests in 3 milliseconds 257 microseconds
Beginning to run tests of Jobs-Tests with random seed 755988122
Finished to run tests of Jobs-Tests in 2 milliseconds 84 microseconds
Beginning to run tests of EmbeddedFreeType-Tests with random seed 460936093
Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 189 microseconds
Beginning to run tests of SUnit-Visitor-Tests with random seed 71413407
Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 181 microseconds
Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 583393186
Finished to run tests of Zinc-Resource-Meta-Tests in 122 milliseconds 76 microseconds
Beginning to run tests of SUnit-MockObjects-Tests with random seed 587776286
Finished to run tests of SUnit-MockObjects-Tests in 2 milliseconds 959 microseconds
Beginning to run tests of NewTools-FontChooser-Tests with random seed 797439008
Finished to run tests of NewTools-FontChooser-Tests in 1 millisecond 116 microseconds
Beginning to run tests of Roassal-Shapes-Tests with random seed 471934752
Finished to run tests of Roassal-Shapes-Tests in 107 milliseconds 809 microseconds
Beginning to run tests of Shout-Tests with random seed 221152911
Finished to run tests of Shout-Tests in 30 milliseconds 519 microseconds
Beginning to run tests of ColorPicker-Tests with random seed 619594415
Finished to run tests of ColorPicker-Tests in 93 milliseconds 37 microseconds
Beginning to run tests of Announcements-Core-Tests with random seed 271281676
Finished to run tests of Announcements-Core-Tests in 475 milliseconds 30 microseconds
Beginning to run tests of RTree-Tests with random seed 702965479
Finished to run tests of RTree-Tests in 7 milliseconds 567 microseconds
Beginning to run tests of Ombu-Tests with random seed 971849967
Finished to run tests of Ombu-Tests in 184 milliseconds 713 microseconds
Beginning to run tests of FreeType-Tests with random seed 154337450
Beginning to run tests of PharoDocComment-Tests with random seed 1068406253
Finished to run tests of PharoDocComment-Tests in 983 milliseconds 691 microseconds
Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 85724924
Finished to run tests of NewTools-CodeCritiques-Tests in 1 second 371 milliseconds 270 microseconds
Beginning to run tests of Zinc-Zodiac-Tests with random seed 1071845208
Finished to run tests of FreeType-Tests in 4 seconds 678 milliseconds 790 microseconds
Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 187703024
Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 8 milliseconds 169 microseconds
Beginning to run tests of Debugger-Oups-Tests with random seed 726527482
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

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ 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: testNonUIProcessIsRecognised from OupsDebuggerSystemTest
Running: testPreDebugActionExecuted from OupsDebuggerSystemTest
Running: testUIProcessIsRecognised from OupsDebuggerSystemTest
Running: testError from OupsSingleDebuggerSelectorTest
Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTest

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Running: testHandled from OupsSingleDebuggerSelectorTest

a DebugSession
Original error: test session.
Debugger error: Error

[ 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 21 milliseconds 725 microseconds
Beginning to run tests of STON-Tests with random seed 266861070
Finished to run tests of STON-Tests in 935 milliseconds 777 microseconds
Beginning to run tests of FileSystem-Memory-Tests with random seed 331621049
Finished to run tests of FileSystem-Memory-Tests in 2 seconds 492 milliseconds 739 microseconds
Beginning to run tests of Files-Tests with random seed 107652725
Finished to run tests of Files-Tests in 2 seconds 914 milliseconds 894 microseconds
Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 581625560
Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 5 milliseconds 80 microseconds
Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 1030394333
Finished to run tests of DrTests-CommentsToTests-Tests in 6 milliseconds 715 microseconds
Beginning to run tests of Regex-Core-Tests with random seed 148356580
Finished to run tests of Regex-Core-Tests in 29 milliseconds 83 microseconds
Beginning to run tests of Spec2-Code-Tests with random seed 185719298
Finished to run tests of Spec2-Code-Tests in 1 second 627 milliseconds 928 microseconds
Beginning to run tests of Collections-Tests with random seed 209422176
Finished to run tests of Collections-Tests in 2 milliseconds 210 microseconds
Beginning to run tests of NewTools-Playground-Tests with random seed 657930594
Finished to run tests of NewTools-Playground-Tests in 552 milliseconds 90 microseconds
Beginning to run tests of Spec2-Tests with random seed 1056428938
Finished to run tests of Zinc-Zodiac-Tests in 10 seconds 930 milliseconds 560 microseconds
Beginning to run tests of System-Support-Tests with random seed 17863693
Finished to run tests of System-Support-Tests in 2 seconds 401 milliseconds 823 microseconds
Beginning to run tests of System-Caching-Tests with random seed 139132016
Finished to run tests of System-Caching-Tests in 2 seconds 360 milliseconds 352 microseconds
Beginning to run tests of Reflectivity-Tools-Tests with random seed 539081130
Finished to run tests of Reflectivity-Tools-Tests in 1 second 144 milliseconds 14 microseconds
Beginning to run tests of System-Hashing-Tests with random seed 703083299
Finished to run tests of System-Hashing-Tests in 1 second 605 milliseconds 652 microseconds
Beginning to run tests of Calypso-Browser-Tests with random seed 416925544
Finished to run tests of Spec2-Tests in 9 seconds 783 milliseconds 246 microseconds
Beginning to run tests of System-Utilities-Tests with random seed 459967684
Finished to run tests of System-Utilities-Tests in 6 milliseconds 930 microseconds
Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 355355084
Finished to run tests of Tool-ExternalBrowser-Tests in 99 milliseconds 663 microseconds
Beginning to run tests of Hiedra-Tests with random seed 299224624
Finished to run tests of Hiedra-Tests in 62 milliseconds 76 microseconds
Beginning to run tests of Zodiac-Tests with random seed 181682031
Finished to run tests of Zodiac-Tests in 240 milliseconds 176 microseconds
Beginning to run tests of Roassal-BaselineMap-Tests with random seed 356727392
Finished to run tests of Roassal-BaselineMap-Tests in 39 milliseconds 375 microseconds
Beginning to run tests of Metacello-TestsCore with random seed 420090760
MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: ...finished baseline
MetacelloNotification: Recording baseline of BaselineOfTestToLock1...
MetacelloNotification: Project: TestToLock2
MetacelloNotification: Project is locked, skipping.
MetacelloNotification: ...finished baseline
Finished to run tests of Metacello-TestsCore in 21 milliseconds 494 microseconds
Beginning to run tests of System-Platforms-Tests with random seed 985194398
Finished to run tests of System-Platforms-Tests in 2 milliseconds 557 microseconds
Beginning to run tests of Athens-Cairo-Tests with random seed 174064289
2024-04-26 01:59:49.893 Pharo[14916:443419] XType: Using static font registry.
Finished to run tests of Athens-Cairo-Tests in 17 milliseconds 379 microseconds
Beginning to run tests of Spec2-Morphic-Tests with random seed 476819122
Finished to run tests of Spec2-Morphic-Tests in 2 seconds 813 milliseconds 108 microseconds
Beginning to run tests of System-Localization-Tests with random seed 817410738
Finished to run tests of System-Localization-Tests in 4 milliseconds 489 microseconds
Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 967618485
Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 132 milliseconds 350 microseconds
Beginning to run tests of System-DependenciesTests with random seed 873600314
Finished to run tests of System-DependenciesTests in 4 seconds 622 milliseconds 373 microseconds
Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 671104842
Finished to run tests of Morphic-Widgets-Taskbar-Tests in 19 milliseconds 962 microseconds
Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 967925856
Finished to run tests of AI-Algorithms-Graph-Tests in 16 milliseconds 388 microseconds
Beginning to run tests of Manifest-Tests with random seed 744193135
Finished to run tests of Manifest-Tests in 1 second 110 milliseconds 518 microseconds
Beginning to run tests of Calypso-SystemQueries-Tests with random seed 536390342
Finished to run tests of Calypso-Browser-Tests in 12 seconds 554 milliseconds 605 microseconds
Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 643298165
Finished to run tests of SystemCommands-MessageCommands-Tests in 5 milliseconds 60 microseconds
Beginning to run tests of NewTools-Spotter-Tests with random seed 176984443
Finished to run tests of Calypso-SystemQueries-Tests in 1 second 29 milliseconds 27 microseconds
Beginning to run tests of Clap-Tests with random seed 385428432
Finished to run tests of Clap-Tests in 15 milliseconds 814 microseconds
Beginning to run tests of Refactoring-Core-Tests with random seed 307249377
Finished to run tests of NewTools-Spotter-Tests in 668 milliseconds 826 microseconds
Beginning to run tests of Kernel-Extended-Tests with random seed 165655319
somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 512 milliseconds 965 microseconds
Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 113885441
Finished to run tests of SystemCommands-PackageCommands-Tests in 2 milliseconds 6 microseconds
Beginning to run tests of Spec2-Code-Backend-Tests with random seed 474137349
Finished to run tests of Refactoring-Core-Tests in 2 seconds 598 milliseconds 653 microseconds
Beginning to run tests of System-SessionManager-Tests with random seed 356605704
Finished to run tests of System-SessionManager-Tests in 4 milliseconds 637 microseconds
Beginning to run tests of Tool-ImageCleaner-Tests with random seed 773817101
Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 175 microseconds
Beginning to run tests of FileSystem-Disk-Tests with random seed 591185680
Finished to run tests of Spec2-Code-Backend-Tests in 3 seconds 62 milliseconds 59 microseconds
Beginning to run tests of Refactoring-Changes-Tests with random seed 195527678
NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared)
Finished to run tests of FileSystem-Disk-Tests in 2 seconds 119 milliseconds 638 microseconds
Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 857147734
Finished to run tests of Refactoring-Changes-Tests in 346 milliseconds 726 microseconds
Beginning to run tests of Random-Tests with random seed 971031898
Finished to run tests of Random-Tests in 708 milliseconds 850 microseconds
Beginning to run tests of OSWindow-Tests with random seed 892306719
Finished to run tests of OSWindow-Tests in 1 millisecond 891 microseconds
Beginning to run tests of UnifiedFFI-Tests with random seed 245866785
Finished to run tests of UnifiedFFI-Tests in 465 milliseconds 759 microseconds
Beginning to run tests of Epicea-Tests with random seed 1056345589
Finished to run tests of NewTools-SettingsBrowser-Tests in 2 seconds 392 milliseconds 733 microseconds
Beginning to run tests of Beacon-Core-Tests with random seed 929493681
Finished to run tests of Beacon-Core-Tests in 3 milliseconds 347 microseconds
Beginning to run tests of Collections-Stack-Tests with random seed 730933939
Finished to run tests of Collections-Stack-Tests in 1 millisecond 669 microseconds
Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 780829366
Finished to run tests of Ring-Definitions-Monticello-Tests in 5 milliseconds 320 microseconds
Beginning to run tests of Equals-Tests with random seed 1040479419
Finished to run tests of Equals-Tests in 27 milliseconds 605 microseconds
Beginning to run tests of Collections-Strings-Tests with random seed 886054103
Finished to run tests of Epicea-Tests in 919 milliseconds 726 microseconds
Beginning to run tests of Refactoring-Transformations-Tests with random seed 271831694
Finished to run tests of Collections-Strings-Tests in 698 milliseconds 429 microseconds
Beginning to run tests of Roassal-Layouts-Tests with random seed 393524117
Finished to run tests of Roassal-Layouts-Tests in 20 milliseconds 179 microseconds
Beginning to run tests of Kernel-ExtraUtils with random seed 618066089
Finished to run tests of Kernel-ExtraUtils in 2 milliseconds 542 microseconds
Beginning to run tests of System-Object Events-Tests with random seed 163908268
Finished to run tests of System-Object Events-Tests in 58 milliseconds 392 microseconds
Beginning to run tests of Metacello-TestsMCCore with random seed 667166696
MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/temp/repo
Finished to run tests of Metacello-TestsMCCore in 15 milliseconds 766 microseconds
Beginning to run tests of FileSystem-Tests-Attributes with random seed 453433847
Finished to run tests of FileSystem-Tests-Attributes in 11 milliseconds 381 microseconds
Beginning to run tests of Tool-Finder-Tests with random seed 567738116
Finished to run tests of Tool-Finder-Tests in 100 milliseconds 277 microseconds
Beginning to run tests of Zinc-Tests with random seed 746482280
Finished to run tests of Zinc-Tests in 9 seconds 230 milliseconds 641 microseconds
Beginning to run tests of Athens-Core-Tests with random seed 124727926
Finished to run tests of Athens-Core-Tests in 4 milliseconds 280 microseconds
Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 391692411
Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 2 seconds 47 milliseconds 824 microseconds
Beginning to run tests of NumberParser-Tests with random seed 462115964
Finished to run tests of NumberParser-Tests in 114 milliseconds 921 microseconds
Beginning to run tests of Specific-Rules-Tests with random seed 138067952
Finished to run tests of Specific-Rules-Tests in 3 milliseconds 241 microseconds
Beginning to run tests of Tool-FileList-Tests with random seed 774469107
Finished to run tests of Tool-FileList-Tests in 77 milliseconds 496 microseconds
Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 692881728
Finished to run tests of Ring-Definitions-Tests-Containers in 1 millisecond 798 microseconds
Beginning to run tests of Fonts-Infrastructure-Tests with random seed 595691845
Finished to run tests of Fonts-Infrastructure-Tests in 812 microseconds
Beginning to run tests of Flashback-Decompiler-Tests with random seed 1026377029
1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 189 milliseconds 83 microseconds
Beginning to run tests of Tools-Tests with random seed 967119876
Finished to run tests of Tools-Tests in 95 milliseconds 224 microseconds
Beginning to run tests of Metacello-Gitlab-Tests with random seed 393007971
Finished to run tests of Metacello-Gitlab-Tests in 1 millisecond 221 microseconds
Beginning to run tests of Tools-CodeNavigation-Tests with random seed 915678563
Finished to run tests of Tools-CodeNavigation-Tests in 13 milliseconds 153 microseconds
Beginning to run tests of Debugging-Utils-Tests with random seed 645912178
Finished to run tests of Debugging-Utils-Tests in 230 milliseconds 103 microseconds
Beginning to run tests of FormCanvas-Tests with random seed 115529305
Finished to run tests of FormCanvas-Tests in 2 milliseconds 458 microseconds
Beginning to run tests of Ring-Definitions-Core-Tests with random seed 713561179
Finished to run tests of Ring-Definitions-Core-Tests in 37 milliseconds 346 microseconds
Beginning to run tests of NECompletion-Tests with random seed 1002329217
Finished to run tests of NECompletion-Tests in 139 milliseconds 518 microseconds
Beginning to run tests of NewTools-Debugger-Tests with random seed 150697227
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 6 seconds 565 milliseconds 106 microseconds
Beginning to run tests of Text-Tests with random seed 315722163
Finished to run tests of Text-Tests in 12 milliseconds 512 microseconds
Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 822098624
Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 154 milliseconds 997 microseconds
Beginning to run tests of Roassal-SVG-Tests with random seed 463118172
Finished to run tests of Roassal-SVG-Tests in 6 milliseconds 937 microseconds
Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 914825572
Finished to run tests of ReflectionMirrors-Primitives-Tests in 5 milliseconds 537 microseconds
Beginning to run tests of General-Rules-Tests with random seed 911051113
Finished to run tests of General-Rules-Tests in 2 seconds 432 milliseconds 245 microseconds
Beginning to run tests of Collections-Arithmetic-Tests with random seed 609121769
Finished to run tests of Collections-Arithmetic-Tests in 3 milliseconds 699 microseconds
Beginning to run tests of Spec2-Commander2-Tests with random seed 775009774
Finished to run tests of Spec2-Commander2-Tests in 5 milliseconds 143 microseconds
Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 79031283
Finished to run tests of NewTools-DocumentBrowser-Tests in 26 milliseconds 838 microseconds
Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 129703695
Finished to run tests of DrTests-TestsProfiling-Tests in 4 milliseconds 18 microseconds
Beginning to run tests of Math-Operations-Extensions-Tests with random seed 950020884
Finished to run tests of Math-Operations-Extensions-Tests in 1 millisecond 119 microseconds
Beginning to run tests of Calypso-NavigationModel-Tests with random seed 669093140
Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 505 milliseconds 101 microseconds
Beginning to run tests of Collections-Support-Tests with random seed 356131784
Finished to run tests of Collections-Support-Tests in 98 milliseconds 696 microseconds
Beginning to run tests of Reflectivity-Tests with random seed 470150954
an ObjectFinished to run tests of Reflectivity-Tests in 1 second 987 milliseconds 354 microseconds
Beginning to run tests of SUnit-Rules-Tests with random seed 833940206
Finished to run tests of SUnit-Rules-Tests in 99 milliseconds 965 microseconds
Beginning to run tests of Fuel-Core-Tests with random seed 538880851
Finished to run tests of Fuel-Core-Tests in 8 seconds 49 milliseconds 993 microseconds
39301 run, 39299 passes, 1 failures, 1 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 89 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
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 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 227 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 130 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 2 milliseconds
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 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 6 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 2 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 51 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 19 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodes ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 3 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosure ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 79 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds
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 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 2 milliseconds
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 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 9 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 176 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 80 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 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 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds
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 38 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 17 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 3 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 1 millisecond
starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 6 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 3 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePath ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStream ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 2 milliseconds
starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 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 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 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 1 millisecond
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 3 milliseconds
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 1 millisecond
starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 72 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 83 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 115 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 52 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 64 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 4 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 45 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 3 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 4 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 65 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 31 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 31 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 41 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 50 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 35 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 50 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 67 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 72 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 47 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 49 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 35 milliseconds
starting testcase: FLDecoderTest>>testNextEncodedInt24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedInt64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint16 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint24 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint32 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint64 ... finished in 0 seconds
starting testcase: FLDecoderTest>>testNextEncodedUint8 ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith16Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith24Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith32Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith64Bits ... finished in 0 seconds
starting testcase: FLEncoderDecoderTest>>testSmallIntegerSerializationForAllBitsWith8Bits ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeInt64Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUInt8Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint16Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint24Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint32Truncated ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64 ... finished in 0 seconds
starting testcase: FLEncoderTest>>testEncodeUint64Truncated ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testEphemeronSupport ... finished in 10 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 115 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 56 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 115 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 114 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 44 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds
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 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 9 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 4 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 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 162 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 73 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNotSerializableObject ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
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 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 0 seconds
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 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 37 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 17 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 75 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 2 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 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 3 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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond
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 2 milliseconds
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 2 milliseconds
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 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 10 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 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 163 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 73 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 101 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 4 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 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 0 seconds
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 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 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 37 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 8 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 17 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 0 seconds
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 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 8 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 5 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 5 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 2 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 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 115 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 17 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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 98 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 2 milliseconds
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 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 13 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 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 386 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 79 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 108 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 57 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSystemDictionary ... 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 4 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 1 millisecond
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 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 4 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 2 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 3 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 3 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 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 40 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 9 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 8 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 6 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 6 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 2 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 1 millisecond
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 14 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 8 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 0 seconds
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 6 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 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 1 millisecond
starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 3 milliseconds
starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 3 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 1 millisecond
starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 1 millisecond
starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 0 seconds
starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 0 seconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFrom ... finished in 2 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromByteArray ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromFileNamed ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 1 millisecond
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 2 milliseconds
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 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 0 seconds
starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 2 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 55 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 10 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 1 millisecond
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 10 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 10 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 10 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 1 millisecond
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 0 seconds
starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 1 millisecond
starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 1 millisecond
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 134 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 15 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 18 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 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 7 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 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 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 0 seconds
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 2 milliseconds
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 10 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 3 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 2 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 5 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 4 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 2 milliseconds
starting testcase: FLUserGuidesTest>>testDemo ... finished in 8 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testGZip ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentMinor ... finished in 0 seconds
starting testcase: FLVersionTest>>testDifferentPatch ... finished in 0 seconds
starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds
starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond
starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 1 millisecond
starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 4 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 5 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-metacello-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-d643168.sources
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d643168.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-hermesPackages-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d643168.zip
/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.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-metacello-64bit-d643168.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=vmLatest
+ /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/getPharoVM.sh 130 vmLatest 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vmLatest
+ VM=vmLatest
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vmLatest130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Darwin-arm64-latest.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-d643168.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.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-d643168.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.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-d643168.zip
+ unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
Archive:  /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #Time #FileLocator #FileSystem #FileAttributeNotSupported #StartupPreferencesLoader #Duration #Unicode #DateAndTime)
+ ./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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
+ ./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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
+ ./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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
+ ./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 707778819
Finished to run tests of SUnit-Core in 1 millisecond 498 microseconds
Beginning to run tests of SUnit-Tests with random seed 842952197
Finished to run tests of SUnit-Tests in 3 seconds 867 milliseconds 932 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-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 17 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testMultipleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testPackageCleanUp ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleClassCreation ... finished in 0 seconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testSingleTraitCreation ... finished in 3 milliseconds
starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testTraitCreationInDifferentCategories ... finished in 18 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 104 milliseconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 105 milliseconds
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 104 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 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 2 milliseconds
starting testcase: SUnitTest>>testException ... finished in 0 seconds
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds
starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds
starting testcase: SUnitTest>>testFail ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds
starting testcase: SUnitTest>>testFileOutResult ... finished in 0 seconds
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 27 milliseconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 28 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 27 milliseconds
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testRan ... finished in 0 seconds
starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds
starting testcase: SUnitTest>>testResult ... finished in 0 seconds
starting testcase: SUnitTest>>testRunning ... finished in 25 milliseconds
starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 2 milliseconds
starting testcase: SUnitTest>>testShould ... finished in 0 seconds
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 66 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 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 78 milliseconds
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished in 0 seconds
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished in 24 milliseconds
starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Finished to run tests of Refactoring-Transformations-Tests in 1 minute 7 seconds 530 milliseconds 268 microseconds
Beginning to run tests of Traits-Tests with random seed 173270365
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: T12
SystemNotification: T11
SystemNotification: T1
SystemNotification: T2
SystemNotification: T6
SystemNotification: T3
SystemNotification: T9
SystemNotification: T4
SystemNotification: T10
SystemNotification: T5
SystemNotification: C1
SystemNotification: C9
SystemNotification: CA
SystemNotification: CB
SystemNotification: C2
SystemNotification: C10
SystemNotification: C11
SystemNotification: T6
NewUndeclaredWarning: T1>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T1 classTrait>>aMethod: (aMethod is Undeclared)
NewUndeclaredWarning: T2 classTrait>>aMethod: (aMethod is Undeclared)
Finished to run tests of Traits-Tests in 26 seconds 167 milliseconds 426 microseconds
Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 321613464
Finished to run tests of Morphic-Widgets-FastTable-Tests in 67 milliseconds 491 microseconds
Beginning to run tests of Ring-ChunkImporter-Tests with random seed 221573086
Finished to run tests of Ring-ChunkImporter-Tests in 56 milliseconds 609 microseconds
Beginning to run tests of ProfStef-Tests with random seed 38293782
Finished to run tests of ProfStef-Tests in 220 milliseconds 238 microseconds
Beginning to run tests of Compression-Tests with random seed 602014707
Finished to run tests of Compression-Tests in 3 seconds 171 milliseconds 242 microseconds
Beginning to run tests of SUnit-Core with random seed 1036365912
Finished to run tests of SUnit-Core in 1 millisecond 242 microseconds
Beginning to run tests of DrTests-Tests with random seed 602393434
Finished to run tests of DrTests-Tests in 402 milliseconds 366 microseconds
Beginning to run tests of Debugger-Model-Tests with random seed 708592622
Finished to run tests of Debugger-Model-Tests in 668 milliseconds 516 microseconds
Beginning to run tests of Spec2-Backend-Tests with random seed 820966283
Finished to run tests of Spec2-Backend-Tests in 43 seconds 64 milliseconds 860 microseconds
Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 205212620
Finished to run tests of SUnit-Support-UITesting-Tests in 10 milliseconds 485 microseconds
Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 284707543
Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 143 milliseconds 120 microseconds
Beginning to run tests of Collections-Atomic-Tests with random seed 688720231
Finished to run tests of Collections-Atomic-Tests in 9 milliseconds 529 microseconds
Beginning to run tests of Renraku-Tests with random seed 268798065
Finished to run tests of Renraku-Tests in 3 seconds 626 milliseconds 817 microseconds
Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 1067034781
Finished to run tests of NewTools-RewriterTools-Backend-Tests in 11 milliseconds 547 microseconds
Beginning to run tests of Network-Tests with random seed 140713897
Finished to run tests of Network-Tests in 17 seconds 308 milliseconds 704 microseconds
Beginning to run tests of Ring-Monticello-Tests with random seed 501241416
Finished to run tests of Ring-Monticello-Tests in 125 milliseconds 957 microseconds
Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 161344967
Finished to run tests of NewTools-Sindarin-Commands-Tests in 57 milliseconds 786 microseconds
Beginning to run tests of System-Time-Tests with random seed 828130818
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 657 milliseconds 47 microseconds
Beginning to run tests of MonticelloTonel-Tests with random seed 396495950
Finished to run tests of MonticelloTonel-Tests in 336 milliseconds 395 microseconds
Beginning to run tests of ThreadedFFI-Tests with random seed 848148894
2024-04-26T02:02:54.08321+02:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 360 milliseconds 499 microseconds
Beginning to run tests of AST-Core-Tests with random seed 115218185
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (b is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (b is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (Δə is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (Δə is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared)
NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared)
Finished to run tests of AST-Core-Tests in 6 seconds 933 milliseconds 557 microseconds
Beginning to run tests of System-Sources-Tests with random seed 927047229
Finished to run tests of System-Sources-Tests in 84 milliseconds 993 microseconds
Beginning to run tests of FuzzyMatcher-Tests with random seed 550996883
Finished to run tests of FuzzyMatcher-Tests in 2 milliseconds 732 microseconds
Beginning to run tests of RottenTestsFinder-Tests with random seed 374413717
Finished to run tests of RottenTestsFinder-Tests in 594 milliseconds 874 microseconds
Beginning to run tests of Keymapping-Tests with random seed 434198249
Finished to run tests of Keymapping-Tests in 37 milliseconds 459 microseconds
Beginning to run tests of SUnit-Tests with random seed 955146769
Finished to run tests of SUnit-Tests in 4 seconds 372 milliseconds 241 microseconds
Beginning to run tests of Roassal-Spec-Tests with random seed 196565544
Finished to run tests of Roassal-Spec-Tests in 200 milliseconds 203 microseconds
Beginning to run tests of MonticelloGUI-Tests with random seed 356430322
Finished to run tests of MonticelloGUI-Tests in 345 milliseconds 154 microseconds
Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 650424141
Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 969 milliseconds 362 microseconds
Beginning to run tests of Spec2-Dialogs-Tests with random seed 236064279
Finished to run tests of Spec2-Dialogs-Tests in 603 milliseconds 990 microseconds
Beginning to run tests of Text-Diff-Tests with random seed 339969395
Finished to run tests of Text-Diff-Tests in 4 milliseconds 605 microseconds
Beginning to run tests of Commander-Core-Tests with random seed 81117818
Finished to run tests of Commander-Core-Tests in 4 milliseconds 937 microseconds
Beginning to run tests of Jobs-Tests with random seed 523536000
Finished to run tests of Jobs-Tests in 4 milliseconds 273 microseconds
Beginning to run tests of EmbeddedFreeType-Tests with random seed 35606660
Finished to run tests of EmbeddedFreeType-Tests in 3 milliseconds 579 microseconds
Beginning to run tests of SUnit-Visitor-Tests with random seed 131862152
Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 227 microseconds
Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 517407882
Finished to run tests of Zinc-Resource-Meta-Tests in 185 milliseconds 450 microseconds
Beginning to run tests of SUnit-MockObjects-Tests with random seed 311715141
Finished to run tests of SUnit-MockObjects-Tests in 3 milliseconds 359 microseconds
Beginning to run tests of NewTools-FontChooser-Tests with random seed 728216137
Finished to run tests of NewTools-FontChooser-Tests in 980 microseconds
Beginning to run tests of Roassal-Shapes-Tests with random seed 124091465
Finished to run tests of Roassal-Shapes-Tests in 251 milliseconds 194 microseconds
Beginning to run tests of Shout-Tests with random seed 550163783
Finished to run tests of Shout-Tests in 67 milliseconds 579 microseconds
Beginning to run tests of ColorPicker-Tests with random seed 1010237836
Finished to run tests of ColorPicker-Tests in 187 milliseconds 437 microseconds
Beginning to run tests of Announcements-Core-Tests with random seed 157404999
Finished to run tests of Announcements-Core-Tests in 1 second 167 milliseconds 593 microseconds
Beginning to run tests of RTree-Tests with random seed 550544600
Finished to run tests of RTree-Tests in 17 milliseconds 216 microseconds
Beginning to run tests of Ombu-Tests with random seed 348920553
Finished to run tests of Ombu-Tests in 357 milliseconds 738 microseconds
Beginning to run tests of FreeType-Tests with random seed 436016464
Finished to run tests of FreeType-Tests in 14 seconds 383 milliseconds 6 microseconds
Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 161302912
Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 22 milliseconds 953 microseconds
Beginning to run tests of Debugger-Oups-Tests with random seed 824853143
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

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ 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: testNonUIProcessIsRecognised from OupsDebuggerSystemTest
Running: testPreDebugActionExecuted from OupsDebuggerSystemTest
Running: testUIProcessIsRecognised from OupsDebuggerSystemTest
Running: testError from OupsSingleDebuggerSelectorTest
Running: testErrorWhenOpeningDebugger from OupsSingleDebuggerSelectorTest

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Running: testHandled from OupsSingleDebuggerSelectorTest

a DebugSession
Original error: test session.
Debugger error: Error

[ 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 53 milliseconds 9 microseconds
Beginning to run tests of STON-Tests with random seed 50686670
Finished to run tests of STON-Tests in 2 seconds 28 milliseconds 941 microseconds
Beginning to run tests of FileSystem-Memory-Tests with random seed 23744955
Finished to run tests of FileSystem-Memory-Tests in 2 seconds 560 milliseconds 368 microseconds
Beginning to run tests of Files-Tests with random seed 377027006
Finished to run tests of Files-Tests in 7 seconds 494 milliseconds 199 microseconds
Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 125001220
Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 11 milliseconds 280 microseconds
Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 310333711
Finished to run tests of DrTests-CommentsToTests-Tests in 14 milliseconds 230 microseconds
Beginning to run tests of Regex-Core-Tests with random seed 84172061
Finished to run tests of Regex-Core-Tests in 65 milliseconds 418 microseconds
Beginning to run tests of Spec2-Code-Tests with random seed 592511840
Finished to run tests of Spec2-Code-Tests in 2 seconds 503 milliseconds 436 microseconds
Beginning to run tests of Collections-Tests with random seed 820286504
Finished to run tests of Collections-Tests in 6 milliseconds 83 microseconds
Beginning to run tests of NewTools-Playground-Tests with random seed 251457329
Finished to run tests of NewTools-Playground-Tests in 1 second 17 milliseconds 650 microseconds
Beginning to run tests of Spec2-Tests with random seed 1053911596
Finished to run tests of Spec2-Tests in 15 seconds 98 milliseconds 70 microseconds
Beginning to run tests of System-Utilities-Tests with random seed 498653487
Finished to run tests of System-Utilities-Tests in 12 milliseconds 942 microseconds
Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 926763067
Finished to run tests of Tool-ExternalBrowser-Tests in 184 milliseconds 546 microseconds
Beginning to run tests of Hiedra-Tests with random seed 102625781
Finished to run tests of Hiedra-Tests in 113 milliseconds 390 microseconds
Beginning to run tests of Zodiac-Tests with random seed 73697641
Finished to run tests of Zodiac-Tests in 8 seconds 385 milliseconds 283 microseconds
Beginning to run tests of Roassal-BaselineMap-Tests with random seed 1014898476
Finished to run tests of Roassal-BaselineMap-Tests in 112 milliseconds 248 microseconds
Beginning to run tests of Metacello-TestsCore with random seed 768442011
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 58 milliseconds 442 microseconds
Beginning to run tests of System-Platforms-Tests with random seed 936848087
Finished to run tests of System-Platforms-Tests in 6 milliseconds 520 microseconds
Beginning to run tests of Athens-Cairo-Tests with random seed 332877025
Fontconfig error: Cannot load default config file
Finished to run tests of Athens-Cairo-Tests in 28 milliseconds 180 microseconds
Beginning to run tests of Spec2-Morphic-Tests with random seed 950477821
Finished to run tests of Spec2-Morphic-Tests in 4 seconds 298 milliseconds 721 microseconds
Beginning to run tests of System-Localization-Tests with random seed 890551753
Finished to run tests of System-Localization-Tests in 7 milliseconds 841 microseconds
Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 998888403
Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 283 milliseconds 794 microseconds
Beginning to run tests of System-DependenciesTests with random seed 54790382
Finished to run tests of System-DependenciesTests in 6 seconds 321 milliseconds 584 microseconds
Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 506956961
Finished to run tests of Morphic-Widgets-Taskbar-Tests in 35 milliseconds 641 microseconds
Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 441462215
Finished to run tests of AI-Algorithms-Graph-Tests in 34 milliseconds 635 microseconds
Beginning to run tests of Manifest-Tests with random seed 597322474
Finished to run tests of Manifest-Tests in 1 second 701 milliseconds 382 microseconds
Beginning to run tests of Calypso-SystemQueries-Tests with random seed 697495184
Finished to run tests of Calypso-SystemQueries-Tests in 1 second 881 milliseconds 995 microseconds
Beginning to run tests of Clap-Tests with random seed 197575411
Finished to run tests of Clap-Tests in 34 milliseconds 376 microseconds
Beginning to run tests of Refactoring-Core-Tests with random seed 83133463
Finished to run tests of Refactoring-Core-Tests in 4 seconds 786 milliseconds 683 microseconds
Beginning to run tests of System-SessionManager-Tests with random seed 449287370
Finished to run tests of System-SessionManager-Tests in 10 milliseconds 255 microseconds
Beginning to run tests of Tool-ImageCleaner-Tests with random seed 621277396
Finished to run tests of Tool-ImageCleaner-Tests in 2 milliseconds 479 microseconds
Beginning to run tests of FileSystem-Disk-Tests with random seed 248831192
Finished to run tests of FileSystem-Disk-Tests in 2 seconds 170 milliseconds 119 microseconds
Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 577752659
Finished to run tests of NewTools-SettingsBrowser-Tests in 2 seconds 627 milliseconds 269 microseconds
Beginning to run tests of Beacon-Core-Tests with random seed 981768855
Finished to run tests of Beacon-Core-Tests in 7 milliseconds 942 microseconds
Beginning to run tests of Collections-Stack-Tests with random seed 556237471
Finished to run tests of Collections-Stack-Tests in 2 milliseconds 981 microseconds
Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 258702755
Finished to run tests of Ring-Definitions-Monticello-Tests in 11 milliseconds 718 microseconds
Beginning to run tests of Equals-Tests with random seed 628697264
Finished to run tests of Equals-Tests in 49 milliseconds 552 microseconds
Beginning to run tests of Collections-Strings-Tests with random seed 379345376
Finished to run tests of Collections-Strings-Tests in 1 second 379 milliseconds 619 microseconds
Beginning to run tests of Roassal-Layouts-Tests with random seed 1008706888
Finished to run tests of Roassal-Layouts-Tests in 33 milliseconds 565 microseconds
Beginning to run tests of Kernel-ExtraUtils with random seed 942369908
Finished to run tests of Kernel-ExtraUtils in 3 milliseconds 422 microseconds
Beginning to run tests of System-Object Events-Tests with random seed 231928696
Finished to run tests of System-Object Events-Tests in 117 milliseconds 532 microseconds
Beginning to run tests of Metacello-TestsMCCore with random seed 374521582
MetacelloNotification: testFileTreeRepository: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/temp/repo
Finished to run tests of Metacello-TestsMCCore in 33 milliseconds 519 microseconds
Beginning to run tests of FileSystem-Tests-Attributes with random seed 284473616
Finished to run tests of FileSystem-Tests-Attributes in 21 milliseconds 500 microseconds
Beginning to run tests of Tool-Finder-Tests with random seed 10359591
Finished to run tests of Tool-Finder-Tests in 213 milliseconds 670 microseconds
Beginning to run tests of Zinc-Tests with random seed 22260987
Finished to run tests of Zinc-Tests in 15 seconds 126 milliseconds 138 microseconds
Beginning to run tests of Athens-Core-Tests with random seed 1030700052
Finished to run tests of Athens-Core-Tests in 7 milliseconds 982 microseconds
Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 171762206
Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 1 second 917 milliseconds 90 microseconds
Beginning to run tests of NumberParser-Tests with random seed 305110173
Finished to run tests of NumberParser-Tests in 139 milliseconds 506 microseconds
Beginning to run tests of Specific-Rules-Tests with random seed 247172649
Finished to run tests of Specific-Rules-Tests in 4 milliseconds 386 microseconds
Beginning to run tests of Tool-FileList-Tests with random seed 77676845
Finished to run tests of Tool-FileList-Tests in 97 milliseconds 186 microseconds
Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 801683599
Finished to run tests of Ring-Definitions-Tests-Containers in 2 milliseconds 565 microseconds
Beginning to run tests of Fonts-Infrastructure-Tests with random seed 979791761
Finished to run tests of Fonts-Infrastructure-Tests in 1 millisecond 464 microseconds
Beginning to run tests of Flashback-Decompiler-Tests with random seed 611208083
1
1
2
2
Finished to run tests of Flashback-Decompiler-Tests in 275 milliseconds 811 microseconds
Beginning to run tests of Tools-Tests with random seed 470317223
Finished to run tests of Tools-Tests in 159 milliseconds 857 microseconds
Beginning to run tests of Metacello-Gitlab-Tests with random seed 235954250
Finished to run tests of Metacello-Gitlab-Tests in 2 milliseconds 220 microseconds
Beginning to run tests of Tools-CodeNavigation-Tests with random seed 25649740
Finished to run tests of Tools-CodeNavigation-Tests in 25 milliseconds 805 microseconds
Beginning to run tests of Debugging-Utils-Tests with random seed 715242855
Finished to run tests of Debugging-Utils-Tests in 357 milliseconds 31 microseconds
Beginning to run tests of FormCanvas-Tests with random seed 542129613
Finished to run tests of FormCanvas-Tests in 4 milliseconds 347 microseconds
Beginning to run tests of Ring-Definitions-Core-Tests with random seed 826841810
Finished to run tests of Ring-Definitions-Core-Tests in 67 milliseconds 572 microseconds
Beginning to run tests of NECompletion-Tests with random seed 651037206
Finished to run tests of NECompletion-Tests in 283 milliseconds 764 microseconds
Beginning to run tests of NewTools-Debugger-Tests with random seed 608796211
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 9 seconds 476 milliseconds 656 microseconds
Beginning to run tests of Text-Tests with random seed 573953082
Finished to run tests of Text-Tests in 23 milliseconds 221 microseconds
Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 878297939
Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 216 milliseconds 2 microseconds
Beginning to run tests of Roassal-SVG-Tests with random seed 992614443
Finished to run tests of Roassal-SVG-Tests in 13 milliseconds 349 microseconds
Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 262582841
Finished to run tests of ReflectionMirrors-Primitives-Tests in 9 milliseconds 350 microseconds
Beginning to run tests of General-Rules-Tests with random seed 664079940
Finished to run tests of General-Rules-Tests in 4 seconds 462 milliseconds 386 microseconds
Beginning to run tests of Collections-Arithmetic-Tests with random seed 275034547
Finished to run tests of Collections-Arithmetic-Tests in 5 milliseconds 535 microseconds
Beginning to run tests of Spec2-Commander2-Tests with random seed 572387257
Finished to run tests of Spec2-Commander2-Tests in 11 milliseconds 370 microseconds
Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 58583493
Finished to run tests of NewTools-DocumentBrowser-Tests in 57 milliseconds 315 microseconds
Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 1068425982
Finished to run tests of DrTests-TestsProfiling-Tests in 4 milliseconds 941 microseconds
Beginning to run tests of Math-Operations-Extensions-Tests with random seed 722115332
Finished to run tests of Math-Operations-Extensions-Tests in 1 millisecond 852 microseconds
Beginning to run tests of Calypso-NavigationModel-Tests with random seed 347460870
Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 348 milliseconds 768 microseconds
Beginning to run tests of Collections-Support-Tests with random seed 89210142
Finished to run tests of Collections-Support-Tests in 170 milliseconds 543 microseconds
Beginning to run tests of Reflectivity-Tests with random seed 470296776
an ObjectFinished to run tests of Reflectivity-Tests in 4 seconds 53 milliseconds 922 microseconds
Beginning to run tests of SUnit-Rules-Tests with random seed 173036193
Finished to run tests of SUnit-Rules-Tests in 180 milliseconds 899 microseconds
Beginning to run tests of Fuel-Core-Tests with random seed 1035425878
Finished to run tests of Fuel-Core-Tests in 13 seconds 462 milliseconds 376 microseconds
39301 run, 39299 passes, 1 failures, 1 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 172 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 7 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 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 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDuration ... finished in 4 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 4 milliseconds
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 16 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 10 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 6 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 394 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 185 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 6 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 4 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 5 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 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 11 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 91 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 12 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 59 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 5 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 8 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 13 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 9 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodes ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 11 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 6 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 8 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 11 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 12 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 5 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 7 milliseconds
starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosure ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 136 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 8 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 3 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 4 milliseconds
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 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 15 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 344 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 137 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 3 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 4 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 6 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 6 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 73 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 44 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 5 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond
starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 7 milliseconds
starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 2 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 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 4 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 8 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds
starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 5 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 3 milliseconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testFilePath ... finished in 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 3 milliseconds
starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 4 milliseconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds
starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds
starting testcase: FLContextSerializationTest>>testContext ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 7 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 5 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 4 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 6 milliseconds
starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds
starting testcase: FLContextSerializationTest>>testDoIt ... finished in 20 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 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 93 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 152 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 11 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 10 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 12 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 79 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 9 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 76 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 7 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 90 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 10 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 8 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 6 milliseconds
starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 65 milliseconds
starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 5 milliseconds
starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 27 milliseconds
starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 6 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 80 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 56 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 53 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 66 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 72 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 50 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 287 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 90 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 112 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 59 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 58 milliseconds
starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 50 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 24 milliseconds
starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 304 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 166 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 303 milliseconds
starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 316 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 128 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColor ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 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 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 13 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 8 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 306 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 107 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 6 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testNestedDictionary ... finished in 4 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 4 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 68 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 14 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 43 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 5 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 8 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond
starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 132 milliseconds
starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 7 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testClassGlobalAssociation ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testClassVariable ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 53 milliseconds
starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 3 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 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testExceptions ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 7 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 14 milliseconds
starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 7 milliseconds
starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 6 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 311 milliseconds
starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 108 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 537 milliseconds
starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 3 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 5 milliseconds
starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 9 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 73 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobalAssociation ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testString ... finished in 4 milliseconds
starting testcase: FLFullBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 9 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 44 milliseconds
starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 1 millisecond
starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 10 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 8 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 2 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 12 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 10 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 6 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 5 milliseconds
starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 7 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds
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 11 milliseconds
starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 217 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 10 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 39 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 179 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond
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 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 7 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 20 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 944 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 142 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 8 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 5 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 226 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 9 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 12 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 6 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 113 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond
starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 13 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 46 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 3 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 6 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 18 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 4 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds
starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 2 milliseconds
starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 6 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 5 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSideObsolete ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testClassSidePreservesIdentity ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testInstanceOfAnObsoleteClass ... finished in 2 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 3 milliseconds
starting testcase: FLGlobalClassSerializationTest>>testMethodPreservesIdentity ... finished in 3 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 5 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 5 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChanged ... finished in 5 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedConstant ... finished in 5 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 11 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 6 milliseconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 0 seconds
starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalClass ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalClassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclass ... finished in 1 millisecond
starting testcase: FLGlobalEnvironmentTest>>testGlobalMetaclassNotFound ... finished in 1 millisecond
starting testcase: FLGlobalSendSerializationTest>>testBasic ... finished in 1 millisecond
starting testcase: FLGlobalSendSerializationTest>>testGlobalNotFound ... finished in 1 millisecond
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 14 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 15 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 12 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 12 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 90 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 17 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 13 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 14 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 13 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 12 milliseconds
starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 13 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 2 milliseconds
starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 5 milliseconds
starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 23 milliseconds
starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 3 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 13 milliseconds
starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 2 milliseconds
starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 11 milliseconds
starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 6 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 1 millisecond
starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 4 milliseconds
starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 3 milliseconds
starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 4 milliseconds
starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 4 milliseconds
starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 8 milliseconds
starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 5 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 2 milliseconds
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 2 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 2 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 3 milliseconds
starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 5 milliseconds
starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds
starting testcase: FLMaterializerTest>>testMaterialize ... finished in 2 milliseconds
starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 2 milliseconds
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 2 milliseconds
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 6 milliseconds
starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 141 milliseconds
starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 23 milliseconds
starting testcase: FLMigrationTest>>testClassRename ... finished in 4 milliseconds
starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 1 millisecond
starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 26 milliseconds
starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 24 milliseconds
starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 25 milliseconds
starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 27 milliseconds
starting testcase: FLMigrationTest>>testVariableRename ... finished in 25 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 4 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 2 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 4 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 4 milliseconds
starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 2 milliseconds
starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 164 milliseconds
starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 10 milliseconds
starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 31 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 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 2 milliseconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds
starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds
starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 14 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 10 milliseconds
starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 3 milliseconds
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 4 milliseconds
starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds
starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 1 millisecond
starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds
starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds
starting testcase: FLSignatureTest>>testBadSignature ... finished in 1 millisecond
starting testcase: FLSignatureTest>>testSameSignature ... finished in 1 millisecond
starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds
starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds
starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 2 milliseconds
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 1 millisecond
starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 14 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 11 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 5 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 8 milliseconds
starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 6 milliseconds
starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 1 millisecond
starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 3 milliseconds
starting testcase: FLUserGuidesTest>>testDemo ... finished in 9 milliseconds
starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 4 milliseconds
starting testcase: FLUserGuidesTest>>testGZip ... finished in 5 milliseconds
starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 3 milliseconds
starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentMinor ... finished in 1 millisecond
starting testcase: FLVersionTest>>testDifferentPatch ... finished in 1 millisecond
starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds
starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds
starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond
starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 2 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 6 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 9 milliseconds
starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 7 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-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-d643168.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-monticello-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d643168.zip
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-d643168.sources
/builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d643168.zip
++ cut -d- -f 1-2
+++ head -n 1
+++ find /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache -name 'Pharo*.zip'
++ basename /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d643168.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=vmLatest
+ /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/bootstrap/scripts/getPharoVM.sh 130 vmLatest 64
+ '[' 3 -lt 1 ']'
+ export PHARO=130
+ PHARO=130
+ export VM=vmLatest
+ VM=vmLatest
+ export ARCHITECTURE=64
+ ARCHITECTURE=64
+ export RETRY_REMAINING=3
+ RETRY_REMAINING=3
+ wget --quiet -O - get.pharo.org/64/vmLatest130
+ bash
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/130/pharo-vm-Linux-x86_64-latest.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
+ '[' 0 -eq 0 ']'
+ echo 'VM downloaded'
VM downloaded
++ 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-d643168.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.zip
  inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image  
++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image
+ IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.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-d643168.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d643168.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-d643168.zip
+ unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
Archive:  /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d643168.zip
  inflating: protocolsKernel.txt     
+ mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-d643168.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
Initializing Collections
Initializing code model
Initializing sources
InitializingFFI
Initializing Session Manager
Initializing basic command line behaviors
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Date #Time #FileLocator #FileSystem #FileAttributeNotSupported #StartupPreferencesLoader #Duration #Unicode #DateAndTime)
+ ./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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading Random-Core.hermes
SystemNotification: [Hermes] Installing Random-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading System-Model.hermes
SystemNotification: [Hermes] Installing System-Model.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
SystemNotification: [Hermes] Reading System-NumberPrinting.hermes
SystemNotification: [Hermes] Installing System-NumberPrinting.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
+ ./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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader #Halt)
+ ./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: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileSystem #FileLocator #Unicode #FileAttributeNotSupported #StartupPreferencesLoader)
+ ./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 245558025
Finished to run tests of SUnit-Core in 3 milliseconds 132 microseconds
Beginning to run tests of SUnit-Tests with random seed 94410509
Finished to run tests of SUnit-Tests in 4 seconds 43 milliseconds 19 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 4 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 3 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 3 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 9 milliseconds
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 28 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 27 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 1 millisecond
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 103 milliseconds
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished in 100 milliseconds
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 150 milliseconds
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 150 milliseconds
starting testcase: SUnitTest>>testAssert ... finished in 0 seconds
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 10 milliseconds
starting testcase: SUnitTest>>testDefects ... finished in 0 seconds
starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds
starting testcase: SUnitTest>>testError ... finished in 0 seconds
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 50 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 23 milliseconds
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds
starting testcase: SUnitTest>>testLongRunningTest ... finished in 22 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 23 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 62 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 23 milliseconds
starting testcase: TestFailureTestCase>>testCaptureIfSignalledWhenStepping ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished in 0 seconds
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished in 0 seconds
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 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.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Avoid second fetch
Checking out Revision d643168c6ee1142523c2e1479281e4a5d0c8c4d8 (Pharo13)
Commit message: "Merge pull request #16511 from pavel-krivanek/nativeWindows"
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d643168c6ee1142523c2e1479281e4a5d0c8c4d8 # 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/16511
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/16511
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 pharo-ci-jenkins2-unix-3 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.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d643168c6ee1142523c2e1479281e4a5d0c8c4d8 (Pharo13)
Commit message: "Merge pull request #16511 from pavel-krivanek/nativeWindows"
 > 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 d643168c6ee1142523c2e1479281e4a5d0c8c4d8 # timeout=10

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