Push event to branch Pharo13 Connecting to https://api.github.com using pharo-ci using token as pass Obtained Jenkinsfile from d9ffb2ce72275b9c5402727622a51b641a9d61b8 [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 d9ffb2ce72275b9c5402727622a51b641a9d61b8 (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 d9ffb2ce72275b9c5402727622a51b641a9d61b8 # timeout=10 Commit message: "Merge pull request #16641 from jordanmontt/fixing-vm-param-labels" > git rev-list --no-walk 4ea57ce8a766cc646c5432b47f468debebe16567 # timeout=10 [Pipeline] sh + BUILD_NUMBER=52 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/2-download.sh + set -e ++ date -u + echo Wed May 15 11:53:31 UTC 2024 'Bootstrap: Beginning to download resources required for bootstrap process' Wed May 15 11:53:31 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 -c 2- ++ cut -d- -f 1 + PHARO_MAJOR=13 ++ git describe --tags --first-parent ++ cut -d. -f 2-2 ++ cut -c 2- ++ cut -d- -f 1 + 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=d9ffb2ce72275b9c5402727622a51b641a9d61b8 + 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.1-430d78e built on May 15 2024 10:01:49 Compiler: 5.4.0 20160609 Built from: 430d78e - Commit: 430d78e - Date: 2024-05-15 09:38:48 +0200' Target VM: Pharo 10.2.1-430d78e built on May 15 2024 10:01:49 Compiler: 5.4.0 20160609 Built from: 430d78e - Commit: 430d78e - Date: 2024-05-15 09:38:48 +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-05-15 13:53:42-- 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-05-15 13:53:42-- https://github.com/pharo-project/PharoBootstrap/releases/download/v1.7.8/bootstrapImage.zip Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240515%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240515T115342Z&X-Amz-Expires=300&X-Amz-Signature=d91421820527215c6422407482f60511773a55fbec99f9ec57560625cfae1f28&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-05-15 13:53:42-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/63601721/139fbf57-4a94-463f-b9d8-a069dddae866?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240515%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240515T115342Z&X-Amz-Expires=300&X-Amz-Signature=d91421820527215c6422407482f60511773a55fbec99f9ec57560625cfae1f28&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.111.133, 185.199.110.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.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.4M 1s 6144K ........ ........ ........ ........ ........ ........ 24% 23.1M 1s 9216K ........ ........ ........ ........ ........ ........ 32% 23.3M 1s 12288K ........ ........ ........ ........ ........ ........ 40% 23.3M 1s 15360K ........ ........ ........ ........ ........ ........ 49% 23.2M 1s 18432K ........ ........ ........ ........ ........ ........ 57% 23.2M 1s 21504K ........ ........ ........ ........ ........ ........ 65% 23.3M 1s 24576K ........ ........ ........ ........ ........ ........ 73% 23.1M 0s 27648K ........ ........ ........ ........ ........ ........ 81% 23.3M 0s 30720K ........ ........ ........ ........ ........ ........ 89% 23.2M 0s 33792K ........ ........ ........ ........ ........ ........ 98% 23.3M 0s 36864K ........ ... 100% 23.5M=1.6s 2024-05-15 13:53:44 (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-05-15 13:53:44-- 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% 13.8M 0s 3072K ........ ........ ........ ........ ........ ........ 88% 16.5M 0s 6144K ........ .... 100% 17.8M=0.4s 2024-05-15 13:53:45 (15.3 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-05-15 13:53:45-- 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-05-15 13:53:45-- 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.37M=0.06s 2024-05-15 13:53:45 (3.37 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=52 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/3-prepare.sh + set -e ++ date -u + echo Wed May 15 11:53:48 UTC 2024 'Bootstrap: Beginning to prepare the image used for bootstrapping' Wed May 15 11:53:48 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 -c 2- ++ cut -d- -f 1 + PHARO_MAJOR=13 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -c 2- ++ cut -d. -f 2-2 + PHARO_MINOR=0 ++ git describe --tags --first-parent ++ cut -d. -f 3-3 ++ cut -d- -f 1 ++ cut -c 2- + PHARO_PATCH=0 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT + PHARO_SHORT_VERSION=130 + PHARO_VM_VERSION=130 ++ git rev-parse --verify HEAD + PHARO_COMMIT_HASH=d9ffb2ce72275b9c5402727622a51b641a9d61b8 + 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=52 --VERSION_INFO=Pharo13.0-SNAPSHOT-d9ffb2ce72275b9c5402727622a51b641a9d61b8 --quit [+] Bootstrapping for a 64-bit architecture [+] Build number: 52 [+] VersionInfo: Pharo13.0-SNAPSHOT-d9ffb2ce72275b9c5402727622a51b641a9d61b8 13:53:54 Begin: Bootstrap process 13:53:54 [+] Preparing bootstrap Looking for module ... loaded...computing accessor depths13:54:33 [+] Creating image on which bootstrapping will take place warning, variable nsMethodCache doesn't exist or has already been removed ...done13:54:36 Initializing bootstrap environment. 13:54:36 Creating initial Objects needed by the VM 13:54:36 Flushing new space. 13:54:36 Begin: Initializing initial objects 13:54:36 Initializing objects. 13:54:36 initializing hash table sizes 13:54:36 preparing class builder 13:54:37 class loader now creates class pools 13:54:37 Initializing StartUp list 13:54:37 Initializing Character Table 13:54:37 Initializing String Ascii and CaseInsensitive Table 13:54:38 Initializing SmallInteger constants 13:54:38 Initializing CompiledMethod constants 13:54:38 Installing symbol table 13:54:38 Bootstrapping class layouts 13:54:39 End: Initializing initial objects 13:54:39 Begin: Create classes 13:54:42 001/520 - 0:00:00:02.979: Built behavior Abort 13:54:43 002/520 - 0:00:00:00.801: Built behavior AbsolutePath 13:54:43 003/520 - 0:00:00:00.744: Built behavior AbstractAnnouncementSubscription 13:54:44 004/520 - 0:00:00:01.026: Built behavior AbstractBinaryFileStream 13:54:45 005/520 - 0:00:00:00.395: Built behavior AbstractDelayTicker 13:54:45 006/520 - 0:00:00:00.483: Built behavior AbstractLayout 13:54:46 007/520 - 0:00:00:00.39: Built behavior AbstractLayoutScope 13:54:46 008/520 - 0:00:00:00.411: Built behavior AbstractSessionHandler 13:54:47 009/520 - 0:00:00:01.182: Built behavior AdditionalBinding 13:54:48 010/520 - 0:00:00:00.465: Built behavior AdditionalMethodState 13:54:48 011/520 - 0:00:00:00.463: Built behavior Announcement 13:54:49 012/520 - 0:00:00:00.494: Built behavior AnnouncementDeliveryCondition 13:54:49 013/520 - 0:00:00:00.468: Built behavior AnnouncementLogger 13:54:51 014/520 - 0:00:00:01.781: Built behavior AnnouncementSet 13:54:51 015/520 - 0:00:00:00.463: Built behavior AnnouncementSetWithExclusions 13:54:52 016/520 - 0:00:00:00.422: Built behavior AnnouncementSubscription 13:54:52 017/520 - 0:00:00:00.611: Built behavior Announcer 13:54:53 018/520 - 0:00:00:00.922: Built behavior ArgumentsCountMismatch 13:54:54 019/520 - 0:00:00:00.443: Built behavior ArithmeticError 13:54:55 020/520 - 0:00:00:01.275: Built behavior Array 13:54:56 021/520 - 0:00:00:00.489: Built behavior Array2D 13:54:56 022/520 - 0:00:00:00: Built behavior ArrayedCollection 13:54:56 023/520 - 0:00:00:00.436: Built behavior AsciiCharset 13:54:56 024/520 - 0:00:00:00.524: Built behavior AssertionFailure 13:54:58 025/520 - 0:00:00:01.38: Built behavior Association 13:54:58 026/520 - 0:00:00:00.631: Built behavior AsyncFile 13:55:00 027/520 - 0:00:00:01.126: Built behavior Author 13:55:01 028/520 - 0:00:00:00.901: Built behavior AuthorNameRequest 13:55:01 029/520 - 0:00:00:00.445: Built behavior Bag 13:55:02 030/520 - 0:00:00:01.121: Built behavior BasicCommandLineHandler 13:55:03 031/520 - 0:00:00:00.644: Built behavior Behavior 13:55:03 032/520 - 0:00:00:00.439: Built behavior BinaryFileStream 13:55:04 033/520 - 0:00:00:00.826: Built behavior BitsLayout 13:55:05 034/520 - 0:00:00:00.931: Built behavior BlockCannotReturn 13:55:05 035/520 - 0:00:00:00.565: Built behavior BlockClosure 13:55:06 036/520 - 0:00:00:00.527: Built behavior Boolean 13:55:08 037/520 - 0:00:00:02.09: Built behavior BoxedFloat64 13:55:09 038/520 - 0:00:00:00.442: Built behavior ByteArray 13:55:09 039/520 - 0:00:00:00.492: Built behavior ByteLayout 13:55:10 040/520 - 0:00:00:01.35: Built behavior ByteString 13:55:11 041/520 - 0:00:00:00.813: Built behavior ByteSymbol 13:55:12 042/520 - 0:00:00:00.536: Built behavior BytecodeEncoder 13:55:13 043/520 - 0:00:00:00.999: Built behavior CannotDeleteFileException 13:55:13 044/520 - 0:00:00:00: Built behavior CannotReturn 13:55:13 045/520 - 0:00:00:00.694: Built behavior CategoryConverter 13:55:14 046/520 - 0:00:00:00.796: Built behavior ChangesLog 13:55:15 047/520 - 0:00:00:00.48: Built behavior Character 13:55:15 048/520 - 0:00:00:00.468: Built behavior CharacterSet 13:55:16 049/520 - 0:00:00:00.492: Built behavior CharacterSetComplement 13:55:17 050/520 - 0:00:00:00.937: Built behavior ChunkReadStream 13:55:17 051/520 - 0:00:00:00.396: Built behavior ChunkWriteStream 13:55:18 052/520 - 0:00:00:00.488: Built behavior CircularHierarchyError 13:55:19 053/520 - 0:00:00:01.184: Built behavior Class 13:55:20 054/520 - 0:00:00:01.399: Built behavior ClassAdded 13:55:20 055/520 - 0:00:00:00: Built behavior ClassAnnouncement 13:55:21 056/520 - 0:00:00:00.642: Built behavior ClassCommented 13:55:21 057/520 - 0:00:00:00: Built behavior ClassDescription 13:55:21 058/520 - 0:00:00:00.478: Built behavior ClassModificationApplied 13:55:22 059/520 - 0:00:00:00.585: Built behavior ClassModifiedClassDefinition 13:55:22 060/520 - 0:00:00:00.563: Built behavior ClassParentRenamed 13:55:23 061/520 - 0:00:00:00.463: Built behavior ClassRemoved 13:55:23 062/520 - 0:00:00:00.531: Built behavior ClassRenamed 13:55:24 063/520 - 0:00:00:00.489: Built behavior ClassRepackaged 13:55:24 064/520 - 0:00:00:00.435: Built behavior ClassResolver 13:55:25 065/520 - 0:00:00:00.369: Built behavior ClassResolverStrictResolve 13:55:25 066/520 - 0:00:00:00.558: Built behavior ClassSessionHandler 13:55:26 067/520 - 0:00:00:00.468: Built behavior ClassVariable 13:55:26 068/520 - 0:00:00:00.431: Built behavior CleanBlockClosure 13:55:26 069/520 - 0:00:00:00: Built behavior Collection 13:55:27 070/520 - 0:00:00:00.566: Built behavior CollectionElement 13:55:27 071/520 - 0:00:00:00.496: Built behavior CollectionIsEmpty 13:55:28 072/520 - 0:00:00:00.487: Built behavior CommandLineArguments 13:55:28 073/520 - 0:00:00:00: Built behavior CommandLineHandler 13:55:28 074/520 - 0:00:00:00.722: Built behavior CommandLinePasswordManager 13:55:29 075/520 - 0:00:00:01.08: Built behavior CommandLineUIManager 13:55:31 076/520 - 0:00:00:01.108: Built behavior CompiledBlock 13:55:31 077/520 - 0:00:00:00: Built behavior CompiledCode 13:55:31 078/520 - 0:00:00:00.414: Built behavior CompiledMethod 13:55:31 079/520 - 0:00:00:00.402: Built behavior CompiledMethodLayout 13:55:32 080/520 - 0:00:00:00.484: Built behavior ConstantBlockClosure 13:55:32 081/520 - 0:00:00:00.461: Built behavior ConstantBlockClosure1Arg 13:55:33 082/520 - 0:00:00:00.484: Built behavior ConstantBlockClosure2Arg 13:55:33 083/520 - 0:00:00:00.587: Built behavior ConstantBlockClosure3Arg 13:55:34 084/520 - 0:00:00:00.746: Built behavior Context 13:55:35 085/520 - 0:00:00:00.592: Built behavior ContextCannotReturn 13:55:36 086/520 - 0:00:00:01.625: Built behavior CurrentExecutionEnvironment 13:55:38 087/520 - 0:00:00:01.269: Built behavior DailyNonInteractiveTranscript 13:55:38 088/520 - 0:00:00:00.465: Built behavior DangerousClassNotifier 13:55:38 089/520 - 0:00:00:00: Built behavior DecoratorStream 13:55:39 090/520 - 0:00:00:01.051: Built behavior DefaultExecutionEnvironment 13:55:40 091/520 - 0:00:00:00.697: Built behavior Delay 13:55:41 092/520 - 0:00:00:01.553: Built behavior DelayBasicScheduler 13:55:42 093/520 - 0:00:00:00.488: Built behavior DelayMicrosecondTicker 13:55:44 094/520 - 0:00:00:01.667: Built behavior DelayMicrosecondTickerSimulation 13:55:44 095/520 - 0:00:00:00.448: Built behavior DelayMicrosecondUncappedTicker 13:55:44 096/520 - 0:00:00:00.427: Built behavior DelayMillisecondTicker 13:55:45 097/520 - 0:00:00:00.546: Built behavior DelayMillisecondTickerSimulation 13:55:46 098/520 - 0:00:00:00.564: Built behavior DelayMutexScheduler 13:55:46 099/520 - 0:00:00:00: Built behavior DelayNullScheduler 13:55:46 100/520 - 0:00:00:00.56: Built behavior DelaySemaphoreScheduler 13:55:47 101/520 - 0:00:00:00.554: Built behavior DelayWaitTimeout 13:55:47 102/520 - 0:00:00:00.546: Built behavior DependentsArray 13:55:49 103/520 - 0:00:00:01.455: Built behavior Deprecation 13:55:50 104/520 - 0:00:00:01.058: Built behavior DeprecationPerformedNotification 13:55:50 105/520 - 0:00:00:00.453: Built behavior Dictionary 13:55:51 106/520 - 0:00:00:00.564: Built behavior DoItVariable 13:55:51 107/520 - 0:00:00:00.543: Built behavior DomainError 13:55:52 108/520 - 0:00:00:00.41: Built behavior DoubleByteArray 13:55:52 109/520 - 0:00:00:00.422: Built behavior DoubleByteLayout 13:55:53 110/520 - 0:00:00:00.623: Built behavior DoubleLink 13:55:53 111/520 - 0:00:00:00.537: Built behavior DoubleLinkedList 13:55:54 112/520 - 0:00:00:00.499: Built behavior DoubleWordArray 13:55:54 113/520 - 0:00:00:00.447: Built behavior DoubleWordLayout 13:55:55 114/520 - 0:00:00:00.607: Built behavior DummySystemProgressItem 13:55:55 115/520 - 0:00:00:00.47: Built behavior DummyUIManager 13:55:56 116/520 - 0:00:00:00.621: Built behavior DuplicatedSlotName 13:55:57 117/520 - 0:00:00:00.591: Built behavior DuplicatedVariableError 13:55:57 118/520 - 0:00:00:00.405: Built behavior DynamicVariable 13:55:57 119/520 - 0:00:00:00.457: Built behavior EmptyLayout 13:55:58 120/520 - 0:00:00:00.405: Built behavior EncoderForSistaV1 13:55:58 121/520 - 0:00:00:00.528: Built behavior EndianDetector 13:55:59 122/520 - 0:00:00:01.08: Built behavior EphemeronLayout 13:55:59 123/520 - 0:00:00:00: Built behavior Error 13:56:00 124/520 - 0:00:00:00.577: Built behavior ErrorHandler 13:56:00 125/520 - 0:00:00:00.462: Built behavior ErrorHandlerSessionHandler 13:56:01 126/520 - 0:00:00:00.741: Built behavior ExactFloatPrintPolicy 13:56:01 127/520 - 0:00:00:00: Built behavior Exception 13:56:02 128/520 - 0:00:00:00.576: Built behavior ExceptionSet 13:56:02 129/520 - 0:00:00:00.472: Built behavior ExceptionSetWithExclusions 13:56:02 130/520 - 0:00:00:00: Built behavior ExecutionEnvironment 13:56:03 131/520 - 0:00:00:00.581: Built behavior Exit 13:56:03 132/520 - 0:00:00:00.51: Built behavior ExpressionEvaluated 13:56:04 133/520 - 0:00:00:00.534: Built behavior ExtensionPointsOwningPackageNotification 13:56:04 134/520 - 0:00:00:00.564: Built behavior ExternalAddress 13:56:09 135/520 - 0:00:00:04.449: Built behavior ExternalData 13:56:09 136/520 - 0:00:00:00: Built behavior ExternalObject 13:56:09 137/520 - 0:00:00:00.552: Built behavior ExternalSemaphoreTable 13:56:09 138/520 - 0:00:00:00: Built behavior ExternalStructure 13:56:10 139/520 - 0:00:00:00.71: Built behavior ExternalType 13:56:11 140/520 - 0:00:00:00.406: Built behavior ExternalUnion 13:56:11 141/520 - 0:00:00:00.606: Built behavior FFIBackend 13:56:11 142/520 - 0:00:00:00: Built behavior FFIConstants 13:56:12 143/520 - 0:00:00:00.467: Built behavior False 13:56:12 144/520 - 0:00:00:00.859: Built behavior File 13:56:13 145/520 - 0:00:00:00.556: Built behavior FileAlreadyExistsException 13:56:13 146/520 - 0:00:00:00.476: Built behavior FileDoesNotExistException 13:56:13 147/520 - 0:00:00:00: Built behavior FileException 13:56:14 148/520 - 0:00:00:00.487: Built behavior FilePathEncoder 13:56:14 149/520 - 0:00:00:00.442: Built behavior FileWriteError 13:56:15 150/520 - 0:00:00:00.693: Built behavior FinalizationProcess 13:56:16 151/520 - 0:00:00:00.612: Built behavior FinalizationRegistry 13:56:16 152/520 - 0:00:00:00.512: Built behavior FinalizationRegistryEntry 13:56:17 153/520 - 0:00:00:00.445: Built behavior FixedLayout 13:56:17 154/520 - 0:00:00:00: Built behavior Float 13:56:17 155/520 - 0:00:00:00.504: Built behavior Float32Array 13:56:18 156/520 - 0:00:00:00.489: Built behavior Float64Array 13:56:18 157/520 - 0:00:00:00.539: Built behavior FloatPrintPolicy 13:56:19 158/520 - 0:00:00:00.494: Built behavior Fraction 13:56:19 159/520 - 0:00:00:00.423: Built behavior FullBlockClosure 13:56:20 160/520 - 0:00:00:00.487: Built behavior Generator 13:56:20 161/520 - 0:00:00:00.389: Built behavior GlobalVariable 13:56:21 162/520 - 0:00:00:00.714: Built behavior HEAbstractExported 13:56:22 163/520 - 0:00:00:00.907: Built behavior HEAdditionalMethodState 13:56:22 164/520 - 0:00:00:00.396: Built behavior HEArray 13:56:22 165/520 - 0:00:00:00.426: Built behavior HEAssociation 13:56:23 166/520 - 0:00:00:00.509: Built behavior HEBinaryReader 13:56:23 167/520 - 0:00:00:00.388: Built behavior HEBoolean 13:56:24 168/520 - 0:00:00:00.43: Built behavior HEByteArray 13:56:24 169/520 - 0:00:00:00.45: Built behavior HEByteString 13:56:25 170/520 - 0:00:00:00.442: Built behavior HECharacter 13:56:26 171/520 - 0:00:00:01.609: Built behavior HEClass 13:56:27 172/520 - 0:00:00:00.898: Built behavior HEClassTrait 13:56:28 173/520 - 0:00:00:00.422: Built behavior HEClassVariable 13:56:28 174/520 - 0:00:00:00.668: Built behavior HECompiledBlock 13:56:29 175/520 - 0:00:00:00.567: Built behavior HEConstantBlock 13:56:29 176/520 - 0:00:00:00: Built behavior HEExportedLiteral 13:56:29 177/520 - 0:00:00:00.47: Built behavior HEExportedMetaclass 13:56:30 178/520 - 0:00:00:00.78: Built behavior HEExtendedEnvironment 13:56:31 179/520 - 0:00:00:00.466: Built behavior HEFloat 13:56:31 180/520 - 0:00:00:00.639: Built behavior HEFraction 13:56:32 181/520 - 0:00:00:00.44: Built behavior HEGlobalVariable 13:56:32 182/520 - 0:00:00:00.688: Built behavior HEInstaller 13:56:33 183/520 - 0:00:00:00.445: Built behavior HEInteger 13:56:34 184/520 - 0:00:00:00.898: Built behavior HEMethod 13:56:34 185/520 - 0:00:00:00: Built behavior HEMethodContainer 13:56:34 186/520 - 0:00:00:00.497: Built behavior HEMethodLiteral 13:56:35 187/520 - 0:00:00:00.551: Built behavior HEPackage 13:56:35 188/520 - 0:00:00:00.498: Built behavior HEPragma 13:56:36 189/520 - 0:00:00:00.44: Built behavior HEScaledDecimal 13:56:36 190/520 - 0:00:00:00.601: Built behavior HESendMessage 13:56:36 191/520 - 0:00:00:00: Built behavior HESymbol 13:56:37 192/520 - 0:00:00:00.532: Built behavior HETrait 13:56:37 193/520 - 0:00:00:00.505: Built behavior HETraitLiteral 13:56:38 194/520 - 0:00:00:00.5: Built behavior HEUndefinedObject 13:56:38 195/520 - 0:00:00:00.458: Built behavior HEWideString 13:56:39 196/520 - 0:00:00:00.821: Built behavior HashTableSizes 13:56:39 197/520 - 0:00:00:00: Built behavior HashedCollection 13:56:40 198/520 - 0:00:00:00.543: Built behavior Heap 13:56:40 199/520 - 0:00:00:00.491: Built behavior HermesCommandLineHandler 13:56:41 200/520 - 0:00:00:00.404: Built behavior IdentityBag 13:56:41 201/520 - 0:00:00:00.422: Built behavior IdentityDictionary 13:56:41 202/520 - 0:00:00:00.508: Built behavior IdentitySet 13:56:42 203/520 - 0:00:00:00.572: Built behavior IllegalFileName 13:56:42 204/520 - 0:00:00:00.468: Built behavior IllegalResumeAttempt 13:56:43 205/520 - 0:00:00:00.417: Built behavior ImmediateLayout 13:56:44 206/520 - 0:00:00:00.595: Built behavior IncompatibleLayoutConflict 13:56:45 207/520 - 0:00:00:01.215: Built behavior IndexedSlot 13:56:45 208/520 - 0:00:00:00.675: Built behavior InexactFloatPrintPolicy 13:56:46 209/520 - 0:00:00:00.678: Built behavior InstanceVariableNotFound 13:56:47 210/520 - 0:00:00:00.529: Built behavior InstanceVariableSlot 13:56:47 211/520 - 0:00:00:00.731: Built behavior InstructionClient 13:56:48 212/520 - 0:00:00:00.631: Built behavior InstructionStream 13:56:48 213/520 - 0:00:00:00.446: Built behavior Integer 13:56:49 214/520 - 0:00:00:00.431: Built behavior IntegerArray 13:56:49 215/520 - 0:00:00:00.554: Built behavior Interval 13:56:50 216/520 - 0:00:00:00.504: Built behavior InvalidGlobalName 13:56:50 217/520 - 0:00:00:00.497: Built behavior InvalidSlotName 13:56:51 218/520 - 0:00:00:00.943: Built behavior KeyNotFound 13:56:52 219/520 - 0:00:00:01.056: Built behavior KeyboardKey 13:56:53 220/520 - 0:00:00:00.474: Built behavior KeyedTree 13:56:53 221/520 - 0:00:00:00.53: Built behavior LargeInteger 13:56:54 222/520 - 0:00:00:00.445: Built behavior LargeNegativeInteger 13:56:54 223/520 - 0:00:00:00.535: Built behavior LargePositiveInteger 13:56:55 224/520 - 0:00:00:00.484: Built behavior LayoutClassScope 13:56:55 225/520 - 0:00:00:00.544: Built behavior LayoutEmptyScope 13:56:57 226/520 - 0:00:00:01.718: Built behavior LimitedWriteStream 13:56:58 227/520 - 0:00:00:00.616: Built behavior Link 13:56:58 228/520 - 0:00:00:00.556: Built behavior LinkedList 13:56:58 229/520 - 0:00:00:00: Built behavior LiteralVariable 13:56:59 230/520 - 0:00:00:00.559: Built behavior LocalRecursionStopper 13:56:59 231/520 - 0:00:00:00: Built behavior LookupKey 13:57:00 232/520 - 0:00:00:01.118: Built behavior MacOSPlatform 13:57:00 233/520 - 0:00:00:00.482: Built behavior MacOSXPlatform 13:57:00 234/520 - 0:00:00:00: Built behavior Magnitude 13:57:02 235/520 - 0:00:00:01.153: Built behavior ManifestAnnouncementsCore 13:57:02 236/520 - 0:00:00:00.493: Built behavior ManifestCollectionsAbstract 13:57:03 237/520 - 0:00:00:00.51: Built behavior ManifestCollectionsDoubleLinkedList 13:57:03 238/520 - 0:00:00:00.512: Built behavior ManifestCollectionsNative 13:57:04 239/520 - 0:00:00:00.54: Built behavior ManifestCollectionsSequenceable 13:57:04 240/520 - 0:00:00:00.63: Built behavior ManifestCollectionsStack 13:57:05 241/520 - 0:00:00:00.503: Built behavior ManifestCollectionsStreams 13:57:05 242/520 - 0:00:00:00.451: Built behavior ManifestCollectionsStrings 13:57:06 243/520 - 0:00:00:00.453: Built behavior ManifestCollectionsSupport 13:57:06 244/520 - 0:00:00:00.579: Built behavior ManifestCollectionsUnordered 13:57:07 245/520 - 0:00:00:00.641: Built behavior ManifestCollectionsWeak 13:57:07 246/520 - 0:00:00:00.512: Built behavior ManifestFileSystemPath 13:57:08 247/520 - 0:00:00:00.45: Built behavior ManifestFiles 13:57:08 248/520 - 0:00:00:00.438: Built behavior ManifestHermes 13:57:09 249/520 - 0:00:00:00.46: Built behavior ManifestKernel 13:57:09 250/520 - 0:00:00:00.458: Built behavior ManifestKernelCodeModel 13:57:10 251/520 - 0:00:00:00.58: Built behavior ManifestNumberParser 13:57:10 252/520 - 0:00:00:00.645: Built behavior ManifestPharoBootstrapInitialization 13:57:11 253/520 - 0:00:00:00.501: Built behavior ManifestSystemAnnouncements 13:57:11 254/520 - 0:00:00:00.491: Built behavior ManifestSystemBasicCommandLineHandler 13:57:12 255/520 - 0:00:00:00.475: Built behavior ManifestSystemCommandLine 13:57:13 256/520 - 0:00:00:00.729: Built behavior ManifestSystemCommandLineHandler 13:57:13 257/520 - 0:00:00:00.488: Built behavior ManifestSystemFinalization 13:57:14 258/520 - 0:00:00:00.465: Built behavior ManifestSystemPlatforms 13:57:14 259/520 - 0:00:00:00.473: Built behavior ManifestSystemSessionManager 13:57:15 260/520 - 0:00:00:00.509: Built behavior ManifestSystemSources 13:57:15 261/520 - 0:00:00:00.569: Built behavior ManifestSystemSupport 13:57:16 262/520 - 0:00:00:00.501: Built behavior ManifestTranscriptNonInteractive 13:57:16 263/520 - 0:00:00:00.606: Built behavior ManifestUIManager 13:57:17 264/520 - 0:00:00:00.7: Built behavior Message 13:57:18 265/520 - 0:00:00:00.665: Built behavior MessageNotUnderstood 13:57:18 266/520 - 0:00:00:00.635: Built behavior MessageSend 13:57:19 267/520 - 0:00:00:00.583: Built behavior Metaclass 13:57:20 268/520 - 0:00:00:01.047: Built behavior MethodAdded 13:57:20 269/520 - 0:00:00:00: Built behavior MethodAnnouncement 13:57:20 270/520 - 0:00:00:00.49: Built behavior MethodDictionary 13:57:21 271/520 - 0:00:00:00.637: Built behavior MethodModified 13:57:22 272/520 - 0:00:00:00.589: Built behavior MethodRecategorized 13:57:22 273/520 - 0:00:00:00.588: Built behavior MethodRemoved 13:57:23 274/520 - 0:00:00:00.585: Built behavior MethodRepackaged 13:57:24 275/520 - 0:00:00:00.836: Built behavior ModificationForbidden 13:57:24 276/520 - 0:00:00:00.826: Built behavior Monitor 13:57:25 277/520 - 0:00:00:00.6: Built behavior MonitorDelay 13:57:26 278/520 - 0:00:00:00.696: Built behavior Mutex 13:57:27 279/520 - 0:00:00:00.829: Built behavior MutexSet 13:57:27 280/520 - 0:00:00:00.781: Built behavior NewUndeclaredWarning 13:57:28 281/520 - 0:00:00:00.503: Built behavior NoChangesLog 13:57:29 282/520 - 0:00:00:01.11: Built behavior NoPharoFilesOpener 13:57:30 283/520 - 0:00:00:00.665: Built behavior NonBooleanReceiver 13:57:30 284/520 - 0:00:00:00: Built behavior NonInteractiveTranscript 13:57:30 285/520 - 0:00:00:00.467: Built behavior NonInteractiveUIManager 13:57:30 286/520 - 0:00:00:00: Built behavior NotFound 13:57:31 287/520 - 0:00:00:01.092: Built behavior NotYetImplemented 13:57:31 288/520 - 0:00:00:00: Built behavior Notification 13:57:32 289/520 - 0:00:00:00.457: Built behavior NullFFIBackend 13:57:32 290/520 - 0:00:00:00.66: Built behavior NullStream 13:57:33 291/520 - 0:00:00:00.616: Built behavior NullTermInfo 13:57:33 292/520 - 0:00:00:00: Built behavior Number 13:57:34 293/520 - 0:00:00:01.049: Built behavior NumberParser 13:57:34 294/520 - 0:00:00:00: Built behavior OSPlatform 13:57:35 295/520 - 0:00:00:00.619: Built behavior OSPlatformVisitor 13:57:35 296/520 - 0:00:00:00: Built behavior Object 13:57:35 297/520 - 0:00:00:00.526: Built behavior ObjectFinalizer 13:57:36 298/520 - 0:00:00:01.07: Built behavior ObjectFinalizerCollection 13:57:36 299/520 - 0:00:00:00: Built behavior ObjectLayout 13:57:36 300/520 - 0:00:00:00: Built behavior OrderedCollection 13:57:37 301/520 - 0:00:00:00.58: Built behavior OrderedDictionary 13:57:37 302/520 - 0:00:00:00.483: Built behavior OrderedIdentityDictionary 13:57:38 303/520 - 0:00:00:00.577: Built behavior OutOfMemory 13:57:39 304/520 - 0:00:00:00.796: Built behavior Package 13:57:40 305/520 - 0:00:00:01.108: Built behavior PackageAdded 13:57:40 306/520 - 0:00:00:00: Built behavior PackageAnnouncement 13:57:41 307/520 - 0:00:00:00.761: Built behavior PackageConflictError 13:57:41 308/520 - 0:00:00:00: Built behavior PackageManifest 13:57:41 309/520 - 0:00:00:00.73: Built behavior PackageOrganizer 13:57:42 310/520 - 0:00:00:00.513: Built behavior PackageRemoved 13:57:42 311/520 - 0:00:00:00.606: Built behavior PackageRenamed 13:57:43 312/520 - 0:00:00:00.718: Built behavior PackageTag 13:57:44 313/520 - 0:00:00:01.151: Built behavior PackageTagAdded 13:57:44 314/520 - 0:00:00:00: Built behavior PackageTagAnnouncement 13:57:45 315/520 - 0:00:00:00.509: Built behavior PackageTagRemoved 13:57:45 316/520 - 0:00:00:00.634: Built behavior PackageTagRenamed 13:57:45 317/520 - 0:00:00:00: Built behavior Path 13:57:46 318/520 - 0:00:00:00.647: Built behavior PerformMessageCommandLineHandler 13:57:47 319/520 - 0:00:00:00.631: Built behavior PharoBootstrapInitialization 13:57:47 320/520 - 0:00:00:00.529: Built behavior PharoCommandLineHandler 13:57:47 321/520 - 0:00:00:00: Built behavior PharoFilesOpener 13:57:48 322/520 - 0:00:00:00.613: Built behavior PluggableDictionary 13:57:48 323/520 - 0:00:00:00.648: Built behavior PluggableSet 13:57:50 324/520 - 0:00:00:01.114: Built behavior Point 13:57:50 325/520 - 0:00:00:00: Built behavior PointerLayout 13:57:50 326/520 - 0:00:00:00: Built behavior PositionableStream 13:57:50 327/520 - 0:00:00:00.618: Built behavior Pragma 13:57:51 328/520 - 0:00:00:00.862: Built behavior PrimitiveError 13:57:52 329/520 - 0:00:00:00.603: Built behavior PrimitiveFailed 13:57:52 330/520 - 0:00:00:00.59: Built behavior PrintVersionCommandLineHandler 13:57:53 331/520 - 0:00:00:01.079: Built behavior Process 13:57:54 332/520 - 0:00:00:00.668: Built behavior ProcessAlreadyTerminating 13:57:55 333/520 - 0:00:00:00.641: Built behavior ProcessList 13:57:55 334/520 - 0:00:00:00: Built behavior ProcessLocalVariable 13:57:55 335/520 - 0:00:00:00: Built behavior ProcessSpecificVariable 13:57:56 336/520 - 0:00:00:01.177: Built behavior ProcessorScheduler 13:57:56 337/520 - 0:00:00:00: Built behavior ProtoObject 13:57:57 338/520 - 0:00:00:00.727: Built behavior Protocol 13:57:58 339/520 - 0:00:00:01.222: Built behavior ProtocolAdded 13:57:58 340/520 - 0:00:00:00: Built behavior ProtocolAnnouncement 13:57:58 341/520 - 0:00:00:00.527: Built behavior ProtocolRemoved 13:57:59 342/520 - 0:00:00:00.616: Built behavior ProtocolRenamed 13:58:02 343/520 - 0:00:00:03.36: Built behavior ProvideAnswerNotification 13:58:03 344/520 - 0:00:00:00.649: Built behavior PseudoVariable 13:58:04 345/520 - 0:00:00:01.028: Built behavior RPackageSet 13:58:05 346/520 - 0:00:00:00.614: Built behavior ReadOnlyFileException 13:58:05 347/520 - 0:00:00:00.518: Built behavior ReadStream 13:58:06 348/520 - 0:00:00:00.495: Built behavior ReadWriteStream 13:58:06 349/520 - 0:00:00:00.703: Built behavior Rectangle 13:58:07 350/520 - 0:00:00:00.671: Built behavior RecursionStopper 13:58:07 351/520 - 0:00:00:00.427: Built behavior RelativePath 13:58:08 352/520 - 0:00:00:00.783: Built behavior RemoteString 13:58:09 353/520 - 0:00:00:00.747: Built behavior RunArray 13:58:09 354/520 - 0:00:00:00.516: Built behavior SaveCommandLineHandler 13:58:10 355/520 - 0:00:00:00.604: Built behavior ScaledDecimal 13:58:10 356/520 - 0:00:00:00: Built behavior SelectorException 13:58:11 357/520 - 0:00:00:00.595: Built behavior SelfVariable 13:58:11 358/520 - 0:00:00:00.538: Built behavior Semaphore 13:58:11 359/520 - 0:00:00:00: Built behavior SequenceableCollection 13:58:12 360/520 - 0:00:00:00.735: Built behavior SessionAccessModeResolver 13:58:13 361/520 - 0:00:00:00.805: Built behavior SessionCategory 13:58:14 362/520 - 0:00:00:00.944: Built behavior SessionManager 13:58:14 363/520 - 0:00:00:00: Built behavior Set 13:58:14 364/520 - 0:00:00:00.776: Built behavior ShAbstractChange 13:58:15 365/520 - 0:00:00:00.809: Built behavior ShAbstractChangeDetector 13:58:16 366/520 - 0:00:00:00.747: Built behavior ShAbstractClassChangeDetector 13:58:17 367/520 - 0:00:00:00.614: Built behavior ShAbstractInstanceSideClassChangeDetector 13:58:17 368/520 - 0:00:00:00.587: Built behavior ShBitLayoutChangeDetector 13:58:18 369/520 - 0:00:00:00.543: Built behavior ShBitLayoutChanged 13:58:18 370/520 - 0:00:00:00.504: Built behavior ShClassChanged 13:58:19 371/520 - 0:00:00:00.528: Built behavior ShClassSlotChangeDetector 13:58:19 372/520 - 0:00:00:00.697: Built behavior ShDefaultBuilderEnhancer 13:58:20 373/520 - 0:00:00:00.515: Built behavior ShInstanceShapeChanged 13:58:21 374/520 - 0:00:00:00.637: Built behavior ShLayoutChangeDetector 13:58:22 375/520 - 0:00:00:00.89: Built behavior ShLayoutDefinition 13:58:22 376/520 - 0:00:00:00.491: Built behavior ShMetaclassChangeDetector 13:58:23 377/520 - 0:00:00:00.476: Built behavior ShMetaclassChanged 13:58:23 378/520 - 0:00:00:00.499: Built behavior ShNoChangesInClass 13:58:24 379/520 - 0:00:00:00.499: Built behavior ShSharedPoolChangeDetector 13:58:24 380/520 - 0:00:00:00.482: Built behavior ShSharedVariablesChangeDetector 13:58:24 381/520 - 0:00:00:00.494: Built behavior ShSlotChangeDetector 13:58:25 382/520 - 0:00:00:00.532: Built behavior ShSuperclassChangeDetector 13:58:26 383/520 - 0:00:00:00.481: Built behavior ShSuperclassChanged 13:58:26 384/520 - 0:00:00:00: Built behavior SharedPool 13:58:26 385/520 - 0:00:00:00.593: Built behavior SharedQueue 13:58:27 386/520 - 0:00:00:01.231: Built behavior ShiftAnonymousClassInstaller 13:58:29 387/520 - 0:00:00:01.843: Built behavior ShiftClassBuilder 13:58:29 388/520 - 0:00:00:00: Built behavior ShiftClassInstaller 13:58:30 389/520 - 0:00:00:00.764: Built behavior ShiftClassSideBuilder 13:58:31 390/520 - 0:00:00:00.598: Built behavior ShouldBeImplemented 13:58:31 391/520 - 0:00:00:00.534: Built behavior ShouldNotImplement 13:58:32 392/520 - 0:00:00:00.705: Built behavior SimulationExceptionWrapper 13:58:32 393/520 - 0:00:00:00.525: Built behavior SizeMismatch 13:58:32 394/520 - 0:00:00:00: Built behavior Slot 13:58:33 395/520 - 0:00:00:00.593: Built behavior SlotNotFound 13:58:33 396/520 - 0:00:00:00.598: Built behavior SmallDictionary 13:58:34 397/520 - 0:00:00:00.484: Built behavior SmallFloat64 13:58:35 398/520 - 0:00:00:00.545: Built behavior SmallIdentityDictionary 13:58:35 399/520 - 0:00:00:00.529: Built behavior SmallInteger 13:58:36 400/520 - 0:00:00:00.976: Built behavior SmalltalkImage 13:58:37 401/520 - 0:00:00:00.964: Built behavior SnapshotOperation 13:58:38 402/520 - 0:00:00:00.654: Built behavior SortedCollection 13:58:38 403/520 - 0:00:00:00.481: Built behavior SourceChunkWriteStream 13:58:39 404/520 - 0:00:00:00.78: Built behavior SourceFile 13:58:40 405/520 - 0:00:00:00.701: Built behavior SourceFileArray 13:58:40 406/520 - 0:00:00:00.853: Built behavior SourceFileBufferedReadWriteStream 13:58:41 407/520 - 0:00:00:00.7: Built behavior SourceFileCharacterReadWriteStream 13:58:42 408/520 - 0:00:00:01.307: Built behavior SparseLargeArray 13:58:42 409/520 - 0:00:00:00: Built behavior SparseLargeTable 13:58:43 410/520 - 0:00:00:00.441: Built behavior Stack 13:58:43 411/520 - 0:00:00:00.436: Built behavior StartupUIManager 13:58:44 412/520 - 0:00:00:00.959: Built behavior Stdio 13:58:45 413/520 - 0:00:00:00.517: Built behavior StdioStream 13:58:45 414/520 - 0:00:00:00: Built behavior Stream 13:58:45 415/520 - 0:00:00:00: Built behavior String 13:58:45 416/520 - 0:00:00:00.554: Built behavior SubclassResponsibility 13:58:46 417/520 - 0:00:00:00.654: Built behavior SubscriptOutOfBounds 13:58:47 418/520 - 0:00:00:00.795: Built behavior SubscriptionRegistry 13:58:47 419/520 - 0:00:00:00.486: Built behavior SuperVariable 13:58:47 420/520 - 0:00:00:00: Built behavior Symbol 13:58:48 421/520 - 0:00:00:00.715: Built behavior SymbolNotFoundError 13:58:49 422/520 - 0:00:00:00.555: Built behavior SymbolTableSemaphore 13:58:49 423/520 - 0:00:00:00: Built behavior SystemAnnouncement 13:58:49 424/520 - 0:00:00:00.486: Built behavior SystemAnnouncer 13:58:50 425/520 - 0:00:00:00.624: Built behavior SystemDictionary 13:58:50 426/520 - 0:00:00:00.727: Built behavior SystemNavigation 13:58:50 427/520 - 0:00:00:00: Built behavior SystemNotification 13:58:51 428/520 - 0:00:00:01.005: Built behavior SystemVersion 13:58:52 429/520 - 0:00:00:00.441: Built behavior TermInfoCharacter 13:58:52 430/520 - 0:00:00:00.621: Built behavior Termcap 13:58:53 431/520 - 0:00:00:00.504: Built behavior ThisContextVariable 13:58:53 432/520 - 0:00:00:00.458: Built behavior ThisProcessVariable 13:58:54 433/520 - 0:00:00:00.518: Built behavior TimedOut 13:58:54 434/520 - 0:00:00:00.49: Built behavior True 13:58:54 435/520 - 0:00:00:00: Built behavior UIManager 13:58:55 436/520 - 0:00:00:00.457: Built behavior UNCNetworkPath 13:58:55 437/520 - 0:00:00:00.485: Built behavior UndeclaredRegistry 13:58:56 438/520 - 0:00:00:00.518: Built behavior UndeclaredVariable 13:58:57 439/520 - 0:00:00:00.652: Built behavior UndeclaredVariableError 13:58:57 440/520 - 0:00:00:00.563: Built behavior UndeclaredVariableRead 13:58:58 441/520 - 0:00:00:00.57: Built behavior UndeclaredVariableWrite 13:58:58 442/520 - 0:00:00:00.607: Built behavior UndefinedClassVariable 13:58:59 443/520 - 0:00:00:00.721: Built behavior UndefinedObject 13:59:00 444/520 - 0:00:00:00.577: Built behavior UndefinedPackage 13:59:00 445/520 - 0:00:00:00.46: Built behavior UndefinedPackageTag 13:59:01 446/520 - 0:00:00:00.637: Built behavior UndefinedSlot 13:59:02 447/520 - 0:00:00:01.162: Built behavior UnhandledError 13:59:02 448/520 - 0:00:00:00: Built behavior UnhandledException 13:59:03 449/520 - 0:00:00:00.952: Built behavior Unix32Platform 13:59:03 450/520 - 0:00:00:00.486: Built behavior Unix64Platform 13:59:04 451/520 - 0:00:00:00.492: Built behavior UnixARM32Platform 13:59:04 452/520 - 0:00:00:00: Built behavior UnixPlatform 13:59:04 453/520 - 0:00:00:00.576: Built behavior UnwindError 13:59:05 454/520 - 0:00:00:00.845: Built behavior VTermOutputDriver 13:59:06 455/520 - 0:00:00:00.485: Built behavior ValueLink 13:59:06 456/520 - 0:00:00:00.538: Built behavior ValueNotFound 13:59:06 457/520 - 0:00:00:00: Built behavior Variable 13:59:07 458/520 - 0:00:00:00.495: Built behavior VariableLayout 13:59:08 459/520 - 0:00:00:00.821: Built behavior VirtualMachine 13:59:08 460/520 - 0:00:00:00: Built behavior Warning 13:59:08 461/520 - 0:00:00:00.528: Built behavior WeakAnnouncementSubscription 13:59:09 462/520 - 0:00:00:00.44: Built behavior WeakArray 13:59:09 463/520 - 0:00:00:00.594: Built behavior WeakIdentityKeyDictionary 13:59:10 464/520 - 0:00:00:00.964: Built behavior WeakIdentitySet 13:59:11 465/520 - 0:00:00:00.973: Built behavior WeakIdentityValueDictionary 13:59:12 466/520 - 0:00:00:00.51: Built behavior WeakKeyAssociation 13:59:12 467/520 - 0:00:00:00.523: Built behavior WeakKeyDictionary 13:59:13 468/520 - 0:00:00:00.48: Built behavior WeakLayout 13:59:13 469/520 - 0:00:00:00.523: Built behavior WeakMessageSend 13:59:14 470/520 - 0:00:00:00.532: Built behavior WeakOrderedCollection 13:59:14 471/520 - 0:00:00:00: Built behavior WeakSet 13:59:14 472/520 - 0:00:00:00.743: Built behavior WeakSubscriptionBuilder 13:59:15 473/520 - 0:00:00:00.511: Built behavior WeakValueAssociation 13:59:15 474/520 - 0:00:00:00: Built behavior WeakValueDictionary 13:59:16 475/520 - 0:00:00:00.603: Built behavior WideCharacterSet 13:59:16 476/520 - 0:00:00:00.496: Built behavior WideString 13:59:16 477/520 - 0:00:00:00.485: Built behavior WideSymbol 13:59:18 478/520 - 0:00:00:01.062: Built behavior Win32Platform 13:59:18 479/520 - 0:00:00:00.465: Built behavior Win32WideString 13:59:18 480/520 - 0:00:00:00.467: Built behavior Win64Platform 13:59:18 481/520 - 0:00:00:00: Built behavior WinPlatform 13:59:19 482/520 - 0:00:00:00.441: Built behavior WordArray 13:59:19 483/520 - 0:00:00:00.523: Built behavior WordLayout 13:59:20 484/520 - 0:00:00:00.838: Built behavior WorkingSession 13:59:21 485/520 - 0:00:00:00.543: Built behavior WorkspaceVariable 13:59:21 486/520 - 0:00:00:00: Built behavior WriteStream 13:59:21 487/520 - 0:00:00:00.59: Built behavior ZeroDivide 13:59:23 488/520 - 0:00:00:01.162: Built behavior ZnBase64Encoder 13:59:23 489/520 - 0:00:00:00.852: Built behavior ZnBufferedReadStream 13:59:24 490/520 - 0:00:00:00.826: Built behavior ZnBufferedReadWriteStream 13:59:25 491/520 - 0:00:00:00.813: Built behavior ZnBufferedWriteStream 13:59:27 492/520 - 0:00:00:01.984: Built behavior ZnByteEncoder 13:59:28 493/520 - 0:00:00:00.677: Built behavior ZnByteStringBecameWideString 13:59:29 494/520 - 0:00:00:00.841: Built behavior ZnCRLFReadStream 13:59:29 495/520 - 0:00:00:00: Built behavior ZnCharacterEncoder 13:59:29 496/520 - 0:00:00:00.67: Built behavior ZnCharacterEncodingError 13:59:31 497/520 - 0:00:00:01.776: Built behavior ZnCharacterReadStream 13:59:32 498/520 - 0:00:00:00.813: Built behavior ZnCharacterReadWriteStream 13:59:33 499/520 - 0:00:00:01.001: Built behavior ZnCharacterWriteStream 13:59:33 500/520 - 0:00:00:00.511: Built behavior ZnCodePointReadStream 13:59:34 501/520 - 0:00:00:00.52: Built behavior ZnCodePointWriteStream 13:59:35 502/520 - 0:00:00:00.71: Built behavior ZnCrPortableWriteStream 13:59:35 503/520 - 0:00:00:00.49: Built behavior ZnDefaultCharacterEncoder 13:59:35 504/520 - 0:00:00:00: Built behavior ZnEncodedReadStream 13:59:35 505/520 - 0:00:00:00: Built behavior ZnEncodedStream 13:59:35 506/520 - 0:00:00:00: Built behavior ZnEncodedWriteStream 13:59:36 507/520 - 0:00:00:01.003: Built behavior ZnEndianSensitiveUTFEncoder 13:59:37 508/520 - 0:00:00:00.745: Built behavior ZnEndianessReadWriteStream 13:59:38 509/520 - 0:00:00:00.808: Built behavior ZnFastLineReader 13:59:38 510/520 - 0:00:00:00.468: Built behavior ZnIncomplete 13:59:39 511/520 - 0:00:00:00.49: Built behavior ZnInvalidUTF8 13:59:39 512/520 - 0:00:00:00.69: Built behavior ZnNewLineWriterStream 13:59:40 513/520 - 0:00:00:00.496: Built behavior ZnNullEncoder 13:59:41 514/520 - 0:00:00:00.945: Built behavior ZnPercentEncoder 13:59:42 515/520 - 0:00:00:00.924: Built behavior ZnPositionableReadStream 13:59:42 516/520 - 0:00:00:00: Built behavior ZnSimplifiedByteEncoder 13:59:42 517/520 - 0:00:00:00.484: Built behavior ZnUTF16Encoder 13:59:43 518/520 - 0:00:00:00.496: Built behavior ZnUTF32Encoder DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead 13:59:43 519/520 - 0:00:00:00.63: Built behavior ZnUTF8Encoder 13:59:43 520/520 - 0:00:00:00: Built behavior ZnUTFEncoder 13:59:43 End: Create classes 13:59:43 Begin: Installing defined methods 13:59:44 002/520 - 1/5: Installing method AbsolutePath>>isAbsolute 13:59:59 002/520 - 2/5: Installing method AbsolutePath>>isRoot 13:59:59 002/520 - 3/5: Installing method AbsolutePath>>printOn: 13:59:59 002/520 - 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 13:59:59 002/520 - 5/5: Installing method AbsolutePath>>withParents 13:59:59 002/520 - 1/4: Installing method AbsolutePath class>>addEmptyElementTo: 13:59:59 002/520 - 2/4: Installing method AbsolutePath class>>addParentElementTo:on: 13:59:59 002/520 - 3/4: Installing method AbsolutePath class>>from:delimiter: 13:59:59 002/520 - 4/4: Installing method AbsolutePath class>>removeRedundantSegments: 14:00:00 003/520 - 1/14: Installing method AbstractAnnouncementSubscription>>action 14:00:00 003/520 - 2/14: Installing method AbstractAnnouncementSubscription>>action: 14:00:00 003/520 - 3/14: Installing method AbstractAnnouncementSubscription>>announcementClass 14:00:00 003/520 - 4/14: Installing method AbstractAnnouncementSubscription>>announcementClass: 14:00:00 003/520 - 5/14: Installing method AbstractAnnouncementSubscription>>announcer 14:00:00 003/520 - 6/14: Installing method AbstractAnnouncementSubscription>>announcer: 14:00:00 003/520 - 7/14: Installing method AbstractAnnouncementSubscription>>deliver: 14:00:00 003/520 - 8/14: Installing method AbstractAnnouncementSubscription>>handlesAnnouncement: 14:00:00 003/520 - 9/14: Installing method AbstractAnnouncementSubscription>>makeStrong 14:00:00 003/520 - 10/14: Installing method AbstractAnnouncementSubscription>>makeWeak 14:00:00 003/520 - 11/14: Installing method AbstractAnnouncementSubscription>>printOn: 14:00:00 003/520 - 12/14: Installing method AbstractAnnouncementSubscription>>subscriber 14:00:00 003/520 - 13/14: Installing method AbstractAnnouncementSubscription>>subscriber: 14:00:00 003/520 - 14/14: Installing method AbstractAnnouncementSubscription>>valuable: 14:00:02 004/520 - 1/38: Installing method AbstractBinaryFileStream>>atEnd 14:00:02 004/520 - 2/38: Installing method AbstractBinaryFileStream>>contents 14:00:02 004/520 - 3/38: Installing method AbstractBinaryFileStream>>cr 14:00:02 004/520 - 4/38: Installing method AbstractBinaryFileStream>>crlf 14:00:02 004/520 - 5/38: Installing method AbstractBinaryFileStream>>file 14:00:02 004/520 - 6/38: Installing method AbstractBinaryFileStream>>file: 14:00:02 004/520 - 7/38: Installing method AbstractBinaryFileStream>>flush 14:00:02 004/520 - 8/38: Installing method AbstractBinaryFileStream>>handle:file:forWrite: 14:00:02 004/520 - 9/38: Installing method AbstractBinaryFileStream>>isBinary 14:00:02 004/520 - 10/38: Installing method AbstractBinaryFileStream>>lf 14:00:02 004/520 - 11/38: Installing method AbstractBinaryFileStream>>name 14:00:02 004/520 - 12/38: Installing method AbstractBinaryFileStream>>next 14:00:02 004/520 - 13/38: Installing method AbstractBinaryFileStream>>next: 14:00:02 004/520 - 14/38: Installing method AbstractBinaryFileStream>>next:into: 14:00:02 004/520 - 15/38: Installing method AbstractBinaryFileStream>>next:into:startingAt: 14:00:02 004/520 - 16/38: Installing method AbstractBinaryFileStream>>next:putAll: 14:00:02 004/520 - 17/38: Installing method AbstractBinaryFileStream>>next:putAll:startingAt: 14:00:02 004/520 - 18/38: Installing method AbstractBinaryFileStream>>nextInto: 14:00:02 004/520 - 19/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber: 14:00:02 004/520 - 20/38: Installing method AbstractBinaryFileStream>>nextLittleEndianNumber:put: 14:00:02 004/520 - 21/38: Installing method AbstractBinaryFileStream>>nextPut: 14:00:02 004/520 - 22/38: Installing method AbstractBinaryFileStream>>nextPutAll: 14:00:02 004/520 - 23/38: Installing method AbstractBinaryFileStream>>peek 14:00:02 004/520 - 24/38: Installing method AbstractBinaryFileStream>>position 14:00:02 004/520 - 25/38: Installing method AbstractBinaryFileStream>>position: 14:00:02 004/520 - 26/38: Installing method AbstractBinaryFileStream>>printOn: 14:00:02 004/520 - 27/38: Installing method AbstractBinaryFileStream>>readInto:startingAt:count: 14:00:02 004/520 - 28/38: Installing method AbstractBinaryFileStream>>releaseSemaphores 14:00:02 004/520 - 29/38: Installing method AbstractBinaryFileStream>>reset 14:00:02 004/520 - 30/38: Installing method AbstractBinaryFileStream>>setToEnd 14:00:02 004/520 - 31/38: Installing method AbstractBinaryFileStream>>size 14:00:02 004/520 - 32/38: Installing method AbstractBinaryFileStream>>skip: 14:00:02 004/520 - 33/38: Installing method AbstractBinaryFileStream>>sync 14:00:02 004/520 - 34/38: Installing method AbstractBinaryFileStream>>upTo: 14:00:02 004/520 - 35/38: Installing method AbstractBinaryFileStream>>upToAnyOf: 14:00:02 004/520 - 36/38: Installing method AbstractBinaryFileStream>>upToEnd 14:00:02 004/520 - 37/38: Installing method AbstractBinaryFileStream>>waitForData 14:00:02 004/520 - 38/38: Installing method AbstractBinaryFileStream>>writeFrom:startingAt:count: 14:00:02 004/520 - 1/2: Installing method AbstractBinaryFileStream class>>handle:file:forWrite: 14:00:02 004/520 - 2/2: Installing method AbstractBinaryFileStream class>>isAbstract 14:00:03 005/520 - 1/6: Installing method AbstractDelayTicker>>millisecondsUntilTick: 14:00:03 005/520 - 2/6: Installing method AbstractDelayTicker>>nowTick 14:00:03 005/520 - 3/6: Installing method AbstractDelayTicker>>restoreResumptionTimes: 14:00:03 005/520 - 4/6: Installing method AbstractDelayTicker>>saveResumptionTimes: 14:00:03 005/520 - 5/6: Installing method AbstractDelayTicker>>tickAfterMilliseconds: 14:00:03 005/520 - 6/6: Installing method AbstractDelayTicker>>waitForUserSignalled:orExpired: 14:00:03 005/520 - 1/1: Installing method AbstractDelayTicker class>>isAbstract 14:00:04 006/520 - 1/37: Installing method AbstractLayout>>= 14:00:04 006/520 - 2/37: Installing method AbstractLayout>>allSlots 14:00:04 006/520 - 3/37: Installing method AbstractLayout>>allSlotsDo: 14:00:04 006/520 - 4/37: Installing method AbstractLayout>>allVisibleSlots 14:00:04 006/520 - 5/37: Installing method AbstractLayout>>checkIntegrity 14:00:04 006/520 - 6/37: Installing method AbstractLayout>>checkSanity 14:00:04 006/520 - 7/37: Installing method AbstractLayout>>definesSlot: 14:00:04 006/520 - 8/37: Installing method AbstractLayout>>extend: 14:00:04 006/520 - 9/37: Installing method AbstractLayout>>extendByte 14:00:04 006/520 - 10/37: Installing method AbstractLayout>>extendDoubleByte 14:00:04 006/520 - 11/37: Installing method AbstractLayout>>extendDoubleWord 14:00:04 006/520 - 12/37: Installing method AbstractLayout>>extendImmediate 14:00:04 006/520 - 13/37: Installing method AbstractLayout>>extendVariable: 14:00:04 006/520 - 14/37: Installing method AbstractLayout>>extendWord 14:00:04 006/520 - 15/37: Installing method AbstractLayout>>fieldSize 14:00:04 006/520 - 16/37: Installing method AbstractLayout>>hasBindingThatBeginsWith: 14:00:04 006/520 - 17/37: Installing method AbstractLayout>>hasFields 14:00:04 006/520 - 18/37: Installing method AbstractLayout>>hasSlot: 14:00:04 006/520 - 19/37: Installing method AbstractLayout>>hasSlotNamed: 14:00:04 006/520 - 20/37: Installing method AbstractLayout>>hasSlots 14:00:04 006/520 - 21/37: Installing method AbstractLayout>>hash 14:00:04 006/520 - 22/37: Installing method AbstractLayout>>host 14:00:04 006/520 - 23/37: Installing method AbstractLayout>>host: 14:00:04 006/520 - 24/37: Installing method AbstractLayout>>instVarNames 14:00:04 006/520 - 25/37: Installing method AbstractLayout>>isBits 14:00:04 006/520 - 26/37: Installing method AbstractLayout>>isBytes 14:00:04 006/520 - 27/37: Installing method AbstractLayout>>isDoubleBytes 14:00:04 006/520 - 28/37: Installing method AbstractLayout>>isDoubleWords 14:00:04 006/520 - 29/37: Installing method AbstractLayout>>isFixedLayout 14:00:04 006/520 - 30/37: Installing method AbstractLayout>>isVariable 14:00:04 006/520 - 31/37: Installing method AbstractLayout>>isWeak 14:00:04 006/520 - 32/37: Installing method AbstractLayout>>isWords 14:00:04 006/520 - 33/37: Installing method AbstractLayout>>resolveSlot: 14:00:04 006/520 - 34/37: Installing method AbstractLayout>>resolveSlot:ifFound:ifNone: 14:00:04 006/520 - 35/37: Installing method AbstractLayout>>slotScope 14:00:04 006/520 - 36/37: Installing method AbstractLayout>>slots 14:00:04 006/520 - 37/37: Installing method AbstractLayout>>visibleSlots 14:00:04 006/520 - 1/1: Installing method AbstractLayout class>>isAbstract 14:00:05 007/520 - 1/24: Installing method AbstractLayoutScope>>= 14:00:05 007/520 - 2/24: Installing method AbstractLayoutScope>>allSlotsDo: 14:00:05 007/520 - 3/24: Installing method AbstractLayoutScope>>allVisibleSlots 14:00:05 007/520 - 4/24: Installing method AbstractLayoutScope>>extend 14:00:05 007/520 - 5/24: Installing method AbstractLayoutScope>>extend: 14:00:05 007/520 - 6/24: Installing method AbstractLayoutScope>>extend:as: 14:00:05 007/520 - 7/24: Installing method AbstractLayoutScope>>fieldSize 14:00:05 007/520 - 8/24: Installing method AbstractLayoutScope>>firstFieldIndex 14:00:05 007/520 - 9/24: Installing method AbstractLayoutScope>>flatten 14:00:05 007/520 - 10/24: Installing method AbstractLayoutScope>>flattenIn: 14:00:05 007/520 - 11/24: Installing method AbstractLayoutScope>>hasBindingThatBeginsWith: 14:00:05 007/520 - 12/24: Installing method AbstractLayoutScope>>hasFields 14:00:05 007/520 - 13/24: Installing method AbstractLayoutScope>>hasSlots 14:00:06 007/520 - 14/24: Installing method AbstractLayoutScope>>hash 14:00:06 007/520 - 15/24: Installing method AbstractLayoutScope>>ifEmpty: 14:00:06 007/520 - 16/24: Installing method AbstractLayoutScope>>ifNotEmpty: 14:00:06 007/520 - 17/24: Installing method AbstractLayoutScope>>indexOf: 14:00:06 007/520 - 18/24: Installing method AbstractLayoutScope>>indexOf:ifAbsent: 14:00:06 007/520 - 19/24: Installing method AbstractLayoutScope>>isEmpty 14:00:06 007/520 - 20/24: Installing method AbstractLayoutScope>>ownFieldSize 14:00:06 007/520 - 21/24: Installing method AbstractLayoutScope>>resolveSlot: 14:00:06 007/520 - 22/24: Installing method AbstractLayoutScope>>resolveSlot:ifFound:ifNone: 14:00:06 007/520 - 23/24: Installing method AbstractLayoutScope>>visibleSlotNames 14:00:06 007/520 - 24/24: Installing method AbstractLayoutScope>>visibleSlots 14:00:06 007/520 - 1/1: Installing method AbstractLayoutScope class>>isAbstract 14:00:06 008/520 - 1/4: Installing method AbstractSessionHandler>>handledId 14:00:06 008/520 - 2/4: Installing method AbstractSessionHandler>>printOn: 14:00:06 008/520 - 3/4: Installing method AbstractSessionHandler>>shutdown: 14:00:06 008/520 - 4/4: Installing method AbstractSessionHandler>>startup: 14:00:06 008/520 - 1/1: Installing method AbstractSessionHandler class>>isAbstract 14:00:06 009/520 - 1/3: Installing method AdditionalBinding>>emitStore: 14:00:06 009/520 - 2/3: Installing method AdditionalBinding>>emitValue: 14:00:06 009/520 - 3/3: Installing method AdditionalBinding>>isReferenced 14:00:07 010/520 - 1/33: Installing method AdditionalMethodState>>analogousCodeTo: 14:00:07 010/520 - 2/33: Installing method AdditionalMethodState>>at: 14:00:07 010/520 - 3/33: Installing method AdditionalMethodState>>at:ifAbsent: 14:00:07 010/520 - 4/33: Installing method AdditionalMethodState>>at:ifAbsentPut: 14:00:08 010/520 - 5/33: Installing method AdditionalMethodState>>at:ifPresent: 14:00:08 010/520 - 6/33: Installing method AdditionalMethodState>>at:put: 14:00:08 010/520 - 7/33: Installing method AdditionalMethodState>>copyWith: 14:00:08 010/520 - 8/33: Installing method AdditionalMethodState>>copyWithout: 14:00:08 010/520 - 9/33: Installing method AdditionalMethodState>>includes: 14:00:08 010/520 - 10/33: Installing method AdditionalMethodState>>includesKey: 14:00:08 010/520 - 11/33: Installing method AdditionalMethodState>>includesProperty: 14:00:08 010/520 - 12/33: Installing method AdditionalMethodState>>isEmpty 14:00:08 010/520 - 13/33: Installing method AdditionalMethodState>>isMethodProperties 14:00:08 010/520 - 14/33: Installing method AdditionalMethodState>>keysAndValuesDo: 14:00:08 010/520 - 15/33: Installing method AdditionalMethodState>>method 14:00:08 010/520 - 16/33: Installing method AdditionalMethodState>>method: 14:00:08 010/520 - 17/33: Installing method AdditionalMethodState>>notEmpty 14:00:08 010/520 - 18/33: Installing method AdditionalMethodState>>postCopy 14:00:08 010/520 - 19/33: Installing method AdditionalMethodState>>pragmas 14:00:08 010/520 - 20/33: Installing method AdditionalMethodState>>pragmasDo: 14:00:08 010/520 - 21/33: Installing method AdditionalMethodState>>printOn: 14:00:08 010/520 - 22/33: Installing method AdditionalMethodState>>properties 14:00:08 010/520 - 23/33: Installing method AdditionalMethodState>>propertyAt: 14:00:08 010/520 - 24/33: Installing method AdditionalMethodState>>propertyAt:ifAbsent: 14:00:08 010/520 - 25/33: Installing method AdditionalMethodState>>propertyAt:ifPresent: 14:00:08 010/520 - 26/33: Installing method AdditionalMethodState>>propertyKeysAndValuesDo: 14:00:08 010/520 - 27/33: Installing method AdditionalMethodState>>propertyValueAt: 14:00:08 010/520 - 28/33: Installing method AdditionalMethodState>>propertyValueAt:ifAbsent: 14:00:08 010/520 - 29/33: Installing method AdditionalMethodState>>removeKey: 14:00:08 010/520 - 30/33: Installing method AdditionalMethodState>>removeKey:ifAbsent: 14:00:08 010/520 - 31/33: Installing method AdditionalMethodState>>selector 14:00:08 010/520 - 32/33: Installing method AdditionalMethodState>>selector: 14:00:08 010/520 - 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 14:00:08 010/520 - 1/7: Installing method AdditionalMethodState class>>forMethod:selector: 14:00:08 010/520 - 2/7: Installing method AdditionalMethodState class>>forSelector: 14:00:08 010/520 - 3/7: Installing method AdditionalMethodState class>>new 14:00:08 010/520 - 4/7: Installing method AdditionalMethodState class>>persistProperty: 14:00:08 010/520 - 5/7: Installing method AdditionalMethodState class>>propertiesToPersist 14:00:08 010/520 - 6/7: Installing method AdditionalMethodState class>>propertiesToPersist: 14:00:08 010/520 - 7/7: Installing method AdditionalMethodState class>>selector:with: 14:00:08 011/520 - 1/2: Installing method Announcement>>asAnnouncement 14:00:08 011/520 - 2/2: Installing method Announcement>>prepareForDelivery 14:00:08 011/520 - 1/5: Installing method Announcement class>>, 14:00:08 011/520 - 2/5: Installing method Announcement class>>- 14:00:08 011/520 - 3/5: Installing method Announcement class>>asAnnouncement 14:00:08 011/520 - 4/5: Installing method Announcement class>>handlesAnnouncement: 14:00:08 011/520 - 5/5: Installing method Announcement class>>where: 14:00:09 012/520 - 1/5: Installing method AnnouncementDeliveryCondition>>announcementClass 14:00:09 012/520 - 2/5: Installing method AnnouncementDeliveryCondition>>announcementClass: 14:00:09 012/520 - 3/5: Installing method AnnouncementDeliveryCondition>>conditionBlock 14:00:09 012/520 - 4/5: Installing method AnnouncementDeliveryCondition>>conditionBlock: 14:00:09 012/520 - 5/5: Installing method AnnouncementDeliveryCondition>>handlesAnnouncement: 14:00:09 012/520 - 1/1: Installing method AnnouncementDeliveryCondition class>>for:where: 14:00:09 013/520 - 1/2: Installing method AnnouncementLogger>>logAnnouncement: 14:00:09 013/520 - 2/2: Installing method AnnouncementLogger>>subscribeTo: 14:00:09 014/520 - 1/3: Installing method AnnouncementSet>>, 14:00:09 014/520 - 2/3: Installing method AnnouncementSet>>- 14:00:09 014/520 - 3/3: Installing method AnnouncementSet>>handlesAnnouncement: 14:00:09 015/520 - 1/4: Installing method AnnouncementSetWithExclusions>>addExclusion: 14:00:09 015/520 - 2/4: Installing method AnnouncementSetWithExclusions>>handlesAnnouncement: 14:00:09 015/520 - 3/4: Installing method AnnouncementSetWithExclusions>>initialize 14:00:09 015/520 - 4/4: Installing method AnnouncementSetWithExclusions>>initialize: 14:00:09 016/520 - 1/5: Installing method AnnouncementSubscription>>makeStrong 14:00:09 016/520 - 2/5: Installing method AnnouncementSubscription>>makeWeak 14:00:09 016/520 - 3/5: Installing method AnnouncementSubscription>>subscriber 14:00:09 016/520 - 4/5: Installing method AnnouncementSubscription>>subscriber: 14:00:09 016/520 - 5/5: Installing method AnnouncementSubscription>>unregister 14:00:10 017/520 - 1/20: Installing method Announcer>>announce: 14:00:10 017/520 - 2/20: Installing method Announcer>>basicSubscribe: 14:00:10 017/520 - 3/20: Installing method Announcer>>delayAnnouncementsAfter: 14:00:10 017/520 - 4/20: Installing method Announcer>>handleSubscriberClass: 14:00:10 017/520 - 5/20: Installing method Announcer>>hasSubscriber: 14:00:10 017/520 - 6/20: Installing method Announcer>>initialize 14:00:10 017/520 - 7/20: Installing method Announcer>>isSuspended 14:00:10 017/520 - 8/20: Installing method Announcer>>numberOfSubscriptions 14:00:10 017/520 - 9/20: Installing method Announcer>>prevent:during: 14:00:10 017/520 - 10/20: Installing method Announcer>>preventedAnnouncements 14:00:10 017/520 - 11/20: Installing method Announcer>>removeSubscription: 14:00:10 017/520 - 12/20: Installing method Announcer>>replace:with: 14:00:10 017/520 - 13/20: Installing method Announcer>>subscriptions 14:00:10 017/520 - 14/20: Installing method Announcer>>subscriptionsForClass: 14:00:10 017/520 - 15/20: Installing method Announcer>>suspendAllWhile: 14:00:10 017/520 - 16/20: Installing method Announcer>>suspendAllWhileStoring: 14:00:10 017/520 - 17/20: Installing method Announcer>>unsubscribe: 14:00:10 017/520 - 18/20: Installing method Announcer>>weak 14:00:10 017/520 - 19/20: Installing method Announcer>>when:do:for: 14:00:10 017/520 - 20/20: Installing method Announcer>>when:send:to: 14:00:10 018/520 - 1/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount 14:00:10 018/520 - 2/6: Installing method ArgumentsCountMismatch>>calledArgumentsCount: 14:00:10 018/520 - 3/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount 14:00:10 018/520 - 4/6: Installing method ArgumentsCountMismatch>>expectedArgumentsCount: 14:00:10 018/520 - 5/6: Installing method ArgumentsCountMismatch>>messageText 14:00:10 018/520 - 6/6: Installing method ArgumentsCountMismatch>>printArgumentsCount: 14:00:11 018/520 - 1/1: Installing method ArgumentsCountMismatch class>>signalExpectedArgumentsCount:calledArgumentsCount: 14:00:12 020/520 - 1/30: Installing method Array>>as: 14:00:12 020/520 - 2/30: Installing method Array>>asArray 14:00:12 020/520 - 3/30: Installing method Array>>asNewArray 14:00:12 020/520 - 4/30: Installing method Array>>asOrderedCollection 14:00:12 020/520 - 5/30: Installing method Array>>asSet 14:00:12 020/520 - 6/30: Installing method Array>>atWrap: 14:00:12 020/520 - 7/30: Installing method Array>>atWrap:put: 14:00:12 020/520 - 8/30: Installing method Array>>beReadOnlyLiteral 14:00:12 020/520 - 9/30: Installing method Array>>copyWithDependent: 14:00:12 020/520 - 10/30: Installing method Array>>displayString 14:00:12 020/520 - 11/30: Installing method Array>>elementsExchangeIdentityWith: 14:00:12 020/520 - 12/30: Installing method Array>>elementsForwardIdentityTo: 14:00:12 020/520 - 13/30: Installing method Array>>elementsForwardIdentityTo:copyHash: 14:00:12 020/520 - 14/30: Installing method Array>>hasLiteral: 14:00:12 020/520 - 15/30: Installing method Array>>hasLiteralSuchThat: 14:00:12 020/520 - 16/30: Installing method Array>>isArray 14:00:12 020/520 - 17/30: Installing method Array>>isLiteral 14:00:12 020/520 - 18/30: Installing method Array>>isLiteral: 14:00:12 020/520 - 19/30: Installing method Array>>isSelfEvaluating 14:00:12 020/520 - 20/30: Installing method Array>>isSelfEvaluating: 14:00:12 020/520 - 21/30: Installing method Array>>literalEqual: 14:00:12 020/520 - 22/30: Installing method Array>>printAsLiteralFormOn: 14:00:12 020/520 - 23/30: Installing method Array>>printAsSelfEvaluatingFormOn: 14:00:12 020/520 - 24/30: Installing method Array>>printOn: 14:00:12 020/520 - 25/30: Installing method Array>>recursiveDo: 14:00:12 020/520 - 26/30: Installing method Array>>refersToLiteral: 14:00:12 020/520 - 27/30: Installing method Array>>replaceFrom:to:with:startingAt: 14:00:12 020/520 - 28/30: Installing method Array>>shouldBePrintedAsLiteral 14:00:12 020/520 - 29/30: Installing method Array>>shouldBePrintedAsLiteral: 14:00:12 020/520 - 30/30: Installing method Array>>storeOn: 14:00:12 020/520 - 1/3: Installing method Array class>>braceStream: 14:00:12 020/520 - 2/3: Installing method Array class>>empty 14:00:12 020/520 - 3/3: Installing method Array class>>new: 14:00:14 021/520 - 1/85: Installing method Array2D>>+* 14:00:14 021/520 - 2/85: Installing method Array2D>>, 14:00:14 021/520 - 3/85: Installing method Array2D>>,, 14:00:14 021/520 - 4/85: Installing method Array2D>>= 14:00:14 021/520 - 5/85: Installing method Array2D>>add: 14:00:14 021/520 - 6/85: Installing method Array2D>>anyOne 14:00:14 021/520 - 7/85: Installing method Array2D>>asArray 14:00:14 021/520 - 8/85: Installing method Array2D>>asBag 14:00:14 021/520 - 9/85: Installing method Array2D>>asByteArray 14:00:14 021/520 - 10/85: Installing method Array2D>>asCharacterSet 14:00:14 021/520 - 11/85: Installing method Array2D>>asFloatArray 14:00:14 021/520 - 12/85: Installing method Array2D>>asIdentitySet 14:00:14 021/520 - 13/85: Installing method Array2D>>asIntegerArray 14:00:14 021/520 - 14/85: Installing method Array2D>>asOrderedCollection 14:00:14 021/520 - 15/85: Installing method Array2D>>asSet 14:00:14 021/520 - 16/85: Installing method Array2D>>asSortedCollection 14:00:14 021/520 - 17/85: Installing method Array2D>>asSortedCollection: 14:00:14 021/520 - 18/85: Installing method Array2D>>asWordArray 14:00:14 021/520 - 19/85: Installing method Array2D>>at:at: 14:00:14 021/520 - 20/85: Installing method Array2D>>at:at:ifInvalid: 14:00:14 021/520 - 21/85: Installing method Array2D>>at:at:incrementBy: 14:00:14 021/520 - 22/85: Installing method Array2D>>at:at:put: 14:00:14 021/520 - 23/85: Installing method Array2D>>atAllPut: 14:00:14 021/520 - 24/85: Installing method Array2D>>atColumn: 14:00:14 021/520 - 25/85: Installing method Array2D>>atColumn:put: 14:00:14 021/520 - 26/85: Installing method Array2D>>atRandom 14:00:14 021/520 - 27/85: Installing method Array2D>>atRandom: 14:00:14 021/520 - 28/85: Installing method Array2D>>atRow: 14:00:14 021/520 - 29/85: Installing method Array2D>>atRow:put: 14:00:14 021/520 - 30/85: Installing method Array2D>>atRows:columns: 14:00:14 021/520 - 31/85: Installing method Array2D>>atRows:to:columns:to: 14:00:14 021/520 - 32/85: Installing method Array2D>>atRows:to:columns:to:ifInvalid: 14:00:14 021/520 - 33/85: Installing method Array2D>>atRows:to:columns:to:put: 14:00:14 021/520 - 34/85: Installing method Array2D>>collect: 14:00:14 021/520 - 35/85: Installing method Array2D>>columnCount 14:00:14 021/520 - 36/85: Installing method Array2D>>diagonal 14:00:15 021/520 - 37/85: Installing method Array2D>>difference: 14:00:15 021/520 - 38/85: Installing method Array2D>>do: 14:00:15 021/520 - 39/85: Installing method Array2D>>extent 14:00:15 021/520 - 40/85: Installing method Array2D>>hash 14:00:15 021/520 - 41/85: Installing method Array2D>>identityIncludes: 14:00:15 021/520 - 42/85: Installing method Array2D>>identityIndexOf: 14:00:15 021/520 - 43/85: Installing method Array2D>>identityIndexOf:ifAbsent: 14:00:15 021/520 - 44/85: Installing method Array2D>>includes: 14:00:15 021/520 - 45/85: Installing method Array2D>>includesAll: 14:00:15 021/520 - 46/85: Installing method Array2D>>includesAny: 14:00:15 021/520 - 47/85: Installing method Array2D>>indexForRow:andColumn: 14:00:15 021/520 - 48/85: Installing method Array2D>>indexOf: 14:00:15 021/520 - 49/85: Installing method Array2D>>indexOf:ifAbsent: 14:00:15 021/520 - 50/85: Installing method Array2D>>indicesCollect: 14:00:15 021/520 - 51/85: Installing method Array2D>>indicesDo: 14:00:15 021/520 - 52/85: Installing method Array2D>>indicesInject:into: 14:00:15 021/520 - 53/85: Installing method Array2D>>intersection: 14:00:15 021/520 - 54/85: Installing method Array2D>>isSequenceable 14:00:15 021/520 - 55/85: Installing method Array2D>>numberOfColumns 14:00:15 021/520 - 56/85: Installing method Array2D>>numberOfColumns: 14:00:15 021/520 - 57/85: Installing method Array2D>>numberOfRows 14:00:15 021/520 - 58/85: Installing method Array2D>>numberOfRows: 14:00:15 021/520 - 59/85: Installing method Array2D>>occurrencesOf: 14:00:15 021/520 - 60/85: Installing method Array2D>>postCopy 14:00:15 021/520 - 61/85: Installing method Array2D>>preMultiplyByArray: 14:00:15 021/520 - 62/85: Installing method Array2D>>preMultiplyByMatrix: 14:00:15 021/520 - 63/85: Installing method Array2D>>printOn: 14:00:15 021/520 - 64/85: Installing method Array2D>>privateContents 14:00:15 021/520 - 65/85: Installing method Array2D>>readStream 14:00:15 021/520 - 66/85: Installing method Array2D>>reject: 14:00:15 021/520 - 67/85: Installing method Array2D>>remove:ifAbsent: 14:00:15 021/520 - 68/85: Installing method Array2D>>removeAll 14:00:15 021/520 - 69/85: Installing method Array2D>>replaceAll:with: 14:00:15 021/520 - 70/85: Installing method Array2D>>rowAndColumnForIndex: 14:00:15 021/520 - 71/85: Installing method Array2D>>rowCount 14:00:15 021/520 - 72/85: Installing method Array2D>>rows:columns:contents: 14:00:15 021/520 - 73/85: Installing method Array2D>>select: 14:00:15 021/520 - 74/85: Installing method Array2D>>size 14:00:16 021/520 - 75/85: Installing method Array2D>>storeOn: 14:00:16 021/520 - 76/85: Installing method Array2D>>swap:at:with:at: 14:00:16 021/520 - 77/85: Installing method Array2D>>swapColumn:withColumn: 14:00:16 021/520 - 78/85: Installing method Array2D>>swapRow:withRow: 14:00:16 021/520 - 79/85: Installing method Array2D>>transposed 14:00:16 021/520 - 80/85: Installing method Array2D>>with:collect: 14:00:16 021/520 - 81/85: Installing method Array2D>>with:do: 14:00:16 021/520 - 82/85: Installing method Array2D>>with:inject:into: 14:00:16 021/520 - 83/85: Installing method Array2D>>withIndicesCollect: 14:00:16 021/520 - 84/85: Installing method Array2D>>withIndicesDo: 14:00:16 021/520 - 85/85: Installing method Array2D>>withIndicesInject:into: 14:00:16 021/520 - 1/14: Installing method Array2D class>>columnVector: 14:00:16 021/520 - 2/14: Installing method Array2D class>>diagonal: 14:00:16 021/520 - 3/14: Installing method Array2D class>>identity: 14:00:16 021/520 - 4/14: Installing method Array2D class>>isDeprecated 14:00:16 021/520 - 5/14: Installing method Array2D class>>new: 14:00:16 021/520 - 6/14: Installing method Array2D class>>new:element: 14:00:16 021/520 - 7/14: Installing method Array2D class>>new:tabulate: 14:00:16 021/520 - 8/14: Installing method Array2D class>>ones: 14:00:16 021/520 - 9/14: Installing method Array2D class>>rowVector: 14:00:16 021/520 - 10/14: Installing method Array2D class>>rows:columns: 14:00:16 021/520 - 11/14: Installing method Array2D class>>rows:columns:contents: 14:00:16 021/520 - 12/14: Installing method Array2D class>>rows:columns:element: 14:00:16 021/520 - 13/14: Installing method Array2D class>>rows:columns:tabulate: 14:00:16 021/520 - 14/14: Installing method Array2D class>>zeros: 14:00:16 022/520 - 1/10: Installing method ArrayedCollection>>add: 14:00:16 022/520 - 2/10: Installing method ArrayedCollection>>byteSize 14:00:16 022/520 - 3/10: Installing method ArrayedCollection>>bytesPerBasicElement 14:00:16 022/520 - 4/10: Installing method ArrayedCollection>>defaultElement 14:00:16 022/520 - 5/10: Installing method ArrayedCollection>>fillFrom:with: 14:00:16 022/520 - 6/10: Installing method ArrayedCollection>>removeAll 14:00:16 022/520 - 7/10: Installing method ArrayedCollection>>size 14:00:16 022/520 - 8/10: Installing method ArrayedCollection>>storeElementsFrom:to:on: 14:00:16 022/520 - 9/10: Installing method ArrayedCollection>>storeOn: 14:00:16 022/520 - 10/10: Installing method ArrayedCollection>>writeOn: 14:00:17 022/520 - 1/13: Installing method ArrayedCollection class>>isAbstract 14:00:17 022/520 - 2/13: Installing method ArrayedCollection class>>new 14:00:17 022/520 - 3/13: Installing method ArrayedCollection class>>new:withAll: 14:00:17 022/520 - 4/13: Installing method ArrayedCollection class>>newFrom: 14:00:17 022/520 - 5/13: Installing method ArrayedCollection class>>newFromArray: 14:00:17 022/520 - 6/13: Installing method ArrayedCollection class>>with: 14:00:17 022/520 - 7/13: Installing method ArrayedCollection class>>with:with: 14:00:17 022/520 - 8/13: Installing method ArrayedCollection class>>with:with:with: 14:00:17 022/520 - 9/13: Installing method ArrayedCollection class>>with:with:with:with: 14:00:17 022/520 - 10/13: Installing method ArrayedCollection class>>with:with:with:with:with: 14:00:17 022/520 - 11/13: Installing method ArrayedCollection class>>with:with:with:with:with:with: 14:00:17 022/520 - 12/13: Installing method ArrayedCollection class>>with:withAll: 14:00:17 022/520 - 13/13: Installing method ArrayedCollection class>>withAll: 14:00:18 023/520 - 1/35: Installing method AsciiCharset class>>isCasedLetter: 14:00:18 023/520 - 2/35: Installing method AsciiCharset class>>isClosePunctuation: 14:00:18 023/520 - 3/35: Installing method AsciiCharset class>>isConnectorPunctuation: 14:00:18 023/520 - 4/35: Installing method AsciiCharset class>>isControlOther: 14:00:18 023/520 - 5/35: Installing method AsciiCharset class>>isCurrencySymbol: 14:00:18 023/520 - 6/35: Installing method AsciiCharset class>>isDashPunctuation: 14:00:18 023/520 - 7/35: Installing method AsciiCharset class>>isDecimalDigit: 14:00:18 023/520 - 8/35: Installing method AsciiCharset class>>isDigit: 14:00:18 023/520 - 9/35: Installing method AsciiCharset class>>isEnclosingMark: 14:00:18 023/520 - 10/35: Installing method AsciiCharset class>>isFinalQuote: 14:00:18 023/520 - 11/35: Installing method AsciiCharset class>>isFormatOther: 14:00:18 023/520 - 12/35: Installing method AsciiCharset class>>isInitialQuote: 14:00:18 023/520 - 13/35: Installing method AsciiCharset class>>isLetter: 14:00:18 023/520 - 14/35: Installing method AsciiCharset class>>isLetterModifier: 14:00:18 023/520 - 15/35: Installing method AsciiCharset class>>isLetterNumber: 14:00:18 023/520 - 16/35: Installing method AsciiCharset class>>isLineSeparator: 14:00:18 023/520 - 17/35: Installing method AsciiCharset class>>isLowercase: 14:00:18 023/520 - 18/35: Installing method AsciiCharset class>>isMathSymbol: 14:00:18 023/520 - 19/35: Installing method AsciiCharset class>>isModifierSymbol: 14:00:18 023/520 - 20/35: Installing method AsciiCharset class>>isNonspacingMark: 14:00:18 023/520 - 21/35: Installing method AsciiCharset class>>isOpenPunctuation: 14:00:18 023/520 - 22/35: Installing method AsciiCharset class>>isOtherLetter: 14:00:18 023/520 - 23/35: Installing method AsciiCharset class>>isOtherNumber: 14:00:18 023/520 - 24/35: Installing method AsciiCharset class>>isOtherPunctuation: 14:00:18 023/520 - 25/35: Installing method AsciiCharset class>>isOtherSymbol: 14:00:18 023/520 - 26/35: Installing method AsciiCharset class>>isParagraphSeparator: 14:00:18 023/520 - 27/35: Installing method AsciiCharset class>>isPrivateOther: 14:00:18 023/520 - 28/35: Installing method AsciiCharset class>>isSpaceSeparator: 14:00:18 023/520 - 29/35: Installing method AsciiCharset class>>isSpacingCombiningMark: 14:00:18 023/520 - 30/35: Installing method AsciiCharset class>>isSurrogateOther: 14:00:18 023/520 - 31/35: Installing method AsciiCharset class>>isTitlecaseLetter: 14:00:18 023/520 - 32/35: Installing method AsciiCharset class>>isUppercase: 14:00:18 023/520 - 33/35: Installing method AsciiCharset class>>maxValue 14:00:18 023/520 - 34/35: Installing method AsciiCharset class>>toLowercase: 14:00:18 023/520 - 35/35: Installing method AsciiCharset class>>toUppercase: 14:00:18 025/520 - 1/12: Installing method Association>>= 14:00:18 025/520 - 2/12: Installing method Association>>analogousCodeTo: 14:00:18 025/520 - 3/12: Installing method Association>>hasLiteral: 14:00:18 025/520 - 4/12: Installing method Association>>isAssociation 14:00:18 025/520 - 5/12: Installing method Association>>isSelfEvaluating 14:00:18 025/520 - 6/12: Installing method Association>>isVariableBinding 14:00:18 025/520 - 7/12: Installing method Association>>key:value: 14:00:18 025/520 - 8/12: Installing method Association>>literalEqual: 14:00:18 025/520 - 9/12: Installing method Association>>printOn: 14:00:18 025/520 - 10/12: Installing method Association>>storeOn: 14:00:18 025/520 - 11/12: Installing method Association>>value 14:00:18 025/520 - 12/12: Installing method Association>>value: 14:00:18 025/520 - 1/1: Installing method Association class>>key:value: 14:00:19 026/520 - 1/13: Installing method AsyncFile>>close 14:00:19 026/520 - 2/13: Installing method AsyncFile>>fileHandle 14:00:19 026/520 - 3/13: Installing method AsyncFile>>open:forWrite: 14:00:19 026/520 - 4/13: Installing method AsyncFile>>primClose: 14:00:19 026/520 - 5/13: Installing method AsyncFile>>primOpen:forWrite:semaIndex: 14:00:19 026/520 - 6/13: Installing method AsyncFile>>primReadResult:intoBuffer:at:count: 14:00:19 026/520 - 7/13: Installing method AsyncFile>>primReadStart:fPosition:count: 14:00:19 026/520 - 8/13: Installing method AsyncFile>>primWriteResult: 14:00:19 026/520 - 9/13: Installing method AsyncFile>>primWriteStart:fPosition:fromBuffer:at:count: 14:00:19 026/520 - 10/13: Installing method AsyncFile>>readByteCount:fromFilePosition:onCompletionDo: 14:00:19 026/520 - 11/13: Installing method AsyncFile>>test:fileName: 14:00:19 026/520 - 12/13: Installing method AsyncFile>>waitForCompletion 14:00:19 026/520 - 13/13: Installing method AsyncFile>>writeBuffer:atFilePosition:onCompletionDo: 14:00:19 026/520 - 1/1: Installing method AsyncFile class>>initialize 14:00:20 027/520 - 1/9: Installing method Author>>checkAndSetFullNameWith: 14:00:20 027/520 - 2/9: Installing method Author>>fullName 14:00:20 027/520 - 3/9: Installing method Author>>fullName: 14:00:20 027/520 - 4/9: Installing method Author>>fullNamePerSe 14:00:20 027/520 - 5/9: Installing method Author>>ifUnknownAuthorUse:during: 14:00:20 027/520 - 6/9: Installing method Author>>initialize 14:00:20 027/520 - 7/9: Installing method Author>>requestFullName 14:00:20 027/520 - 8/9: Installing method Author>>reset 14:00:20 027/520 - 9/9: Installing method Author>>useAuthor:during: 14:00:20 027/520 - 1/12: Installing method Author class>>changeStamp 14:00:20 027/520 - 2/12: Installing method Author class>>changeStampPerSe 14:00:20 027/520 - 3/12: Installing method Author class>>fixStamp: 14:00:20 027/520 - 4/12: Installing method Author class>>fullName 14:00:20 027/520 - 5/12: Installing method Author class>>fullName: 14:00:20 027/520 - 6/12: Installing method Author class>>fullNamePerSe 14:00:20 027/520 - 7/12: Installing method Author class>>isDeprecated 14:00:20 027/520 - 8/12: Installing method Author class>>new 14:00:20 027/520 - 9/12: Installing method Author class>>requestFullName 14:00:20 027/520 - 10/12: Installing method Author class>>reset 14:00:20 027/520 - 11/12: Installing method Author class>>uniqueInstance 14:00:20 027/520 - 12/12: Installing method Author class>>useAuthor:during: 14:00:20 028/520 - 1/4: Installing method AuthorNameRequest>>defaultAction 14:00:20 028/520 - 2/4: Installing method AuthorNameRequest>>initialAnswer 14:00:20 028/520 - 3/4: Installing method AuthorNameRequest>>initialAnswer: 14:00:20 028/520 - 4/4: Installing method AuthorNameRequest>>messagePrompt 14:00:20 028/520 - 1/2: Installing method AuthorNameRequest class>>isDeprecated 14:00:20 028/520 - 2/2: Installing method AuthorNameRequest class>>messagePrompt 14:00:26 029/520 - 1/22: Installing method Bag>>= 14:00:26 029/520 - 2/22: Installing method Bag>>add: 14:00:26 029/520 - 3/22: Installing method Bag>>add:withOccurrences: 14:00:26 029/520 - 4/22: Installing method Bag>>asBag 14:00:26 029/520 - 5/22: Installing method Bag>>asSet 14:00:26 029/520 - 6/22: Installing method Bag>>associationsDo: 14:00:26 029/520 - 7/22: Installing method Bag>>cumulativeCounts 14:00:26 029/520 - 8/22: Installing method Bag>>do: 14:00:26 029/520 - 9/22: Installing method Bag>>doWithOccurrences: 14:00:26 029/520 - 10/22: Installing method Bag>>includes: 14:00:26 029/520 - 11/22: Installing method Bag>>keysAndValuesDo: 14:00:26 029/520 - 12/22: Installing method Bag>>occurrencesOf: 14:00:26 029/520 - 13/22: Installing method Bag>>postCopy 14:00:26 029/520 - 14/22: Installing method Bag>>remove:ifAbsent: 14:00:26 029/520 - 15/22: Installing method Bag>>removeAll 14:00:26 029/520 - 16/22: Installing method Bag>>removeKey:ifAbsent: 14:00:26 029/520 - 17/22: Installing method Bag>>setContents: 14:00:26 029/520 - 18/22: Installing method Bag>>size 14:00:26 029/520 - 19/22: Installing method Bag>>sortedCounts 14:00:26 029/520 - 20/22: Installing method Bag>>sortedElements 14:00:26 029/520 - 21/22: Installing method Bag>>sum 14:00:26 029/520 - 22/22: Installing method Bag>>valuesAndCounts 14:00:26 029/520 - 1/4: Installing method Bag class>>contentsClass 14:00:26 029/520 - 2/4: Installing method Bag class>>new 14:00:27 029/520 - 3/4: Installing method Bag class>>new: 14:00:27 029/520 - 4/4: Installing method Bag class>>newFrom: 14:00:28 030/520 - 1/26: Installing method BasicCommandLineHandler>>activate 14:00:28 030/520 - 2/26: Installing method BasicCommandLineHandler>>activateSubCommand: 14:00:28 030/520 - 3/26: Installing method BasicCommandLineHandler>>checkPassword 14:00:28 030/520 - 4/26: Installing method BasicCommandLineHandler>>copySubcommand 14:00:28 030/520 - 5/26: Installing method BasicCommandLineHandler>>copyright 14:00:28 030/520 - 6/26: Installing method BasicCommandLineHandler>>default 14:00:28 030/520 - 7/26: Installing method BasicCommandLineHandler>>disabledAccessMode 14:00:28 030/520 - 8/26: Installing method BasicCommandLineHandler>>error 14:00:28 030/520 - 9/26: Installing method BasicCommandLineHandler>>firstArgument 14:00:28 030/520 - 10/26: Installing method BasicCommandLineHandler>>handleArgument: 14:00:28 030/520 - 11/26: Installing method BasicCommandLineHandler>>handleEmptyArguments 14:00:28 030/520 - 12/26: Installing method BasicCommandLineHandler>>handleExit: 14:00:28 030/520 - 13/26: Installing method BasicCommandLineHandler>>handleExit:for: 14:00:28 030/520 - 14/26: Installing method BasicCommandLineHandler>>handlePassword: 14:00:28 030/520 - 15/26: Installing method BasicCommandLineHandler>>handleSubcommand 14:00:28 030/520 - 16/26: Installing method BasicCommandLineHandler>>initialize 14:00:28 030/520 - 17/26: Installing method BasicCommandLineHandler>>list 14:00:28 030/520 - 18/26: Installing method BasicCommandLineHandler>>noQuit 14:00:28 030/520 - 19/26: Installing method BasicCommandLineHandler>>readOnlyAccessMode 14:00:28 030/520 - 20/26: Installing method BasicCommandLineHandler>>readWriteAccessMode 14:00:28 030/520 - 21/26: Installing method BasicCommandLineHandler>>requirePasswordFor: 14:00:28 030/520 - 22/26: Installing method BasicCommandLineHandler>>selectHandlers 14:00:28 030/520 - 23/26: Installing method BasicCommandLineHandler>>selectedHandler 14:00:28 030/520 - 24/26: Installing method BasicCommandLineHandler>>subCommandsRoot 14:00:28 030/520 - 25/26: Installing method BasicCommandLineHandler>>version 14:00:28 030/520 - 26/26: Installing method BasicCommandLineHandler>>writeOnlyAccessMode 14:00:28 030/520 - 1/7: Installing method BasicCommandLineHandler class>>commandLinePasswordManager 14:00:28 030/520 - 2/7: Installing method BasicCommandLineHandler class>>commandName 14:00:28 030/520 - 3/7: Installing method BasicCommandLineHandler class>>description 14:00:28 030/520 - 4/7: Installing method BasicCommandLineHandler class>>initialize 14:00:28 030/520 - 5/7: Installing method BasicCommandLineHandler class>>isResponsibleFor: 14:00:28 030/520 - 6/7: Installing method BasicCommandLineHandler class>>priority 14:00:28 030/520 - 7/7: Installing method BasicCommandLineHandler class>>startUp: 14:00:32 031/520 - 1/200: Installing method Behavior>><< 14:00:32 031/520 - 2/200: Installing method Behavior>>>> 14:00:32 031/520 - 3/200: Installing method Behavior>>addObsoleteSubclass: 14:00:32 031/520 - 4/200: Installing method Behavior>>addSelector:withMethod: 14:00:32 031/520 - 5/200: Installing method Behavior>>addSelectorSilently:withMethod: 14:00:32 031/520 - 6/200: Installing method Behavior>>adoptInstance: 14:00:32 031/520 - 7/200: Installing method Behavior>>allCallsOn 14:00:32 031/520 - 8/200: Installing method Behavior>>allCallsOn: 14:00:32 031/520 - 9/200: Installing method Behavior>>allClassVarNames 14:00:32 031/520 - 10/200: Installing method Behavior>>allInstVarNames 14:00:32 031/520 - 11/200: Installing method Behavior>>allInstances 14:00:32 031/520 - 12/200: Installing method Behavior>>allInstancesDo: 14:00:32 031/520 - 13/200: Installing method Behavior>>allInstancesOrNil 14:00:32 031/520 - 14/200: Installing method Behavior>>allMethods 14:00:32 031/520 - 15/200: Installing method Behavior>>allMethodsAccessingSlot: 14:00:32 031/520 - 16/200: Installing method Behavior>>allMethodsReadingSlot: 14:00:32 031/520 - 17/200: Installing method Behavior>>allMethodsWritingSlot: 14:00:32 031/520 - 18/200: Installing method Behavior>>allSelectors 14:00:32 031/520 - 19/200: Installing method Behavior>>allSelectorsAbove 14:00:32 031/520 - 20/200: Installing method Behavior>>allSelectorsAboveUntil: 14:00:32 031/520 - 21/200: Installing method Behavior>>allSelectorsBelow: 14:00:32 031/520 - 22/200: Installing method Behavior>>allSelectorsWithout: 14:00:32 031/520 - 23/200: Installing method Behavior>>allSharedPools 14:00:32 031/520 - 24/200: Installing method Behavior>>allSlots 14:00:32 031/520 - 25/200: Installing method Behavior>>allSubInstances 14:00:32 031/520 - 26/200: Installing method Behavior>>allSubInstancesDo: 14:00:32 031/520 - 27/200: Installing method Behavior>>allSubclasses 14:00:32 031/520 - 28/200: Installing method Behavior>>allSubclassesDo: 14:00:32 031/520 - 29/200: Installing method Behavior>>allSubclassesWithLevelDo:startingLevel: 14:00:32 031/520 - 30/200: Installing method Behavior>>allSuperclasses 14:00:32 031/520 - 31/200: Installing method Behavior>>allSuperclassesDo: 14:00:32 031/520 - 32/200: Installing method Behavior>>allSuperclassesIncluding: 14:00:32 031/520 - 33/200: Installing method Behavior>>allUnsentMessages 14:00:32 031/520 - 34/200: Installing method Behavior>>basicIdentityHash 14:00:32 031/520 - 35/200: Installing method Behavior>>basicNew 14:00:32 031/520 - 36/200: Installing method Behavior>>basicNew: 14:00:32 031/520 - 37/200: Installing method Behavior>>basicObsoleteSubclasses 14:00:32 031/520 - 38/200: Installing method Behavior>>basicSuperclass: 14:00:32 031/520 - 39/200: Installing method Behavior>>becomeUncompact 14:00:32 031/520 - 40/200: Installing method Behavior>>binding 14:00:32 031/520 - 41/200: Installing method Behavior>>bindingOf: 14:00:32 031/520 - 42/200: Installing method Behavior>>byteSizeOfInstance 14:00:32 031/520 - 43/200: Installing method Behavior>>byteSizeOfInstanceOfSize: 14:00:32 031/520 - 44/200: Installing method Behavior>>canPerform: 14:00:32 031/520 - 45/200: Installing method Behavior>>canUnderstand: 14:00:32 031/520 - 46/200: Installing method Behavior>>classAndMethodFor:do:ifAbsent: 14:00:32 031/520 - 47/200: Installing method Behavior>>classBindingOf: 14:00:32 031/520 - 48/200: Installing method Behavior>>classDepth 14:00:32 031/520 - 49/200: Installing method Behavior>>classLayout 14:00:32 031/520 - 50/200: Installing method Behavior>>classLayout: 14:00:32 031/520 - 51/200: Installing method Behavior>>classVarNames 14:00:32 031/520 - 52/200: Installing method Behavior>>cleanUp 14:00:32 031/520 - 53/200: Installing method Behavior>>cleanUp: 14:00:32 031/520 - 54/200: Installing method Behavior>>codeChangeAnnouncer 14:00:32 031/520 - 55/200: Installing method Behavior>>codeSupportAnnouncer 14:00:32 031/520 - 56/200: Installing method Behavior>>compiledMethodAt: 14:00:32 031/520 - 57/200: Installing method Behavior>>compiledMethodAt:ifAbsent: 14:00:32 031/520 - 58/200: Installing method Behavior>>compiledMethodAt:ifPresent: 14:00:32 031/520 - 59/200: Installing method Behavior>>compiledMethodAt:ifPresent:ifAbsent: 14:00:32 031/520 - 60/200: Installing method Behavior>>deepCopy 14:00:32 031/520 - 61/200: Installing method Behavior>>definedMethods 14:00:32 031/520 - 62/200: Installing method Behavior>>definedSelectors 14:00:32 031/520 - 63/200: Installing method Behavior>>definedVariables 14:00:33 031/520 - 64/200: Installing method Behavior>>elementSize 14:00:33 031/520 - 65/200: Installing method Behavior>>emptyMethodDictionary 14:00:33 031/520 - 66/200: Installing method Behavior>>ensureProperties 14:00:33 031/520 - 67/200: Installing method Behavior>>environment 14:00:33 031/520 - 68/200: Installing method Behavior>>findOriginClassOf: 14:00:33 031/520 - 69/200: Installing method Behavior>>findOriginMethodOf: 14:00:33 031/520 - 70/200: Installing method Behavior>>fluidInstall 14:00:33 031/520 - 71/200: Installing method Behavior>>flushCache 14:00:33 031/520 - 72/200: Installing method Behavior>>format 14:00:33 031/520 - 73/200: Installing method Behavior>>handleFailingBasicNew 14:00:33 031/520 - 74/200: Installing method Behavior>>handleFailingBasicNew: 14:00:33 031/520 - 75/200: Installing method Behavior>>handleFailingBasicNewWithGC: 14:00:33 031/520 - 76/200: Installing method Behavior>>handleFailingFailingBasicNew 14:00:33 031/520 - 77/200: Installing method Behavior>>handleFailingFailingBasicNew: 14:00:33 031/520 - 78/200: Installing method Behavior>>hasAbstractMethods 14:00:33 031/520 - 79/200: Installing method Behavior>>hasBindingOf: 14:00:33 031/520 - 80/200: Installing method Behavior>>hasMethodAccessingVariable: 14:00:33 031/520 - 81/200: Installing method Behavior>>hasMethods 14:00:33 031/520 - 82/200: Installing method Behavior>>hasProperty: 14:00:33 031/520 - 83/200: Installing method Behavior>>hasSelectorReferringTo: 14:00:33 031/520 - 84/200: Installing method Behavior>>includesBehavior: 14:00:33 031/520 - 85/200: Installing method Behavior>>includesLocalSelector: 14:00:33 031/520 - 86/200: Installing method Behavior>>includesMethod: 14:00:33 031/520 - 87/200: Installing method Behavior>>includesSelector: 14:00:33 031/520 - 88/200: Installing method Behavior>>inheritsFrom: 14:00:33 031/520 - 89/200: Installing method Behavior>>initialize 14:00:33 031/520 - 90/200: Installing method Behavior>>initializeSlots: 14:00:33 031/520 - 91/200: Installing method Behavior>>instSize 14:00:33 031/520 - 92/200: Installing method Behavior>>instSpec 14:00:33 031/520 - 93/200: Installing method Behavior>>instVarNames 14:00:33 031/520 - 94/200: Installing method Behavior>>instanceCount 14:00:33 031/520 - 95/200: Installing method Behavior>>instanceVariables 14:00:33 031/520 - 96/200: Installing method Behavior>>instancesSizeInMemory 14:00:33 031/520 - 97/200: Installing method Behavior>>isAbstract 14:00:33 031/520 - 98/200: Installing method Behavior>>isAnonymous 14:00:33 031/520 - 99/200: Installing method Behavior>>isBehavior 14:00:33 031/520 - 100/200: Installing method Behavior>>isBits 14:00:33 031/520 - 101/200: Installing method Behavior>>isBytes 14:00:33 031/520 - 102/200: Installing method Behavior>>isCompact 14:00:33 031/520 - 103/200: Installing method Behavior>>isDisabledSelector: 14:00:33 031/520 - 104/200: Installing method Behavior>>isDoubleWords 14:00:33 031/520 - 105/200: Installing method Behavior>>isEphemeronClass 14:00:33 031/520 - 106/200: Installing method Behavior>>isFixed 14:00:33 031/520 - 107/200: Installing method Behavior>>isImmediateClass 14:00:33 031/520 - 108/200: Installing method Behavior>>isManifest 14:00:33 031/520 - 109/200: Installing method Behavior>>isMeta 14:00:33 031/520 - 110/200: Installing method Behavior>>isObsolete 14:00:33 031/520 - 111/200: Installing method Behavior>>isPointers 14:00:33 031/520 - 112/200: Installing method Behavior>>isPool 14:00:33 031/520 - 113/200: Installing method Behavior>>isReferenced 14:00:33 031/520 - 114/200: Installing method Behavior>>isRootInEnvironment 14:00:34 031/520 - 115/200: Installing method Behavior>>isUsed 14:00:34 031/520 - 116/200: Installing method Behavior>>isVariable 14:00:34 031/520 - 117/200: Installing method Behavior>>isWeak 14:00:34 031/520 - 118/200: Installing method Behavior>>isWords 14:00:34 031/520 - 119/200: Installing method Behavior>>localMethods 14:00:35 031/520 - 120/200: Installing method Behavior>>localSelectors 14:00:35 031/520 - 121/200: Installing method Behavior>>lookupSelector: 14:00:35 031/520 - 122/200: Installing method Behavior>>lookupVar: 14:00:35 031/520 - 123/200: Installing method Behavior>>methodDict 14:00:35 031/520 - 124/200: Installing method Behavior>>methodDict: 14:00:35 031/520 - 125/200: Installing method Behavior>>methodDictionary 14:00:35 031/520 - 126/200: Installing method Behavior>>methodDictionary: 14:00:35 031/520 - 127/200: Installing method Behavior>>methods 14:00:35 031/520 - 128/200: Installing method Behavior>>methodsAccessingSlot: 14:00:35 031/520 - 129/200: Installing method Behavior>>methodsDo: 14:00:35 031/520 - 130/200: Installing method Behavior>>methodsReadingSlot: 14:00:35 031/520 - 131/200: Installing method Behavior>>methodsReferencingClass: 14:00:35 031/520 - 132/200: Installing method Behavior>>methodsReferencingClasses: 14:00:35 031/520 - 133/200: Installing method Behavior>>methodsWritingSlot: 14:00:35 031/520 - 134/200: Installing method Behavior>>name 14:00:35 031/520 - 135/200: Installing method Behavior>>new 14:00:35 031/520 - 136/200: Installing method Behavior>>new: 14:00:35 031/520 - 137/200: Installing method Behavior>>nonObsoleteClass 14:00:35 031/520 - 138/200: Installing method Behavior>>obsolete 14:00:35 031/520 - 139/200: Installing method Behavior>>obsoleteSubclasses 14:00:35 031/520 - 140/200: Installing method Behavior>>originalName 14:00:35 031/520 - 141/200: Installing method Behavior>>packageOrganizer 14:00:35 031/520 - 142/200: Installing method Behavior>>postCopy 14:00:35 031/520 - 143/200: Installing method Behavior>>pragmas 14:00:35 031/520 - 144/200: Installing method Behavior>>pragmasDo: 14:00:35 031/520 - 145/200: Installing method Behavior>>printOn: 14:00:35 031/520 - 146/200: Installing method Behavior>>properties 14:00:35 031/520 - 147/200: Installing method Behavior>>propertyAt: 14:00:35 031/520 - 148/200: Installing method Behavior>>propertyAt:ifAbsent: 14:00:35 031/520 - 149/200: Installing method Behavior>>propertyAt:put: 14:00:35 031/520 - 150/200: Installing method Behavior>>realClass 14:00:35 031/520 - 151/200: Installing method Behavior>>referencedClasses 14:00:35 031/520 - 152/200: Installing method Behavior>>removeAllObsoleteSubclasses 14:00:35 031/520 - 153/200: Installing method Behavior>>removePropertiesIfEmpty 14:00:35 031/520 - 154/200: Installing method Behavior>>removeProperty: 14:00:35 031/520 - 155/200: Installing method Behavior>>removeProperty:ifAbsent: 14:00:35 031/520 - 156/200: Installing method Behavior>>removeSelector: 14:00:35 031/520 - 157/200: Installing method Behavior>>removeSelectorSilently: 14:00:35 031/520 - 158/200: Installing method Behavior>>restartMethods 14:00:35 031/520 - 159/200: Installing method Behavior>>selectSubclasses: 14:00:35 031/520 - 160/200: Installing method Behavior>>selectSuperclasses: 14:00:35 031/520 - 161/200: Installing method Behavior>>selectors 14:00:35 031/520 - 162/200: Installing method Behavior>>selectorsAndMethodsDo: 14:00:35 031/520 - 163/200: Installing method Behavior>>selectorsDo: 14:00:35 031/520 - 164/200: Installing method Behavior>>selectorsWithArgs: 14:00:35 031/520 - 165/200: Installing method Behavior>>setFormat: 14:00:35 031/520 - 166/200: Installing method Behavior>>shouldNotBeRedefined 14:00:35 031/520 - 167/200: Installing method Behavior>>shutDown 14:00:35 031/520 - 168/200: Installing method Behavior>>shutDown: 14:00:35 031/520 - 169/200: Installing method Behavior>>slots 14:00:35 031/520 - 170/200: Installing method Behavior>>someInstance 14:00:35 031/520 - 171/200: Installing method Behavior>>sourceCodeAt: 14:00:35 031/520 - 172/200: Installing method Behavior>>sourceCodeAt:ifAbsent: 14:00:35 031/520 - 173/200: Installing method Behavior>>sourceCodeTemplate 14:00:35 031/520 - 174/200: Installing method Behavior>>spaceUsed 14:00:35 031/520 - 175/200: Installing method Behavior>>startUp 14:00:35 031/520 - 176/200: Installing method Behavior>>startUp: 14:00:35 031/520 - 177/200: Installing method Behavior>>subclassDefinerClass 14:00:35 031/520 - 178/200: Installing method Behavior>>subclassInstVarNames 14:00:35 031/520 - 179/200: Installing method Behavior>>superclass 14:00:35 031/520 - 180/200: Installing method Behavior>>superclass: 14:00:35 031/520 - 181/200: Installing method Behavior>>superclass:methodDictionary:format: 14:00:35 031/520 - 182/200: Installing method Behavior>>thoroughHasSelectorReferringTo: 14:00:35 031/520 - 183/200: Installing method Behavior>>thoroughWhichMethodsReferTo: 14:00:35 031/520 - 184/200: Installing method Behavior>>thoroughWhichMethodsReferTo:specialIndex: 14:00:35 031/520 - 185/200: Installing method Behavior>>thoroughWhichSelectorsReferTo: 14:00:35 031/520 - 186/200: Installing method Behavior>>unreferencedInstanceVariables 14:00:35 031/520 - 187/200: Installing method Behavior>>usingMethods 14:00:35 031/520 - 188/200: Installing method Behavior>>whichClassDefinesClassVar: 14:00:35 031/520 - 189/200: Installing method Behavior>>whichClassDefinesInstVar: 14:00:35 031/520 - 190/200: Installing method Behavior>>whichClassIncludesSelector: 14:00:35 031/520 - 191/200: Installing method Behavior>>whichMethodsReferTo: 14:00:35 031/520 - 192/200: Installing method Behavior>>whichSelectorsReferTo: 14:00:35 031/520 - 193/200: Installing method Behavior>>whichSuperclassSatisfies: 14:00:35 031/520 - 194/200: Installing method Behavior>>withAllSubAndSuperclassesDo: 14:00:35 031/520 - 195/200: Installing method Behavior>>withAllSubclasses 14:00:35 031/520 - 196/200: Installing method Behavior>>withAllSubclassesDo: 14:00:35 031/520 - 197/200: Installing method Behavior>>withAllSuperAndSubclasses 14:00:35 031/520 - 198/200: Installing method Behavior>>withAllSuperAndSubclassesDo: 14:00:35 031/520 - 199/200: Installing method Behavior>>withAllSuperclasses 14:00:35 031/520 - 200/200: Installing method Behavior>>withAllSuperclassesDo: 14:00:36 031/520 - 1/4: Installing method Behavior class>>initialize 14:00:36 031/520 - 2/4: Installing method Behavior class>>initializeClassProperties 14:00:36 031/520 - 3/4: Installing method Behavior class>>initializeObsoleteSubclasses 14:00:36 031/520 - 4/4: Installing method Behavior class>>sortBlock 14:00:36 032/520 - 1/9: Installing method BinaryFileStream>>close 14:00:36 032/520 - 2/9: Installing method BinaryFileStream>>closed 14:00:36 032/520 - 3/9: Installing method BinaryFileStream>>finalize 14:00:36 032/520 - 4/9: Installing method BinaryFileStream>>peek 14:00:36 032/520 - 5/9: Installing method BinaryFileStream>>register 14:00:36 032/520 - 6/9: Installing method BinaryFileStream>>skip: 14:00:36 032/520 - 7/9: Installing method BinaryFileStream>>truncate 14:00:36 032/520 - 8/9: Installing method BinaryFileStream>>truncate: 14:00:36 032/520 - 9/9: Installing method BinaryFileStream>>unregister 14:00:36 033/520 - 1/9: Installing method BitsLayout>>bytesPerSlot 14:00:36 033/520 - 2/9: Installing method BitsLayout>>extend 14:00:36 033/520 - 3/9: Installing method BitsLayout>>extendByte 14:00:36 033/520 - 4/9: Installing method BitsLayout>>extendDoubleByte 14:00:36 033/520 - 5/9: Installing method BitsLayout>>extendDoubleWord 14:00:36 033/520 - 6/9: Installing method BitsLayout>>extendWeak: 14:00:36 033/520 - 7/9: Installing method BitsLayout>>extendWord 14:00:36 033/520 - 8/9: Installing method BitsLayout>>isBits 14:00:36 033/520 - 9/9: Installing method BitsLayout>>isVariable 14:00:36 033/520 - 1/1: Installing method BitsLayout class>>isAbstract 14:00:36 034/520 - 1/2: Installing method BlockCannotReturn>>home 14:00:36 034/520 - 2/2: Installing method BlockCannotReturn>>home: 14:00:37 034/520 - 1/1: Installing method BlockCannotReturn class>>result:from: 14:00:40 035/520 - 1/93: Installing method BlockClosure>>argumentCount 14:00:40 035/520 - 2/93: Installing method BlockClosure>>argumentNames 14:00:40 035/520 - 3/93: Installing method BlockClosure>>asContext 14:00:40 035/520 - 4/93: Installing method BlockClosure>>asContextWithSender: 14:00:40 035/520 - 5/93: Installing method BlockClosure>>asMinimalRepresentation 14:00:40 035/520 - 6/93: Installing method BlockClosure>>assert 14:00:40 035/520 - 7/93: Installing method BlockClosure>>assertWithDescription: 14:00:40 035/520 - 8/93: Installing method BlockClosure>>clearTemporariesOn: 14:00:40 035/520 - 9/93: Installing method BlockClosure>>compiledBlock 14:00:40 035/520 - 10/93: Installing method BlockClosure>>compiledBlock: 14:00:40 035/520 - 11/93: Installing method BlockClosure>>copiedValueAt: 14:00:40 035/520 - 12/93: Installing method BlockClosure>>copyForSaving 14:00:40 035/520 - 13/93: Installing method BlockClosure>>cull: 14:00:40 035/520 - 14/93: Installing method BlockClosure>>cull:cull: 14:00:40 035/520 - 15/93: Installing method BlockClosure>>cull:cull:cull: 14:00:40 035/520 - 16/93: Installing method BlockClosure>>cull:cull:cull:cull: 14:00:40 035/520 - 17/93: Installing method BlockClosure>>doPrintOn: 14:00:40 035/520 - 18/93: Installing method BlockClosure>>doWhileFalse: 14:00:40 035/520 - 19/93: Installing method BlockClosure>>doWhileTrue: 14:00:40 035/520 - 20/93: Installing method BlockClosure>>endPC 14:00:40 035/520 - 21/93: Installing method BlockClosure>>ensure: 14:00:40 035/520 - 22/93: Installing method BlockClosure>>fork 14:00:40 035/520 - 23/93: Installing method BlockClosure>>forkAndWait 14:00:40 035/520 - 24/93: Installing method BlockClosure>>forkAt: 14:00:40 035/520 - 25/93: Installing method BlockClosure>>forkAt:named: 14:00:40 035/520 - 26/93: Installing method BlockClosure>>forkNamed: 14:00:40 035/520 - 27/93: Installing method BlockClosure>>hasNonLocalReturn 14:00:40 035/520 - 28/93: Installing method BlockClosure>>home 14:00:40 035/520 - 29/93: Installing method BlockClosure>>homeMethod 14:00:40 035/520 - 30/93: Installing method BlockClosure>>ifCurtailed: 14:00:40 035/520 - 31/93: Installing method BlockClosure>>initialStackPointer 14:00:40 035/520 - 32/93: Installing method BlockClosure>>isBlock 14:00:40 035/520 - 33/93: Installing method BlockClosure>>isClean 14:00:40 035/520 - 34/93: Installing method BlockClosure>>isClosure 14:00:40 035/520 - 35/93: Installing method BlockClosure>>isDead 14:00:40 035/520 - 36/93: Installing method BlockClosure>>isFullBlock 14:00:40 035/520 - 37/93: Installing method BlockClosure>>isValid 14:00:40 035/520 - 38/93: Installing method BlockClosure>>method 14:00:40 035/520 - 39/93: Installing method BlockClosure>>newProcess 14:00:40 035/520 - 40/93: Installing method BlockClosure>>newProcessWith: 14:00:40 035/520 - 41/93: Installing method BlockClosure>>numArgs 14:00:40 035/520 - 42/93: Installing method BlockClosure>>numArgs: 14:00:40 035/520 - 43/93: Installing method BlockClosure>>numArgsError: 14:00:40 035/520 - 44/93: Installing method BlockClosure>>numCopiedValues 14:00:40 035/520 - 45/93: Installing method BlockClosure>>numTemps 14:00:40 035/520 - 46/93: Installing method BlockClosure>>on:do: 14:00:40 035/520 - 47/93: Installing method BlockClosure>>on:fork: 14:00:40 035/520 - 48/93: Installing method BlockClosure>>on:fork:return: 14:00:40 035/520 - 49/93: Installing method BlockClosure>>onDNU:do: 14:00:40 035/520 - 50/93: Installing method BlockClosure>>onErrorDo: 14:00:40 035/520 - 51/93: Installing method BlockClosure>>outerContext 14:00:40 035/520 - 52/93: Installing method BlockClosure>>outerContext: 14:00:40 035/520 - 53/93: Installing method BlockClosure>>printOn: 14:00:40 035/520 - 54/93: Installing method BlockClosure>>receiver 14:00:40 035/520 - 55/93: Installing method BlockClosure>>reentrant 14:00:40 035/520 - 56/93: Installing method BlockClosure>>repeat 14:00:40 035/520 - 57/93: Installing method BlockClosure>>repeatWithGCIf: 14:00:40 035/520 - 58/93: Installing method BlockClosure>>sender 14:00:40 035/520 - 59/93: Installing method BlockClosure>>simulateValueWithArguments:caller: 14:00:40 035/520 - 60/93: Installing method BlockClosure>>split:indicesDo: 14:00:40 035/520 - 61/93: Installing method BlockClosure>>startpc 14:00:40 035/520 - 62/93: Installing method BlockClosure>>startpcOrOuterCode 14:00:40 035/520 - 63/93: Installing method BlockClosure>>tempNames 14:00:40 035/520 - 64/93: Installing method BlockClosure>>value 14:00:40 035/520 - 65/93: Installing method BlockClosure>>value: 14:00:40 035/520 - 66/93: Installing method BlockClosure>>value:value: 14:00:40 035/520 - 67/93: Installing method BlockClosure>>value:value:value: 14:00:40 035/520 - 68/93: Installing method BlockClosure>>value:value:value:value: 14:00:40 035/520 - 69/93: Installing method BlockClosure>>valueAfterWaiting: 14:00:40 035/520 - 70/93: Installing method BlockClosure>>valueNoContextSwitch 14:00:40 035/520 - 71/93: Installing method BlockClosure>>valueNoContextSwitch: 14:00:40 035/520 - 72/93: Installing method BlockClosure>>valueSupplyingAnswer: 14:00:40 035/520 - 73/93: Installing method BlockClosure>>valueSupplyingAnswers: 14:00:40 035/520 - 74/93: Installing method BlockClosure>>valueSuppressingAllMessages 14:00:40 035/520 - 75/93: Installing method BlockClosure>>valueSuppressingMessages: 14:00:40 035/520 - 76/93: Installing method BlockClosure>>valueSuppressingMessages:supplyingAnswers: 14:00:40 035/520 - 77/93: Installing method BlockClosure>>valueUninterruptably 14:00:40 035/520 - 78/93: Installing method BlockClosure>>valueUnpreemptively 14:00:40 035/520 - 79/93: Installing method BlockClosure>>valueUnwindInContext: 14:00:40 035/520 - 80/93: Installing method BlockClosure>>valueWithArguments: 14:00:41 035/520 - 81/93: Installing method BlockClosure>>valueWithEnoughArguments: 14:00:41 035/520 - 82/93: Installing method BlockClosure>>valueWithExit 14:00:41 035/520 - 83/93: Installing method BlockClosure>>valueWithInterval: 14:00:41 035/520 - 84/93: Installing method BlockClosure>>valueWithPossibleArgs: 14:00:41 035/520 - 85/93: Installing method BlockClosure>>valueWithPossibleArgument: 14:00:41 035/520 - 86/93: Installing method BlockClosure>>valueWithoutNotifications 14:00:41 035/520 - 87/93: Installing method BlockClosure>>whileFalse 14:00:41 035/520 - 88/93: Installing method BlockClosure>>whileFalse: 14:00:41 035/520 - 89/93: Installing method BlockClosure>>whileNil: 14:00:41 035/520 - 90/93: Installing method BlockClosure>>whileNotNil: 14:00:41 035/520 - 91/93: Installing method BlockClosure>>whileTrue 14:00:41 035/520 - 92/93: Installing method BlockClosure>>whileTrue: 14:00:41 035/520 - 93/93: Installing method BlockClosure>>withAllBlocksDo: 14:00:41 035/520 - 1/1: Installing method BlockClosure class>>isAbstract 14:00:41 036/520 - 1/21: Installing method Boolean>>& 14:00:41 036/520 - 2/21: Installing method Boolean>>==> 14:00:41 036/520 - 3/21: Installing method Boolean>>and: 14:00:41 036/520 - 4/21: Installing method Boolean>>asBit 14:00:41 036/520 - 5/21: Installing method Boolean>>asInteger 14:00:41 036/520 - 6/21: Installing method Boolean>>deepCopy 14:00:41 036/520 - 7/21: Installing method Boolean>>eqv: 14:00:41 036/520 - 8/21: Installing method Boolean>>ifFalse: 14:00:41 036/520 - 9/21: Installing method Boolean>>ifFalse:ifTrue: 14:00:41 036/520 - 10/21: Installing method Boolean>>ifTrue: 14:00:41 036/520 - 11/21: Installing method Boolean>>ifTrue:ifFalse: 14:00:41 036/520 - 12/21: Installing method Boolean>>isLiteral 14:00:41 036/520 - 13/21: Installing method Boolean>>isSelfEvaluating 14:00:41 036/520 - 14/21: Installing method Boolean>>not 14:00:41 036/520 - 15/21: Installing method Boolean>>or: 14:00:41 036/520 - 16/21: Installing method Boolean>>setPinnedInMemory: 14:00:41 036/520 - 17/21: Installing method Boolean>>shallowCopy 14:00:41 036/520 - 18/21: Installing method Boolean>>storeOn: 14:00:41 036/520 - 19/21: Installing method Boolean>>veryDeepCopyWith: 14:00:41 036/520 - 20/21: Installing method Boolean>>xor: 14:00:41 036/520 - 21/21: Installing method Boolean>>| 14:00:41 036/520 - 1/1: Installing method Boolean class>>new 14:00:42 037/520 - 1/16: Installing method BoxedFloat64>>* 14:00:42 037/520 - 2/16: Installing method BoxedFloat64>>+ 14:00:42 037/520 - 3/16: Installing method BoxedFloat64>>- 14:00:42 037/520 - 4/16: Installing method BoxedFloat64>>/ 14:00:42 037/520 - 5/16: Installing method BoxedFloat64>>< 14:00:42 037/520 - 6/16: Installing method BoxedFloat64>><= 14:00:42 037/520 - 7/16: Installing method BoxedFloat64>>= 14:00:42 037/520 - 8/16: Installing method BoxedFloat64>>> 14:00:42 037/520 - 9/16: Installing method BoxedFloat64>>>= 14:00:42 037/520 - 10/16: Installing method BoxedFloat64>>exp 14:00:42 037/520 - 11/16: Installing method BoxedFloat64>>exponent 14:00:42 037/520 - 12/16: Installing method BoxedFloat64>>fractionPart 14:00:42 037/520 - 13/16: Installing method BoxedFloat64>>ln 14:00:42 037/520 - 14/16: Installing method BoxedFloat64>>timesTwoPower: 14:00:42 037/520 - 15/16: Installing method BoxedFloat64>>truncated 14:00:42 037/520 - 16/16: Installing method BoxedFloat64>>~= 14:00:42 037/520 - 1/2: Installing method BoxedFloat64 class>>basicNew 14:00:42 037/520 - 2/2: Installing method BoxedFloat64 class>>basicNew: 14:00:46 038/520 - 1/106: Installing method ByteArray>>= 14:00:46 038/520 - 2/106: Installing method ByteArray>>asByteArray 14:00:46 038/520 - 3/106: Installing method ByteArray>>asByteArrayOfSize: 14:00:46 038/520 - 4/106: Installing method ByteArray>>asByteArrayPointer 14:00:46 038/520 - 5/106: Installing method ByteArray>>asExternalPointer 14:00:46 038/520 - 6/106: Installing method ByteArray>>asInteger 14:00:46 038/520 - 7/106: Installing method ByteArray>>asString 14:00:46 038/520 - 8/106: Installing method ByteArray>>asWideString 14:00:46 038/520 - 9/106: Installing method ByteArray>>atAllPut: 14:00:46 038/520 - 10/106: Installing method ByteArray>>bitXor: 14:00:46 038/520 - 11/106: Installing method ByteArray>>boolean8AtOffset: 14:00:46 038/520 - 12/106: Installing method ByteArray>>boolean8AtOffset:put: 14:00:46 038/520 - 13/106: Installing method ByteArray>>booleanAt: 14:00:46 038/520 - 14/106: Installing method ByteArray>>booleanAt:put: 14:00:46 038/520 - 15/106: Installing method ByteArray>>byteAt: 14:00:46 038/520 - 16/106: Installing method ByteArray>>byteAt:put: 14:00:46 038/520 - 17/106: Installing method ByteArray>>byteSize 14:00:46 038/520 - 18/106: Installing method ByteArray>>char16AtOffset: 14:00:46 038/520 - 19/106: Installing method ByteArray>>char16AtOffset:put: 14:00:46 038/520 - 20/106: Installing method ByteArray>>char32AtOffset: 14:00:46 038/520 - 21/106: Installing method ByteArray>>char32AtOffset:put: 14:00:46 038/520 - 22/106: Installing method ByteArray>>char8AtOffset: 14:00:46 038/520 - 23/106: Installing method ByteArray>>char8AtOffset:put: 14:00:46 038/520 - 24/106: Installing method ByteArray>>decodeWith: 14:00:46 038/520 - 25/106: Installing method ByteArray>>defaultElement 14:00:46 038/520 - 26/106: Installing method ByteArray>>doubleAt: 14:00:46 038/520 - 27/106: Installing method ByteArray>>doubleAt:bigEndian: 14:00:46 038/520 - 28/106: Installing method ByteArray>>doubleAt:put: 14:00:46 038/520 - 29/106: Installing method ByteArray>>doubleAt:put:bigEndian: 14:00:46 038/520 - 30/106: Installing method ByteArray>>float32AtOffset: 14:00:46 038/520 - 31/106: Installing method ByteArray>>float32AtOffset:put: 14:00:46 038/520 - 32/106: Installing method ByteArray>>float64AtOffset: 14:00:46 038/520 - 33/106: Installing method ByteArray>>float64AtOffset:put: 14:00:46 038/520 - 34/106: Installing method ByteArray>>floatAt: 14:00:46 038/520 - 35/106: Installing method ByteArray>>floatAt:bigEndian: 14:00:46 038/520 - 36/106: Installing method ByteArray>>floatAt:put: 14:00:46 038/520 - 37/106: Installing method ByteArray>>hash 14:00:46 038/520 - 38/106: Installing method ByteArray>>hex 14:00:46 038/520 - 39/106: Installing method ByteArray>>hexDumpOn:max: 14:00:46 038/520 - 40/106: Installing method ByteArray>>indexOf:startingAt: 14:00:46 038/520 - 41/106: Installing method ByteArray>>int16AtOffset: 14:00:46 038/520 - 42/106: Installing method ByteArray>>int16AtOffset:put: 14:00:46 038/520 - 43/106: Installing method ByteArray>>int32AtOffset: 14:00:46 038/520 - 44/106: Installing method ByteArray>>int32AtOffset:put: 14:00:46 038/520 - 45/106: Installing method ByteArray>>int64AtOffset: 14:00:46 038/520 - 46/106: Installing method ByteArray>>int64AtOffset:put: 14:00:46 038/520 - 47/106: Installing method ByteArray>>int8AtOffset: 14:00:46 038/520 - 48/106: Installing method ByteArray>>int8AtOffset:put: 14:00:46 038/520 - 49/106: Installing method ByteArray>>integerAt:put:size:signed: 14:00:46 038/520 - 50/106: Installing method ByteArray>>integerAt:size:signed: 14:00:46 038/520 - 51/106: Installing method ByteArray>>isExternalAddress 14:00:46 038/520 - 52/106: Installing method ByteArray>>isLiteral 14:00:46 038/520 - 53/106: Installing method ByteArray>>isNull 14:00:46 038/520 - 54/106: Installing method ByteArray>>longAt:bigEndian: 14:00:46 038/520 - 55/106: Installing method ByteArray>>longAt:put:bigEndian: 14:00:46 038/520 - 56/106: Installing method ByteArray>>longPointerAt: 14:00:46 038/520 - 57/106: Installing method ByteArray>>longPointerAt:put: 14:00:46 038/520 - 58/106: Installing method ByteArray>>pointerAt: 14:00:46 038/520 - 59/106: Installing method ByteArray>>pointerAt:put: 14:00:46 038/520 - 60/106: Installing method ByteArray>>pointerAtOffset: 14:00:46 038/520 - 61/106: Installing method ByteArray>>pointerAtOffset:put: 14:00:46 038/520 - 62/106: Installing method ByteArray>>printHexOn: 14:00:46 038/520 - 63/106: Installing method ByteArray>>printOn: 14:00:46 038/520 - 64/106: Installing method ByteArray>>putOn: 14:00:46 038/520 - 65/106: Installing method ByteArray>>readHexFrom: 14:00:46 038/520 - 66/106: Installing method ByteArray>>replaceFrom:to:with:startingAt: 14:00:46 038/520 - 67/106: Installing method ByteArray>>shortAt:bigEndian: 14:00:46 038/520 - 68/106: Installing method ByteArray>>shortAt:put:bigEndian: 14:00:46 038/520 - 69/106: Installing method ByteArray>>shortPointerAt: 14:00:46 038/520 - 70/106: Installing method ByteArray>>shortPointerAt:put: 14:00:47 038/520 - 71/106: Installing method ByteArray>>signedCharAt: 14:00:47 038/520 - 72/106: Installing method ByteArray>>signedCharAt:put: 14:00:47 038/520 - 73/106: Installing method ByteArray>>signedLongAt: 14:00:47 038/520 - 74/106: Installing method ByteArray>>signedLongAt:put: 14:00:47 038/520 - 75/106: Installing method ByteArray>>signedLongLongAt: 14:00:47 038/520 - 76/106: Installing method ByteArray>>signedLongLongAt:put: 14:00:47 038/520 - 77/106: Installing method ByteArray>>signedShortAt: 14:00:47 038/520 - 78/106: Installing method ByteArray>>signedShortAt:put: 14:00:47 038/520 - 79/106: Installing method ByteArray>>storeOn: 14:00:47 038/520 - 80/106: Installing method ByteArray>>structAt:length: 14:00:47 038/520 - 81/106: Installing method ByteArray>>structAt:put:length: 14:00:47 038/520 - 82/106: Installing method ByteArray>>uint16AtOffset: 14:00:47 038/520 - 83/106: Installing method ByteArray>>uint16AtOffset:put: 14:00:47 038/520 - 84/106: Installing method ByteArray>>uint32AtOffset: 14:00:47 038/520 - 85/106: Installing method ByteArray>>uint32AtOffset:put: 14:00:47 038/520 - 86/106: Installing method ByteArray>>uint64AtOffset: 14:00:47 038/520 - 87/106: Installing method ByteArray>>uint64AtOffset:put: 14:00:47 038/520 - 88/106: Installing method ByteArray>>uint8AtOffset: 14:00:47 038/520 - 89/106: Installing method ByteArray>>uint8AtOffset:put: 14:00:47 038/520 - 90/106: Installing method ByteArray>>unsignedByteAt: 14:00:47 038/520 - 91/106: Installing method ByteArray>>unsignedByteAt:put: 14:00:47 038/520 - 92/106: Installing method ByteArray>>unsignedCharAt: 14:00:47 038/520 - 93/106: Installing method ByteArray>>unsignedCharAt:put: 14:00:47 038/520 - 94/106: Installing method ByteArray>>unsignedLongAt: 14:00:47 038/520 - 95/106: Installing method ByteArray>>unsignedLongAt:bigEndian: 14:00:47 038/520 - 96/106: Installing method ByteArray>>unsignedLongAt:put: 14:00:47 038/520 - 97/106: Installing method ByteArray>>unsignedLongAt:put:bigEndian: 14:00:47 038/520 - 98/106: Installing method ByteArray>>unsignedLongLongAt: 14:00:47 038/520 - 99/106: Installing method ByteArray>>unsignedLongLongAt:put: 14:00:47 038/520 - 100/106: Installing method ByteArray>>unsignedShortAt: 14:00:47 038/520 - 101/106: Installing method ByteArray>>unsignedShortAt:bigEndian: 14:00:47 038/520 - 102/106: Installing method ByteArray>>unsignedShortAt:put: 14:00:47 038/520 - 103/106: Installing method ByteArray>>unsignedShortAt:put:bigEndian: 14:00:47 038/520 - 104/106: Installing method ByteArray>>utf8Decoded 14:00:47 038/520 - 105/106: Installing method ByteArray>>voidAt: 14:00:47 038/520 - 106/106: Installing method ByteArray>>voidAt:put: 14:00:47 038/520 - 1/2: Installing method ByteArray class>>hashBytes:startingWith: 14:00:47 038/520 - 2/2: Installing method ByteArray class>>readHexFrom: 14:00:47 039/520 - 1/4: Installing method ByteLayout>>bytesPerSlot 14:00:47 039/520 - 2/4: Installing method ByteLayout>>extendByte 14:00:47 039/520 - 3/4: Installing method ByteLayout>>instanceSpecification 14:00:47 039/520 - 4/4: Installing method ByteLayout>>isBytes 14:00:47 039/520 - 1/1: Installing method ByteLayout class>>extending:scope:host: 14:00:48 040/520 - 1/18: Installing method ByteString>>asByteArray 14:00:48 040/520 - 2/18: Installing method ByteString>>asOctetString 14:00:48 040/520 - 3/18: Installing method ByteString>>at: 14:00:48 040/520 - 4/18: Installing method ByteString>>at:put: 14:00:48 040/520 - 5/18: Installing method ByteString>>byteAt: 14:00:48 040/520 - 6/18: Installing method ByteString>>byteAt:put: 14:00:48 040/520 - 7/18: Installing method ByteString>>byteSize 14:00:48 040/520 - 8/18: Installing method ByteString>>compareWith: 14:00:48 040/520 - 9/18: Installing method ByteString>>compareWith:collated: 14:00:48 040/520 - 10/18: Installing method ByteString>>createSymbol 14:00:48 040/520 - 11/18: Installing method ByteString>>findSubstring:in:startingAt:matchTable: 14:00:48 040/520 - 12/18: Installing method ByteString>>hasWideCharacterFrom:to: 14:00:48 040/520 - 13/18: Installing method ByteString>>indexOfAnyOf:startingAt: 14:00:48 040/520 - 14/18: Installing method ByteString>>indexOfAnyOf:startingAt:ifAbsent: 14:00:48 040/520 - 15/18: Installing method ByteString>>isAsciiString 14:00:48 040/520 - 16/18: Installing method ByteString>>isByteString 14:00:48 040/520 - 17/18: Installing method ByteString>>isOctetString 14:00:48 040/520 - 18/18: Installing method ByteString>>replaceFrom:to:with:startingAt: 14:00:48 040/520 - 1/6: Installing method ByteString class>>findFirstInString:inSet:startingAt: 14:00:48 040/520 - 2/6: Installing method ByteString class>>indexOfAscii:inString:startingAt: 14:00:48 040/520 - 3/6: Installing method ByteString class>>initialize 14:00:48 040/520 - 4/6: Installing method ByteString class>>nonAsciiMap 14:00:48 040/520 - 5/6: Installing method ByteString class>>stringHash:initialHash: 14:00:48 040/520 - 6/6: Installing method ByteString class>>translate:from:to:table: 14:00:48 041/520 - 1/17: Installing method ByteSymbol>>asByteArray 14:00:48 041/520 - 2/17: Installing method ByteSymbol>>asOctetString 14:00:48 041/520 - 3/17: Installing method ByteSymbol>>at: 14:00:48 041/520 - 4/17: Installing method ByteSymbol>>byteAt: 14:00:48 041/520 - 5/17: Installing method ByteSymbol>>byteAt:put: 14:00:48 041/520 - 6/17: Installing method ByteSymbol>>byteSize 14:00:48 041/520 - 7/17: Installing method ByteSymbol>>compareWith: 14:00:48 041/520 - 8/17: Installing method ByteSymbol>>compareWith:collated: 14:00:48 041/520 - 9/17: Installing method ByteSymbol>>findSubstring:in:startingAt:matchTable: 14:00:48 041/520 - 10/17: Installing method ByteSymbol>>hasWideCharacterFrom:to: 14:00:48 041/520 - 11/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt: 14:00:48 041/520 - 12/17: Installing method ByteSymbol>>indexOfAnyOf:startingAt:ifAbsent: 14:00:48 041/520 - 13/17: Installing method ByteSymbol>>isByteString 14:00:48 041/520 - 14/17: Installing method ByteSymbol>>isOctetString 14:00:48 041/520 - 15/17: Installing method ByteSymbol>>privateAt:put: 14:00:48 041/520 - 16/17: Installing method ByteSymbol>>species 14:00:48 041/520 - 17/17: Installing method ByteSymbol>>string: 14:00:48 041/520 - 1/4: Installing method ByteSymbol class>>findFirstInString:inSet:startingAt: 14:00:48 041/520 - 2/4: Installing method ByteSymbol class>>indexOfAscii:inString:startingAt: 14:00:48 041/520 - 3/4: Installing method ByteSymbol class>>stringHash:initialHash: 14:00:48 041/520 - 4/4: Installing method ByteSymbol class>>translate:from:to:table: 14:00:50 042/520 - 1/44: Installing method BytecodeEncoder>>genPushSpecialLiteral: 14:00:50 042/520 - 2/44: Installing method BytecodeEncoder>>genPushThisProcess 14:00:50 042/520 - 3/44: Installing method BytecodeEncoder>>methodStreamPosition 14:00:50 042/520 - 4/44: Installing method BytecodeEncoder>>nextPut: 14:00:50 042/520 - 5/44: Installing method BytecodeEncoder>>outOfRangeError:index:range:to: 14:00:50 042/520 - 6/44: Installing method BytecodeEncoder>>sizeBranchPopFalse: 14:00:50 042/520 - 7/44: Installing method BytecodeEncoder>>sizeBranchPopTrue: 14:00:50 042/520 - 8/44: Installing method BytecodeEncoder>>sizeCallPrimitive: 14:00:50 042/520 - 9/44: Installing method BytecodeEncoder>>sizeDup 14:00:50 042/520 - 10/44: Installing method BytecodeEncoder>>sizeJump: 14:00:50 042/520 - 11/44: Installing method BytecodeEncoder>>sizeJumpLong: 14:00:50 042/520 - 12/44: Installing method BytecodeEncoder>>sizeOpcodeSelector:withArguments: 14:00:50 042/520 - 13/44: Installing method BytecodeEncoder>>sizePop 14:00:51 042/520 - 14/44: Installing method BytecodeEncoder>>sizePushConsArray: 14:00:51 042/520 - 15/44: Installing method BytecodeEncoder>>sizePushInstVar: 14:00:51 042/520 - 16/44: Installing method BytecodeEncoder>>sizePushInstVarLong: 14:00:51 042/520 - 17/44: Installing method BytecodeEncoder>>sizePushLiteral: 14:00:51 042/520 - 18/44: Installing method BytecodeEncoder>>sizePushLiteralVar: 14:00:51 042/520 - 19/44: Installing method BytecodeEncoder>>sizePushNewArray: 14:00:51 042/520 - 20/44: Installing method BytecodeEncoder>>sizePushReceiver 14:00:51 042/520 - 21/44: Installing method BytecodeEncoder>>sizePushRemoteTemp:inVectorAt: 14:00:51 042/520 - 22/44: Installing method BytecodeEncoder>>sizePushSpecialLiteral: 14:00:51 042/520 - 23/44: Installing method BytecodeEncoder>>sizePushTemp: 14:00:51 042/520 - 24/44: Installing method BytecodeEncoder>>sizePushThisContext 14:00:51 042/520 - 25/44: Installing method BytecodeEncoder>>sizePushThisProcess 14:00:51 042/520 - 26/44: Installing method BytecodeEncoder>>sizeReturnReceiver 14:00:51 042/520 - 27/44: Installing method BytecodeEncoder>>sizeReturnSpecialLiteral: 14:00:51 042/520 - 28/44: Installing method BytecodeEncoder>>sizeReturnTop 14:00:51 042/520 - 29/44: Installing method BytecodeEncoder>>sizeReturnTopToCaller 14:00:51 042/520 - 30/44: Installing method BytecodeEncoder>>sizeSend:numArgs: 14:00:51 042/520 - 31/44: Installing method BytecodeEncoder>>sizeSendSuper:numArgs: 14:00:51 042/520 - 32/44: Installing method BytecodeEncoder>>sizeStoreInstVar: 14:00:51 042/520 - 33/44: Installing method BytecodeEncoder>>sizeStoreInstVarLong: 14:00:51 042/520 - 34/44: Installing method BytecodeEncoder>>sizeStoreLiteralVar: 14:00:51 042/520 - 35/44: Installing method BytecodeEncoder>>sizeStorePopInstVar: 14:00:51 042/520 - 36/44: Installing method BytecodeEncoder>>sizeStorePopInstVarLong: 14:00:51 042/520 - 37/44: Installing method BytecodeEncoder>>sizeStorePopLiteralVar: 14:00:51 042/520 - 38/44: Installing method BytecodeEncoder>>sizeStorePopRemoteTemp:inVectorAt: 14:00:51 042/520 - 39/44: Installing method BytecodeEncoder>>sizeStorePopTemp: 14:00:51 042/520 - 40/44: Installing method BytecodeEncoder>>sizeStoreRemoteTemp:inVectorAt: 14:00:51 042/520 - 41/44: Installing method BytecodeEncoder>>sizeStoreTemp: 14:00:51 042/520 - 42/44: Installing method BytecodeEncoder>>sizeTrapIfNotInstanceOf: 14:00:51 042/520 - 43/44: Installing method BytecodeEncoder>>stream: 14:00:51 042/520 - 44/44: Installing method BytecodeEncoder>>streamToMethod: 14:00:51 042/520 - 1/10: Installing method BytecodeEncoder class>>extensionsFor:in:into: 14:00:51 042/520 - 2/10: Installing method BytecodeEncoder class>>instructionSizeAt:of: 14:00:51 042/520 - 3/10: Installing method BytecodeEncoder class>>isAbstract 14:00:51 042/520 - 4/10: Installing method BytecodeEncoder class>>isExtension: 14:00:51 042/520 - 5/10: Installing method BytecodeEncoder class>>literalMethodBytecodes 14:00:51 042/520 - 6/10: Installing method BytecodeEncoder class>>nonExtensionBytecodeAt:in: 14:00:51 042/520 - 7/10: Installing method BytecodeEncoder class>>nonExtensionPcAt:in: 14:00:51 042/520 - 8/10: Installing method BytecodeEncoder class>>quickPrimSpecialConstants 14:00:51 042/520 - 9/10: Installing method BytecodeEncoder class>>specialSelectors 14:00:51 042/520 - 10/10: Installing method BytecodeEncoder class>>stackDeltaForPrimitive:in: 14:00:51 044/520 - 1/3: Installing method CannotReturn>>isResumable 14:00:51 044/520 - 2/3: Installing method CannotReturn>>result 14:00:51 044/520 - 3/3: Installing method CannotReturn>>result: 14:00:52 045/520 - 1/5: Installing method CategoryConverter>>environment 14:00:52 045/520 - 2/5: Installing method CategoryConverter>>environment: 14:00:52 045/520 - 3/5: Installing method CategoryConverter>>packageName 14:00:52 045/520 - 4/5: Installing method CategoryConverter>>processCategory: 14:00:52 045/520 - 5/5: Installing method CategoryConverter>>tagName 14:00:52 045/520 - 1/2: Installing method CategoryConverter class>>category: 14:00:52 045/520 - 2/2: Installing method CategoryConverter class>>category:environment: 14:00:52 046/520 - 1/9: Installing method ChangesLog>>assureStartupStampLogged 14:00:52 046/520 - 2/9: Installing method ChangesLog>>logChange: 14:00:52 046/520 - 3/9: Installing method ChangesLog>>logClassRemoved: 14:00:52 046/520 - 4/9: Installing method ChangesLog>>logClassRenamed: 14:00:52 046/520 - 5/9: Installing method ChangesLog>>logExpressionEvaluated: 14:00:52 046/520 - 6/9: Installing method ChangesLog>>logMethodRemoved: 14:00:52 046/520 - 7/9: Installing method ChangesLog>>logSnapshot:andQuit: 14:00:52 046/520 - 8/9: Installing method ChangesLog>>recordStartupStamp 14:00:52 046/520 - 9/9: Installing method ChangesLog>>registerToAnnouncements 14:00:52 046/520 - 1/3: Installing method ChangesLog class>>default 14:00:52 046/520 - 2/3: Installing method ChangesLog class>>registerInterestToSystemAnnouncement 14:00:52 046/520 - 3/3: Installing method ChangesLog class>>reset 14:00:55 047/520 - 1/84: Installing method Character>>< 14:00:55 047/520 - 2/84: Installing method Character>>= 14:00:55 047/520 - 3/84: Installing method Character>>> 14:00:55 047/520 - 4/84: Installing method Character>>asCharacter 14:00:55 047/520 - 5/84: Installing method Character>>asHTMLString 14:00:55 047/520 - 6/84: Installing method Character>>asInteger 14:00:55 047/520 - 7/84: Installing method Character>>asLowercase 14:00:55 047/520 - 8/84: Installing method Character>>asString 14:00:55 047/520 - 9/84: Installing method Character>>asSymbol 14:00:55 047/520 - 10/84: Installing method Character>>asUnicode 14:00:55 047/520 - 11/84: Installing method Character>>asUppercase 14:00:55 047/520 - 12/84: Installing method Character>>asciiValue 14:00:55 047/520 - 13/84: Installing method Character>>basicIdentityHash 14:00:55 047/520 - 14/84: Installing method Character>>basicPharoToIso 14:00:55 047/520 - 15/84: Installing method Character>>charCode 14:00:55 047/520 - 16/84: Installing method Character>>characterSet 14:00:55 047/520 - 17/84: Installing method Character>>codePoint 14:00:55 047/520 - 18/84: Installing method Character>>copy 14:00:55 047/520 - 19/84: Installing method Character>>deepCopy 14:00:55 047/520 - 20/84: Installing method Character>>digitValue 14:00:55 047/520 - 21/84: Installing method Character>>hash 14:00:55 047/520 - 22/84: Installing method Character>>hex 14:00:55 047/520 - 23/84: Installing method Character>>hexDigitValue 14:00:55 047/520 - 24/84: Installing method Character>>initialize 14:00:55 047/520 - 25/84: Installing method Character>>isAlphaNumeric 14:00:55 047/520 - 26/84: Installing method Character>>isArrow 14:00:55 047/520 - 27/84: Installing method Character>>isCasedLetter 14:00:55 047/520 - 28/84: Installing method Character>>isCharacter 14:00:55 047/520 - 29/84: Installing method Character>>isClosePunctuation 14:00:55 047/520 - 30/84: Installing method Character>>isConnectorPunctuation 14:00:55 047/520 - 31/84: Installing method Character>>isControlOther 14:00:55 047/520 - 32/84: Installing method Character>>isCurrencySymbol 14:00:55 047/520 - 33/84: Installing method Character>>isDashPunctuation 14:00:55 047/520 - 34/84: Installing method Character>>isDecimalDigit 14:00:55 047/520 - 35/84: Installing method Character>>isDigit 14:00:55 047/520 - 36/84: Installing method Character>>isDoubleQuote 14:00:55 047/520 - 37/84: Installing method Character>>isEnclosingMark 14:00:55 047/520 - 38/84: Installing method Character>>isFinalQuote 14:00:55 047/520 - 39/84: Installing method Character>>isFormatOther 14:00:55 047/520 - 40/84: Installing method Character>>isImmediateObject 14:00:55 047/520 - 41/84: Installing method Character>>isInitialQuote 14:00:55 047/520 - 42/84: Installing method Character>>isLetter 14:00:55 047/520 - 43/84: Installing method Character>>isLetterModifier 14:00:55 047/520 - 44/84: Installing method Character>>isLetterNumber 14:00:55 047/520 - 45/84: Installing method Character>>isLineSeparator 14:00:55 047/520 - 46/84: Installing method Character>>isLiteral 14:00:55 047/520 - 47/84: Installing method Character>>isLowercase 14:00:55 047/520 - 48/84: Installing method Character>>isMathSymbol 14:00:55 047/520 - 49/84: Installing method Character>>isModifierSymbol 14:00:55 047/520 - 50/84: Installing method Character>>isNonspacingMark 14:00:55 047/520 - 51/84: Installing method Character>>isOctetCharacter 14:00:55 047/520 - 52/84: Installing method Character>>isOpenPunctuation 14:00:55 047/520 - 53/84: Installing method Character>>isOtherLetter 14:00:55 047/520 - 54/84: Installing method Character>>isOtherNumber 14:00:55 047/520 - 55/84: Installing method Character>>isOtherPunctuation 14:00:56 047/520 - 56/84: Installing method Character>>isOtherSymbol 14:00:56 047/520 - 57/84: Installing method Character>>isParagraphSeparator 14:00:56 047/520 - 58/84: Installing method Character>>isPinnedInMemory 14:00:56 047/520 - 59/84: Installing method Character>>isPrivateOther 14:00:56 047/520 - 60/84: Installing method Character>>isPunctuation 14:00:56 047/520 - 61/84: Installing method Character>>isSafeForHTTP 14:00:56 047/520 - 62/84: Installing method Character>>isSeparator 14:00:56 047/520 - 63/84: Installing method Character>>isSpaceSeparator 14:00:56 047/520 - 64/84: Installing method Character>>isSpacingCombiningMark 14:00:56 047/520 - 65/84: Installing method Character>>isSpecial 14:00:56 047/520 - 66/84: Installing method Character>>isSurrogateOther 14:00:56 047/520 - 67/84: Installing method Character>>isTitlecaseLetter 14:00:56 047/520 - 68/84: Installing method Character>>isUppercase 14:00:56 047/520 - 69/84: Installing method Character>>isVowel 14:00:56 047/520 - 70/84: Installing method Character>>join: 14:00:56 047/520 - 71/84: Installing method Character>>lowercase 14:00:56 047/520 - 72/84: Installing method Character>>nextObject 14:00:56 047/520 - 73/84: Installing method Character>>printOn: 14:00:56 047/520 - 74/84: Installing method Character>>printStringHex 14:00:56 047/520 - 75/84: Installing method Character>>sameAs: 14:00:56 047/520 - 76/84: Installing method Character>>setValue: 14:00:56 047/520 - 77/84: Installing method Character>>shallowCopy 14:00:56 047/520 - 78/84: Installing method Character>>shouldBePrintedAsLiteral 14:00:56 047/520 - 79/84: Installing method Character>>storeBinaryOn: 14:00:56 047/520 - 80/84: Installing method Character>>storeOn: 14:00:56 047/520 - 81/84: Installing method Character>>to: 14:00:56 047/520 - 82/84: Installing method Character>>tokenish 14:00:56 047/520 - 83/84: Installing method Character>>uppercase 14:00:56 047/520 - 84/84: Installing method Character>>veryDeepCopyWith: 14:00:56 047/520 - 1/41: Installing method Character class>>allByteCharacters 14:00:56 047/520 - 2/41: Installing method Character class>>alphabet 14:00:56 047/520 - 3/41: Installing method Character class>>arrowDown 14:00:56 047/520 - 4/41: Installing method Character class>>arrowLeft 14:00:56 047/520 - 5/41: Installing method Character class>>arrowRight 14:00:56 047/520 - 6/41: Installing method Character class>>arrowUp 14:00:56 047/520 - 7/41: Installing method Character class>>backspace 14:00:56 047/520 - 8/41: Installing method Character class>>centeredDot 14:00:56 047/520 - 9/41: Installing method Character class>>characterSet 14:00:56 047/520 - 10/41: Installing method Character class>>characterSet: 14:00:56 047/520 - 11/41: Installing method Character class>>codePoint: 14:00:56 047/520 - 12/41: Installing method Character class>>constantNameFor: 14:00:56 047/520 - 13/41: Installing method Character class>>constantNames 14:00:57 047/520 - 14/41: Installing method Character class>>cr 14:00:57 047/520 - 15/41: Installing method Character class>>delete 14:00:57 047/520 - 16/41: Installing method Character class>>digitValue: 14:00:57 047/520 - 17/41: Installing method Character class>>divide 14:00:57 047/520 - 18/41: Installing method Character class>>end 14:00:57 047/520 - 19/41: Installing method Character class>>enter 14:00:57 047/520 - 20/41: Installing method Character class>>escape 14:00:57 047/520 - 21/41: Installing method Character class>>home 14:00:57 047/520 - 22/41: Installing method Character class>>initialize 14:00:57 047/520 - 23/41: Installing method Character class>>initializeDigitValues 14:00:57 047/520 - 24/41: Installing method Character class>>insert 14:00:57 047/520 - 25/41: Installing method Character class>>lf 14:00:57 047/520 - 26/41: Installing method Character class>>linefeed 14:00:57 047/520 - 27/41: Installing method Character class>>maxVal 14:00:57 047/520 - 28/41: Installing method Character class>>nbsp 14:00:57 047/520 - 29/41: Installing method Character class>>new 14:00:57 047/520 - 30/41: Installing method Character class>>newPage 14:00:57 047/520 - 31/41: Installing method Character class>>null 14:00:57 047/520 - 32/41: Installing method Character class>>pageDown 14:00:57 047/520 - 33/41: Installing method Character class>>pageUp 14:00:57 047/520 - 34/41: Installing method Character class>>plusOrMinus 14:00:57 047/520 - 35/41: Installing method Character class>>separators 14:00:57 047/520 - 36/41: Installing method Character class>>space 14:00:57 047/520 - 37/41: Installing method Character class>>specialCharacters 14:00:57 047/520 - 38/41: Installing method Character class>>supportsNonASCII 14:00:57 047/520 - 39/41: Installing method Character class>>tab 14:00:57 047/520 - 40/41: Installing method Character class>>times 14:00:57 047/520 - 41/41: Installing method Character class>>value: 14:00:57 048/520 - 1/18: Installing method CharacterSet>>= 14:00:57 048/520 - 2/18: Installing method CharacterSet>>add: 14:00:57 048/520 - 3/18: Installing method CharacterSet>>asString 14:00:57 048/520 - 4/18: Installing method CharacterSet>>byteArrayMap 14:00:57 048/520 - 5/18: Installing method CharacterSet>>byteComplement 14:00:57 048/520 - 6/18: Installing method CharacterSet>>complement 14:00:57 048/520 - 7/18: Installing method CharacterSet>>do: 14:00:57 048/520 - 8/18: Installing method CharacterSet>>findFirstInByteString:startingAt: 14:00:57 048/520 - 9/18: Installing method CharacterSet>>hasWideCharacters 14:00:57 048/520 - 10/18: Installing method CharacterSet>>hash 14:00:57 048/520 - 11/18: Installing method CharacterSet>>includes: 14:00:57 048/520 - 12/18: Installing method CharacterSet>>initialize 14:00:57 048/520 - 13/18: Installing method CharacterSet>>postCopy 14:00:57 048/520 - 14/18: Installing method CharacterSet>>remove: 14:00:57 048/520 - 15/18: Installing method CharacterSet>>remove:ifAbsent: 14:00:57 048/520 - 16/18: Installing method CharacterSet>>removeAll 14:00:57 048/520 - 17/18: Installing method CharacterSet>>size 14:00:57 048/520 - 18/18: Installing method CharacterSet>>wideCharacterMap 14:00:58 048/520 - 1/6: Installing method CharacterSet class>>allByteCharacters 14:00:58 048/520 - 2/6: Installing method CharacterSet class>>allCharacters 14:00:58 048/520 - 3/6: Installing method CharacterSet class>>crlf 14:00:58 048/520 - 4/6: Installing method CharacterSet class>>newFrom: 14:00:58 048/520 - 5/6: Installing method CharacterSet class>>nonSeparators 14:00:58 048/520 - 6/6: Installing method CharacterSet class>>separators 14:00:58 049/520 - 1/19: Installing method CharacterSetComplement>>= 14:00:58 049/520 - 2/19: Installing method CharacterSetComplement>>add: 14:00:58 049/520 - 3/19: Installing method CharacterSetComplement>>byteArrayMap 14:00:58 049/520 - 4/19: Installing method CharacterSetComplement>>complement 14:00:58 049/520 - 5/19: Installing method CharacterSetComplement>>complement: 14:00:58 049/520 - 6/19: Installing method CharacterSetComplement>>do: 14:00:58 049/520 - 7/19: Installing method CharacterSetComplement>>findFirstInByteString:startingAt: 14:00:58 049/520 - 8/19: Installing method CharacterSetComplement>>hasWideCharacters 14:00:58 049/520 - 9/19: Installing method CharacterSetComplement>>hash 14:00:58 049/520 - 10/19: Installing method CharacterSetComplement>>includes: 14:00:58 049/520 - 11/19: Installing method CharacterSetComplement>>postCopy 14:00:58 049/520 - 12/19: Installing method CharacterSetComplement>>printOn: 14:00:58 049/520 - 13/19: Installing method CharacterSetComplement>>reject: 14:00:58 049/520 - 14/19: Installing method CharacterSetComplement>>remove: 14:00:58 049/520 - 15/19: Installing method CharacterSetComplement>>remove:ifAbsent: 14:00:58 049/520 - 16/19: Installing method CharacterSetComplement>>removeAll 14:00:58 049/520 - 17/19: Installing method CharacterSetComplement>>select: 14:00:58 049/520 - 18/19: Installing method CharacterSetComplement>>size 14:00:58 049/520 - 19/19: Installing method CharacterSetComplement>>storeOn: 14:00:58 049/520 - 1/1: Installing method CharacterSetComplement class>>of: 14:00:58 050/520 - 1/12: Installing method ChunkReadStream>>basicNext 14:00:58 050/520 - 2/12: Installing method ChunkReadStream>>basicNextChunk 14:00:58 050/520 - 3/12: Installing method ChunkReadStream>>decodeString:andRuns: 14:00:58 050/520 - 4/12: Installing method ChunkReadStream>>isNextChunkMetaData 14:00:58 050/520 - 5/12: Installing method ChunkReadStream>>isNextStyleChunk 14:00:58 050/520 - 6/12: Installing method ChunkReadStream>>next 14:00:58 050/520 - 7/12: Installing method ChunkReadStream>>parseLangTagFor: 14:00:58 050/520 - 8/12: Installing method ChunkReadStream>>position 14:00:58 050/520 - 9/12: Installing method ChunkReadStream>>readUpToEndOfStyleChunk 14:00:58 050/520 - 10/12: Installing method ChunkReadStream>>reset 14:00:58 050/520 - 11/12: Installing method ChunkReadStream>>skipSeparators 14:00:58 050/520 - 12/12: Installing method ChunkReadStream>>terminatorMark 14:00:58 051/520 - 1/7: Installing method ChunkWriteStream>>afterNexPut 14:00:58 051/520 - 2/7: Installing method ChunkWriteStream>>bang 14:00:58 051/520 - 3/7: Installing method ChunkWriteStream>>doesNotUnderstand: 14:00:59 051/520 - 4/7: Installing method ChunkWriteStream>>duplicateTerminatorMarkOn: 14:00:59 051/520 - 5/7: Installing method ChunkWriteStream>>nextChunkPut: 14:00:59 051/520 - 6/7: Installing method ChunkWriteStream>>nextPut: 14:00:59 051/520 - 7/7: Installing method ChunkWriteStream>>terminatorMark 14:00:59 052/520 - 1/1: Installing method CircularHierarchyError class>>signalFor: 14:01:02 053/520 - 1/108: Installing method Class>>addClassSlot: 14:01:02 053/520 - 2/108: Installing method Class>>addClassVarNamed: 14:01:02 053/520 - 3/108: Installing method Class>>addClassVariable: 14:01:02 053/520 - 4/108: Installing method Class>>addInstVarNamed: 14:01:02 053/520 - 5/108: Installing method Class>>addSharedPool: 14:01:02 053/520 - 6/108: Installing method Class>>addSharedPoolNamed: 14:01:02 053/520 - 7/108: Installing method Class>>addSlot: 14:01:02 053/520 - 8/108: Installing method Class>>addSubclass: 14:01:02 053/520 - 9/108: Installing method Class>>allClassVariables 14:01:02 053/520 - 10/108: Installing method Class>>allSharedPools 14:01:02 053/520 - 11/108: Installing method Class>>allUnreferencedClassVariables 14:01:02 053/520 - 12/108: Installing method Class>>applyDeprecation 14:01:02 053/520 - 13/108: Installing method Class>>basicDeclareClassVariable: 14:01:02 053/520 - 14/108: Installing method Class>>basicTag: 14:01:02 053/520 - 15/108: Installing method Class>>binding 14:01:02 053/520 - 16/108: Installing method Class>>bindingOf: 14:01:02 053/520 - 17/108: Installing method Class>>category 14:01:02 053/520 - 18/108: Installing method Class>>checkForCompiledMethodLayout: 14:01:02 053/520 - 19/108: Installing method Class>>classBuilder 14:01:03 053/520 - 20/108: Installing method Class>>classInstaller 14:01:03 053/520 - 21/108: Installing method Class>>classPool 14:01:03 053/520 - 22/108: Installing method Class>>classPool: 14:01:03 053/520 - 23/108: Installing method Class>>classSide 14:01:03 053/520 - 24/108: Installing method Class>>classThatDefinesClassVariable: 14:01:03 053/520 - 25/108: Installing method Class>>classVarNamed: 14:01:03 053/520 - 26/108: Installing method Class>>classVarNamed:put: 14:01:03 053/520 - 27/108: Installing method Class>>classVarNames 14:01:03 053/520 - 28/108: Installing method Class>>classVariableDefinitionString 14:01:03 053/520 - 29/108: Installing method Class>>classVariableNamed: 14:01:03 053/520 - 30/108: Installing method Class>>classVariableNamed:ifAbsent: 14:01:03 053/520 - 31/108: Installing method Class>>classVariables 14:01:03 053/520 - 32/108: Installing method Class>>classVariablesNeedFullDefinition 14:01:03 053/520 - 33/108: Installing method Class>>comment 14:01:03 053/520 - 34/108: Installing method Class>>comment: 14:01:03 053/520 - 35/108: Installing method Class>>comment:stamp: 14:01:03 053/520 - 36/108: Installing method Class>>commentSourcePointer 14:01:03 053/520 - 37/108: Installing method Class>>commentSourcePointer: 14:01:03 053/520 - 38/108: Installing method Class>>commentStamp 14:01:03 053/520 - 39/108: Installing method Class>>commentStamp: 14:01:03 053/520 - 40/108: Installing method Class>>commonSuperclassWith: 14:01:03 053/520 - 41/108: Installing method Class>>compileAllFrom: 14:01:03 053/520 - 42/108: Installing method Class>>copyForAnnouncement 14:01:03 053/520 - 43/108: Installing method Class>>declareClassVariables: 14:01:03 053/520 - 44/108: Installing method Class>>definedVariables 14:01:03 053/520 - 45/108: Installing method Class>>definesClassVariable: 14:01:03 053/520 - 46/108: Installing method Class>>definesClassVariableNamed: 14:01:03 053/520 - 47/108: Installing method Class>>deprecationRefactorings 14:01:03 053/520 - 48/108: Installing method Class>>duplicateClassWithNewName: 14:01:03 053/520 - 49/108: Installing method Class>>environment 14:01:03 053/520 - 50/108: Installing method Class>>environment: 14:01:03 053/520 - 51/108: Installing method Class>>expandedDefinitionStringFor: 14:01:03 053/520 - 52/108: Installing method Class>>getName 14:01:03 053/520 - 53/108: Installing method Class>>hasAbstractMethods 14:01:03 053/520 - 54/108: Installing method Class>>hasBindingThatBeginsWith: 14:01:03 053/520 - 55/108: Installing method Class>>hasClassSide 14:01:03 053/520 - 56/108: Installing method Class>>hasClassVarNamed: 14:01:03 053/520 - 57/108: Installing method Class>>hasClassVariable: 14:01:03 053/520 - 58/108: Installing method Class>>hasComment 14:01:03 053/520 - 59/108: Installing method Class>>hasMethods 14:01:03 053/520 - 60/108: Installing method Class>>hasSharedPools 14:01:03 053/520 - 61/108: Installing method Class>>hasSubclasses 14:01:03 053/520 - 62/108: Installing method Class>>innerBindingOf: 14:01:03 053/520 - 63/108: Installing method Class>>instanceSide 14:01:03 053/520 - 64/108: Installing method Class>>isAnonymous 14:01:03 053/520 - 65/108: Installing method Class>>isClass 14:01:03 053/520 - 66/108: Installing method Class>>isClassOrTrait 14:01:03 053/520 - 67/108: Installing method Class>>isObsolete 14:01:03 053/520 - 68/108: Installing method Class>>isSelfEvaluating 14:01:03 053/520 - 69/108: Installing method Class>>isUsed 14:01:03 053/520 - 70/108: Installing method Class>>name 14:01:03 053/520 - 71/108: Installing method Class>>needsSlotClassDefinition 14:01:03 053/520 - 72/108: Installing method Class>>newAnonymousSubclass 14:01:03 053/520 - 73/108: Installing method Class>>newAnonymousSubclassInEnvironment: 14:01:03 053/520 - 74/108: Installing method Class>>newSubclass 14:01:03 053/520 - 75/108: Installing method Class>>obsolete 14:01:03 053/520 - 76/108: Installing method Class>>package 14:01:03 053/520 - 77/108: Installing method Class>>packageTag 14:01:03 053/520 - 78/108: Installing method Class>>possibleVariablesFor:continuedFrom: 14:01:03 053/520 - 79/108: Installing method Class>>readClassVariableNamed: 14:01:03 053/520 - 80/108: Installing method Class>>reformatAll 14:01:03 053/520 - 81/108: Installing method Class>>removeClassSlot: 14:01:03 053/520 - 82/108: Installing method Class>>removeClassVarNamed: 14:01:03 053/520 - 83/108: Installing method Class>>removeClassVariable: 14:01:03 053/520 - 84/108: Installing method Class>>removeFromSystem 14:01:03 053/520 - 85/108: Installing method Class>>removeFromSystem: 14:01:03 053/520 - 86/108: Installing method Class>>removeFromSystemUnlogged 14:01:03 053/520 - 87/108: Installing method Class>>removeSharedPool: 14:01:03 053/520 - 88/108: Installing method Class>>removeSlot: 14:01:03 053/520 - 89/108: Installing method Class>>removeSubclass: 14:01:03 053/520 - 90/108: Installing method Class>>rename: 14:01:03 053/520 - 91/108: Installing method Class>>setName: 14:01:03 053/520 - 92/108: Installing method Class>>sharedPoolNames 14:01:03 053/520 - 93/108: Installing method Class>>sharedPoolOfVarNamed: 14:01:04 053/520 - 94/108: Installing method Class>>sharedPools 14:01:04 053/520 - 95/108: Installing method Class>>sharedPools: 14:01:04 053/520 - 96/108: Installing method Class>>sharedPoolsDo: 14:01:04 053/520 - 97/108: Installing method Class>>sharing: 14:01:04 053/520 - 98/108: Installing method Class>>subclass: 14:01:04 053/520 - 99/108: Installing method Class>>subclasses 14:01:04 053/520 - 100/108: Installing method Class>>subclasses: 14:01:04 053/520 - 101/108: Installing method Class>>subclassesDo: 14:01:04 053/520 - 102/108: Installing method Class>>superclass:methodDictionary:format: 14:01:04 053/520 - 103/108: Installing method Class>>undeclaredRegistry 14:01:04 053/520 - 104/108: Installing method Class>>unload 14:01:04 053/520 - 105/108: Installing method Class>>usesClassVarNamed: 14:01:04 053/520 - 106/108: Installing method Class>>usesLocalPoolVarNamed: 14:01:04 053/520 - 107/108: Installing method Class>>usesPoolVarNamed: 14:01:04 053/520 - 108/108: Installing method Class>>writeClassVariableNamed:value: 14:01:04 053/520 - 1/7: Installing method Class class>>allSuperclassesFor:cache: 14:01:04 053/520 - 2/7: Installing method Class class>>doesNotIncludeInstanceOrSuperclassesFor:in:cache: 14:01:04 053/520 - 3/7: Installing method Class class>>hasNoDependenciesFor:in:cache: 14:01:04 053/520 - 4/7: Installing method Class class>>hasNoDependenciesForMetaclass:in:cache: 14:01:04 053/520 - 5/7: Installing method Class class>>hasNoSuperclassesOf:in:cache: 14:01:04 053/520 - 6/7: Installing method Class class>>initialize 14:01:04 053/520 - 7/7: Installing method Class class>>superclassOrder: 14:01:04 054/520 - 1/3: Installing method ClassAdded>>classAdded 14:01:04 054/520 - 2/3: Installing method ClassAdded>>classAdded: 14:01:04 054/520 - 3/3: Installing method ClassAdded>>classAffected 14:01:04 054/520 - 1/1: Installing method ClassAdded class>>class: 14:01:04 055/520 - 1/5: Installing method ClassAnnouncement>>classAffected 14:01:04 055/520 - 2/5: Installing method ClassAnnouncement>>packageAffected 14:01:04 055/520 - 3/5: Installing method ClassAnnouncement>>packageTagAffected 14:01:04 055/520 - 4/5: Installing method ClassAnnouncement>>packageTagsAffected 14:01:04 055/520 - 5/5: Installing method ClassAnnouncement>>packagesAffected 14:01:04 056/520 - 1/11: Installing method ClassCommented>>classAffected 14:01:04 056/520 - 2/11: Installing method ClassCommented>>classCommented 14:01:04 056/520 - 3/11: Installing method ClassCommented>>classCommented: 14:01:04 056/520 - 4/11: Installing method ClassCommented>>newComment 14:01:04 056/520 - 5/11: Installing method ClassCommented>>newComment: 14:01:04 056/520 - 6/11: Installing method ClassCommented>>newStamp 14:01:04 056/520 - 7/11: Installing method ClassCommented>>newStamp: 14:01:04 056/520 - 8/11: Installing method ClassCommented>>oldComment 14:01:04 056/520 - 9/11: Installing method ClassCommented>>oldComment: 14:01:04 056/520 - 10/11: Installing method ClassCommented>>oldStamp 14:01:04 056/520 - 11/11: Installing method ClassCommented>>oldStamp: 14:01:05 056/520 - 1/2: Installing method ClassCommented class>>class:oldComment:newComment:oldStamp:newStamp: 14:01:05 056/520 - 2/2: Installing method ClassCommented class>>classCommented: 14:01:07 057/520 - 1/133: Installing method ClassDescription>>addAndClassifySelector:withMethod:inProtocol: 14:01:07 057/520 - 2/133: Installing method ClassDescription>>addInstVarNamed: 14:01:07 057/520 - 3/133: Installing method ClassDescription>>addProtocol: 14:01:07 057/520 - 4/133: Installing method ClassDescription>>addSelector:withMethod: 14:01:07 057/520 - 5/133: Installing method ClassDescription>>addSelectorSilently:withMethod: 14:01:07 057/520 - 6/133: Installing method ClassDescription>>addSlot: 14:01:07 057/520 - 7/133: Installing method ClassDescription>>allCallsOnIn: 14:01:07 057/520 - 8/133: Installing method ClassDescription>>allInstVarNames 14:01:07 057/520 - 9/133: Installing method ClassDescription>>allInstVarNamesEverywhere 14:01:07 057/520 - 10/133: Installing method ClassDescription>>allLocalCallsOn: 14:01:07 057/520 - 11/133: Installing method ClassDescription>>allSelectorsInProtocol: 14:01:07 057/520 - 12/133: Installing method ClassDescription>>allSharedPools 14:01:07 057/520 - 13/133: Installing method ClassDescription>>allSlots 14:01:07 057/520 - 14/133: Installing method ClassDescription>>allUnreferencedInstanceVariables 14:01:07 057/520 - 15/133: Installing method ClassDescription>>announceRecategorizationOf:oldProtocol: 14:01:07 057/520 - 16/133: Installing method ClassDescription>>authors 14:01:07 057/520 - 17/133: Installing method ClassDescription>>classCommentBlank 14:01:07 057/520 - 18/133: Installing method ClassDescription>>classSide 14:01:07 057/520 - 19/133: Installing method ClassDescription>>classThatDefinesInstVarNamed: 14:01:07 057/520 - 20/133: Installing method ClassDescription>>classVariablesOn: 14:01:07 057/520 - 21/133: Installing method ClassDescription>>classVariablesString 14:01:07 057/520 - 22/133: Installing method ClassDescription>>classify:under: 14:01:07 057/520 - 23/133: Installing method ClassDescription>>compile:classified: 14:01:07 057/520 - 24/133: Installing method ClassDescription>>compile:classified:notifying: 14:01:07 057/520 - 25/133: Installing method ClassDescription>>compile:classified:withStamp:notifying: 14:01:07 057/520 - 26/133: Installing method ClassDescription>>compile:classified:withStamp:notifying:logSource: 14:01:07 057/520 - 27/133: Installing method ClassDescription>>compile:notifying: 14:01:07 057/520 - 28/133: Installing method ClassDescription>>compileSilently: 14:01:07 057/520 - 29/133: Installing method ClassDescription>>compileSilently:classified: 14:01:07 057/520 - 30/133: Installing method ClassDescription>>compileSilently:classified:notifying: 14:01:07 057/520 - 31/133: Installing method ClassDescription>>copyAllMethodsFrom: 14:01:07 057/520 - 32/133: Installing method ClassDescription>>definesSlot: 14:01:07 057/520 - 33/133: Installing method ClassDescription>>definesSlotNamed: 14:01:07 057/520 - 34/133: Installing method ClassDescription>>dependentClasses 14:01:07 057/520 - 35/133: Installing method ClassDescription>>deprecatedAliases 14:01:07 057/520 - 36/133: Installing method ClassDescription>>deprecatedAliases: 14:01:07 057/520 - 37/133: Installing method ClassDescription>>ensureProtocol: 14:01:08 057/520 - 38/133: Installing method ClassDescription>>extendingPackages 14:01:08 057/520 - 39/133: Installing method ClassDescription>>extensionProtocols 14:01:08 057/520 - 40/133: Installing method ClassDescription>>extensionSelectors 14:01:08 057/520 - 41/133: Installing method ClassDescription>>forceNewFrom: 14:01:08 057/520 - 42/133: Installing method ClassDescription>>hasClassSide 14:01:08 057/520 - 43/133: Installing method ClassDescription>>hasInstVarNamed: 14:01:08 057/520 - 44/133: Installing method ClassDescription>>hasProtocol: 14:01:08 057/520 - 45/133: Installing method ClassDescription>>hasSharedPools 14:01:08 057/520 - 46/133: Installing method ClassDescription>>hasSlot: 14:01:08 057/520 - 47/133: Installing method ClassDescription>>hasSlotNamed: 14:01:08 057/520 - 48/133: Installing method ClassDescription>>includesSharedPoolNamed: 14:01:08 057/520 - 49/133: Installing method ClassDescription>>initialize 14:01:08 057/520 - 50/133: Installing method ClassDescription>>instVarIndexFor: 14:01:08 057/520 - 51/133: Installing method ClassDescription>>instVarIndexFor:ifAbsent: 14:01:08 057/520 - 52/133: Installing method ClassDescription>>instVarMappingFrom: 14:01:08 057/520 - 53/133: Installing method ClassDescription>>instVarNames 14:01:08 057/520 - 54/133: Installing method ClassDescription>>instanceSide 14:01:08 057/520 - 55/133: Installing method ClassDescription>>instanceVariablesOn: 14:01:08 057/520 - 56/133: Installing method ClassDescription>>instanceVariablesString 14:01:08 057/520 - 57/133: Installing method ClassDescription>>isClassSide 14:01:08 057/520 - 58/133: Installing method ClassDescription>>isDeprecated 14:01:08 057/520 - 59/133: Installing method ClassDescription>>isExtended 14:01:08 057/520 - 60/133: Installing method ClassDescription>>isExtendedInPackage: 14:01:08 057/520 - 61/133: Installing method ClassDescription>>isInstalled 14:01:08 057/520 - 62/133: Installing method ClassDescription>>isInstanceSide 14:01:08 057/520 - 63/133: Installing method ClassDescription>>isLocalSelector: 14:01:08 057/520 - 64/133: Installing method ClassDescription>>isMeta 14:01:08 057/520 - 65/133: Installing method ClassDescription>>isProtocolExtensionFromTheSamePackage: 14:01:08 057/520 - 66/133: Installing method ClassDescription>>isTaggedWith: 14:01:08 057/520 - 67/133: Installing method ClassDescription>>linesOfCode 14:01:08 057/520 - 68/133: Installing method ClassDescription>>localSlots 14:01:08 057/520 - 69/133: Installing method ClassDescription>>methodsInProtocol: 14:01:08 057/520 - 70/133: Installing method ClassDescription>>needsSlotClassDefinition 14:01:08 057/520 - 71/133: Installing method ClassDescription>>newInstanceFrom:variable:size: 14:01:08 057/520 - 72/133: Installing method ClassDescription>>noteAddedSelector:meta: 14:01:08 057/520 - 73/133: Installing method ClassDescription>>noteCompilationOf:meta: 14:01:08 057/520 - 74/133: Installing method ClassDescription>>notifyOfRecategorizedSelector:from:to: 14:01:08 057/520 - 75/133: Installing method ClassDescription>>numberOfMethods 14:01:08 057/520 - 76/133: Installing method ClassDescription>>obsolete 14:01:08 057/520 - 77/133: Installing method ClassDescription>>package 14:01:08 057/520 - 78/133: Installing method ClassDescription>>package: 14:01:08 057/520 - 79/133: Installing method ClassDescription>>package:tag: 14:01:08 057/520 - 80/133: Installing method ClassDescription>>packageName 14:01:08 057/520 - 81/133: Installing method ClassDescription>>packageTag 14:01:08 057/520 - 82/133: Installing method ClassDescription>>packageTag: 14:01:08 057/520 - 83/133: Installing method ClassDescription>>packageTagName 14:01:08 057/520 - 84/133: Installing method ClassDescription>>packages 14:01:08 057/520 - 85/133: Installing method ClassDescription>>printOn: 14:01:08 057/520 - 86/133: Installing method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod: 14:01:08 057/520 - 87/133: Installing method ClassDescription>>protocolNameOfSelector: 14:01:08 057/520 - 88/133: Installing method ClassDescription>>protocolNamed: 14:01:08 057/520 - 89/133: Installing method ClassDescription>>protocolNamed:ifAbsent: 14:01:08 057/520 - 90/133: Installing method ClassDescription>>protocolNames 14:01:08 057/520 - 91/133: Installing method ClassDescription>>protocolOfSelector: 14:01:11 057/520 - 92/133: Installing method ClassDescription>>protocols 14:01:11 057/520 - 93/133: Installing method ClassDescription>>protocols: 14:01:11 057/520 - 94/133: Installing method ClassDescription>>reformatAll 14:01:11 057/520 - 95/133: Installing method ClassDescription>>removeEmptyProtocols 14:01:11 057/520 - 96/133: Installing method ClassDescription>>removeFromProtocols: 14:01:11 057/520 - 97/133: Installing method ClassDescription>>removeInstVarNamed: 14:01:11 057/520 - 98/133: Installing method ClassDescription>>removeNonexistentSelectorsFromProtocols 14:01:11 057/520 - 99/133: Installing method ClassDescription>>removePackageTag 14:01:11 057/520 - 100/133: Installing method ClassDescription>>removeProtocol: 14:01:11 057/520 - 101/133: Installing method ClassDescription>>removeProtocolIfEmpty: 14:01:11 057/520 - 102/133: Installing method ClassDescription>>removeSelector: 14:01:11 057/520 - 103/133: Installing method ClassDescription>>removeSlot: 14:01:11 057/520 - 104/133: Installing method ClassDescription>>renameProtocol:as: 14:01:11 057/520 - 105/133: Installing method ClassDescription>>reorganize 14:01:11 057/520 - 106/133: Installing method ClassDescription>>resetProtocols 14:01:11 057/520 - 107/133: Installing method ClassDescription>>selectorsInProtocol: 14:01:11 057/520 - 108/133: Installing method ClassDescription>>sharedPoolOfVarNamed: 14:01:11 057/520 - 109/133: Installing method ClassDescription>>sharedPoolString 14:01:11 057/520 - 110/133: Installing method ClassDescription>>sharedPoolStringOn: 14:01:11 057/520 - 111/133: Installing method ClassDescription>>sharedPools 14:01:11 057/520 - 112/133: Installing method ClassDescription>>sharedPoolsOn: 14:01:11 057/520 - 113/133: Installing method ClassDescription>>sharedPoolsString 14:01:11 057/520 - 114/133: Installing method ClassDescription>>slotNamed: 14:01:11 057/520 - 115/133: Installing method ClassDescription>>slotNamed:ifFound: 14:01:11 057/520 - 116/133: Installing method ClassDescription>>slotNamed:ifFound:ifNone: 14:01:11 057/520 - 117/133: Installing method ClassDescription>>slotNames 14:01:11 057/520 - 118/133: Installing method ClassDescription>>slots 14:01:11 057/520 - 119/133: Installing method ClassDescription>>slotsNeedFullDefinition 14:01:11 057/520 - 120/133: Installing method ClassDescription>>spaceUsed 14:01:11 057/520 - 121/133: Installing method ClassDescription>>storeOn: 14:01:11 057/520 - 122/133: Installing method ClassDescription>>superclass:layout: 14:01:11 057/520 - 123/133: Installing method ClassDescription>>superclass:methodDictionary:format: 14:01:11 057/520 - 124/133: Installing method ClassDescription>>superclass:withLayoutType:slots: 14:01:11 057/520 - 125/133: Installing method ClassDescription>>uncategorizedSelectors 14:01:11 057/520 - 126/133: Installing method ClassDescription>>usesLocalPoolVarNamed: 14:01:11 057/520 - 127/133: Installing method ClassDescription>>usesPoolVarNamed: 14:01:11 057/520 - 128/133: Installing method ClassDescription>>whichMethodsAccess: 14:01:11 057/520 - 129/133: Installing method ClassDescription>>whichMethodsRead: 14:01:11 057/520 - 130/133: Installing method ClassDescription>>whichMethodsWrite: 14:01:11 057/520 - 131/133: Installing method ClassDescription>>whichSelectorsAccess: 14:01:11 057/520 - 132/133: Installing method ClassDescription>>whichSelectorsRead: 14:01:11 057/520 - 133/133: Installing method ClassDescription>>whichSelectorsWrite: 14:01:11 057/520 - 1/1: Installing method ClassDescription class>>isAbstract 14:01:11 058/520 - 1/2: Installing method ClassModificationApplied>>classAffected 14:01:11 058/520 - 2/2: Installing method ClassModificationApplied>>modifiedClass: 14:01:11 058/520 - 1/1: Installing method ClassModificationApplied class>>toClass: 14:01:11 059/520 - 1/5: Installing method ClassModifiedClassDefinition>>classAffected 14:01:11 059/520 - 2/5: Installing method ClassModifiedClassDefinition>>newClassDefinition 14:01:12 059/520 - 3/5: Installing method ClassModifiedClassDefinition>>newClassDefinition: 14:01:12 059/520 - 4/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition 14:01:12 059/520 - 5/5: Installing method ClassModifiedClassDefinition>>oldClassDefinition: 14:01:12 059/520 - 1/1: Installing method ClassModifiedClassDefinition class>>classDefinitionChangedFrom:to: 14:01:12 060/520 - 1/6: Installing method ClassParentRenamed>>classAffected 14:01:12 060/520 - 2/6: Installing method ClassParentRenamed>>classAffected: 14:01:12 060/520 - 3/6: Installing method ClassParentRenamed>>parentNewName 14:01:12 060/520 - 4/6: Installing method ClassParentRenamed>>parentNewName: 14:01:12 060/520 - 5/6: Installing method ClassParentRenamed>>parentOldName 14:01:12 060/520 - 6/6: Installing method ClassParentRenamed>>parentOldName: 14:01:12 060/520 - 1/1: Installing method ClassParentRenamed class>>classParentOf:renamedFrom:to: 14:01:12 061/520 - 1/4: Installing method ClassRemoved>>classAffected 14:01:12 061/520 - 2/4: Installing method ClassRemoved>>classRemoved 14:01:12 061/520 - 3/4: Installing method ClassRemoved>>classRemoved: 14:01:12 061/520 - 4/4: Installing method ClassRemoved>>packagesAffected 14:01:12 061/520 - 1/1: Installing method ClassRemoved class>>class: 14:01:12 062/520 - 1/8: Installing method ClassRenamed>>classAffected 14:01:12 062/520 - 2/8: Installing method ClassRenamed>>classRenamed 14:01:12 062/520 - 3/8: Installing method ClassRenamed>>classRenamed: 14:01:12 062/520 - 4/8: Installing method ClassRenamed>>newName 14:01:12 062/520 - 5/8: Installing method ClassRenamed>>newName: 14:01:12 062/520 - 6/8: Installing method ClassRenamed>>oldName 14:01:12 062/520 - 7/8: Installing method ClassRenamed>>oldName: 14:01:12 062/520 - 8/8: Installing method ClassRenamed>>packagesAffected 14:01:12 062/520 - 1/1: Installing method ClassRenamed class>>class:oldName:newName: 14:01:12 063/520 - 1/12: Installing method ClassRepackaged>>classAffected 14:01:12 063/520 - 2/12: Installing method ClassRepackaged>>classRepackaged 14:01:12 063/520 - 3/12: Installing method ClassRepackaged>>classRepackaged: 14:01:12 063/520 - 4/12: Installing method ClassRepackaged>>newPackage 14:01:12 063/520 - 5/12: Installing method ClassRepackaged>>newTag 14:01:12 063/520 - 6/12: Installing method ClassRepackaged>>newTag: 14:01:12 063/520 - 7/12: Installing method ClassRepackaged>>oldPackage 14:01:12 063/520 - 8/12: Installing method ClassRepackaged>>oldTag 14:01:12 063/520 - 9/12: Installing method ClassRepackaged>>oldTag: 14:01:12 063/520 - 10/12: Installing method ClassRepackaged>>packageTagsAffected 14:01:13 063/520 - 11/12: Installing method ClassRepackaged>>packagedChanged 14:01:13 063/520 - 12/12: Installing method ClassRepackaged>>packagesAffected 14:01:13 063/520 - 1/2: Installing method ClassRepackaged class>>classRepackaged:oldTag:newTag: 14:01:13 063/520 - 2/2: Installing method ClassRepackaged class>>initialize 14:01:13 064/520 - 1/2: Installing method ClassResolver>>resolve: 14:01:13 064/520 - 2/2: Installing method ClassResolver>>resolve:inEnv: 14:01:13 065/520 - 1/1: Installing method ClassResolverStrictResolve>>resolve: 14:01:13 066/520 - 1/5: Installing method ClassSessionHandler>>handledId 14:01:13 066/520 - 2/5: Installing method ClassSessionHandler>>registeredClass 14:01:13 066/520 - 3/5: Installing method ClassSessionHandler>>registeredClassName: 14:01:13 066/520 - 4/5: Installing method ClassSessionHandler>>shutdown: 14:01:13 066/520 - 5/5: Installing method ClassSessionHandler>>startup: 14:01:13 066/520 - 1/1: Installing method ClassSessionHandler class>>forClassNamed: 14:01:13 067/520 - 1/20: Installing method ClassVariable>>acceptVisitor:node: 14:01:13 067/520 - 2/20: Installing method ClassVariable>>definingClass 14:01:13 067/520 - 3/20: Installing method ClassVariable>>definingClass: 14:01:14 067/520 - 4/20: Installing method ClassVariable>>definitionOn: 14:01:14 067/520 - 5/20: Installing method ClassVariable>>definitionString 14:01:14 067/520 - 6/20: Installing method ClassVariable>>emitStore: 14:01:14 067/520 - 7/20: Installing method ClassVariable>>emitValue: 14:01:14 067/520 - 8/20: Installing method ClassVariable>>hasSameDefinitionAs: 14:01:14 067/520 - 9/20: Installing method ClassVariable>>isAccessedBy: 14:01:14 067/520 - 10/20: Installing method ClassVariable>>isClassVariable 14:01:14 067/520 - 11/20: Installing method ClassVariable>>isDefinedByOwningClass 14:01:14 067/520 - 12/20: Installing method ClassVariable>>isPoolVariable 14:01:14 067/520 - 13/20: Installing method ClassVariable>>isReferenced 14:01:14 067/520 - 14/20: Installing method ClassVariable>>needsFullDefinition 14:01:14 067/520 - 15/20: Installing method ClassVariable>>owningClass 14:01:14 067/520 - 16/20: Installing method ClassVariable>>owningClass: 14:01:14 067/520 - 17/20: Installing method ClassVariable>>possiblyUsingClasses 14:01:14 067/520 - 18/20: Installing method ClassVariable>>printOn: 14:01:14 067/520 - 19/20: Installing method ClassVariable>>usingClasses 14:01:14 067/520 - 20/20: Installing method ClassVariable>>usingMethods 14:01:14 068/520 - 1/22: Installing method CleanBlockClosure>>doPrintOn: 14:01:14 068/520 - 2/22: Installing method CleanBlockClosure>>hasLiteral: 14:01:14 068/520 - 3/22: Installing method CleanBlockClosure>>hasLiteralSuchThat: 14:01:14 068/520 - 4/22: Installing method CleanBlockClosure>>innerCompiledBlocksAnySatisfy: 14:01:14 068/520 - 5/22: Installing method CleanBlockClosure>>innerCompiledBlocksDo: 14:01:14 068/520 - 6/22: Installing method CleanBlockClosure>>isClean 14:01:14 068/520 - 7/22: Installing method CleanBlockClosure>>isEmbeddedBlock 14:01:14 068/520 - 8/22: Installing method CleanBlockClosure>>literal 14:01:14 068/520 - 9/22: Installing method CleanBlockClosure>>literalsEvenTheOnesInTheInnerBlocks 14:01:14 068/520 - 10/22: Installing method CleanBlockClosure>>messages 14:01:14 068/520 - 11/22: Installing method CleanBlockClosure>>outerCode 14:01:14 068/520 - 12/22: Installing method CleanBlockClosure>>outerCode: 14:01:14 068/520 - 13/22: Installing method CleanBlockClosure>>readsField: 14:01:14 068/520 - 14/22: Installing method CleanBlockClosure>>readsSelf 14:01:14 068/520 - 15/22: Installing method CleanBlockClosure>>readsThisContext 14:01:14 068/520 - 16/22: Installing method CleanBlockClosure>>receiver 14:01:14 068/520 - 17/22: Installing method CleanBlockClosure>>refersToLiteral: 14:01:14 068/520 - 18/22: Installing method CleanBlockClosure>>sender 14:01:14 068/520 - 19/22: Installing method CleanBlockClosure>>sendsAnySelectorOf: 14:01:14 068/520 - 20/22: Installing method CleanBlockClosure>>sendsToSuper 14:01:15 068/520 - 21/22: Installing method CleanBlockClosure>>writesField: 14:01:15 068/520 - 22/22: Installing method CleanBlockClosure>>writesRef: 14:01:15 068/520 - 1/1: Installing method CleanBlockClosure class>>compiledBlock: 14:01:17 069/520 - 1/130: Installing method Collection>>& 14:01:17 069/520 - 2/130: Installing method Collection>>, 14:01:17 069/520 - 3/130: Installing method Collection>>\ 14:01:17 069/520 - 4/130: Installing method Collection>>adaptToCollection:andSend: 14:01:17 069/520 - 5/130: Installing method Collection>>adaptToNumber:andSend: 14:01:17 069/520 - 6/130: Installing method Collection>>adaptToPoint:andSend: 14:01:17 069/520 - 7/130: Installing method Collection>>add: 14:01:17 069/520 - 8/130: Installing method Collection>>add:withOccurrences: 14:01:17 069/520 - 9/130: Installing method Collection>>addAll: 14:01:17 069/520 - 10/130: Installing method Collection>>addAssignToFloatArray: 14:01:17 069/520 - 11/130: Installing method Collection>>addIfNotPresent: 14:01:17 069/520 - 12/130: Installing method Collection>>allSatisfy: 14:01:17 069/520 - 13/130: Installing method Collection>>anyOne 14:01:17 069/520 - 14/130: Installing method Collection>>anySatisfy: 14:01:17 069/520 - 15/130: Installing method Collection>>asArray 14:01:17 069/520 - 16/130: Installing method Collection>>asBag 14:01:17 069/520 - 17/130: Installing method Collection>>asByteArray 14:01:17 069/520 - 18/130: Installing method Collection>>asCharacterSet 14:01:17 069/520 - 19/130: Installing method Collection>>asCommaString 14:01:17 069/520 - 20/130: Installing method Collection>>asCommaStringAnd 14:01:17 069/520 - 21/130: Installing method Collection>>asDictionary 14:01:17 069/520 - 22/130: Installing method Collection>>asIdentitySet 14:01:18 069/520 - 23/130: Installing method Collection>>asMultilineString 14:01:18 069/520 - 24/130: Installing method Collection>>asNewArray 14:01:18 069/520 - 25/130: Installing method Collection>>asOrderedCollection 14:01:18 069/520 - 26/130: Installing method Collection>>asOrderedDictionary 14:01:18 069/520 - 27/130: Installing method Collection>>asSet 14:01:18 069/520 - 28/130: Installing method Collection>>asSortedCollection 14:01:18 069/520 - 29/130: Installing method Collection>>asSortedCollection: 14:01:18 069/520 - 30/130: Installing method Collection>>asStringOn:delimiter: 14:01:18 069/520 - 31/130: Installing method Collection>>asStringOn:delimiter:last: 14:01:18 069/520 - 32/130: Installing method Collection>>associationsDo: 14:01:18 069/520 - 33/130: Installing method Collection>>capacity 14:01:18 069/520 - 34/130: Installing method Collection>>collect: 14:01:18 069/520 - 35/130: Installing method Collection>>collect:as: 14:01:18 069/520 - 36/130: Installing method Collection>>collect:into: 14:01:18 069/520 - 37/130: Installing method Collection>>collect:thenDo: 14:01:18 069/520 - 38/130: Installing method Collection>>collect:thenReject: 14:01:18 069/520 - 39/130: Installing method Collection>>collect:thenSelect: 14:01:18 069/520 - 40/130: Installing method Collection>>collectionSizeThreshold 14:01:18 069/520 - 41/130: Installing method Collection>>contains: 14:01:18 069/520 - 42/130: Installing method Collection>>contents 14:01:18 069/520 - 43/130: Installing method Collection>>copyEmpty 14:01:18 069/520 - 44/130: Installing method Collection>>copyWith: 14:01:18 069/520 - 45/130: Installing method Collection>>copyWithAll: 14:01:18 069/520 - 46/130: Installing method Collection>>copyWithDependent: 14:01:18 069/520 - 47/130: Installing method Collection>>copyWithout: 14:01:18 069/520 - 48/130: Installing method Collection>>copyWithoutAll: 14:01:18 069/520 - 49/130: Installing method Collection>>copyWithoutDuplicates 14:01:18 069/520 - 50/130: Installing method Collection>>copyWithoutFirst: 14:01:18 069/520 - 51/130: Installing method Collection>>copyWithoutFirstOccurrenceOf: 14:01:18 069/520 - 52/130: Installing method Collection>>count: 14:01:18 069/520 - 53/130: Installing method Collection>>detect: 14:01:18 069/520 - 54/130: Installing method Collection>>detect:ifFound: 14:01:18 069/520 - 55/130: Installing method Collection>>detect:ifFound:ifNone: 14:01:18 069/520 - 56/130: Installing method Collection>>detect:ifNone: 14:01:18 069/520 - 57/130: Installing method Collection>>detectMax: 14:01:18 069/520 - 58/130: Installing method Collection>>detectMin: 14:01:18 069/520 - 59/130: Installing method Collection>>difference: 14:01:18 069/520 - 60/130: Installing method Collection>>displayStringOn: 14:01:18 069/520 - 61/130: Installing method Collection>>do: 14:01:18 069/520 - 62/130: Installing method Collection>>do:separatedBy: 14:01:18 069/520 - 63/130: Installing method Collection>>do:without: 14:01:18 069/520 - 64/130: Installing method Collection>>doWithIndex: 14:01:18 069/520 - 65/130: Installing method Collection>>emptyCheck 14:01:18 069/520 - 66/130: Installing method Collection>>errorEmptyCollection 14:01:18 069/520 - 67/130: Installing method Collection>>errorNotFound: 14:01:18 069/520 - 68/130: Installing method Collection>>errorSizeMismatch 14:01:18 069/520 - 69/130: Installing method Collection>>fillFrom:with: 14:01:18 069/520 - 70/130: Installing method Collection>>findFirstInByteString:startingAt: 14:01:18 069/520 - 71/130: Installing method Collection>>flatCollect: 14:01:18 069/520 - 72/130: Installing method Collection>>flatCollect:as: 14:01:18 069/520 - 73/130: Installing method Collection>>flatCollectAsSet: 14:01:18 069/520 - 74/130: Installing method Collection>>flattenOn: 14:01:18 069/520 - 75/130: Installing method Collection>>flattened 14:01:18 069/520 - 76/130: Installing method Collection>>fold: 14:01:18 069/520 - 77/130: Installing method Collection>>gather: 14:01:18 069/520 - 78/130: Installing method Collection>>groupedBy: 14:01:18 069/520 - 79/130: Installing method Collection>>groupedBy:having: 14:01:18 069/520 - 80/130: Installing method Collection>>hash 14:01:18 069/520 - 81/130: Installing method Collection>>identityIncludes: 14:01:18 069/520 - 82/130: Installing method Collection>>ifEmpty: 14:01:18 069/520 - 83/130: Installing method Collection>>ifEmpty:ifNotEmpty: 14:01:18 069/520 - 84/130: Installing method Collection>>ifNotEmpty: 14:01:18 069/520 - 85/130: Installing method Collection>>ifNotEmpty:ifEmpty: 14:01:18 069/520 - 86/130: Installing method Collection>>includes: 14:01:18 069/520 - 87/130: Installing method Collection>>includesAll: 14:01:18 069/520 - 88/130: Installing method Collection>>includesAny: 14:01:18 069/520 - 89/130: Installing method Collection>>includesAnyOf: 14:01:18 069/520 - 90/130: Installing method Collection>>includesSubstringAnywhere: 14:01:18 069/520 - 91/130: Installing method Collection>>inject:into: 14:01:18 069/520 - 92/130: Installing method Collection>>intersection: 14:01:18 069/520 - 93/130: Installing method Collection>>isCollection 14:01:18 069/520 - 94/130: Installing method Collection>>isEmpty 14:01:18 069/520 - 95/130: Installing method Collection>>isEmptyOrNil 14:01:18 069/520 - 96/130: Installing method Collection>>isNotEmpty 14:01:18 069/520 - 97/130: Installing method Collection>>isSequenceable 14:01:18 069/520 - 98/130: Installing method Collection>>median 14:01:18 069/520 - 99/130: Installing method Collection>>noneSatisfy: 14:01:18 069/520 - 100/130: Installing method Collection>>notEmpty 14:01:18 069/520 - 101/130: Installing method Collection>>occurrencesOf: 14:01:18 069/520 - 102/130: Installing method Collection>>printElementsOn: 14:01:18 069/520 - 103/130: Installing method Collection>>printNameOn: 14:01:18 069/520 - 104/130: Installing method Collection>>printOn: 14:01:18 069/520 - 105/130: Installing method Collection>>printOn:delimiter: 14:01:18 069/520 - 106/130: Installing method Collection>>printOn:delimiter:last: 14:01:18 069/520 - 107/130: Installing method Collection>>reduce: 14:01:18 069/520 - 108/130: Installing method Collection>>reject: 14:01:18 069/520 - 109/130: Installing method Collection>>reject:thenCollect: 14:01:18 069/520 - 110/130: Installing method Collection>>reject:thenDo: 14:01:18 069/520 - 111/130: Installing method Collection>>remove: 14:01:18 069/520 - 112/130: Installing method Collection>>remove:ifAbsent: 14:01:18 069/520 - 113/130: Installing method Collection>>removeAll 14:01:18 069/520 - 114/130: Installing method Collection>>removeAll: 14:01:18 069/520 - 115/130: Installing method Collection>>removeAllFoundIn: 14:01:18 069/520 - 116/130: Installing method Collection>>removeAllSuchThat: 14:01:18 069/520 - 117/130: Installing method Collection>>select: 14:01:18 069/520 - 118/130: Installing method Collection>>select:thenCollect: 14:01:18 069/520 - 119/130: Installing method Collection>>select:thenDo: 14:01:18 069/520 - 120/130: Installing method Collection>>size 14:01:18 069/520 - 121/130: Installing method Collection>>sorted 14:01:18 069/520 - 122/130: Installing method Collection>>sorted: 14:01:18 069/520 - 123/130: Installing method Collection>>storeOn: 14:01:19 069/520 - 124/130: Installing method Collection>>sum: 14:01:19 069/520 - 125/130: Installing method Collection>>sum:ifEmpty: 14:01:19 069/520 - 126/130: Installing method Collection>>sumNumbers 14:01:19 069/520 - 127/130: Installing method Collection>>sumNumbers: 14:01:19 069/520 - 128/130: Installing method Collection>>union: 14:01:19 069/520 - 129/130: Installing method Collection>>withIndexDo: 14:01:19 069/520 - 130/130: Installing method Collection>>| 14:01:19 069/520 - 1/11: Installing method Collection class>><- 14:01:19 069/520 - 2/11: Installing method Collection class>>empty 14:01:19 069/520 - 3/11: Installing method Collection class>>isAbstract 14:01:19 069/520 - 4/11: Installing method Collection class>>newFromArray: 14:01:19 069/520 - 5/11: Installing method Collection class>>with: 14:01:19 069/520 - 6/11: Installing method Collection class>>with:with: 14:01:19 069/520 - 7/11: Installing method Collection class>>with:with:with: 14:01:19 069/520 - 8/11: Installing method Collection class>>with:with:with:with: 14:01:19 069/520 - 9/11: Installing method Collection class>>with:with:with:with:with: 14:01:19 069/520 - 10/11: Installing method Collection class>>with:with:with:with:with:with: 14:01:19 069/520 - 11/11: Installing method Collection class>>withAll: 14:01:19 070/520 - 1/5: Installing method CollectionElement>>= 14:01:19 070/520 - 2/5: Installing method CollectionElement>>asCollectionElement 14:01:19 070/520 - 3/5: Installing method CollectionElement>>enclosedElement 14:01:19 070/520 - 4/5: Installing method CollectionElement>>enclosedElement: 14:01:19 070/520 - 5/5: Installing method CollectionElement>>hash 14:01:19 070/520 - 1/3: Installing method CollectionElement class>>initialize 14:01:19 070/520 - 2/3: Installing method CollectionElement class>>with: 14:01:19 070/520 - 3/3: Installing method CollectionElement class>>withNil 14:01:19 071/520 - 1/4: Installing method CollectionIsEmpty>>collection 14:01:19 071/520 - 2/4: Installing method CollectionIsEmpty>>collection: 14:01:19 071/520 - 3/4: Installing method CollectionIsEmpty>>messageText 14:01:19 071/520 - 4/4: Installing method CollectionIsEmpty>>standardMessageText 14:01:19 071/520 - 1/1: Installing method CollectionIsEmpty class>>signalWith: 14:01:20 072/520 - 1/21: Installing method CommandLineArguments>>allFilesWithExtension: 14:01:20 072/520 - 2/21: Installing method CommandLineArguments>>argumentAt: 14:01:20 072/520 - 3/21: Installing method CommandLineArguments>>arguments 14:01:20 072/520 - 4/21: Installing method CommandLineArguments>>commandLineArguments 14:01:20 072/520 - 5/21: Installing method CommandLineArguments>>copySubcommand 14:01:20 072/520 - 6/21: Installing method CommandLineArguments>>copyWithoutPassword 14:01:20 072/520 - 7/21: Installing method CommandLineArguments>>hasArguments 14:01:20 072/520 - 8/21: Installing method CommandLineArguments>>hasFileWithExtension: 14:01:20 072/520 - 9/21: Installing method CommandLineArguments>>hasOption: 14:01:20 072/520 - 10/21: Installing method CommandLineArguments>>includesSubCommand: 14:01:20 072/520 - 11/21: Installing method CommandLineArguments>>initialize 14:01:20 072/520 - 12/21: Installing method CommandLineArguments>>initializeWithArguments: 14:01:20 072/520 - 13/21: Installing method CommandLineArguments>>longOptionAt: 14:01:20 072/520 - 14/21: Installing method CommandLineArguments>>longOptionAt:ifAbsent: 14:01:20 072/520 - 15/21: Installing method CommandLineArguments>>optionAt: 14:01:20 072/520 - 16/21: Installing method CommandLineArguments>>optionAt:ifAbsent: 14:01:20 072/520 - 17/21: Installing method CommandLineArguments>>optionAt:ifPresent: 14:01:20 072/520 - 18/21: Installing method CommandLineArguments>>optionAt:ifPresent:ifAbsent: 14:01:20 072/520 - 19/21: Installing method CommandLineArguments>>shortOptionAt: 14:01:20 072/520 - 20/21: Installing method CommandLineArguments>>shortOptionAt:ifAbsent: 14:01:20 072/520 - 21/21: Installing method CommandLineArguments>>withFirstArgument: 14:01:20 072/520 - 1/1: Installing method CommandLineArguments class>>withArguments: 14:01:21 073/520 - 1/30: Installing method CommandLineHandler>><< 14:01:21 073/520 - 2/30: Installing method CommandLineHandler>>activate 14:01:21 073/520 - 3/30: Installing method CommandLineHandler>>activateHelp 14:01:21 073/520 - 4/30: Installing method CommandLineHandler>>activateHelpWithoutArguments 14:01:21 073/520 - 5/30: Installing method CommandLineHandler>>allHandlers 14:01:21 073/520 - 6/30: Installing method CommandLineHandler>>argumentAt: 14:01:21 073/520 - 7/30: Installing method CommandLineHandler>>arguments 14:01:21 073/520 - 8/30: Installing method CommandLineHandler>>commandLine 14:01:21 073/520 - 9/30: Installing method CommandLineHandler>>commandLine: 14:01:21 073/520 - 10/30: Installing method CommandLineHandler>>commandName 14:01:21 073/520 - 11/30: Installing method CommandLineHandler>>description 14:01:21 073/520 - 12/30: Installing method CommandLineHandler>>exitFailure 14:01:21 073/520 - 13/30: Installing method CommandLineHandler>>exitFailure: 14:01:21 073/520 - 14/30: Installing method CommandLineHandler>>exitSuccess 14:01:21 073/520 - 15/30: Installing method CommandLineHandler>>hasArguments 14:01:21 073/520 - 16/30: Installing method CommandLineHandler>>hasOption: 14:01:21 073/520 - 17/30: Installing method CommandLineHandler>>hasSessionChanged 14:01:21 073/520 - 18/30: Installing method CommandLineHandler>>help 14:01:21 073/520 - 19/30: Installing method CommandLineHandler>>initialize 14:01:21 073/520 - 20/30: Installing method CommandLineHandler>>initializeStderr 14:01:21 073/520 - 21/30: Installing method CommandLineHandler>>initializeStdout 14:01:21 073/520 - 22/30: Installing method CommandLineHandler>>name 14:01:21 073/520 - 23/30: Installing method CommandLineHandler>>optionAt: 14:01:21 073/520 - 24/30: Installing method CommandLineHandler>>optionAt:ifAbsent: 14:01:21 073/520 - 25/30: Installing method CommandLineHandler>>optionAt:ifPresent: 14:01:21 073/520 - 26/30: Installing method CommandLineHandler>>optionAt:ifPresent:ifAbsent: 14:01:21 073/520 - 27/30: Installing method CommandLineHandler>>printHelp 14:01:21 073/520 - 28/30: Installing method CommandLineHandler>>quit 14:01:21 073/520 - 29/30: Installing method CommandLineHandler>>stderr 14:01:21 073/520 - 30/30: Installing method CommandLineHandler>>stdout 14:01:21 073/520 - 1/11: Installing method CommandLineHandler class>>activateWith: 14:01:21 073/520 - 2/11: Installing method CommandLineHandler class>>allHandlers 14:01:21 073/520 - 3/11: Installing method CommandLineHandler class>>commandLine: 14:01:21 073/520 - 4/11: Installing method CommandLineHandler class>>commandName 14:01:21 073/520 - 5/11: Installing method CommandLineHandler class>>description 14:01:21 073/520 - 6/11: Installing method CommandLineHandler class>>isAbstract 14:01:21 073/520 - 7/11: Installing method CommandLineHandler class>>isResponsibleFor: 14:01:21 073/520 - 8/11: Installing method CommandLineHandler class>>prepareSubcommand: 14:01:21 073/520 - 9/11: Installing method CommandLineHandler class>>priority 14:01:21 073/520 - 10/11: Installing method CommandLineHandler class>>requireDeploymentPassword 14:01:21 073/520 - 11/11: Installing method CommandLineHandler class>>selectHandlersFor: 14:01:21 074/520 - 1/12: Installing method CommandLinePasswordManager>>hasPasswordSet 14:01:21 074/520 - 2/12: Installing method CommandLinePasswordManager>>hashString: 14:01:21 074/520 - 3/12: Installing method CommandLinePasswordManager>>hashingPepper 14:01:21 074/520 - 4/12: Installing method CommandLinePasswordManager>>hashingPepper: 14:01:21 074/520 - 5/12: Installing method CommandLinePasswordManager>>isMatchingPassword: 14:01:21 074/520 - 6/12: Installing method CommandLinePasswordManager>>numberOfHashIterations 14:01:21 074/520 - 7/12: Installing method CommandLinePasswordManager>>numberOfHashIterations: 14:01:21 074/520 - 8/12: Installing method CommandLinePasswordManager>>password: 14:01:21 074/520 - 9/12: Installing method CommandLinePasswordManager>>passwordHash 14:01:21 074/520 - 10/12: Installing method CommandLinePasswordManager>>passwordHash: 14:01:21 074/520 - 11/12: Installing method CommandLinePasswordManager>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations: 14:01:21 074/520 - 12/12: Installing method CommandLinePasswordManager>>removePasswordProtection 14:01:21 074/520 - 1/10: Installing method CommandLinePasswordManager class>>current 14:01:21 074/520 - 2/10: Installing method CommandLinePasswordManager class>>defaultHashingPepper 14:01:21 074/520 - 3/10: Installing method CommandLinePasswordManager class>>defaultNumberOfHashIterations 14:01:21 074/520 - 4/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtection 14:01:21 074/520 - 5/10: Installing method CommandLinePasswordManager class>>exampleEnablePasswordProtectionCustomized 14:01:22 074/520 - 6/10: Installing method CommandLinePasswordManager class>>exampleRemovePasswordProtection 14:01:22 074/520 - 7/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith: 14:01:22 074/520 - 8/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper: 14:01:22 074/520 - 9/10: Installing method CommandLinePasswordManager class>>protectCommandLinesByPasswordWith:pepper:numberOfHashIterations: 14:01:22 074/520 - 10/10: Installing method CommandLinePasswordManager class>>removePasswordProtection 14:01:23 075/520 - 1/46: Installing method CommandLineUIManager>>abort: 14:01:23 075/520 - 2/46: Installing method CommandLineUIManager>>abort:title: 14:01:23 075/520 - 3/46: Installing method CommandLineUIManager>>activate 14:01:23 075/520 - 4/46: Installing method CommandLineUIManager>>alert: 14:01:23 075/520 - 5/46: Installing method CommandLineUIManager>>alert:title: 14:01:23 075/520 - 6/46: Installing method CommandLineUIManager>>alert:title:configure: 14:01:23 075/520 - 7/46: Installing method CommandLineUIManager>>choose:title: 14:01:23 075/520 - 8/46: Installing method CommandLineUIManager>>chooseFrom:lines:title: 14:01:23 075/520 - 9/46: Installing method CommandLineUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 14:01:23 075/520 - 10/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice: 14:01:23 075/520 - 11/46: Installing method CommandLineUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 14:01:23 075/520 - 12/46: Installing method CommandLineUIManager>>debugProcess:context:label:fullView:notification: 14:01:23 075/520 - 13/46: Installing method CommandLineUIManager>>deny: 14:01:23 075/520 - 14/46: Installing method CommandLineUIManager>>deny:title: 14:01:23 075/520 - 15/46: Installing method CommandLineUIManager>>exitFailure 14:01:23 075/520 - 16/46: Installing method CommandLineUIManager>>handleDebugRequest:fromDebuggerSystem: 14:01:23 075/520 - 17/46: Installing method CommandLineUIManager>>handleError:log: 14:01:23 075/520 - 18/46: Installing method CommandLineUIManager>>handleNotification: 14:01:23 075/520 - 19/46: Installing method CommandLineUIManager>>handleWarning: 14:01:23 075/520 - 20/46: Installing method CommandLineUIManager>>handleWarningDebugRequest:fromDebuggerSystem: 14:01:23 075/520 - 21/46: Installing method CommandLineUIManager>>headlessManager 14:01:23 075/520 - 22/46: Installing method CommandLineUIManager>>inform: 14:01:23 075/520 - 23/46: Installing method CommandLineUIManager>>initialize 14:01:23 075/520 - 24/46: Installing method CommandLineUIManager>>logColored:during: 14:01:23 075/520 - 25/46: Installing method CommandLineUIManager>>logDuring: 14:01:23 075/520 - 26/46: Installing method CommandLineUIManager>>logGreenDuring: 14:01:23 075/520 - 27/46: Installing method CommandLineUIManager>>logRedDuring: 14:01:23 075/520 - 28/46: Installing method CommandLineUIManager>>logTitle:andDescription:to: 14:01:23 075/520 - 29/46: Installing method CommandLineUIManager>>logYellowDuring: 14:01:23 075/520 - 30/46: Installing method CommandLineUIManager>>nonInteractiveManager 14:01:23 075/520 - 31/46: Installing method CommandLineUIManager>>onPrimitiveError: 14:01:23 075/520 - 32/46: Installing method CommandLineUIManager>>proceed: 14:01:23 075/520 - 33/46: Installing method CommandLineUIManager>>proceed:title: 14:01:23 075/520 - 34/46: Installing method CommandLineUIManager>>question: 14:01:23 075/520 - 35/46: Installing method CommandLineUIManager>>question:title: 14:01:23 075/520 - 36/46: Installing method CommandLineUIManager>>questionWithoutCancel: 14:01:23 075/520 - 37/46: Installing method CommandLineUIManager>>questionWithoutCancel:title: 14:01:23 075/520 - 38/46: Installing method CommandLineUIManager>>quitFrom:withMessage: 14:01:23 075/520 - 39/46: Installing method CommandLineUIManager>>replacing: 14:01:23 075/520 - 40/46: Installing method CommandLineUIManager>>stderr 14:01:23 075/520 - 41/46: Installing method CommandLineUIManager>>stdin 14:01:23 075/520 - 42/46: Installing method CommandLineUIManager>>stdout 14:01:23 075/520 - 43/46: Installing method CommandLineUIManager>>textEntry: 14:01:23 075/520 - 44/46: Installing method CommandLineUIManager>>textEntry:title: 14:01:23 075/520 - 45/46: Installing method CommandLineUIManager>>textEntry:title:entryText: 14:01:23 075/520 - 46/46: Installing method CommandLineUIManager>>unhandledErrorDefaultAction: 14:01:23 075/520 - 1/5: Installing method CommandLineUIManager class>>isValidForCurrentSystemConfiguration 14:01:23 075/520 - 2/5: Installing method CommandLineUIManager class>>replacing: 14:01:23 075/520 - 3/5: Installing method CommandLineUIManager class>>snapshotErrorImage 14:01:23 075/520 - 4/5: Installing method CommandLineUIManager class>>snapshotErrorImage: 14:01:23 075/520 - 5/5: Installing method CommandLineUIManager class>>uiSettingsOn: 14:01:24 076/520 - 1/32: Installing method CompiledBlock>>displayStringOn: 14:01:24 076/520 - 2/32: Installing method CompiledBlock>>endPC 14:01:24 076/520 - 3/32: Installing method CompiledBlock>>hasMethodReturn 14:01:24 076/520 - 4/32: Installing method CompiledBlock>>hasPragmaNamed: 14:01:24 076/520 - 5/32: Installing method CompiledBlock>>hasProperties 14:01:24 076/520 - 6/32: Installing method CompiledBlock>>hasProperty: 14:01:24 076/520 - 7/32: Installing method CompiledBlock>>hasSourceCode 14:01:24 076/520 - 8/32: Installing method CompiledBlock>>hash 14:01:24 076/520 - 9/32: Installing method CompiledBlock>>isCompiledBlock 14:01:24 076/520 - 10/32: Installing method CompiledBlock>>isEmbeddedBlock 14:01:24 076/520 - 11/32: Installing method CompiledBlock>>isInstalled 14:01:24 076/520 - 12/32: Installing method CompiledBlock>>isTestMethod 14:01:24 076/520 - 13/32: Installing method CompiledBlock>>literalEqual: 14:01:24 076/520 - 14/32: Installing method CompiledBlock>>literalsToSkip 14:01:25 076/520 - 15/32: Installing method CompiledBlock>>method 14:01:25 076/520 - 16/32: Installing method CompiledBlock>>methodClass 14:01:25 076/520 - 17/32: Installing method CompiledBlock>>methodNode 14:01:25 076/520 - 18/32: Installing method CompiledBlock>>outerCode 14:01:25 076/520 - 19/32: Installing method CompiledBlock>>outerCode: 14:01:25 076/520 - 20/32: Installing method CompiledBlock>>pcInOuter 14:01:25 076/520 - 21/32: Installing method CompiledBlock>>pragmas 14:01:25 076/520 - 22/32: Installing method CompiledBlock>>primitive 14:01:25 076/520 - 23/32: Installing method CompiledBlock>>printOn: 14:01:25 076/520 - 24/32: Installing method CompiledBlock>>properties 14:01:25 076/520 - 25/32: Installing method CompiledBlock>>propertyAt: 14:01:25 076/520 - 26/32: Installing method CompiledBlock>>sameLiteralsAs: 14:01:25 076/520 - 27/32: Installing method CompiledBlock>>selector 14:01:25 076/520 - 28/32: Installing method CompiledBlock>>sourceCode 14:01:25 076/520 - 29/32: Installing method CompiledBlock>>sourcePointer 14:01:25 076/520 - 30/32: Installing method CompiledBlock>>stepIntoQuickMethods 14:01:25 076/520 - 31/32: Installing method CompiledBlock>>stepIntoQuickMethods: 14:01:25 076/520 - 32/32: Installing method CompiledBlock>>trailerSize 14:01:27 077/520 - 1/114: Installing method CompiledCode>>= 14:01:27 077/520 - 2/114: Installing method CompiledCode>>accessesField: 14:01:27 077/520 - 3/114: Installing method CompiledCode>>accessesRef: 14:01:27 077/520 - 4/114: Installing method CompiledCode>>accessesSlot: 14:01:27 077/520 - 5/114: Installing method CompiledCode>>allBlocks 14:01:27 077/520 - 6/114: Installing method CompiledCode>>allBlocksDo: 14:01:27 077/520 - 7/114: Installing method CompiledCode>>allLiterals 14:01:27 077/520 - 8/114: Installing method CompiledCode>>argumentNames 14:01:27 077/520 - 9/114: Installing method CompiledCode>>asOrderedCollection 14:01:27 077/520 - 10/114: Installing method CompiledCode>>asString 14:01:27 077/520 - 11/114: Installing method CompiledCode>>author 14:01:27 077/520 - 12/114: Installing method CompiledCode>>bytecodes 14:01:27 077/520 - 13/114: Installing method CompiledCode>>clearFlag 14:01:27 077/520 - 14/114: Installing method CompiledCode>>clearSignFlag 14:01:27 077/520 - 15/114: Installing method CompiledCode>>clone 14:01:27 077/520 - 16/114: Installing method CompiledCode>>comment 14:01:27 077/520 - 17/114: Installing method CompiledCode>>definitionString 14:01:27 077/520 - 18/114: Installing method CompiledCode>>encoderClass 14:01:27 077/520 - 19/114: Installing method CompiledCode>>endPC 14:01:27 077/520 - 20/114: Installing method CompiledCode>>equivalentTo: 14:01:27 077/520 - 21/114: Installing method CompiledCode>>extensionPackage 14:01:27 077/520 - 22/114: Installing method CompiledCode>>flag 14:01:27 077/520 - 23/114: Installing method CompiledCode>>flattenOn: 14:01:27 077/520 - 24/114: Installing method CompiledCode>>frameSize 14:01:27 077/520 - 25/114: Installing method CompiledCode>>hasLiteral: 14:01:27 077/520 - 26/114: Installing method CompiledCode>>hasLiteralSuchThat: 14:01:27 077/520 - 27/114: Installing method CompiledCode>>hasPragmaNamed: 14:01:27 077/520 - 28/114: Installing method CompiledCode>>hasSelector: 14:01:27 077/520 - 29/114: Installing method CompiledCode>>hasSelector:specialSelectorIndex: 14:01:27 077/520 - 30/114: Installing method CompiledCode>>hasSourceCode 14:01:27 077/520 - 31/114: Installing method CompiledCode>>hasTemporaries 14:01:27 077/520 - 32/114: Installing method CompiledCode>>hash 14:01:27 077/520 - 33/114: Installing method CompiledCode>>header 14:01:27 077/520 - 34/114: Installing method CompiledCode>>headerDescription 14:01:27 077/520 - 35/114: Installing method CompiledCode>>indexOfLiteral: 14:01:27 077/520 - 36/114: Installing method CompiledCode>>initialPC 14:01:27 077/520 - 37/114: Installing method CompiledCode>>innerCompiledBlocksAnySatisfy: 14:01:27 077/520 - 38/114: Installing method CompiledCode>>innerCompiledBlocksDo: 14:01:27 077/520 - 39/114: Installing method CompiledCode>>isCollection 14:01:27 077/520 - 40/114: Installing method CompiledCode>>isDoIt 14:01:27 077/520 - 41/114: Installing method CompiledCode>>isExternalCallPrimitive 14:01:27 077/520 - 42/114: Installing method CompiledCode>>isInstalled 14:01:27 077/520 - 43/114: Installing method CompiledCode>>isNamedPrimitive 14:01:27 077/520 - 44/114: Installing method CompiledCode>>isPrimitive 14:01:27 077/520 - 45/114: Installing method CompiledCode>>isQuick 14:01:27 077/520 - 46/114: Installing method CompiledCode>>isRealPrimitive 14:01:27 077/520 - 47/114: Installing method CompiledCode>>isReturnSelf 14:01:27 077/520 - 48/114: Installing method CompiledCode>>isReturnSpecial 14:01:27 077/520 - 49/114: Installing method CompiledCode>>isTestMethod 14:01:27 077/520 - 50/114: Installing method CompiledCode>>literalAt: 14:01:27 077/520 - 51/114: Installing method CompiledCode>>literalAt:put: 14:01:27 077/520 - 52/114: Installing method CompiledCode>>literals 14:01:27 077/520 - 53/114: Installing method CompiledCode>>literalsAt: 14:01:27 077/520 - 54/114: Installing method CompiledCode>>literalsDo: 14:01:27 077/520 - 55/114: Installing method CompiledCode>>literalsEvenTheOnesInTheInnerBlocks 14:01:27 077/520 - 56/114: Installing method CompiledCode>>literalsToSkip 14:01:27 077/520 - 57/114: Installing method CompiledCode>>localMessages 14:01:27 077/520 - 58/114: Installing method CompiledCode>>localReadsRef: 14:01:27 077/520 - 59/114: Installing method CompiledCode>>localReadsSelf 14:01:28 077/520 - 60/114: Installing method CompiledCode>>localReadsThisContext 14:01:28 077/520 - 61/114: Installing method CompiledCode>>localSendsAnySelectorOf: 14:01:28 077/520 - 62/114: Installing method CompiledCode>>localSendsToSuper 14:01:28 077/520 - 63/114: Installing method CompiledCode>>localWritesRef: 14:01:28 077/520 - 64/114: Installing method CompiledCode>>messages 14:01:28 077/520 - 65/114: Installing method CompiledCode>>method 14:01:28 077/520 - 66/114: Installing method CompiledCode>>methodClass 14:01:28 077/520 - 67/114: Installing method CompiledCode>>methodNode 14:01:28 077/520 - 68/114: Installing method CompiledCode>>needsFrameSize: 14:01:28 077/520 - 69/114: Installing method CompiledCode>>numArgs 14:01:28 077/520 - 70/114: Installing method CompiledCode>>numLiterals 14:01:28 077/520 - 71/114: Installing method CompiledCode>>numTemps 14:01:28 077/520 - 72/114: Installing method CompiledCode>>objectAt: 14:01:28 077/520 - 73/114: Installing method CompiledCode>>objectAt:put: 14:01:28 077/520 - 74/114: Installing method CompiledCode>>origin 14:01:28 077/520 - 75/114: Installing method CompiledCode>>originMethod 14:01:28 077/520 - 76/114: Installing method CompiledCode>>package 14:01:28 077/520 - 77/114: Installing method CompiledCode>>pragmas 14:01:28 077/520 - 78/114: Installing method CompiledCode>>primitive 14:01:28 077/520 - 79/114: Installing method CompiledCode>>primitiveErrorVariableName 14:01:28 077/520 - 80/114: Installing method CompiledCode>>properties 14:01:28 077/520 - 81/114: Installing method CompiledCode>>propertyAt:ifAbsent: 14:01:28 077/520 - 82/114: Installing method CompiledCode>>readsField: 14:01:28 077/520 - 83/114: Installing method CompiledCode>>readsRef: 14:01:28 077/520 - 84/114: Installing method CompiledCode>>readsSelf 14:01:28 077/520 - 85/114: Installing method CompiledCode>>readsSlot: 14:01:28 077/520 - 86/114: Installing method CompiledCode>>readsThisContext 14:01:28 077/520 - 87/114: Installing method CompiledCode>>refersToLiteral: 14:01:28 077/520 - 88/114: Installing method CompiledCode>>sameLiteralsAs: 14:01:28 077/520 - 89/114: Installing method CompiledCode>>scanFor: 14:01:28 077/520 - 90/114: Installing method CompiledCode>>scanner 14:01:28 077/520 - 91/114: Installing method CompiledCode>>selector 14:01:28 077/520 - 92/114: Installing method CompiledCode>>sendsAnySelectorOf: 14:01:28 077/520 - 93/114: Installing method CompiledCode>>sendsSelector: 14:01:28 077/520 - 94/114: Installing method CompiledCode>>sendsToSuper 14:01:28 077/520 - 95/114: Installing method CompiledCode>>setFlag 14:01:28 077/520 - 96/114: Installing method CompiledCode>>setFrameBit: 14:01:28 077/520 - 97/114: Installing method CompiledCode>>setSignFlag 14:01:28 077/520 - 98/114: Installing method CompiledCode>>signFlag 14:01:28 077/520 - 99/114: Installing method CompiledCode>>sourceCode 14:01:28 077/520 - 100/114: Installing method CompiledCode>>sourceNode 14:01:28 077/520 - 101/114: Installing method CompiledCode>>sourceNodeForPC: 14:01:28 077/520 - 102/114: Installing method CompiledCode>>sourcePointer 14:01:28 077/520 - 103/114: Installing method CompiledCode>>stamp 14:01:28 077/520 - 104/114: Installing method CompiledCode>>stepIntoQuickMethods 14:01:28 077/520 - 105/114: Installing method CompiledCode>>timeStamp 14:01:28 077/520 - 106/114: Installing method CompiledCode>>usesPrimaryBytecodeSet 14:01:28 077/520 - 107/114: Installing method CompiledCode>>usesSecondaryBytecodeSet 14:01:28 077/520 - 108/114: Installing method CompiledCode>>voidCogVMState 14:01:28 077/520 - 109/114: Installing method CompiledCode>>withAllBlocks 14:01:28 077/520 - 110/114: Installing method CompiledCode>>withAllBlocksDo: 14:01:28 077/520 - 111/114: Installing method CompiledCode>>withAllNestedLiteralsDo: 14:01:28 077/520 - 112/114: Installing method CompiledCode>>writesField: 14:01:28 077/520 - 113/114: Installing method CompiledCode>>writesRef: 14:01:28 077/520 - 114/114: Installing method CompiledCode>>writesSlot: 14:01:28 077/520 - 1/7: Installing method CompiledCode class>>basicNew 14:01:28 077/520 - 2/7: Installing method CompiledCode class>>basicNew: 14:01:28 077/520 - 3/7: Installing method CompiledCode class>>basicNew:header: 14:01:28 077/520 - 4/7: Installing method CompiledCode class>>handleFailingFailingNew:header: 14:01:28 077/520 - 5/7: Installing method CompiledCode class>>handleFailingNew:header: 14:01:28 077/520 - 6/7: Installing method CompiledCode class>>newFrom: 14:01:28 077/520 - 7/7: Installing method CompiledCode class>>newMethod:header: 14:01:30 078/520 - 1/107: Installing method CompiledMethod>>allIgnoredNotImplementedSelectors 14:01:30 078/520 - 2/107: Installing method CompiledMethod>>argumentNames 14:01:30 078/520 - 3/107: Installing method CompiledMethod>>cachePragmas 14:01:30 078/520 - 4/107: Installing method CompiledMethod>>classBinding 14:01:30 078/520 - 5/107: Installing method CompiledMethod>>classBinding: 14:01:30 078/520 - 6/107: Installing method CompiledMethod>>clearSourcePointer 14:01:30 078/520 - 7/107: Installing method CompiledMethod>>codeForNoSource 14:01:30 078/520 - 8/107: Installing method CompiledMethod>>containsHalt 14:01:30 078/520 - 9/107: Installing method CompiledMethod>>defaultSelector 14:01:30 078/520 - 10/107: Installing method CompiledMethod>>displayStringOn: 14:01:30 078/520 - 11/107: Installing method CompiledMethod>>endPC 14:01:30 078/520 - 12/107: Installing method CompiledMethod>>flushCache 14:01:30 078/520 - 13/107: Installing method CompiledMethod>>getPreambleFrom:at: 14:01:30 078/520 - 14/107: Installing method CompiledMethod>>getSourceFromFile 14:01:30 078/520 - 15/107: Installing method CompiledMethod>>getSourceReplacingSelectorWith: 14:01:30 078/520 - 16/107: Installing method CompiledMethod>>hasComment 14:01:30 078/520 - 17/107: Installing method CompiledMethod>>hasNonLocalReturn 14:01:30 078/520 - 18/107: Installing method CompiledMethod>>hasPragma 14:01:30 078/520 - 19/107: Installing method CompiledMethod>>hasPragmaNamed: 14:01:30 078/520 - 20/107: Installing method CompiledMethod>>hasProperties 14:01:30 078/520 - 21/107: Installing method CompiledMethod>>hasProperty: 14:01:30 078/520 - 22/107: Installing method CompiledMethod>>hasSourceCode 14:01:30 078/520 - 23/107: Installing method CompiledMethod>>hasSourcePointer 14:01:30 078/520 - 24/107: Installing method CompiledMethod>>implementors 14:01:30 078/520 - 25/107: Installing method CompiledMethod>>isAbstract 14:01:30 078/520 - 26/107: Installing method CompiledMethod>>isBinarySelector 14:01:30 078/520 - 27/107: Installing method CompiledMethod>>isClassSide 14:01:30 078/520 - 28/107: Installing method CompiledMethod>>isClassified 14:01:30 078/520 - 29/107: Installing method CompiledMethod>>isCompiledMethod 14:01:30 078/520 - 30/107: Installing method CompiledMethod>>isConflict 14:01:30 078/520 - 31/107: Installing method CompiledMethod>>isDeprecated 14:01:30 078/520 - 32/107: Installing method CompiledMethod>>isDisabled 14:01:30 078/520 - 33/107: Installing method CompiledMethod>>isDisabled: 14:01:30 078/520 - 34/107: Installing method CompiledMethod>>isDoIt 14:01:30 078/520 - 35/107: Installing method CompiledMethod>>isExplicitlyRequired 14:01:30 078/520 - 36/107: Installing method CompiledMethod>>isExplicitlyRequired: 14:01:30 078/520 - 37/107: Installing method CompiledMethod>>isExtension 14:01:30 078/520 - 38/107: Installing method CompiledMethod>>isFaulty 14:01:30 078/520 - 39/107: Installing method CompiledMethod>>isFromTrait 14:01:30 078/520 - 40/107: Installing method CompiledMethod>>isInstalled 14:01:30 078/520 - 41/107: Installing method CompiledMethod>>isInstanceSide 14:01:30 078/520 - 42/107: Installing method CompiledMethod>>isOverridden 14:01:30 078/520 - 43/107: Installing method CompiledMethod>>isProvided 14:01:30 078/520 - 44/107: Installing method CompiledMethod>>isProvided: 14:01:30 078/520 - 45/107: Installing method CompiledMethod>>isRequired 14:01:30 078/520 - 46/107: Installing method CompiledMethod>>isRequired: 14:01:30 078/520 - 47/107: Installing method CompiledMethod>>isReturnField 14:01:30 078/520 - 48/107: Installing method CompiledMethod>>isSelfEvaluating 14:01:30 078/520 - 49/107: Installing method CompiledMethod>>isSubclassResponsibility 14:01:30 078/520 - 50/107: Installing method CompiledMethod>>isSubclassResponsibility: 14:01:30 078/520 - 51/107: Installing method CompiledMethod>>linesOfCode 14:01:30 078/520 - 52/107: Installing method CompiledMethod>>literalsToSkip 14:01:30 078/520 - 53/107: Installing method CompiledMethod>>markerOrNil 14:01:30 078/520 - 54/107: Installing method CompiledMethod>>method 14:01:30 078/520 - 55/107: Installing method CompiledMethod>>methodClass 14:01:31 078/520 - 56/107: Installing method CompiledMethod>>methodClass: 14:01:31 078/520 - 57/107: Installing method CompiledMethod>>migratePersistingPropertiesIn: 14:01:31 078/520 - 58/107: Installing method CompiledMethod>>name 14:01:31 078/520 - 59/107: Installing method CompiledMethod>>overriddenMethod 14:01:31 078/520 - 60/107: Installing method CompiledMethod>>penultimateLiteral 14:01:31 078/520 - 61/107: Installing method CompiledMethod>>penultimateLiteral: 14:01:31 078/520 - 62/107: Installing method CompiledMethod>>postCopy 14:01:31 078/520 - 63/107: Installing method CompiledMethod>>pragmaAt: 14:01:31 078/520 - 64/107: Installing method CompiledMethod>>pragmaRefersToLiteral: 14:01:31 078/520 - 65/107: Installing method CompiledMethod>>pragmas 14:01:31 078/520 - 66/107: Installing method CompiledMethod>>pragmasDo: 14:01:31 078/520 - 67/107: Installing method CompiledMethod>>prepareForSimulationWith: 14:01:31 078/520 - 68/107: Installing method CompiledMethod>>printOn: 14:01:31 078/520 - 69/107: Installing method CompiledMethod>>printPrimitiveOn: 14:01:31 078/520 - 70/107: Installing method CompiledMethod>>properties 14:01:31 078/520 - 71/107: Installing method CompiledMethod>>properties: 14:01:31 078/520 - 72/107: Installing method CompiledMethod>>propertyAt: 14:01:31 078/520 - 73/107: Installing method CompiledMethod>>propertyAt:ifAbsent: 14:01:31 078/520 - 74/107: Installing method CompiledMethod>>propertyAt:ifAbsentPut: 14:01:31 078/520 - 75/107: Installing method CompiledMethod>>propertyAt:ifPresent: 14:01:31 078/520 - 76/107: Installing method CompiledMethod>>propertyAt:put: 14:01:31 078/520 - 77/107: Installing method CompiledMethod>>propertyKeysAndValuesDo: 14:01:31 078/520 - 78/107: Installing method CompiledMethod>>protocol 14:01:31 078/520 - 79/107: Installing method CompiledMethod>>protocol: 14:01:31 078/520 - 80/107: Installing method CompiledMethod>>protocolName 14:01:31 078/520 - 81/107: Installing method CompiledMethod>>putSource:withPreamble: 14:01:31 078/520 - 82/107: Installing method CompiledMethod>>readsField: 14:01:31 078/520 - 83/107: Installing method CompiledMethod>>receiver:withArguments:executeMethod: 14:01:31 078/520 - 84/107: Installing method CompiledMethod>>referencedClasses 14:01:31 078/520 - 85/107: Installing method CompiledMethod>>refersToLiteral: 14:01:31 078/520 - 86/107: Installing method CompiledMethod>>removeFromPackage 14:01:31 078/520 - 87/107: Installing method CompiledMethod>>removeFromSystem 14:01:31 078/520 - 88/107: Installing method CompiledMethod>>removeProperty: 14:01:31 078/520 - 89/107: Installing method CompiledMethod>>removeProperty:ifAbsent: 14:01:31 078/520 - 90/107: Installing method CompiledMethod>>returnField 14:01:31 078/520 - 91/107: Installing method CompiledMethod>>selector 14:01:31 078/520 - 92/107: Installing method CompiledMethod>>selector: 14:01:31 078/520 - 93/107: Installing method CompiledMethod>>senders 14:01:31 078/520 - 94/107: Installing method CompiledMethod>>setSourcePointer: 14:01:31 078/520 - 95/107: Installing method CompiledMethod>>sourceCode 14:01:31 078/520 - 96/107: Installing method CompiledMethod>>sourceCodeOrNil 14:01:31 078/520 - 97/107: Installing method CompiledMethod>>sourcePointer 14:01:31 078/520 - 98/107: Installing method CompiledMethod>>sourcePointer: 14:01:31 078/520 - 99/107: Installing method CompiledMethod>>stepIntoQuickMethods: 14:01:31 078/520 - 100/107: Installing method CompiledMethod>>storeOn: 14:01:31 078/520 - 101/107: Installing method CompiledMethod>>tempNames 14:01:31 078/520 - 102/107: Installing method CompiledMethod>>unclassify 14:01:31 078/520 - 103/107: Installing method CompiledMethod>>usesUndeclareds 14:01:31 078/520 - 104/107: Installing method CompiledMethod>>valueWithReceiver: 14:01:31 078/520 - 105/107: Installing method CompiledMethod>>valueWithReceiver:arguments: 14:01:31 078/520 - 106/107: Installing method CompiledMethod>>veryDeepCopyWith: 14:01:31 078/520 - 107/107: Installing method CompiledMethod>>writesField: 14:01:31 078/520 - 1/17: Installing method CompiledMethod class>>abstractMarker 14:01:31 078/520 - 2/17: Installing method CompiledMethod class>>checkBytecodeSetConflictsInMethodsWith: 14:01:31 078/520 - 3/17: Installing method CompiledMethod class>>checkIsValidBytecodeEncoder: 14:01:31 078/520 - 4/17: Installing method CompiledMethod class>>conflictMarker 14:01:31 078/520 - 5/17: Installing method CompiledMethod class>>disabledMarker 14:01:31 078/520 - 6/17: Installing method CompiledMethod class>>explicitRequirementMarker 14:01:31 078/520 - 7/17: Installing method CompiledMethod class>>fullFrameSize 14:01:31 078/520 - 8/17: Installing method CompiledMethod class>>headerFlagForEncoder: 14:01:31 078/520 - 9/17: Installing method CompiledMethod class>>initialize 14:01:31 078/520 - 10/17: Installing method CompiledMethod class>>installPrimaryBytecodeSet: 14:01:31 078/520 - 11/17: Installing method CompiledMethod class>>installSecondaryBytecodeSet: 14:01:31 078/520 - 12/17: Installing method CompiledMethod class>>methodPropertiesClass 14:01:31 078/520 - 13/17: Installing method CompiledMethod class>>new 14:01:31 078/520 - 14/17: Installing method CompiledMethod class>>smallFrameSize 14:01:31 078/520 - 15/17: Installing method CompiledMethod class>>sortBlock 14:01:31 078/520 - 16/17: Installing method CompiledMethod class>>subclassResponsibilityMarker 14:01:31 078/520 - 17/17: Installing method CompiledMethod class>>trailerSize 14:01:32 079/520 - 1/2: Installing method CompiledMethodLayout>>extend 14:01:32 079/520 - 2/2: Installing method CompiledMethodLayout>>instanceSpecification 14:01:32 079/520 - 1/1: Installing method CompiledMethodLayout class>>extending:scope:host: 14:01:32 080/520 - 1/7: Installing method ConstantBlockClosure>>literal: 14:01:32 080/520 - 2/7: Installing method ConstantBlockClosure>>value 14:01:32 080/520 - 3/7: Installing method ConstantBlockClosure>>value: 14:01:32 080/520 - 4/7: Installing method ConstantBlockClosure>>value:value: 14:01:32 080/520 - 5/7: Installing method ConstantBlockClosure>>value:value:value: 14:01:32 080/520 - 6/7: Installing method ConstantBlockClosure>>value:value:value:value: 14:01:32 080/520 - 7/7: Installing method ConstantBlockClosure>>valueWithArguments: 14:01:32 080/520 - 1/1: Installing method ConstantBlockClosure class>>numArgs:literal: 14:01:32 081/520 - 1/3: Installing method ConstantBlockClosure1Arg>>value 14:01:32 081/520 - 2/3: Installing method ConstantBlockClosure1Arg>>value: 14:01:32 081/520 - 3/3: Installing method ConstantBlockClosure1Arg>>valueWithArguments: 14:01:32 082/520 - 1/3: Installing method ConstantBlockClosure2Arg>>value 14:01:32 082/520 - 2/3: Installing method ConstantBlockClosure2Arg>>value:value: 14:01:32 082/520 - 3/3: Installing method ConstantBlockClosure2Arg>>valueWithArguments: 14:01:32 083/520 - 1/3: Installing method ConstantBlockClosure3Arg>>value 14:01:32 083/520 - 2/3: Installing method ConstantBlockClosure3Arg>>value:value:value: 14:01:32 083/520 - 3/3: Installing method ConstantBlockClosure3Arg>>valueWithArguments: 14:01:39 084/520 - 1/182: Installing method Context>>aboutToReturn:through: 14:01:39 084/520 - 2/182: Installing method Context>>activateMethod:withArgs:receiver:class: 14:01:39 084/520 - 3/182: Installing method Context>>activateReturn:value: 14:01:39 084/520 - 4/182: Installing method Context>>activeHome 14:01:39 084/520 - 5/182: Installing method Context>>activeOuterContext 14:01:39 084/520 - 6/182: Installing method Context>>arguments 14:01:39 084/520 - 7/182: Installing method Context>>asContext 14:01:39 084/520 - 8/182: Installing method Context>>at: 14:01:39 084/520 - 9/182: Installing method Context>>at:put: 14:01:39 084/520 - 10/182: Installing method Context>>basicAt: 14:01:39 084/520 - 11/182: Installing method Context>>basicAt:put: 14:01:39 084/520 - 12/182: Installing method Context>>basicSize 14:01:39 084/520 - 13/182: Installing method Context>>belongsToDoIt 14:01:39 084/520 - 14/182: Installing method Context>>blockReturnConstant: 14:01:39 084/520 - 15/182: Installing method Context>>blockReturnTop 14:01:39 084/520 - 16/182: Installing method Context>>bottomContext 14:01:39 084/520 - 17/182: Installing method Context>>canHandleSignal: 14:01:39 084/520 - 18/182: Installing method Context>>cannotReturn: 14:01:39 084/520 - 19/182: Installing method Context>>cannotReturn:to: 14:01:39 084/520 - 20/182: Installing method Context>>client 14:01:39 084/520 - 21/182: Installing method Context>>closure 14:01:39 084/520 - 22/182: Installing method Context>>compiledCode 14:01:39 084/520 - 23/182: Installing method Context>>contextClass 14:01:39 084/520 - 24/182: Installing method Context>>contextStack 14:01:39 084/520 - 25/182: Installing method Context>>contextTag 14:01:39 084/520 - 26/182: Installing method Context>>copyStack 14:01:39 084/520 - 27/182: Installing method Context>>copyTo: 14:01:39 084/520 - 28/182: Installing method Context>>cut: 14:01:39 084/520 - 29/182: Installing method Context>>deadContextForClosure: 14:01:39 084/520 - 30/182: Installing method Context>>debugStack:on: 14:01:39 084/520 - 31/182: Installing method Context>>debugStackOn: 14:01:39 084/520 - 32/182: Installing method Context>>depthBelow: 14:01:39 084/520 - 33/182: Installing method Context>>directedSuperSend:numArgs: 14:01:39 084/520 - 34/182: Installing method Context>>doDup 14:01:39 084/520 - 35/182: Installing method Context>>doNop 14:01:39 084/520 - 36/182: Installing method Context>>doPop 14:01:39 084/520 - 37/182: Installing method Context>>doPrimitive:method:receiver:args: 14:01:39 084/520 - 38/182: Installing method Context>>endPC 14:01:39 084/520 - 39/182: Installing method Context>>errorReportOn: 14:01:39 084/520 - 40/182: Installing method Context>>evaluateSignal: 14:01:39 084/520 - 41/182: Installing method Context>>exception 14:01:39 084/520 - 42/182: Installing method Context>>exceptionClass 14:01:39 084/520 - 43/182: Installing method Context>>exceptionHandlerBlock 14:01:39 084/520 - 44/182: Installing method Context>>exceptionsToCaptureWhenStepping 14:01:39 084/520 - 45/182: Installing method Context>>failPrimitiveWith: 14:01:39 084/520 - 46/182: Installing method Context>>filterDebuggerStack 14:01:39 084/520 - 47/182: Installing method Context>>findContextSuchThat: 14:01:39 084/520 - 48/182: Installing method Context>>findMethodContextSuchThat: 14:01:39 084/520 - 49/182: Installing method Context>>findNextHandlerContext 14:01:40 084/520 - 50/182: Installing method Context>>findNextHandlerOrSignalingContext 14:01:40 084/520 - 51/182: Installing method Context>>findNextUnwindContextUpTo: 14:01:40 084/520 - 52/182: Installing method Context>>handleSignal: 14:01:40 084/520 - 53/182: Installing method Context>>hasContext: 14:01:40 084/520 - 54/182: Installing method Context>>hasNonLocalReturn 14:01:40 084/520 - 55/182: Installing method Context>>hasSender: 14:01:40 084/520 - 56/182: Installing method Context>>hasTemporaryVariableNamed: 14:01:40 084/520 - 57/182: Installing method Context>>home 14:01:40 084/520 - 58/182: Installing method Context>>homeMethod 14:01:40 084/520 - 59/182: Installing method Context>>insertSender: 14:01:40 084/520 - 60/182: Installing method Context>>instVarAt:put: 14:01:40 084/520 - 61/182: Installing method Context>>isBlockContext 14:01:40 084/520 - 62/182: Installing method Context>>isBottomContext 14:01:40 084/520 - 63/182: Installing method Context>>isContext 14:01:40 084/520 - 64/182: Installing method Context>>isDead 14:01:40 084/520 - 65/182: Installing method Context>>isEndOfProcessTermination 14:01:40 084/520 - 66/182: Installing method Context>>isExecutingBlock 14:01:40 084/520 - 67/182: Installing method Context>>isFailToken: 14:01:40 084/520 - 68/182: Installing method Context>>isHandlerContext 14:01:40 084/520 - 69/182: Installing method Context>>isHandlerOrSignalingContext 14:01:40 084/520 - 70/182: Installing method Context>>isPrimFailToken: 14:01:40 084/520 - 71/182: Installing method Context>>isUnwindContext 14:01:40 084/520 - 72/182: Installing method Context>>jump 14:01:40 084/520 - 73/182: Installing method Context>>jump:if:withInterpreter: 14:01:40 084/520 - 74/182: Installing method Context>>jump:withInterpreter: 14:01:40 084/520 - 75/182: Installing method Context>>longStack 14:01:40 084/520 - 76/182: Installing method Context>>method 14:01:40 084/520 - 77/182: Installing method Context>>methodClass 14:01:40 084/520 - 78/182: Installing method Context>>methodNode 14:01:40 084/520 - 79/182: Installing method Context>>methodReturnReceiver 14:01:40 084/520 - 80/182: Installing method Context>>methodReturnTop 14:01:40 084/520 - 81/182: Installing method Context>>nextHandlerContext 14:01:40 084/520 - 82/182: Installing method Context>>numArgs 14:01:40 084/520 - 83/182: Installing method Context>>numTemps 14:01:40 084/520 - 84/182: Installing method Context>>object:basicAt: 14:01:40 084/520 - 85/182: Installing method Context>>object:basicAt:put: 14:01:40 084/520 - 86/182: Installing method Context>>object:eqeq: 14:01:40 084/520 - 87/182: Installing method Context>>object:instVarAt: 14:01:40 084/520 - 88/182: Installing method Context>>object:instVarAt:put: 14:01:40 084/520 - 89/182: Installing method Context>>object:perform:withArguments:inClass: 14:01:40 084/520 - 90/182: Installing method Context>>objectClass: 14:01:40 084/520 - 91/182: Installing method Context>>objectSize: 14:01:40 084/520 - 92/182: Installing method Context>>outerContext 14:01:40 084/520 - 93/182: Installing method Context>>outerMostContext 14:01:40 084/520 - 94/182: Installing method Context>>pc 14:01:40 084/520 - 95/182: Installing method Context>>pc: 14:01:40 084/520 - 96/182: Installing method Context>>pop 14:01:40 084/520 - 97/182: Installing method Context>>popIntoLiteralVariable: 14:01:40 084/520 - 98/182: Installing method Context>>popIntoReceiverVariable: 14:01:40 084/520 - 99/182: Installing method Context>>popIntoRemoteTemp:inVectorAt: 14:01:40 084/520 - 100/182: Installing method Context>>popIntoTemporaryVariable: 14:01:40 084/520 - 101/182: Installing method Context>>print:on: 14:01:40 084/520 - 102/182: Installing method Context>>printDebugOn: 14:01:40 084/520 - 103/182: Installing method Context>>printDebugStackOn: 14:01:40 084/520 - 104/182: Installing method Context>>printDetails: 14:01:40 084/520 - 105/182: Installing method Context>>printOn: 14:01:40 084/520 - 106/182: Installing method Context>>printStackOfSize: 14:01:40 084/520 - 107/182: Installing method Context>>privRefresh 14:01:40 084/520 - 108/182: Installing method Context>>privRefreshWith: 14:01:40 084/520 - 109/182: Installing method Context>>privSender: 14:01:40 084/520 - 110/182: Installing method Context>>push: 14:01:40 084/520 - 111/182: Installing method Context>>pushActiveContext 14:01:40 084/520 - 112/182: Installing method Context>>pushActiveProcess 14:01:40 084/520 - 113/182: Installing method Context>>pushArgs:from: 14:01:40 084/520 - 114/182: Installing method Context>>pushClosureTemps: 14:01:40 084/520 - 115/182: Installing method Context>>pushConsArrayWithElements: 14:01:40 084/520 - 116/182: Installing method Context>>pushConstant: 14:01:40 084/520 - 117/182: Installing method Context>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 14:01:40 084/520 - 118/182: Installing method Context>>pushLiteralVariable: 14:01:40 084/520 - 119/182: Installing method Context>>pushNewArrayOfSize: 14:01:40 084/520 - 120/182: Installing method Context>>pushReceiver 14:01:40 084/520 - 121/182: Installing method Context>>pushReceiverVariable: 14:01:40 084/520 - 122/182: Installing method Context>>pushRemoteTemp:inVectorAt: 14:01:40 084/520 - 123/182: Installing method Context>>pushTemporaryVariable: 14:01:40 084/520 - 124/182: Installing method Context>>quickMethodPrimitiveBytecodeSize 14:01:40 084/520 - 125/182: Installing method Context>>receiver 14:01:40 084/520 - 126/182: Installing method Context>>receiver: 14:01:40 084/520 - 127/182: Installing method Context>>release 14:01:40 084/520 - 128/182: Installing method Context>>releaseTo: 14:01:40 084/520 - 129/182: Installing method Context>>removeSelf 14:01:40 084/520 - 130/182: Installing method Context>>resume 14:01:40 084/520 - 131/182: Installing method Context>>resume: 14:01:41 084/520 - 132/182: Installing method Context>>resume:through: 14:01:41 084/520 - 133/182: Installing method Context>>resumeEvaluating: 14:01:41 084/520 - 134/182: Installing method Context>>return 14:01:41 084/520 - 135/182: Installing method Context>>return: 14:01:41 084/520 - 136/182: Installing method Context>>return:from: 14:01:41 084/520 - 137/182: Installing method Context>>return:through: 14:01:41 084/520 - 138/182: Installing method Context>>runUntilErrorOrReturnFrom: 14:01:41 084/520 - 139/182: Installing method Context>>runUntilReturnFrom: 14:01:41 084/520 - 140/182: Installing method Context>>selector 14:01:41 084/520 - 141/182: Installing method Context>>send:to:with:lookupIn: 14:01:41 084/520 - 142/182: Installing method Context>>send:to:with:super: 14:01:41 084/520 - 143/182: Installing method Context>>sender 14:01:41 084/520 - 144/182: Installing method Context>>setNamedPrimitiveInformationFrom:toMethod: 14:01:41 084/520 - 145/182: Installing method Context>>setSender:receiver:method:arguments: 14:01:41 084/520 - 146/182: Installing method Context>>setSender:receiver:method:closure:startpc: 14:01:41 084/520 - 147/182: Installing method Context>>shortDebugStack 14:01:41 084/520 - 148/182: Installing method Context>>shortDebugStackOn: 14:01:41 084/520 - 149/182: Installing method Context>>shortStack 14:01:41 084/520 - 150/182: Installing method Context>>singleRelease 14:01:41 084/520 - 151/182: Installing method Context>>size 14:01:41 084/520 - 152/182: Installing method Context>>sourceCode 14:01:41 084/520 - 153/182: Installing method Context>>stack 14:01:41 084/520 - 154/182: Installing method Context>>stackOfSize: 14:01:41 084/520 - 155/182: Installing method Context>>stackPtr 14:01:41 084/520 - 156/182: Installing method Context>>stackp: 14:01:41 084/520 - 157/182: Installing method Context>>startpc 14:01:41 084/520 - 158/182: Installing method Context>>step 14:01:41 084/520 - 159/182: Installing method Context>>stepToCallee 14:01:41 084/520 - 160/182: Installing method Context>>stepToCalleeOrNil 14:01:41 084/520 - 161/182: Installing method Context>>stepUntilSomethingOnStack 14:01:41 084/520 - 162/182: Installing method Context>>storeIntoLiteralVariable: 14:01:41 084/520 - 163/182: Installing method Context>>storeIntoReceiverVariable: 14:01:41 084/520 - 164/182: Installing method Context>>storeIntoRemoteTemp:inVectorAt: 14:01:41 084/520 - 165/182: Installing method Context>>storeIntoTemporaryVariable: 14:01:41 084/520 - 166/182: Installing method Context>>swapReceiver: 14:01:41 084/520 - 167/182: Installing method Context>>swapSender: 14:01:41 084/520 - 168/182: Installing method Context>>tempAt: 14:01:41 084/520 - 169/182: Installing method Context>>tempAt:put: 14:01:41 084/520 - 170/182: Installing method Context>>terminate 14:01:41 084/520 - 171/182: Installing method Context>>terminateTo: 14:01:41 084/520 - 172/182: Installing method Context>>top 14:01:41 084/520 - 173/182: Installing method Context>>tryNamedPrimitiveIn:for:withArgs: 14:01:41 084/520 - 174/182: Installing method Context>>tryPrimitiveFor:receiver:args: 14:01:41 084/520 - 175/182: Installing method Context>>unwindAndStop: 14:01:41 084/520 - 176/182: Installing method Context>>unwindBlock 14:01:41 084/520 - 177/182: Installing method Context>>unwindComplete 14:01:41 084/520 - 178/182: Installing method Context>>unwindComplete: 14:01:41 084/520 - 179/182: Installing method Context>>unwindForTermination 14:01:41 084/520 - 180/182: Installing method Context>>unwindTo: 14:01:41 084/520 - 181/182: Installing method Context>>willFailReturn 14:01:41 084/520 - 182/182: Installing method Context>>withoutPrimitiveTryNamedPrimitiveIn:for:withArgs: 14:01:41 084/520 - 1/19: Installing method Context class>>allInstances 14:01:41 084/520 - 2/19: Installing method Context class>>allInstancesDo: 14:01:41 084/520 - 3/19: Installing method Context class>>basicNew: 14:01:41 084/520 - 4/19: Installing method Context class>>carefullyPrint:on: 14:01:41 084/520 - 5/19: Installing method Context class>>compiler 14:01:41 084/520 - 6/19: Installing method Context class>>contextEnsure: 14:01:41 084/520 - 7/19: Installing method Context class>>contextOn:do: 14:01:41 084/520 - 8/19: Installing method Context class>>initialize 14:01:41 084/520 - 9/19: Installing method Context class>>initializePrimitiveSimulators 14:01:41 084/520 - 10/19: Installing method Context class>>initializeTryNamedPrimitiveTemplateMethod 14:01:41 084/520 - 11/19: Installing method Context class>>new 14:01:42 084/520 - 12/19: Installing method Context class>>new: 14:01:42 084/520 - 13/19: Installing method Context class>>newForMethod: 14:01:42 084/520 - 14/19: Installing method Context class>>primitiveFailToken 14:01:42 084/520 - 15/19: Installing method Context class>>primitiveFailTokenFor: 14:01:42 084/520 - 16/19: Installing method Context class>>sender:receiver:method:arguments: 14:01:42 084/520 - 17/19: Installing method Context class>>specialPrimitiveSimulators 14:01:42 084/520 - 18/19: Installing method Context class>>theReturnMethod 14:01:42 084/520 - 19/19: Installing method Context class>>tryNamedPrimitiveTemplateMethod 14:01:42 085/520 - 1/2: Installing method ContextCannotReturn>>target 14:01:42 085/520 - 2/2: Installing method ContextCannotReturn>>target: 14:01:42 085/520 - 1/1: Installing method ContextCannotReturn class>>result:to: 14:01:42 086/520 - 1/2: Installing method CurrentExecutionEnvironment>>default 14:01:42 086/520 - 2/2: Installing method CurrentExecutionEnvironment>>installValue:intoForked:from: 14:01:42 086/520 - 1/3: Installing method CurrentExecutionEnvironment class>>activate:for: 14:01:42 086/520 - 2/3: Installing method CurrentExecutionEnvironment class>>isInheritable 14:01:42 086/520 - 3/3: Installing method CurrentExecutionEnvironment class>>restoreDefault 14:01:42 087/520 - 1/4: Installing method DailyNonInteractiveTranscript>>fileNameWithDate 14:01:42 087/520 - 2/4: Installing method DailyNonInteractiveTranscript>>initialize 14:01:42 087/520 - 3/4: Installing method DailyNonInteractiveTranscript>>initializeStream 14:01:42 087/520 - 4/4: Installing method DailyNonInteractiveTranscript>>stream 14:01:42 087/520 - 1/1: Installing method DailyNonInteractiveTranscript class>>defaultLogFileName 14:01:42 088/520 - 1/8: Installing method DangerousClassNotifier class>>check: 14:01:42 088/520 - 2/8: Installing method DangerousClassNotifier class>>disable 14:01:43 088/520 - 3/8: Installing method DangerousClassNotifier class>>disableDuring: 14:01:43 088/520 - 4/8: Installing method DangerousClassNotifier class>>enable 14:01:43 088/520 - 5/8: Installing method DangerousClassNotifier class>>enabled 14:01:43 088/520 - 6/8: Installing method DangerousClassNotifier class>>initialize 14:01:43 088/520 - 7/8: Installing method DangerousClassNotifier class>>shouldNotBeRedefined: 14:01:43 088/520 - 8/8: Installing method DangerousClassNotifier class>>tooDangerousClasses 14:01:43 089/520 - 1/8: Installing method DecoratorStream>>atEnd 14:01:43 089/520 - 2/8: Installing method DecoratorStream>>contents 14:01:43 089/520 - 3/8: Installing method DecoratorStream>>next 14:01:43 089/520 - 4/8: Installing method DecoratorStream>>nextPut: 14:01:43 089/520 - 5/8: Installing method DecoratorStream>>on: 14:01:43 089/520 - 6/8: Installing method DecoratorStream>>peek 14:01:43 089/520 - 7/8: Installing method DecoratorStream>>position 14:01:43 089/520 - 8/8: Installing method DecoratorStream>>store: 14:01:43 089/520 - 1/1: Installing method DecoratorStream class>>on: 14:01:43 090/520 - 1/1: Installing method DefaultExecutionEnvironment>>prepareForNewProcess: 14:01:43 090/520 - 1/3: Installing method DefaultExecutionEnvironment class>>beActive 14:01:43 090/520 - 2/3: Installing method DefaultExecutionEnvironment class>>beActiveDuring: 14:01:43 090/520 - 3/3: Installing method DefaultExecutionEnvironment class>>instance 14:01:44 091/520 - 1/16: Installing method Delay>>beingWaitedOn 14:01:44 091/520 - 2/16: Installing method Delay>>delaySemaphore 14:01:44 091/520 - 3/16: Installing method Delay>>isExpired 14:01:44 091/520 - 4/16: Installing method Delay>>millisecondDelayDuration 14:01:44 091/520 - 5/16: Installing method Delay>>millisecondsToGo 14:01:44 091/520 - 6/16: Installing method Delay>>printOn: 14:01:44 091/520 - 7/16: Installing method Delay>>resumptionTick 14:01:44 091/520 - 8/16: Installing method Delay>>resumptionTickAdjustFrom:to: 14:01:44 091/520 - 9/16: Installing method Delay>>schedule 14:01:44 091/520 - 10/16: Installing method Delay>>setDelay: 14:01:44 091/520 - 11/16: Installing method Delay>>setDelay:forSemaphore: 14:01:44 091/520 - 12/16: Installing method Delay>>timingPriorityScheduleTicker: 14:01:44 091/520 - 13/16: Installing method Delay>>timingPrioritySignalExpired 14:01:44 091/520 - 14/16: Installing method Delay>>timingPriorityUnschedule 14:01:44 091/520 - 15/16: Installing method Delay>>unschedule 14:01:44 091/520 - 16/16: Installing method Delay>>wait 14:01:44 091/520 - 1/21: Installing method Delay class>>anyActive 14:01:44 091/520 - 2/21: Installing method Delay class>>delaySchedulerClass 14:01:44 091/520 - 3/21: Installing method Delay class>>delaySchedulerClass: 14:01:44 091/520 - 4/21: Installing method Delay class>>forDays: 14:01:44 091/520 - 5/21: Installing method Delay class>>forHours: 14:01:44 091/520 - 6/21: Installing method Delay class>>forMilliseconds: 14:01:44 091/520 - 7/21: Installing method Delay class>>forMinutes: 14:01:44 091/520 - 8/21: Installing method Delay class>>forSeconds: 14:01:44 091/520 - 9/21: Installing method Delay class>>initialize 14:01:44 091/520 - 10/21: Installing method Delay class>>nextWakeUpTime 14:01:44 091/520 - 11/21: Installing method Delay class>>restartMethods 14:01:44 091/520 - 12/21: Installing method Delay class>>restartTimerEventLoop 14:01:44 091/520 - 13/21: Installing method Delay class>>scheduler 14:01:44 091/520 - 14/21: Installing method Delay class>>scheduler: 14:01:44 091/520 - 15/21: Installing method Delay class>>schedulingProcess 14:01:45 091/520 - 16/21: Installing method Delay class>>shutDown 14:01:45 091/520 - 17/21: Installing method Delay class>>startTimerEventLoop 14:01:45 091/520 - 18/21: Installing method Delay class>>startUp 14:01:45 091/520 - 19/21: Installing method Delay class>>stopTimerEventLoop 14:01:45 091/520 - 20/21: Installing method Delay class>>systemSettingOn: 14:01:45 091/520 - 21/21: Installing method Delay class>>timeoutSemaphore:afterMSecs: 14:01:45 092/520 - 1/22: Installing method DelayBasicScheduler>>anyActive 14:01:45 092/520 - 2/22: Installing method DelayBasicScheduler>>initialize 14:01:45 092/520 - 3/22: Installing method DelayBasicScheduler>>initializeTicker:suspendedDelaysHeap: 14:01:45 092/520 - 4/22: Installing method DelayBasicScheduler>>nextWakeUpTime 14:01:45 092/520 - 5/22: Installing method DelayBasicScheduler>>printOn: 14:01:45 092/520 - 6/22: Installing method DelayBasicScheduler>>restartTimerEventLoop 14:01:45 092/520 - 7/22: Installing method DelayBasicScheduler>>resume 14:01:45 092/520 - 8/22: Installing method DelayBasicScheduler>>runBackendLoopAtTimingPriority 14:01:45 092/520 - 9/22: Installing method DelayBasicScheduler>>schedule: 14:01:45 092/520 - 10/22: Installing method DelayBasicScheduler>>scheduleAtTimingPriority 14:01:45 092/520 - 11/22: Installing method DelayBasicScheduler>>schedulingProcess 14:01:45 092/520 - 12/22: Installing method DelayBasicScheduler>>shutDown 14:01:45 092/520 - 13/22: Installing method DelayBasicScheduler>>simulate_vmMilliseconds: 14:01:46 092/520 - 14/22: Installing method DelayBasicScheduler>>startTimerEventLoop 14:01:46 092/520 - 15/22: Installing method DelayBasicScheduler>>startTimerEventLoopPriority: 14:01:46 092/520 - 16/22: Installing method DelayBasicScheduler>>startUp 14:01:46 092/520 - 17/22: Installing method DelayBasicScheduler>>stopTimerEventLoop 14:01:46 092/520 - 18/22: Installing method DelayBasicScheduler>>suspend 14:01:46 092/520 - 19/22: Installing method DelayBasicScheduler>>suspendAtTimingPriority 14:01:46 092/520 - 20/22: Installing method DelayBasicScheduler>>ticker 14:01:46 092/520 - 21/22: Installing method DelayBasicScheduler>>unschedule: 14:01:46 092/520 - 22/22: Installing method DelayBasicScheduler>>unscheduleAtTimingPriority 14:01:46 092/520 - 1/2: Installing method DelayBasicScheduler class>>defaultSuspendedDelaysHeap 14:01:46 092/520 - 2/2: Installing method DelayBasicScheduler class>>onTicker:suspendedDelaysHeap: 14:01:46 093/520 - 1/5: Installing method DelayMicrosecondTicker>>millisecondsUntilTick: 14:01:46 093/520 - 2/5: Installing method DelayMicrosecondTicker>>nowTick 14:01:46 093/520 - 3/5: Installing method DelayMicrosecondTicker>>primSignal:atUTCMicroseconds: 14:01:46 093/520 - 4/5: Installing method DelayMicrosecondTicker>>tickAfterMilliseconds: 14:01:46 093/520 - 5/5: Installing method DelayMicrosecondTicker>>waitForUserSignalled:orExpired: 14:01:46 094/520 - 1/5: Installing method DelayMicrosecondTickerSimulation>>initialize 14:01:46 094/520 - 2/5: Installing method DelayMicrosecondTickerSimulation>>nowTick 14:01:46 094/520 - 3/5: Installing method DelayMicrosecondTickerSimulation>>primSignal:atUTCMicroseconds: 14:01:46 094/520 - 4/5: Installing method DelayMicrosecondTickerSimulation>>simulate_vmMilliseconds: 14:01:46 094/520 - 5/5: Installing method DelayMicrosecondTickerSimulation>>vmSimNextWakeupMilliseconds 14:01:46 095/520 - 1/1: Installing method DelayMicrosecondUncappedTicker>>waitForUserSignalled:orExpired: 14:01:46 096/520 - 1/5: Installing method DelayMillisecondTicker>>millisecondsUntilTick: 14:01:46 096/520 - 2/5: Installing method DelayMillisecondTicker>>nowTick 14:01:46 096/520 - 3/5: Installing method DelayMillisecondTicker>>primSignal:atMilliseconds: 14:01:46 096/520 - 4/5: Installing method DelayMillisecondTicker>>tickAfterMilliseconds: 14:01:46 096/520 - 5/5: Installing method DelayMillisecondTicker>>waitForUserSignalled:orExpired: 14:01:46 097/520 - 1/5: Installing method DelayMillisecondTickerSimulation>>initialize 14:01:46 097/520 - 2/5: Installing method DelayMillisecondTickerSimulation>>nowTick 14:01:46 097/520 - 3/5: Installing method DelayMillisecondTickerSimulation>>primSignal:atMilliseconds: 14:01:46 097/520 - 4/5: Installing method DelayMillisecondTickerSimulation>>simulate_vmMilliseconds: 14:01:46 097/520 - 5/5: Installing method DelayMillisecondTickerSimulation>>vmSimNextWakeupMilliseconds 14:01:47 098/520 - 1/3: Installing method DelayMutexScheduler>>initializeTicker:suspendedDelaysHeap: 14:01:47 098/520 - 2/3: Installing method DelayMutexScheduler>>schedule: 14:01:47 098/520 - 3/3: Installing method DelayMutexScheduler>>unschedule: 14:01:47 099/520 - 1/6: Installing method DelayNullScheduler>>schedule: 14:01:47 099/520 - 2/6: Installing method DelayNullScheduler>>shutDown 14:01:47 099/520 - 3/6: Installing method DelayNullScheduler>>startTimerEventLoop 14:01:47 099/520 - 4/6: Installing method DelayNullScheduler>>startUp 14:01:47 099/520 - 5/6: Installing method DelayNullScheduler>>stopTimerEventLoop 14:01:47 099/520 - 6/6: Installing method DelayNullScheduler>>unschedule: 14:01:47 100/520 - 1/5: Installing method DelaySemaphoreScheduler>>initializeTicker:suspendedDelaysHeap: 14:01:47 100/520 - 2/5: Installing method DelaySemaphoreScheduler>>schedule: 14:01:47 100/520 - 3/5: Installing method DelaySemaphoreScheduler>>scheduleAtTimingPriority 14:01:47 100/520 - 4/5: Installing method DelaySemaphoreScheduler>>unschedule: 14:01:47 100/520 - 5/5: Installing method DelaySemaphoreScheduler>>unscheduleAtTimingPriority 14:01:47 101/520 - 1/5: Installing method DelayWaitTimeout>>isExpired 14:01:47 101/520 - 2/5: Installing method DelayWaitTimeout>>setDelay:forSemaphore: 14:01:47 101/520 - 3/5: Installing method DelayWaitTimeout>>timingPrioritySignalExpired 14:01:47 101/520 - 4/5: Installing method DelayWaitTimeout>>wait 14:01:47 101/520 - 5/5: Installing method DelayWaitTimeout>>waitOnCompletion:onTimeout: 14:01:47 102/520 - 1/12: Installing method DependentsArray>>at: 14:01:47 102/520 - 2/12: Installing method DependentsArray>>at:put: 14:01:47 102/520 - 3/12: Installing method DependentsArray>>basicReplaceFrom:to:with:startingAt: 14:01:47 102/520 - 4/12: Installing method DependentsArray>>collect: 14:01:47 102/520 - 5/12: Installing method DependentsArray>>copyWith: 14:01:47 102/520 - 6/12: Installing method DependentsArray>>do: 14:01:47 102/520 - 7/12: Installing method DependentsArray>>first 14:01:47 102/520 - 8/12: Installing method DependentsArray>>last 14:01:47 102/520 - 9/12: Installing method DependentsArray>>reverseDo: 14:01:47 102/520 - 10/12: Installing method DependentsArray>>select: 14:01:47 102/520 - 11/12: Installing method DependentsArray>>size 14:01:47 102/520 - 12/12: Installing method DependentsArray>>writeStream 14:01:47 102/520 - 1/7: Installing method DependentsArray class>>with: 14:01:47 102/520 - 2/7: Installing method DependentsArray class>>with:with: 14:01:47 102/520 - 3/7: Installing method DependentsArray class>>with:with:with: 14:01:47 102/520 - 4/7: Installing method DependentsArray class>>with:with:with:with: 14:01:47 102/520 - 5/7: Installing method DependentsArray class>>with:with:with:with:with: 14:01:47 102/520 - 6/7: Installing method DependentsArray class>>with:with:with:with:with:with: 14:01:47 102/520 - 7/7: Installing method DependentsArray class>>withAll: 14:01:48 103/520 - 1/24: Installing method Deprecation>>= 14:01:48 103/520 - 2/24: Installing method Deprecation>>condition: 14:01:48 103/520 - 3/24: Installing method Deprecation>>context: 14:01:48 103/520 - 4/24: Installing method Deprecation>>contextOfDeprecatedMethod 14:01:48 103/520 - 5/24: Installing method Deprecation>>contextOfSender 14:01:48 103/520 - 6/24: Installing method Deprecation>>date: 14:01:48 103/520 - 7/24: Installing method Deprecation>>defaultAction 14:01:48 103/520 - 8/24: Installing method Deprecation>>deprecatedMethodName 14:01:48 103/520 - 9/24: Installing method Deprecation>>deprecationDate 14:01:48 103/520 - 10/24: Installing method Deprecation>>explanation: 14:01:48 103/520 - 11/24: Installing method Deprecation>>explanationString 14:01:48 103/520 - 12/24: Installing method Deprecation>>hash 14:01:48 103/520 - 13/24: Installing method Deprecation>>logTranscript 14:01:48 103/520 - 14/24: Installing method Deprecation>>messageText 14:01:48 103/520 - 15/24: Installing method Deprecation>>raiseWarning 14:01:48 103/520 - 16/24: Installing method Deprecation>>rewriterClass 14:01:48 103/520 - 17/24: Installing method Deprecation>>rule: 14:01:48 103/520 - 18/24: Installing method Deprecation>>sendingMethodName 14:01:48 103/520 - 19/24: Installing method Deprecation>>shouldTransform 14:01:48 103/520 - 20/24: Installing method Deprecation>>showWarning 14:01:48 103/520 - 21/24: Installing method Deprecation>>signal 14:01:48 103/520 - 22/24: Installing method Deprecation>>transform 14:01:48 103/520 - 23/24: Installing method Deprecation>>version: 14:01:48 103/520 - 24/24: Installing method Deprecation>>versionString 14:01:48 103/520 - 1/9: Installing method Deprecation class>>activateTransformations 14:01:48 103/520 - 2/9: Installing method Deprecation class>>activateTransformations: 14:01:48 103/520 - 3/9: Installing method Deprecation class>>deprecationsWhile: 14:01:49 103/520 - 4/9: Installing method Deprecation class>>initialize 14:01:49 103/520 - 5/9: Installing method Deprecation class>>raiseWarning 14:01:49 103/520 - 6/9: Installing method Deprecation class>>raiseWarning: 14:01:49 103/520 - 7/9: Installing method Deprecation class>>reset 14:01:49 103/520 - 8/9: Installing method Deprecation class>>showWarning 14:01:49 103/520 - 9/9: Installing method Deprecation class>>showWarning: 14:01:50 105/520 - 1/67: Installing method Dictionary>>= 14:01:50 105/520 - 2/67: Installing method Dictionary>>add: 14:01:50 105/520 - 3/67: Installing method Dictionary>>addAll: 14:01:50 105/520 - 4/67: Installing method Dictionary>>associationAt: 14:01:50 105/520 - 5/67: Installing method Dictionary>>associationAt:ifAbsent: 14:01:50 105/520 - 6/67: Installing method Dictionary>>associationAt:ifPresent: 14:01:50 105/520 - 7/67: Installing method Dictionary>>associationAt:ifPresent:ifAbsent: 14:01:50 105/520 - 8/67: Installing method Dictionary>>associations 14:01:50 105/520 - 9/67: Installing method Dictionary>>associationsDo: 14:01:50 105/520 - 10/67: Installing method Dictionary>>associationsSelect: 14:01:50 105/520 - 11/67: Installing method Dictionary>>at: 14:01:50 105/520 - 12/67: Installing method Dictionary>>at:at: 14:01:50 105/520 - 13/67: Installing method Dictionary>>at:at:ifAbsent: 14:01:50 105/520 - 14/67: Installing method Dictionary>>at:at:ifAbsentPut: 14:01:50 105/520 - 15/67: Installing method Dictionary>>at:at:put: 14:01:50 105/520 - 16/67: Installing method Dictionary>>at:ifAbsent: 14:01:50 105/520 - 17/67: Installing method Dictionary>>at:ifAbsentPut: 14:01:50 105/520 - 18/67: Installing method Dictionary>>at:ifPresent: 14:01:50 105/520 - 19/67: Installing method Dictionary>>at:ifPresent:ifAbsent: 14:01:50 105/520 - 20/67: Installing method Dictionary>>at:ifPresent:ifAbsentPut: 14:01:50 105/520 - 21/67: Installing method Dictionary>>at:put: 14:01:50 105/520 - 22/67: Installing method Dictionary>>at:update: 14:01:51 105/520 - 23/67: Installing method Dictionary>>at:update:initial: 14:01:51 105/520 - 24/67: Installing method Dictionary>>bindingOf: 14:01:51 105/520 - 25/67: Installing method Dictionary>>bindingsDo: 14:01:51 105/520 - 26/67: Installing method Dictionary>>collect: 14:01:51 105/520 - 27/67: Installing method Dictionary>>difference: 14:01:51 105/520 - 28/67: Installing method Dictionary>>do: 14:01:51 105/520 - 29/67: Installing method Dictionary>>errorKeyNotFound: 14:01:51 105/520 - 30/67: Installing method Dictionary>>errorValueNotFound: 14:01:51 105/520 - 31/67: Installing method Dictionary>>fixCollisionsFrom: 14:01:51 105/520 - 32/67: Installing method Dictionary>>flatCollect: 14:01:51 105/520 - 33/67: Installing method Dictionary>>hasBindingThatBeginsWith: 14:01:51 105/520 - 34/67: Installing method Dictionary>>includes: 14:01:51 105/520 - 35/67: Installing method Dictionary>>includesAssociation: 14:01:51 105/520 - 36/67: Installing method Dictionary>>includesIdentity: 14:01:51 105/520 - 37/67: Installing method Dictionary>>includesKey: 14:01:51 105/520 - 38/67: Installing method Dictionary>>intersection: 14:01:51 105/520 - 39/67: Installing method Dictionary>>isDictionary 14:01:51 105/520 - 40/67: Installing method Dictionary>>isHealthy 14:01:51 105/520 - 41/67: Installing method Dictionary>>keyAtIdentityValue: 14:01:51 105/520 - 42/67: Installing method Dictionary>>keyAtIdentityValue:ifAbsent: 14:01:51 105/520 - 43/67: Installing method Dictionary>>keyAtValue: 14:01:51 105/520 - 44/67: Installing method Dictionary>>keyAtValue:ifAbsent: 14:01:51 105/520 - 45/67: Installing method Dictionary>>keyForIdentity: 14:01:51 105/520 - 46/67: Installing method Dictionary>>keys 14:01:51 105/520 - 47/67: Installing method Dictionary>>keysAndValuesDo: 14:01:51 105/520 - 48/67: Installing method Dictionary>>keysAndValuesRemove: 14:01:51 105/520 - 49/67: Installing method Dictionary>>keysDo: 14:01:51 105/520 - 50/67: Installing method Dictionary>>keysSortedSafely 14:01:51 105/520 - 51/67: Installing method Dictionary>>noCheckAdd: 14:01:51 105/520 - 52/67: Installing method Dictionary>>noCheckNoGrowFillFrom: 14:01:51 105/520 - 53/67: Installing method Dictionary>>postCopy 14:01:51 105/520 - 54/67: Installing method Dictionary>>printElementsOn: 14:01:51 105/520 - 55/67: Installing method Dictionary>>rehash 14:01:51 105/520 - 56/67: Installing method Dictionary>>reject:thenCollect: 14:01:51 105/520 - 57/67: Installing method Dictionary>>remove: 14:01:51 105/520 - 58/67: Installing method Dictionary>>remove:ifAbsent: 14:01:51 105/520 - 59/67: Installing method Dictionary>>removeKey: 14:01:51 105/520 - 60/67: Installing method Dictionary>>removeKey:ifAbsent: 14:01:51 105/520 - 61/67: Installing method Dictionary>>removeUnreferencedKeys 14:01:51 105/520 - 62/67: Installing method Dictionary>>scanFor: 14:01:51 105/520 - 63/67: Installing method Dictionary>>select: 14:01:51 105/520 - 64/67: Installing method Dictionary>>select:thenCollect: 14:01:51 105/520 - 65/67: Installing method Dictionary>>storeOn: 14:01:51 105/520 - 66/67: Installing method Dictionary>>values 14:01:51 105/520 - 67/67: Installing method Dictionary>>valuesDo: 14:01:51 105/520 - 1/3: Installing method Dictionary class>>newFrom: 14:01:51 105/520 - 2/3: Installing method Dictionary class>>newFromKeys:andValues: 14:01:51 105/520 - 3/3: Installing method Dictionary class>>newFromPairs: 14:01:52 106/520 - 1/30: Installing method DoItVariable>>actualVariable 14:01:52 106/520 - 2/30: Installing method DoItVariable>>actualVariable: 14:01:52 106/520 - 3/30: Installing method DoItVariable>>allowsShadowing 14:01:52 106/520 - 4/30: Installing method DoItVariable>>doItContext 14:01:52 106/520 - 5/30: Installing method DoItVariable>>doItContext: 14:01:52 106/520 - 6/30: Installing method DoItVariable>>emitStore: 14:01:52 106/520 - 7/30: Installing method DoItVariable>>emitValue: 14:01:52 106/520 - 8/30: Installing method DoItVariable>>isArgumentVariable 14:01:52 106/520 - 9/30: Installing method DoItVariable>>isClassVariable 14:01:52 106/520 - 10/30: Installing method DoItVariable>>isGlobalVariable 14:01:52 106/520 - 11/30: Installing method DoItVariable>>isInstanceVariable 14:01:52 106/520 - 12/30: Installing method DoItVariable>>isLiteralVariable 14:01:52 106/520 - 13/30: Installing method DoItVariable>>isLocalVariable 14:01:52 106/520 - 14/30: Installing method DoItVariable>>isPseudoVariable 14:01:52 106/520 - 15/30: Installing method DoItVariable>>isSelfVariable 14:01:52 106/520 - 16/30: Installing method DoItVariable>>isSuperVariable 14:01:52 106/520 - 17/30: Installing method DoItVariable>>isTempVariable 14:01:52 106/520 - 18/30: Installing method DoItVariable>>isThisContextVariable 14:01:52 106/520 - 19/30: Installing method DoItVariable>>isThisProcessVariable 14:01:52 106/520 - 20/30: Installing method DoItVariable>>isUndeclaredVariable 14:01:52 106/520 - 21/30: Installing method DoItVariable>>isUninitialized 14:01:52 106/520 - 22/30: Installing method DoItVariable>>isWorkspaceVariable 14:01:52 106/520 - 23/30: Installing method DoItVariable>>key 14:01:52 106/520 - 24/30: Installing method DoItVariable>>printOn: 14:01:52 106/520 - 25/30: Installing method DoItVariable>>read 14:01:52 106/520 - 26/30: Installing method DoItVariable>>readInContext: 14:01:52 106/520 - 27/30: Installing method DoItVariable>>scope 14:01:52 106/520 - 28/30: Installing method DoItVariable>>usingMethods 14:01:52 106/520 - 29/30: Installing method DoItVariable>>write: 14:01:52 106/520 - 30/30: Installing method DoItVariable>>write:inContext: 14:01:52 106/520 - 1/2: Installing method DoItVariable class>>fromContext:variable: 14:01:52 106/520 - 2/2: Installing method DoItVariable class>>named:fromContext: 14:01:52 107/520 - 1/4: Installing method DomainError>>from 14:01:52 107/520 - 2/4: Installing method DomainError>>from: 14:01:52 107/520 - 3/4: Installing method DomainError>>to 14:01:52 107/520 - 4/4: Installing method DomainError>>to: 14:01:52 107/520 - 1/6: Installing method DomainError class>>signal:from: 14:01:52 107/520 - 2/6: Installing method DomainError class>>signal:from:to: 14:01:52 107/520 - 3/6: Installing method DomainError class>>signal:to: 14:01:52 107/520 - 4/6: Installing method DomainError class>>signalFrom: 14:01:52 107/520 - 5/6: Installing method DomainError class>>signalFrom:to: 14:01:52 107/520 - 6/6: Installing method DomainError class>>signalTo: 14:01:53 108/520 - 1/6: Installing method DoubleByteArray>>= 14:01:53 108/520 - 2/6: Installing method DoubleByteArray>>atAllPut: 14:01:53 108/520 - 3/6: Installing method DoubleByteArray>>byteSize 14:01:53 108/520 - 4/6: Installing method DoubleByteArray>>bytesPerElement 14:01:53 108/520 - 5/6: Installing method DoubleByteArray>>defaultElement 14:01:53 108/520 - 6/6: Installing method DoubleByteArray>>replaceFrom:to:with:startingAt: 14:01:53 109/520 - 1/4: Installing method DoubleByteLayout>>bytesPerSlot 14:01:53 109/520 - 2/4: Installing method DoubleByteLayout>>extendDoubleByte 14:01:53 109/520 - 3/4: Installing method DoubleByteLayout>>instanceSpecification 14:01:53 109/520 - 4/4: Installing method DoubleByteLayout>>isDoubleBytes 14:01:53 109/520 - 1/1: Installing method DoubleByteLayout class>>extending:scope:host: 14:01:53 110/520 - 1/10: Installing method DoubleLink>>asDoubleLink 14:01:53 110/520 - 2/10: Installing method DoubleLink>>clearLinks 14:01:53 110/520 - 3/10: Installing method DoubleLink>>hasPredecessor 14:01:53 110/520 - 4/10: Installing method DoubleLink>>hasSuccessor 14:01:53 110/520 - 5/10: Installing method DoubleLink>>nextLink 14:01:53 110/520 - 6/10: Installing method DoubleLink>>nextLink: 14:01:53 110/520 - 7/10: Installing method DoubleLink>>previousLink 14:01:53 110/520 - 8/10: Installing method DoubleLink>>previousLink: 14:01:53 110/520 - 9/10: Installing method DoubleLink>>value 14:01:53 110/520 - 10/10: Installing method DoubleLink>>value: 14:01:53 110/520 - 1/1: Installing method DoubleLink class>>value: 14:01:53 111/520 - 1/18: Installing method DoubleLinkedList>>add: 14:01:53 111/520 - 2/18: Installing method DoubleLinkedList>>add:afterLink: 14:01:53 111/520 - 3/18: Installing method DoubleLinkedList>>add:beforeLink: 14:01:53 111/520 - 4/18: Installing method DoubleLinkedList>>addFirst: 14:01:53 111/520 - 5/18: Installing method DoubleLinkedList>>addLast: 14:01:53 111/520 - 6/18: Installing method DoubleLinkedList>>do: 14:01:53 111/520 - 7/18: Installing method DoubleLinkedList>>first 14:01:53 111/520 - 8/18: Installing method DoubleLinkedList>>firstLink 14:01:53 111/520 - 9/18: Installing method DoubleLinkedList>>isEmpty 14:01:53 111/520 - 10/18: Installing method DoubleLinkedList>>last 14:01:53 111/520 - 11/18: Installing method DoubleLinkedList>>lastLink 14:01:53 111/520 - 12/18: Installing method DoubleLinkedList>>linksDo: 14:01:53 111/520 - 13/18: Installing method DoubleLinkedList>>removeAll 14:01:53 111/520 - 14/18: Installing method DoubleLinkedList>>removeFirst 14:01:53 111/520 - 15/18: Installing method DoubleLinkedList>>removeLast 14:01:53 111/520 - 16/18: Installing method DoubleLinkedList>>removeLink: 14:01:53 111/520 - 17/18: Installing method DoubleLinkedList>>reverseDo: 14:01:53 111/520 - 18/18: Installing method DoubleLinkedList>>reverseLinksDo: 14:01:53 111/520 - 1/1: Installing method DoubleLinkedList class>>newFrom: 14:01:53 112/520 - 1/6: Installing method DoubleWordArray>>= 14:01:53 112/520 - 2/6: Installing method DoubleWordArray>>atAllPut: 14:01:54 112/520 - 3/6: Installing method DoubleWordArray>>byteSize 14:01:54 112/520 - 4/6: Installing method DoubleWordArray>>bytesPerElement 14:01:54 112/520 - 5/6: Installing method DoubleWordArray>>defaultElement 14:01:54 112/520 - 6/6: Installing method DoubleWordArray>>replaceFrom:to:with:startingAt: 14:01:54 113/520 - 1/3: Installing method DoubleWordLayout>>extendDoubleWord 14:01:54 113/520 - 2/3: Installing method DoubleWordLayout>>instanceSpecification 14:01:54 113/520 - 3/3: Installing method DoubleWordLayout>>isDoubleWords 14:01:54 113/520 - 1/1: Installing method DoubleWordLayout class>>extending:scope:host: 14:01:54 114/520 - 1/1: Installing method DummySystemProgressItem>>doesNotUnderstand: 14:01:55 115/520 - 1/22: Installing method DummyUIManager>>chooseDirectory:from: 14:01:55 115/520 - 2/22: Installing method DummyUIManager>>chooseFrom:lines:title: 14:01:55 115/520 - 3/22: Installing method DummyUIManager>>chooseFrom:values:lines:title: 14:01:55 115/520 - 4/22: Installing method DummyUIManager>>confirm: 14:01:55 115/520 - 5/22: Installing method DummyUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 14:01:55 115/520 - 6/22: Installing method DummyUIManager>>confirm:orCancel: 14:01:55 115/520 - 7/22: Installing method DummyUIManager>>debugProcess:context:label:fullView:notification: 14:01:55 115/520 - 8/22: Installing method DummyUIManager>>edit:label:accept: 14:01:55 115/520 - 9/22: Installing method DummyUIManager>>handleError:log: 14:01:55 115/520 - 10/22: Installing method DummyUIManager>>handleWarning: 14:01:55 115/520 - 11/22: Installing method DummyUIManager>>inform: 14:01:55 115/520 - 12/22: Installing method DummyUIManager>>informUserDuring: 14:01:55 115/520 - 13/22: Installing method DummyUIManager>>lowSpaceWatcherDefaultAction 14:01:55 115/520 - 14/22: Installing method DummyUIManager>>multiLineRequest:initialAnswer:answerHeight: 14:01:55 115/520 - 15/22: Installing method DummyUIManager>>progressBarEnabled 14:01:55 115/520 - 16/22: Installing method DummyUIManager>>progressBarEnabled: 14:01:55 115/520 - 17/22: Installing method DummyUIManager>>request:initialAnswer: 14:01:55 115/520 - 18/22: Installing method DummyUIManager>>request:initialAnswer:entryCompletion: 14:01:55 115/520 - 19/22: Installing method DummyUIManager>>request:initialAnswer:title:entryCompletion: 14:01:55 115/520 - 20/22: Installing method DummyUIManager>>requestPassword: 14:01:55 115/520 - 21/22: Installing method DummyUIManager>>traceCr: 14:01:55 115/520 - 22/22: Installing method DummyUIManager>>unhandledErrorDefaultAction: 14:01:55 116/520 - 1/7: Installing method DuplicatedSlotName>>host 14:01:55 116/520 - 2/7: Installing method DuplicatedSlotName>>host: 14:01:55 116/520 - 3/7: Installing method DuplicatedSlotName>>messageText 14:01:55 116/520 - 4/7: Installing method DuplicatedSlotName>>newSlot 14:01:55 116/520 - 5/7: Installing method DuplicatedSlotName>>newSlot: 14:01:55 116/520 - 6/7: Installing method DuplicatedSlotName>>oldSlot 14:01:55 116/520 - 7/7: Installing method DuplicatedSlotName>>oldSlot: 14:01:55 117/520 - 1/5: Installing method DuplicatedVariableError>>isResumable 14:01:55 117/520 - 2/5: Installing method DuplicatedVariableError>>superclass 14:01:55 117/520 - 3/5: Installing method DuplicatedVariableError>>superclass: 14:01:55 117/520 - 4/5: Installing method DuplicatedVariableError>>variable 14:01:55 117/520 - 5/5: Installing method DuplicatedVariableError>>variable: 14:01:55 117/520 - 1/1: Installing method DuplicatedVariableError class>>signalWith: 14:01:55 118/520 - 1/1: Installing method DynamicVariable>>value:during: 14:01:55 118/520 - 1/1: Installing method DynamicVariable class>>value:during: 14:01:56 119/520 - 1/7: Installing method EmptyLayout>>extend: 14:01:56 119/520 - 2/7: Installing method EmptyLayout>>extendByte 14:01:56 119/520 - 3/7: Installing method EmptyLayout>>extendDoubleByte 14:01:56 119/520 - 4/7: Installing method EmptyLayout>>extendDoubleWord 14:01:56 119/520 - 5/7: Installing method EmptyLayout>>extendVariable: 14:01:56 119/520 - 6/7: Installing method EmptyLayout>>extendWeak 14:01:56 119/520 - 7/7: Installing method EmptyLayout>>extendWord 14:01:56 119/520 - 1/1: Installing method EmptyLayout class>>instance 14:01:57 120/520 - 1/54: Installing method EncoderForSistaV1>>genBranchPopFalse: 14:01:57 120/520 - 2/54: Installing method EncoderForSistaV1>>genBranchPopFalseLong: 14:01:57 120/520 - 3/54: Installing method EncoderForSistaV1>>genBranchPopTrue: 14:01:57 120/520 - 4/54: Installing method EncoderForSistaV1>>genBranchPopTrueLong: 14:01:57 120/520 - 5/54: Installing method EncoderForSistaV1>>genCallMappedInlinedPrimitive: 14:01:57 120/520 - 6/54: Installing method EncoderForSistaV1>>genCallPrimitive: 14:01:57 120/520 - 7/54: Installing method EncoderForSistaV1>>genDup 14:01:57 120/520 - 8/54: Installing method EncoderForSistaV1>>genJump: 14:01:57 120/520 - 9/54: Installing method EncoderForSistaV1>>genJumpLong: 14:01:57 120/520 - 10/54: Installing method EncoderForSistaV1>>genNop 14:01:57 120/520 - 11/54: Installing method EncoderForSistaV1>>genPop 14:01:57 120/520 - 12/54: Installing method EncoderForSistaV1>>genPushCharacter: 14:01:57 120/520 - 13/54: Installing method EncoderForSistaV1>>genPushConsArray: 14:01:57 120/520 - 14/54: Installing method EncoderForSistaV1>>genPushFullClosure:numCopied:receiverOnStack:outerContextNeeded: 14:01:57 120/520 - 15/54: Installing method EncoderForSistaV1>>genPushInstVar: 14:01:57 120/520 - 16/54: Installing method EncoderForSistaV1>>genPushInstVarLong: 14:01:57 120/520 - 17/54: Installing method EncoderForSistaV1>>genPushInteger: 14:01:57 120/520 - 18/54: Installing method EncoderForSistaV1>>genPushIntegerLong: 14:01:57 120/520 - 19/54: Installing method EncoderForSistaV1>>genPushLiteral: 14:01:57 120/520 - 20/54: Installing method EncoderForSistaV1>>genPushLiteralVar: 14:01:57 120/520 - 21/54: Installing method EncoderForSistaV1>>genPushNewArray: 14:01:57 120/520 - 22/54: Installing method EncoderForSistaV1>>genPushReceiver 14:01:57 120/520 - 23/54: Installing method EncoderForSistaV1>>genPushRemoteTemp:inVectorAt: 14:01:57 120/520 - 24/54: Installing method EncoderForSistaV1>>genPushSpecialLiteral: 14:01:57 120/520 - 25/54: Installing method EncoderForSistaV1>>genPushTemp: 14:01:58 120/520 - 26/54: Installing method EncoderForSistaV1>>genPushThisContext 14:01:58 120/520 - 27/54: Installing method EncoderForSistaV1>>genPushThisProcess 14:01:58 120/520 - 28/54: Installing method EncoderForSistaV1>>genReturnReceiver 14:01:58 120/520 - 29/54: Installing method EncoderForSistaV1>>genReturnSpecialLiteral: 14:01:58 120/520 - 30/54: Installing method EncoderForSistaV1>>genReturnTop 14:01:58 120/520 - 31/54: Installing method EncoderForSistaV1>>genReturnTopToCaller 14:01:58 120/520 - 32/54: Installing method EncoderForSistaV1>>genSend:numArgs: 14:01:58 120/520 - 33/54: Installing method EncoderForSistaV1>>genSendDirectedSuper:numArgs: 14:01:58 120/520 - 34/54: Installing method EncoderForSistaV1>>genSendSpecial:numArgs: 14:01:58 120/520 - 35/54: Installing method EncoderForSistaV1>>genSendSuper:numArgs: 14:01:58 120/520 - 36/54: Installing method EncoderForSistaV1>>genSignedSingleExtendB: 14:01:58 120/520 - 37/54: Installing method EncoderForSistaV1>>genStoreInstVar: 14:01:58 120/520 - 38/54: Installing method EncoderForSistaV1>>genStoreInstVarLong: 14:01:58 120/520 - 39/54: Installing method EncoderForSistaV1>>genStoreLiteralVar: 14:01:58 120/520 - 40/54: Installing method EncoderForSistaV1>>genStorePopInstVar: 14:01:58 120/520 - 41/54: Installing method EncoderForSistaV1>>genStorePopInstVarLong: 14:01:58 120/520 - 42/54: Installing method EncoderForSistaV1>>genStorePopLiteralVar: 14:01:58 120/520 - 43/54: Installing method EncoderForSistaV1>>genStorePopRemoteTemp:inVectorAt: 14:01:58 120/520 - 44/54: Installing method EncoderForSistaV1>>genStorePopTemp: 14:01:58 120/520 - 45/54: Installing method EncoderForSistaV1>>genStoreRemoteTemp:inVectorAt: 14:01:58 120/520 - 46/54: Installing method EncoderForSistaV1>>genStoreTemp: 14:01:58 120/520 - 47/54: Installing method EncoderForSistaV1>>genTrap 14:01:58 120/520 - 48/54: Installing method EncoderForSistaV1>>genTrapIfNotInstanceOf: 14:01:58 120/520 - 49/54: Installing method EncoderForSistaV1>>genUnsignedMultipleExtendA: 14:01:58 120/520 - 50/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendA: 14:01:58 120/520 - 51/54: Installing method EncoderForSistaV1>>genUnsignedSingleExtendB: 14:01:58 120/520 - 52/54: Installing method EncoderForSistaV1>>isSpecialLiteralForPush: 14:01:58 120/520 - 53/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied: 14:01:58 120/520 - 54/54: Installing method EncoderForSistaV1>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 14:01:58 120/520 - 1/43: Installing method EncoderForSistaV1 class>>backJumpBytecodeSize 14:01:58 120/520 - 2/43: Installing method EncoderForSistaV1 class>>bindingReadScanBlockFor:using: 14:01:58 120/520 - 3/43: Installing method EncoderForSistaV1 class>>bindingWriteScanBlockFor:using: 14:01:58 120/520 - 4/43: Installing method EncoderForSistaV1 class>>bytecodeSize: 14:01:58 120/520 - 5/43: Installing method EncoderForSistaV1 class>>callPrimitiveCode 14:01:58 120/520 - 6/43: Installing method EncoderForSistaV1 class>>extensionsAt:in:into: 14:01:58 120/520 - 7/43: Installing method EncoderForSistaV1 class>>firstSpecialSelectorByte 14:01:59 120/520 - 8/43: Installing method EncoderForSistaV1 class>>instVarReadScanBlockFor:using: 14:01:59 120/520 - 9/43: Installing method EncoderForSistaV1 class>>instVarWriteScanBlockFor:using: 14:01:59 120/520 - 10/43: Installing method EncoderForSistaV1 class>>instructionSizeAt:of: 14:01:59 120/520 - 11/43: Installing method EncoderForSistaV1 class>>interpretNextInstructionFor:in: 14:01:59 120/520 - 12/43: Installing method EncoderForSistaV1 class>>isBlockReturnAt:in: 14:01:59 120/520 - 13/43: Installing method EncoderForSistaV1 class>>isBranchIfFalseAt:in: 14:01:59 120/520 - 14/43: Installing method EncoderForSistaV1 class>>isBranchIfTrueAt:in: 14:01:59 120/520 - 15/43: Installing method EncoderForSistaV1 class>>isCreateBlockAt:in: 14:01:59 120/520 - 16/43: Installing method EncoderForSistaV1 class>>isCreateFullBlock:code:at: 14:01:59 120/520 - 17/43: Installing method EncoderForSistaV1 class>>isCreateFullBlockAt:in: 14:01:59 120/520 - 18/43: Installing method EncoderForSistaV1 class>>isExtension: 14:01:59 120/520 - 19/43: Installing method EncoderForSistaV1 class>>isJumpAt:in: 14:01:59 120/520 - 20/43: Installing method EncoderForSistaV1 class>>isJustPopAt:in: 14:01:59 120/520 - 21/43: Installing method EncoderForSistaV1 class>>isPushTempAt:in: 14:01:59 120/520 - 22/43: Installing method EncoderForSistaV1 class>>isRealSendAt:in: 14:01:59 120/520 - 23/43: Installing method EncoderForSistaV1 class>>isReturnAt:in: 14:01:59 120/520 - 24/43: Installing method EncoderForSistaV1 class>>isReturnTopFromMethodAt:in: 14:01:59 120/520 - 25/43: Installing method EncoderForSistaV1 class>>isSendAt:in: 14:01:59 120/520 - 26/43: Installing method EncoderForSistaV1 class>>isStoreAt:in: 14:01:59 120/520 - 27/43: Installing method EncoderForSistaV1 class>>isStorePopAt:in: 14:01:59 120/520 - 28/43: Installing method EncoderForSistaV1 class>>literalIndexOfBytecodeAt:in: 14:01:59 120/520 - 29/43: Installing method EncoderForSistaV1 class>>literalMethodBytecodes 14:01:59 120/520 - 30/43: Installing method EncoderForSistaV1 class>>markerOrNilFor: 14:01:59 120/520 - 31/43: Installing method EncoderForSistaV1 class>>method:refersInBytecodeToLiteral:specialSelectorIndex: 14:01:59 120/520 - 32/43: Installing method EncoderForSistaV1 class>>methodReturnBytecodes 14:01:59 120/520 - 33/43: Installing method EncoderForSistaV1 class>>nonExtensionBytecodeAt:in: 14:01:59 120/520 - 34/43: Installing method EncoderForSistaV1 class>>prepareMethod:forSimulationWith: 14:01:59 120/520 - 35/43: Installing method EncoderForSistaV1 class>>pushNilByte 14:01:59 120/520 - 36/43: Installing method EncoderForSistaV1 class>>readsSelfFor: 14:01:59 120/520 - 37/43: Installing method EncoderForSistaV1 class>>readsThisContextFor: 14:01:59 120/520 - 38/43: Installing method EncoderForSistaV1 class>>selectorToSendOrItselfFor:in:at: 14:01:59 120/520 - 39/43: Installing method EncoderForSistaV1 class>>sendsToSuperFor: 14:01:59 120/520 - 40/43: Installing method EncoderForSistaV1 class>>specialLiterals 14:01:59 120/520 - 41/43: Installing method EncoderForSistaV1 class>>stackDeltaForPrimitive:in: 14:01:59 120/520 - 42/43: Installing method EncoderForSistaV1 class>>superSendScanBlockUsing: 14:01:59 120/520 - 43/43: Installing method EncoderForSistaV1 class>>unusedBytecode 14:01:59 121/520 - 1/5: Installing method EndianDetector class>>calcEndianness 14:01:59 121/520 - 2/5: Installing method EndianDetector class>>endianness 14:01:59 121/520 - 3/5: Installing method EndianDetector class>>isBigEndian 14:01:59 121/520 - 4/5: Installing method EndianDetector class>>isLittleEndian 14:01:59 121/520 - 5/5: Installing method EndianDetector class>>startUp: 14:01:59 122/520 - 1/1: Installing method EphemeronLayout>>instanceSpecification 14:01:59 122/520 - 1/1: Installing method EphemeronLayout class>>extending:scope:host: 14:01:59 123/520 - 1/1: Installing method Error>>isResumable 14:02:00 123/520 - 1/1: Installing method Error class>>captureIfSignalledWhenStepping 14:02:00 124/520 - 1/5: Installing method ErrorHandler class>>defaultErrorHandler 14:02:00 124/520 - 2/5: Installing method ErrorHandler class>>defaultErrorHandler: 14:02:00 124/520 - 3/5: Installing method ErrorHandler class>>handleError: 14:02:00 124/520 - 4/5: Installing method ErrorHandler class>>handleNotification: 14:02:00 124/520 - 5/5: Installing method ErrorHandler class>>handleWarning: 14:02:00 125/520 - 1/3: Installing method ErrorHandlerSessionHandler>>handledId 14:02:00 125/520 - 2/3: Installing method ErrorHandlerSessionHandler>>shutdown: 14:02:00 125/520 - 3/3: Installing method ErrorHandlerSessionHandler>>startup: 14:02:00 125/520 - 1/2: Installing method ErrorHandlerSessionHandler class>>initialize 14:02:00 125/520 - 2/2: Installing method ErrorHandlerSessionHandler class>>uniqueInstance 14:02:00 126/520 - 1/1: Installing method ExactFloatPrintPolicy>>absPrint:on:base: 14:02:01 127/520 - 1/38: Installing method Exception>>completeProcess:with: 14:02:01 127/520 - 2/38: Installing method Exception>>defaultAction 14:02:01 127/520 - 3/38: Installing method Exception>>defaultDescription 14:02:01 127/520 - 4/38: Installing method Exception>>defaultResumeValue 14:02:01 127/520 - 5/38: Installing method Exception>>defaultReturnValue 14:02:01 127/520 - 6/38: Installing method Exception>>description 14:02:01 127/520 - 7/38: Installing method Exception>>freeze 14:02:01 127/520 - 8/38: Installing method Exception>>freezeUpTo: 14:02:01 127/520 - 9/38: Installing method Exception>>isDebuggerFailure 14:02:01 127/520 - 10/38: Installing method Exception>>isHandleableBy: 14:02:01 127/520 - 11/38: Installing method Exception>>isNested 14:02:01 127/520 - 12/38: Installing method Exception>>isResumable 14:02:01 127/520 - 13/38: Installing method Exception>>messageText 14:02:01 127/520 - 14/38: Installing method Exception>>messageText: 14:02:01 127/520 - 15/38: Installing method Exception>>originException 14:02:01 127/520 - 16/38: Installing method Exception>>outer 14:02:01 127/520 - 17/38: Installing method Exception>>pass 14:02:01 127/520 - 18/38: Installing method Exception>>printOn: 14:02:01 127/520 - 19/38: Installing method Exception>>privHandlerContext 14:02:01 127/520 - 20/38: Installing method Exception>>privHandlerContext: 14:02:01 127/520 - 21/38: Installing method Exception>>raiseUnhandledError 14:02:01 127/520 - 22/38: Installing method Exception>>receiver 14:02:01 127/520 - 23/38: Installing method Exception>>resignalAs: 14:02:01 127/520 - 24/38: Installing method Exception>>resume 14:02:01 127/520 - 25/38: Installing method Exception>>resume: 14:02:01 127/520 - 26/38: Installing method Exception>>resumeUnchecked: 14:02:01 127/520 - 27/38: Installing method Exception>>return 14:02:01 127/520 - 28/38: Installing method Exception>>return: 14:02:01 127/520 - 29/38: Installing method Exception>>searchFrom: 14:02:01 127/520 - 30/38: Installing method Exception>>signal 14:02:01 127/520 - 31/38: Installing method Exception>>signal: 14:02:01 127/520 - 32/38: Installing method Exception>>signalIn: 14:02:01 127/520 - 33/38: Installing method Exception>>signaler 14:02:01 127/520 - 34/38: Installing method Exception>>signaler: 14:02:01 127/520 - 35/38: Installing method Exception>>signalerContext 14:02:01 127/520 - 36/38: Installing method Exception>>tag 14:02:01 127/520 - 37/38: Installing method Exception>>tag: 14:02:01 127/520 - 38/38: Installing method Exception>>unhandledErrorAction 14:02:02 127/520 - 1/9: Installing method Exception class>>, 14:02:02 127/520 - 2/9: Installing method Exception class>>- 14:02:02 127/520 - 3/9: Installing method Exception class>>captureIfSignalledWhenStepping 14:02:02 127/520 - 4/9: Installing method Exception class>>handles: 14:02:02 127/520 - 5/9: Installing method Exception class>>signal 14:02:02 127/520 - 6/9: Installing method Exception class>>signal: 14:02:02 127/520 - 7/9: Installing method Exception class>>signal:in: 14:02:02 127/520 - 8/9: Installing method Exception class>>signal:withTag: 14:02:02 127/520 - 9/9: Installing method Exception class>>signalIn: 14:02:02 128/520 - 1/5: Installing method ExceptionSet>>, 14:02:02 128/520 - 2/5: Installing method ExceptionSet>>- 14:02:02 128/520 - 3/5: Installing method ExceptionSet>>add: 14:02:02 128/520 - 4/5: Installing method ExceptionSet>>handles: 14:02:02 128/520 - 5/5: Installing method ExceptionSet>>initialize 14:02:02 129/520 - 1/4: Installing method ExceptionSetWithExclusions>>- 14:02:02 129/520 - 2/4: Installing method ExceptionSetWithExclusions>>addExclusion: 14:02:02 129/520 - 3/4: Installing method ExceptionSetWithExclusions>>handles: 14:02:02 129/520 - 4/4: Installing method ExceptionSetWithExclusions>>initialize 14:02:02 130/520 - 1/5: Installing method ExecutionEnvironment>>activated 14:02:02 130/520 - 2/5: Installing method ExecutionEnvironment>>beActiveDuring: 14:02:02 130/520 - 3/5: Installing method ExecutionEnvironment>>deactivated 14:02:02 130/520 - 4/5: Installing method ExecutionEnvironment>>isTest 14:02:02 130/520 - 5/5: Installing method ExecutionEnvironment>>prepareForNewProcess: 14:02:02 131/520 - 1/6: Installing method Exit>>defaultAction 14:02:02 131/520 - 2/6: Installing method Exit>>isSuccess 14:02:02 131/520 - 3/6: Installing method Exit>>printMessage 14:02:02 131/520 - 4/6: Installing method Exit>>printOn: 14:02:02 131/520 - 5/6: Installing method Exit>>status 14:02:02 131/520 - 6/6: Installing method Exit>>status: 14:02:02 131/520 - 1/7: Installing method Exit class>>failure 14:02:02 131/520 - 2/7: Installing method Exit class>>signalFailure 14:02:02 131/520 - 3/7: Installing method Exit class>>signalFailure: 14:02:02 131/520 - 4/7: Installing method Exit class>>signalSuccess 14:02:02 131/520 - 5/7: Installing method Exit class>>signalSuccess: 14:02:02 131/520 - 6/7: Installing method Exit class>>status: 14:02:02 131/520 - 7/7: Installing method Exit class>>success 14:02:03 132/520 - 1/6: Installing method ExpressionEvaluated>>context 14:02:03 132/520 - 2/6: Installing method ExpressionEvaluated>>context: 14:02:03 132/520 - 3/6: Installing method ExpressionEvaluated>>expression 14:02:03 132/520 - 4/6: Installing method ExpressionEvaluated>>expressionEvaluated 14:02:03 132/520 - 5/6: Installing method ExpressionEvaluated>>expressionEvaluated: 14:02:03 132/520 - 6/6: Installing method ExpressionEvaluated>>item 14:02:03 132/520 - 1/2: Installing method ExpressionEvaluated class>>expression: 14:02:03 132/520 - 2/2: Installing method ExpressionEvaluated class>>expression:context: 14:02:03 133/520 - 1/3: Installing method ExtensionPointsOwningPackageNotification>>messageText 14:02:03 133/520 - 2/3: Installing method ExtensionPointsOwningPackageNotification>>packageName 14:02:03 133/520 - 3/3: Installing method ExtensionPointsOwningPackageNotification>>packageName: 14:02:03 133/520 - 1/1: Installing method ExtensionPointsOwningPackageNotification class>>signalFor: 14:02:03 134/520 - 1/18: Installing method ExternalAddress>>+ 14:02:03 134/520 - 2/18: Installing method ExternalAddress>>= 14:02:03 134/520 - 3/18: Installing method ExternalAddress>>asByteArrayPointer 14:02:03 134/520 - 4/18: Installing method ExternalAddress>>asExternalPointer 14:02:03 134/520 - 5/18: Installing method ExternalAddress>>asInteger 14:02:03 134/520 - 6/18: Installing method ExternalAddress>>beNull 14:02:03 134/520 - 7/18: Installing method ExternalAddress>>byteAt: 14:02:03 134/520 - 8/18: Installing method ExternalAddress>>byteAt:put: 14:02:03 134/520 - 9/18: Installing method ExternalAddress>>bytesFromCString 14:02:03 134/520 - 10/18: Installing method ExternalAddress>>clone 14:02:03 134/520 - 11/18: Installing method ExternalAddress>>finalize 14:02:03 134/520 - 12/18: Installing method ExternalAddress>>free 14:02:03 134/520 - 13/18: Installing method ExternalAddress>>fromInteger: 14:02:03 134/520 - 14/18: Installing method ExternalAddress>>isExternalAddress 14:02:03 134/520 - 15/18: Installing method ExternalAddress>>isNull 14:02:03 134/520 - 16/18: Installing method ExternalAddress>>printOn: 14:02:03 134/520 - 17/18: Installing method ExternalAddress>>shallowCopy 14:02:03 134/520 - 18/18: Installing method ExternalAddress>>utf8StringFromCString 14:02:04 134/520 - 1/8: Installing method ExternalAddress class>>allocate: 14:02:04 134/520 - 2/8: Installing method ExternalAddress class>>allocate:bytesDuring: 14:02:04 134/520 - 3/8: Installing method ExternalAddress class>>gcallocate: 14:02:04 134/520 - 4/8: Installing method ExternalAddress class>>loadSymbol:module: 14:02:04 134/520 - 5/8: Installing method ExternalAddress class>>new 14:02:04 134/520 - 6/8: Installing method ExternalAddress class>>new: 14:02:04 134/520 - 7/8: Installing method ExternalAddress class>>startUp: 14:02:04 134/520 - 8/8: Installing method ExternalAddress class>>wordSize 14:02:04 135/520 - 1/4: Installing method ExternalData>>bytesFromCString 14:02:04 135/520 - 2/4: Installing method ExternalData>>printOn: 14:02:04 135/520 - 3/4: Installing method ExternalData>>setHandle:type: 14:02:04 135/520 - 4/4: Installing method ExternalData>>utf8StringFromCString 14:02:04 135/520 - 1/4: Installing method ExternalData class>>compileFields 14:02:04 135/520 - 2/4: Installing method ExternalData class>>fields 14:02:04 135/520 - 3/4: Installing method ExternalData class>>fromHandle:type: 14:02:04 135/520 - 4/4: Installing method ExternalData class>>new 14:02:04 136/520 - 1/4: Installing method ExternalObject>>getHandle 14:02:04 136/520 - 2/4: Installing method ExternalObject>>isExternalAddress 14:02:04 136/520 - 3/4: Installing method ExternalObject>>isNull 14:02:04 136/520 - 4/4: Installing method ExternalObject>>setHandle: 14:02:04 136/520 - 1/5: Installing method ExternalObject class>>initialize 14:02:04 136/520 - 2/5: Installing method ExternalObject class>>install 14:02:04 136/520 - 3/5: Installing method ExternalObject class>>installSubclasses 14:02:04 136/520 - 4/5: Installing method ExternalObject class>>null 14:02:04 136/520 - 5/5: Installing method ExternalObject class>>startUp: 14:02:05 137/520 - 1/12: Installing method ExternalSemaphoreTable class>>clearExternalObjects 14:02:05 137/520 - 2/12: Installing method ExternalSemaphoreTable class>>collectionBasedOn:withRoomFor: 14:02:05 137/520 - 3/12: Installing method ExternalSemaphoreTable class>>externalObjects 14:02:05 137/520 - 4/12: Installing method ExternalSemaphoreTable class>>freedSlotsIn:ratherThanIncreaseSizeTo: 14:02:05 137/520 - 5/12: Installing method ExternalSemaphoreTable class>>initialize 14:02:05 137/520 - 6/12: Installing method ExternalSemaphoreTable class>>privateRegisterExternalObject: 14:02:05 137/520 - 7/12: Installing method ExternalSemaphoreTable class>>privateUnregisterExternalObject: 14:02:05 137/520 - 8/12: Installing method ExternalSemaphoreTable class>>registerExternalObject: 14:02:05 137/520 - 9/12: Installing method ExternalSemaphoreTable class>>slotFor:in: 14:02:05 137/520 - 10/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects 14:02:05 137/520 - 11/12: Installing method ExternalSemaphoreTable class>>unprotectedExternalObjects: 14:02:05 137/520 - 12/12: Installing method ExternalSemaphoreTable class>>unregisterExternalObject: 14:02:05 138/520 - 1/2: Installing method ExternalStructure>>compositeName 14:02:05 138/520 - 2/2: Installing method ExternalStructure>>free 14:02:06 138/520 - 1/31: Installing method ExternalStructure class>>byteSize 14:02:06 138/520 - 2/31: Installing method ExternalStructure class>>checkFieldLayoutChange 14:02:06 138/520 - 3/31: Installing method ExternalStructure class>>compileAlias:withAccessors: 14:02:06 138/520 - 4/31: Installing method ExternalStructure class>>compileAllFields 14:02:06 138/520 - 5/31: Installing method ExternalStructure class>>compileFields 14:02:06 138/520 - 6/31: Installing method ExternalStructure class>>compileFields: 14:02:06 138/520 - 7/31: Installing method ExternalStructure class>>compileFields:withAccessors: 14:02:06 138/520 - 8/31: Installing method ExternalStructure class>>compiledSpec 14:02:06 138/520 - 9/31: Installing method ExternalStructure class>>compositeName 14:02:06 138/520 - 10/31: Installing method ExternalStructure class>>defineAliasAccessorsFor:type: 14:02:06 138/520 - 11/31: Installing method ExternalStructure class>>defineFieldAccessorsFor:startingAt:type: 14:02:06 138/520 - 12/31: Installing method ExternalStructure class>>defineFields 14:02:06 138/520 - 13/31: Installing method ExternalStructure class>>defineFields: 14:02:06 138/520 - 14/31: Installing method ExternalStructure class>>doneCompiling 14:02:06 138/520 - 15/31: Installing method ExternalStructure class>>externalNew 14:02:06 138/520 - 16/31: Installing method ExternalStructure class>>externalType 14:02:06 138/520 - 17/31: Installing method ExternalStructure class>>fields 14:02:06 138/520 - 18/31: Installing method ExternalStructure class>>fileOutInitializerOn: 14:02:06 138/520 - 19/31: Installing method ExternalStructure class>>fileOutOn:moveSource:toFile:initializing: 14:02:06 138/520 - 20/31: Installing method ExternalStructure class>>fromHandle: 14:02:06 138/520 - 21/31: Installing method ExternalStructure class>>install 14:02:06 138/520 - 22/31: Installing method ExternalStructure class>>maybeCompileAccessor:withSelector: 14:02:06 138/520 - 23/31: Installing method ExternalStructure class>>new 14:02:06 138/520 - 24/31: Installing method ExternalStructure class>>obsolete 14:02:06 138/520 - 25/31: Installing method ExternalStructure class>>pointerSize 14:02:06 138/520 - 26/31: Installing method ExternalStructure class>>recompileStructures 14:02:07 138/520 - 27/31: Installing method ExternalStructure class>>rename: 14:02:07 138/520 - 28/31: Installing method ExternalStructure class>>shouldGenerate:policy: 14:02:07 138/520 - 29/31: Installing method ExternalStructure class>>sortStructs:into: 14:02:07 138/520 - 30/31: Installing method ExternalStructure class>>typeNamesFromWhichIDepend 14:02:07 138/520 - 31/31: Installing method ExternalStructure class>>typedef 14:02:07 139/520 - 1/30: Installing method ExternalType>>asNonPointerType 14:02:07 139/520 - 2/30: Installing method ExternalType>>asPointerType 14:02:07 139/520 - 3/30: Installing method ExternalType>>asPointerType: 14:02:07 139/520 - 4/30: Installing method ExternalType>>atomicType 14:02:07 139/520 - 5/30: Installing method ExternalType>>byteSize 14:02:07 139/520 - 6/30: Installing method ExternalType>>compiledSpec 14:02:07 139/520 - 7/30: Installing method ExternalType>>compiledSpec: 14:02:07 139/520 - 8/30: Installing method ExternalType>>embeddedSpecWithSize: 14:02:07 139/520 - 9/30: Installing method ExternalType>>externalTypeName 14:02:07 139/520 - 10/30: Installing method ExternalType>>headerWord 14:02:07 139/520 - 11/30: Installing method ExternalType>>isAtomic 14:02:07 139/520 - 12/30: Installing method ExternalType>>isIntegerType 14:02:08 139/520 - 13/30: Installing method ExternalType>>isPointerType 14:02:08 139/520 - 14/30: Installing method ExternalType>>isSigned 14:02:08 139/520 - 15/30: Installing method ExternalType>>isStructureType 14:02:08 139/520 - 16/30: Installing method ExternalType>>isUnsigned 14:02:08 139/520 - 17/30: Installing method ExternalType>>isVoid 14:02:08 139/520 - 18/30: Installing method ExternalType>>newReferentClass: 14:02:08 139/520 - 19/30: Installing method ExternalType>>pointerSize 14:02:08 139/520 - 20/30: Installing method ExternalType>>pointerSize: 14:02:08 139/520 - 21/30: Installing method ExternalType>>printAtomicType:on: 14:02:08 139/520 - 22/30: Installing method ExternalType>>printOn: 14:02:08 139/520 - 23/30: Installing method ExternalType>>printStructureFieldStartingAt:withName:inClass:on:indent: 14:02:08 139/520 - 24/30: Installing method ExternalType>>printTypedefOn: 14:02:08 139/520 - 25/30: Installing method ExternalType>>readFieldAt: 14:02:08 139/520 - 26/30: Installing method ExternalType>>referentClass 14:02:08 139/520 - 27/30: Installing method ExternalType>>setReferencedType: 14:02:08 139/520 - 28/30: Installing method ExternalType>>storeOn: 14:02:08 139/520 - 29/30: Installing method ExternalType>>typedef 14:02:08 139/520 - 30/30: Installing method ExternalType>>writeFieldAt:with: 14:02:19 139/520 - 1/39: Installing method ExternalType class>>atomicTypeNamed: 14:02:19 139/520 - 2/39: Installing method ExternalType class>>bool 14:02:19 139/520 - 3/39: Installing method ExternalType class>>byte 14:02:19 139/520 - 4/39: Installing method ExternalType class>>char 14:02:19 139/520 - 5/39: Installing method ExternalType class>>cleanupUnusedTypes 14:02:19 139/520 - 6/39: Installing method ExternalType class>>double 14:02:19 139/520 - 7/39: Installing method ExternalType class>>float 14:02:19 139/520 - 8/39: Installing method ExternalType class>>forceTypeNamed: 14:02:19 139/520 - 9/39: Installing method ExternalType class>>initialize 14:02:19 139/520 - 10/39: Installing method ExternalType class>>initializeAtomicTypes 14:02:19 139/520 - 11/39: Installing method ExternalType class>>initializeDefaultTypes 14:02:19 139/520 - 12/39: Installing method ExternalType class>>initializeFFIConstants 14:02:19 139/520 - 13/39: Installing method ExternalType class>>initializeStructureTypes 14:02:19 139/520 - 14/39: Installing method ExternalType class>>long 14:02:19 139/520 - 15/39: Installing method ExternalType class>>new 14:02:19 139/520 - 16/39: Installing method ExternalType class>>newTypeNamed:force: 14:02:19 139/520 - 17/39: Installing method ExternalType class>>noticeModificationOf: 14:02:19 139/520 - 18/39: Installing method ExternalType class>>noticeRemovalOf: 14:02:19 139/520 - 19/39: Installing method ExternalType class>>noticeRenamingOf:from:to: 14:02:19 139/520 - 20/39: Installing method ExternalType class>>pointerSpec 14:02:20 139/520 - 21/39: Installing method ExternalType class>>sbyte 14:02:20 139/520 - 22/39: Installing method ExternalType class>>schar 14:02:20 139/520 - 23/39: Installing method ExternalType class>>short 14:02:20 139/520 - 24/39: Installing method ExternalType class>>signedByte 14:02:20 139/520 - 25/39: Installing method ExternalType class>>signedChar 14:02:20 139/520 - 26/39: Installing method ExternalType class>>signedLong 14:02:20 139/520 - 27/39: Installing method ExternalType class>>signedLongLong 14:02:20 139/520 - 28/39: Installing method ExternalType class>>signedShort 14:02:20 139/520 - 29/39: Installing method ExternalType class>>string 14:02:20 139/520 - 30/39: Installing method ExternalType class>>structTypeNamed: 14:02:20 139/520 - 31/39: Installing method ExternalType class>>structureSpec 14:02:20 139/520 - 32/39: Installing method ExternalType class>>ulong 14:02:20 139/520 - 33/39: Installing method ExternalType class>>unsignedByte 14:02:20 139/520 - 34/39: Installing method ExternalType class>>unsignedChar 14:02:20 139/520 - 35/39: Installing method ExternalType class>>unsignedLong 14:02:20 139/520 - 36/39: Installing method ExternalType class>>unsignedLongLong 14:02:20 139/520 - 37/39: Installing method ExternalType class>>unsignedShort 14:02:20 139/520 - 38/39: Installing method ExternalType class>>ushort 14:02:20 139/520 - 39/39: Installing method ExternalType class>>void 14:02:20 140/520 - 1/2: Installing method ExternalUnion class>>compileFields:withAccessors: 14:02:20 140/520 - 2/2: Installing method ExternalUnion class>>compositeName 14:02:20 141/520 - 1/9: Installing method FFIBackend>>allocate: 14:02:20 141/520 - 2/9: Installing method FFIBackend>>free: 14:02:20 141/520 - 3/9: Installing method FFIBackend>>integerOfObject:at:put:size:signed: 14:02:20 141/520 - 4/9: Installing method FFIBackend>>integerOfObject:at:size:signed: 14:02:20 141/520 - 5/9: Installing method FFIBackend>>loadSymbol:module: 14:02:20 141/520 - 6/9: Installing method FFIBackend>>on:float32At: 14:02:20 141/520 - 7/9: Installing method FFIBackend>>on:float32At:put: 14:02:20 141/520 - 8/9: Installing method FFIBackend>>on:float64At: 14:02:20 141/520 - 9/9: Installing method FFIBackend>>on:float64At:put: 14:02:20 141/520 - 1/5: Installing method FFIBackend class>>current 14:02:20 141/520 - 2/5: Installing method FFIBackend class>>detectFFIBackend 14:02:20 141/520 - 3/5: Installing method FFIBackend class>>isAvailable 14:02:20 141/520 - 4/5: Installing method FFIBackend class>>reset 14:02:20 141/520 - 5/5: Installing method FFIBackend class>>startUp: 14:02:20 142/520 - 1/4: Installing method FFIConstants class>>initialize 14:02:20 142/520 - 2/4: Installing method FFIConstants class>>initializeCallingConventions 14:02:20 142/520 - 3/4: Installing method FFIConstants class>>initializeErrorConstants 14:02:20 142/520 - 4/4: Installing method FFIConstants class>>initializeTypeConstants 14:02:20 143/520 - 1/12: Installing method False>>& 14:02:21 143/520 - 2/12: Installing method False>>and: 14:02:21 143/520 - 3/12: Installing method False>>asBit 14:02:21 143/520 - 4/12: Installing method False>>ifFalse: 14:02:21 143/520 - 5/12: Installing method False>>ifFalse:ifTrue: 14:02:21 143/520 - 6/12: Installing method False>>ifTrue: 14:02:21 143/520 - 7/12: Installing method False>>ifTrue:ifFalse: 14:02:21 143/520 - 8/12: Installing method False>>not 14:02:21 143/520 - 9/12: Installing method False>>or: 14:02:21 143/520 - 10/12: Installing method False>>printOn: 14:02:21 143/520 - 11/12: Installing method False>>xor: 14:02:21 143/520 - 12/12: Installing method False>>| 14:02:21 144/520 - 1/18: Installing method File>>basename 14:02:21 144/520 - 2/18: Installing method File>>basicOpenForWrite: 14:02:21 144/520 - 3/18: Installing method File>>checkDoesNotExist 14:02:21 144/520 - 4/18: Installing method File>>checkWritableFilesystem 14:02:21 144/520 - 5/18: Installing method File>>delete 14:02:21 144/520 - 6/18: Installing method File>>exists 14:02:21 144/520 - 7/18: Installing method File>>name 14:02:21 144/520 - 8/18: Installing method File>>named: 14:02:21 144/520 - 9/18: Installing method File>>openForAppend 14:02:21 144/520 - 10/18: Installing method File>>openForRead 14:02:21 144/520 - 11/18: Installing method File>>openForWrite 14:02:21 144/520 - 12/18: Installing method File>>openForWrite: 14:02:21 144/520 - 13/18: Installing method File>>readStream 14:02:21 144/520 - 14/18: Installing method File>>readStreamDo: 14:02:21 144/520 - 15/18: Installing method File>>size 14:02:21 144/520 - 16/18: Installing method File>>unregister 14:02:21 144/520 - 17/18: Installing method File>>writeStream 14:02:21 144/520 - 18/18: Installing method File>>writeStreamDo: 14:02:23 144/520 - 1/107: Installing method File class>>atEnd: 14:02:23 144/520 - 2/107: Installing method File class>>cantAllocateMemory 14:02:23 144/520 - 3/107: Installing method File class>>cantOpenDir 14:02:23 144/520 - 4/107: Installing method File class>>cantReadlink 14:02:23 144/520 - 5/107: Installing method File class>>cantStatPath 14:02:23 144/520 - 6/107: Installing method File class>>close: 14:02:23 144/520 - 7/107: Installing method File class>>closed: 14:02:23 144/520 - 8/107: Installing method File class>>connectToFile:writable: 14:02:23 144/520 - 9/107: Installing method File class>>connectToFileDescriptor:writable: 14:02:23 144/520 - 10/107: Installing method File class>>corruptValue 14:02:24 144/520 - 11/107: Installing method File class>>createDirectory: 14:02:24 144/520 - 12/107: Installing method File class>>decodePathString: 14:02:24 144/520 - 13/107: Installing method File class>>deleteDirectory: 14:02:24 144/520 - 14/107: Installing method File class>>deleteFile: 14:02:24 144/520 - 15/107: Installing method File class>>delimiter 14:02:24 144/520 - 16/107: Installing method File class>>encodePathString: 14:02:24 144/520 - 17/107: Installing method File class>>exists: 14:02:24 144/520 - 18/107: Installing method File class>>file:posixPermissions: 14:02:24 144/520 - 19/107: Installing method File class>>file:symlinkUid:gid: 14:02:24 144/520 - 20/107: Installing method File class>>file:uid:gid: 14:02:24 144/520 - 21/107: Installing method File class>>fileAttribute:number: 14:02:24 144/520 - 22/107: Installing method File class>>fileAttributeNumberMap 14:02:24 144/520 - 23/107: Installing method File class>>fileAttributes:mask: 14:02:24 144/520 - 24/107: Installing method File class>>fileAttributesVersionString 14:02:24 144/520 - 25/107: Installing method File class>>fileDescriptorIsAvailable: 14:02:24 144/520 - 26/107: Installing method File class>>fileDescriptorType: 14:02:24 144/520 - 27/107: Installing method File class>>flush: 14:02:24 144/520 - 28/107: Installing method File class>>fromPlatformPath: 14:02:24 144/520 - 29/107: Installing method File class>>getAttributesFailed 14:02:24 144/520 - 30/107: Installing method File class>>getMacFile:type:creator: 14:02:24 144/520 - 31/107: Installing method File class>>getPosition: 14:02:24 144/520 - 32/107: Installing method File class>>initialize 14:02:24 144/520 - 33/107: Installing method File class>>invalidArguments 14:02:24 144/520 - 34/107: Installing method File class>>isBlock: 14:02:24 144/520 - 35/107: Installing method File class>>isCharacter: 14:02:24 144/520 - 36/107: Installing method File class>>isDirectory: 14:02:24 144/520 - 37/107: Installing method File class>>isExecutable: 14:02:24 144/520 - 38/107: Installing method File class>>isFIFO: 14:02:24 144/520 - 39/107: Installing method File class>>isFile: 14:02:24 144/520 - 40/107: Installing method File class>>isReadable: 14:02:24 144/520 - 41/107: Installing method File class>>isRegular: 14:02:24 144/520 - 42/107: Installing method File class>>isSocket: 14:02:24 144/520 - 43/107: Installing method File class>>isSymlink: 14:02:24 144/520 - 44/107: Installing method File class>>isWritable: 14:02:24 144/520 - 45/107: Installing method File class>>lookupDirectory:filename: 14:02:24 144/520 - 46/107: Installing method File class>>lookupEntryIn:index: 14:02:24 144/520 - 47/107: Installing method File class>>modeIsBlock: 14:02:24 144/520 - 48/107: Installing method File class>>modeIsCharacter: 14:02:24 144/520 - 49/107: Installing method File class>>modeIsDirectory: 14:02:24 144/520 - 50/107: Installing method File class>>modeIsFIFO: 14:02:24 144/520 - 51/107: Installing method File class>>modeIsRegular: 14:02:24 144/520 - 52/107: Installing method File class>>modeIsSocket: 14:02:24 144/520 - 53/107: Installing method File class>>modeIsSymlink: 14:02:24 144/520 - 54/107: Installing method File class>>modeOf: 14:02:24 144/520 - 55/107: Installing method File class>>named: 14:02:24 144/520 - 56/107: Installing method File class>>open:writable: 14:02:24 144/520 - 57/107: Installing method File class>>openForReadFileNamed: 14:02:25 144/520 - 58/107: Installing method File class>>openForWriteFileNamed: 14:02:25 144/520 - 59/107: Installing method File class>>posixPermissions: 14:02:25 144/520 - 60/107: Installing method File class>>primClosedir: 14:02:25 144/520 - 61/107: Installing method File class>>primDeleteFile: 14:02:25 144/520 - 62/107: Installing method File class>>primExists: 14:02:25 144/520 - 63/107: Installing method File class>>primFile:posixPermissions: 14:02:25 144/520 - 64/107: Installing method File class>>primFile:symlinkUid:gid: 14:02:25 144/520 - 65/107: Installing method File class>>primFile:uid:gid: 14:02:25 144/520 - 66/107: Installing method File class>>primFileAttribute:number: 14:02:25 144/520 - 67/107: Installing method File class>>primFileAttributes:mask: 14:02:25 144/520 - 68/107: Installing method File class>>primFileMasks 14:02:25 144/520 - 69/107: Installing method File class>>primFromPlatformPath: 14:02:25 144/520 - 70/107: Installing method File class>>primLogicalDrives 14:02:25 144/520 - 71/107: Installing method File class>>primOpendir: 14:02:25 144/520 - 72/107: Installing method File class>>primPathMax 14:02:25 144/520 - 73/107: Installing method File class>>primReaddir: 14:02:25 144/520 - 74/107: Installing method File class>>primRewinddir: 14:02:25 144/520 - 75/107: Installing method File class>>primToPlatformPath: 14:02:25 144/520 - 76/107: Installing method File class>>primitiveWaitForDataOn:signalling: 14:02:25 144/520 - 77/107: Installing method File class>>read:into:startingAt:count: 14:02:25 144/520 - 78/107: Installing method File class>>register: 14:02:25 144/520 - 79/107: Installing method File class>>registry 14:02:25 144/520 - 80/107: Installing method File class>>rename:to: 14:02:25 144/520 - 81/107: Installing method File class>>reset 14:02:25 144/520 - 82/107: Installing method File class>>retryWithGC:until:forFileNamed: 14:02:25 144/520 - 83/107: Installing method File class>>s_IFBLK 14:02:25 144/520 - 84/107: Installing method File class>>s_IFCHR 14:02:25 144/520 - 85/107: Installing method File class>>s_IFDIR 14:02:25 144/520 - 86/107: Installing method File class>>s_IFIFO 14:02:25 144/520 - 87/107: Installing method File class>>s_IFLNK 14:02:25 144/520 - 88/107: Installing method File class>>s_IFMT 14:02:25 144/520 - 89/107: Installing method File class>>s_IFREG 14:02:25 144/520 - 90/107: Installing method File class>>s_IFSOCK 14:02:25 144/520 - 91/107: Installing method File class>>setPosition:to: 14:02:25 144/520 - 92/107: Installing method File class>>signalError:for: 14:02:25 144/520 - 93/107: Installing method File class>>sizeOf: 14:02:25 144/520 - 94/107: Installing method File class>>sizeOrNil: 14:02:25 144/520 - 95/107: Installing method File class>>startUp: 14:02:25 144/520 - 96/107: Installing method File class>>statFailed 14:02:25 144/520 - 97/107: Installing method File class>>stdioHandles 14:02:25 144/520 - 98/107: Installing method File class>>stdioIsAvailable 14:02:25 144/520 - 99/107: Installing method File class>>stringTooLong 14:02:25 144/520 - 100/107: Installing method File class>>sync: 14:02:25 144/520 - 101/107: Installing method File class>>timeConversionFailed 14:02:25 144/520 - 102/107: Installing method File class>>toPlatformPath: 14:02:25 144/520 - 103/107: Installing method File class>>truncate:to: 14:02:25 144/520 - 104/107: Installing method File class>>unexpectedError 14:02:25 144/520 - 105/107: Installing method File class>>unregister: 14:02:25 144/520 - 106/107: Installing method File class>>unsupportedOperation 14:02:25 144/520 - 107/107: Installing method File class>>write:from:startingAt:count: 14:02:26 145/520 - 1/3: Installing method FileAlreadyExistsException>>file 14:02:26 145/520 - 2/3: Installing method FileAlreadyExistsException>>file: 14:02:26 145/520 - 3/3: Installing method FileAlreadyExistsException>>messageText 14:02:26 145/520 - 1/1: Installing method FileAlreadyExistsException class>>signalOnFile: 14:02:26 146/520 - 1/2: Installing method FileDoesNotExistException>>readOnly 14:02:26 146/520 - 2/2: Installing method FileDoesNotExistException>>readOnly: 14:02:26 146/520 - 1/1: Installing method FileDoesNotExistException class>>signalWithFile:writeMode: 14:02:26 147/520 - 1/4: Installing method FileException>>fileName 14:02:31 147/520 - 2/4: Installing method FileException>>fileName: 14:02:31 147/520 - 3/4: Installing method FileException>>isResumable 14:02:31 147/520 - 4/4: Installing method FileException>>messageText 14:02:31 147/520 - 1/3: Installing method FileException class>>fileName: 14:02:31 147/520 - 2/3: Installing method FileException class>>signalOnFile: 14:02:31 147/520 - 3/3: Installing method FileException class>>signalWith: 14:02:31 148/520 - 1/2: Installing method FilePathEncoder class>>decode: 14:02:31 148/520 - 2/2: Installing method FilePathEncoder class>>encode: 14:02:31 150/520 - 1/8: Installing method FinalizationProcess class>>finalizationProcess 14:02:31 150/520 - 2/8: Installing method FinalizationProcess class>>initialize 14:02:31 150/520 - 3/8: Installing method FinalizationProcess class>>mournLoopWith: 14:02:31 150/520 - 4/8: Installing method FinalizationProcess class>>primitiveFetchMourner 14:02:31 150/520 - 5/8: Installing method FinalizationProcess class>>restartFinalizationProcess 14:02:31 150/520 - 6/8: Installing method FinalizationProcess class>>restartMethods 14:02:31 150/520 - 7/8: Installing method FinalizationProcess class>>runningFinalizationProcess 14:02:31 150/520 - 8/8: Installing method FinalizationProcess class>>startUp: 14:02:32 151/520 - 1/20: Installing method FinalizationRegistry>>add: 14:02:32 151/520 - 2/20: Installing method FinalizationRegistry>>add:finalizer: 14:02:32 151/520 - 3/20: Installing method FinalizationRegistry>>ephemeronAtKey: 14:02:32 151/520 - 4/20: Installing method FinalizationRegistry>>ephemeronAtKey:ifAbsent: 14:02:32 151/520 - 5/20: Installing method FinalizationRegistry>>errorHandler 14:02:32 151/520 - 6/20: Installing method FinalizationRegistry>>errorHandler: 14:02:32 151/520 - 7/20: Installing method FinalizationRegistry>>finalizeEphemeron: 14:02:32 151/520 - 8/20: Installing method FinalizationRegistry>>handleErrorsDuring: 14:02:32 151/520 - 9/20: Installing method FinalizationRegistry>>includes: 14:02:32 151/520 - 10/20: Installing method FinalizationRegistry>>initialize 14:02:32 151/520 - 11/20: Installing method FinalizationRegistry>>isEmpty 14:02:32 151/520 - 12/20: Installing method FinalizationRegistry>>keys 14:02:32 151/520 - 13/20: Installing method FinalizationRegistry>>postCopy 14:02:32 151/520 - 14/20: Installing method FinalizationRegistry>>protected: 14:02:32 151/520 - 15/20: Installing method FinalizationRegistry>>remove: 14:02:32 151/520 - 16/20: Installing method FinalizationRegistry>>remove:ifAbsent: 14:02:32 151/520 - 17/20: Installing method FinalizationRegistry>>removeEphemeron: 14:02:32 151/520 - 18/20: Installing method FinalizationRegistry>>size 14:02:32 151/520 - 19/20: Installing method FinalizationRegistry>>values 14:02:32 151/520 - 20/20: Installing method FinalizationRegistry>>valuesDo: 14:02:32 151/520 - 1/1: Installing method FinalizationRegistry class>>default 14:02:32 152/520 - 1/5: Installing method FinalizationRegistryEntry>>container 14:02:32 152/520 - 2/5: Installing method FinalizationRegistryEntry>>container: 14:02:32 152/520 - 3/5: Installing method FinalizationRegistryEntry>>link 14:02:32 152/520 - 4/5: Installing method FinalizationRegistryEntry>>link: 14:02:32 152/520 - 5/5: Installing method FinalizationRegistryEntry>>mourn 14:02:32 152/520 - 1/1: Installing method FinalizationRegistryEntry class>>key:value:container: 14:02:32 153/520 - 1/2: Installing method FixedLayout>>instanceSpecification 14:02:32 153/520 - 2/2: Installing method FixedLayout>>isFixedLayout 14:02:33 153/520 - 1/1: Installing method FixedLayout class>>extending:scope:host: 14:02:33 154/520 - 1/42: Installing method Float>>abs 14:02:33 154/520 - 2/42: Installing method Float>>absPrintExactlyOn:base: 14:02:33 154/520 - 3/42: Installing method Float>>absPrintInexactlyOn:base: 14:02:33 154/520 - 4/42: Installing method Float>>absPrintOn:base:digitCount: 14:02:33 154/520 - 5/42: Installing method Float>>adaptToFraction:andCompare: 14:02:33 154/520 - 6/42: Installing method Float>>adaptToFraction:andSend: 14:02:33 154/520 - 7/42: Installing method Float>>adaptToInteger:andCompare: 14:02:33 154/520 - 8/42: Installing method Float>>adaptToInteger:andSend: 14:02:33 154/520 - 9/42: Installing method Float>>asApproximateFraction 14:02:33 154/520 - 10/42: Installing method Float>>asApproximateFractionAtOrder: 14:02:33 154/520 - 11/42: Installing method Float>>asFloat 14:02:33 154/520 - 12/42: Installing method Float>>asFraction 14:02:33 154/520 - 13/42: Installing method Float>>asMinimalDecimalFraction 14:02:33 154/520 - 14/42: Installing method Float>>asScaledDecimal 14:02:33 154/520 - 15/42: Installing method Float>>asTrueFraction 14:02:33 154/520 - 16/42: Installing method Float>>at: 14:02:33 154/520 - 17/42: Installing method Float>>at:put: 14:02:33 154/520 - 18/42: Installing method Float>>basicAt: 14:02:33 154/520 - 19/42: Installing method Float>>basicAt:put: 14:02:34 154/520 - 20/42: Installing method Float>>deepCopy 14:02:34 154/520 - 21/42: Installing method Float>>exponent 14:02:34 154/520 - 22/42: Installing method Float>>floorLog: 14:02:34 154/520 - 23/42: Installing method Float>>hash 14:02:34 154/520 - 24/42: Installing method Float>>isFinite 14:02:34 154/520 - 25/42: Installing method Float>>isFloat 14:02:34 154/520 - 26/42: Installing method Float>>isInfinite 14:02:34 154/520 - 27/42: Installing method Float>>isLiteral 14:02:34 154/520 - 28/42: Installing method Float>>isNaN 14:02:34 154/520 - 29/42: Installing method Float>>isPowerOfTwo 14:02:34 154/520 - 30/42: Installing method Float>>isSelfEvaluating 14:02:34 154/520 - 31/42: Installing method Float>>isZero 14:02:34 154/520 - 32/42: Installing method Float>>literalEqual: 14:02:34 154/520 - 33/42: Installing method Float>>negated 14:02:34 154/520 - 34/42: Installing method Float>>printOn:base: 14:02:34 154/520 - 35/42: Installing method Float>>reciprocalFloorLog: 14:02:34 154/520 - 36/42: Installing method Float>>reciprocalLogBase2 14:02:34 154/520 - 37/42: Installing method Float>>shallowCopy 14:02:34 154/520 - 38/42: Installing method Float>>signBit 14:02:34 154/520 - 39/42: Installing method Float>>significand 14:02:34 154/520 - 40/42: Installing method Float>>significandAsInteger 14:02:34 154/520 - 41/42: Installing method Float>>timesTwoPower: 14:02:34 154/520 - 42/42: Installing method Float>>veryDeepCopyWith: 14:02:34 154/520 - 1/28: Installing method Float class>>basicNew 14:02:34 154/520 - 2/28: Installing method Float class>>basicNew: 14:02:34 154/520 - 3/28: Installing method Float class>>defaultComparisonPrecision 14:02:34 154/520 - 4/28: Installing method Float class>>denormalized 14:02:34 154/520 - 5/28: Installing method Float class>>e 14:02:34 154/520 - 6/28: Installing method Float class>>emax 14:02:34 154/520 - 7/28: Installing method Float class>>emin 14:02:34 154/520 - 8/28: Installing method Float class>>fromIEEE32Bit: 14:02:34 154/520 - 9/28: Installing method Float class>>fromIEEE64Bit: 14:02:34 154/520 - 10/28: Installing method Float class>>fromIEEE64BitWord: 14:02:34 154/520 - 11/28: Installing method Float class>>halfPi 14:02:34 154/520 - 12/28: Installing method Float class>>infinity 14:02:34 154/520 - 13/28: Installing method Float class>>initialize 14:02:34 154/520 - 14/28: Installing method Float class>>isAbstract 14:02:34 154/520 - 15/28: Installing method Float class>>machineEpsilon 14:02:34 154/520 - 16/28: Installing method Float class>>maxExactInteger 14:02:34 154/520 - 17/28: Installing method Float class>>nan 14:02:34 154/520 - 18/28: Installing method Float class>>negativeInfinity 14:02:34 154/520 - 19/28: Installing method Float class>>negativeZero 14:02:34 154/520 - 20/28: Installing method Float class>>one 14:02:34 154/520 - 21/28: Installing method Float class>>pi 14:02:34 154/520 - 22/28: Installing method Float class>>precision 14:02:34 154/520 - 23/28: Installing method Float class>>radix 14:02:34 154/520 - 24/28: Installing method Float class>>readFrom: 14:02:34 154/520 - 25/28: Installing method Float class>>readFrom:ifFail: 14:02:34 154/520 - 26/28: Installing method Float class>>threePi 14:02:34 154/520 - 27/28: Installing method Float class>>twoPi 14:02:34 154/520 - 28/28: Installing method Float class>>zero 14:02:35 155/520 - 1/18: Installing method Float32Array>>= 14:02:35 155/520 - 2/18: Installing method Float32Array>>addAssignToFloatArray: 14:02:35 155/520 - 3/18: Installing method Float32Array>>asFloatArray 14:02:35 155/520 - 4/18: Installing method Float32Array>>at: 14:02:35 155/520 - 5/18: Installing method Float32Array>>at:put: 14:02:35 155/520 - 6/18: Installing method Float32Array>>defaultElement 14:02:35 155/520 - 7/18: Installing method Float32Array>>dot: 14:02:35 155/520 - 8/18: Installing method Float32Array>>hash 14:02:35 155/520 - 9/18: Installing method Float32Array>>primAddArray: 14:02:35 155/520 - 10/18: Installing method Float32Array>>primAddScalar: 14:02:35 155/520 - 11/18: Installing method Float32Array>>primDivArray: 14:02:35 155/520 - 12/18: Installing method Float32Array>>primDivScalar: 14:02:35 155/520 - 13/18: Installing method Float32Array>>primMulArray: 14:02:35 155/520 - 14/18: Installing method Float32Array>>primMulScalar: 14:02:35 155/520 - 15/18: Installing method Float32Array>>primSubArray: 14:02:35 155/520 - 16/18: Installing method Float32Array>>primSubScalar: 14:02:35 155/520 - 17/18: Installing method Float32Array>>replaceFrom:to:with:startingAt: 14:02:35 155/520 - 18/18: Installing method Float32Array>>sum 14:02:35 156/520 - 1/4: Installing method Float64Array>>at64Bits: 14:02:35 156/520 - 2/4: Installing method Float64Array>>at64Bits:put: 14:02:35 156/520 - 3/4: Installing method Float64Array>>at: 14:02:35 156/520 - 4/4: Installing method Float64Array>>at:put: 14:02:35 157/520 - 1/2: Installing method FloatPrintPolicy>>default 14:02:35 157/520 - 2/2: Installing method FloatPrintPolicy>>initialize 14:02:35 157/520 - 1/1: Installing method FloatPrintPolicy class>>absPrint:on:base: 14:02:36 158/520 - 1/30: Installing method Fraction>>* 14:02:36 158/520 - 2/30: Installing method Fraction>>+ 14:02:36 158/520 - 3/30: Installing method Fraction>>- 14:02:36 158/520 - 4/30: Installing method Fraction>>/ 14:02:36 158/520 - 5/30: Installing method Fraction>>< 14:02:36 158/520 - 6/30: Installing method Fraction>><= 14:02:36 158/520 - 7/30: Installing method Fraction>>= 14:02:36 158/520 - 8/30: Installing method Fraction>>> 14:02:36 158/520 - 9/30: Installing method Fraction>>>= 14:02:36 158/520 - 10/30: Installing method Fraction>>adaptToInteger:andSend: 14:02:36 158/520 - 11/30: Installing method Fraction>>asFloat 14:02:36 158/520 - 12/30: Installing method Fraction>>asFraction 14:02:36 158/520 - 13/30: Installing method Fraction>>asLargerPowerOfTwo 14:02:36 158/520 - 14/30: Installing method Fraction>>asScaledDecimal 14:02:36 158/520 - 15/30: Installing method Fraction>>asSmallerPowerOfTwo 14:02:36 158/520 - 16/30: Installing method Fraction>>denominator 14:02:36 158/520 - 17/30: Installing method Fraction>>hash 14:02:36 158/520 - 18/30: Installing method Fraction>>isFraction 14:02:36 158/520 - 19/30: Installing method Fraction>>isPowerOfTwo 14:02:36 158/520 - 20/30: Installing method Fraction>>isSelfEvaluating 14:02:36 158/520 - 21/30: Installing method Fraction>>negated 14:02:36 158/520 - 22/30: Installing method Fraction>>negative 14:02:36 158/520 - 23/30: Installing method Fraction>>numerator 14:02:36 158/520 - 24/30: Installing method Fraction>>printOn:base: 14:02:36 158/520 - 25/30: Installing method Fraction>>printOn:showingDecimalPlaces: 14:02:36 158/520 - 26/30: Installing method Fraction>>reciprocal 14:02:36 158/520 - 27/30: Installing method Fraction>>reduced 14:02:36 158/520 - 28/30: Installing method Fraction>>round: 14:02:36 158/520 - 29/30: Installing method Fraction>>setNumerator:denominator: 14:02:36 158/520 - 30/30: Installing method Fraction>>truncated 14:02:36 158/520 - 1/2: Installing method Fraction class>>numerator:denominator: 14:02:36 158/520 - 2/2: Installing method Fraction class>>readFrom: 14:02:36 159/520 - 1/3: Installing method FullBlockClosure>>receiver 14:02:36 159/520 - 2/3: Installing method FullBlockClosure>>receiver: 14:02:36 159/520 - 3/3: Installing method FullBlockClosure>>sender 14:02:37 160/520 - 1/13: Installing method Generator>>atEnd 14:02:37 160/520 - 2/13: Installing method Generator>>close 14:02:37 160/520 - 3/13: Installing method Generator>>contents 14:02:37 160/520 - 4/13: Installing method Generator>>fork 14:02:37 160/520 - 5/13: Installing method Generator>>initializeOn: 14:02:37 160/520 - 6/13: Installing method Generator>>next 14:02:37 160/520 - 7/13: Installing method Generator>>nextPut: 14:02:37 160/520 - 8/13: Installing method Generator>>peek 14:02:37 160/520 - 9/13: Installing method Generator>>printOn: 14:02:37 160/520 - 10/13: Installing method Generator>>reset 14:02:37 160/520 - 11/13: Installing method Generator>>size 14:02:37 160/520 - 12/13: Installing method Generator>>value: 14:02:37 160/520 - 13/13: Installing method Generator>>yield: 14:02:37 160/520 - 1/3: Installing method Generator class>>on: 14:02:37 160/520 - 2/3: Installing method Generator class>>onDo: 14:02:37 160/520 - 3/3: Installing method Generator class>>somePrimes 14:02:37 161/520 - 1/8: Installing method GlobalVariable>>acceptVisitor:node: 14:02:37 161/520 - 2/8: Installing method GlobalVariable>>definingClass 14:02:37 161/520 - 3/8: Installing method GlobalVariable>>emitStore: 14:02:37 161/520 - 4/8: Installing method GlobalVariable>>emitValue: 14:02:37 161/520 - 5/8: Installing method GlobalVariable>>isDeprecated 14:02:37 161/520 - 6/8: Installing method GlobalVariable>>isDeprecated: 14:02:37 161/520 - 7/8: Installing method GlobalVariable>>isGlobalVariable 14:02:37 161/520 - 8/8: Installing method GlobalVariable>>scope 14:02:37 162/520 - 1/3: Installing method HEAbstractExported>>= 14:02:37 162/520 - 2/3: Installing method HEAbstractExported>>hash 14:02:37 162/520 - 3/3: Installing method HEAbstractExported>>instVarNamesForEqualityComparison 14:02:37 162/520 - 1/1: Installing method HEAbstractExported class>>readFrom: 14:02:37 163/520 - 1/3: Installing method HEAdditionalMethodState>>asLiteralIn: 14:02:37 163/520 - 2/3: Installing method HEAdditionalMethodState>>doReadFrom: 14:02:37 163/520 - 3/3: Installing method HEAdditionalMethodState>>value: 14:02:37 163/520 - 1/1: Installing method HEAdditionalMethodState class>>tag 14:02:38 164/520 - 1/3: Installing method HEArray>>asLiteralIn: 14:02:38 164/520 - 2/3: Installing method HEArray>>doReadFrom: 14:02:38 164/520 - 3/3: Installing method HEArray>>value: 14:02:38 164/520 - 1/1: Installing method HEArray class>>tag 14:02:38 165/520 - 1/3: Installing method HEAssociation>>asLiteralIn: 14:02:38 165/520 - 2/3: Installing method HEAssociation>>doReadFrom: 14:02:38 165/520 - 3/3: Installing method HEAssociation>>value: 14:02:38 165/520 - 1/1: Installing method HEAssociation class>>tag 14:02:38 166/520 - 1/10: Installing method HEBinaryReader>>close 14:02:38 166/520 - 2/10: Installing method HEBinaryReader>>intSize 14:02:38 166/520 - 3/10: Installing method HEBinaryReader>>readByte 14:02:38 166/520 - 4/10: Installing method HEBinaryReader>>readByteArray 14:02:38 166/520 - 5/10: Installing method HEBinaryReader>>readByteString 14:02:38 166/520 - 6/10: Installing method HEBinaryReader>>readByteSymbol 14:02:38 166/520 - 7/10: Installing method HEBinaryReader>>readInt32 14:02:38 166/520 - 8/10: Installing method HEBinaryReader>>readUInt32 14:02:38 166/520 - 9/10: Installing method HEBinaryReader>>stream 14:02:38 166/520 - 10/10: Installing method HEBinaryReader>>stream: 14:02:38 167/520 - 1/2: Installing method HEBoolean>>asLiteralIn: 14:02:38 167/520 - 2/2: Installing method HEBoolean>>doReadFrom: 14:02:38 167/520 - 1/1: Installing method HEBoolean class>>tag 14:02:38 168/520 - 1/2: Installing method HEByteArray>>asLiteralIn: 14:02:38 168/520 - 2/2: Installing method HEByteArray>>doReadFrom: 14:02:38 168/520 - 1/1: Installing method HEByteArray class>>tag 14:02:38 169/520 - 1/3: Installing method HEByteString>>asLiteralIn: 14:02:38 169/520 - 2/3: Installing method HEByteString>>doConvertValue: 14:02:38 169/520 - 3/3: Installing method HEByteString>>doReadFrom: 14:02:38 169/520 - 1/1: Installing method HEByteString class>>tag 14:02:38 170/520 - 1/2: Installing method HECharacter>>asLiteralIn: 14:02:38 170/520 - 2/2: Installing method HECharacter>>value: 14:02:38 170/520 - 1/1: Installing method HECharacter class>>tag 14:02:39 171/520 - 1/18: Installing method HEClass>>classInstancevariables 14:02:39 171/520 - 2/18: Installing method HEClass>>classInstancevariables: 14:02:39 171/520 - 3/18: Installing method HEClass>>className 14:02:39 171/520 - 4/18: Installing method HEClass>>className: 14:02:39 171/520 - 5/18: Installing method HEClass>>classVariables 14:02:39 171/520 - 6/18: Installing method HEClass>>classVariables: 14:02:39 171/520 - 7/18: Installing method HEClass>>doReadHeaderFrom: 14:02:39 171/520 - 8/18: Installing method HEClass>>instanceVariables 14:02:39 171/520 - 9/18: Installing method HEClass>>instanceVariables: 14:02:39 171/520 - 10/18: Installing method HEClass>>isTrait 14:02:39 171/520 - 11/18: Installing method HEClass>>layoutClass 14:02:39 171/520 - 12/18: Installing method HEClass>>layoutClass: 14:02:39 171/520 - 13/18: Installing method HEClass>>name 14:02:39 171/520 - 14/18: Installing method HEClass>>printOn: 14:02:39 171/520 - 15/18: Installing method HEClass>>sharedPools 14:02:39 171/520 - 16/18: Installing method HEClass>>sharedPools: 14:02:39 171/520 - 17/18: Installing method HEClass>>superclass 14:02:39 171/520 - 18/18: Installing method HEClass>>superclass: 14:02:39 172/520 - 1/2: Installing method HEClassTrait>>asLiteralIn: 14:02:39 172/520 - 2/2: Installing method HEClassTrait>>value: 14:02:39 172/520 - 1/1: Installing method HEClassTrait class>>tag 14:02:39 173/520 - 1/2: Installing method HEClassVariable>>asLiteralIn: 14:02:39 173/520 - 2/2: Installing method HEClassVariable>>value: 14:02:39 173/520 - 1/1: Installing method HEClassVariable class>>tag 14:02:39 174/520 - 1/4: Installing method HECompiledBlock>>asLiteralIn: 14:02:39 174/520 - 2/4: Installing method HECompiledBlock>>doReadFrom: 14:02:39 174/520 - 3/4: Installing method HECompiledBlock>>headerFor: 14:02:39 174/520 - 4/4: Installing method HECompiledBlock>>instVarNamesForEqualityComparison 14:02:39 174/520 - 1/1: Installing method HECompiledBlock class>>tag 14:02:39 175/520 - 1/3: Installing method HEConstantBlock>>asLiteralIn: 14:02:39 175/520 - 2/3: Installing method HEConstantBlock>>doReadFrom: 14:02:39 175/520 - 3/3: Installing method HEConstantBlock>>instVarNamesForEqualityComparison 14:02:39 175/520 - 1/1: Installing method HEConstantBlock class>>tag 14:02:40 176/520 - 1/4: Installing method HEExportedLiteral>>asExportedLiteral 14:02:40 176/520 - 2/4: Installing method HEExportedLiteral>>asLiteralIn: 14:02:40 176/520 - 3/4: Installing method HEExportedLiteral>>doReadFrom: 14:02:40 176/520 - 4/4: Installing method HEExportedLiteral>>value 14:02:40 176/520 - 1/1: Installing method HEExportedLiteral class>>readFrom: 14:02:40 177/520 - 1/2: Installing method HEExportedMetaclass>>asLiteralIn: 14:02:40 177/520 - 2/2: Installing method HEExportedMetaclass>>value: 14:02:40 177/520 - 1/1: Installing method HEExportedMetaclass class>>tag 14:02:40 178/520 - 1/11: Installing method HEExtendedEnvironment>>classNamed: 14:02:40 178/520 - 2/11: Installing method HEExtendedEnvironment>>inner 14:02:40 178/520 - 3/11: Installing method HEExtendedEnvironment>>inner: 14:02:40 178/520 - 4/11: Installing method HEExtendedEnvironment>>newBlock 14:02:40 178/520 - 5/11: Installing method HEExtendedEnvironment>>newBlock: 14:02:40 178/520 - 6/11: Installing method HEExtendedEnvironment>>newClass 14:02:40 178/520 - 7/11: Installing method HEExtendedEnvironment>>newClass: 14:02:40 178/520 - 8/11: Installing method HEExtendedEnvironment>>newMethod 14:02:40 178/520 - 9/11: Installing method HEExtendedEnvironment>>newMethod: 14:02:40 178/520 - 10/11: Installing method HEExtendedEnvironment>>newSelector 14:02:40 178/520 - 11/11: Installing method HEExtendedEnvironment>>newSelector: 14:02:40 179/520 - 1/2: Installing method HEFloat>>asLiteralIn: 14:02:40 179/520 - 2/2: Installing method HEFloat>>doReadFrom: 14:02:40 179/520 - 1/1: Installing method HEFloat class>>tag 14:02:40 180/520 - 1/2: Installing method HEFraction>>asLiteralIn: 14:02:40 180/520 - 2/2: Installing method HEFraction>>doReadFrom: 14:02:40 180/520 - 1/1: Installing method HEFraction class>>tag 14:02:40 181/520 - 1/2: Installing method HEGlobalVariable>>asLiteralIn: 14:02:40 181/520 - 2/2: Installing method HEGlobalVariable>>value: 14:02:40 181/520 - 1/1: Installing method HEGlobalVariable class>>tag 14:02:41 182/520 - 1/22: Installing method HEInstaller>>build: 14:02:41 182/520 - 2/22: Installing method HEInstaller>>buildTrait: 14:02:41 182/520 - 3/22: Installing method HEInstaller>>buildTraitCompositionFor: 14:02:41 182/520 - 4/22: Installing method HEInstaller>>classNamed: 14:02:41 182/520 - 5/22: Installing method HEInstaller>>doInstallPackage: 14:02:41 182/520 - 6/22: Installing method HEInstaller>>environment 14:02:41 182/520 - 7/22: Installing method HEInstaller>>environment: 14:02:41 182/520 - 8/22: Installing method HEInstaller>>existingClass: 14:02:41 182/520 - 9/22: Installing method HEInstaller>>existingTrait: 14:02:41 182/520 - 10/22: Installing method HEInstaller>>initialize 14:02:41 182/520 - 11/22: Installing method HEInstaller>>installExtensionMethod: 14:02:41 182/520 - 12/22: Installing method HEInstaller>>installMethods:into: 14:02:41 182/520 - 13/22: Installing method HEInstaller>>installPackage: 14:02:41 182/520 - 14/22: Installing method HEInstaller>>messageExistingClass: 14:02:41 182/520 - 15/22: Installing method HEInstaller>>messageExistingTrait: 14:02:41 182/520 - 16/22: Installing method HEInstaller>>messageMethod:alreadyExistsIn: 14:02:41 182/520 - 17/22: Installing method HEInstaller>>newUndeclaredVariables 14:02:41 182/520 - 18/22: Installing method HEInstaller>>rebuildMethod:into: 14:02:41 182/520 - 19/22: Installing method HEInstaller>>reportNewUndeclareds: 14:02:41 182/520 - 20/22: Installing method HEInstaller>>shouldBuildMethod:in: 14:02:41 182/520 - 21/22: Installing method HEInstaller>>supportsTraits 14:02:41 182/520 - 22/22: Installing method HEInstaller>>validateNoNewUndeclared 14:02:41 183/520 - 1/2: Installing method HEInteger>>asLiteralIn: 14:02:41 183/520 - 2/2: Installing method HEInteger>>doReadFrom: 14:02:41 183/520 - 1/1: Installing method HEInteger class>>tag 14:02:42 184/520 - 1/14: Installing method HEMethod>>bytecode 14:02:42 184/520 - 2/14: Installing method HEMethod>>bytecode: 14:02:42 184/520 - 3/14: Installing method HEMethod>>className 14:02:42 184/520 - 4/14: Installing method HEMethod>>className: 14:02:42 184/520 - 5/14: Installing method HEMethod>>headerFor: 14:02:42 184/520 - 6/14: Installing method HEMethod>>literals 14:02:42 184/520 - 7/14: Installing method HEMethod>>literals: 14:02:42 184/520 - 8/14: Installing method HEMethod>>name 14:02:42 184/520 - 9/14: Installing method HEMethod>>name: 14:02:42 184/520 - 10/14: Installing method HEMethod>>printOn: 14:02:42 184/520 - 11/14: Installing method HEMethod>>protocol 14:02:42 184/520 - 12/14: Installing method HEMethod>>protocol: 14:02:42 184/520 - 13/14: Installing method HEMethod>>readFrom: 14:02:42 184/520 - 14/14: Installing method HEMethod>>selector 14:02:42 185/520 - 1/15: Installing method HEMethodContainer>>classSideMethods 14:02:42 185/520 - 2/15: Installing method HEMethodContainer>>classSideMethods: 14:02:42 185/520 - 3/15: Installing method HEMethodContainer>>classTraitComposition 14:02:42 185/520 - 4/15: Installing method HEMethodContainer>>classTraitComposition: 14:02:42 185/520 - 5/15: Installing method HEMethodContainer>>doReadHeaderFrom: 14:02:42 185/520 - 6/15: Installing method HEMethodContainer>>doReadMethodsFrom: 14:02:42 185/520 - 7/15: Installing method HEMethodContainer>>methods 14:02:42 185/520 - 8/15: Installing method HEMethodContainer>>methods: 14:02:42 185/520 - 9/15: Installing method HEMethodContainer>>packageName 14:02:42 185/520 - 10/15: Installing method HEMethodContainer>>packageName: 14:02:42 185/520 - 11/15: Installing method HEMethodContainer>>readFrom: 14:02:42 185/520 - 12/15: Installing method HEMethodContainer>>tagName 14:02:42 185/520 - 13/15: Installing method HEMethodContainer>>tagName: 14:02:43 185/520 - 14/15: Installing method HEMethodContainer>>traitComposition 14:02:43 185/520 - 15/15: Installing method HEMethodContainer>>traitComposition: 14:02:43 186/520 - 1/5: Installing method HEMethodLiteral>>asLiteralIn: 14:02:43 186/520 - 2/5: Installing method HEMethodLiteral>>className 14:02:43 186/520 - 3/5: Installing method HEMethodLiteral>>className: 14:02:43 186/520 - 4/5: Installing method HEMethodLiteral>>doReadFrom: 14:02:43 186/520 - 5/5: Installing method HEMethodLiteral>>value: 14:02:43 186/520 - 1/1: Installing method HEMethodLiteral class>>tag 14:02:43 187/520 - 1/14: Installing method HEPackage>>addClass: 14:02:43 187/520 - 2/14: Installing method HEPackage>>classes 14:02:43 187/520 - 3/14: Installing method HEPackage>>classes: 14:02:43 187/520 - 4/14: Installing method HEPackage>>extensionMethods 14:02:43 187/520 - 5/14: Installing method HEPackage>>extensionMethods: 14:02:43 187/520 - 6/14: Installing method HEPackage>>initialize 14:02:43 187/520 - 7/14: Installing method HEPackage>>packageName 14:02:43 187/520 - 8/14: Installing method HEPackage>>packageName: 14:02:43 187/520 - 9/14: Installing method HEPackage>>printOn: 14:02:43 187/520 - 10/14: Installing method HEPackage>>readClassFrom: 14:02:43 187/520 - 11/14: Installing method HEPackage>>readFrom: 14:02:43 187/520 - 12/14: Installing method HEPackage>>traits 14:02:43 187/520 - 13/14: Installing method HEPackage>>traits: 14:02:43 187/520 - 14/14: Installing method HEPackage>>version 14:02:43 187/520 - 1/1: Installing method HEPackage class>>formatVersion 14:02:43 188/520 - 1/6: Installing method HEPragma>>arguments 14:02:43 188/520 - 2/6: Installing method HEPragma>>asLiteralIn: 14:02:43 188/520 - 3/6: Installing method HEPragma>>doReadFrom: 14:02:43 188/520 - 4/6: Installing method HEPragma>>keyword 14:02:43 188/520 - 5/6: Installing method HEPragma>>method 14:02:43 188/520 - 6/6: Installing method HEPragma>>value: 14:02:43 188/520 - 1/1: Installing method HEPragma class>>tag 14:02:43 189/520 - 1/1: Installing method HEScaledDecimal>>doReadFrom: 14:02:44 189/520 - 1/1: Installing method HEScaledDecimal class>>tag 14:02:44 190/520 - 1/8: Installing method HESendMessage>>arguments 14:02:44 190/520 - 2/8: Installing method HESendMessage>>arguments: 14:02:44 190/520 - 3/8: Installing method HESendMessage>>asLiteralIn: 14:02:44 190/520 - 4/8: Installing method HESendMessage>>doReadFrom: 14:02:44 190/520 - 5/8: Installing method HESendMessage>>receiver 14:02:44 190/520 - 6/8: Installing method HESendMessage>>receiver: 14:02:44 190/520 - 7/8: Installing method HESendMessage>>selector 14:02:44 190/520 - 8/8: Installing method HESendMessage>>selector: 14:02:44 190/520 - 1/2: Installing method HESendMessage class>>selector:receiver:arguments: 14:02:44 190/520 - 2/2: Installing method HESendMessage class>>tag 14:02:44 191/520 - 1/1: Installing method HESymbol>>doConvertValue: 14:02:44 191/520 - 1/1: Installing method HESymbol class>>tag 14:02:44 192/520 - 1/6: Installing method HETrait>>doReadHeaderFrom: 14:02:44 192/520 - 2/6: Installing method HETrait>>isTrait 14:02:44 192/520 - 3/6: Installing method HETrait>>name 14:02:44 192/520 - 4/6: Installing method HETrait>>printOn: 14:02:44 192/520 - 5/6: Installing method HETrait>>traitName 14:02:44 192/520 - 6/6: Installing method HETrait>>traitName: 14:02:44 193/520 - 1/2: Installing method HETraitLiteral>>asLiteralIn: 14:02:44 193/520 - 2/2: Installing method HETraitLiteral>>value: 14:02:44 193/520 - 1/1: Installing method HETraitLiteral class>>tag 14:02:44 194/520 - 1/2: Installing method HEUndefinedObject>>asLiteralIn: 14:02:44 194/520 - 2/2: Installing method HEUndefinedObject>>doReadFrom: 14:02:44 194/520 - 1/1: Installing method HEUndefinedObject class>>tag 14:02:44 195/520 - 1/1: Installing method HEWideString>>doReadFrom: 14:02:45 195/520 - 1/1: Installing method HEWideString class>>tag 14:02:45 196/520 - 1/8: Installing method HashTableSizes>>candidateIsGoodPrime 14:02:45 196/520 - 2/8: Installing method HashTableSizes>>computeSizes 14:02:45 196/520 - 3/8: Installing method HashTableSizes>>firstCandidateForExp: 14:02:45 196/520 - 4/8: Installing method HashTableSizes>>goodPrimeForExp: 14:02:45 196/520 - 5/8: Installing method HashTableSizes>>initialize 14:02:45 196/520 - 6/8: Installing method HashTableSizes>>limitForExp: 14:02:45 196/520 - 7/8: Installing method HashTableSizes>>numValuesPerPower 14:02:45 196/520 - 8/8: Installing method HashTableSizes>>primeAlmostFactorsOf: 14:02:45 196/520 - 1/7: Installing method HashTableSizes class>>atLeast: 14:02:45 196/520 - 2/7: Installing method HashTableSizes class>>basicAtLeast: 14:02:45 196/520 - 3/7: Installing method HashTableSizes class>>initialize 14:02:45 196/520 - 4/7: Installing method HashTableSizes class>>maxSmallSize 14:02:45 196/520 - 5/7: Installing method HashTableSizes class>>numValuesPerPower 14:02:45 196/520 - 6/7: Installing method HashTableSizes class>>sizes 14:02:45 196/520 - 7/7: Installing method HashTableSizes class>>smallSizesLookupTable 14:02:46 197/520 - 1/22: Installing method HashedCollection>>add:withOccurrences: 14:02:46 197/520 - 2/22: Installing method HashedCollection>>array 14:02:46 197/520 - 3/22: Installing method HashedCollection>>atNewIndex:put: 14:02:46 197/520 - 4/22: Installing method HashedCollection>>capacity 14:02:46 197/520 - 5/22: Installing method HashedCollection>>compact 14:02:46 197/520 - 6/22: Installing method HashedCollection>>errorNoFreeSpace 14:02:46 197/520 - 7/22: Installing method HashedCollection>>findElementOrNil: 14:02:46 197/520 - 8/22: Installing method HashedCollection>>fixCollisionsFrom: 14:02:46 197/520 - 9/22: Installing method HashedCollection>>fullCheck 14:02:46 197/520 - 10/22: Installing method HashedCollection>>grow 14:02:46 197/520 - 11/22: Installing method HashedCollection>>growSize 14:02:46 197/520 - 12/22: Installing method HashedCollection>>growTo: 14:02:46 197/520 - 13/22: Installing method HashedCollection>>initialize: 14:02:46 197/520 - 14/22: Installing method HashedCollection>>noCheckAdd: 14:02:46 197/520 - 15/22: Installing method HashedCollection>>noCheckNoGrowFillFrom: 14:02:46 197/520 - 16/22: Installing method HashedCollection>>rehash 14:02:46 197/520 - 17/22: Installing method HashedCollection>>removeAll 14:02:46 197/520 - 18/22: Installing method HashedCollection>>scanFor: 14:02:46 197/520 - 19/22: Installing method HashedCollection>>scanForEmptySlotFor: 14:02:46 197/520 - 20/22: Installing method HashedCollection>>size 14:02:46 197/520 - 21/22: Installing method HashedCollection>>union: 14:02:46 197/520 - 22/22: Installing method HashedCollection>>veryDeepCopyWith: 14:02:46 197/520 - 1/11: Installing method HashedCollection class>>cleanUp: 14:02:46 197/520 - 2/11: Installing method HashedCollection class>>compactAll 14:02:46 197/520 - 3/11: Installing method HashedCollection class>>compactAllInstances 14:02:46 197/520 - 4/11: Installing method HashedCollection class>>empty 14:02:46 197/520 - 5/11: Installing method HashedCollection class>>isAbstract 14:02:46 197/520 - 6/11: Installing method HashedCollection class>>new 14:02:46 197/520 - 7/11: Installing method HashedCollection class>>new: 14:02:46 197/520 - 8/11: Installing method HashedCollection class>>newFrom: 14:02:46 197/520 - 9/11: Installing method HashedCollection class>>rehashAll 14:02:46 197/520 - 10/11: Installing method HashedCollection class>>rehashAllInstances 14:02:46 197/520 - 11/11: Installing method HashedCollection class>>sizeFor: 14:02:47 198/520 - 1/45: Installing method Heap>>= 14:02:47 198/520 - 2/45: Installing method Heap>>add: 14:02:47 198/520 - 3/45: Installing method Heap>>array 14:02:47 198/520 - 4/45: Installing method Heap>>at: 14:02:47 198/520 - 5/45: Installing method Heap>>at:put: 14:02:47 198/520 - 6/45: Installing method Heap>>collect: 14:02:47 198/520 - 7/45: Installing method Heap>>copyEmpty 14:02:47 198/520 - 8/45: Installing method Heap>>defaultSortBlock 14:02:47 198/520 - 9/45: Installing method Heap>>do: 14:02:47 198/520 - 10/45: Installing method Heap>>downHeap: 14:02:47 198/520 - 11/45: Installing method Heap>>downHeapSingle: 14:02:47 198/520 - 12/45: Installing method Heap>>first 14:02:47 198/520 - 13/45: Installing method Heap>>fullySort 14:02:47 198/520 - 14/45: Installing method Heap>>grow 14:02:47 198/520 - 15/45: Installing method Heap>>growSize 14:02:47 198/520 - 16/45: Installing method Heap>>growTo: 14:02:47 198/520 - 17/45: Installing method Heap>>indexUpdateBlock: 14:02:47 198/520 - 18/45: Installing method Heap>>isEmpty 14:02:47 198/520 - 19/45: Installing method Heap>>isHeap 14:02:47 198/520 - 20/45: Installing method Heap>>isSorted 14:02:47 198/520 - 21/45: Installing method Heap>>isSortedBy: 14:02:47 198/520 - 22/45: Installing method Heap>>mergeFirst:middle:last:into:by: 14:02:47 198/520 - 23/45: Installing method Heap>>mergeSortFrom:to:by: 14:02:47 198/520 - 24/45: Installing method Heap>>mergeSortFrom:to:src:dst:by: 14:02:47 198/520 - 25/45: Installing method Heap>>postCopy 14:02:47 198/520 - 26/45: Installing method Heap>>privateRemoveAt: 14:02:47 198/520 - 27/45: Installing method Heap>>privateReverseSort 14:02:47 198/520 - 28/45: Installing method Heap>>reSort 14:02:47 198/520 - 29/45: Installing method Heap>>remove:ifAbsent: 14:02:47 198/520 - 30/45: Installing method Heap>>removeAll 14:02:47 198/520 - 31/45: Installing method Heap>>removeFirst 14:02:47 198/520 - 32/45: Installing method Heap>>removeFirstOrNil 14:02:47 198/520 - 33/45: Installing method Heap>>setCollection: 14:02:47 198/520 - 34/45: Installing method Heap>>setCollection:tally: 14:02:47 198/520 - 35/45: Installing method Heap>>size 14:02:47 198/520 - 36/45: Installing method Heap>>sort 14:02:47 198/520 - 37/45: Installing method Heap>>sort: 14:02:47 198/520 - 38/45: Installing method Heap>>sortBlock 14:02:47 198/520 - 39/45: Installing method Heap>>sortBlock: 14:02:47 198/520 - 40/45: Installing method Heap>>sorted 14:02:47 198/520 - 41/45: Installing method Heap>>sorted: 14:02:47 198/520 - 42/45: Installing method Heap>>sorts:before: 14:02:47 198/520 - 43/45: Installing method Heap>>trim 14:02:47 198/520 - 44/45: Installing method Heap>>upHeap: 14:02:47 198/520 - 45/45: Installing method Heap>>updateObjectIndex: 14:02:47 198/520 - 1/6: Installing method Heap class>>defaultSortBlock 14:02:47 198/520 - 2/6: Installing method Heap class>>new 14:02:47 198/520 - 3/6: Installing method Heap class>>new: 14:02:47 198/520 - 4/6: Installing method Heap class>>sortBlock: 14:02:47 198/520 - 5/6: Installing method Heap class>>withAll: 14:02:47 198/520 - 6/6: Installing method Heap class>>withAll:sortBlock: 14:02:48 199/520 - 1/5: Installing method HermesCommandLineHandler>>activate 14:02:48 199/520 - 2/5: Installing method HermesCommandLineHandler>>createInstaller 14:02:48 199/520 - 3/5: Installing method HermesCommandLineHandler>>processFile: 14:02:48 199/520 - 4/5: Installing method HermesCommandLineHandler>>processFiles 14:02:48 199/520 - 5/5: Installing method HermesCommandLineHandler>>validateParameters 14:02:48 199/520 - 1/2: Installing method HermesCommandLineHandler class>>commandName 14:02:48 199/520 - 2/2: Installing method HermesCommandLineHandler class>>description 14:02:48 200/520 - 1/1: Installing method IdentityBag>>asSet 14:02:48 200/520 - 1/1: Installing method IdentityBag class>>contentsClass 14:02:48 201/520 - 1/3: Installing method IdentityDictionary>>keyAtValue:ifAbsent: 14:02:48 201/520 - 2/3: Installing method IdentityDictionary>>scanFor: 14:02:48 201/520 - 3/3: Installing method IdentityDictionary>>scanForEmptySlotFor: 14:02:48 202/520 - 1/4: Installing method IdentitySet>>asIdentitySet 14:02:48 202/520 - 2/4: Installing method IdentitySet>>identityIncludes: 14:02:48 202/520 - 3/4: Installing method IdentitySet>>scanFor: 14:02:48 202/520 - 4/4: Installing method IdentitySet>>scanForEmptySlotFor: 14:02:48 204/520 - 1/2: Installing method IllegalResumeAttempt>>isResumable 14:02:48 204/520 - 2/2: Installing method IllegalResumeAttempt>>readMe 14:02:48 205/520 - 1/4: Installing method ImmediateLayout>>extend 14:02:48 205/520 - 2/4: Installing method ImmediateLayout>>extend: 14:02:48 205/520 - 3/4: Installing method ImmediateLayout>>initialize 14:02:48 205/520 - 4/4: Installing method ImmediateLayout>>instanceSpecification 14:02:48 205/520 - 1/1: Installing method ImmediateLayout class>>extending:scope:host: 14:02:48 206/520 - 1/5: Installing method IncompatibleLayoutConflict>>layout 14:02:48 206/520 - 2/5: Installing method IncompatibleLayoutConflict>>layout: 14:02:48 206/520 - 3/5: Installing method IncompatibleLayoutConflict>>messageText 14:02:48 206/520 - 4/5: Installing method IncompatibleLayoutConflict>>subType 14:02:48 206/520 - 5/5: Installing method IncompatibleLayoutConflict>>subType: 14:02:49 207/520 - 1/9: Installing method IndexedSlot>>= 14:02:49 207/520 - 2/9: Installing method IndexedSlot>>hash 14:02:49 207/520 - 3/9: Installing method IndexedSlot>>index 14:02:49 207/520 - 4/9: Installing method IndexedSlot>>index: 14:02:49 207/520 - 5/9: Installing method IndexedSlot>>isVirtual 14:02:49 207/520 - 6/9: Installing method IndexedSlot>>object:instVarAt: 14:02:49 207/520 - 7/9: Installing method IndexedSlot>>object:instVarAt:put: 14:02:49 207/520 - 8/9: Installing method IndexedSlot>>read: 14:02:49 207/520 - 9/9: Installing method IndexedSlot>>write:to: 14:02:49 208/520 - 1/1: Installing method InexactFloatPrintPolicy>>absPrint:on:base: 14:02:49 209/520 - 1/4: Installing method InstanceVariableNotFound>>instVarName 14:02:49 209/520 - 2/4: Installing method InstanceVariableNotFound>>instVarName: 14:02:49 209/520 - 3/4: Installing method InstanceVariableNotFound>>messageText 14:02:49 209/520 - 4/4: Installing method InstanceVariableNotFound>>standardMessageText 14:02:49 209/520 - 1/1: Installing method InstanceVariableNotFound class>>signalFor: 14:02:49 210/520 - 1/7: Installing method InstanceVariableSlot>>definitionOn: 14:02:49 210/520 - 2/7: Installing method InstanceVariableSlot>>emitStore: 14:02:49 210/520 - 3/7: Installing method InstanceVariableSlot>>emitValue: 14:02:49 210/520 - 4/7: Installing method InstanceVariableSlot>>isAccessedIn: 14:02:49 210/520 - 5/7: Installing method InstanceVariableSlot>>isReadIn: 14:02:49 210/520 - 6/7: Installing method InstanceVariableSlot>>isWrittenIn: 14:02:49 210/520 - 7/7: Installing method InstanceVariableSlot>>needsFullDefinition 14:02:49 210/520 - 1/1: Installing method InstanceVariableSlot class>>resetIvarSlots 14:02:50 211/520 - 1/40: Installing method InstructionClient>>addMappedInlinePrimitiveHandler:at: 14:02:50 211/520 - 2/40: Installing method InstructionClient>>blockReturnConstant: 14:02:50 211/520 - 3/40: Installing method InstructionClient>>blockReturnTop 14:02:50 211/520 - 4/40: Installing method InstructionClient>>callPrimitive: 14:02:50 211/520 - 5/40: Installing method InstructionClient>>directedSuperSend:numArgs: 14:02:50 211/520 - 6/40: Installing method InstructionClient>>doDup 14:02:50 211/520 - 7/40: Installing method InstructionClient>>doNop 14:02:50 211/520 - 8/40: Installing method InstructionClient>>doPop 14:02:50 211/520 - 9/40: Installing method InstructionClient>>jump: 14:02:50 211/520 - 10/40: Installing method InstructionClient>>jump:if: 14:02:50 211/520 - 11/40: Installing method InstructionClient>>jump:if:withInterpreter: 14:02:50 211/520 - 12/40: Installing method InstructionClient>>jump:withInterpreter: 14:02:50 211/520 - 13/40: Installing method InstructionClient>>mappedInlinePrimitive: 14:02:50 211/520 - 14/40: Installing method InstructionClient>>methodReturnConstant: 14:02:50 211/520 - 15/40: Installing method InstructionClient>>methodReturnReceiver 14:02:50 211/520 - 16/40: Installing method InstructionClient>>methodReturnTop 14:02:50 211/520 - 17/40: Installing method InstructionClient>>pc: 14:02:50 211/520 - 18/40: Installing method InstructionClient>>popIntoLiteralVariable: 14:02:50 211/520 - 19/40: Installing method InstructionClient>>popIntoReceiverVariable: 14:02:50 211/520 - 20/40: Installing method InstructionClient>>popIntoRemoteTemp:inVectorAt: 14:02:50 211/520 - 21/40: Installing method InstructionClient>>popIntoTemporaryVariable: 14:02:50 211/520 - 22/40: Installing method InstructionClient>>pushActiveContext 14:02:50 211/520 - 23/40: Installing method InstructionClient>>pushActiveProcess 14:02:50 211/520 - 24/40: Installing method InstructionClient>>pushClosureTemps: 14:02:50 211/520 - 25/40: Installing method InstructionClient>>pushConsArrayWithElements: 14:02:50 211/520 - 26/40: Installing method InstructionClient>>pushConstant: 14:02:50 211/520 - 27/40: Installing method InstructionClient>>pushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: 14:02:50 211/520 - 28/40: Installing method InstructionClient>>pushLiteralVariable: 14:02:50 211/520 - 29/40: Installing method InstructionClient>>pushNewArrayOfSize: 14:02:50 211/520 - 30/40: Installing method InstructionClient>>pushReceiver 14:02:50 211/520 - 31/40: Installing method InstructionClient>>pushReceiverVariable: 14:02:50 211/520 - 32/40: Installing method InstructionClient>>pushRemoteTemp:inVectorAt: 14:02:50 211/520 - 33/40: Installing method InstructionClient>>pushTemporaryVariable: 14:02:50 211/520 - 34/40: Installing method InstructionClient>>send:super:numArgs: 14:02:50 211/520 - 35/40: Installing method InstructionClient>>storeIntoLiteralVariable: 14:02:50 211/520 - 36/40: Installing method InstructionClient>>storeIntoReceiverVariable: 14:02:50 211/520 - 37/40: Installing method InstructionClient>>storeIntoRemoteTemp:inVectorAt: 14:02:50 211/520 - 38/40: Installing method InstructionClient>>storeIntoTemporaryVariable: 14:02:50 211/520 - 39/40: Installing method InstructionClient>>trap 14:02:50 211/520 - 40/40: Installing method InstructionClient>>unusedBytecode 14:02:50 212/520 - 1/11: Installing method InstructionStream>>compiledCode 14:02:50 212/520 - 2/11: Installing method InstructionStream>>interpretNext2ByteSistaV1Instruction:for:extA:extB:startPC: 14:02:50 212/520 - 3/11: Installing method InstructionStream>>interpretNext3ByteSistaV1Instruction:for:extA:extB:startPC: 14:02:50 212/520 - 4/11: Installing method InstructionStream>>interpretNextInstructionFor: 14:02:50 212/520 - 5/11: Installing method InstructionStream>>interpretNextSistaV1InstructionFor: 14:02:50 212/520 - 6/11: Installing method InstructionStream>>interpretSistaV1ExtendedPush:for: 14:02:50 212/520 - 7/11: Installing method InstructionStream>>interpretUnusedBytecode:at: 14:02:50 212/520 - 8/11: Installing method InstructionStream>>method 14:02:50 212/520 - 9/11: Installing method InstructionStream>>method:pc: 14:02:50 212/520 - 10/11: Installing method InstructionStream>>pc 14:02:50 212/520 - 11/11: Installing method InstructionStream>>pc: 14:02:51 212/520 - 1/3: Installing method InstructionStream class>>initialize 14:02:51 212/520 - 2/3: Installing method InstructionStream class>>on: 14:02:51 212/520 - 3/3: Installing method InstructionStream class>>on:pc: 14:02:53 213/520 - 1/87: Installing method Integer>>& 14:02:53 213/520 - 2/87: Installing method Integer>>* 14:02:53 213/520 - 3/87: Installing method Integer>>+ 14:02:53 213/520 - 4/87: Installing method Integer>>- 14:02:53 213/520 - 5/87: Installing method Integer>>/ 14:02:53 213/520 - 6/87: Installing method Integer>>// 14:02:53 213/520 - 7/87: Installing method Integer>>< 14:02:53 213/520 - 8/87: Installing method Integer>><< 14:02:53 213/520 - 9/87: Installing method Integer>><= 14:02:53 213/520 - 10/87: Installing method Integer>>= 14:02:53 213/520 - 11/87: Installing method Integer>>> 14:02:53 213/520 - 12/87: Installing method Integer>>>= 14:02:53 213/520 - 13/87: Installing method Integer>>>> 14:02:53 213/520 - 14/87: Installing method Integer>>\\\ 14:02:53 213/520 - 15/87: Installing method Integer>>adaptToFraction:andSend: 14:02:53 213/520 - 16/87: Installing method Integer>>alignedTo: 14:02:53 213/520 - 17/87: Installing method Integer>>allMask: 14:02:53 213/520 - 18/87: Installing method Integer>>anyBitOfMagnitudeFrom:to: 14:02:53 213/520 - 19/87: Installing method Integer>>anyMask: 14:02:53 213/520 - 20/87: Installing method Integer>>asByteArray 14:02:53 213/520 - 21/87: Installing method Integer>>asByteArrayOfSize: 14:02:53 213/520 - 22/87: Installing method Integer>>asCharacter 14:02:53 213/520 - 23/87: Installing method Integer>>asCharacterDigit 14:02:53 213/520 - 24/87: Installing method Integer>>asFraction 14:02:53 213/520 - 25/87: Installing method Integer>>asInteger 14:02:53 213/520 - 26/87: Installing method Integer>>asLargerPowerOfTwo 14:02:53 213/520 - 27/87: Installing method Integer>>asPowerOfTwo 14:02:53 213/520 - 28/87: Installing method Integer>>asScaledDecimal 14:02:53 213/520 - 29/87: Installing method Integer>>asSmallerPowerOfTwo 14:02:53 213/520 - 30/87: Installing method Integer>>bitAnd: 14:02:53 213/520 - 31/87: Installing method Integer>>bitAt: 14:02:53 213/520 - 32/87: Installing method Integer>>bitAt:put: 14:02:53 213/520 - 33/87: Installing method Integer>>bitClear: 14:02:53 213/520 - 34/87: Installing method Integer>>bitInvert 14:02:53 213/520 - 35/87: Installing method Integer>>bitInvert32 14:02:53 213/520 - 36/87: Installing method Integer>>bitOr: 14:02:53 213/520 - 37/87: Installing method Integer>>bitShift: 14:02:53 213/520 - 38/87: Installing method Integer>>bitShiftMagnitude: 14:02:53 213/520 - 39/87: Installing method Integer>>bitString 14:02:53 213/520 - 40/87: Installing method Integer>>bitStringLength 14:02:53 213/520 - 41/87: Installing method Integer>>bitXor: 14:02:53 213/520 - 42/87: Installing method Integer>>byteAt: 14:02:53 213/520 - 43/87: Installing method Integer>>byteAt:put: 14:02:53 213/520 - 44/87: Installing method Integer>>bytesCompare: 14:02:53 213/520 - 45/87: Installing method Integer>>bytesCount 14:02:53 213/520 - 46/87: Installing method Integer>>ceiling 14:02:53 213/520 - 47/87: Installing method Integer>>copyto: 14:02:53 213/520 - 48/87: Installing method Integer>>crossSumBase: 14:02:53 213/520 - 49/87: Installing method Integer>>decimalDigitLength 14:02:53 213/520 - 50/87: Installing method Integer>>denominator 14:02:53 213/520 - 51/87: Installing method Integer>>digitAdd: 14:02:53 213/520 - 52/87: Installing method Integer>>digitAt:base: 14:02:53 213/520 - 53/87: Installing method Integer>>digitDiv:neg: 14:02:53 213/520 - 54/87: Installing method Integer>>digitLogic:op:length: 14:02:53 213/520 - 55/87: Installing method Integer>>digitLshift: 14:02:53 213/520 - 56/87: Installing method Integer>>digitMultiply:neg: 14:02:53 213/520 - 57/87: Installing method Integer>>digitRshift:bytes:lookfirst: 14:02:53 213/520 - 58/87: Installing method Integer>>digitSubtract: 14:02:53 213/520 - 59/87: Installing method Integer>>digitSum 14:02:53 213/520 - 60/87: Installing method Integer>>even 14:02:53 213/520 - 61/87: Installing method Integer>>floor 14:02:53 213/520 - 62/87: Installing method Integer>>gcd: 14:02:53 213/520 - 63/87: Installing method Integer>>growby: 14:02:53 213/520 - 64/87: Installing method Integer>>growto: 14:02:53 213/520 - 65/87: Installing method Integer>>hashMultiply 14:02:53 213/520 - 66/87: Installing method Integer>>highBit 14:02:53 213/520 - 67/87: Installing method Integer>>highBitOfMagnitude 14:02:53 213/520 - 68/87: Installing method Integer>>isFraction 14:02:53 213/520 - 69/87: Installing method Integer>>isInteger 14:02:53 213/520 - 70/87: Installing method Integer>>isLarge 14:02:53 213/520 - 71/87: Installing method Integer>>isLiteral 14:02:53 213/520 - 72/87: Installing method Integer>>isPowerOfTwo 14:02:53 213/520 - 73/87: Installing method Integer>>lastDigit 14:02:53 213/520 - 74/87: Installing method Integer>>lowBit 14:02:53 213/520 - 75/87: Installing method Integer>>noMask: 14:02:54 213/520 - 76/87: Installing method Integer>>normalize 14:02:54 213/520 - 77/87: Installing method Integer>>numberOfDigitsInBase: 14:02:54 213/520 - 78/87: Installing method Integer>>numerator 14:02:54 213/520 - 79/87: Installing method Integer>>printOn:base:nDigits: 14:02:54 213/520 - 80/87: Installing method Integer>>quo: 14:02:54 213/520 - 81/87: Installing method Integer>>reciprocalModulo: 14:02:54 213/520 - 82/87: Installing method Integer>>replaceFrom:to:with:startingAt: 14:02:54 213/520 - 83/87: Installing method Integer>>round: 14:02:54 213/520 - 84/87: Installing method Integer>>rounded 14:02:54 213/520 - 85/87: Installing method Integer>>timesRepeat: 14:02:54 213/520 - 86/87: Installing method Integer>>truncated 14:02:54 213/520 - 87/87: Installing method Integer>>| 14:02:54 213/520 - 1/10: Installing method Integer class>>basicNew 14:02:54 213/520 - 2/10: Installing method Integer class>>byte1:byte2:byte3:byte4: 14:02:54 213/520 - 3/10: Installing method Integer class>>isAbstract 14:02:54 213/520 - 4/10: Installing method Integer class>>new 14:02:54 213/520 - 5/10: Installing method Integer class>>new:neg: 14:02:54 213/520 - 6/10: Installing method Integer class>>readFrom: 14:02:54 213/520 - 7/10: Installing method Integer class>>readFrom:base: 14:02:54 213/520 - 8/10: Installing method Integer class>>readFrom:ifFail: 14:02:54 213/520 - 9/10: Installing method Integer class>>readFrom:radix: 14:02:54 213/520 - 10/10: Installing method Integer class>>readHexByteFrom: 14:02:54 214/520 - 1/6: Installing method IntegerArray>>asIntegerArray 14:02:54 214/520 - 2/6: Installing method IntegerArray>>at: 14:02:54 214/520 - 3/6: Installing method IntegerArray>>at:put: 14:02:54 214/520 - 4/6: Installing method IntegerArray>>atAllPut: 14:02:54 214/520 - 5/6: Installing method IntegerArray>>defaultElement 14:02:54 214/520 - 6/6: Installing method IntegerArray>>primFill: 14:02:54 215/520 - 1/32: Installing method Interval>>+ 14:02:54 215/520 - 2/32: Installing method Interval>>- 14:02:54 215/520 - 3/32: Installing method Interval>>= 14:02:54 215/520 - 4/32: Installing method Interval>>add: 14:02:54 215/520 - 5/32: Installing method Interval>>anyOne 14:02:54 215/520 - 6/32: Installing method Interval>>asOpenInterval 14:02:54 215/520 - 7/32: Installing method Interval>>at: 14:02:54 215/520 - 8/32: Installing method Interval>>at:put: 14:02:54 215/520 - 9/32: Installing method Interval>>collect: 14:02:54 215/520 - 10/32: Installing method Interval>>do: 14:02:54 215/520 - 11/32: Installing method Interval>>extent 14:02:54 215/520 - 12/32: Installing method Interval>>first 14:02:54 215/520 - 13/32: Installing method Interval>>hash 14:02:54 215/520 - 14/32: Installing method Interval>>increment 14:02:54 215/520 - 15/32: Installing method Interval>>indexOf:startingAt:ifAbsent: 14:02:54 215/520 - 16/32: Installing method Interval>>isInterval 14:02:54 215/520 - 17/32: Installing method Interval>>isSelfEvaluating 14:02:54 215/520 - 18/32: Installing method Interval>>last 14:02:54 215/520 - 19/32: Installing method Interval>>permutationsDo: 14:02:54 215/520 - 20/32: Installing method Interval>>printOn: 14:02:54 215/520 - 21/32: Installing method Interval>>rangeIncludes: 14:02:54 215/520 - 22/32: Installing method Interval>>remove: 14:02:54 215/520 - 23/32: Installing method Interval>>reverseDo: 14:02:55 215/520 - 24/32: Installing method Interval>>setFrom:to:by: 14:02:55 215/520 - 25/32: Installing method Interval>>size 14:02:55 215/520 - 26/32: Installing method Interval>>sort: 14:02:55 215/520 - 27/32: Installing method Interval>>sorted 14:02:55 215/520 - 28/32: Installing method Interval>>sorted: 14:02:55 215/520 - 29/32: Installing method Interval>>species 14:02:55 215/520 - 30/32: Installing method Interval>>stop 14:02:55 215/520 - 31/32: Installing method Interval>>storeOn: 14:02:55 215/520 - 32/32: Installing method Interval>>sum 14:02:55 215/520 - 1/6: Installing method Interval class>>from:to: 14:02:55 215/520 - 2/6: Installing method Interval class>>from:to:by: 14:02:55 215/520 - 3/6: Installing method Interval class>>new 14:02:55 215/520 - 4/6: Installing method Interval class>>newFrom: 14:02:55 215/520 - 5/6: Installing method Interval class>>newFromArray: 14:02:55 215/520 - 6/6: Installing method Interval class>>streamSpecies 14:02:55 216/520 - 1/1: Installing method InvalidGlobalName class>>signal:for: 14:02:55 217/520 - 1/1: Installing method InvalidSlotName class>>signalFor: 14:02:55 218/520 - 1/3: Installing method KeyNotFound>>key 14:02:55 218/520 - 2/3: Installing method KeyNotFound>>key: 14:02:55 218/520 - 3/3: Installing method KeyNotFound>>standardMessageText 14:02:55 219/520 - 1/12: Installing method KeyboardKey>>= 14:02:55 219/520 - 2/12: Installing method KeyboardKey>>hash 14:02:55 219/520 - 3/12: Installing method KeyboardKey>>isArrowDown 14:02:55 219/520 - 4/12: Installing method KeyboardKey>>isArrowLeft 14:02:55 219/520 - 5/12: Installing method KeyboardKey>>isArrowRight 14:02:55 219/520 - 6/12: Installing method KeyboardKey>>isArrowUp 14:02:55 219/520 - 7/12: Installing method KeyboardKey>>isUnkownKey 14:02:55 219/520 - 8/12: Installing method KeyboardKey>>name 14:02:55 219/520 - 9/12: Installing method KeyboardKey>>printOn: 14:02:55 219/520 - 10/12: Installing method KeyboardKey>>value 14:02:55 219/520 - 11/12: Installing method KeyboardKey>>withValue: 14:02:55 219/520 - 12/12: Installing method KeyboardKey>>withValue:andName: 14:02:59 219/520 - 1/115: Installing method KeyboardKey class>>A 14:02:59 219/520 - 2/115: Installing method KeyboardKey class>>B 14:02:59 219/520 - 3/115: Installing method KeyboardKey class>>C 14:02:59 219/520 - 4/115: Installing method KeyboardKey class>>D 14:02:59 219/520 - 5/115: Installing method KeyboardKey class>>E 14:02:59 219/520 - 6/115: Installing method KeyboardKey class>>F 14:02:59 219/520 - 7/115: Installing method KeyboardKey class>>F1 14:02:59 219/520 - 8/115: Installing method KeyboardKey class>>F10 14:02:59 219/520 - 9/115: Installing method KeyboardKey class>>F11 14:02:59 219/520 - 10/115: Installing method KeyboardKey class>>F12 14:02:59 219/520 - 11/115: Installing method KeyboardKey class>>F2 14:02:59 219/520 - 12/115: Installing method KeyboardKey class>>F3 14:02:59 219/520 - 13/115: Installing method KeyboardKey class>>F4 14:02:59 219/520 - 14/115: Installing method KeyboardKey class>>F5 14:02:59 219/520 - 15/115: Installing method KeyboardKey class>>F6 14:02:59 219/520 - 16/115: Installing method KeyboardKey class>>F7 14:02:59 219/520 - 17/115: Installing method KeyboardKey class>>F8 14:02:59 219/520 - 18/115: Installing method KeyboardKey class>>F9 14:02:59 219/520 - 19/115: Installing method KeyboardKey class>>G 14:02:59 219/520 - 20/115: Installing method KeyboardKey class>>H 14:02:59 219/520 - 21/115: Installing method KeyboardKey class>>I 14:02:59 219/520 - 22/115: Installing method KeyboardKey class>>J 14:02:59 219/520 - 23/115: Installing method KeyboardKey class>>K 14:02:59 219/520 - 24/115: Installing method KeyboardKey class>>L 14:02:59 219/520 - 25/115: Installing method KeyboardKey class>>M 14:02:59 219/520 - 26/115: Installing method KeyboardKey class>>N 14:02:59 219/520 - 27/115: Installing method KeyboardKey class>>O 14:02:59 219/520 - 28/115: Installing method KeyboardKey class>>P 14:02:59 219/520 - 29/115: Installing method KeyboardKey class>>Q 14:02:59 219/520 - 30/115: Installing method KeyboardKey class>>R 14:02:59 219/520 - 31/115: Installing method KeyboardKey class>>S 14:02:59 219/520 - 32/115: Installing method KeyboardKey class>>T 14:02:59 219/520 - 33/115: Installing method KeyboardKey class>>U 14:02:59 219/520 - 34/115: Installing method KeyboardKey class>>V 14:02:59 219/520 - 35/115: Installing method KeyboardKey class>>W 14:02:59 219/520 - 36/115: Installing method KeyboardKey class>>X 14:02:59 219/520 - 37/115: Installing method KeyboardKey class>>Y 14:02:59 219/520 - 38/115: Installing method KeyboardKey class>>Z 14:02:59 219/520 - 39/115: Installing method KeyboardKey class>>altLeft 14:02:59 219/520 - 40/115: Installing method KeyboardKey class>>altRight 14:02:59 219/520 - 41/115: Installing method KeyboardKey class>>backslash 14:02:59 219/520 - 42/115: Installing method KeyboardKey class>>backspace 14:02:59 219/520 - 43/115: Installing method KeyboardKey class>>braceLeft 14:02:59 219/520 - 44/115: Installing method KeyboardKey class>>bracketLeft 14:02:59 219/520 - 45/115: Installing method KeyboardKey class>>bracketRight 14:02:59 219/520 - 46/115: Installing method KeyboardKey class>>capsLock 14:02:59 219/520 - 47/115: Installing method KeyboardKey class>>comma 14:02:59 219/520 - 48/115: Installing method KeyboardKey class>>controlLeft 14:02:59 219/520 - 49/115: Installing method KeyboardKey class>>controlRight 14:03:00 219/520 - 50/115: Installing method KeyboardKey class>>delete 14:03:00 219/520 - 51/115: Installing method KeyboardKey class>>doubleQuote 14:03:00 219/520 - 52/115: Installing method KeyboardKey class>>down 14:03:00 219/520 - 53/115: Installing method KeyboardKey class>>eight 14:03:00 219/520 - 54/115: Installing method KeyboardKey class>>end 14:03:00 219/520 - 55/115: Installing method KeyboardKey class>>enter 14:03:00 219/520 - 56/115: Installing method KeyboardKey class>>equal 14:03:00 219/520 - 57/115: Installing method KeyboardKey class>>escape 14:03:00 219/520 - 58/115: Installing method KeyboardKey class>>five 14:03:00 219/520 - 59/115: Installing method KeyboardKey class>>four 14:03:00 219/520 - 60/115: Installing method KeyboardKey class>>fromCharacter: 14:03:00 219/520 - 61/115: Installing method KeyboardKey class>>fromCharacter:ifNone: 14:03:00 219/520 - 62/115: Installing method KeyboardKey class>>function 14:03:00 219/520 - 63/115: Installing method KeyboardKey class>>grave 14:03:00 219/520 - 64/115: Installing method KeyboardKey class>>home 14:03:00 219/520 - 65/115: Installing method KeyboardKey class>>initialize 14:03:00 219/520 - 66/115: Installing method KeyboardKey class>>initializeKeyFromCharacterCompatibilityTable 14:03:00 219/520 - 67/115: Installing method KeyboardKey class>>initializeKeyTable 14:03:00 219/520 - 68/115: Installing method KeyboardKey class>>initializeMacOSVirtualKeyTable 14:03:00 219/520 - 69/115: Installing method KeyboardKey class>>initializeUnixVirtualKeyTable 14:03:00 219/520 - 70/115: Installing method KeyboardKey class>>initializeWindowsVirtualKeyTable 14:03:00 219/520 - 71/115: Installing method KeyboardKey class>>keyFromCharacterTable 14:03:00 219/520 - 72/115: Installing method KeyboardKey class>>keypadDown 14:03:00 219/520 - 73/115: Installing method KeyboardKey class>>keypadEnter 14:03:00 219/520 - 74/115: Installing method KeyboardKey class>>keypadLeft 14:03:00 219/520 - 75/115: Installing method KeyboardKey class>>keypadRight 14:03:00 219/520 - 76/115: Installing method KeyboardKey class>>keypadUp 14:03:00 219/520 - 77/115: Installing method KeyboardKey class>>left 14:03:00 219/520 - 78/115: Installing method KeyboardKey class>>lessThan 14:03:00 219/520 - 79/115: Installing method KeyboardKey class>>macOSVirtualKeyTable 14:03:00 219/520 - 80/115: Installing method KeyboardKey class>>menu 14:03:00 219/520 - 81/115: Installing method KeyboardKey class>>metaLeft 14:03:00 219/520 - 82/115: Installing method KeyboardKey class>>metaRight 14:03:00 219/520 - 83/115: Installing method KeyboardKey class>>minus 14:03:00 219/520 - 84/115: Installing method KeyboardKey class>>named: 14:03:00 219/520 - 85/115: Installing method KeyboardKey class>>named:ifNone: 14:03:00 219/520 - 86/115: Installing method KeyboardKey class>>nine 14:03:00 219/520 - 87/115: Installing method KeyboardKey class>>one 14:03:00 219/520 - 88/115: Installing method KeyboardKey class>>pageDown 14:03:00 219/520 - 89/115: Installing method KeyboardKey class>>pageUp 14:03:00 219/520 - 90/115: Installing method KeyboardKey class>>parenthesisLeft 14:03:00 219/520 - 91/115: Installing method KeyboardKey class>>period 14:03:00 219/520 - 92/115: Installing method KeyboardKey class>>quote 14:03:00 219/520 - 93/115: Installing method KeyboardKey class>>right 14:03:00 219/520 - 94/115: Installing method KeyboardKey class>>semicolon 14:03:00 219/520 - 95/115: Installing method KeyboardKey class>>seven 14:03:00 219/520 - 96/115: Installing method KeyboardKey class>>shiftLeft 14:03:00 219/520 - 97/115: Installing method KeyboardKey class>>shiftRight 14:03:01 219/520 - 98/115: Installing method KeyboardKey class>>singleQuote 14:03:01 219/520 - 99/115: Installing method KeyboardKey class>>six 14:03:01 219/520 - 100/115: Installing method KeyboardKey class>>slash 14:03:01 219/520 - 101/115: Installing method KeyboardKey class>>space 14:03:01 219/520 - 102/115: Installing method KeyboardKey class>>superLeft 14:03:01 219/520 - 103/115: Installing method KeyboardKey class>>superRight 14:03:01 219/520 - 104/115: Installing method KeyboardKey class>>tab 14:03:01 219/520 - 105/115: Installing method KeyboardKey class>>three 14:03:01 219/520 - 106/115: Installing method KeyboardKey class>>two 14:03:01 219/520 - 107/115: Installing method KeyboardKey class>>unixVirtualKeyTable 14:03:01 219/520 - 108/115: Installing method KeyboardKey class>>unknownKeyName 14:03:01 219/520 - 109/115: Installing method KeyboardKey class>>up 14:03:01 219/520 - 110/115: Installing method KeyboardKey class>>value: 14:03:01 219/520 - 111/115: Installing method KeyboardKey class>>valueForMacOSXPlatform: 14:03:01 219/520 - 112/115: Installing method KeyboardKey class>>valueForUnixPlatform: 14:03:01 219/520 - 113/115: Installing method KeyboardKey class>>valueForWindowsPlatform: 14:03:01 219/520 - 114/115: Installing method KeyboardKey class>>windowsVirtualKeyTable 14:03:01 219/520 - 115/115: Installing method KeyboardKey class>>zero 14:03:01 220/520 - 1/15: Installing method KeyedTree>>allKeys 14:03:01 220/520 - 2/15: Installing method KeyedTree>>atPath: 14:03:01 220/520 - 3/15: Installing method KeyedTree>>atPath:ifAbsent: 14:03:01 220/520 - 4/15: Installing method KeyedTree>>atPath:ifAbsentPut: 14:03:01 220/520 - 5/15: Installing method KeyedTree>>atPath:put: 14:03:01 220/520 - 6/15: Installing method KeyedTree>>formattedText 14:03:01 220/520 - 7/15: Installing method KeyedTree>>formattedTextWithDescriptions: 14:03:01 220/520 - 8/15: Installing method KeyedTree>>merge: 14:03:01 220/520 - 9/15: Installing method KeyedTree>>postCopy 14:03:01 220/520 - 10/15: Installing method KeyedTree>>putFormattedTextOn:level:indentString: 14:03:01 220/520 - 11/15: Installing method KeyedTree>>putFormattedTextOn:withDescriptions:level:indentString: 14:03:01 220/520 - 12/15: Installing method KeyedTree>>removePath: 14:03:01 220/520 - 13/15: Installing method KeyedTree>>removePath:ifAbsent: 14:03:01 220/520 - 14/15: Installing method KeyedTree>>sortBlock 14:03:01 220/520 - 15/15: Installing method KeyedTree>>subtrees 14:03:02 221/520 - 1/25: Installing method LargeInteger>>* 14:03:02 221/520 - 2/25: Installing method LargeInteger>>+ 14:03:02 221/520 - 3/25: Installing method LargeInteger>>- 14:03:02 221/520 - 4/25: Installing method LargeInteger>>/ 14:03:02 221/520 - 5/25: Installing method LargeInteger>>// 14:03:02 221/520 - 6/25: Installing method LargeInteger>>< 14:03:02 221/520 - 7/25: Installing method LargeInteger>><= 14:03:02 221/520 - 8/25: Installing method LargeInteger>>> 14:03:02 221/520 - 9/25: Installing method LargeInteger>>>= 14:03:02 221/520 - 10/25: Installing method LargeInteger>>\\ 14:03:02 221/520 - 11/25: Installing method LargeInteger>>\\\ 14:03:02 221/520 - 12/25: Installing method LargeInteger>>asFloat 14:03:02 221/520 - 13/25: Installing method LargeInteger>>byteAt: 14:03:02 221/520 - 14/25: Installing method LargeInteger>>byteAt:put: 14:03:02 221/520 - 15/25: Installing method LargeInteger>>bytesCount 14:03:02 221/520 - 16/25: Installing method LargeInteger>>hash 14:03:02 221/520 - 17/25: Installing method LargeInteger>>hashMultiply 14:03:02 221/520 - 18/25: Installing method LargeInteger>>highBitOfMagnitude 14:03:02 221/520 - 19/25: Installing method LargeInteger>>isLarge 14:03:02 221/520 - 20/25: Installing method LargeInteger>>mightBeASquare 14:03:02 221/520 - 21/25: Installing method LargeInteger>>printOn:base:nDigits: 14:03:02 221/520 - 22/25: Installing method LargeInteger>>quo: 14:03:02 221/520 - 23/25: Installing method LargeInteger>>rem: 14:03:02 221/520 - 24/25: Installing method LargeInteger>>replaceFrom:to:with:startingAt: 14:03:02 221/520 - 25/25: Installing method LargeInteger>>withAtLeastNDigits: 14:03:02 221/520 - 1/1: Installing method LargeInteger class>>isAbstract 14:03:02 222/520 - 1/13: Installing method LargeNegativeInteger>>abs 14:03:02 222/520 - 2/13: Installing method LargeNegativeInteger>>asFloat 14:03:02 222/520 - 3/13: Installing method LargeNegativeInteger>>bitAt: 14:03:02 222/520 - 4/13: Installing method LargeNegativeInteger>>highBit 14:03:02 222/520 - 5/13: Installing method LargeNegativeInteger>>mightBeASquare 14:03:02 222/520 - 6/13: Installing method LargeNegativeInteger>>negated 14:03:02 222/520 - 7/13: Installing method LargeNegativeInteger>>negative 14:03:02 222/520 - 8/13: Installing method LargeNegativeInteger>>normalize 14:03:02 222/520 - 9/13: Installing method LargeNegativeInteger>>positive 14:03:02 222/520 - 10/13: Installing method LargeNegativeInteger>>printOn:base: 14:03:02 222/520 - 11/13: Installing method LargeNegativeInteger>>sign 14:03:02 222/520 - 12/13: Installing method LargeNegativeInteger>>signBit 14:03:03 222/520 - 13/13: Installing method LargeNegativeInteger>>strictlyPositive 14:03:03 223/520 - 1/13: Installing method LargePositiveInteger>>abs 14:03:03 223/520 - 2/13: Installing method LargePositiveInteger>>bitAt: 14:03:03 223/520 - 3/13: Installing method LargePositiveInteger>>hashMultiply 14:03:03 223/520 - 4/13: Installing method LargePositiveInteger>>highBit 14:03:03 223/520 - 5/13: Installing method LargePositiveInteger>>mightBeASquare 14:03:03 223/520 - 6/13: Installing method LargePositiveInteger>>negated 14:03:03 223/520 - 7/13: Installing method LargePositiveInteger>>negative 14:03:03 223/520 - 8/13: Installing method LargePositiveInteger>>normalize 14:03:03 223/520 - 9/13: Installing method LargePositiveInteger>>positive 14:03:03 223/520 - 10/13: Installing method LargePositiveInteger>>printOn:base: 14:03:03 223/520 - 11/13: Installing method LargePositiveInteger>>sign 14:03:03 223/520 - 12/13: Installing method LargePositiveInteger>>signBit 14:03:03 223/520 - 13/13: Installing method LargePositiveInteger>>strictlyPositive 14:03:03 224/520 - 1/20: Installing method LayoutClassScope>>= 14:03:03 224/520 - 2/20: Installing method LayoutClassScope>>allSlotsDo: 14:03:03 224/520 - 3/20: Installing method LayoutClassScope>>allVisibleSlots 14:03:03 224/520 - 4/20: Installing method LayoutClassScope>>do: 14:03:03 224/520 - 5/20: Installing method LayoutClassScope>>fieldSize 14:03:03 224/520 - 6/20: Installing method LayoutClassScope>>flattenIn: 14:03:03 224/520 - 7/20: Installing method LayoutClassScope>>hasBindingThatBeginsWith: 14:03:03 224/520 - 8/20: Installing method LayoutClassScope>>hasFields 14:03:03 224/520 - 9/20: Installing method LayoutClassScope>>hasSlots 14:03:03 224/520 - 10/20: Installing method LayoutClassScope>>hash 14:03:03 224/520 - 11/20: Installing method LayoutClassScope>>isEmpty 14:03:03 224/520 - 12/20: Installing method LayoutClassScope>>ownFieldSize 14:03:03 224/520 - 13/20: Installing method LayoutClassScope>>parentScope 14:03:03 224/520 - 14/20: Installing method LayoutClassScope>>parentScope: 14:03:03 224/520 - 15/20: Installing method LayoutClassScope>>postCopy 14:03:03 224/520 - 16/20: Installing method LayoutClassScope>>printOn: 14:03:03 224/520 - 17/20: Installing method LayoutClassScope>>reverseDo: 14:03:03 224/520 - 18/20: Installing method LayoutClassScope>>slots 14:03:03 224/520 - 19/20: Installing method LayoutClassScope>>visibleSlots 14:03:03 224/520 - 20/20: Installing method LayoutClassScope>>withIndexDo: 14:03:03 225/520 - 1/10: Installing method LayoutEmptyScope>>allSlotsDo: 14:03:03 225/520 - 2/10: Installing method LayoutEmptyScope>>allVisibleSlots 14:03:03 225/520 - 3/10: Installing method LayoutEmptyScope>>fieldSize 14:03:03 225/520 - 4/10: Installing method LayoutEmptyScope>>flattenIn: 14:03:03 225/520 - 5/10: Installing method LayoutEmptyScope>>hasBindingThatBeginsWith: 14:03:03 225/520 - 6/10: Installing method LayoutEmptyScope>>hasFields 14:03:03 225/520 - 7/10: Installing method LayoutEmptyScope>>hasSlots 14:03:04 225/520 - 8/10: Installing method LayoutEmptyScope>>isEmpty 14:03:04 225/520 - 9/10: Installing method LayoutEmptyScope>>ownFieldSize 14:03:04 225/520 - 10/10: Installing method LayoutEmptyScope>>visibleSlots 14:03:04 225/520 - 1/1: Installing method LayoutEmptyScope class>>instance 14:03:04 226/520 - 1/8: Installing method LimitedWriteStream>>limit 14:03:04 226/520 - 2/8: Installing method LimitedWriteStream>>limit: 14:03:04 226/520 - 3/8: Installing method LimitedWriteStream>>limitBlock 14:03:04 226/520 - 4/8: Installing method LimitedWriteStream>>limitBlock: 14:03:04 226/520 - 5/8: Installing method LimitedWriteStream>>nextPut: 14:03:04 226/520 - 6/8: Installing method LimitedWriteStream>>nextPutAll: 14:03:04 226/520 - 7/8: Installing method LimitedWriteStream>>pastEndPut: 14:03:04 226/520 - 8/8: Installing method LimitedWriteStream>>setLimit:limitBlock: 14:03:04 226/520 - 1/6: Installing method LimitedWriteStream class>>defaultLimit 14:03:04 226/520 - 2/6: Installing method LimitedWriteStream class>>on: 14:03:04 226/520 - 3/6: Installing method LimitedWriteStream class>>on:from:to: 14:03:04 226/520 - 4/6: Installing method LimitedWriteStream class>>on:limit:limitBlock: 14:03:04 226/520 - 5/6: Installing method LimitedWriteStream class>>with: 14:03:04 226/520 - 6/6: Installing method LimitedWriteStream class>>with:from:to: 14:03:04 227/520 - 1/4: Installing method Link>>asLink 14:03:04 227/520 - 2/4: Installing method Link>>asLinkPrepend: 14:03:04 227/520 - 3/4: Installing method Link>>nextLink 14:03:04 227/520 - 4/4: Installing method Link>>nextLink: 14:03:04 227/520 - 1/1: Installing method Link class>>nextLink: 14:03:05 228/520 - 1/46: Installing method LinkedList>>add: 14:03:05 228/520 - 2/46: Installing method LinkedList>>add:after: 14:03:05 228/520 - 3/46: Installing method LinkedList>>add:afterLink: 14:03:05 228/520 - 4/46: Installing method LinkedList>>add:before: 14:03:05 228/520 - 5/46: Installing method LinkedList>>add:beforeLink: 14:03:05 228/520 - 6/46: Installing method LinkedList>>addFirst: 14:03:05 228/520 - 7/46: Installing method LinkedList>>addLast: 14:03:05 228/520 - 8/46: Installing method LinkedList>>at: 14:03:05 228/520 - 9/46: Installing method LinkedList>>at:put: 14:03:05 228/520 - 10/46: Installing method LinkedList>>at:putLink: 14:03:05 228/520 - 11/46: Installing method LinkedList>>collect: 14:03:05 228/520 - 12/46: Installing method LinkedList>>collect:thenReject: 14:03:05 228/520 - 13/46: Installing method LinkedList>>collect:thenSelect: 14:03:05 228/520 - 14/46: Installing method LinkedList>>copyWith: 14:03:05 228/520 - 15/46: Installing method LinkedList>>copyWithout: 14:03:05 228/520 - 16/46: Installing method LinkedList>>do: 14:03:05 228/520 - 17/46: Installing method LinkedList>>first 14:03:05 228/520 - 18/46: Installing method LinkedList>>firstLink 14:03:05 228/520 - 19/46: Installing method LinkedList>>indexOf:startingAt:ifAbsent: 14:03:05 228/520 - 20/46: Installing method LinkedList>>isEmpty 14:03:05 228/520 - 21/46: Installing method LinkedList>>last 14:03:05 228/520 - 22/46: Installing method LinkedList>>lastLink 14:03:05 228/520 - 23/46: Installing method LinkedList>>linkAt: 14:03:05 228/520 - 24/46: Installing method LinkedList>>linkAt:ifAbsent: 14:03:05 228/520 - 25/46: Installing method LinkedList>>linkOf: 14:03:05 228/520 - 26/46: Installing method LinkedList>>linkOf:ifAbsent: 14:03:05 228/520 - 27/46: Installing method LinkedList>>linksDo: 14:03:05 228/520 - 28/46: Installing method LinkedList>>postCopy 14:03:05 228/520 - 29/46: Installing method LinkedList>>rechain: 14:03:05 228/520 - 30/46: Installing method LinkedList>>reject: 14:03:05 228/520 - 31/46: Installing method LinkedList>>reject:thenCollect: 14:03:05 228/520 - 32/46: Installing method LinkedList>>remove:ifAbsent: 14:03:05 228/520 - 33/46: Installing method LinkedList>>removeAll 14:03:05 228/520 - 34/46: Installing method LinkedList>>removeAllSuchThat: 14:03:05 228/520 - 35/46: Installing method LinkedList>>removeFirst 14:03:05 228/520 - 36/46: Installing method LinkedList>>removeLast 14:03:05 228/520 - 37/46: Installing method LinkedList>>removeLink: 14:03:05 228/520 - 38/46: Installing method LinkedList>>removeLink:ifAbsent: 14:03:05 228/520 - 39/46: Installing method LinkedList>>select: 14:03:05 228/520 - 40/46: Installing method LinkedList>>select:thenCollect: 14:03:06 228/520 - 41/46: Installing method LinkedList>>select:thenDo: 14:03:06 228/520 - 42/46: Installing method LinkedList>>size 14:03:06 228/520 - 43/46: Installing method LinkedList>>sort: 14:03:06 228/520 - 44/46: Installing method LinkedList>>species 14:03:06 228/520 - 45/46: Installing method LinkedList>>swap:with: 14:03:06 228/520 - 46/46: Installing method LinkedList>>validIndex: 14:03:06 228/520 - 1/4: Installing method LinkedList class>>new: 14:03:06 228/520 - 2/4: Installing method LinkedList class>>new:streamContents: 14:03:06 228/520 - 3/4: Installing method LinkedList class>>newFrom: 14:03:06 228/520 - 4/4: Installing method LinkedList class>>streamSpecies 14:03:06 229/520 - 1/36: Installing method LiteralVariable>>= 14:03:06 229/520 - 2/36: Installing method LiteralVariable>>acceptVisitor:node: 14:03:06 229/520 - 3/36: Installing method LiteralVariable>>analogousCodeTo: 14:03:06 229/520 - 4/36: Installing method LiteralVariable>>asClassVariable 14:03:06 229/520 - 5/36: Installing method LiteralVariable>>definingClass 14:03:06 229/520 - 6/36: Installing method LiteralVariable>>definitionString 14:03:06 229/520 - 7/36: Installing method LiteralVariable>>emitStore: 14:03:06 229/520 - 8/36: Installing method LiteralVariable>>emitValue: 14:03:06 229/520 - 9/36: Installing method LiteralVariable>>hash 14:03:06 229/520 - 10/36: Installing method LiteralVariable>>installingIn: 14:03:06 229/520 - 11/36: Installing method LiteralVariable>>isAccessedIn: 14:03:06 229/520 - 12/36: Installing method LiteralVariable>>isGlobalClassNameBinding 14:03:06 229/520 - 13/36: Installing method LiteralVariable>>isLiteralVariable 14:03:06 229/520 - 14/36: Installing method LiteralVariable>>isReadIn: 14:03:06 229/520 - 15/36: Installing method LiteralVariable>>isReferenced 14:03:06 229/520 - 16/36: Installing method LiteralVariable>>isSelfEvaluating 14:03:06 229/520 - 17/36: Installing method LiteralVariable>>isVariableBinding 14:03:06 229/520 - 18/36: Installing method LiteralVariable>>isWritable 14:03:06 229/520 - 19/36: Installing method LiteralVariable>>isWrittenIn: 14:03:06 229/520 - 20/36: Installing method LiteralVariable>>key 14:03:06 229/520 - 21/36: Installing method LiteralVariable>>key: 14:03:06 229/520 - 22/36: Installing method LiteralVariable>>key:value: 14:03:06 229/520 - 23/36: Installing method LiteralVariable>>literalEqual: 14:03:06 229/520 - 24/36: Installing method LiteralVariable>>name: 14:03:06 229/520 - 25/36: Installing method LiteralVariable>>printOn: 14:03:06 229/520 - 26/36: Installing method LiteralVariable>>read 14:03:06 229/520 - 27/36: Installing method LiteralVariable>>readInContext: 14:03:06 229/520 - 28/36: Installing method LiteralVariable>>runtimeUndeclaredReadInContext: 14:03:06 229/520 - 29/36: Installing method LiteralVariable>>runtimeUndeclaredWrite:inContext: 14:03:06 229/520 - 30/36: Installing method LiteralVariable>>scope 14:03:06 229/520 - 31/36: Installing method LiteralVariable>>storeOn: 14:03:06 229/520 - 32/36: Installing method LiteralVariable>>usingMethods 14:03:06 229/520 - 33/36: Installing method LiteralVariable>>value 14:03:06 229/520 - 34/36: Installing method LiteralVariable>>value: 14:03:06 229/520 - 35/36: Installing method LiteralVariable>>write: 14:03:06 229/520 - 36/36: Installing method LiteralVariable>>write:inContext: 14:03:06 229/520 - 1/2: Installing method LiteralVariable class>>key: 14:03:06 229/520 - 2/2: Installing method LiteralVariable class>>key:value: 14:03:06 230/520 - 1/3: Installing method LocalRecursionStopper class>>activeMethods 14:03:06 230/520 - 2/3: Installing method LocalRecursionStopper class>>during: 14:03:06 230/520 - 3/3: Installing method LocalRecursionStopper class>>stopMethod:during: 14:03:07 231/520 - 1/7: Installing method LookupKey>>< 14:03:07 231/520 - 2/7: Installing method LookupKey>>= 14:03:07 231/520 - 3/7: Installing method LookupKey>>hash 14:03:07 231/520 - 4/7: Installing method LookupKey>>key 14:03:07 231/520 - 5/7: Installing method LookupKey>>key: 14:03:07 231/520 - 6/7: Installing method LookupKey>>name 14:03:07 231/520 - 7/7: Installing method LookupKey>>printOn: 14:03:07 231/520 - 1/1: Installing method LookupKey class>>key: 14:03:07 232/520 - 1/8: Installing method MacOSPlatform>>accept: 14:03:07 232/520 - 2/8: Installing method MacOSPlatform>>defaultMaximumPathLength 14:03:07 232/520 - 3/8: Installing method MacOSPlatform>>family 14:03:07 232/520 - 4/8: Installing method MacOSPlatform>>isMacOS 14:03:07 232/520 - 5/8: Installing method MacOSPlatform>>keyForValue: 14:03:07 232/520 - 6/8: Installing method MacOSPlatform>>lineEnding 14:03:07 232/520 - 7/8: Installing method MacOSPlatform>>menuShortcutString 14:03:07 232/520 - 8/8: Installing method MacOSPlatform>>potentialLocationsOfSourcesFile 14:03:07 232/520 - 1/1: Installing method MacOSPlatform class>>isMacOS 14:03:07 233/520 - 1/4: Installing method MacOSXPlatform>>accept: 14:03:07 233/520 - 2/4: Installing method MacOSXPlatform>>family 14:03:07 233/520 - 3/4: Installing method MacOSXPlatform>>getErrorMessage: 14:03:08 233/520 - 4/4: Installing method MacOSXPlatform>>isMacOSX 14:03:08 233/520 - 1/1: Installing method MacOSXPlatform class>>isActivePlatform 14:03:08 234/520 - 1/11: Installing method Magnitude>>< 14:03:08 234/520 - 2/11: Installing method Magnitude>><= 14:03:08 234/520 - 3/11: Installing method Magnitude>>= 14:03:08 234/520 - 4/11: Installing method Magnitude>>> 14:03:08 234/520 - 5/11: Installing method Magnitude>>>= 14:03:08 234/520 - 6/11: Installing method Magnitude>>beBetween:and: 14:03:08 234/520 - 7/11: Installing method Magnitude>>between:and: 14:03:08 234/520 - 8/11: Installing method Magnitude>>hash 14:03:08 234/520 - 9/11: Installing method Magnitude>>max: 14:03:08 234/520 - 10/11: Installing method Magnitude>>min: 14:03:08 234/520 - 11/11: Installing method Magnitude>>min:max: 14:03:08 235/520 - 1/3: Installing method ManifestAnnouncementsCore class>>manuallyResolvedDependencies 14:03:08 235/520 - 2/3: Installing method ManifestAnnouncementsCore class>>ruleBadMessageRule2V1FalsePositive 14:03:08 235/520 - 3/3: Installing method ManifestAnnouncementsCore class>>ruleUsesAddRuleV1FalsePositive 14:03:08 236/520 - 1/2: Installing method ManifestCollectionsAbstract class>>dependencies 14:03:08 236/520 - 2/2: Installing method ManifestCollectionsAbstract class>>packageName 14:03:08 237/520 - 1/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleCollectionProtocolRuleV1FalsePositive 14:03:08 237/520 - 2/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleLiteralArrayContainsSuspiciousTrueFalseOrNilRuleV1FalsePositive 14:03:08 237/520 - 3/3: Installing method ManifestCollectionsDoubleLinkedList class>>ruleNotEliminationRuleV1FalsePositive 14:03:08 238/520 - 1/3: Installing method ManifestCollectionsNative class>>dependencies 14:03:08 238/520 - 2/3: Installing method ManifestCollectionsNative class>>manuallyResolvedDependencies 14:03:08 238/520 - 3/3: Installing method ManifestCollectionsNative class>>packageName 14:03:08 239/520 - 1/3: Installing method ManifestCollectionsSequenceable class>>dependencies 14:03:08 239/520 - 2/3: Installing method ManifestCollectionsSequenceable class>>manuallyResolvedDependencies 14:03:08 239/520 - 3/3: Installing method ManifestCollectionsSequenceable class>>packageName 14:03:08 240/520 - 1/2: Installing method ManifestCollectionsStack class>>dependencies 14:03:08 240/520 - 2/2: Installing method ManifestCollectionsStack class>>packageName 14:03:08 241/520 - 1/2: Installing method ManifestCollectionsStreams class>>dependencies 14:03:08 241/520 - 2/2: Installing method ManifestCollectionsStreams class>>packageName 14:03:08 242/520 - 1/2: Installing method ManifestCollectionsStrings class>>dependencies 14:03:08 242/520 - 2/2: Installing method ManifestCollectionsStrings class>>packageName 14:03:08 243/520 - 1/3: Installing method ManifestCollectionsSupport class>>dependencies 14:03:08 243/520 - 2/3: Installing method ManifestCollectionsSupport class>>manuallyResolvedDependencies 14:03:08 243/520 - 3/3: Installing method ManifestCollectionsSupport class>>packageName 14:03:08 244/520 - 1/4: Installing method ManifestCollectionsUnordered class>>dependencies 14:03:08 244/520 - 2/4: Installing method ManifestCollectionsUnordered class>>manuallyResolvedDependencies 14:03:08 244/520 - 3/4: Installing method ManifestCollectionsUnordered class>>packageName 14:03:08 244/520 - 4/4: Installing method ManifestCollectionsUnordered class>>ruleDefinesEqualNotHashRuleV1FalsePositive 14:03:08 245/520 - 1/3: Installing method ManifestCollectionsWeak class>>dependencies 14:03:08 245/520 - 2/3: Installing method ManifestCollectionsWeak class>>manuallyResolvedDependencies 14:03:08 245/520 - 3/3: Installing method ManifestCollectionsWeak class>>packageName 14:03:08 246/520 - 1/1: Installing method ManifestFileSystemPath class>>manuallyResolvedDependencies 14:03:08 247/520 - 1/2: Installing method ManifestFiles class>>manuallyResolvedDependencies 14:03:08 247/520 - 2/2: Installing method ManifestFiles class>>ruleRBClassNameInSelectorRuleV1FalsePositive 14:03:09 248/520 - 1/1: Installing method ManifestHermes class>>manuallyResolvedDependencies 14:03:09 249/520 - 1/8: Installing method ManifestKernel class>>dependencies 14:03:09 249/520 - 2/8: Installing method ManifestKernel class>>ignoredDependencies 14:03:09 249/520 - 3/8: Installing method ManifestKernel class>>manuallyResolvedDependencies 14:03:09 249/520 - 4/8: Installing method ManifestKernel class>>packageName 14:03:09 249/520 - 5/8: Installing method ManifestKernel class>>ruleRBBadMessageRuleV1FalsePositive 14:03:09 249/520 - 6/8: Installing method ManifestKernel class>>ruleRBClassNameInSelectorRuleV1FalsePositive 14:03:09 249/520 - 7/8: Installing method ManifestKernel class>>ruleRBRefersToClassRuleV1FalsePositive 14:03:09 249/520 - 8/8: Installing method ManifestKernel class>>ruleReDeadMethodV1FalsePositive 14:03:09 250/520 - 1/1: Installing method ManifestKernelCodeModel class>>manuallyResolvedDependencies 14:03:09 252/520 - 1/3: Installing method ManifestPharoBootstrapInitialization class>>ignoredDependencies 14:03:09 252/520 - 2/3: Installing method ManifestPharoBootstrapInitialization class>>manuallyResolvedDependencies 14:03:09 252/520 - 3/3: Installing method ManifestPharoBootstrapInitialization class>>packageName 14:03:09 254/520 - 1/1: Installing method ManifestSystemBasicCommandLineHandler class>>manuallyResolvedDependencies 14:03:09 255/520 - 1/1: Installing method ManifestSystemCommandLine class>>manuallyResolvedDependencies 14:03:09 256/520 - 1/2: Installing method ManifestSystemCommandLineHandler class>>ignoredDependencies 14:03:09 256/520 - 2/2: Installing method ManifestSystemCommandLineHandler class>>manuallyResolvedDependencies 14:03:09 258/520 - 1/1: Installing method ManifestSystemPlatforms class>>manuallyResolvedDependencies 14:03:09 259/520 - 1/1: Installing method ManifestSystemSessionManager class>>manuallyResolvedDependencies 14:03:09 260/520 - 1/1: Installing method ManifestSystemSources class>>manuallyResolvedDependencies 14:03:09 261/520 - 1/6: Installing method ManifestSystemSupport class>>ignoredDependencies 14:03:09 261/520 - 2/6: Installing method ManifestSystemSupport class>>manuallyResolvedDependencies 14:03:09 261/520 - 3/6: Installing method ManifestSystemSupport class>>ruleBadMessageRule2V1FalsePositive 14:03:09 261/520 - 4/6: Installing method ManifestSystemSupport class>>ruleClassNameInSelectorRuleV1FalsePositive 14:03:09 261/520 - 5/6: Installing method ManifestSystemSupport class>>ruleInconsistentMethodClassificationRuleV1FalsePositive 14:03:09 261/520 - 6/6: Installing method ManifestSystemSupport class>>ruleUtilityMethodsRuleV1FalsePositive 14:03:09 262/520 - 1/1: Installing method ManifestTranscriptNonInteractive class>>manuallyResolvedDependencies 14:03:09 263/520 - 1/2: Installing method ManifestUIManager class>>ignoredDependencies 14:03:09 263/520 - 2/2: Installing method ManifestUIManager class>>manuallyResolvedDependencies 14:03:10 264/520 - 1/20: Installing method Message>>analogousCodeTo: 14:03:10 264/520 - 2/20: Installing method Message>>argument 14:03:10 264/520 - 3/20: Installing method Message>>argument: 14:03:10 264/520 - 4/20: Installing method Message>>arguments 14:03:10 264/520 - 5/20: Installing method Message>>arguments: 14:03:10 264/520 - 6/20: Installing method Message>>asSendTo: 14:03:10 264/520 - 7/20: Installing method Message>>hasArguments 14:03:10 264/520 - 8/20: Installing method Message>>lookupClass 14:03:10 264/520 - 9/20: Installing method Message>>lookupClass: 14:03:10 264/520 - 10/20: Installing method Message>>message 14:03:10 264/520 - 11/20: Installing method Message>>numArgs 14:03:10 264/520 - 12/20: Installing method Message>>printOn: 14:03:10 264/520 - 13/20: Installing method Message>>selector 14:03:10 264/520 - 14/20: Installing method Message>>selector: 14:03:10 264/520 - 15/20: Installing method Message>>sendTo: 14:03:10 264/520 - 16/20: Installing method Message>>sends: 14:03:10 264/520 - 17/20: Installing method Message>>sentTo: 14:03:10 264/520 - 18/20: Installing method Message>>setSelector: 14:03:10 264/520 - 19/20: Installing method Message>>setSelector:arguments: 14:03:10 264/520 - 20/20: Installing method Message>>storeOn: 14:03:10 264/520 - 1/3: Installing method Message class>>selector: 14:03:10 264/520 - 2/3: Installing method Message class>>selector:argument: 14:03:10 264/520 - 3/3: Installing method Message class>>selector:arguments: 14:03:10 265/520 - 1/10: Installing method MessageNotUnderstood>>defaultAction 14:03:10 265/520 - 2/10: Installing method MessageNotUnderstood>>description 14:03:10 265/520 - 3/10: Installing method MessageNotUnderstood>>initialize 14:03:10 265/520 - 4/10: Installing method MessageNotUnderstood>>isResumable 14:03:10 265/520 - 5/10: Installing method MessageNotUnderstood>>message 14:03:10 265/520 - 6/10: Installing method MessageNotUnderstood>>message: 14:03:10 265/520 - 7/10: Installing method MessageNotUnderstood>>messageText 14:03:10 265/520 - 8/10: Installing method MessageNotUnderstood>>reachedDefaultHandler 14:03:10 265/520 - 9/10: Installing method MessageNotUnderstood>>receiver 14:03:10 265/520 - 10/10: Installing method MessageNotUnderstood>>receiver: 14:03:10 265/520 - 1/1: Installing method MessageNotUnderstood class>>initialize 14:03:10 266/520 - 1/20: Installing method MessageSend>>= 14:03:10 266/520 - 2/20: Installing method MessageSend>>asMinimalRepresentation 14:03:10 266/520 - 3/20: Installing method MessageSend>>asWeakMessageSend 14:03:10 266/520 - 4/20: Installing method MessageSend>>collectArguments: 14:03:10 266/520 - 5/20: Installing method MessageSend>>cull: 14:03:10 266/520 - 6/20: Installing method MessageSend>>cull:cull: 14:03:10 266/520 - 7/20: Installing method MessageSend>>cull:cull:cull: 14:03:11 266/520 - 8/20: Installing method MessageSend>>hash 14:03:11 266/520 - 9/20: Installing method MessageSend>>isMessageSend 14:03:11 266/520 - 10/20: Installing method MessageSend>>isValid 14:03:11 266/520 - 11/20: Installing method MessageSend>>message 14:03:11 266/520 - 12/20: Installing method MessageSend>>printOn: 14:03:11 266/520 - 13/20: Installing method MessageSend>>receiver 14:03:11 266/520 - 14/20: Installing method MessageSend>>receiver: 14:03:11 266/520 - 15/20: Installing method MessageSend>>value 14:03:11 266/520 - 16/20: Installing method MessageSend>>value: 14:03:11 266/520 - 17/20: Installing method MessageSend>>value:value: 14:03:11 266/520 - 18/20: Installing method MessageSend>>value:value:value: 14:03:11 266/520 - 19/20: Installing method MessageSend>>valueWithArguments: 14:03:11 266/520 - 20/20: Installing method MessageSend>>valueWithEnoughArguments: 14:03:11 266/520 - 1/4: Installing method MessageSend class>>message:to: 14:03:11 266/520 - 2/4: Installing method MessageSend class>>receiver:selector: 14:03:11 266/520 - 3/4: Installing method MessageSend class>>receiver:selector:argument: 14:03:11 266/520 - 4/4: Installing method MessageSend class>>receiver:selector:arguments: 14:03:11 267/520 - 1/53: Installing method Metaclass>><< 14:03:11 267/520 - 2/53: Installing method Metaclass>>addInstVarNamed: 14:03:11 267/520 - 3/53: Installing method Metaclass>>addObsoleteSubclass: 14:03:11 267/520 - 4/53: Installing method Metaclass>>addSlot: 14:03:11 267/520 - 5/53: Installing method Metaclass>>addSubclass: 14:03:11 267/520 - 6/53: Installing method Metaclass>>binding 14:03:11 267/520 - 7/53: Installing method Metaclass>>bindingOf: 14:03:11 267/520 - 8/53: Installing method Metaclass>>category 14:03:11 267/520 - 9/53: Installing method Metaclass>>classPool 14:03:11 267/520 - 10/53: Installing method Metaclass>>classSide 14:03:11 267/520 - 11/53: Installing method Metaclass>>classVarNames 14:03:11 267/520 - 12/53: Installing method Metaclass>>classVariables 14:03:11 267/520 - 13/53: Installing method Metaclass>>comment 14:03:11 267/520 - 14/53: Installing method Metaclass>>comment: 14:03:11 267/520 - 15/53: Installing method Metaclass>>comment:stamp: 14:03:11 267/520 - 16/53: Installing method Metaclass>>commentSourcePointer 14:03:11 267/520 - 17/53: Installing method Metaclass>>commentSourcePointer: 14:03:11 267/520 - 18/53: Installing method Metaclass>>commentStamp 14:03:11 267/520 - 19/53: Installing method Metaclass>>commentStamp: 14:03:11 267/520 - 20/53: Installing method Metaclass>>environment 14:03:11 267/520 - 21/53: Installing method Metaclass>>expandedDefinitionStringFor: 14:03:12 267/520 - 22/53: Installing method Metaclass>>hasBindingThatBeginsWith: 14:03:12 267/520 - 23/53: Installing method Metaclass>>hasClassSide 14:03:12 267/520 - 24/53: Installing method Metaclass>>hasClassVarNamed: 14:03:12 267/520 - 25/53: Installing method Metaclass>>hasComment 14:03:12 267/520 - 26/53: Installing method Metaclass>>innerBindingOf: 14:03:12 267/520 - 27/53: Installing method Metaclass>>instanceSide 14:03:12 267/520 - 28/53: Installing method Metaclass>>instanceVariableNames: 14:03:12 267/520 - 29/53: Installing method Metaclass>>isAnonymous 14:03:12 267/520 - 30/53: Installing method Metaclass>>isClass 14:03:12 267/520 - 31/53: Installing method Metaclass>>isMeta 14:03:12 267/520 - 32/53: Installing method Metaclass>>isMetaclassOfClassOrNil 14:03:12 267/520 - 33/53: Installing method Metaclass>>isObsolete 14:03:12 267/520 - 34/53: Installing method Metaclass>>isReferenced 14:03:12 267/520 - 35/53: Installing method Metaclass>>isSelfEvaluating 14:03:12 267/520 - 36/53: Installing method Metaclass>>isUsed 14:03:12 267/520 - 37/53: Installing method Metaclass>>name 14:03:12 267/520 - 38/53: Installing method Metaclass>>new 14:03:12 267/520 - 39/53: Installing method Metaclass>>newAnonymousSubclass 14:03:12 267/520 - 40/53: Installing method Metaclass>>obsoleteSubclasses 14:03:12 267/520 - 41/53: Installing method Metaclass>>package 14:03:12 267/520 - 42/53: Installing method Metaclass>>packageTag 14:03:12 267/520 - 43/53: Installing method Metaclass>>possibleVariablesFor:continuedFrom: 14:03:12 267/520 - 44/53: Installing method Metaclass>>postCopy 14:03:12 267/520 - 45/53: Installing method Metaclass>>removeSlot: 14:03:12 267/520 - 46/53: Installing method Metaclass>>removeSubclass: 14:03:12 267/520 - 47/53: Installing method Metaclass>>sharedPoolNames 14:03:12 267/520 - 48/53: Installing method Metaclass>>slots: 14:03:12 267/520 - 49/53: Installing method Metaclass>>soleInstance 14:03:12 267/520 - 50/53: Installing method Metaclass>>sourceCodeTemplate 14:03:12 267/520 - 51/53: Installing method Metaclass>>subclasses 14:03:12 267/520 - 52/53: Installing method Metaclass>>subclassesDo: 14:03:12 267/520 - 53/53: Installing method Metaclass>>veryDeepCopyWith: 14:03:12 268/520 - 1/1: Installing method MethodAdded>>methodAdded 14:03:12 268/520 - 1/1: Installing method MethodAdded class>>method: 14:03:12 269/520 - 1/12: Installing method MethodAnnouncement>>classAffected 14:03:12 269/520 - 2/12: Installing method MethodAnnouncement>>isProvidedByExtension 14:03:12 269/520 - 3/12: Installing method MethodAnnouncement>>method 14:03:12 269/520 - 4/12: Installing method MethodAnnouncement>>method: 14:03:12 269/520 - 5/12: Installing method MethodAnnouncement>>methodAffected 14:03:12 269/520 - 6/12: Installing method MethodAnnouncement>>methodClass 14:03:12 269/520 - 7/12: Installing method MethodAnnouncement>>methodOrigin 14:03:12 269/520 - 8/12: Installing method MethodAnnouncement>>methodPackage 14:03:12 269/520 - 9/12: Installing method MethodAnnouncement>>packagesAffected 14:03:12 269/520 - 10/12: Installing method MethodAnnouncement>>protocol 14:03:12 269/520 - 11/12: Installing method MethodAnnouncement>>protocolsAffected 14:03:12 269/520 - 12/12: Installing method MethodAnnouncement>>selector 14:03:13 270/520 - 1/23: Installing method MethodDictionary>>add: 14:03:13 270/520 - 2/23: Installing method MethodDictionary>>associationAt:ifAbsent: 14:03:13 270/520 - 3/23: Installing method MethodDictionary>>associationsDo: 14:03:13 270/520 - 4/23: Installing method MethodDictionary>>at:ifAbsent: 14:03:13 270/520 - 5/23: Installing method MethodDictionary>>at:ifPresent: 14:03:13 270/520 - 6/23: Installing method MethodDictionary>>at:put: 14:03:13 270/520 - 7/23: Installing method MethodDictionary>>compact 14:03:13 270/520 - 8/23: Installing method MethodDictionary>>compactWithoutBecome 14:03:13 270/520 - 9/23: Installing method MethodDictionary>>fixCollisionsFrom: 14:03:13 270/520 - 10/23: Installing method MethodDictionary>>grow 14:03:13 270/520 - 11/23: Installing method MethodDictionary>>isHealthy 14:03:13 270/520 - 12/23: Installing method MethodDictionary>>keyAtIdentityValue:ifAbsent: 14:03:13 270/520 - 13/23: Installing method MethodDictionary>>keyAtValue:ifAbsent: 14:03:13 270/520 - 14/23: Installing method MethodDictionary>>keysAndValuesDo: 14:03:13 270/520 - 15/23: Installing method MethodDictionary>>keysDo: 14:03:13 270/520 - 16/23: Installing method MethodDictionary>>postCopy 14:03:13 270/520 - 17/23: Installing method MethodDictionary>>rehash 14:03:13 270/520 - 18/23: Installing method MethodDictionary>>removeAll 14:03:13 270/520 - 19/23: Installing method MethodDictionary>>removeDangerouslyKey:ifAbsent: 14:03:13 270/520 - 20/23: Installing method MethodDictionary>>removeKey:ifAbsent: 14:03:13 270/520 - 21/23: Installing method MethodDictionary>>scanFor: 14:03:13 270/520 - 22/23: Installing method MethodDictionary>>swap:with: 14:03:13 270/520 - 23/23: Installing method MethodDictionary>>valuesDo: 14:03:13 270/520 - 1/5: Installing method MethodDictionary class>>compactAllInstances 14:03:13 270/520 - 2/5: Installing method MethodDictionary class>>new 14:03:13 270/520 - 3/5: Installing method MethodDictionary class>>new: 14:03:13 270/520 - 4/5: Installing method MethodDictionary class>>newForCapacity: 14:03:13 270/520 - 5/5: Installing method MethodDictionary class>>sizeFor: 14:03:14 271/520 - 1/6: Installing method MethodModified>>newMethod 14:03:14 271/520 - 2/6: Installing method MethodModified>>newProtocol 14:03:14 271/520 - 3/6: Installing method MethodModified>>oldMethod 14:03:14 271/520 - 4/6: Installing method MethodModified>>oldMethod: 14:03:14 271/520 - 5/6: Installing method MethodModified>>oldProtocol 14:03:14 271/520 - 6/6: Installing method MethodModified>>oldProtocol: 14:03:14 271/520 - 1/1: Installing method MethodModified class>>methodChangedFrom:to:oldProtocol: 14:03:14 272/520 - 1/5: Installing method MethodRecategorized>>methodRecategorized 14:03:14 272/520 - 2/5: Installing method MethodRecategorized>>newProtocol 14:03:14 272/520 - 3/5: Installing method MethodRecategorized>>oldProtocol 14:03:14 272/520 - 4/5: Installing method MethodRecategorized>>oldProtocol: 14:03:14 272/520 - 5/5: Installing method MethodRecategorized>>protocolsAffected 14:03:14 272/520 - 1/1: Installing method MethodRecategorized class>>method:oldProtocol: 14:03:14 273/520 - 1/3: Installing method MethodRemoved>>methodOrigin 14:03:14 273/520 - 2/3: Installing method MethodRemoved>>methodOrigin: 14:03:14 273/520 - 3/3: Installing method MethodRemoved>>methodRemoved 14:03:14 273/520 - 1/1: Installing method MethodRemoved class>>methodRemoved:origin: 14:03:14 274/520 - 1/6: Installing method MethodRepackaged>>methodRepackaged 14:03:14 274/520 - 2/6: Installing method MethodRepackaged>>newPackage 14:03:14 274/520 - 3/6: Installing method MethodRepackaged>>newPackage: 14:03:14 274/520 - 4/6: Installing method MethodRepackaged>>oldPackage 14:03:14 274/520 - 5/6: Installing method MethodRepackaged>>oldPackage: 14:03:14 274/520 - 6/6: Installing method MethodRepackaged>>packagesAffected 14:03:14 274/520 - 1/1: Installing method MethodRepackaged class>>methodRepackaged:oldPackage:newPackage: 14:03:14 275/520 - 1/14: Installing method ModificationForbidden>>fieldIndex 14:03:14 275/520 - 2/14: Installing method ModificationForbidden>>fieldIndex: 14:03:14 275/520 - 3/14: Installing method ModificationForbidden>>indexedMessageText 14:03:14 275/520 - 4/14: Installing method ModificationForbidden>>messageText 14:03:14 275/520 - 5/14: Installing method ModificationForbidden>>newValue 14:03:14 275/520 - 6/14: Installing method ModificationForbidden>>newValue: 14:03:14 275/520 - 7/14: Installing method ModificationForbidden>>nonIndexedMessageText 14:03:14 275/520 - 8/14: Installing method ModificationForbidden>>object 14:03:14 275/520 - 9/14: Installing method ModificationForbidden>>object: 14:03:14 275/520 - 10/14: Installing method ModificationForbidden>>printObject:on: 14:03:14 275/520 - 11/14: Installing method ModificationForbidden>>retryModification 14:03:14 275/520 - 12/14: Installing method ModificationForbidden>>retrySelector 14:03:14 275/520 - 13/14: Installing method ModificationForbidden>>retrySelector: 14:03:14 275/520 - 14/14: Installing method ModificationForbidden>>standardMessageText 14:03:14 275/520 - 1/1: Installing method ModificationForbidden class>>for:at:with:retrySelector: 14:03:15 276/520 - 1/40: Installing method Monitor>>checkOwnerProcess 14:03:15 276/520 - 2/40: Installing method Monitor>>cleanup 14:03:15 276/520 - 3/40: Installing method Monitor>>critical: 14:03:15 276/520 - 4/40: Installing method Monitor>>defaultQueue 14:03:15 276/520 - 5/40: Installing method Monitor>>enter 14:03:15 276/520 - 6/40: Installing method Monitor>>exit 14:03:15 276/520 - 7/40: Installing method Monitor>>exitAndWaitInQueue:maxMilliseconds: 14:03:15 276/520 - 8/40: Installing method Monitor>>initialize 14:03:15 276/520 - 9/40: Installing method Monitor>>isOwnerProcess 14:03:15 276/520 - 10/40: Installing method Monitor>>privateCleanup 14:03:15 276/520 - 11/40: Installing method Monitor>>queueDict 14:03:15 276/520 - 12/40: Installing method Monitor>>queueFor: 14:03:15 276/520 - 13/40: Installing method Monitor>>signal 14:03:15 276/520 - 14/40: Installing method Monitor>>signal: 14:03:15 276/520 - 15/40: Installing method Monitor>>signalAll 14:03:15 276/520 - 16/40: Installing method Monitor>>signalAll: 14:03:15 276/520 - 17/40: Installing method Monitor>>signalAllInQueue: 14:03:15 276/520 - 18/40: Installing method Monitor>>signalLock:inQueue: 14:03:15 276/520 - 19/40: Installing method Monitor>>signalQueue: 14:03:15 276/520 - 20/40: Installing method Monitor>>signalReallyAll 14:03:15 276/520 - 21/40: Installing method Monitor>>wait 14:03:15 276/520 - 22/40: Installing method Monitor>>waitFor: 14:03:15 276/520 - 23/40: Installing method Monitor>>waitFor:maxMilliseconds: 14:03:15 276/520 - 24/40: Installing method Monitor>>waitFor:maxSeconds: 14:03:15 276/520 - 25/40: Installing method Monitor>>waitInQueue:maxMilliseconds: 14:03:15 276/520 - 26/40: Installing method Monitor>>waitMaxMilliseconds: 14:03:15 276/520 - 27/40: Installing method Monitor>>waitMaxSeconds: 14:03:15 276/520 - 28/40: Installing method Monitor>>waitUntil: 14:03:15 276/520 - 29/40: Installing method Monitor>>waitUntil:for: 14:03:15 276/520 - 30/40: Installing method Monitor>>waitUntil:for:maxMilliseconds: 14:03:16 276/520 - 31/40: Installing method Monitor>>waitUntil:for:maxSeconds: 14:03:16 276/520 - 32/40: Installing method Monitor>>waitUntil:maxMilliseconds: 14:03:16 276/520 - 33/40: Installing method Monitor>>waitUntil:maxSeconds: 14:03:16 276/520 - 34/40: Installing method Monitor>>waitWhile: 14:03:16 276/520 - 35/40: Installing method Monitor>>waitWhile:for: 14:03:16 276/520 - 36/40: Installing method Monitor>>waitWhile:for:maxMilliseconds: 14:03:16 276/520 - 37/40: Installing method Monitor>>waitWhile:for:maxSeconds: 14:03:16 276/520 - 38/40: Installing method Monitor>>waitWhile:inQueue:maxMilliseconds: 14:03:16 276/520 - 39/40: Installing method Monitor>>waitWhile:maxMilliseconds: 14:03:16 276/520 - 40/40: Installing method Monitor>>waitWhile:maxSeconds: 14:03:16 277/520 - 1/2: Installing method MonitorDelay>>setDelay:forSemaphore:monitor:queue: 14:03:16 277/520 - 2/2: Installing method MonitorDelay>>timingPrioritySignalExpired 14:03:16 277/520 - 1/1: Installing method MonitorDelay class>>signalLock:afterMSecs:inMonitor:queue: 14:03:16 278/520 - 1/2: Installing method Mutex>>critical: 14:03:16 278/520 - 2/2: Installing method Mutex>>initialize 14:03:16 279/520 - 1/3: Installing method MutexSet>>critical: 14:03:16 279/520 - 2/3: Installing method MutexSet>>pvtCritical:startingAt: 14:03:16 279/520 - 3/3: Installing method MutexSet>>withAll: 14:03:16 279/520 - 1/1: Installing method MutexSet class>>withAll: 14:03:16 280/520 - 1/5: Installing method NewUndeclaredWarning>>messageText 14:03:16 280/520 - 2/5: Installing method NewUndeclaredWarning>>originName 14:03:16 280/520 - 3/5: Installing method NewUndeclaredWarning>>originName: 14:03:16 280/520 - 4/5: Installing method NewUndeclaredWarning>>undeclaredName 14:03:16 280/520 - 5/5: Installing method NewUndeclaredWarning>>undeclaredName: 14:03:16 280/520 - 1/1: Installing method NewUndeclaredWarning class>>signal:in: 14:03:16 281/520 - 1/2: Installing method NoChangesLog>>logChange: 14:03:16 281/520 - 2/2: Installing method NoChangesLog>>logSnapshot:andQuit: 14:03:16 281/520 - 1/1: Installing method NoChangesLog class>>install 14:03:16 282/520 - 1/2: Installing method NoPharoFilesOpener>>changesFileOrNil 14:03:16 282/520 - 2/2: Installing method NoPharoFilesOpener>>sourcesFileOrNil 14:03:17 282/520 - 1/1: Installing method NoPharoFilesOpener class>>install 14:03:17 283/520 - 1/3: Installing method NonBooleanReceiver>>isResumable 14:03:17 283/520 - 2/3: Installing method NonBooleanReceiver>>object 14:03:17 283/520 - 3/3: Installing method NonBooleanReceiver>>object: 14:03:17 283/520 - 1/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler 14:03:17 283/520 - 2/2: Installing method NonBooleanReceiver class>>mustBeBooleanHandler: 14:03:17 284/520 - 1/26: Installing method NonInteractiveTranscript>><< 14:03:17 284/520 - 2/26: Installing method NonInteractiveTranscript>>clear 14:03:17 284/520 - 3/26: Installing method NonInteractiveTranscript>>close 14:03:17 284/520 - 4/26: Installing method NonInteractiveTranscript>>cr 14:03:17 284/520 - 5/26: Installing method NonInteractiveTranscript>>crShow: 14:03:17 284/520 - 6/26: Installing method NonInteractiveTranscript>>critical: 14:03:17 284/520 - 7/26: Installing method NonInteractiveTranscript>>endEntry 14:03:17 284/520 - 8/26: Installing method NonInteractiveTranscript>>fileName 14:03:17 284/520 - 9/26: Installing method NonInteractiveTranscript>>fileName: 14:03:17 284/520 - 10/26: Installing method NonInteractiveTranscript>>flush 14:03:17 284/520 - 11/26: Installing method NonInteractiveTranscript>>initialize 14:03:17 284/520 - 12/26: Installing method NonInteractiveTranscript>>initializeStream 14:03:17 284/520 - 13/26: Installing method NonInteractiveTranscript>>install 14:03:17 284/520 - 14/26: Installing method NonInteractiveTranscript>>isSelfEvaluating 14:03:17 284/520 - 15/26: Installing method NonInteractiveTranscript>>isStderr 14:03:17 284/520 - 16/26: Installing method NonInteractiveTranscript>>isStdout 14:03:17 284/520 - 17/26: Installing method NonInteractiveTranscript>>newLine 14:03:17 284/520 - 18/26: Installing method NonInteractiveTranscript>>nextPut: 14:03:17 284/520 - 19/26: Installing method NonInteractiveTranscript>>nextPutAll: 14:03:17 284/520 - 20/26: Installing method NonInteractiveTranscript>>print: 14:03:17 284/520 - 21/26: Installing method NonInteractiveTranscript>>printOn: 14:03:17 284/520 - 22/26: Installing method NonInteractiveTranscript>>show: 14:03:17 284/520 - 23/26: Installing method NonInteractiveTranscript>>space 14:03:17 284/520 - 24/26: Installing method NonInteractiveTranscript>>stepGlobal 14:03:17 284/520 - 25/26: Installing method NonInteractiveTranscript>>stream 14:03:17 284/520 - 26/26: Installing method NonInteractiveTranscript>>tab 14:03:17 284/520 - 1/8: Installing method NonInteractiveTranscript class>>defaultLogFileName 14:03:17 284/520 - 2/8: Installing method NonInteractiveTranscript class>>file 14:03:17 284/520 - 3/8: Installing method NonInteractiveTranscript class>>initialize 14:03:17 284/520 - 4/8: Installing method NonInteractiveTranscript class>>isInstalled 14:03:17 284/520 - 5/8: Installing method NonInteractiveTranscript class>>onFileNamed: 14:03:18 284/520 - 6/8: Installing method NonInteractiveTranscript class>>shutDown 14:03:18 284/520 - 7/8: Installing method NonInteractiveTranscript class>>stderr 14:03:18 284/520 - 8/8: Installing method NonInteractiveTranscript class>>stdout 14:03:18 285/520 - 1/23: Installing method NonInteractiveUIManager>>chooseDirectory:from: 14:03:18 285/520 - 2/23: Installing method NonInteractiveUIManager>>chooseFrom:lines:title: 14:03:18 285/520 - 3/23: Installing method NonInteractiveUIManager>>chooseFrom:values:lines:title: 14:03:18 285/520 - 4/23: Installing method NonInteractiveUIManager>>chooseFullFileNameMatching:label: 14:03:18 285/520 - 5/23: Installing method NonInteractiveUIManager>>chooseOrRequestFrom:values:lines:title: 14:03:18 285/520 - 6/23: Installing method NonInteractiveUIManager>>confirm: 14:03:18 285/520 - 7/23: Installing method NonInteractiveUIManager>>confirm:label: 14:03:18 285/520 - 8/23: Installing method NonInteractiveUIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 14:03:18 285/520 - 9/23: Installing method NonInteractiveUIManager>>confirm:orCancel: 14:03:18 285/520 - 10/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice: 14:03:18 285/520 - 11/23: Installing method NonInteractiveUIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 14:03:18 285/520 - 12/23: Installing method NonInteractiveUIManager>>debugProcess:context:label:fullView:notification: 14:03:18 285/520 - 13/23: Installing method NonInteractiveUIManager>>edit:label:accept: 14:03:18 285/520 - 14/23: Installing method NonInteractiveUIManager>>multiLineRequest:initialAnswer:answerHeight: 14:03:18 285/520 - 15/23: Installing method NonInteractiveUIManager>>nonInteractiveManager 14:03:18 285/520 - 16/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest: 14:03:18 285/520 - 17/23: Installing method NonInteractiveUIManager>>nonInteractiveRequest:title: 14:03:18 285/520 - 18/23: Installing method NonInteractiveUIManager>>nonInteractiveWarning: 14:03:18 285/520 - 19/23: Installing method NonInteractiveUIManager>>request:initialAnswer: 14:03:18 285/520 - 20/23: Installing method NonInteractiveUIManager>>request:initialAnswer:entryCompletion: 14:03:18 285/520 - 21/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title: 14:03:18 285/520 - 22/23: Installing method NonInteractiveUIManager>>request:initialAnswer:title:entryCompletion: 14:03:18 285/520 - 23/23: Installing method NonInteractiveUIManager>>requestPassword: 14:03:18 285/520 - 1/1: Installing method NonInteractiveUIManager class>>isValidForCurrentSystemConfiguration 14:03:19 286/520 - 1/6: Installing method NotFound>>collection 14:03:19 286/520 - 2/6: Installing method NotFound>>collection: 14:03:19 286/520 - 3/6: Installing method NotFound>>messageText 14:03:19 286/520 - 4/6: Installing method NotFound>>object 14:03:19 286/520 - 5/6: Installing method NotFound>>object: 14:03:19 286/520 - 6/6: Installing method NotFound>>standardMessageText 14:03:19 286/520 - 1/2: Installing method NotFound class>>signalFor: 14:03:19 286/520 - 2/2: Installing method NotFound class>>signalFor:in: 14:03:19 287/520 - 1/1: Installing method NotYetImplemented>>standardMessageText 14:03:19 288/520 - 1/1: Installing method Notification>>defaultAction 14:03:19 289/520 - 1/10: Installing method NullFFIBackend>>allocate: 14:03:19 289/520 - 2/10: Installing method NullFFIBackend>>free: 14:03:19 289/520 - 3/10: Installing method NullFFIBackend>>integerOfObject:at:put:size:signed: 14:03:19 289/520 - 4/10: Installing method NullFFIBackend>>integerOfObject:at:size:signed: 14:03:19 289/520 - 5/10: Installing method NullFFIBackend>>loadSymbol:module: 14:03:19 289/520 - 6/10: Installing method NullFFIBackend>>lookupCallbackByAddress: 14:03:19 289/520 - 7/10: Installing method NullFFIBackend>>on:float32At: 14:03:19 289/520 - 8/10: Installing method NullFFIBackend>>on:float32At:put: 14:03:19 289/520 - 9/10: Installing method NullFFIBackend>>on:float64At: 14:03:19 289/520 - 10/10: Installing method NullFFIBackend>>on:float64At:put: 14:03:19 289/520 - 1/2: Installing method NullFFIBackend class>>isAvailable 14:03:19 289/520 - 2/2: Installing method NullFFIBackend class>>priority 14:03:20 290/520 - 1/32: Installing method NullStream>>ascii 14:03:20 290/520 - 2/32: Installing method NullStream>>atEnd 14:03:20 290/520 - 3/32: Installing method NullStream>>binary 14:03:20 290/520 - 4/32: Installing method NullStream>>collectionSpecies 14:03:20 290/520 - 5/32: Installing method NullStream>>contents 14:03:20 290/520 - 6/32: Installing method NullStream>>cr 14:03:20 290/520 - 7/32: Installing method NullStream>>element 14:03:20 290/520 - 8/32: Installing method NullStream>>initialize 14:03:20 290/520 - 9/32: Installing method NullStream>>isBinary 14:03:20 290/520 - 10/32: Installing method NullStream>>isEmpty 14:03:20 290/520 - 11/32: Installing method NullStream>>lf 14:03:20 290/520 - 12/32: Installing method NullStream>>next 14:03:20 290/520 - 13/32: Installing method NullStream>>next: 14:03:20 290/520 - 14/32: Installing method NullStream>>next:into: 14:03:20 290/520 - 15/32: Installing method NullStream>>next:into:startingAt: 14:03:20 290/520 - 16/32: Installing method NullStream>>next:putAll: 14:03:20 290/520 - 17/32: Installing method NullStream>>next:putAll:startingAt: 14:03:20 290/520 - 18/32: Installing method NullStream>>nextInto: 14:03:20 290/520 - 19/32: Installing method NullStream>>nextInto:startingAt: 14:03:20 290/520 - 20/32: Installing method NullStream>>nextPut: 14:03:20 290/520 - 21/32: Installing method NullStream>>nextPutAll: 14:03:20 290/520 - 22/32: Installing method NullStream>>peek 14:03:20 290/520 - 23/32: Installing method NullStream>>peekLast 14:03:20 290/520 - 24/32: Installing method NullStream>>position 14:03:20 290/520 - 25/32: Installing method NullStream>>position: 14:03:20 290/520 - 26/32: Installing method NullStream>>positionError 14:03:20 290/520 - 27/32: Installing method NullStream>>printOn: 14:03:20 290/520 - 28/32: Installing method NullStream>>readInto:startingAt:count: 14:03:20 290/520 - 29/32: Installing method NullStream>>reset 14:03:20 290/520 - 30/32: Installing method NullStream>>skip: 14:03:20 290/520 - 31/32: Installing method NullStream>>space 14:03:20 290/520 - 32/32: Installing method NullStream>>tab 14:03:20 290/520 - 1/1: Installing method NullStream class>>new 14:03:20 291/520 - 1/2: Installing method NullTermInfo>>on: 14:03:20 291/520 - 2/2: Installing method NullTermInfo>>set: 14:03:21 292/520 - 1/63: Installing method Number>>* 14:03:21 292/520 - 2/63: Installing method Number>>+ 14:03:21 292/520 - 3/63: Installing method Number>>- 14:03:21 292/520 - 4/63: Installing method Number>>/ 14:03:21 292/520 - 5/63: Installing method Number>>// 14:03:21 292/520 - 6/63: Installing method Number>>@ 14:03:21 292/520 - 7/63: Installing method Number>>\\ 14:03:21 292/520 - 8/63: Installing method Number>>abs 14:03:21 292/520 - 9/63: Installing method Number>>adaptToFloat:andCompare: 14:03:21 292/520 - 10/63: Installing method Number>>adaptToFloat:andSend: 14:03:21 292/520 - 11/63: Installing method Number>>adaptToFraction:andSend: 14:03:21 292/520 - 12/63: Installing method Number>>adaptToInteger:andSend: 14:03:21 292/520 - 13/63: Installing method Number>>addAssignToFloatArray: 14:03:21 292/520 - 14/63: Installing method Number>>asFloat 14:03:21 292/520 - 15/63: Installing method Number>>asFraction 14:03:21 292/520 - 16/63: Installing method Number>>asInteger 14:03:21 292/520 - 17/63: Installing method Number>>asNumber 14:03:21 292/520 - 18/63: Installing method Number>>asPoint 14:03:21 292/520 - 19/63: Installing method Number>>asScaledDecimal 14:03:21 292/520 - 20/63: Installing method Number>>asScaledDecimal: 14:03:21 292/520 - 21/63: Installing method Number>>asSmallAngleDegrees 14:03:21 292/520 - 22/63: Installing method Number>>asSmallPositiveDegrees 14:03:21 292/520 - 23/63: Installing method Number>>ceiling 14:03:21 292/520 - 24/63: Installing method Number>>clampBetween:and: 14:03:21 292/520 - 25/63: Installing method Number>>copySignTo: 14:03:22 292/520 - 26/63: Installing method Number>>detentBy:atMultiplesOf:snap: 14:03:22 292/520 - 27/63: Installing method Number>>exp 14:03:22 292/520 - 28/63: Installing method Number>>floor 14:03:22 292/520 - 29/63: Installing method Number>>fractionPart 14:03:22 292/520 - 30/63: Installing method Number>>integerPart 14:03:22 292/520 - 31/63: Installing method Number>>isInfinite 14:03:22 292/520 - 32/63: Installing method Number>>isNaN 14:03:22 292/520 - 33/63: Installing method Number>>isNumber 14:03:22 292/520 - 34/63: Installing method Number>>isPowerOfTwo 14:03:22 292/520 - 35/63: Installing method Number>>isZero 14:03:22 292/520 - 36/63: Installing method Number>>negated 14:03:22 292/520 - 37/63: Installing method Number>>negative 14:03:22 292/520 - 38/63: Installing method Number>>positive 14:03:22 292/520 - 39/63: Installing method Number>>printOn: 14:03:22 292/520 - 40/63: Installing method Number>>printString 14:03:22 292/520 - 41/63: Installing method Number>>printStringBase: 14:03:22 292/520 - 42/63: Installing method Number>>quo: 14:03:22 292/520 - 43/63: Installing method Number>>raisedTo: 14:03:22 292/520 - 44/63: Installing method Number>>raisedToFraction: 14:03:22 292/520 - 45/63: Installing method Number>>raisedToInteger: 14:03:22 292/520 - 46/63: Installing method Number>>reciprocal 14:03:22 292/520 - 47/63: Installing method Number>>reduce 14:03:22 292/520 - 48/63: Installing method Number>>rem: 14:03:22 292/520 - 49/63: Installing method Number>>round: 14:03:22 292/520 - 50/63: Installing method Number>>roundDownTo: 14:03:22 292/520 - 51/63: Installing method Number>>roundTo: 14:03:22 292/520 - 52/63: Installing method Number>>roundUpTo: 14:03:22 292/520 - 53/63: Installing method Number>>rounded 14:03:22 292/520 - 54/63: Installing method Number>>sign 14:03:22 292/520 - 55/63: Installing method Number>>sign: 14:03:22 292/520 - 56/63: Installing method Number>>signBit 14:03:22 292/520 - 57/63: Installing method Number>>strictlyPositive 14:03:22 292/520 - 58/63: Installing method Number>>to: 14:03:22 292/520 - 59/63: Installing method Number>>to:by: 14:03:22 292/520 - 60/63: Installing method Number>>to:by:do: 14:03:22 292/520 - 61/63: Installing method Number>>to:do: 14:03:22 292/520 - 62/63: Installing method Number>>truncateTo: 14:03:22 292/520 - 63/63: Installing method Number>>truncated 14:03:22 292/520 - 1/8: Installing method Number class>>isAbstract 14:03:22 292/520 - 2/8: Installing method Number class>>new 14:03:22 292/520 - 3/8: Installing method Number class>>one 14:03:22 292/520 - 4/8: Installing method Number class>>readFrom: 14:03:22 292/520 - 5/8: Installing method Number class>>readFrom:base: 14:03:22 292/520 - 6/8: Installing method Number class>>readFrom:ifFail: 14:03:22 292/520 - 7/8: Installing method Number class>>squeezeNumberOutOfString: 14:03:22 292/520 - 8/8: Installing method Number class>>squeezeNumberOutOfString:ifFail: 14:03:23 293/520 - 1/28: Installing method NumberParser>>allowPlusSign 14:03:23 293/520 - 2/28: Installing method NumberParser>>allowPlusSignInExponent 14:03:23 293/520 - 3/28: Installing method NumberParser>>expected: 14:03:23 293/520 - 4/28: Installing method NumberParser>>exponentLetters 14:03:23 293/520 - 5/28: Installing method NumberParser>>failBlock: 14:03:23 293/520 - 6/28: Installing method NumberParser>>makeFloatFromMantissa:exponent:base: 14:03:23 293/520 - 7/28: Installing method NumberParser>>makeIntegerOrScaledIntegerOrFloat 14:03:23 293/520 - 8/28: Installing method NumberParser>>makeScaledDecimalWithNumberOfNonZeroFractionDigits:andNumberOfTrailingZeroInFractionPart: 14:03:23 293/520 - 9/28: Installing method NumberParser>>maxExponent 14:03:23 293/520 - 10/28: Installing method NumberParser>>maxExponent: 14:03:23 293/520 - 11/28: Installing method NumberParser>>nextElementaryLargeIntegerBase: 14:03:23 293/520 - 12/28: Installing method NumberParser>>nextFraction 14:03:23 293/520 - 13/28: Installing method NumberParser>>nextInteger 14:03:23 293/520 - 14/28: Installing method NumberParser>>nextIntegerBase: 14:03:23 293/520 - 15/28: Installing method NumberParser>>nextIntegerBase:ifFail: 14:03:23 293/520 - 16/28: Installing method NumberParser>>nextLargeIntegerBase:nPackets: 14:03:23 293/520 - 17/28: Installing method NumberParser>>nextNumber 14:03:23 293/520 - 18/28: Installing method NumberParser>>nextNumberBase: 14:03:23 293/520 - 19/28: Installing method NumberParser>>nextScaledDecimal 14:03:23 293/520 - 20/28: Installing method NumberParser>>nextUnsignedIntegerBase: 14:03:23 293/520 - 21/28: Installing method NumberParser>>nextUnsignedIntegerBase:ifFail: 14:03:23 293/520 - 22/28: Installing method NumberParser>>nextUnsignedIntegerOrNilBase: 14:03:23 293/520 - 23/28: Installing method NumberParser>>on: 14:03:23 293/520 - 24/28: Installing method NumberParser>>peekSignIsMinus 14:03:23 293/520 - 25/28: Installing method NumberParser>>readExponent 14:03:23 293/520 - 26/28: Installing method NumberParser>>readNamedFloatOrFail 14:03:23 293/520 - 27/28: Installing method NumberParser>>readNumberWithFractionPartNumberOfTrailingZeroInIntegerPart: 14:03:23 293/520 - 28/28: Installing method NumberParser>>readScaleWithDefaultNumberOfDigits: 14:03:23 293/520 - 1/9: Installing method NumberParser class>>isNumber: 14:03:23 293/520 - 2/9: Installing method NumberParser class>>maxExponent 14:03:23 293/520 - 3/9: Installing method NumberParser class>>maxExponent: 14:03:23 293/520 - 4/9: Installing method NumberParser class>>on: 14:03:23 293/520 - 5/9: Installing method NumberParser class>>parse: 14:03:23 293/520 - 6/9: Installing method NumberParser class>>parse:onError: 14:03:23 293/520 - 7/9: Installing method NumberParser class>>settingsOn: 14:03:23 293/520 - 8/9: Installing method NumberParser class>>squeezeNumberOutOfString: 14:03:23 293/520 - 9/9: Installing method NumberParser class>>squeezeNumberOutOfString:onError: 14:03:24 294/520 - 1/30: Installing method OSPlatform>>accept: 14:03:24 294/520 - 2/30: Installing method OSPlatform>>current 14:03:24 294/520 - 3/30: Installing method OSPlatform>>currentWorkingDirectoryPath 14:03:24 294/520 - 4/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBuffer: 14:03:24 294/520 - 5/30: Installing method OSPlatform>>currentWorkingDirectoryPathWithBufferSize: 14:03:24 294/520 - 6/30: Installing method OSPlatform>>currentWorkingDirectoryRawPath 14:03:24 294/520 - 7/30: Installing method OSPlatform>>defaultEncoding 14:03:24 294/520 - 8/30: Installing method OSPlatform>>defaultMaximumPathLength 14:03:24 294/520 - 9/30: Installing method OSPlatform>>family 14:03:24 294/520 - 10/30: Installing method OSPlatform>>isLinux 14:03:24 294/520 - 11/30: Installing method OSPlatform>>isMacOS 14:03:24 294/520 - 12/30: Installing method OSPlatform>>isMacOSX 14:03:24 294/520 - 13/30: Installing method OSPlatform>>isUnix 14:03:24 294/520 - 14/30: Installing method OSPlatform>>isUnix32 14:03:24 294/520 - 15/30: Installing method OSPlatform>>isUnix64 14:03:24 294/520 - 16/30: Installing method OSPlatform>>isWin32 14:03:24 294/520 - 17/30: Installing method OSPlatform>>isWin64 14:03:24 294/520 - 18/30: Installing method OSPlatform>>isWindows 14:03:24 294/520 - 19/30: Installing method OSPlatform>>isX11 14:03:24 294/520 - 20/30: Installing method OSPlatform>>lineEnding 14:03:24 294/520 - 21/30: Installing method OSPlatform>>menuShortcutString 14:03:24 294/520 - 22/30: Installing method OSPlatform>>name 14:03:24 294/520 - 23/30: Installing method OSPlatform>>newTerminfo 14:03:24 294/520 - 24/30: Installing method OSPlatform>>platformFamily 14:03:24 294/520 - 25/30: Installing method OSPlatform>>platformName 14:03:24 294/520 - 26/30: Installing method OSPlatform>>potentialLocationsOfSourcesFile 14:03:24 294/520 - 27/30: Installing method OSPlatform>>subtype 14:03:24 294/520 - 28/30: Installing method OSPlatform>>version 14:03:24 294/520 - 29/30: Installing method OSPlatform>>virtualKey: 14:03:24 294/520 - 30/30: Installing method OSPlatform>>windowSystemName 14:03:24 294/520 - 1/6: Installing method OSPlatform class>>current 14:03:24 294/520 - 2/6: Installing method OSPlatform class>>currentVersion 14:03:24 294/520 - 3/6: Installing method OSPlatform class>>determineActivePlatform 14:03:24 294/520 - 4/6: Installing method OSPlatform class>>example 14:03:24 294/520 - 5/6: Installing method OSPlatform class>>isActivePlatform 14:03:24 294/520 - 6/6: Installing method OSPlatform class>>startUp: 14:03:25 295/520 - 1/10: Installing method OSPlatformVisitor>>visit 14:03:25 295/520 - 2/10: Installing method OSPlatformVisitor>>visitGeneric: 14:03:25 295/520 - 3/10: Installing method OSPlatformVisitor>>visitMacOS: 14:03:25 295/520 - 4/10: Installing method OSPlatformVisitor>>visitMacOSX: 14:03:25 295/520 - 5/10: Installing method OSPlatformVisitor>>visitUnix32: 14:03:25 295/520 - 6/10: Installing method OSPlatformVisitor>>visitUnix64: 14:03:25 295/520 - 7/10: Installing method OSPlatformVisitor>>visitUnix: 14:03:25 295/520 - 8/10: Installing method OSPlatformVisitor>>visitWindows32: 14:03:25 295/520 - 9/10: Installing method OSPlatformVisitor>>visitWindows64: 14:03:25 295/520 - 10/10: Installing method OSPlatformVisitor>>visitWindows: 14:03:28 296/520 - 1/214: Installing method Object>>-> 14:03:28 296/520 - 2/214: Installing method Object>>= 14:03:28 296/520 - 3/214: Installing method Object>>adaptToFloat:andCompare: 14:03:28 296/520 - 4/214: Installing method Object>>adaptToFloat:andSend: 14:03:28 296/520 - 5/214: Installing method Object>>adaptToFraction:andCompare: 14:03:28 296/520 - 6/214: Installing method Object>>adaptToFraction:andSend: 14:03:28 296/520 - 7/214: Installing method Object>>adaptToInteger:andCompare: 14:03:28 296/520 - 8/214: Installing method Object>>adaptToInteger:andSend: 14:03:28 296/520 - 9/214: Installing method Object>>appendTo: 14:03:28 296/520 - 10/214: Installing method Object>>as: 14:03:28 296/520 - 11/214: Installing method Object>>asCollectionElement 14:03:28 296/520 - 12/214: Installing method Object>>asDoubleLink 14:03:28 296/520 - 13/214: Installing method Object>>asLink 14:03:28 296/520 - 14/214: Installing method Object>>asLinkPrepend: 14:03:28 296/520 - 15/214: Installing method Object>>asString 14:03:28 296/520 - 16/214: Installing method Object>>assert: 14:03:28 296/520 - 17/214: Installing method Object>>assert:description: 14:03:28 296/520 - 18/214: Installing method Object>>at: 14:03:28 296/520 - 19/214: Installing method Object>>at:put: 14:03:28 296/520 - 20/214: Installing method Object>>attemptToAssign:withIndex: 14:03:28 296/520 - 21/214: Installing method Object>>basicAt: 14:03:28 296/520 - 22/214: Installing method Object>>basicAt:put: 14:03:28 296/520 - 23/214: Installing method Object>>basicSize 14:03:28 296/520 - 24/214: Installing method Object>>beReadOnlyLiteral 14:03:28 296/520 - 25/214: Installing method Object>>beReadOnlyObject 14:03:28 296/520 - 26/214: Installing method Object>>beRecursivelyReadOnlyObject 14:03:28 296/520 - 27/214: Installing method Object>>beRecursivelyWritableObject 14:03:28 296/520 - 28/214: Installing method Object>>beWritableObject 14:03:28 296/520 - 29/214: Installing method Object>>caseError 14:03:28 296/520 - 30/214: Installing method Object>>caseOf: 14:03:28 296/520 - 31/214: Installing method Object>>caseOf:otherwise: 14:03:28 296/520 - 32/214: Installing method Object>>changed 14:03:28 296/520 - 33/214: Installing method Object>>changed: 14:03:28 296/520 - 34/214: Installing method Object>>changed:with: 14:03:28 296/520 - 35/214: Installing method Object>>className 14:03:28 296/520 - 36/214: Installing method Object>>clone 14:03:28 296/520 - 37/214: Installing method Object>>confirm: 14:03:28 296/520 - 38/214: Installing method Object>>copy 14:03:28 296/520 - 39/214: Installing method Object>>copyFrom: 14:03:28 296/520 - 40/214: Installing method Object>>copySameFrom: 14:03:28 296/520 - 41/214: Installing method Object>>crTrace 14:03:28 296/520 - 42/214: Installing method Object>>crTrace: 14:03:28 296/520 - 43/214: Installing method Object>>deepCopy 14:03:28 296/520 - 44/214: Installing method Object>>deprecated: 14:03:28 296/520 - 45/214: Installing method Object>>deprecated:on:in: 14:03:28 296/520 - 46/214: Installing method Object>>deprecated:on:in:transformWith: 14:03:28 296/520 - 47/214: Installing method Object>>deprecated:on:in:transformWith:when: 14:03:28 296/520 - 48/214: Installing method Object>>deprecated:transformWith: 14:03:28 296/520 - 49/214: Installing method Object>>deprecated:transformWith:when: 14:03:28 296/520 - 50/214: Installing method Object>>displayString 14:03:28 296/520 - 51/214: Installing method Object>>displayStringLimitedTo: 14:03:28 296/520 - 52/214: Installing method Object>>displayStringOn: 14:03:28 296/520 - 53/214: Installing method Object>>doesNotUnderstand: 14:03:28 296/520 - 54/214: Installing method Object>>enclosedElement 14:03:28 296/520 - 55/214: Installing method Object>>error 14:03:28 296/520 - 56/214: Installing method Object>>error: 14:03:28 296/520 - 57/214: Installing method Object>>errorImproperStore 14:03:28 296/520 - 58/214: Installing method Object>>errorNonIntegerIndex 14:03:28 296/520 - 59/214: Installing method Object>>errorNotIndexable 14:03:28 296/520 - 60/214: Installing method Object>>errorSubscriptBounds: 14:03:28 296/520 - 61/214: Installing method Object>>explicitRequirement 14:03:28 296/520 - 62/214: Installing method Object>>finalizationRegistry 14:03:28 296/520 - 63/214: Installing method Object>>finalize 14:03:28 296/520 - 64/214: Installing method Object>>finalizer 14:03:28 296/520 - 65/214: Installing method Object>>flattenOn: 14:03:29 296/520 - 66/214: Installing method Object>>fullDisplayString 14:03:29 296/520 - 67/214: Installing method Object>>fullPrintString 14:03:29 296/520 - 68/214: Installing method Object>>handleProcessTerminationOfWaitingContext: 14:03:29 296/520 - 69/214: Installing method Object>>handles: 14:03:29 296/520 - 70/214: Installing method Object>>hasLiteralSuchThat: 14:03:29 296/520 - 71/214: Installing method Object>>hasMultipleExecutors 14:03:29 296/520 - 72/214: Installing method Object>>hash 14:03:29 296/520 - 73/214: Installing method Object>>in: 14:03:29 296/520 - 74/214: Installing method Object>>inform: 14:03:29 296/520 - 75/214: Installing method Object>>instVarAt: 14:03:29 296/520 - 76/214: Installing method Object>>instVarAt:put: 14:03:29 296/520 - 77/214: Installing method Object>>instVarNamed: 14:03:29 296/520 - 78/214: Installing method Object>>instVarNamed:put: 14:03:29 296/520 - 79/214: Installing method Object>>isArray 14:03:29 296/520 - 80/214: Installing method Object>>isAssociation 14:03:29 296/520 - 81/214: Installing method Object>>isBehavior 14:03:29 296/520 - 82/214: Installing method Object>>isBlock 14:03:29 296/520 - 83/214: Installing method Object>>isCharacter 14:03:29 296/520 - 84/214: Installing method Object>>isClass 14:03:29 296/520 - 85/214: Installing method Object>>isClassOrTrait 14:03:29 296/520 - 86/214: Installing method Object>>isClosure 14:03:29 296/520 - 87/214: Installing method Object>>isCollection 14:03:29 296/520 - 88/214: Installing method Object>>isColor 14:03:29 296/520 - 89/214: Installing method Object>>isColorForm 14:03:29 296/520 - 90/214: Installing method Object>>isCompiledBlock 14:03:29 296/520 - 91/214: Installing method Object>>isCompiledMethod 14:03:29 296/520 - 92/214: Installing method Object>>isContext 14:03:29 296/520 - 93/214: Installing method Object>>isDictionary 14:03:29 296/520 - 94/214: Installing method Object>>isEmbeddedBlock 14:03:29 296/520 - 95/214: Installing method Object>>isFloat 14:03:29 296/520 - 96/214: Installing method Object>>isForm 14:03:29 296/520 - 97/214: Installing method Object>>isFraction 14:03:29 296/520 - 98/214: Installing method Object>>isHeap 14:03:29 296/520 - 99/214: Installing method Object>>isInteger 14:03:29 296/520 - 100/214: Installing method Object>>isInterval 14:03:29 296/520 - 101/214: Installing method Object>>isKindOf: 14:03:29 296/520 - 102/214: Installing method Object>>isLiteral 14:03:29 296/520 - 103/214: Installing method Object>>isLiteral: 14:03:29 296/520 - 104/214: Installing method Object>>isMemberOf: 14:03:29 296/520 - 105/214: Installing method Object>>isMessageSend 14:03:29 296/520 - 106/214: Installing method Object>>isMethodProperties 14:03:29 296/520 - 107/214: Installing method Object>>isMorph 14:03:29 296/520 - 108/214: Installing method Object>>isMorphicEvent 14:03:29 296/520 - 109/214: Installing method Object>>isNotNil 14:03:29 296/520 - 110/214: Installing method Object>>isNumber 14:03:29 296/520 - 111/214: Installing method Object>>isPinned 14:03:29 296/520 - 112/214: Installing method Object>>isPinnedInMemory 14:03:29 296/520 - 113/214: Installing method Object>>isPoint 14:03:29 296/520 - 114/214: Installing method Object>>isPrimitiveError 14:03:29 296/520 - 115/214: Installing method Object>>isReadOnlyObject 14:03:29 296/520 - 116/214: Installing method Object>>isRectangle 14:03:29 296/520 - 117/214: Installing method Object>>isSelfEvaluating 14:03:29 296/520 - 118/214: Installing method Object>>isSelfEvaluating: 14:03:29 296/520 - 119/214: Installing method Object>>isStream 14:03:29 296/520 - 120/214: Installing method Object>>isString 14:03:29 296/520 - 121/214: Installing method Object>>isSymbol 14:03:29 296/520 - 122/214: Installing method Object>>isSystemWindow 14:03:29 296/520 - 123/214: Installing method Object>>isText 14:03:29 296/520 - 124/214: Installing method Object>>isThisEverCalled 14:03:29 296/520 - 125/214: Installing method Object>>isThisEverCalled: 14:03:29 296/520 - 126/214: Installing method Object>>isTrait 14:03:29 296/520 - 127/214: Installing method Object>>isVariableBinding 14:03:29 296/520 - 128/214: Installing method Object>>join: 14:03:29 296/520 - 129/214: Installing method Object>>joinTo: 14:03:29 296/520 - 130/214: Installing method Object>>literalEqual: 14:03:29 296/520 - 131/214: Installing method Object>>logEntry 14:03:29 296/520 - 132/214: Installing method Object>>logExecution 14:03:29 296/520 - 133/214: Installing method Object>>logExit 14:03:29 296/520 - 134/214: Installing method Object>>longPrintOn:limitedTo:indent: 14:03:29 296/520 - 135/214: Installing method Object>>longPrintStringLimitedTo: 14:03:29 296/520 - 136/214: Installing method Object>>mourn 14:03:29 296/520 - 137/214: Installing method Object>>notNil 14:03:29 296/520 - 138/214: Installing method Object>>notYetImplemented 14:03:29 296/520 - 139/214: Installing method Object>>notify: 14:03:29 296/520 - 140/214: Installing method Object>>okToChange 14:03:29 296/520 - 141/214: Installing method Object>>packageOrganizer 14:03:29 296/520 - 142/214: Installing method Object>>perform: 14:03:29 296/520 - 143/214: Installing method Object>>perform:orSendTo: 14:03:29 296/520 - 144/214: Installing method Object>>perform:with: 14:03:29 296/520 - 145/214: Installing method Object>>perform:with:with: 14:03:29 296/520 - 146/214: Installing method Object>>perform:with:with:with: 14:03:29 296/520 - 147/214: Installing method Object>>perform:with:with:with:with: 14:03:29 296/520 - 148/214: Installing method Object>>perform:withArguments: 14:03:29 296/520 - 149/214: Installing method Object>>perform:withArguments:inSuperclass: 14:03:29 296/520 - 150/214: Installing method Object>>perform:withEnoughArguments: 14:03:29 296/520 - 151/214: Installing method Object>>pin 14:03:30 296/520 - 152/214: Installing method Object>>pinInMemory 14:03:30 296/520 - 153/214: Installing method Object>>pointsOnlyWeaklyTo: 14:03:30 296/520 - 154/214: Installing method Object>>postCopy 14:03:30 296/520 - 155/214: Installing method Object>>primitiveChangeClassTo: 14:03:30 296/520 - 156/214: Installing method Object>>primitiveError: 14:03:30 296/520 - 157/214: Installing method Object>>printOn: 14:03:30 296/520 - 158/214: Installing method Object>>printString 14:03:30 296/520 - 159/214: Installing method Object>>printStringLimitedTo: 14:03:30 296/520 - 160/214: Installing method Object>>printStringLimitedTo:using: 14:03:30 296/520 - 161/214: Installing method Object>>putOn: 14:03:30 296/520 - 162/214: Installing method Object>>readFromString: 14:03:30 296/520 - 163/214: Installing method Object>>readSlot: 14:03:30 296/520 - 164/214: Installing method Object>>readSlotNamed: 14:03:30 296/520 - 165/214: Installing method Object>>recursivelySetIsReadOnlyObject: 14:03:30 296/520 - 166/214: Installing method Object>>recursivelySetIsReadOnlyObject:exceptObjectsIn: 14:03:30 296/520 - 167/214: Installing method Object>>refersToLiteral: 14:03:30 296/520 - 168/214: Installing method Object>>release 14:03:30 296/520 - 169/214: Installing method Object>>respondsTo: 14:03:30 296/520 - 170/214: Installing method Object>>retrySetPinnedInMemory: 14:03:30 296/520 - 171/214: Installing method Object>>retryWithGC:until: 14:03:30 296/520 - 172/214: Installing method Object>>setIsReadOnlyObject: 14:03:30 296/520 - 173/214: Installing method Object>>setPinned: 14:03:30 296/520 - 174/214: Installing method Object>>setPinnedInMemory: 14:03:30 296/520 - 175/214: Installing method Object>>shallowCopy 14:03:30 296/520 - 176/214: Installing method Object>>shouldBeImplemented 14:03:30 296/520 - 177/214: Installing method Object>>shouldBePrintedAsLiteral 14:03:30 296/520 - 178/214: Installing method Object>>shouldBePrintedAsLiteral: 14:03:30 296/520 - 179/214: Installing method Object>>shouldNotImplement 14:03:30 296/520 - 180/214: Installing method Object>>size 14:03:30 296/520 - 181/214: Installing method Object>>sizeInMemory 14:03:30 296/520 - 182/214: Installing method Object>>someObject 14:03:30 296/520 - 183/214: Installing method Object>>species 14:03:30 296/520 - 184/214: Installing method Object>>split: 14:03:30 296/520 - 185/214: Installing method Object>>split:do: 14:03:30 296/520 - 186/214: Installing method Object>>split:indicesDo: 14:03:30 296/520 - 187/214: Installing method Object>>storeAt:inTempFrame: 14:03:30 296/520 - 188/214: Installing method Object>>storeOn: 14:03:30 296/520 - 189/214: Installing method Object>>storeString 14:03:30 296/520 - 190/214: Installing method Object>>subclassResponsibility 14:03:30 296/520 - 191/214: Installing method Object>>systemNavigation 14:03:30 296/520 - 192/214: Installing method Object>>toFinalizeSend:to:with: 14:03:30 296/520 - 193/214: Installing method Object>>trace 14:03:30 296/520 - 194/214: Installing method Object>>trace: 14:03:30 296/520 - 195/214: Installing method Object>>traceCr 14:03:30 296/520 - 196/214: Installing method Object>>traceCr: 14:03:30 296/520 - 197/214: Installing method Object>>traceCrTab: 14:03:30 296/520 - 198/214: Installing method Object>>traitConflict 14:03:30 296/520 - 199/214: Installing method Object>>uiManager 14:03:30 296/520 - 200/214: Installing method Object>>unpin 14:03:30 296/520 - 201/214: Installing method Object>>unpinInMemory 14:03:30 296/520 - 202/214: Installing method Object>>update: 14:03:30 296/520 - 203/214: Installing method Object>>update:with: 14:03:30 296/520 - 204/214: Installing method Object>>value 14:03:30 296/520 - 205/214: Installing method Object>>valueWithArguments: 14:03:30 296/520 - 206/214: Installing method Object>>veryDeepCopyWith: 14:03:30 296/520 - 207/214: Installing method Object>>veryDeepFixupWith: 14:03:30 296/520 - 208/214: Installing method Object>>veryDeepInner: 14:03:30 296/520 - 209/214: Installing method Object>>windowIsClosing 14:03:30 296/520 - 210/214: Installing method Object>>writeSlot:value: 14:03:30 296/520 - 211/214: Installing method Object>>writeSlotNamed:value: 14:03:30 296/520 - 212/214: Installing method Object>>yourself 14:03:30 296/520 - 213/214: Installing method Object>>~= 14:03:30 296/520 - 214/214: Installing method Object>>~~> 14:03:30 296/520 - 1/7: Installing method Object class>>howToModifyPrimitives 14:03:30 296/520 - 2/7: Installing method Object class>>initialize 14:03:30 296/520 - 3/7: Installing method Object class>>newFrom: 14:03:30 296/520 - 4/7: Installing method Object class>>newFromArray: 14:03:30 296/520 - 5/7: Installing method Object class>>readFrom: 14:03:30 296/520 - 6/7: Installing method Object class>>registerToolsOn: 14:03:30 296/520 - 7/7: Installing method Object class>>whatIsAPrimitive 14:03:31 297/520 - 1/2: Installing method ObjectFinalizer>>finalize 14:03:31 297/520 - 2/2: Installing method ObjectFinalizer>>receiver:selector:argument: 14:03:31 298/520 - 1/2: Installing method ObjectFinalizerCollection>>finalize 14:03:31 298/520 - 2/2: Installing method ObjectFinalizerCollection>>hasMultipleExecutors 14:03:31 299/520 - 1/12: Installing method ObjectLayout>>extend 14:03:31 299/520 - 2/12: Installing method ObjectLayout>>extend: 14:03:31 299/520 - 3/12: Installing method ObjectLayout>>extendByte 14:03:31 299/520 - 4/12: Installing method ObjectLayout>>extendCompiledMethod 14:03:31 299/520 - 5/12: Installing method ObjectLayout>>extendDoubleByte 14:03:31 299/520 - 6/12: Installing method ObjectLayout>>extendDoubleWord 14:03:31 299/520 - 7/12: Installing method ObjectLayout>>extendSmallInteger 14:03:31 299/520 - 8/12: Installing method ObjectLayout>>extendVariable: 14:03:31 299/520 - 9/12: Installing method ObjectLayout>>extendWord 14:03:31 299/520 - 10/12: Installing method ObjectLayout>>format 14:03:31 299/520 - 11/12: Installing method ObjectLayout>>initializeInstance: 14:03:31 299/520 - 12/12: Installing method ObjectLayout>>instanceSpecification 14:03:31 299/520 - 1/4: Installing method ObjectLayout class>>allSubclassDefiningSymbols 14:03:31 299/520 - 2/4: Installing method ObjectLayout class>>extending:scope:host: 14:03:31 299/520 - 3/4: Installing method ObjectLayout class>>isAbstract 14:03:31 299/520 - 4/4: Installing method ObjectLayout class>>layoutForSubclassDefiningSymbol: 14:03:33 300/520 - 1/64: Installing method OrderedCollection>>add: 14:03:33 300/520 - 2/64: Installing method OrderedCollection>>add:after: 14:03:33 300/520 - 3/64: Installing method OrderedCollection>>add:afterIndex: 14:03:33 300/520 - 4/64: Installing method OrderedCollection>>add:before: 14:03:33 300/520 - 5/64: Installing method OrderedCollection>>add:beforeIndex: 14:03:33 300/520 - 6/64: Installing method OrderedCollection>>addAll: 14:03:33 300/520 - 7/64: Installing method OrderedCollection>>addAllFirst: 14:03:33 300/520 - 8/64: Installing method OrderedCollection>>addAllFirstUnlessAlreadyPresent: 14:03:33 300/520 - 9/64: Installing method OrderedCollection>>addAllLast: 14:03:33 300/520 - 10/64: Installing method OrderedCollection>>addFirst: 14:03:33 300/520 - 11/64: Installing method OrderedCollection>>addLast: 14:03:33 300/520 - 12/64: Installing method OrderedCollection>>addNoSort: 14:03:33 300/520 - 13/64: Installing method OrderedCollection>>asArray 14:03:33 300/520 - 14/64: Installing method OrderedCollection>>asOrderedCollection 14:03:33 300/520 - 15/64: Installing method OrderedCollection>>at: 14:03:33 300/520 - 16/64: Installing method OrderedCollection>>at:ifAbsentPut: 14:03:33 300/520 - 17/64: Installing method OrderedCollection>>at:put: 14:03:33 300/520 - 18/64: Installing method OrderedCollection>>capacity 14:03:33 300/520 - 19/64: Installing method OrderedCollection>>collect: 14:03:33 300/520 - 20/64: Installing method OrderedCollection>>collect:from:to: 14:03:33 300/520 - 21/64: Installing method OrderedCollection>>collect:thenSelect: 14:03:33 300/520 - 22/64: Installing method OrderedCollection>>collector 14:03:33 300/520 - 23/64: Installing method OrderedCollection>>compact 14:03:33 300/520 - 24/64: Installing method OrderedCollection>>copyEmpty 14:03:33 300/520 - 25/64: Installing method OrderedCollection>>copyFrom:to: 14:03:33 300/520 - 26/64: Installing method OrderedCollection>>copyReplaceFrom:to:with: 14:03:33 300/520 - 27/64: Installing method OrderedCollection>>copyWith: 14:03:33 300/520 - 28/64: Installing method OrderedCollection>>do: 14:03:33 300/520 - 29/64: Installing method OrderedCollection>>ensureBoundsFrom:to: 14:03:33 300/520 - 30/64: Installing method OrderedCollection>>find: 14:03:33 300/520 - 31/64: Installing method OrderedCollection>>growAtFirst 14:03:33 300/520 - 32/64: Installing method OrderedCollection>>growAtLast 14:03:33 300/520 - 33/64: Installing method OrderedCollection>>insert:before: 14:03:33 300/520 - 34/64: Installing method OrderedCollection>>join: 14:03:33 300/520 - 35/64: Installing method OrderedCollection>>makeRoomAtFirst 14:03:34 300/520 - 36/64: Installing method OrderedCollection>>makeRoomAtLast 14:03:34 300/520 - 37/64: Installing method OrderedCollection>>postCopy 14:03:34 300/520 - 38/64: Installing method OrderedCollection>>postCopyFrom:to: 14:03:34 300/520 - 39/64: Installing method OrderedCollection>>reject: 14:03:34 300/520 - 40/64: Installing method OrderedCollection>>reject:thenCollect: 14:03:34 300/520 - 41/64: Installing method OrderedCollection>>remove:ifAbsent: 14:03:34 300/520 - 42/64: Installing method OrderedCollection>>removeAll 14:03:34 300/520 - 43/64: Installing method OrderedCollection>>removeAllSuchThat: 14:03:34 300/520 - 44/64: Installing method OrderedCollection>>removeAt: 14:03:34 300/520 - 45/64: Installing method OrderedCollection>>removeDuplicates 14:03:34 300/520 - 46/64: Installing method OrderedCollection>>removeFirst 14:03:34 300/520 - 47/64: Installing method OrderedCollection>>removeFirst: 14:03:34 300/520 - 48/64: Installing method OrderedCollection>>removeIndex: 14:03:34 300/520 - 49/64: Installing method OrderedCollection>>removeLast 14:03:34 300/520 - 50/64: Installing method OrderedCollection>>removeLast: 14:03:34 300/520 - 51/64: Installing method OrderedCollection>>reset 14:03:34 300/520 - 52/64: Installing method OrderedCollection>>resetTo: 14:03:34 300/520 - 53/64: Installing method OrderedCollection>>reverseDo: 14:03:34 300/520 - 54/64: Installing method OrderedCollection>>reversed 14:03:34 300/520 - 55/64: Installing method OrderedCollection>>select: 14:03:34 300/520 - 56/64: Installing method OrderedCollection>>select:thenCollect: 14:03:34 300/520 - 57/64: Installing method OrderedCollection>>setCollection: 14:03:34 300/520 - 58/64: Installing method OrderedCollection>>setContents: 14:03:34 300/520 - 59/64: Installing method OrderedCollection>>size 14:03:34 300/520 - 60/64: Installing method OrderedCollection>>sort: 14:03:34 300/520 - 61/64: Installing method OrderedCollection>>speciesForTransform 14:03:34 300/520 - 62/64: Installing method OrderedCollection>>with:collect: 14:03:34 300/520 - 63/64: Installing method OrderedCollection>>withIndexCollect: 14:03:34 300/520 - 64/64: Installing method OrderedCollection>>withIndexSelect: 14:03:34 300/520 - 1/12: Installing method OrderedCollection class>>arrayType 14:03:34 300/520 - 2/12: Installing method OrderedCollection class>>cleanUp: 14:03:34 300/520 - 3/12: Installing method OrderedCollection class>>compactAll 14:03:34 300/520 - 4/12: Installing method OrderedCollection class>>compactAllInstances 14:03:34 300/520 - 5/12: Installing method OrderedCollection class>>new 14:03:34 300/520 - 6/12: Installing method OrderedCollection class>>new: 14:03:34 300/520 - 7/12: Installing method OrderedCollection class>>new:streamContents: 14:03:34 300/520 - 8/12: Installing method OrderedCollection class>>new:withAll: 14:03:34 300/520 - 9/12: Installing method OrderedCollection class>>newFrom: 14:03:34 300/520 - 10/12: Installing method OrderedCollection class>>newFromArray: 14:03:34 300/520 - 11/12: Installing method OrderedCollection class>>ofSize: 14:03:34 300/520 - 12/12: Installing method OrderedCollection class>>streamSpecies 14:03:36 301/520 - 1/72: Installing method OrderedDictionary>>= 14:03:36 301/520 - 2/72: Installing method OrderedDictionary>>add: 14:03:36 301/520 - 3/72: Installing method OrderedDictionary>>addAll: 14:03:36 301/520 - 4/72: Installing method OrderedDictionary>>associationAt: 14:03:36 301/520 - 5/72: Installing method OrderedDictionary>>associationAt:ifAbsent: 14:03:36 301/520 - 6/72: Installing method OrderedDictionary>>associationAt:ifPresent: 14:03:36 301/520 - 7/72: Installing method OrderedDictionary>>associationAt:ifPresent:ifAbsent: 14:03:36 301/520 - 8/72: Installing method OrderedDictionary>>associations 14:03:36 301/520 - 9/72: Installing method OrderedDictionary>>associationsDo: 14:03:36 301/520 - 10/72: Installing method OrderedDictionary>>associationsSelect: 14:03:36 301/520 - 11/72: Installing method OrderedDictionary>>at: 14:03:36 301/520 - 12/72: Installing method OrderedDictionary>>at:at: 14:03:36 301/520 - 13/72: Installing method OrderedDictionary>>at:at:ifAbsent: 14:03:36 301/520 - 14/72: Installing method OrderedDictionary>>at:at:ifAbsentPut: 14:03:36 301/520 - 15/72: Installing method OrderedDictionary>>at:at:put: 14:03:36 301/520 - 16/72: Installing method OrderedDictionary>>at:ifAbsent: 14:03:36 301/520 - 17/72: Installing method OrderedDictionary>>at:ifAbsentPut: 14:03:36 301/520 - 18/72: Installing method OrderedDictionary>>at:ifPresent: 14:03:36 301/520 - 19/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsent: 14:03:36 301/520 - 20/72: Installing method OrderedDictionary>>at:ifPresent:ifAbsentPut: 14:03:36 301/520 - 21/72: Installing method OrderedDictionary>>at:put: 14:03:36 301/520 - 22/72: Installing method OrderedDictionary>>at:update: 14:03:36 301/520 - 23/72: Installing method OrderedDictionary>>at:update:initial: 14:03:36 301/520 - 24/72: Installing method OrderedDictionary>>bindingOf: 14:03:36 301/520 - 25/72: Installing method OrderedDictionary>>capacity 14:03:36 301/520 - 26/72: Installing method OrderedDictionary>>collect: 14:03:36 301/520 - 27/72: Installing method OrderedDictionary>>dictionary 14:03:36 301/520 - 28/72: Installing method OrderedDictionary>>dictionaryClass 14:03:36 301/520 - 29/72: Installing method OrderedDictionary>>do: 14:03:36 301/520 - 30/72: Installing method OrderedDictionary>>errorInvalidIndex: 14:03:36 301/520 - 31/72: Installing method OrderedDictionary>>growOrderedKeys 14:03:36 301/520 - 32/72: Installing method OrderedDictionary>>hasBindingThatBeginsWith: 14:03:36 301/520 - 33/72: Installing method OrderedDictionary>>hash 14:03:36 301/520 - 34/72: Installing method OrderedDictionary>>identityIndexOfKey: 14:03:36 301/520 - 35/72: Installing method OrderedDictionary>>identityIndexOfKey:ifAbsent: 14:03:36 301/520 - 36/72: Installing method OrderedDictionary>>includes: 14:03:36 301/520 - 37/72: Installing method OrderedDictionary>>includesAssociation: 14:03:36 301/520 - 38/72: Installing method OrderedDictionary>>includesIdentity: 14:03:36 301/520 - 39/72: Installing method OrderedDictionary>>includesKey: 14:03:36 301/520 - 40/72: Installing method OrderedDictionary>>indexOfKey: 14:03:36 301/520 - 41/72: Installing method OrderedDictionary>>indexOfKey:ifAbsent: 14:03:36 301/520 - 42/72: Installing method OrderedDictionary>>initialize: 14:03:36 301/520 - 43/72: Installing method OrderedDictionary>>isDictionary 14:03:36 301/520 - 44/72: Installing method OrderedDictionary>>isHealthy 14:03:36 301/520 - 45/72: Installing method OrderedDictionary>>keyAtIdentityValue: 14:03:36 301/520 - 46/72: Installing method OrderedDictionary>>keyAtIdentityValue:ifAbsent: 14:03:36 301/520 - 47/72: Installing method OrderedDictionary>>keyAtIndex: 14:03:37 301/520 - 48/72: Installing method OrderedDictionary>>keyAtIndex:ifAbsent: 14:03:37 301/520 - 49/72: Installing method OrderedDictionary>>keyAtValue: 14:03:37 301/520 - 50/72: Installing method OrderedDictionary>>keyAtValue:ifAbsent: 14:03:37 301/520 - 51/72: Installing method OrderedDictionary>>keyForIdentity: 14:03:37 301/520 - 52/72: Installing method OrderedDictionary>>keys 14:03:37 301/520 - 53/72: Installing method OrderedDictionary>>keysAndValuesDo: 14:03:37 301/520 - 54/72: Installing method OrderedDictionary>>keysAndValuesRemove: 14:03:37 301/520 - 55/72: Installing method OrderedDictionary>>keysDo: 14:03:37 301/520 - 56/72: Installing method OrderedDictionary>>keysSortedSafely 14:03:37 301/520 - 57/72: Installing method OrderedDictionary>>orderedKeys 14:03:37 301/520 - 58/72: Installing method OrderedDictionary>>orderedKeysIndexOf: 14:03:37 301/520 - 59/72: Installing method OrderedDictionary>>orderedKeysRemove: 14:03:37 301/520 - 60/72: Installing method OrderedDictionary>>postCopy 14:03:37 301/520 - 61/72: Installing method OrderedDictionary>>printElementsOn: 14:03:37 301/520 - 62/72: Installing method OrderedDictionary>>remove:ifAbsent: 14:03:37 301/520 - 63/72: Installing method OrderedDictionary>>removeAll 14:03:37 301/520 - 64/72: Installing method OrderedDictionary>>removeKey: 14:03:37 301/520 - 65/72: Installing method OrderedDictionary>>removeKey:ifAbsent: 14:03:37 301/520 - 66/72: Installing method OrderedDictionary>>removeKeys: 14:03:37 301/520 - 67/72: Installing method OrderedDictionary>>select: 14:03:37 301/520 - 68/72: Installing method OrderedDictionary>>size 14:03:37 301/520 - 69/72: Installing method OrderedDictionary>>storeOn: 14:03:37 301/520 - 70/72: Installing method OrderedDictionary>>value:registeringAtOrderedKeys: 14:03:37 301/520 - 71/72: Installing method OrderedDictionary>>values 14:03:37 301/520 - 72/72: Installing method OrderedDictionary>>valuesDo: 14:03:37 301/520 - 1/5: Installing method OrderedDictionary class>>new 14:03:37 301/520 - 2/5: Installing method OrderedDictionary class>>new: 14:03:37 301/520 - 3/5: Installing method OrderedDictionary class>>newFrom: 14:03:37 301/520 - 4/5: Installing method OrderedDictionary class>>newFromKeys:andValues: 14:03:37 301/520 - 5/5: Installing method OrderedDictionary class>>newFromPairs: 14:03:37 302/520 - 1/3: Installing method OrderedIdentityDictionary>>dictionaryClass 14:03:37 302/520 - 2/3: Installing method OrderedIdentityDictionary>>indexOfKey:ifAbsent: 14:03:37 302/520 - 3/3: Installing method OrderedIdentityDictionary>>orderedKeysIndexOf: 14:03:37 303/520 - 1/1: Installing method OutOfMemory>>isResumable 14:03:39 304/520 - 1/79: Installing method Package>><= 14:03:39 304/520 - 2/79: Installing method Package>>addClass: 14:03:39 304/520 - 3/79: Installing method Package>>addMethod: 14:03:39 304/520 - 4/79: Installing method Package>>allUnsentMessages 14:03:39 304/520 - 5/79: Installing method Package>>classes 14:03:39 304/520 - 6/79: Installing method Package>>classesTaggedWith: 14:03:39 304/520 - 7/79: Installing method Package>>codeChangeAnnouncer 14:03:39 304/520 - 8/79: Installing method Package>>definedClassNames 14:03:39 304/520 - 9/79: Installing method Package>>definedClasses 14:03:39 304/520 - 10/79: Installing method Package>>definedMethodsForClass: 14:03:39 304/520 - 11/79: Installing method Package>>definedOrExtendedClasses 14:03:39 304/520 - 12/79: Installing method Package>>definedSelectorsForClass: 14:03:39 304/520 - 13/79: Installing method Package>>definesOrExtendsClass: 14:03:39 304/520 - 14/79: Installing method Package>>demoteToTagInPackage 14:03:39 304/520 - 15/79: Installing method Package>>ensureProperties 14:03:39 304/520 - 16/79: Installing method Package>>ensureTag: 14:03:39 304/520 - 17/79: Installing method Package>>environment 14:03:39 304/520 - 18/79: Installing method Package>>extendedClassNames 14:03:39 304/520 - 19/79: Installing method Package>>extendedClasses 14:03:39 304/520 - 20/79: Installing method Package>>extendsClass: 14:03:39 304/520 - 21/79: Installing method Package>>extensionMethods 14:03:39 304/520 - 22/79: Installing method Package>>extensionMethodsForClass: 14:03:39 304/520 - 23/79: Installing method Package>>extensionProtocolsForClass: 14:03:39 304/520 - 24/79: Installing method Package>>extensionSelectors 14:03:39 304/520 - 25/79: Installing method Package>>extensionSelectorsForClass: 14:03:39 304/520 - 26/79: Installing method Package>>hasProperty: 14:03:39 304/520 - 27/79: Installing method Package>>hasTag: 14:03:39 304/520 - 28/79: Installing method Package>>hierarchyRoots 14:03:39 304/520 - 29/79: Installing method Package>>importProtocol:forClass: 14:03:39 304/520 - 30/79: Installing method Package>>includesClass: 14:03:39 304/520 - 31/79: Installing method Package>>includesClassNamed: 14:03:39 304/520 - 32/79: Installing method Package>>includesClassTagNamed: 14:03:39 304/520 - 33/79: Installing method Package>>includesExtensionSelector:ofClass: 14:03:39 304/520 - 34/79: Installing method Package>>includesProtocol:ofClass: 14:03:39 304/520 - 35/79: Installing method Package>>includesSelector:ofClass: 14:03:39 304/520 - 36/79: Installing method Package>>initialize 14:03:39 304/520 - 37/79: Installing method Package>>isDeprecated 14:03:39 304/520 - 38/79: Installing method Package>>isEmpty 14:03:39 304/520 - 39/79: Installing method Package>>isTestPackage 14:03:39 304/520 - 40/79: Installing method Package>>isUndefined 14:03:39 304/520 - 41/79: Installing method Package>>linesOfCode 14:03:39 304/520 - 42/79: Installing method Package>>methods 14:03:39 304/520 - 43/79: Installing method Package>>methodsForClass: 14:03:39 304/520 - 44/79: Installing method Package>>moveClass:toTag: 14:03:39 304/520 - 45/79: Installing method Package>>name 14:03:39 304/520 - 46/79: Installing method Package>>name: 14:03:39 304/520 - 47/79: Installing method Package>>organizer 14:03:39 304/520 - 48/79: Installing method Package>>organizer: 14:03:39 304/520 - 49/79: Installing method Package>>packageManifestOrNil 14:03:39 304/520 - 50/79: Installing method Package>>packages 14:03:39 304/520 - 51/79: Installing method Package>>printOn: 14:03:39 304/520 - 52/79: Installing method Package>>properties 14:03:39 304/520 - 53/79: Installing method Package>>propertyAt: 14:03:39 304/520 - 54/79: Installing method Package>>propertyAt:ifAbsent: 14:03:39 304/520 - 55/79: Installing method Package>>propertyAt:ifAbsentPut: 14:03:39 304/520 - 56/79: Installing method Package>>propertyAt:put: 14:03:39 304/520 - 57/79: Installing method Package>>removeAllExtensionMethodsFromClass: 14:03:39 304/520 - 58/79: Installing method Package>>removeClass: 14:03:39 304/520 - 59/79: Installing method Package>>removeEmptyTags 14:03:39 304/520 - 60/79: Installing method Package>>removeFromSystem 14:03:39 304/520 - 61/79: Installing method Package>>removeMethod: 14:03:39 304/520 - 62/79: Installing method Package>>removeMethods: 14:03:39 304/520 - 63/79: Installing method Package>>removePropertiesIfEmpty 14:03:39 304/520 - 64/79: Installing method Package>>removeProperty: 14:03:39 304/520 - 65/79: Installing method Package>>removeProperty:ifAbsent: 14:03:39 304/520 - 66/79: Installing method Package>>removeTag: 14:03:39 304/520 - 67/79: Installing method Package>>renameTag:to: 14:03:39 304/520 - 68/79: Installing method Package>>renameTo: 14:03:39 304/520 - 69/79: Installing method Package>>rootTag 14:03:39 304/520 - 70/79: Installing method Package>>rootTagName 14:03:39 304/520 - 71/79: Installing method Package>>roots 14:03:40 304/520 - 72/79: Installing method Package>>selectors 14:03:40 304/520 - 73/79: Installing method Package>>selectorsForClass: 14:03:40 304/520 - 74/79: Installing method Package>>tagNamed: 14:03:40 304/520 - 75/79: Installing method Package>>tagNamed:ifAbsent: 14:03:40 304/520 - 76/79: Installing method Package>>tagNamed:ifPresent: 14:03:40 304/520 - 77/79: Installing method Package>>tagNames 14:03:40 304/520 - 78/79: Installing method Package>>tagOf: 14:03:40 304/520 - 79/79: Installing method Package>>tags 14:03:40 304/520 - 1/5: Installing method Package class>>initialize 14:03:40 304/520 - 2/5: Installing method Package class>>initializeProperties 14:03:40 304/520 - 3/5: Installing method Package class>>named: 14:03:40 304/520 - 4/5: Installing method Package class>>named:organizer: 14:03:40 304/520 - 5/5: Installing method Package class>>rootTagName 14:03:40 305/520 - 1/1: Installing method PackageAdded class>>initialize 14:03:40 306/520 - 1/2: Installing method PackageAnnouncement>>package 14:03:40 306/520 - 2/2: Installing method PackageAnnouncement>>package: 14:03:40 306/520 - 1/2: Installing method PackageAnnouncement class>>initialize 14:03:40 306/520 - 2/2: Installing method PackageAnnouncement class>>to: 14:03:40 307/520 - 1/1: Installing method PackageConflictError class>>initialize 14:03:40 308/520 - 1/11: Installing method PackageManifest class>>classCommentBlank 14:03:40 308/520 - 2/11: Installing method PackageManifest class>>description 14:03:40 308/520 - 3/11: Installing method PackageManifest class>>ignoredDependencies 14:03:40 308/520 - 4/11: Installing method PackageManifest class>>isDeprecated 14:03:40 308/520 - 5/11: Installing method PackageManifest class>>isManifest 14:03:40 308/520 - 6/11: Installing method PackageManifest class>>isUsed 14:03:40 308/520 - 7/11: Installing method PackageManifest class>>manuallyResolvedDependencies 14:03:40 308/520 - 8/11: Installing method PackageManifest class>>postUnloadAction 14:03:40 308/520 - 9/11: Installing method PackageManifest class>>preUnload 14:03:40 308/520 - 10/11: Installing method PackageManifest class>>rejectClasses 14:03:40 308/520 - 11/11: Installing method PackageManifest class>>rejectRules 14:03:41 309/520 - 1/39: Installing method PackageOrganizer>>addPackage: 14:03:41 309/520 - 2/39: Installing method PackageOrganizer>>basicRegisterPackage: 14:03:41 309/520 - 3/39: Installing method PackageOrganizer>>basicUnregisterPackage: 14:03:41 309/520 - 4/39: Installing method PackageOrganizer>>codeChangeAnnouncer 14:03:41 309/520 - 5/39: Installing method PackageOrganizer>>ensurePackage: 14:03:41 309/520 - 6/39: Installing method PackageOrganizer>>ensurePackage:withTags: 14:03:41 309/520 - 7/39: Installing method PackageOrganizer>>ensurePackageMatching: 14:03:41 309/520 - 8/39: Installing method PackageOrganizer>>ensurePackageOfExtensionProtocol: 14:03:41 309/520 - 9/39: Installing method PackageOrganizer>>ensureTag:inPackage: 14:03:41 309/520 - 10/39: Installing method PackageOrganizer>>environment 14:03:41 309/520 - 11/39: Installing method PackageOrganizer>>environment: 14:03:41 309/520 - 12/39: Installing method PackageOrganizer>>hasPackage: 14:03:41 309/520 - 13/39: Installing method PackageOrganizer>>hasTag:inPackage: 14:03:41 309/520 - 14/39: Installing method PackageOrganizer>>initialize 14:03:41 309/520 - 15/39: Installing method PackageOrganizer>>isClassInstalled: 14:03:41 309/520 - 16/39: Installing method PackageOrganizer>>packageForProtocol: 14:03:41 309/520 - 17/39: Installing method PackageOrganizer>>packageForProtocol:from: 14:03:41 309/520 - 18/39: Installing method PackageOrganizer>>packageMatchingExtensionName: 14:03:41 309/520 - 19/39: Installing method PackageOrganizer>>packageNamed: 14:03:41 309/520 - 20/39: Installing method PackageOrganizer>>packageNamed:ifAbsent: 14:03:41 309/520 - 21/39: Installing method PackageOrganizer>>packageNamed:ifPresent: 14:03:41 309/520 - 22/39: Installing method PackageOrganizer>>packageNames 14:03:41 309/520 - 23/39: Installing method PackageOrganizer>>packageNamesDo: 14:03:41 309/520 - 24/39: Installing method PackageOrganizer>>packageOf: 14:03:41 309/520 - 25/39: Installing method PackageOrganizer>>packageOfClassNamed: 14:03:41 309/520 - 26/39: Installing method PackageOrganizer>>packages 14:03:41 309/520 - 27/39: Installing method PackageOrganizer>>packagesDo: 14:03:41 309/520 - 28/39: Installing method PackageOrganizer>>removeClass: 14:03:41 309/520 - 29/39: Installing method PackageOrganizer>>removeEmptyPackagesAndTags 14:03:41 309/520 - 30/39: Installing method PackageOrganizer>>removePackage: 14:03:41 309/520 - 31/39: Installing method PackageOrganizer>>removeTag:fromPackage: 14:03:41 309/520 - 32/39: Installing method PackageOrganizer>>renamePackage:to: 14:03:41 309/520 - 33/39: Installing method PackageOrganizer>>renameTag:to:inPackage: 14:03:41 309/520 - 34/39: Installing method PackageOrganizer>>repackageMethod:oldProtocol:newProtocol: 14:03:41 309/520 - 35/39: Installing method PackageOrganizer>>testPackageNames 14:03:41 309/520 - 36/39: Installing method PackageOrganizer>>testPackages 14:03:41 309/520 - 37/39: Installing method PackageOrganizer>>undefinedPackage 14:03:41 309/520 - 38/39: Installing method PackageOrganizer>>unregisterPackage: 14:03:41 309/520 - 39/39: Installing method PackageOrganizer>>validatePackageDoesNotExist: 14:03:41 309/520 - 1/2: Installing method PackageOrganizer class>>default 14:03:41 309/520 - 2/2: Installing method PackageOrganizer class>>initialize 14:03:41 310/520 - 1/1: Installing method PackageRemoved class>>initialize 14:03:41 311/520 - 1/4: Installing method PackageRenamed>>newName 14:03:41 311/520 - 2/4: Installing method PackageRenamed>>newName: 14:03:41 311/520 - 3/4: Installing method PackageRenamed>>oldName 14:03:41 311/520 - 4/4: Installing method PackageRenamed>>oldName: 14:03:41 311/520 - 1/2: Installing method PackageRenamed class>>initialize 14:03:41 311/520 - 2/2: Installing method PackageRenamed class>>to:oldName:newName: 14:03:42 312/520 - 1/27: Installing method PackageTag>>addClass: 14:03:42 312/520 - 2/27: Installing method PackageTag>>basicRenameTo: 14:03:42 312/520 - 3/27: Installing method PackageTag>>categoryName 14:03:42 312/520 - 4/27: Installing method PackageTag>>classNames 14:03:42 312/520 - 5/27: Installing method PackageTag>>classes 14:03:42 312/520 - 6/27: Installing method PackageTag>>codeChangeAnnouncer 14:03:42 312/520 - 7/27: Installing method PackageTag>>environment 14:03:42 312/520 - 8/27: Installing method PackageTag>>hasClassNamed: 14:03:42 312/520 - 9/27: Installing method PackageTag>>includesClass: 14:03:42 312/520 - 10/27: Installing method PackageTag>>initialize 14:03:42 312/520 - 11/27: Installing method PackageTag>>isEmpty 14:03:42 312/520 - 12/27: Installing method PackageTag>>isRoot 14:03:42 312/520 - 13/27: Installing method PackageTag>>isUndefined 14:03:42 312/520 - 14/27: Installing method PackageTag>>name 14:03:42 312/520 - 15/27: Installing method PackageTag>>name: 14:03:42 312/520 - 16/27: Installing method PackageTag>>organizer 14:03:42 312/520 - 17/27: Installing method PackageTag>>package 14:03:42 312/520 - 18/27: Installing method PackageTag>>package: 14:03:42 312/520 - 19/27: Installing method PackageTag>>packageName 14:03:42 312/520 - 20/27: Installing method PackageTag>>printOn: 14:03:42 312/520 - 21/27: Installing method PackageTag>>privateAddClass: 14:03:42 312/520 - 22/27: Installing method PackageTag>>promoteAsPackage 14:03:42 312/520 - 23/27: Installing method PackageTag>>removeClass: 14:03:42 312/520 - 24/27: Installing method PackageTag>>removeFromPackage 14:03:42 312/520 - 25/27: Installing method PackageTag>>removeFromSystem 14:03:42 312/520 - 26/27: Installing method PackageTag>>renameTo: 14:03:42 312/520 - 27/27: Installing method PackageTag>>rootTagName 14:03:42 312/520 - 1/2: Installing method PackageTag class>>initialize 14:03:42 312/520 - 2/2: Installing method PackageTag class>>package:name: 14:03:42 313/520 - 1/1: Installing method PackageTagAdded class>>initialize 14:03:42 314/520 - 1/4: Installing method PackageTagAnnouncement>>package 14:03:42 314/520 - 2/4: Installing method PackageTagAnnouncement>>packagesAffected 14:03:42 314/520 - 3/4: Installing method PackageTagAnnouncement>>tag 14:03:42 314/520 - 4/4: Installing method PackageTagAnnouncement>>tag: 14:03:42 314/520 - 1/3: Installing method PackageTagAnnouncement class>>in:tag: 14:03:42 314/520 - 2/3: Installing method PackageTagAnnouncement class>>initialize 14:03:42 314/520 - 3/3: Installing method PackageTagAnnouncement class>>to: 14:03:42 315/520 - 1/1: Installing method PackageTagRemoved class>>initialize 14:03:42 316/520 - 1/4: Installing method PackageTagRenamed>>newName 14:03:42 316/520 - 2/4: Installing method PackageTagRenamed>>newName: 14:03:42 316/520 - 3/4: Installing method PackageTagRenamed>>oldName 14:03:42 316/520 - 4/4: Installing method PackageTagRenamed>>oldName: 14:03:42 316/520 - 1/2: Installing method PackageTagRenamed class>>initialize 14:03:42 316/520 - 2/2: Installing method PackageTagRenamed class>>to:oldName:newName: 14:03:44 317/520 - 1/54: Installing method Path>>, 14:03:44 317/520 - 2/54: Installing method Path>>/ 14:03:44 317/520 - 3/54: Installing method Path>><= 14:03:44 317/520 - 4/54: Installing method Path>>= 14:03:44 317/520 - 5/54: Installing method Path>>asPath 14:03:44 317/520 - 6/54: Installing method Path>>asPathWith: 14:03:44 317/520 - 7/54: Installing method Path>>asResolvedBy: 14:03:44 317/520 - 8/54: Installing method Path>>base 14:03:44 317/520 - 9/54: Installing method Path>>basename 14:03:44 317/520 - 10/54: Installing method Path>>basename: 14:03:44 317/520 - 11/54: Installing method Path>>basenameWithoutExtension 14:03:44 317/520 - 12/54: Installing method Path>>basenameWithoutExtension: 14:03:44 317/520 - 13/54: Installing method Path>>canonicalize 14:03:44 317/520 - 14/54: Installing method Path>>canonicalizeOnFilesystem: 14:03:44 317/520 - 15/54: Installing method Path>>contains: 14:03:44 317/520 - 16/54: Installing method Path>>containsPath: 14:03:44 317/520 - 17/54: Installing method Path>>containsReference: 14:03:44 317/520 - 18/54: Installing method Path>>copyFrom: 14:03:44 317/520 - 19/54: Installing method Path>>delimiter 14:03:44 317/520 - 20/54: Installing method Path>>do: 14:03:44 317/520 - 21/54: Installing method Path>>emptyPathString 14:03:44 317/520 - 22/54: Installing method Path>>extension 14:03:44 317/520 - 23/54: Installing method Path>>extensionDelimiter 14:03:44 317/520 - 24/54: Installing method Path>>extensions 14:03:44 317/520 - 25/54: Installing method Path>>fullName 14:03:44 317/520 - 26/54: Installing method Path>>hash 14:03:44 317/520 - 27/54: Installing method Path>>isAbsolute 14:03:44 317/520 - 28/54: Installing method Path>>isChildOf: 14:03:44 317/520 - 29/54: Installing method Path>>isContainedBy: 14:03:44 317/520 - 30/54: Installing method Path>>isEmpty 14:03:44 317/520 - 31/54: Installing method Path>>isNetworkPath 14:03:44 317/520 - 32/54: Installing method Path>>isRelative 14:03:44 317/520 - 33/54: Installing method Path>>isRoot 14:03:44 317/520 - 34/54: Installing method Path>>isWorkingDirectory 14:03:44 317/520 - 35/54: Installing method Path>>lengthOfStemWith: 14:03:44 317/520 - 36/54: Installing method Path>>makeRelative: 14:03:44 317/520 - 37/54: Installing method Path>>parent 14:03:44 317/520 - 38/54: Installing method Path>>parentUpTo: 14:03:44 317/520 - 39/54: Installing method Path>>pathString 14:03:44 317/520 - 40/54: Installing method Path>>printOn:delimiter: 14:03:44 317/520 - 41/54: Installing method Path>>printPathOn: 14:03:44 317/520 - 42/54: Installing method Path>>printPathOn:delimiter: 14:03:44 317/520 - 43/54: Installing method Path>>printWithDelimiter: 14:03:44 317/520 - 44/54: Installing method Path>>relativeTo: 14:03:44 317/520 - 45/54: Installing method Path>>relativeToPath: 14:03:44 317/520 - 46/54: Installing method Path>>resolve 14:03:44 317/520 - 47/54: Installing method Path>>resolve: 14:03:44 317/520 - 48/54: Installing method Path>>resolvePath: 14:03:44 317/520 - 49/54: Installing method Path>>resolveReference: 14:03:44 317/520 - 50/54: Installing method Path>>resolveString: 14:03:45 317/520 - 51/54: Installing method Path>>segments 14:03:45 317/520 - 52/54: Installing method Path>>withExtension: 14:03:45 317/520 - 53/54: Installing method Path>>withName:extension: 14:03:45 317/520 - 54/54: Installing method Path>>withParents 14:03:45 317/520 - 1/23: Installing method Path class>>* 14:03:45 317/520 - 2/23: Installing method Path class>>/ 14:03:45 317/520 - 3/23: Installing method Path class>>addElement:to: 14:03:45 317/520 - 4/23: Installing method Path class>>addElement:to:on: 14:03:45 317/520 - 5/23: Installing method Path class>>addEmptyElementTo: 14:03:45 317/520 - 6/23: Installing method Path class>>addParentElementTo: 14:03:45 317/520 - 7/23: Installing method Path class>>addParentElementTo:on: 14:03:45 317/520 - 8/23: Installing method Path class>>canonicalizeElements: 14:03:45 317/520 - 9/23: Installing method Path class>>canonicalizeElements:filesystem: 14:03:45 317/520 - 10/23: Installing method Path class>>delimiter 14:03:45 317/520 - 11/23: Installing method Path class>>extensionDelimiter 14:03:45 317/520 - 12/23: Installing method Path class>>from: 14:03:45 317/520 - 13/23: Installing method Path class>>from:delimiter: 14:03:45 317/520 - 14/23: Installing method Path class>>isAbsolutePath:delimiter: 14:03:45 317/520 - 15/23: Installing method Path class>>isAbsoluteUnixPath: 14:03:45 317/520 - 16/23: Installing method Path class>>isAbsoluteWindowsPath: 14:03:45 317/520 - 17/23: Installing method Path class>>parent 14:03:45 317/520 - 18/23: Installing method Path class>>parents: 14:03:45 317/520 - 19/23: Installing method Path class>>removeRedundantSegments: 14:03:45 317/520 - 20/23: Installing method Path class>>root 14:03:45 317/520 - 21/23: Installing method Path class>>with: 14:03:45 317/520 - 22/23: Installing method Path class>>withAll: 14:03:45 317/520 - 23/23: Installing method Path class>>workingDirectory 14:03:45 318/520 - 1/1: Installing method PerformMessageCommandLineHandler>>activate 14:03:45 318/520 - 1/2: Installing method PerformMessageCommandLineHandler class>>commandName 14:03:45 318/520 - 2/2: Installing method PerformMessageCommandLineHandler class>>description 14:03:46 319/520 - 1/2: Installing method PharoBootstrapInitialization class>>initializeCommandLineHandlerAndErrorHandling 14:03:46 319/520 - 2/2: Installing method PharoBootstrapInitialization class>>initializeFileSystem 14:03:46 320/520 - 1/8: Installing method PharoCommandLineHandler>>activate 14:03:46 320/520 - 2/8: Installing method PharoCommandLineHandler>>changePreferences 14:03:46 320/520 - 3/8: Installing method PharoCommandLineHandler>>default 14:03:46 320/520 - 4/8: Installing method PharoCommandLineHandler>>forcePreferencesOmission 14:03:46 320/520 - 5/8: Installing method PharoCommandLineHandler>>isChangingPreferences 14:03:46 320/520 - 6/8: Installing method PharoCommandLineHandler>>isOmittingPreferences 14:03:46 320/520 - 7/8: Installing method PharoCommandLineHandler>>isOverridingPreferences 14:03:46 320/520 - 8/8: Installing method PharoCommandLineHandler>>runPreferences 14:03:46 320/520 - 1/7: Installing method PharoCommandLineHandler class>>activateWith: 14:03:46 320/520 - 2/7: Installing method PharoCommandLineHandler class>>description 14:03:46 320/520 - 3/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission 14:03:46 320/520 - 4/7: Installing method PharoCommandLineHandler class>>forcePreferencesOmission: 14:03:46 320/520 - 5/7: Installing method PharoCommandLineHandler class>>isResponsibleFor: 14:03:46 320/520 - 6/7: Installing method PharoCommandLineHandler class>>priority 14:03:46 320/520 - 7/7: Installing method PharoCommandLineHandler class>>requireDeploymentPassword 14:03:47 321/520 - 1/22: Installing method PharoFilesOpener>>badContentMsg 14:03:47 321/520 - 2/22: Installing method PharoFilesOpener>>cannotLocateMsg 14:03:47 321/520 - 3/22: Installing method PharoFilesOpener>>cannotWriteMsg 14:03:47 321/520 - 4/22: Installing method PharoFilesOpener>>changesFileOrNil 14:03:47 321/520 - 5/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly: 14:03:47 321/520 - 6/22: Installing method PharoFilesOpener>>changesFileOrNilReadOnly:silent: 14:03:47 321/520 - 7/22: Installing method PharoFilesOpener>>changesName 14:03:47 321/520 - 8/22: Installing method PharoFilesOpener>>ignoreIfFail: 14:03:47 321/520 - 9/22: Installing method PharoFilesOpener>>inform:withChangesRef: 14:03:47 321/520 - 10/22: Installing method PharoFilesOpener>>inform:withRef: 14:03:47 321/520 - 11/22: Installing method PharoFilesOpener>>inform:withSourceRef: 14:03:47 321/520 - 12/22: Installing method PharoFilesOpener>>informCannotLocateSources 14:03:47 321/520 - 13/22: Installing method PharoFilesOpener>>informProblemInChanges: 14:03:47 321/520 - 14/22: Installing method PharoFilesOpener>>lastImagePath 14:03:47 321/520 - 15/22: Installing method PharoFilesOpener>>openChanges:readOnly: 14:03:47 321/520 - 16/22: Installing method PharoFilesOpener>>openSources 14:03:47 321/520 - 17/22: Installing method PharoFilesOpener>>openSources:forImage: 14:03:47 321/520 - 18/22: Installing method PharoFilesOpener>>setInformAboutReadOnlyChanges 14:03:47 321/520 - 19/22: Installing method PharoFilesOpener>>shouldInformAboutReadOnlyChanges 14:03:47 321/520 - 20/22: Installing method PharoFilesOpener>>sourcesFileOrNil 14:03:47 321/520 - 21/22: Installing method PharoFilesOpener>>sourcesName 14:03:47 321/520 - 22/22: Installing method PharoFilesOpener>>unsetInformAboutReadOnlyChanges 14:03:47 321/520 - 1/2: Installing method PharoFilesOpener class>>default 14:03:47 321/520 - 2/2: Installing method PharoFilesOpener class>>reset 14:03:47 322/520 - 1/9: Installing method PluggableDictionary>>= 14:03:47 322/520 - 2/9: Installing method PluggableDictionary>>copyEmpty 14:03:47 322/520 - 3/9: Installing method PluggableDictionary>>equalBlock 14:03:47 322/520 - 4/9: Installing method PluggableDictionary>>equalBlock: 14:03:47 322/520 - 5/9: Installing method PluggableDictionary>>hash 14:03:47 322/520 - 6/9: Installing method PluggableDictionary>>hashBlock 14:03:47 322/520 - 7/9: Installing method PluggableDictionary>>hashBlock: 14:03:47 322/520 - 8/9: Installing method PluggableDictionary>>scanFor: 14:03:47 322/520 - 9/9: Installing method PluggableDictionary>>scanForEmptySlotFor: 14:03:47 322/520 - 1/1: Installing method PluggableDictionary class>>integerDictionary 14:03:47 323/520 - 1/7: Installing method PluggableSet>>copyEmpty 14:03:47 323/520 - 2/7: Installing method PluggableSet>>equalBlock 14:03:47 323/520 - 3/7: Installing method PluggableSet>>equalBlock: 14:03:47 323/520 - 4/7: Installing method PluggableSet>>hashBlock 14:03:48 323/520 - 5/7: Installing method PluggableSet>>hashBlock: 14:03:48 323/520 - 6/7: Installing method PluggableSet>>scanFor: 14:03:48 323/520 - 7/7: Installing method PluggableSet>>scanForEmptySlotFor: 14:03:48 323/520 - 1/1: Installing method PluggableSet class>>integerSet 14:03:49 324/520 - 1/85: Installing method Point>>* 14:03:49 324/520 - 2/85: Installing method Point>>+ 14:03:49 324/520 - 3/85: Installing method Point>>- 14:03:49 324/520 - 4/85: Installing method Point>>/ 14:03:49 324/520 - 5/85: Installing method Point>>// 14:03:49 324/520 - 6/85: Installing method Point>>< 14:03:49 324/520 - 7/85: Installing method Point>><= 14:03:49 324/520 - 8/85: Installing method Point>>= 14:03:49 324/520 - 9/85: Installing method Point>>> 14:03:49 324/520 - 10/85: Installing method Point>>>= 14:03:49 324/520 - 11/85: Installing method Point>>\\ 14:03:49 324/520 - 12/85: Installing method Point>>abs 14:03:49 324/520 - 13/85: Installing method Point>>adaptToCollection:andSend: 14:03:49 324/520 - 14/85: Installing method Point>>adaptToNumber:andSend: 14:03:49 324/520 - 15/85: Installing method Point>>adhereTo: 14:03:49 324/520 - 16/85: Installing method Point>>asFloatPoint 14:03:49 324/520 - 17/85: Installing method Point>>asIntegerPoint 14:03:49 324/520 - 18/85: Installing method Point>>asNonFractionalPoint 14:03:49 324/520 - 19/85: Installing method Point>>asPoint 14:03:49 324/520 - 20/85: Installing method Point>>bitShiftPoint: 14:03:49 324/520 - 21/85: Installing method Point>>ceiling 14:03:49 324/520 - 22/85: Installing method Point>>closeTo: 14:03:49 324/520 - 23/85: Installing method Point>>closeTo:precision: 14:03:49 324/520 - 24/85: Installing method Point>>corner: 14:03:49 324/520 - 25/85: Installing method Point>>crossProduct: 14:03:49 324/520 - 26/85: Installing method Point>>deepCopy 14:03:49 324/520 - 27/85: Installing method Point>>directionToLineFrom:to: 14:03:49 324/520 - 28/85: Installing method Point>>dotProduct: 14:03:49 324/520 - 29/85: Installing method Point>>eightNeighbors 14:03:49 324/520 - 30/85: Installing method Point>>extent: 14:03:49 324/520 - 31/85: Installing method Point>>flipBy:centerAt: 14:03:49 324/520 - 32/85: Installing method Point>>floor 14:03:49 324/520 - 33/85: Installing method Point>>fourDirections 14:03:49 324/520 - 34/85: Installing method Point>>fourNeighbors 14:03:49 324/520 - 35/85: Installing method Point>>grid: 14:03:49 324/520 - 36/85: Installing method Point>>guarded 14:03:49 324/520 - 37/85: Installing method Point>>hash 14:03:49 324/520 - 38/85: Installing method Point>>insideTriangle:with:with: 14:03:49 324/520 - 39/85: Installing method Point>>interpolateTo:at: 14:03:49 324/520 - 40/85: Installing method Point>>isFloatPoint 14:03:49 324/520 - 41/85: Installing method Point>>isInsideCircle:with:with: 14:03:49 324/520 - 42/85: Installing method Point>>isInsideRectangle: 14:03:49 324/520 - 43/85: Installing method Point>>isIntegerPoint 14:03:49 324/520 - 44/85: Installing method Point>>isPoint 14:03:49 324/520 - 45/85: Installing method Point>>isSelfEvaluating 14:03:49 324/520 - 46/85: Installing method Point>>isZero 14:03:49 324/520 - 47/85: Installing method Point>>leftRotated 14:03:49 324/520 - 48/85: Installing method Point>>max 14:03:49 324/520 - 49/85: Installing method Point>>max: 14:03:49 324/520 - 50/85: Installing method Point>>min 14:03:49 324/520 - 51/85: Installing method Point>>min: 14:03:49 324/520 - 52/85: Installing method Point>>min:max: 14:03:49 324/520 - 53/85: Installing method Point>>nearestPointAlongLineFrom:to: 14:03:49 324/520 - 54/85: Installing method Point>>nearestPointOnLineFrom:to: 14:03:49 324/520 - 55/85: Installing method Point>>negated 14:03:49 324/520 - 56/85: Installing method Point>>octantOf: 14:03:49 324/520 - 57/85: Installing method Point>>printOn: 14:03:49 324/520 - 58/85: Installing method Point>>quadrantOf: 14:03:49 324/520 - 59/85: Installing method Point>>reciprocal 14:03:49 324/520 - 60/85: Installing method Point>>rectangle: 14:03:49 324/520 - 61/85: Installing method Point>>reflectedAbout: 14:03:49 324/520 - 62/85: Installing method Point>>rightRotated 14:03:49 324/520 - 63/85: Installing method Point>>roundDownTo: 14:03:49 324/520 - 64/85: Installing method Point>>roundTo: 14:03:49 324/520 - 65/85: Installing method Point>>roundUpTo: 14:03:49 324/520 - 66/85: Installing method Point>>rounded 14:03:49 324/520 - 67/85: Installing method Point>>scaleBy: 14:03:49 324/520 - 68/85: Installing method Point>>scaleFrom:to: 14:03:49 324/520 - 69/85: Installing method Point>>scaleTo: 14:03:49 324/520 - 70/85: Installing method Point>>setX:setY: 14:03:49 324/520 - 71/85: Installing method Point>>sideOf: 14:03:50 324/520 - 72/85: Installing method Point>>sign 14:03:50 324/520 - 73/85: Installing method Point>>sortsBefore: 14:03:50 324/520 - 74/85: Installing method Point>>squaredDistanceTo: 14:03:50 324/520 - 75/85: Installing method Point>>storeOn: 14:03:50 324/520 - 76/85: Installing method Point>>to:intersects:to: 14:03:50 324/520 - 77/85: Installing method Point>>to:sideOf: 14:03:50 324/520 - 78/85: Installing method Point>>translateBy: 14:03:50 324/520 - 79/85: Installing method Point>>transposed 14:03:50 324/520 - 80/85: Installing method Point>>triangleArea:with: 14:03:50 324/520 - 81/85: Installing method Point>>truncateTo: 14:03:50 324/520 - 82/85: Installing method Point>>truncated 14:03:50 324/520 - 83/85: Installing method Point>>veryDeepCopyWith: 14:03:50 324/520 - 84/85: Installing method Point>>x 14:03:50 324/520 - 85/85: Installing method Point>>y 14:03:50 324/520 - 1/1: Installing method Point class>>x:y: 14:03:50 325/520 - 1/31: Installing method PointerLayout>>= 14:03:50 325/520 - 2/31: Installing method PointerLayout>>allSlots 14:03:50 325/520 - 3/31: Installing method PointerLayout>>allVisibleSlots 14:03:50 325/520 - 4/31: Installing method PointerLayout>>checkInheritedSlots 14:03:50 325/520 - 5/31: Installing method PointerLayout>>checkIntegrity 14:03:50 325/520 - 6/31: Installing method PointerLayout>>checkParentScopes 14:03:50 325/520 - 7/31: Installing method PointerLayout>>checkSanity 14:03:50 325/520 - 8/31: Installing method PointerLayout>>checkSlotIndices 14:03:50 325/520 - 9/31: Installing method PointerLayout>>checkSlotNames 14:03:50 325/520 - 10/31: Installing method PointerLayout>>definesSlotNamed: 14:03:50 325/520 - 11/31: Installing method PointerLayout>>extend 14:03:50 325/520 - 12/31: Installing method PointerLayout>>extend: 14:03:50 325/520 - 13/31: Installing method PointerLayout>>extendEphemeron: 14:03:50 325/520 - 14/31: Installing method PointerLayout>>extendVariable: 14:03:50 325/520 - 15/31: Installing method PointerLayout>>extendWeak: 14:03:50 325/520 - 16/31: Installing method PointerLayout>>fieldSize 14:03:50 325/520 - 17/31: Installing method PointerLayout>>hasBindingThatBeginsWith: 14:03:50 325/520 - 18/31: Installing method PointerLayout>>hasFields 14:03:50 325/520 - 19/31: Installing method PointerLayout>>hasSlots 14:03:50 325/520 - 20/31: Installing method PointerLayout>>hash 14:03:50 325/520 - 21/31: Installing method PointerLayout>>host: 14:03:50 325/520 - 22/31: Installing method PointerLayout>>initializeInstance: 14:03:50 325/520 - 23/31: Installing method PointerLayout>>instVarNames 14:03:50 325/520 - 24/31: Installing method PointerLayout>>postCopy 14:03:50 325/520 - 25/31: Installing method PointerLayout>>resolveSlot: 14:03:50 325/520 - 26/31: Installing method PointerLayout>>resolveSlot:ifFound:ifNone: 14:03:50 325/520 - 27/31: Installing method PointerLayout>>size 14:03:50 325/520 - 28/31: Installing method PointerLayout>>slotNamed: 14:03:50 325/520 - 29/31: Installing method PointerLayout>>slotScope 14:03:50 325/520 - 30/31: Installing method PointerLayout>>slotScope: 14:03:50 325/520 - 31/31: Installing method PointerLayout>>slots 14:03:50 325/520 - 1/1: Installing method PointerLayout class>>isAbstract 14:03:53 326/520 - 1/75: Installing method PositionableStream>>atEnd 14:03:53 326/520 - 2/75: Installing method PositionableStream>>back 14:03:53 326/520 - 3/75: Installing method PositionableStream>>backUpTo: 14:03:53 326/520 - 4/75: Installing method PositionableStream>>boolean 14:03:53 326/520 - 5/75: Installing method PositionableStream>>boolean: 14:03:53 326/520 - 6/75: Installing method PositionableStream>>collectionSpecies 14:03:53 326/520 - 7/75: Installing method PositionableStream>>contents 14:03:53 326/520 - 8/75: Installing method PositionableStream>>contentsOfEntireFile 14:03:53 326/520 - 9/75: Installing method PositionableStream>>int16 14:03:53 326/520 - 10/75: Installing method PositionableStream>>int16: 14:03:53 326/520 - 11/75: Installing method PositionableStream>>int32 14:03:53 326/520 - 12/75: Installing method PositionableStream>>int32: 14:03:53 326/520 - 13/75: Installing method PositionableStream>>isBinary 14:03:53 326/520 - 14/75: Installing method PositionableStream>>isEmpty 14:03:53 326/520 - 15/75: Installing method PositionableStream>>match: 14:03:53 326/520 - 16/75: Installing method PositionableStream>>next: 14:03:53 326/520 - 17/75: Installing method PositionableStream>>next:into: 14:03:53 326/520 - 18/75: Installing method PositionableStream>>next:into:startingAt: 14:03:53 326/520 - 19/75: Installing method PositionableStream>>next:putAll: 14:03:53 326/520 - 20/75: Installing method PositionableStream>>nextDelimited: 14:03:53 326/520 - 21/75: Installing method PositionableStream>>nextInt32 14:03:53 326/520 - 22/75: Installing method PositionableStream>>nextInt32Put: 14:03:53 326/520 - 23/75: Installing method PositionableStream>>nextInto: 14:03:53 326/520 - 24/75: Installing method PositionableStream>>nextInto:startingAt: 14:03:53 326/520 - 25/75: Installing method PositionableStream>>nextLine 14:03:53 326/520 - 26/75: Installing method PositionableStream>>nextLittleEndianNumber: 14:03:53 326/520 - 27/75: Installing method PositionableStream>>nextLittleEndianNumber:put: 14:03:53 326/520 - 28/75: Installing method PositionableStream>>nextNumber: 14:03:53 326/520 - 29/75: Installing method PositionableStream>>nextNumber:put: 14:03:53 326/520 - 30/75: Installing method PositionableStream>>nextString 14:03:53 326/520 - 31/75: Installing method PositionableStream>>nextStringOld 14:03:53 326/520 - 32/75: Installing method PositionableStream>>nextStringPut: 14:03:53 326/520 - 33/75: Installing method PositionableStream>>nextWord 14:03:53 326/520 - 34/75: Installing method PositionableStream>>nextWordPut: 14:03:53 326/520 - 35/75: Installing method PositionableStream>>oldBack 14:03:53 326/520 - 36/75: Installing method PositionableStream>>oldPeekBack 14:03:53 326/520 - 37/75: Installing method PositionableStream>>on: 14:03:53 326/520 - 38/75: Installing method PositionableStream>>on:from:to: 14:03:53 326/520 - 39/75: Installing method PositionableStream>>originalContents 14:03:53 326/520 - 40/75: Installing method PositionableStream>>padTo:put: 14:03:53 326/520 - 41/75: Installing method PositionableStream>>padToNextLongPut: 14:03:53 326/520 - 42/75: Installing method PositionableStream>>peek 14:03:53 326/520 - 43/75: Installing method PositionableStream>>peekBack 14:03:53 326/520 - 44/75: Installing method PositionableStream>>peekFor: 14:03:53 326/520 - 45/75: Installing method PositionableStream>>position 14:03:53 326/520 - 46/75: Installing method PositionableStream>>position: 14:03:53 326/520 - 47/75: Installing method PositionableStream>>positionError 14:03:53 326/520 - 48/75: Installing method PositionableStream>>positionOfSubCollection: 14:03:53 326/520 - 49/75: Installing method PositionableStream>>positionOfSubCollection:ifAbsent: 14:03:53 326/520 - 50/75: Installing method PositionableStream>>pushBack: 14:03:53 326/520 - 51/75: Installing method PositionableStream>>readInto:startingAt:count: 14:03:53 326/520 - 52/75: Installing method PositionableStream>>reset 14:03:53 326/520 - 53/75: Installing method PositionableStream>>resetContents 14:03:53 326/520 - 54/75: Installing method PositionableStream>>setFrom:to: 14:03:53 326/520 - 55/75: Installing method PositionableStream>>setToEnd 14:03:53 326/520 - 56/75: Installing method PositionableStream>>setToStart 14:03:53 326/520 - 57/75: Installing method PositionableStream>>skip: 14:03:53 326/520 - 58/75: Installing method PositionableStream>>skipSeparators 14:03:53 326/520 - 59/75: Installing method PositionableStream>>skipSeparatorsAndPeekNext 14:03:53 326/520 - 60/75: Installing method PositionableStream>>skipTo: 14:03:53 326/520 - 61/75: Installing method PositionableStream>>string 14:03:53 326/520 - 62/75: Installing method PositionableStream>>string: 14:03:53 326/520 - 63/75: Installing method PositionableStream>>uint16 14:03:53 326/520 - 64/75: Installing method PositionableStream>>uint16: 14:03:53 326/520 - 65/75: Installing method PositionableStream>>uint24 14:03:53 326/520 - 66/75: Installing method PositionableStream>>uint24: 14:03:53 326/520 - 67/75: Installing method PositionableStream>>uint32 14:03:53 326/520 - 68/75: Installing method PositionableStream>>uint32: 14:03:53 326/520 - 69/75: Installing method PositionableStream>>upTo: 14:03:53 326/520 - 70/75: Installing method PositionableStream>>upToAll: 14:03:53 326/520 - 71/75: Installing method PositionableStream>>upToAny: 14:03:53 326/520 - 72/75: Installing method PositionableStream>>upToAnyOf: 14:03:53 326/520 - 73/75: Installing method PositionableStream>>upToAnyOf:do: 14:03:53 326/520 - 74/75: Installing method PositionableStream>>upToEnd 14:03:53 326/520 - 75/75: Installing method PositionableStream>>upToPosition: 14:03:53 326/520 - 1/4: Installing method PositionableStream class>>isAbstract 14:03:53 326/520 - 2/4: Installing method PositionableStream class>>on: 14:03:53 326/520 - 3/4: Installing method PositionableStream class>>on:from:to: 14:03:54 326/520 - 4/4: Installing method PositionableStream class>>with:do: 14:03:54 327/520 - 1/20: Installing method Pragma>>= 14:03:54 327/520 - 2/20: Installing method Pragma>>analogousCodeTo: 14:03:54 327/520 - 3/20: Installing method Pragma>>argumentAt: 14:03:54 327/520 - 4/20: Installing method Pragma>>argumentNamed: 14:03:54 327/520 - 5/20: Installing method Pragma>>argumentNamed:ifNone: 14:03:54 327/520 - 6/20: Installing method Pragma>>displayStringOn: 14:03:54 327/520 - 7/20: Installing method Pragma>>hasLiteral: 14:03:54 327/520 - 8/20: Installing method Pragma>>hash 14:03:54 327/520 - 9/20: Installing method Pragma>>key 14:03:54 327/520 - 10/20: Installing method Pragma>>keyword 14:03:54 327/520 - 11/20: Installing method Pragma>>message 14:03:54 327/520 - 12/20: Installing method Pragma>>method 14:03:54 327/520 - 13/20: Installing method Pragma>>method: 14:03:54 327/520 - 14/20: Installing method Pragma>>methodClass 14:03:54 327/520 - 15/20: Installing method Pragma>>methodSelector 14:03:54 327/520 - 16/20: Installing method Pragma>>printOn: 14:03:54 327/520 - 17/20: Installing method Pragma>>refersToLiteral: 14:03:54 327/520 - 18/20: Installing method Pragma>>sendTo: 14:03:54 327/520 - 19/20: Installing method Pragma>>sourceNode 14:03:54 327/520 - 20/20: Installing method Pragma>>withArgumentsDo: 14:03:54 327/520 - 1/11: Installing method Pragma class>>addToCache: 14:03:54 327/520 - 2/11: Installing method Pragma class>>all 14:03:54 327/520 - 3/11: Installing method Pragma class>>allNamed: 14:03:54 327/520 - 4/11: Installing method Pragma class>>allNamed:from:to: 14:03:54 327/520 - 5/11: Installing method Pragma class>>allNamed:from:to:sortedByArgument: 14:03:54 327/520 - 6/11: Installing method Pragma class>>allNamed:from:to:sortedUsing: 14:03:54 327/520 - 7/11: Installing method Pragma class>>allNamed:in: 14:03:54 327/520 - 8/11: Installing method Pragma class>>allNamed:in:sortedByArgument: 14:03:54 327/520 - 9/11: Installing method Pragma class>>allNamed:in:sortedUsing: 14:03:54 327/520 - 10/11: Installing method Pragma class>>for:selector:arguments: 14:03:54 327/520 - 11/11: Installing method Pragma class>>pragmaCache 14:03:54 328/520 - 1/5: Installing method PrimitiveError>>errorCode 14:03:54 328/520 - 2/5: Installing method PrimitiveError>>errorCode: 14:03:54 328/520 - 3/5: Installing method PrimitiveError>>errorName 14:03:54 328/520 - 4/5: Installing method PrimitiveError>>errorName: 14:03:54 328/520 - 5/5: Installing method PrimitiveError>>isPrimitiveError 14:03:54 329/520 - 1/1: Installing method PrimitiveFailed>>standardMessageText 14:03:55 330/520 - 1/4: Installing method PrintVersionCommandLineHandler>>activate 14:03:55 330/520 - 2/4: Installing method PrintVersionCommandLineHandler>>printNumericVersion 14:03:55 330/520 - 3/4: Installing method PrintVersionCommandLineHandler>>printRelease 14:03:55 330/520 - 4/4: Installing method PrintVersionCommandLineHandler>>printVersion 14:03:55 330/520 - 1/2: Installing method PrintVersionCommandLineHandler class>>commandName 14:03:55 330/520 - 2/2: Installing method PrintVersionCommandLineHandler class>>description 14:03:56 331/520 - 1/58: Installing method Process>>activateReturn:value: 14:03:57 331/520 - 2/58: Installing method Process>>browserPrintString 14:03:57 331/520 - 3/58: Installing method Process>>browserPrintStringWith: 14:03:57 331/520 - 4/58: Installing method Process>>calleeOf: 14:03:57 331/520 - 5/58: Installing method Process>>complete: 14:03:57 331/520 - 6/58: Installing method Process>>completeStep: 14:03:57 331/520 - 7/58: Installing method Process>>completeTo: 14:03:57 331/520 - 8/58: Installing method Process>>copyStack 14:03:57 331/520 - 9/58: Installing method Process>>doTerminationFromAnotherProcess 14:03:57 331/520 - 10/58: Installing method Process>>doTerminationFromYourself 14:03:57 331/520 - 11/58: Installing method Process>>effectiveProcess 14:03:57 331/520 - 12/58: Installing method Process>>effectiveProcess: 14:03:57 331/520 - 13/58: Installing method Process>>endProcess 14:03:57 331/520 - 14/58: Installing method Process>>errorHandler 14:03:57 331/520 - 15/58: Installing method Process>>errorHandler: 14:03:57 331/520 - 16/58: Installing method Process>>evaluate:onBehalfOf: 14:03:57 331/520 - 17/58: Installing method Process>>handleError: 14:03:57 331/520 - 18/58: Installing method Process>>handleNotification: 14:03:57 331/520 - 19/58: Installing method Process>>handleWarning: 14:03:57 331/520 - 20/58: Installing method Process>>initialize 14:03:57 331/520 - 21/58: Installing method Process>>install: 14:03:57 331/520 - 22/58: Installing method Process>>installEnvIntoForked: 14:03:57 331/520 - 23/58: Installing method Process>>isActive 14:03:57 331/520 - 24/58: Installing method Process>>isActiveProcess 14:03:57 331/520 - 25/58: Installing method Process>>isReady 14:03:57 331/520 - 26/58: Installing method Process>>isSuspended 14:03:57 331/520 - 27/58: Installing method Process>>isTerminated 14:03:57 331/520 - 28/58: Installing method Process>>isTerminating 14:03:57 331/520 - 29/58: Installing method Process>>isWaiting 14:03:57 331/520 - 30/58: Installing method Process>>name 14:03:57 331/520 - 31/58: Installing method Process>>name: 14:03:57 331/520 - 32/58: Installing method Process>>on:do: 14:03:57 331/520 - 33/58: Installing method Process>>popTo: 14:03:57 331/520 - 34/58: Installing method Process>>popTo:value: 14:03:57 331/520 - 35/58: Installing method Process>>primitiveResume 14:03:57 331/520 - 36/58: Installing method Process>>printOn: 14:03:57 331/520 - 37/58: Installing method Process>>priority 14:03:57 331/520 - 38/58: Installing method Process>>priority: 14:03:57 331/520 - 39/58: Installing method Process>>psValueAt: 14:03:57 331/520 - 40/58: Installing method Process>>psValueAt:put: 14:03:57 331/520 - 41/58: Installing method Process>>pvtSignal:list: 14:03:57 331/520 - 42/58: Installing method Process>>resetPSValueAt: 14:03:57 331/520 - 43/58: Installing method Process>>restartTop 14:03:57 331/520 - 44/58: Installing method Process>>restartTopWith: 14:03:57 331/520 - 45/58: Installing method Process>>resume 14:03:57 331/520 - 46/58: Installing method Process>>return:value: 14:03:57 331/520 - 47/58: Installing method Process>>run 14:03:57 331/520 - 48/58: Installing method Process>>signalException: 14:03:57 331/520 - 49/58: Installing method Process>>state 14:03:57 331/520 - 50/58: Installing method Process>>step 14:03:57 331/520 - 51/58: Installing method Process>>step: 14:03:57 331/520 - 52/58: Installing method Process>>stepToCallee 14:03:57 331/520 - 53/58: Installing method Process>>stepToHome: 14:03:57 331/520 - 54/58: Installing method Process>>suspend 14:03:57 331/520 - 55/58: Installing method Process>>suspendedContext 14:03:57 331/520 - 56/58: Installing method Process>>suspendedContext: 14:03:57 331/520 - 57/58: Installing method Process>>suspendingList 14:03:57 331/520 - 58/58: Installing method Process>>terminate 14:03:57 331/520 - 1/4: Installing method Process class>>allocatePSKey: 14:03:58 331/520 - 2/4: Installing method Process class>>forContext:priority: 14:03:58 331/520 - 3/4: Installing method Process class>>psKeysSema 14:03:58 331/520 - 4/4: Installing method Process class>>updateInheritableKeys 14:03:58 333/520 - 1/40: Installing method ProcessList>>add: 14:03:58 333/520 - 2/40: Installing method ProcessList>>add:after: 14:03:58 333/520 - 3/40: Installing method ProcessList>>add:afterLink: 14:03:58 333/520 - 4/40: Installing method ProcessList>>add:before: 14:03:58 333/520 - 5/40: Installing method ProcessList>>add:beforeLink: 14:03:58 333/520 - 6/40: Installing method ProcessList>>addFirst: 14:03:58 333/520 - 7/40: Installing method ProcessList>>addLast: 14:03:58 333/520 - 8/40: Installing method ProcessList>>at: 14:03:58 333/520 - 9/40: Installing method ProcessList>>at:put: 14:03:58 333/520 - 10/40: Installing method ProcessList>>at:putLink: 14:03:58 333/520 - 11/40: Installing method ProcessList>>collect: 14:03:58 333/520 - 12/40: Installing method ProcessList>>collect:thenSelect: 14:03:58 333/520 - 13/40: Installing method ProcessList>>copyWith: 14:03:58 333/520 - 14/40: Installing method ProcessList>>copyWithout: 14:03:58 333/520 - 15/40: Installing method ProcessList>>do: 14:03:58 333/520 - 16/40: Installing method ProcessList>>first 14:03:58 333/520 - 17/40: Installing method ProcessList>>firstLink 14:03:58 333/520 - 18/40: Installing method ProcessList>>indexOf:startingAt:ifAbsent: 14:03:58 333/520 - 19/40: Installing method ProcessList>>isEmpty 14:03:58 333/520 - 20/40: Installing method ProcessList>>last 14:03:58 333/520 - 21/40: Installing method ProcessList>>lastLink 14:03:58 333/520 - 22/40: Installing method ProcessList>>linkAt: 14:03:58 333/520 - 23/40: Installing method ProcessList>>linkAt:ifAbsent: 14:03:58 333/520 - 24/40: Installing method ProcessList>>linkOf: 14:03:58 333/520 - 25/40: Installing method ProcessList>>linkOf:ifAbsent: 14:03:58 333/520 - 26/40: Installing method ProcessList>>linksDo: 14:03:58 333/520 - 27/40: Installing method ProcessList>>postCopy 14:03:58 333/520 - 28/40: Installing method ProcessList>>remove:ifAbsent: 14:03:58 333/520 - 29/40: Installing method ProcessList>>removeAll 14:03:58 333/520 - 30/40: Installing method ProcessList>>removeAllSuchThat: 14:03:58 333/520 - 31/40: Installing method ProcessList>>removeFirst 14:03:58 333/520 - 32/40: Installing method ProcessList>>removeLast 14:03:58 333/520 - 33/40: Installing method ProcessList>>removeLink: 14:03:58 333/520 - 34/40: Installing method ProcessList>>removeLink:ifAbsent: 14:03:59 333/520 - 35/40: Installing method ProcessList>>select: 14:03:59 333/520 - 36/40: Installing method ProcessList>>select:thenCollect: 14:03:59 333/520 - 37/40: Installing method ProcessList>>size 14:03:59 333/520 - 38/40: Installing method ProcessList>>species 14:03:59 333/520 - 39/40: Installing method ProcessList>>swap:with: 14:03:59 333/520 - 40/40: Installing method ProcessList>>validIndex: 14:03:59 333/520 - 1/4: Installing method ProcessList class>>new: 14:03:59 333/520 - 2/4: Installing method ProcessList class>>new:streamContents: 14:03:59 333/520 - 3/4: Installing method ProcessList class>>newFrom: 14:03:59 333/520 - 4/4: Installing method ProcessList class>>streamSpecies 14:03:59 334/520 - 1/1: Installing method ProcessLocalVariable>>value: 14:03:59 334/520 - 1/1: Installing method ProcessLocalVariable class>>value: 14:03:59 335/520 - 1/7: Installing method ProcessSpecificVariable>>default 14:03:59 335/520 - 2/7: Installing method ProcessSpecificVariable>>index 14:03:59 335/520 - 3/7: Installing method ProcessSpecificVariable>>index: 14:03:59 335/520 - 4/7: Installing method ProcessSpecificVariable>>installValue:intoForked:from: 14:03:59 335/520 - 5/7: Installing method ProcessSpecificVariable>>isInheritable 14:03:59 335/520 - 6/7: Installing method ProcessSpecificVariable>>value 14:03:59 335/520 - 7/7: Installing method ProcessSpecificVariable>>valueOrNil 14:03:59 335/520 - 1/6: Installing method ProcessSpecificVariable class>>initialize 14:03:59 335/520 - 2/6: Installing method ProcessSpecificVariable class>>isInheritable 14:03:59 335/520 - 3/6: Installing method ProcessSpecificVariable class>>new 14:03:59 335/520 - 4/6: Installing method ProcessSpecificVariable class>>resetSoleInstance 14:03:59 335/520 - 5/6: Installing method ProcessSpecificVariable class>>soleInstance 14:03:59 335/520 - 6/6: Installing method ProcessSpecificVariable class>>value 14:04:00 336/520 - 1/30: Installing method ProcessorScheduler>>activePriority 14:04:00 336/520 - 2/30: Installing method ProcessorScheduler>>activeProcess 14:04:00 336/520 - 3/30: Installing method ProcessorScheduler>>anyProcessesAbove: 14:04:00 336/520 - 4/30: Installing method ProcessorScheduler>>backgroundProcess 14:04:00 336/520 - 5/30: Installing method ProcessorScheduler>>highIOPriority 14:04:00 336/520 - 6/30: Installing method ProcessorScheduler>>highestPriority 14:04:00 336/520 - 7/30: Installing method ProcessorScheduler>>highestPriority: 14:04:00 336/520 - 8/30: Installing method ProcessorScheduler>>interpriorityYield: 14:04:00 336/520 - 9/30: Installing method ProcessorScheduler>>isSelfEvaluating 14:04:00 336/520 - 10/30: Installing method ProcessorScheduler>>lowIOPriority 14:04:00 336/520 - 11/30: Installing method ProcessorScheduler>>lowestPriority 14:04:00 336/520 - 12/30: Installing method ProcessorScheduler>>nextReadyProcess 14:04:00 336/520 - 13/30: Installing method ProcessorScheduler>>preemptedProcess 14:04:00 336/520 - 14/30: Installing method ProcessorScheduler>>printOn: 14:04:00 336/520 - 15/30: Installing method ProcessorScheduler>>realActiveProcess 14:04:00 336/520 - 16/30: Installing method ProcessorScheduler>>remove:ifAbsent: 14:04:00 336/520 - 17/30: Installing method ProcessorScheduler>>scanSchedule:startingAt: 14:04:00 336/520 - 18/30: Installing method ProcessorScheduler>>suspendFirstAt: 14:04:00 336/520 - 19/30: Installing method ProcessorScheduler>>suspendFirstAt:ifNone: 14:04:00 336/520 - 20/30: Installing method ProcessorScheduler>>systemBackgroundPriority 14:04:00 336/520 - 21/30: Installing method ProcessorScheduler>>tallyCPUUsageFor: 14:04:00 336/520 - 22/30: Installing method ProcessorScheduler>>tallyCPUUsageFor:every: 14:04:00 336/520 - 23/30: Installing method ProcessorScheduler>>terminateActive 14:04:00 336/520 - 24/30: Installing method ProcessorScheduler>>terminateRealActive 14:04:00 336/520 - 25/30: Installing method ProcessorScheduler>>timingPriority 14:04:00 336/520 - 26/30: Installing method ProcessorScheduler>>userBackgroundPriority 14:04:00 336/520 - 27/30: Installing method ProcessorScheduler>>userInterruptPriority 14:04:00 336/520 - 28/30: Installing method ProcessorScheduler>>userSchedulingPriority 14:04:00 336/520 - 29/30: Installing method ProcessorScheduler>>waitingProcessesAt: 14:04:00 336/520 - 30/30: Installing method ProcessorScheduler>>yield 14:04:00 336/520 - 1/8: Installing method ProcessorScheduler class>>idleProcess 14:04:00 336/520 - 2/8: Installing method ProcessorScheduler class>>idleTime 14:04:00 336/520 - 3/8: Installing method ProcessorScheduler class>>idleTime: 14:04:01 336/520 - 4/8: Installing method ProcessorScheduler class>>idleTimeSettingOn: 14:04:01 336/520 - 5/8: Installing method ProcessorScheduler class>>initialize 14:04:01 336/520 - 6/8: Installing method ProcessorScheduler class>>new 14:04:01 336/520 - 7/8: Installing method ProcessorScheduler class>>relinquishProcessorForMicroseconds: 14:04:01 336/520 - 8/8: Installing method ProcessorScheduler class>>startUp 14:04:01 337/520 - 1/37: Installing method ProtoObject>>== 14:04:01 337/520 - 2/37: Installing method ProtoObject>>basicIdentityHash 14:04:01 337/520 - 3/37: Installing method ProtoObject>>become: 14:04:01 337/520 - 4/37: Installing method ProtoObject>>becomeForward: 14:04:01 337/520 - 5/37: Installing method ProtoObject>>becomeForward:copyHash: 14:04:01 337/520 - 6/37: Installing method ProtoObject>>cannotInterpret: 14:04:02 337/520 - 7/37: Installing method ProtoObject>>class 14:04:02 337/520 - 8/37: Installing method ProtoObject>>doesNotUnderstand: 14:04:02 337/520 - 9/37: Installing method ProtoObject>>executeMethod: 14:04:02 337/520 - 10/37: Installing method ProtoObject>>flag: 14:04:02 337/520 - 11/37: Installing method ProtoObject>>identityHash 14:04:02 337/520 - 12/37: Installing method ProtoObject>>ifNil: 14:04:02 337/520 - 13/37: Installing method ProtoObject>>ifNil:ifNotNil: 14:04:02 337/520 - 14/37: Installing method ProtoObject>>ifNotNil: 14:04:02 337/520 - 15/37: Installing method ProtoObject>>ifNotNil:ifNil: 14:04:02 337/520 - 16/37: Installing method ProtoObject>>initialize 14:04:02 337/520 - 17/37: Installing method ProtoObject>>instVarsInclude: 14:04:02 337/520 - 18/37: Installing method ProtoObject>>isImmediateObject 14:04:02 337/520 - 19/37: Installing method ProtoObject>>isNil 14:04:02 337/520 - 20/37: Installing method ProtoObject>>modificationForbiddenFor:index:value: 14:04:02 337/520 - 21/37: Installing method ProtoObject>>modificationForbiddenFor:value: 14:04:02 337/520 - 22/37: Installing method ProtoObject>>mustBeBoolean 14:04:02 337/520 - 23/37: Installing method ProtoObject>>mustBeBooleanHandler 14:04:02 337/520 - 24/37: Installing method ProtoObject>>mustBeBooleanIn: 14:04:02 337/520 - 25/37: Installing method ProtoObject>>nextInstance 14:04:02 337/520 - 26/37: Installing method ProtoObject>>nextObject 14:04:02 337/520 - 27/37: Installing method ProtoObject>>pointersTo 14:04:02 337/520 - 28/37: Installing method ProtoObject>>pointersToAmong: 14:04:02 337/520 - 29/37: Installing method ProtoObject>>pointersToExcept: 14:04:02 337/520 - 30/37: Installing method ProtoObject>>pointersToExcept:among: 14:04:02 337/520 - 31/37: Installing method ProtoObject>>pointsTo: 14:04:02 337/520 - 32/37: Installing method ProtoObject>>primitiveFail 14:04:02 337/520 - 33/37: Installing method ProtoObject>>primitiveFailed 14:04:02 337/520 - 34/37: Installing method ProtoObject>>primitiveFailed: 14:04:02 337/520 - 35/37: Installing method ProtoObject>>tryPrimitive:withArgs: 14:04:02 337/520 - 36/37: Installing method ProtoObject>>withArgs:executeMethod: 14:04:02 337/520 - 37/37: Installing method ProtoObject>>~~ 14:04:02 338/520 - 1/16: Installing method Protocol>>addAllMethodsFrom: 14:04:02 338/520 - 2/16: Installing method Protocol>>addMethodSelector: 14:04:02 338/520 - 3/16: Installing method Protocol>>includesSelector: 14:04:02 338/520 - 4/16: Installing method Protocol>>initialize 14:04:02 338/520 - 5/16: Installing method Protocol>>isEmpty 14:04:02 338/520 - 6/16: Installing method Protocol>>isExtensionProtocol 14:04:02 338/520 - 7/16: Installing method Protocol>>isExtensionProtocolMatching: 14:04:02 338/520 - 8/16: Installing method Protocol>>isUnclassifiedProtocol 14:04:02 338/520 - 9/16: Installing method Protocol>>methodSelectors 14:04:02 338/520 - 10/16: Installing method Protocol>>methodSelectors: 14:04:02 338/520 - 11/16: Installing method Protocol>>name 14:04:02 338/520 - 12/16: Installing method Protocol>>name: 14:04:02 338/520 - 13/16: Installing method Protocol>>printOn: 14:04:02 338/520 - 14/16: Installing method Protocol>>removeMethodSelector: 14:04:02 338/520 - 15/16: Installing method Protocol>>rename: 14:04:03 338/520 - 16/16: Installing method Protocol>>resetMethodSelectors 14:04:03 338/520 - 1/3: Installing method Protocol class>>name:methodSelectors: 14:04:03 338/520 - 2/3: Installing method Protocol class>>named: 14:04:03 338/520 - 3/3: Installing method Protocol class>>unclassified 14:04:03 340/520 - 1/5: Installing method ProtocolAnnouncement>>classAffected 14:04:03 340/520 - 2/5: Installing method ProtocolAnnouncement>>classReorganized 14:04:03 340/520 - 3/5: Installing method ProtocolAnnouncement>>classReorganized: 14:04:03 340/520 - 4/5: Installing method ProtocolAnnouncement>>protocol 14:04:03 340/520 - 5/5: Installing method ProtocolAnnouncement>>protocol: 14:04:03 340/520 - 1/3: Installing method ProtocolAnnouncement class>>class: 14:04:03 340/520 - 2/3: Installing method ProtocolAnnouncement class>>in:protocol: 14:04:03 340/520 - 3/3: Installing method ProtocolAnnouncement class>>initialize 14:04:03 342/520 - 1/4: Installing method ProtocolRenamed>>newProtocol 14:04:03 342/520 - 2/4: Installing method ProtocolRenamed>>newProtocol: 14:04:03 342/520 - 3/4: Installing method ProtocolRenamed>>oldProtocol 14:04:03 342/520 - 4/4: Installing method ProtocolRenamed>>oldProtocol: 14:04:03 342/520 - 1/2: Installing method ProtocolRenamed class>>in:from:to: 14:04:03 342/520 - 2/2: Installing method ProtocolRenamed class>>isDeprecated 14:04:03 344/520 - 1/11: Installing method PseudoVariable>>asDoItVariableFrom: 14:04:03 344/520 - 2/11: Installing method PseudoVariable>>asString 14:04:03 344/520 - 3/11: Installing method PseudoVariable>>emitStore: 14:04:03 344/520 - 4/11: Installing method PseudoVariable>>initialize 14:04:03 344/520 - 5/11: Installing method PseudoVariable>>isPseudoVariable 14:04:03 344/520 - 6/11: Installing method PseudoVariable>>isWritable 14:04:03 344/520 - 7/11: Installing method PseudoVariable>>name: 14:04:03 344/520 - 8/11: Installing method PseudoVariable>>printOn: 14:04:03 344/520 - 9/11: Installing method PseudoVariable>>scope 14:04:03 344/520 - 10/11: Installing method PseudoVariable>>usingMethods 14:04:03 344/520 - 11/11: Installing method PseudoVariable>>write:inContext: 14:04:04 344/520 - 1/4: Installing method PseudoVariable class>>initialize 14:04:04 344/520 - 2/4: Installing method PseudoVariable class>>isAbstract 14:04:04 344/520 - 3/4: Installing method PseudoVariable class>>lookupDictionary 14:04:04 344/520 - 4/4: Installing method PseudoVariable class>>variableName 14:04:04 345/520 - 1/11: Installing method RPackageSet>>classes 14:04:04 345/520 - 2/11: Installing method RPackageSet>>definedClasses 14:04:04 345/520 - 3/11: Installing method RPackageSet>>extendedClasses 14:04:04 345/520 - 4/11: Installing method RPackageSet>>extensionMethods 14:04:04 345/520 - 5/11: Installing method RPackageSet>>includesClass: 14:04:04 345/520 - 6/11: Installing method RPackageSet>>initialize: 14:04:04 345/520 - 7/11: Installing method RPackageSet>>methods 14:04:04 345/520 - 8/11: Installing method RPackageSet>>organizer 14:04:04 345/520 - 9/11: Installing method RPackageSet>>packageName 14:04:04 345/520 - 10/11: Installing method RPackageSet>>packages 14:04:04 345/520 - 11/11: Installing method RPackageSet>>removeFromSystem 14:04:04 345/520 - 1/8: Installing method RPackageSet class>>basicNamed: 14:04:04 345/520 - 2/8: Installing method RPackageSet class>>cacheActive: 14:04:04 345/520 - 3/8: Installing method RPackageSet class>>cachePackageAt:ifAbsentPut: 14:04:04 345/520 - 4/8: Installing method RPackageSet class>>cachePackages 14:04:04 345/520 - 5/8: Installing method RPackageSet class>>isCacheActive 14:04:04 345/520 - 6/8: Installing method RPackageSet class>>named: 14:04:04 345/520 - 7/8: Installing method RPackageSet class>>resetCache 14:04:04 345/520 - 8/8: Installing method RPackageSet class>>withCacheDo: 14:04:04 347/520 - 1/13: Installing method ReadStream>>ascii 14:04:04 347/520 - 2/13: Installing method ReadStream>>localName 14:04:04 347/520 - 3/13: Installing method ReadStream>>next 14:04:04 347/520 - 4/13: Installing method ReadStream>>next: 14:04:04 347/520 - 5/13: Installing method ReadStream>>nextPut: 14:04:04 347/520 - 6/13: Installing method ReadStream>>on:from:to: 14:04:04 347/520 - 7/13: Installing method ReadStream>>readInto:startingAt:count: 14:04:04 347/520 - 8/13: Installing method ReadStream>>readStream 14:04:05 347/520 - 9/13: Installing method ReadStream>>size 14:04:05 347/520 - 10/13: Installing method ReadStream>>skipTo: 14:04:05 347/520 - 11/13: Installing method ReadStream>>upTo: 14:04:05 347/520 - 12/13: Installing method ReadStream>>upToAnyOf:do: 14:04:05 347/520 - 13/13: Installing method ReadStream>>upToEnd 14:04:05 348/520 - 1/8: Installing method ReadWriteStream>>= 14:04:05 348/520 - 2/8: Installing method ReadWriteStream>>contents 14:04:05 348/520 - 3/8: Installing method ReadWriteStream>>hash 14:04:05 348/520 - 4/8: Installing method ReadWriteStream>>name 14:04:05 348/520 - 5/8: Installing method ReadWriteStream>>next 14:04:05 348/520 - 6/8: Installing method ReadWriteStream>>next: 14:04:05 348/520 - 7/8: Installing method ReadWriteStream>>readInto:startingAt:count: 14:04:05 348/520 - 8/8: Installing method ReadWriteStream>>readStream 14:04:07 349/520 - 1/100: Installing method Rectangle>>= 14:04:07 349/520 - 2/100: Installing method Rectangle>>aboveCenter 14:04:07 349/520 - 3/100: Installing method Rectangle>>adjustTo:along: 14:04:07 349/520 - 4/100: Installing method Rectangle>>align:with: 14:04:07 349/520 - 5/100: Installing method Rectangle>>allAreasOutsideList:do: 14:04:07 349/520 - 6/100: Installing method Rectangle>>allAreasOutsideList:startingAt:do: 14:04:07 349/520 - 7/100: Installing method Rectangle>>amountToTranslateWithin: 14:04:07 349/520 - 8/100: Installing method Rectangle>>area 14:04:07 349/520 - 9/100: Installing method Rectangle>>areasOutside: 14:04:07 349/520 - 10/100: Installing method Rectangle>>bordersOn:along: 14:04:07 349/520 - 11/100: Installing method Rectangle>>bottom 14:04:07 349/520 - 12/100: Installing method Rectangle>>bottom: 14:04:07 349/520 - 13/100: Installing method Rectangle>>bottomCenter 14:04:07 349/520 - 14/100: Installing method Rectangle>>bottomLeft 14:04:07 349/520 - 15/100: Installing method Rectangle>>bottomRight 14:04:07 349/520 - 16/100: Installing method Rectangle>>boundingBox 14:04:07 349/520 - 17/100: Installing method Rectangle>>ceiling 14:04:07 349/520 - 18/100: Installing method Rectangle>>center 14:04:07 349/520 - 19/100: Installing method Rectangle>>centeredBeneath: 14:04:07 349/520 - 20/100: Installing method Rectangle>>closeTo: 14:04:07 349/520 - 21/100: Installing method Rectangle>>closeTo:precision: 14:04:07 349/520 - 22/100: Installing method Rectangle>>compressTo: 14:04:07 349/520 - 23/100: Installing method Rectangle>>compressed 14:04:07 349/520 - 24/100: Installing method Rectangle>>containsPoint: 14:04:07 349/520 - 25/100: Installing method Rectangle>>containsRect: 14:04:07 349/520 - 26/100: Installing method Rectangle>>corner 14:04:07 349/520 - 27/100: Installing method Rectangle>>corners 14:04:07 349/520 - 28/100: Installing method Rectangle>>deltaToEnsureInOrCentered:extra: 14:04:07 349/520 - 29/100: Installing method Rectangle>>encompass: 14:04:07 349/520 - 30/100: Installing method Rectangle>>expandBy: 14:04:07 349/520 - 31/100: Installing method Rectangle>>expandTo: 14:04:07 349/520 - 32/100: Installing method Rectangle>>expanded 14:04:07 349/520 - 33/100: Installing method Rectangle>>extendBy: 14:04:07 349/520 - 34/100: Installing method Rectangle>>extent 14:04:07 349/520 - 35/100: Installing method Rectangle>>flipBy:centerAt: 14:04:07 349/520 - 36/100: Installing method Rectangle>>floatCenter 14:04:07 349/520 - 37/100: Installing method Rectangle>>floor 14:04:07 349/520 - 38/100: Installing method Rectangle>>forPoint:closestSideDistLen: 14:04:07 349/520 - 39/100: Installing method Rectangle>>hasPositiveExtent 14:04:07 349/520 - 40/100: Installing method Rectangle>>hash 14:04:07 349/520 - 41/100: Installing method Rectangle>>height 14:04:07 349/520 - 42/100: Installing method Rectangle>>innerCorners 14:04:07 349/520 - 43/100: Installing method Rectangle>>insetBy: 14:04:07 349/520 - 44/100: Installing method Rectangle>>insetOriginBy:cornerBy: 14:04:07 349/520 - 45/100: Installing method Rectangle>>interpolateTo:at: 14:04:07 349/520 - 46/100: Installing method Rectangle>>intersect: 14:04:07 349/520 - 47/100: Installing method Rectangle>>intersect:ifNone: 14:04:07 349/520 - 48/100: Installing method Rectangle>>intersects: 14:04:07 349/520 - 49/100: Installing method Rectangle>>isIntegerRectangle 14:04:07 349/520 - 50/100: Installing method Rectangle>>isRectangle 14:04:07 349/520 - 51/100: Installing method Rectangle>>isSelfEvaluating 14:04:07 349/520 - 52/100: Installing method Rectangle>>isTall 14:04:07 349/520 - 53/100: Installing method Rectangle>>isWide 14:04:07 349/520 - 54/100: Installing method Rectangle>>isZero 14:04:07 349/520 - 55/100: Installing method Rectangle>>left 14:04:07 349/520 - 56/100: Installing method Rectangle>>left: 14:04:07 349/520 - 57/100: Installing method Rectangle>>leftCenter 14:04:07 349/520 - 58/100: Installing method Rectangle>>merge: 14:04:07 349/520 - 59/100: Installing method Rectangle>>origin 14:04:07 349/520 - 60/100: Installing method Rectangle>>pointAtSideOrCorner: 14:04:07 349/520 - 61/100: Installing method Rectangle>>pointNearestTo: 14:04:07 349/520 - 62/100: Installing method Rectangle>>printOn: 14:04:07 349/520 - 63/100: Installing method Rectangle>>quickMerge: 14:04:07 349/520 - 64/100: Installing method Rectangle>>quickMergePoint: 14:04:07 349/520 - 65/100: Installing method Rectangle>>rectanglesAt:height: 14:04:07 349/520 - 66/100: Installing method Rectangle>>right 14:04:08 349/520 - 67/100: Installing method Rectangle>>right: 14:04:08 349/520 - 68/100: Installing method Rectangle>>rightCenter 14:04:08 349/520 - 69/100: Installing method Rectangle>>rotateBy:centerAt: 14:04:08 349/520 - 70/100: Installing method Rectangle>>roundTo: 14:04:08 349/520 - 71/100: Installing method Rectangle>>rounded 14:04:08 349/520 - 72/100: Installing method Rectangle>>scaleBy: 14:04:08 349/520 - 73/100: Installing method Rectangle>>scaleFrom:to: 14:04:08 349/520 - 74/100: Installing method Rectangle>>scaledAndCenteredIn: 14:04:08 349/520 - 75/100: Installing method Rectangle>>setLeft:right:top:bottom: 14:04:08 349/520 - 76/100: Installing method Rectangle>>setPoint:point: 14:04:08 349/520 - 77/100: Installing method Rectangle>>sideNearestTo: 14:04:08 349/520 - 78/100: Installing method Rectangle>>squishedWithin: 14:04:08 349/520 - 79/100: Installing method Rectangle>>storeOn: 14:04:08 349/520 - 80/100: Installing method Rectangle>>top 14:04:08 349/520 - 81/100: Installing method Rectangle>>top: 14:04:08 349/520 - 82/100: Installing method Rectangle>>topCenter 14:04:08 349/520 - 83/100: Installing method Rectangle>>topLeft 14:04:08 349/520 - 84/100: Installing method Rectangle>>topRight 14:04:08 349/520 - 85/100: Installing method Rectangle>>translateBy: 14:04:08 349/520 - 86/100: Installing method Rectangle>>translatedAndSquishedToBeWithin: 14:04:08 349/520 - 87/100: Installing method Rectangle>>translatedToBeWithin: 14:04:08 349/520 - 88/100: Installing method Rectangle>>truncateTo: 14:04:08 349/520 - 89/100: Installing method Rectangle>>truncated 14:04:08 349/520 - 90/100: Installing method Rectangle>>width 14:04:08 349/520 - 91/100: Installing method Rectangle>>withBottom: 14:04:08 349/520 - 92/100: Installing method Rectangle>>withHeight: 14:04:08 349/520 - 93/100: Installing method Rectangle>>withLeft: 14:04:08 349/520 - 94/100: Installing method Rectangle>>withRight: 14:04:08 349/520 - 95/100: Installing method Rectangle>>withSide:setTo: 14:04:08 349/520 - 96/100: Installing method Rectangle>>withSideOrCorner:setToPoint: 14:04:08 349/520 - 97/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent: 14:04:08 349/520 - 98/100: Installing method Rectangle>>withSideOrCorner:setToPoint:minExtent:limit: 14:04:08 349/520 - 99/100: Installing method Rectangle>>withTop: 14:04:08 349/520 - 100/100: Installing method Rectangle>>withWidth: 14:04:08 349/520 - 1/8: Installing method Rectangle class>>center:extent: 14:04:08 349/520 - 2/8: Installing method Rectangle class>>encompassing: 14:04:08 349/520 - 3/8: Installing method Rectangle class>>floatCenter:extent: 14:04:08 349/520 - 4/8: Installing method Rectangle class>>left:right:top:bottom: 14:04:08 349/520 - 5/8: Installing method Rectangle class>>merging: 14:04:08 349/520 - 6/8: Installing method Rectangle class>>origin:corner: 14:04:08 349/520 - 7/8: Installing method Rectangle class>>origin:extent: 14:04:08 349/520 - 8/8: Installing method Rectangle class>>point:point: 14:04:08 350/520 - 1/2: Installing method RecursionStopper>>initialize 14:04:08 350/520 - 2/2: Installing method RecursionStopper>>stopMethod:during: 14:04:08 350/520 - 1/2: Installing method RecursionStopper class>>default 14:04:08 350/520 - 2/2: Installing method RecursionStopper class>>during: 14:04:08 351/520 - 1/5: Installing method RelativePath>>emptyPathString 14:04:09 351/520 - 2/5: Installing method RelativePath>>isAbsolute 14:04:09 351/520 - 3/5: Installing method RelativePath>>isRoot 14:04:09 351/520 - 4/5: Installing method RelativePath>>printOn: 14:04:09 351/520 - 5/5: Installing method RelativePath>>printOn:delimiter: 14:04:09 352/520 - 1/10: Installing method RemoteString>>fileNumber:position: 14:04:09 352/520 - 2/10: Installing method RemoteString>>last 14:04:09 352/520 - 3/10: Installing method RemoteString>>position 14:04:09 352/520 - 4/10: Installing method RemoteString>>sourceFileArray 14:04:09 352/520 - 5/10: Installing method RemoteString>>sourceFileArray: 14:04:09 352/520 - 6/10: Installing method RemoteString>>sourceFileNumber 14:04:09 352/520 - 7/10: Installing method RemoteString>>sourcePointer 14:04:09 352/520 - 8/10: Installing method RemoteString>>string 14:04:09 352/520 - 9/10: Installing method RemoteString>>string: 14:04:09 352/520 - 10/10: Installing method RemoteString>>string:onFileNumber:toFile: 14:04:09 352/520 - 1/3: Installing method RemoteString class>>newFileNumber:position: 14:04:09 352/520 - 2/3: Installing method RemoteString class>>newString: 14:04:09 352/520 - 3/3: Installing method RemoteString class>>newString:onFileNumber:toFile: 14:04:10 353/520 - 1/58: Installing method RunArray>>, 14:04:10 353/520 - 2/58: Installing method RunArray>>= 14:04:10 353/520 - 3/58: Installing method RunArray>>add: 14:04:10 353/520 - 4/58: Installing method RunArray>>add:withOccurrences: 14:04:10 353/520 - 5/58: Installing method RunArray>>addFirst: 14:04:10 353/520 - 6/58: Installing method RunArray>>addLast: 14:04:10 353/520 - 7/58: Installing method RunArray>>allSatisfy: 14:04:10 353/520 - 8/58: Installing method RunArray>>anySatisfy: 14:04:10 353/520 - 9/58: Installing method RunArray>>asBag 14:04:10 353/520 - 10/58: Installing method RunArray>>asSet 14:04:10 353/520 - 11/58: Installing method RunArray>>at: 14:04:10 353/520 - 12/58: Installing method RunArray>>at:put: 14:04:10 353/520 - 13/58: Installing method RunArray>>at:setRunOffsetAndValue: 14:04:10 353/520 - 14/58: Installing method RunArray>>coalesce 14:04:10 353/520 - 15/58: Installing method RunArray>>collect: 14:04:10 353/520 - 16/58: Installing method RunArray>>copyFrom:to: 14:04:10 353/520 - 17/58: Installing method RunArray>>copyReplaceFrom:to:with: 14:04:10 353/520 - 18/58: Installing method RunArray>>copyUpThrough: 14:04:10 353/520 - 19/58: Installing method RunArray>>copyUpTo: 14:04:10 353/520 - 20/58: Installing method RunArray>>copyUpToLast: 14:04:10 353/520 - 21/58: Installing method RunArray>>count: 14:04:10 353/520 - 22/58: Installing method RunArray>>detect:ifNone: 14:04:10 353/520 - 23/58: Installing method RunArray>>detectMax: 14:04:10 353/520 - 24/58: Installing method RunArray>>detectMin: 14:04:10 353/520 - 25/58: Installing method RunArray>>do: 14:04:10 353/520 - 26/58: Installing method RunArray>>fillFrom:with: 14:04:10 353/520 - 27/58: Installing method RunArray>>findFirst: 14:04:10 353/520 - 28/58: Installing method RunArray>>findLast: 14:04:10 353/520 - 29/58: Installing method RunArray>>first 14:04:10 353/520 - 30/58: Installing method RunArray>>includes: 14:04:11 353/520 - 31/58: Installing method RunArray>>isSelfEvaluating 14:04:11 353/520 - 32/58: Installing method RunArray>>isSorted 14:04:11 353/520 - 33/58: Installing method RunArray>>isSortedBy: 14:04:11 353/520 - 34/58: Installing method RunArray>>last 14:04:11 353/520 - 35/58: Installing method RunArray>>mapValues: 14:04:11 353/520 - 36/58: Installing method RunArray>>noneSatisfy: 14:04:11 353/520 - 37/58: Installing method RunArray>>postCopy 14:04:11 353/520 - 38/58: Installing method RunArray>>printOn: 14:04:11 353/520 - 39/58: Installing method RunArray>>rangeOf:startingAt: 14:04:11 353/520 - 40/58: Installing method RunArray>>remove:ifAbsent: 14:04:11 353/520 - 41/58: Installing method RunArray>>removeAll 14:04:11 353/520 - 42/58: Installing method RunArray>>repeatLast:ifEmpty: 14:04:11 353/520 - 43/58: Installing method RunArray>>repeatLastIfEmpty: 14:04:11 353/520 - 44/58: Installing method RunArray>>replace: 14:04:11 353/520 - 45/58: Installing method RunArray>>reverseDo: 14:04:11 353/520 - 46/58: Installing method RunArray>>reversed 14:04:11 353/520 - 47/58: Installing method RunArray>>runLengthAt: 14:04:11 353/520 - 48/58: Installing method RunArray>>runs 14:04:11 353/520 - 49/58: Installing method RunArray>>runsAndValuesDo: 14:04:11 353/520 - 50/58: Installing method RunArray>>runsFrom:to:do: 14:04:11 353/520 - 51/58: Installing method RunArray>>select: 14:04:11 353/520 - 52/58: Installing method RunArray>>setRuns:setValues: 14:04:11 353/520 - 53/58: Installing method RunArray>>size 14:04:11 353/520 - 54/58: Installing method RunArray>>storeOn: 14:04:11 353/520 - 55/58: Installing method RunArray>>sum: 14:04:11 353/520 - 56/58: Installing method RunArray>>values 14:04:11 353/520 - 57/58: Installing method RunArray>>withStartStopAndValueDo: 14:04:11 353/520 - 58/58: Installing method RunArray>>writeOn: 14:04:11 353/520 - 1/7: Installing method RunArray class>>new 14:04:11 353/520 - 2/7: Installing method RunArray class>>new: 14:04:11 353/520 - 3/7: Installing method RunArray class>>new:withAll: 14:04:11 353/520 - 4/7: Installing method RunArray class>>newFrom: 14:04:11 353/520 - 5/7: Installing method RunArray class>>newFromArray: 14:04:11 353/520 - 6/7: Installing method RunArray class>>readFrom: 14:04:11 353/520 - 7/7: Installing method RunArray class>>runs:values: 14:04:11 354/520 - 1/2: Installing method SaveCommandLineHandler>>activate 14:04:11 354/520 - 2/2: Installing method SaveCommandLineHandler>>saveImage 14:04:11 354/520 - 1/2: Installing method SaveCommandLineHandler class>>commandName 14:04:11 354/520 - 2/2: Installing method SaveCommandLineHandler class>>description 14:04:12 355/520 - 1/27: Installing method ScaledDecimal>>* 14:04:12 355/520 - 2/27: Installing method ScaledDecimal>>+ 14:04:12 355/520 - 3/27: Installing method ScaledDecimal>>- 14:04:12 355/520 - 4/27: Installing method ScaledDecimal>>/ 14:04:12 355/520 - 5/27: Installing method ScaledDecimal>>< 14:04:12 355/520 - 6/27: Installing method ScaledDecimal>><= 14:04:12 355/520 - 7/27: Installing method ScaledDecimal>>= 14:04:12 355/520 - 8/27: Installing method ScaledDecimal>>> 14:04:12 355/520 - 9/27: Installing method ScaledDecimal>>>= 14:04:12 355/520 - 10/27: Installing method ScaledDecimal>>adaptToFraction:andSend: 14:04:12 355/520 - 11/27: Installing method ScaledDecimal>>adaptToInteger:andSend: 14:04:12 355/520 - 12/27: Installing method ScaledDecimal>>asFraction 14:04:12 355/520 - 13/27: Installing method ScaledDecimal>>coerce: 14:04:12 355/520 - 14/27: Installing method ScaledDecimal>>isFraction 14:04:12 355/520 - 15/27: Installing method ScaledDecimal>>isLiteral 14:04:12 355/520 - 16/27: Installing method ScaledDecimal>>isSelfEvaluating 14:04:12 355/520 - 17/27: Installing method ScaledDecimal>>literalEqual: 14:04:12 355/520 - 18/27: Installing method ScaledDecimal>>negated 14:04:12 355/520 - 19/27: Installing method ScaledDecimal>>printOn: 14:04:12 355/520 - 20/27: Installing method ScaledDecimal>>printOn:base: 14:04:12 355/520 - 21/27: Installing method ScaledDecimal>>raisedTo: 14:04:12 355/520 - 22/27: Installing method ScaledDecimal>>raisedToFraction: 14:04:12 355/520 - 23/27: Installing method ScaledDecimal>>raisedToInteger: 14:04:12 355/520 - 24/27: Installing method ScaledDecimal>>reciprocal 14:04:12 355/520 - 25/27: Installing method ScaledDecimal>>scale 14:04:12 355/520 - 26/27: Installing method ScaledDecimal>>setNumerator:denominator:scale: 14:04:12 355/520 - 27/27: Installing method ScaledDecimal>>squared 14:04:12 355/520 - 1/1: Installing method ScaledDecimal class>>newFromNumber:scale: 14:04:12 356/520 - 1/4: Installing method SelectorException>>messageText 14:04:12 356/520 - 2/4: Installing method SelectorException>>selector 14:04:12 356/520 - 3/4: Installing method SelectorException>>selector: 14:04:12 356/520 - 4/4: Installing method SelectorException>>standardMessageText 14:04:12 356/520 - 1/2: Installing method SelectorException class>>signalFor: 14:04:12 356/520 - 2/2: Installing method SelectorException class>>signalFor:in: 14:04:12 357/520 - 1/5: Installing method SelfVariable>>acceptVisitor:node: 14:04:12 357/520 - 2/5: Installing method SelfVariable>>emitValue: 14:04:12 357/520 - 3/5: Installing method SelfVariable>>isSelfVariable 14:04:12 357/520 - 4/5: Installing method SelfVariable>>readInContext: 14:04:12 357/520 - 5/5: Installing method SelfVariable>>usingMethods 14:04:12 357/520 - 1/1: Installing method SelfVariable class>>variableName 14:04:13 358/520 - 1/20: Installing method Semaphore>>= 14:04:13 358/520 - 2/20: Installing method Semaphore>>consumeAllSignals 14:04:13 358/520 - 3/20: Installing method Semaphore>>critical: 14:04:13 358/520 - 4/20: Installing method Semaphore>>critical:ifCurtailed: 14:04:13 358/520 - 5/20: Installing method Semaphore>>critical:ifError: 14:04:13 358/520 - 6/20: Installing method Semaphore>>critical:ifLocked: 14:04:13 358/520 - 7/20: Installing method Semaphore>>criticalReleasingOnError: 14:04:13 358/520 - 8/20: Installing method Semaphore>>handleProcessTerminationOfWaitingContext: 14:04:13 358/520 - 9/20: Installing method Semaphore>>hash 14:04:13 358/520 - 10/20: Installing method Semaphore>>initSignals 14:04:13 358/520 - 11/20: Installing method Semaphore>>isSignaled 14:04:13 358/520 - 12/20: Installing method Semaphore>>resumeProcess: 14:04:13 358/520 - 13/20: Installing method Semaphore>>signal 14:04:13 358/520 - 14/20: Installing method Semaphore>>signalAll 14:04:13 358/520 - 15/20: Installing method Semaphore>>terminateProcess 14:04:13 358/520 - 16/20: Installing method Semaphore>>wait 14:04:13 358/520 - 17/20: Installing method Semaphore>>waitTimeoutMilliseconds: 14:04:13 358/520 - 18/20: Installing method Semaphore>>waitTimeoutMilliseconds:onCompletion:onTimeout: 14:04:13 358/520 - 19/20: Installing method Semaphore>>waitTimeoutSeconds: 14:04:13 358/520 - 20/20: Installing method Semaphore>>waitTimeoutSeconds:onCompletion:onTimeout: 14:04:13 358/520 - 1/2: Installing method Semaphore class>>forMutualExclusion 14:04:13 358/520 - 2/2: Installing method Semaphore class>>new 14:04:19 359/520 - 1/189: Installing method SequenceableCollection>>, 14:04:19 359/520 - 2/189: Installing method SequenceableCollection>>= 14:04:19 359/520 - 3/189: Installing method SequenceableCollection>>@ 14:04:19 359/520 - 4/189: Installing method SequenceableCollection>>after: 14:04:19 359/520 - 5/189: Installing method SequenceableCollection>>after:ifAbsent: 14:04:19 359/520 - 6/189: Installing method SequenceableCollection>>allButFirst 14:04:19 359/520 - 7/189: Installing method SequenceableCollection>>allButFirst: 14:04:19 359/520 - 8/189: Installing method SequenceableCollection>>allButFirstDo: 14:04:19 359/520 - 9/189: Installing method SequenceableCollection>>allButLast 14:04:19 359/520 - 10/189: Installing method SequenceableCollection>>allButLast: 14:04:19 359/520 - 11/189: Installing method SequenceableCollection>>allButLastDo: 14:04:19 359/520 - 12/189: Installing method SequenceableCollection>>allPairsDo: 14:04:19 359/520 - 13/189: Installing method SequenceableCollection>>anyOne 14:04:19 359/520 - 14/189: Installing method SequenceableCollection>>appendTo: 14:04:19 359/520 - 15/189: Installing method SequenceableCollection>>asArray 14:04:19 359/520 - 16/189: Installing method SequenceableCollection>>asByteArray 14:04:19 359/520 - 17/189: Installing method SequenceableCollection>>asDigitsAt:in:do: 14:04:19 359/520 - 18/189: Installing method SequenceableCollection>>asDigitsToPower:do: 14:04:20 359/520 - 19/189: Installing method SequenceableCollection>>asFloatArray 14:04:20 359/520 - 20/189: Installing method SequenceableCollection>>asIntegerArray 14:04:20 359/520 - 21/189: Installing method SequenceableCollection>>asStringWithCr 14:04:20 359/520 - 22/189: Installing method SequenceableCollection>>asWordArray 14:04:20 359/520 - 23/189: Installing method SequenceableCollection>>at:ifAbsent: 14:04:20 359/520 - 24/189: Installing method SequenceableCollection>>at:incrementBy: 14:04:20 359/520 - 25/189: Installing method SequenceableCollection>>atAll: 14:04:20 359/520 - 26/189: Installing method SequenceableCollection>>atAll:put: 14:04:20 359/520 - 27/189: Installing method SequenceableCollection>>atAll:putAll: 14:04:20 359/520 - 28/189: Installing method SequenceableCollection>>atAllPut: 14:04:20 359/520 - 29/189: Installing method SequenceableCollection>>atLast: 14:04:20 359/520 - 30/189: Installing method SequenceableCollection>>atLast:ifAbsent: 14:04:20 359/520 - 31/189: Installing method SequenceableCollection>>atLast:put: 14:04:20 359/520 - 32/189: Installing method SequenceableCollection>>atPin: 14:04:20 359/520 - 33/189: Installing method SequenceableCollection>>atWrap: 14:04:20 359/520 - 34/189: Installing method SequenceableCollection>>atWrap:put: 14:04:20 359/520 - 35/189: Installing method SequenceableCollection>>before: 14:04:20 359/520 - 36/189: Installing method SequenceableCollection>>before:ifAbsent: 14:04:20 359/520 - 37/189: Installing method SequenceableCollection>>beginsWith: 14:04:20 359/520 - 38/189: Installing method SequenceableCollection>>beginsWithAnyOf: 14:04:20 359/520 - 39/189: Installing method SequenceableCollection>>bind: 14:04:20 359/520 - 40/189: Installing method SequenceableCollection>>collect: 14:04:20 359/520 - 41/189: Installing method SequenceableCollection>>collect:from:to: 14:04:20 359/520 - 42/189: Installing method SequenceableCollection>>collect:thenReject: 14:04:20 359/520 - 43/189: Installing method SequenceableCollection>>collect:thenSelect: 14:04:20 359/520 - 44/189: Installing method SequenceableCollection>>collectWithIndex: 14:04:20 359/520 - 45/189: Installing method SequenceableCollection>>combinations 14:04:20 359/520 - 46/189: Installing method SequenceableCollection>>combinations: 14:04:20 359/520 - 47/189: Installing method SequenceableCollection>>combinations:atATimeDo: 14:04:20 359/520 - 48/189: Installing method SequenceableCollection>>combinationsAt:in:after:do: 14:04:20 359/520 - 49/189: Installing method SequenceableCollection>>copyAfter: 14:04:20 359/520 - 50/189: Installing method SequenceableCollection>>copyAfterLast: 14:04:20 359/520 - 51/189: Installing method SequenceableCollection>>copyEmpty 14:04:20 359/520 - 52/189: Installing method SequenceableCollection>>copyFrom:to: 14:04:20 359/520 - 53/189: Installing method SequenceableCollection>>copyReplaceAll:with: 14:04:20 359/520 - 54/189: Installing method SequenceableCollection>>copyReplaceFrom:to:with: 14:04:20 359/520 - 55/189: Installing method SequenceableCollection>>copyUpThrough: 14:04:20 359/520 - 56/189: Installing method SequenceableCollection>>copyUpTo: 14:04:20 359/520 - 57/189: Installing method SequenceableCollection>>copyUpToLast: 14:04:20 359/520 - 58/189: Installing method SequenceableCollection>>copyWith: 14:04:20 359/520 - 59/189: Installing method SequenceableCollection>>copyWithFirst: 14:04:20 359/520 - 60/189: Installing method SequenceableCollection>>copyWithoutFirst 14:04:20 359/520 - 61/189: Installing method SequenceableCollection>>copyWithoutIndex: 14:04:20 359/520 - 62/189: Installing method SequenceableCollection>>detectIndex: 14:04:20 359/520 - 63/189: Installing method SequenceableCollection>>detectIndex:ifNone: 14:04:20 359/520 - 64/189: Installing method SequenceableCollection>>difference: 14:04:20 359/520 - 65/189: Installing method SequenceableCollection>>do: 14:04:20 359/520 - 66/189: Installing method SequenceableCollection>>do:separatedBy: 14:04:20 359/520 - 67/189: Installing method SequenceableCollection>>do:without: 14:04:20 359/520 - 68/189: Installing method SequenceableCollection>>eighth 14:04:20 359/520 - 69/189: Installing method SequenceableCollection>>endsWith: 14:04:20 359/520 - 70/189: Installing method SequenceableCollection>>endsWithAnyOf: 14:04:20 359/520 - 71/189: Installing method SequenceableCollection>>errorOutOfBounds 14:04:20 359/520 - 72/189: Installing method SequenceableCollection>>fifth 14:04:20 359/520 - 73/189: Installing method SequenceableCollection>>findBinary: 14:04:20 359/520 - 74/189: Installing method SequenceableCollection>>findBinary:do:ifNone: 14:04:20 359/520 - 75/189: Installing method SequenceableCollection>>findBinary:ifNone: 14:04:20 359/520 - 76/189: Installing method SequenceableCollection>>findBinaryIndex: 14:04:20 359/520 - 77/189: Installing method SequenceableCollection>>findBinaryIndex:do:ifNone: 14:04:20 359/520 - 78/189: Installing method SequenceableCollection>>findBinaryIndex:ifNone: 14:04:20 359/520 - 79/189: Installing method SequenceableCollection>>findFirst: 14:04:20 359/520 - 80/189: Installing method SequenceableCollection>>findLast: 14:04:20 359/520 - 81/189: Installing method SequenceableCollection>>first 14:04:20 359/520 - 82/189: Installing method SequenceableCollection>>first: 14:04:20 359/520 - 83/189: Installing method SequenceableCollection>>flatCollect: 14:04:20 359/520 - 84/189: Installing method SequenceableCollection>>forceTo:paddingStartWith: 14:04:20 359/520 - 85/189: Installing method SequenceableCollection>>forceTo:paddingWith: 14:04:20 359/520 - 86/189: Installing method SequenceableCollection>>fourth 14:04:20 359/520 - 87/189: Installing method SequenceableCollection>>from:to:do: 14:04:20 359/520 - 88/189: Installing method SequenceableCollection>>from:to:put: 14:04:20 359/520 - 89/189: Installing method SequenceableCollection>>groupByRuns: 14:04:20 359/520 - 90/189: Installing method SequenceableCollection>>groupsOf:atATimeCollect: 14:04:20 359/520 - 91/189: Installing method SequenceableCollection>>groupsOf:atATimeDo: 14:04:20 359/520 - 92/189: Installing method SequenceableCollection>>grownBy: 14:04:20 359/520 - 93/189: Installing method SequenceableCollection>>hasEqualElements: 14:04:20 359/520 - 94/189: Installing method SequenceableCollection>>hash 14:04:20 359/520 - 95/189: Installing method SequenceableCollection>>identityIndexOf: 14:04:21 359/520 - 96/189: Installing method SequenceableCollection>>identityIndexOf:ifAbsent: 14:04:21 359/520 - 97/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts: 14:04:21 359/520 - 98/189: Installing method SequenceableCollection>>ifCutOn:doWithCutAndUncuts:finally: 14:04:21 359/520 - 99/189: Installing method SequenceableCollection>>includes: 14:04:21 359/520 - 100/189: Installing method SequenceableCollection>>indexOf: 14:04:21 359/520 - 101/189: Installing method SequenceableCollection>>indexOf:ifAbsent: 14:04:21 359/520 - 102/189: Installing method SequenceableCollection>>indexOf:startingAt: 14:04:21 359/520 - 103/189: Installing method SequenceableCollection>>indexOf:startingAt:ifAbsent: 14:04:21 359/520 - 104/189: Installing method SequenceableCollection>>indexOfAnyOf: 14:04:21 359/520 - 105/189: Installing method SequenceableCollection>>indexOfAnyOf:ifAbsent: 14:04:21 359/520 - 106/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt: 14:04:21 359/520 - 107/189: Installing method SequenceableCollection>>indexOfAnyOf:startingAt:ifAbsent: 14:04:21 359/520 - 108/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt: 14:04:21 359/520 - 109/189: Installing method SequenceableCollection>>indexOfSubCollection:startingAt:ifAbsent: 14:04:21 359/520 - 110/189: Installing method SequenceableCollection>>isSequenceable 14:04:21 359/520 - 111/189: Installing method SequenceableCollection>>isSorted 14:04:21 359/520 - 112/189: Installing method SequenceableCollection>>isSortedBy: 14:04:21 359/520 - 113/189: Installing method SequenceableCollection>>join: 14:04:21 359/520 - 114/189: Installing method SequenceableCollection>>joinTo: 14:04:21 359/520 - 115/189: Installing method SequenceableCollection>>joinUsing: 14:04:21 359/520 - 116/189: Installing method SequenceableCollection>>joinUsing:last: 14:04:21 359/520 - 117/189: Installing method SequenceableCollection>>keysAndValuesDo: 14:04:21 359/520 - 118/189: Installing method SequenceableCollection>>last 14:04:21 359/520 - 119/189: Installing method SequenceableCollection>>last: 14:04:21 359/520 - 120/189: Installing method SequenceableCollection>>lastIndexOf: 14:04:21 359/520 - 121/189: Installing method SequenceableCollection>>lastIndexOf:ifAbsent: 14:04:21 359/520 - 122/189: Installing method SequenceableCollection>>lastIndexOf:startingAt:ifAbsent: 14:04:21 359/520 - 123/189: Installing method SequenceableCollection>>lastIndexOfAnyOf:startingAt:ifAbsent: 14:04:21 359/520 - 124/189: Installing method SequenceableCollection>>mergeFirst:middle:last:into:by: 14:04:21 359/520 - 125/189: Installing method SequenceableCollection>>mergeSortFrom:to:by: 14:04:21 359/520 - 126/189: Installing method SequenceableCollection>>mergeSortFrom:to:src:dst:by: 14:04:21 359/520 - 127/189: Installing method SequenceableCollection>>middle 14:04:21 359/520 - 128/189: Installing method SequenceableCollection>>nextToLast 14:04:21 359/520 - 129/189: Installing method SequenceableCollection>>ninth 14:04:21 359/520 - 130/189: Installing method SequenceableCollection>>overlappingPairsCollect: 14:04:21 359/520 - 131/189: Installing method SequenceableCollection>>overlappingPairsDo: 14:04:21 359/520 - 132/189: Installing method SequenceableCollection>>overlappingPairsWithIndexDo: 14:04:21 359/520 - 133/189: Installing method SequenceableCollection>>paddedWith:do: 14:04:21 359/520 - 134/189: Installing method SequenceableCollection>>pairsCollect: 14:04:21 359/520 - 135/189: Installing method SequenceableCollection>>pairsDo: 14:04:21 359/520 - 136/189: Installing method SequenceableCollection>>permutationsDo: 14:04:21 359/520 - 137/189: Installing method SequenceableCollection>>permutationsStartingAt:do: 14:04:21 359/520 - 138/189: Installing method SequenceableCollection>>permutationsWithRepetitionOfSize:subSize:in:do: 14:04:21 359/520 - 139/189: Installing method SequenceableCollection>>permutationsWithRepetitionsDo: 14:04:21 359/520 - 140/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize: 14:04:21 359/520 - 141/189: Installing method SequenceableCollection>>permutationsWithRepetitionsOfSize:do: 14:04:21 359/520 - 142/189: Installing method SequenceableCollection>>piecesCutWhere: 14:04:21 359/520 - 143/189: Installing method SequenceableCollection>>piecesCutWhere:do: 14:04:21 359/520 - 144/189: Installing method SequenceableCollection>>polynomialEval: 14:04:21 359/520 - 145/189: Installing method SequenceableCollection>>putOn: 14:04:21 359/520 - 146/189: Installing method SequenceableCollection>>readStream 14:04:21 359/520 - 147/189: Installing method SequenceableCollection>>readStreamDo: 14:04:21 359/520 - 148/189: Installing method SequenceableCollection>>reduce: 14:04:21 359/520 - 149/189: Installing method SequenceableCollection>>reduceLeft: 14:04:21 359/520 - 150/189: Installing method SequenceableCollection>>reduceRight: 14:04:21 359/520 - 151/189: Installing method SequenceableCollection>>reject: 14:04:21 359/520 - 152/189: Installing method SequenceableCollection>>reject:thenCollect: 14:04:21 359/520 - 153/189: Installing method SequenceableCollection>>reject:thenDo: 14:04:21 359/520 - 154/189: Installing method SequenceableCollection>>remove:ifAbsent: 14:04:21 359/520 - 155/189: Installing method SequenceableCollection>>replace: 14:04:21 359/520 - 156/189: Installing method SequenceableCollection>>replaceAll:with: 14:04:21 359/520 - 157/189: Installing method SequenceableCollection>>replaceFrom:to:with: 14:04:21 359/520 - 158/189: Installing method SequenceableCollection>>replaceFrom:to:with:startingAt: 14:04:21 359/520 - 159/189: Installing method SequenceableCollection>>reverse 14:04:21 359/520 - 160/189: Installing method SequenceableCollection>>reverseDo: 14:04:21 359/520 - 161/189: Installing method SequenceableCollection>>reverseWith:do: 14:04:21 359/520 - 162/189: Installing method SequenceableCollection>>reverseWithIndexDo: 14:04:21 359/520 - 163/189: Installing method SequenceableCollection>>reversed 14:04:21 359/520 - 164/189: Installing method SequenceableCollection>>second 14:04:21 359/520 - 165/189: Installing method SequenceableCollection>>select: 14:04:21 359/520 - 166/189: Installing method SequenceableCollection>>select:thenCollect: 14:04:21 359/520 - 167/189: Installing method SequenceableCollection>>select:thenDo: 14:04:21 359/520 - 168/189: Installing method SequenceableCollection>>seventh 14:04:21 359/520 - 169/189: Installing method SequenceableCollection>>sixth 14:04:22 359/520 - 170/189: Installing method SequenceableCollection>>size 14:04:22 359/520 - 171/189: Installing method SequenceableCollection>>sort 14:04:22 359/520 - 172/189: Installing method SequenceableCollection>>sort: 14:04:22 359/520 - 173/189: Installing method SequenceableCollection>>sorted 14:04:22 359/520 - 174/189: Installing method SequenceableCollection>>sorted: 14:04:22 359/520 - 175/189: Installing method SequenceableCollection>>split:indicesDo: 14:04:22 359/520 - 176/189: Installing method SequenceableCollection>>splitOn: 14:04:22 359/520 - 177/189: Installing method SequenceableCollection>>splitOn:do: 14:04:22 359/520 - 178/189: Installing method SequenceableCollection>>splitOn:indicesDo: 14:04:22 359/520 - 179/189: Installing method SequenceableCollection>>swap:with: 14:04:22 359/520 - 180/189: Installing method SequenceableCollection>>takeFirst: 14:04:22 359/520 - 181/189: Installing method SequenceableCollection>>third 14:04:22 359/520 - 182/189: Installing method SequenceableCollection>>truncatedToSize: 14:04:22 359/520 - 183/189: Installing method SequenceableCollection>>with:collect: 14:04:22 359/520 - 184/189: Installing method SequenceableCollection>>with:do: 14:04:22 359/520 - 185/189: Installing method SequenceableCollection>>withIndexCollect: 14:04:22 359/520 - 186/189: Installing method SequenceableCollection>>withIndexDo: 14:04:22 359/520 - 187/189: Installing method SequenceableCollection>>withIndexSelect: 14:04:22 359/520 - 188/189: Installing method SequenceableCollection>>writeStream 14:04:22 359/520 - 189/189: Installing method SequenceableCollection>>writeStreamDo: 14:04:22 359/520 - 1/6: Installing method SequenceableCollection class>>isAbstract 14:04:22 359/520 - 2/6: Installing method SequenceableCollection class>>new:streamContents: 14:04:22 359/520 - 3/6: Installing method SequenceableCollection class>>ofSize: 14:04:22 359/520 - 4/6: Installing method SequenceableCollection class>>streamContents: 14:04:22 359/520 - 5/6: Installing method SequenceableCollection class>>streamContents:limitedTo: 14:04:22 359/520 - 6/6: Installing method SequenceableCollection class>>streamSpecies 14:04:22 360/520 - 1/3: Installing method SessionAccessModeResolver class>>initialize 14:04:22 360/520 - 2/3: Installing method SessionAccessModeResolver class>>resolve 14:04:22 360/520 - 3/3: Installing method SessionAccessModeResolver class>>startUp: 14:04:22 361/520 - 1/11: Installing method SessionCategory>>defaultPriority 14:04:22 361/520 - 2/11: Installing method SessionCategory>>initialize 14:04:22 361/520 - 3/11: Installing method SessionCategory>>listAtPriority: 14:04:22 361/520 - 4/11: Installing method SessionCategory>>name 14:04:22 361/520 - 5/11: Installing method SessionCategory>>name: 14:04:22 361/520 - 6/11: Installing method SessionCategory>>printOn: 14:04:22 361/520 - 7/11: Installing method SessionCategory>>prioritizedList 14:04:22 361/520 - 8/11: Installing method SessionCategory>>register: 14:04:22 361/520 - 9/11: Installing method SessionCategory>>register:atPriority: 14:04:22 361/520 - 10/11: Installing method SessionCategory>>renamedClass:from:to: 14:04:23 361/520 - 11/11: Installing method SessionCategory>>unregisterHandler: 14:04:24 362/520 - 1/38: Installing method SessionManager>>addDeferredStartupAction: 14:04:24 362/520 - 2/38: Installing method SessionManager>>basicCreateCategory: 14:04:24 362/520 - 3/38: Installing method SessionManager>>categoryNamed: 14:04:24 362/520 - 4/38: Installing method SessionManager>>createCategory: 14:04:24 362/520 - 5/38: Installing method SessionManager>>createCategory:after: 14:04:24 362/520 - 6/38: Installing method SessionManager>>currentSession 14:04:24 362/520 - 7/38: Installing method SessionManager>>defaultPriority 14:04:24 362/520 - 8/38: Installing method SessionManager>>guiCategory 14:04:24 362/520 - 9/38: Installing method SessionManager>>hasRegistered: 14:04:24 362/520 - 10/38: Installing method SessionManager>>initialize 14:04:24 362/520 - 11/38: Installing method SessionManager>>installNewSession 14:04:24 362/520 - 12/38: Installing method SessionManager>>installSession: 14:04:24 362/520 - 13/38: Installing method SessionManager>>launchSnapshot:andQuit: 14:04:24 362/520 - 14/38: Installing method SessionManager>>maxPriority 14:04:24 362/520 - 15/38: Installing method SessionManager>>networkCategory 14:04:24 362/520 - 16/38: Installing method SessionManager>>newSession 14:04:24 362/520 - 17/38: Installing method SessionManager>>register: 14:04:24 362/520 - 18/38: Installing method SessionManager>>register:inCategory: 14:04:24 362/520 - 19/38: Installing method SessionManager>>register:inCategory:atPriority: 14:04:24 362/520 - 20/38: Installing method SessionManager>>registerGuiClassNamed: 14:04:24 362/520 - 21/38: Installing method SessionManager>>registerGuiClassNamed:atPriority: 14:04:24 362/520 - 22/38: Installing method SessionManager>>registerLast:inCategory: 14:04:24 362/520 - 23/38: Installing method SessionManager>>registerNetworkClassNamed: 14:04:24 362/520 - 24/38: Installing method SessionManager>>registerSystemClassNamed: 14:04:24 362/520 - 25/38: Installing method SessionManager>>registerSystemClassNamed:atPriority: 14:04:24 362/520 - 26/38: Installing method SessionManager>>registerToolClassNamed: 14:04:24 362/520 - 27/38: Installing method SessionManager>>registerUserClassNamed: 14:04:24 362/520 - 28/38: Installing method SessionManager>>registerUserClassNamed:atPriority: 14:04:24 362/520 - 29/38: Installing method SessionManager>>renamedClass:from:to: 14:04:24 362/520 - 30/38: Installing method SessionManager>>shutdownList 14:04:24 362/520 - 31/38: Installing method SessionManager>>snapshot:andQuit: 14:04:24 362/520 - 32/38: Installing method SessionManager>>startupList 14:04:24 362/520 - 33/38: Installing method SessionManager>>systemCategory 14:04:24 362/520 - 34/38: Installing method SessionManager>>toolsCategory 14:04:24 362/520 - 35/38: Installing method SessionManager>>uninstallSession: 14:04:24 362/520 - 36/38: Installing method SessionManager>>unregisterClassNamed: 14:04:24 362/520 - 37/38: Installing method SessionManager>>unregisterHandler: 14:04:24 362/520 - 38/38: Installing method SessionManager>>userCategory 14:04:25 362/520 - 1/6: Installing method SessionManager class>>classRemoved: 14:04:25 362/520 - 2/6: Installing method SessionManager class>>classRenamed: 14:04:25 362/520 - 3/6: Installing method SessionManager class>>default 14:04:25 362/520 - 4/6: Installing method SessionManager class>>default: 14:04:25 362/520 - 5/6: Installing method SessionManager class>>initialize 14:04:25 362/520 - 6/6: Installing method SessionManager class>>initializeKernelRegistrations 14:04:25 363/520 - 1/23: Installing method Set>>= 14:04:25 363/520 - 2/23: Installing method Set>>add: 14:04:25 363/520 - 3/23: Installing method Set>>asSet 14:04:25 363/520 - 4/23: Installing method Set>>collect: 14:04:25 363/520 - 5/23: Installing method Set>>copyWithout: 14:04:25 363/520 - 6/23: Installing method Set>>difference: 14:04:25 363/520 - 7/23: Installing method Set>>do: 14:04:25 363/520 - 8/23: Installing method Set>>fixCollisionsFrom: 14:04:25 363/520 - 9/23: Installing method Set>>grow 14:04:25 363/520 - 10/23: Installing method Set>>includes: 14:04:25 363/520 - 11/23: Installing method Set>>intersection: 14:04:25 363/520 - 12/23: Installing method Set>>isHealthy 14:04:25 363/520 - 13/23: Installing method Set>>like: 14:04:25 363/520 - 14/23: Installing method Set>>like:ifAbsent: 14:04:25 363/520 - 15/23: Installing method Set>>max: 14:04:25 363/520 - 16/23: Installing method Set>>noCheckAdd: 14:04:25 363/520 - 17/23: Installing method Set>>noCheckNoGrowFillFrom: 14:04:25 363/520 - 18/23: Installing method Set>>occurrencesOf: 14:04:25 363/520 - 19/23: Installing method Set>>postCopy 14:04:25 363/520 - 20/23: Installing method Set>>rehash 14:04:25 363/520 - 21/23: Installing method Set>>remove:ifAbsent: 14:04:25 363/520 - 22/23: Installing method Set>>scanFor: 14:04:25 363/520 - 23/23: Installing method Set>>withArray: 14:04:25 363/520 - 1/2: Installing method Set class>>newFrom: 14:04:25 363/520 - 2/2: Installing method Set class>>sizeFor: 14:04:26 364/520 - 1/11: Installing method ShAbstractChange>>= 14:04:26 364/520 - 2/11: Installing method ShAbstractChange>>announceChanges 14:04:26 364/520 - 3/11: Installing method ShAbstractChange>>builder 14:04:26 364/520 - 4/11: Installing method ShAbstractChange>>builder: 14:04:26 364/520 - 5/11: Installing method ShAbstractChange>>hasChangeClassSideShape 14:04:26 364/520 - 6/11: Installing method ShAbstractChange>>hasChangeInstanceSideShape 14:04:26 364/520 - 7/11: Installing method ShAbstractChange>>hasToMigrateInstances 14:04:26 364/520 - 8/11: Installing method ShAbstractChange>>hash 14:04:26 364/520 - 9/11: Installing method ShAbstractChange>>oldClass 14:04:26 364/520 - 10/11: Installing method ShAbstractChange>>oldClass: 14:04:26 364/520 - 11/11: Installing method ShAbstractChange>>propagateToSubclasses: 14:04:26 364/520 - 1/1: Installing method ShAbstractChange class>>isAbstract 14:04:26 365/520 - 1/3: Installing method ShAbstractChangeDetector>>builder 14:04:26 365/520 - 2/3: Installing method ShAbstractChangeDetector>>builder: 14:04:26 365/520 - 3/3: Installing method ShAbstractChangeDetector>>compareClass 14:04:26 365/520 - 1/3: Installing method ShAbstractChangeDetector class>>builder: 14:04:26 365/520 - 2/3: Installing method ShAbstractChangeDetector class>>compareClass:with: 14:04:26 365/520 - 3/3: Installing method ShAbstractChangeDetector class>>isAbstract 14:04:26 366/520 - 1/4: Installing method ShAbstractClassChangeDetector>>compareClass 14:04:26 366/520 - 2/4: Installing method ShAbstractClassChangeDetector>>compareVariables:with: 14:04:26 366/520 - 3/4: Installing method ShAbstractClassChangeDetector>>initialize 14:04:26 366/520 - 4/4: Installing method ShAbstractClassChangeDetector>>newChanges 14:04:26 366/520 - 1/1: Installing method ShAbstractClassChangeDetector class>>isAbstract 14:04:26 367/520 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector>>newChanges 14:04:27 367/520 - 1/1: Installing method ShAbstractInstanceSideClassChangeDetector class>>isAbstract 14:04:27 368/520 - 1/1: Installing method ShBitLayoutChangeDetector>>compareClass 14:04:27 369/520 - 1/2: Installing method ShBitLayoutChanged>>hasChangeInstanceSideShape 14:04:27 369/520 - 2/2: Installing method ShBitLayoutChanged>>propagateToSubclasses: 14:04:27 370/520 - 1/3: Installing method ShClassChanged>>announceChanges 14:04:27 370/520 - 2/3: Installing method ShClassChanged>>builder: 14:04:27 370/520 - 3/3: Installing method ShClassChanged>>propagateToSubclasses: 14:04:27 371/520 - 1/2: Installing method ShClassSlotChangeDetector>>initialize 14:04:27 371/520 - 2/2: Installing method ShClassSlotChangeDetector>>newChanges 14:04:28 372/520 - 1/19: Installing method ShDefaultBuilderEnhancer>>afterMethodsCompiled: 14:04:28 372/520 - 2/19: Installing method ShDefaultBuilderEnhancer>>afterMigratingClass:installer: 14:04:28 372/520 - 3/19: Installing method ShDefaultBuilderEnhancer>>allSlotsForBuilder: 14:04:28 372/520 - 4/19: Installing method ShDefaultBuilderEnhancer>>allSlotsToInstallForBuilder: 14:04:28 372/520 - 5/19: Installing method ShDefaultBuilderEnhancer>>beforeMigratingClass:installer: 14:04:28 372/520 - 6/19: Installing method ShDefaultBuilderEnhancer>>classCreated: 14:04:28 372/520 - 7/19: Installing method ShDefaultBuilderEnhancer>>compileMethodsFor: 14:04:28 372/520 - 8/19: Installing method ShDefaultBuilderEnhancer>>configureClass:superclass:withLayoutType:slots: 14:04:28 372/520 - 9/19: Installing method ShDefaultBuilderEnhancer>>configureMetaclass:superclass:withLayoutType:slots: 14:04:28 372/520 - 10/19: Installing method ShDefaultBuilderEnhancer>>fillBuilder:from: 14:04:28 372/520 - 11/19: Installing method ShDefaultBuilderEnhancer>>hasToSkipSlot: 14:04:28 372/520 - 12/19: Installing method ShDefaultBuilderEnhancer>>initializeBuilder: 14:04:28 372/520 - 13/19: Installing method ShDefaultBuilderEnhancer>>metaclassCreated: 14:04:28 372/520 - 14/19: Installing method ShDefaultBuilderEnhancer>>migrateInstancesTo:installer: 14:04:28 372/520 - 15/19: Installing method ShDefaultBuilderEnhancer>>migrateToClass:installer: 14:04:28 372/520 - 16/19: Installing method ShDefaultBuilderEnhancer>>newMetaclass: 14:04:28 372/520 - 17/19: Installing method ShDefaultBuilderEnhancer>>on:declareClassVariables:sharing: 14:04:28 372/520 - 18/19: Installing method ShDefaultBuilderEnhancer>>propagateChangesToRelatedClasses:builder: 14:04:28 372/520 - 19/19: Installing method ShDefaultBuilderEnhancer>>validateRedefinition: 14:04:28 372/520 - 1/1: Installing method ShDefaultBuilderEnhancer class>>isApplicableFor: 14:04:28 373/520 - 1/3: Installing method ShInstanceShapeChanged>>hasChangeInstanceSideShape 14:04:28 373/520 - 2/3: Installing method ShInstanceShapeChanged>>hasToMigrateInstances 14:04:28 373/520 - 3/3: Installing method ShInstanceShapeChanged>>propagateToSubclasses: 14:04:28 374/520 - 1/1: Installing method ShLayoutChangeDetector>>initialize 14:04:28 375/520 - 1/16: Installing method ShLayoutDefinition>>allSlots 14:04:28 375/520 - 2/16: Installing method ShLayoutDefinition>>builder: 14:04:28 375/520 - 3/16: Installing method ShLayoutDefinition>>classSlots 14:04:28 375/520 - 4/16: Installing method ShLayoutDefinition>>classSlots: 14:04:28 375/520 - 5/16: Installing method ShLayoutDefinition>>initialize 14:04:28 375/520 - 6/16: Installing method ShLayoutDefinition>>isBits 14:04:28 375/520 - 7/16: Installing method ShLayoutDefinition>>layoutClass 14:04:28 375/520 - 8/16: Installing method ShLayoutDefinition>>layoutClass: 14:04:28 375/520 - 9/16: Installing method ShLayoutDefinition>>sharedPools 14:04:28 375/520 - 10/16: Installing method ShLayoutDefinition>>sharedPools: 14:04:29 375/520 - 11/16: Installing method ShLayoutDefinition>>sharedPoolsString 14:04:29 375/520 - 12/16: Installing method ShLayoutDefinition>>sharedVariables 14:04:29 375/520 - 13/16: Installing method ShLayoutDefinition>>sharedVariables: 14:04:29 375/520 - 14/16: Installing method ShLayoutDefinition>>slots 14:04:29 375/520 - 15/16: Installing method ShLayoutDefinition>>slots: 14:04:29 375/520 - 16/16: Installing method ShLayoutDefinition>>validate 14:04:29 376/520 - 1/2: Installing method ShMetaclassChangeDetector>>initialize 14:04:29 376/520 - 2/2: Installing method ShMetaclassChangeDetector>>newChanges 14:04:29 377/520 - 1/4: Installing method ShMetaclassChanged>>announceChanges 14:04:29 377/520 - 2/4: Installing method ShMetaclassChanged>>builder: 14:04:29 377/520 - 3/4: Installing method ShMetaclassChanged>>hasChangeClassSideShape 14:04:29 377/520 - 4/4: Installing method ShMetaclassChanged>>propagateToSubclasses: 14:04:29 379/520 - 1/1: Installing method ShSharedPoolChangeDetector>>initialize 14:04:29 380/520 - 1/1: Installing method ShSharedVariablesChangeDetector>>initialize 14:04:29 381/520 - 1/1: Installing method ShSlotChangeDetector>>initialize 14:04:29 382/520 - 1/1: Installing method ShSuperclassChangeDetector>>initialize 14:04:29 382/520 - 1/1: Installing method ShSuperclassChangeDetector class>>initialize 14:04:30 383/520 - 1/2: Installing method ShSuperclassChanged>>hasToMigrateInstances 14:04:30 383/520 - 2/2: Installing method ShSuperclassChanged>>propagateToSubclasses: 14:04:30 384/520 - 1/9: Installing method SharedPool class>>bindingOf: 14:04:30 384/520 - 2/9: Installing method SharedPool class>>classBindingOf: 14:04:30 384/520 - 3/9: Installing method SharedPool class>>includesKey: 14:04:30 384/520 - 4/9: Installing method SharedPool class>>isPool 14:04:30 384/520 - 5/9: Installing method SharedPool class>>isUsed 14:04:30 384/520 - 6/9: Installing method SharedPool class>>localBindingOf: 14:04:30 384/520 - 7/9: Installing method SharedPool class>>methodsAccessingPoolVariables 14:04:30 384/520 - 8/9: Installing method SharedPool class>>poolUsers 14:04:30 384/520 - 9/9: Installing method SharedPool class>>usingMethods 14:04:30 385/520 - 1/16: Installing method SharedQueue>>atEnd 14:04:30 385/520 - 2/16: Installing method SharedQueue>>contents 14:04:30 385/520 - 3/16: Installing method SharedQueue>>findFirst: 14:04:30 385/520 - 4/16: Installing method SharedQueue>>flush 14:04:30 385/520 - 5/16: Installing method SharedQueue>>flushAllSuchThat: 14:04:30 385/520 - 6/16: Installing method SharedQueue>>initialize 14:04:30 385/520 - 7/16: Installing method SharedQueue>>isEmpty 14:04:30 385/520 - 8/16: Installing method SharedQueue>>next 14:04:30 385/520 - 9/16: Installing method SharedQueue>>nextOrNil 14:04:30 385/520 - 10/16: Installing method SharedQueue>>nextOrNilSuchThat: 14:04:30 385/520 - 11/16: Installing method SharedQueue>>nextPut: 14:04:30 385/520 - 12/16: Installing method SharedQueue>>peek 14:04:30 385/520 - 13/16: Installing method SharedQueue>>postCopy 14:04:30 385/520 - 14/16: Installing method SharedQueue>>printOn: 14:04:30 385/520 - 15/16: Installing method SharedQueue>>removeAll 14:04:30 385/520 - 16/16: Installing method SharedQueue>>size 14:04:30 385/520 - 1/1: Installing method SharedQueue class>>new 14:04:30 386/520 - 1/5: Installing method ShiftAnonymousClassInstaller>>comment: 14:04:30 386/520 - 2/5: Installing method ShiftAnonymousClassInstaller>>installInEnvironment: 14:04:30 386/520 - 3/5: Installing method ShiftAnonymousClassInstaller>>installSubclassInSuperclass: 14:04:30 386/520 - 4/5: Installing method ShiftAnonymousClassInstaller>>notifyChanges 14:04:31 386/520 - 5/5: Installing method ShiftAnonymousClassInstaller>>updatePackage: 14:04:32 387/520 - 1/84: Installing method ShiftClassBuilder>>addChange: 14:04:32 387/520 - 2/84: Installing method ShiftClassBuilder>>addChangeComparer: 14:04:32 387/520 - 3/84: Installing method ShiftClassBuilder>>allSlots 14:04:32 387/520 - 4/84: Installing method ShiftClassBuilder>>build 14:04:32 387/520 - 5/84: Installing method ShiftClassBuilder>>buildEnvironment 14:04:32 387/520 - 6/84: Installing method ShiftClassBuilder>>buildEnvironment: 14:04:32 387/520 - 7/84: Installing method ShiftClassBuilder>>builderEnhancer 14:04:32 387/520 - 8/84: Installing method ShiftClassBuilder>>builderEnhancer: 14:04:32 387/520 - 9/84: Installing method ShiftClassBuilder>>changeComparers 14:04:32 387/520 - 10/84: Installing method ShiftClassBuilder>>changes 14:04:32 387/520 - 11/84: Installing method ShiftClassBuilder>>classNamed: 14:04:32 387/520 - 12/84: Installing method ShiftClassBuilder>>classSlots 14:04:32 387/520 - 13/84: Installing method ShiftClassBuilder>>classSlots: 14:04:32 387/520 - 14/84: Installing method ShiftClassBuilder>>comment 14:04:32 387/520 - 15/84: Installing method ShiftClassBuilder>>comment: 14:04:32 387/520 - 16/84: Installing method ShiftClassBuilder>>comment:stamp: 14:04:32 387/520 - 17/84: Installing method ShiftClassBuilder>>commentStamp 14:04:32 387/520 - 18/84: Installing method ShiftClassBuilder>>commentStamp: 14:04:32 387/520 - 19/84: Installing method ShiftClassBuilder>>compareWithOldClass 14:04:32 387/520 - 20/84: Installing method ShiftClassBuilder>>compileMethods 14:04:32 387/520 - 21/84: Installing method ShiftClassBuilder>>copyProtocols 14:04:32 387/520 - 22/84: Installing method ShiftClassBuilder>>createClass 14:04:32 387/520 - 23/84: Installing method ShiftClassBuilder>>createMetaclass 14:04:32 387/520 - 24/84: Installing method ShiftClassBuilder>>createSharedVariables 14:04:32 387/520 - 25/84: Installing method ShiftClassBuilder>>detectBuilderEnhancer 14:04:32 387/520 - 26/84: Installing method ShiftClassBuilder>>doesNotUnderstand: 14:04:32 387/520 - 27/84: Installing method ShiftClassBuilder>>environment 14:04:32 387/520 - 28/84: Installing method ShiftClassBuilder>>environment: 14:04:32 387/520 - 29/84: Installing method ShiftClassBuilder>>fillClassSideFromEnvironment: 14:04:32 387/520 - 30/84: Installing method ShiftClassBuilder>>fillFor: 14:04:32 387/520 - 31/84: Installing method ShiftClassBuilder>>fillInstanceSideFromClass: 14:04:32 387/520 - 32/84: Installing method ShiftClassBuilder>>fluidInstall 14:04:32 387/520 - 33/84: Installing method ShiftClassBuilder>>hasToMigrateInstances 14:04:32 387/520 - 34/84: Installing method ShiftClassBuilder>>initialize 14:04:32 387/520 - 35/84: Installing method ShiftClassBuilder>>install 14:04:32 387/520 - 36/84: Installing method ShiftClassBuilder>>installSlotsAndVariables 14:04:32 387/520 - 37/84: Installing method ShiftClassBuilder>>installingEnvironment 14:04:32 387/520 - 38/84: Installing method ShiftClassBuilder>>installingEnvironment: 14:04:32 387/520 - 39/84: Installing method ShiftClassBuilder>>isInRemake 14:04:32 387/520 - 40/84: Installing method ShiftClassBuilder>>isRebuild 14:04:32 387/520 - 41/84: Installing method ShiftClassBuilder>>layout: 14:04:32 387/520 - 42/84: Installing method ShiftClassBuilder>>layoutClass 14:04:33 387/520 - 43/84: Installing method ShiftClassBuilder>>layoutClass: 14:04:33 387/520 - 44/84: Installing method ShiftClassBuilder>>layoutDefinition 14:04:33 387/520 - 45/84: Installing method ShiftClassBuilder>>markIsInRemake 14:04:33 387/520 - 46/84: Installing method ShiftClassBuilder>>metaSuperclass 14:04:33 387/520 - 47/84: Installing method ShiftClassBuilder>>metaSuperclass: 14:04:33 387/520 - 48/84: Installing method ShiftClassBuilder>>metaclassClass 14:04:33 387/520 - 49/84: Installing method ShiftClassBuilder>>metaclassClass: 14:04:33 387/520 - 50/84: Installing method ShiftClassBuilder>>name 14:04:33 387/520 - 51/84: Installing method ShiftClassBuilder>>name: 14:04:33 387/520 - 52/84: Installing method ShiftClassBuilder>>newClass 14:04:33 387/520 - 53/84: Installing method ShiftClassBuilder>>newMetaclass 14:04:33 387/520 - 54/84: Installing method ShiftClassBuilder>>notifyChanges 14:04:33 387/520 - 55/84: Installing method ShiftClassBuilder>>oldClass 14:04:33 387/520 - 56/84: Installing method ShiftClassBuilder>>oldClass: 14:04:33 387/520 - 57/84: Installing method ShiftClassBuilder>>oldMetaclass 14:04:33 387/520 - 58/84: Installing method ShiftClassBuilder>>package 14:04:33 387/520 - 59/84: Installing method ShiftClassBuilder>>package: 14:04:33 387/520 - 60/84: Installing method ShiftClassBuilder>>privateSlots: 14:04:33 387/520 - 61/84: Installing method ShiftClassBuilder>>propagateChangesTo: 14:04:33 387/520 - 62/84: Installing method ShiftClassBuilder>>propertyAt: 14:04:33 387/520 - 63/84: Installing method ShiftClassBuilder>>propertyAt:put: 14:04:33 387/520 - 64/84: Installing method ShiftClassBuilder>>sharedPools 14:04:33 387/520 - 65/84: Installing method ShiftClassBuilder>>sharedPools: 14:04:33 387/520 - 66/84: Installing method ShiftClassBuilder>>sharedPoolsFromString: 14:04:33 387/520 - 67/84: Installing method ShiftClassBuilder>>sharedVariables 14:04:33 387/520 - 68/84: Installing method ShiftClassBuilder>>sharedVariables: 14:04:33 387/520 - 69/84: Installing method ShiftClassBuilder>>sharedVariablesFromString: 14:04:33 387/520 - 70/84: Installing method ShiftClassBuilder>>slots 14:04:33 387/520 - 71/84: Installing method ShiftClassBuilder>>slots: 14:04:33 387/520 - 72/84: Installing method ShiftClassBuilder>>slotsFromString: 14:04:33 387/520 - 73/84: Installing method ShiftClassBuilder>>superclass 14:04:33 387/520 - 74/84: Installing method ShiftClassBuilder>>superclass: 14:04:33 387/520 - 75/84: Installing method ShiftClassBuilder>>superclassName 14:04:33 387/520 - 76/84: Installing method ShiftClassBuilder>>superclassName: 14:04:33 387/520 - 77/84: Installing method ShiftClassBuilder>>superclassResolver: 14:04:33 387/520 - 78/84: Installing method ShiftClassBuilder>>tag 14:04:33 387/520 - 79/84: Installing method ShiftClassBuilder>>tag: 14:04:33 387/520 - 80/84: Installing method ShiftClassBuilder>>tryToFillOldClass 14:04:33 387/520 - 81/84: Installing method ShiftClassBuilder>>useStrictSuperclass 14:04:33 387/520 - 82/84: Installing method ShiftClassBuilder>>validateClassName 14:04:33 387/520 - 83/84: Installing method ShiftClassBuilder>>validateSuperclass 14:04:33 387/520 - 84/84: Installing method ShiftClassBuilder>>withAdditionalSlots: 14:04:33 387/520 - 1/3: Installing method ShiftClassBuilder class>>defaultBuildEnhancer 14:04:33 387/520 - 2/3: Installing method ShiftClassBuilder class>>initialize 14:04:33 387/520 - 3/3: Installing method ShiftClassBuilder class>>setDefaultBuilderEnhancer: 14:04:33 388/520 - 1/20: Installing method ShiftClassInstaller>>builder 14:04:33 388/520 - 2/20: Installing method ShiftClassInstaller>>comment: 14:04:33 388/520 - 3/20: Installing method ShiftClassInstaller>>copyObject:to: 14:04:33 388/520 - 4/20: Installing method ShiftClassInstaller>>fillFor: 14:04:33 388/520 - 5/20: Installing method ShiftClassInstaller>>fixSlotScope: 14:04:33 388/520 - 6/20: Installing method ShiftClassInstaller>>initialize 14:04:33 388/520 - 7/20: Installing method ShiftClassInstaller>>installInEnvironment: 14:04:33 388/520 - 8/20: Installing method ShiftClassInstaller>>installSubclassInSuperclass: 14:04:33 388/520 - 9/20: Installing method ShiftClassInstaller>>installingEnvironment 14:04:33 388/520 - 10/20: Installing method ShiftClassInstaller>>installingEnvironment: 14:04:33 388/520 - 11/20: Installing method ShiftClassInstaller>>make 14:04:33 388/520 - 12/20: Installing method ShiftClassInstaller>>make: 14:04:34 388/520 - 13/20: Installing method ShiftClassInstaller>>makeWithBuilder: 14:04:34 388/520 - 14/20: Installing method ShiftClassInstaller>>migrateClassTo: 14:04:34 388/520 - 15/20: Installing method ShiftClassInstaller>>migrateInstancesTo: 14:04:34 388/520 - 16/20: Installing method ShiftClassInstaller>>notifyChanges 14:04:34 388/520 - 17/20: Installing method ShiftClassInstaller>>oldClass 14:04:34 388/520 - 18/20: Installing method ShiftClassInstaller>>oldClass: 14:04:34 388/520 - 19/20: Installing method ShiftClassInstaller>>updateBindings:of: 14:04:34 388/520 - 20/20: Installing method ShiftClassInstaller>>updatePackage: 14:04:34 388/520 - 1/5: Installing method ShiftClassInstaller class>>example 14:04:34 388/520 - 2/5: Installing method ShiftClassInstaller class>>make: 14:04:34 388/520 - 3/5: Installing method ShiftClassInstaller class>>remake:basedOn: 14:04:34 388/520 - 4/5: Installing method ShiftClassInstaller class>>update:to: 14:04:34 388/520 - 5/5: Installing method ShiftClassInstaller class>>validateClassName: 14:04:34 389/520 - 1/2: Installing method ShiftClassSideBuilder>>slots: 14:04:34 389/520 - 2/2: Installing method ShiftClassSideBuilder>>traits: 14:04:34 389/520 - 1/1: Installing method ShiftClassSideBuilder class>>initialize 14:04:34 390/520 - 1/1: Installing method ShouldBeImplemented>>standardMessageText 14:04:34 391/520 - 1/1: Installing method ShouldNotImplement>>standardMessageText 14:04:34 392/520 - 1/2: Installing method SimulationExceptionWrapper>>exception 14:04:34 392/520 - 2/2: Installing method SimulationExceptionWrapper>>exception: 14:04:34 392/520 - 1/1: Installing method SimulationExceptionWrapper class>>signalForException: 14:04:34 393/520 - 1/2: Installing method SizeMismatch>>messageText 14:04:34 393/520 - 2/2: Installing method SizeMismatch>>standardMessageText 14:04:35 394/520 - 1/41: Installing method Slot>>acceptVisitor:node: 14:04:35 394/520 - 2/41: Installing method Slot>>addAdditionalSlotsTo: 14:04:35 394/520 - 3/41: Installing method Slot>>asClassVariable 14:04:35 394/520 - 4/41: Installing method Slot>>asSlot 14:04:35 394/520 - 5/41: Installing method Slot>>baseSlot 14:04:35 394/520 - 6/41: Installing method Slot>>definingClass 14:04:35 394/520 - 7/41: Installing method Slot>>definingClass: 14:04:35 394/520 - 8/41: Installing method Slot>>definitionString 14:04:36 394/520 - 9/41: Installing method Slot>>emitStore: 14:04:36 394/520 - 10/41: Installing method Slot>>emitValue: 14:04:36 394/520 - 11/41: Installing method Slot>>ensureInitalizeMethodExists: 14:04:36 394/520 - 12/41: Installing method Slot>>ensureSlotInitializationFor: 14:04:36 394/520 - 13/41: Installing method Slot>>hasSameDefinitionAs: 14:04:36 394/520 - 14/41: Installing method Slot>>initialize: 14:04:36 394/520 - 15/41: Installing method Slot>>installingIn: 14:04:36 394/520 - 16/41: Installing method Slot>>isAccessedIn: 14:04:36 394/520 - 17/41: Installing method Slot>>isDefinedByOwningClass 14:04:36 394/520 - 18/41: Installing method Slot>>isInstanceVariable 14:04:36 394/520 - 19/41: Installing method Slot>>isReadIn: 14:04:36 394/520 - 20/41: Installing method Slot>>isReferenced 14:04:36 394/520 - 21/41: Installing method Slot>>isSelfEvaluating 14:04:36 394/520 - 22/41: Installing method Slot>>isVirtual 14:04:36 394/520 - 23/41: Installing method Slot>>isVisible 14:04:36 394/520 - 24/41: Installing method Slot>>isWrittenIn: 14:04:36 394/520 - 25/41: Installing method Slot>>named: 14:04:36 394/520 - 26/41: Installing method Slot>>owningClass 14:04:36 394/520 - 27/41: Installing method Slot>>owningClass: 14:04:36 394/520 - 28/41: Installing method Slot>>possiblyUsingClasses 14:04:36 394/520 - 29/41: Installing method Slot>>printOn: 14:04:36 394/520 - 30/41: Installing method Slot>>read: 14:04:36 394/520 - 31/41: Installing method Slot>>readInContext: 14:04:36 394/520 - 32/41: Installing method Slot>>scope 14:04:36 394/520 - 33/41: Installing method Slot>>scope: 14:04:36 394/520 - 34/41: Installing method Slot>>sendsInitializeSlots: 14:04:36 394/520 - 35/41: Installing method Slot>>size 14:04:36 394/520 - 36/41: Installing method Slot>>storeOn: 14:04:36 394/520 - 37/41: Installing method Slot>>usingClasses 14:04:36 394/520 - 38/41: Installing method Slot>>usingMethods 14:04:36 394/520 - 39/41: Installing method Slot>>wantsInitialization 14:04:36 394/520 - 40/41: Installing method Slot>>write:inContext: 14:04:36 394/520 - 41/41: Installing method Slot>>write:to: 14:04:36 394/520 - 1/4: Installing method Slot class>>asSlot 14:04:36 394/520 - 2/4: Installing method Slot class>>checkValidName: 14:04:36 394/520 - 3/4: Installing method Slot class>>isUsed 14:04:36 394/520 - 4/4: Installing method Slot class>>slotUsers 14:04:36 395/520 - 1/3: Installing method SlotNotFound>>messageText 14:04:36 395/520 - 2/3: Installing method SlotNotFound>>name 14:04:36 395/520 - 3/3: Installing method SlotNotFound>>name: 14:04:36 395/520 - 1/1: Installing method SlotNotFound class>>signalForName: 14:04:38 396/520 - 1/70: Installing method SmallDictionary>>= 14:04:38 396/520 - 2/70: Installing method SmallDictionary>>add: 14:04:38 396/520 - 3/70: Installing method SmallDictionary>>addAll: 14:04:38 396/520 - 4/70: Installing method SmallDictionary>>associationAt: 14:04:38 396/520 - 5/70: Installing method SmallDictionary>>associationAt:ifAbsent: 14:04:38 396/520 - 6/70: Installing method SmallDictionary>>associationAt:ifPresent: 14:04:38 396/520 - 7/70: Installing method SmallDictionary>>associationAt:ifPresent:ifAbsent: 14:04:38 396/520 - 8/70: Installing method SmallDictionary>>associations 14:04:38 396/520 - 9/70: Installing method SmallDictionary>>associationsDo: 14:04:38 396/520 - 10/70: Installing method SmallDictionary>>associationsSelect: 14:04:38 396/520 - 11/70: Installing method SmallDictionary>>at: 14:04:38 396/520 - 12/70: Installing method SmallDictionary>>at:at: 14:04:38 396/520 - 13/70: Installing method SmallDictionary>>at:at:ifAbsent: 14:04:38 396/520 - 14/70: Installing method SmallDictionary>>at:at:ifAbsentPut: 14:04:38 396/520 - 15/70: Installing method SmallDictionary>>at:at:put: 14:04:38 396/520 - 16/70: Installing method SmallDictionary>>at:ifAbsent: 14:04:38 396/520 - 17/70: Installing method SmallDictionary>>at:ifAbsentPut: 14:04:38 396/520 - 18/70: Installing method SmallDictionary>>at:ifPresent: 14:04:38 396/520 - 19/70: Installing method SmallDictionary>>at:ifPresent:ifAbsent: 14:04:38 396/520 - 20/70: Installing method SmallDictionary>>at:ifPresent:ifAbsentPut: 14:04:38 396/520 - 21/70: Installing method SmallDictionary>>at:put: 14:04:38 396/520 - 22/70: Installing method SmallDictionary>>at:update: 14:04:38 396/520 - 23/70: Installing method SmallDictionary>>at:update:initial: 14:04:38 396/520 - 24/70: Installing method SmallDictionary>>bindingOf: 14:04:38 396/520 - 25/70: Installing method SmallDictionary>>bindingsDo: 14:04:38 396/520 - 26/70: Installing method SmallDictionary>>capacity 14:04:38 396/520 - 27/70: Installing method SmallDictionary>>collect: 14:04:38 396/520 - 28/70: Installing method SmallDictionary>>difference: 14:04:38 396/520 - 29/70: Installing method SmallDictionary>>do: 14:04:38 396/520 - 30/70: Installing method SmallDictionary>>empty 14:04:38 396/520 - 31/70: Installing method SmallDictionary>>errorKeyNotFound: 14:04:38 396/520 - 32/70: Installing method SmallDictionary>>errorValueNotFound: 14:04:38 396/520 - 33/70: Installing method SmallDictionary>>findIndexForKey: 14:04:38 396/520 - 34/70: Installing method SmallDictionary>>growKeysAndValues 14:04:38 396/520 - 35/70: Installing method SmallDictionary>>growTo: 14:04:38 396/520 - 36/70: Installing method SmallDictionary>>hasBindingThatBeginsWith: 14:04:38 396/520 - 37/70: Installing method SmallDictionary>>includes: 14:04:38 396/520 - 38/70: Installing method SmallDictionary>>includesAssociation: 14:04:38 396/520 - 39/70: Installing method SmallDictionary>>includesIdentity: 14:04:38 396/520 - 40/70: Installing method SmallDictionary>>includesKey: 14:04:38 396/520 - 41/70: Installing method SmallDictionary>>initialize 14:04:38 396/520 - 42/70: Installing method SmallDictionary>>intersection: 14:04:38 396/520 - 43/70: Installing method SmallDictionary>>isDictionary 14:04:38 396/520 - 44/70: Installing method SmallDictionary>>isHealthy 14:04:38 396/520 - 45/70: Installing method SmallDictionary>>keyAtIdentityValue: 14:04:38 396/520 - 46/70: Installing method SmallDictionary>>keyAtIdentityValue:ifAbsent: 14:04:38 396/520 - 47/70: Installing method SmallDictionary>>keyAtValue: 14:04:38 396/520 - 48/70: Installing method SmallDictionary>>keyAtValue:ifAbsent: 14:04:38 396/520 - 49/70: Installing method SmallDictionary>>keyForIdentity: 14:04:38 396/520 - 50/70: Installing method SmallDictionary>>keys 14:04:38 396/520 - 51/70: Installing method SmallDictionary>>keysAndValuesDo: 14:04:38 396/520 - 52/70: Installing method SmallDictionary>>keysAndValuesRemove: 14:04:38 396/520 - 53/70: Installing method SmallDictionary>>keysDo: 14:04:38 396/520 - 54/70: Installing method SmallDictionary>>keysSortedSafely 14:04:38 396/520 - 55/70: Installing method SmallDictionary>>postCopy 14:04:38 396/520 - 56/70: Installing method SmallDictionary>>printElementsOn: 14:04:38 396/520 - 57/70: Installing method SmallDictionary>>privateAt:put: 14:04:38 396/520 - 58/70: Installing method SmallDictionary>>reject:thenCollect: 14:04:38 396/520 - 59/70: Installing method SmallDictionary>>remove: 14:04:38 396/520 - 60/70: Installing method SmallDictionary>>remove:ifAbsent: 14:04:38 396/520 - 61/70: Installing method SmallDictionary>>removeAll 14:04:38 396/520 - 62/70: Installing method SmallDictionary>>removeKey: 14:04:38 396/520 - 63/70: Installing method SmallDictionary>>removeKey:ifAbsent: 14:04:38 396/520 - 64/70: Installing method SmallDictionary>>select: 14:04:38 396/520 - 65/70: Installing method SmallDictionary>>select:thenCollect: 14:04:38 396/520 - 66/70: Installing method SmallDictionary>>setClass 14:04:39 396/520 - 67/70: Installing method SmallDictionary>>size 14:04:39 396/520 - 68/70: Installing method SmallDictionary>>storeOn: 14:04:39 396/520 - 69/70: Installing method SmallDictionary>>values 14:04:39 396/520 - 70/70: Installing method SmallDictionary>>valuesDo: 14:04:39 396/520 - 1/4: Installing method SmallDictionary class>>new: 14:04:39 396/520 - 2/4: Installing method SmallDictionary class>>newFrom: 14:04:39 396/520 - 3/4: Installing method SmallDictionary class>>newFromKeys:andValues: 14:04:39 396/520 - 4/4: Installing method SmallDictionary class>>newFromPairs: 14:04:39 397/520 - 1/26: Installing method SmallFloat64>>* 14:04:39 397/520 - 2/26: Installing method SmallFloat64>>+ 14:04:39 397/520 - 3/26: Installing method SmallFloat64>>- 14:04:39 397/520 - 4/26: Installing method SmallFloat64>>/ 14:04:39 397/520 - 5/26: Installing method SmallFloat64>>< 14:04:39 397/520 - 6/26: Installing method SmallFloat64>><= 14:04:39 397/520 - 7/26: Installing method SmallFloat64>>= 14:04:39 397/520 - 8/26: Installing method SmallFloat64>>> 14:04:39 397/520 - 9/26: Installing method SmallFloat64>>>= 14:04:39 397/520 - 10/26: Installing method SmallFloat64>>basicIdentityHash 14:04:39 397/520 - 11/26: Installing method SmallFloat64>>clone 14:04:39 397/520 - 12/26: Installing method SmallFloat64>>copy 14:04:39 397/520 - 13/26: Installing method SmallFloat64>>deepCopy 14:04:39 397/520 - 14/26: Installing method SmallFloat64>>exp 14:04:39 397/520 - 15/26: Installing method SmallFloat64>>exponent 14:04:39 397/520 - 16/26: Installing method SmallFloat64>>fractionPart 14:04:39 397/520 - 17/26: Installing method SmallFloat64>>identityHash 14:04:39 397/520 - 18/26: Installing method SmallFloat64>>isImmediateObject 14:04:39 397/520 - 19/26: Installing method SmallFloat64>>isPinnedInMemory 14:04:39 397/520 - 20/26: Installing method SmallFloat64>>ln 14:04:39 397/520 - 21/26: Installing method SmallFloat64>>nextObject 14:04:39 397/520 - 22/26: Installing method SmallFloat64>>shallowCopy 14:04:39 397/520 - 23/26: Installing method SmallFloat64>>timesTwoPower: 14:04:39 397/520 - 24/26: Installing method SmallFloat64>>truncated 14:04:39 397/520 - 25/26: Installing method SmallFloat64>>veryDeepCopyWith: 14:04:39 397/520 - 26/26: Installing method SmallFloat64>>~= 14:04:39 397/520 - 1/2: Installing method SmallFloat64 class>>basicNew 14:04:39 397/520 - 2/2: Installing method SmallFloat64 class>>basicNew: 14:04:39 398/520 - 1/2: Installing method SmallIdentityDictionary>>findIndexForKey: 14:04:39 398/520 - 2/2: Installing method SmallIdentityDictionary>>setClass 14:04:40 399/520 - 1/47: Installing method SmallInteger>>* 14:04:40 399/520 - 2/47: Installing method SmallInteger>>+ 14:04:40 399/520 - 3/47: Installing method SmallInteger>>- 14:04:40 399/520 - 4/47: Installing method SmallInteger>>/ 14:04:40 399/520 - 5/47: Installing method SmallInteger>>// 14:04:40 399/520 - 6/47: Installing method SmallInteger>>< 14:04:40 399/520 - 7/47: Installing method SmallInteger>><= 14:04:40 399/520 - 8/47: Installing method SmallInteger>>= 14:04:40 399/520 - 9/47: Installing method SmallInteger>>> 14:04:40 399/520 - 10/47: Installing method SmallInteger>>>= 14:04:40 399/520 - 11/47: Installing method SmallInteger>>\\ 14:04:40 399/520 - 12/47: Installing method SmallInteger>>asCharacter 14:04:40 399/520 - 13/47: Installing method SmallInteger>>asFloat 14:04:40 399/520 - 14/47: Installing method SmallInteger>>basicIdentityHash 14:04:40 399/520 - 15/47: Installing method SmallInteger>>bitAnd: 14:04:40 399/520 - 16/47: Installing method SmallInteger>>bitOr: 14:04:40 399/520 - 17/47: Installing method SmallInteger>>bitShift: 14:04:40 399/520 - 18/47: Installing method SmallInteger>>bitStringLength 14:04:40 399/520 - 19/47: Installing method SmallInteger>>bitXor: 14:04:40 399/520 - 20/47: Installing method SmallInteger>>byteAt: 14:04:40 399/520 - 21/47: Installing method SmallInteger>>byteAt:put: 14:04:40 399/520 - 22/47: Installing method SmallInteger>>bytesCount 14:04:40 399/520 - 23/47: Installing method SmallInteger>>decimalDigitLength 14:04:40 399/520 - 24/47: Installing method SmallInteger>>deepCopy 14:04:40 399/520 - 25/47: Installing method SmallInteger>>even 14:04:40 399/520 - 26/47: Installing method SmallInteger>>gcd: 14:04:40 399/520 - 27/47: Installing method SmallInteger>>hash 14:04:40 399/520 - 28/47: Installing method SmallInteger>>hashMultiply 14:04:40 399/520 - 29/47: Installing method SmallInteger>>highBit 14:04:40 399/520 - 30/47: Installing method SmallInteger>>highBitOfMagnitude 14:04:40 399/520 - 31/47: Installing method SmallInteger>>highBitOfPositiveReceiver 14:04:40 399/520 - 32/47: Installing method SmallInteger>>identityHash 14:04:40 399/520 - 33/47: Installing method SmallInteger>>isImmediateObject 14:04:40 399/520 - 34/47: Installing method SmallInteger>>isLarge 14:04:40 399/520 - 35/47: Installing method SmallInteger>>isPinnedInMemory 14:04:40 399/520 - 36/47: Installing method SmallInteger>>lowBit 14:04:40 399/520 - 37/47: Installing method SmallInteger>>nextInstance 14:04:40 399/520 - 38/47: Installing method SmallInteger>>nextObject 14:04:40 399/520 - 39/47: Installing method SmallInteger>>odd 14:04:40 399/520 - 40/47: Installing method SmallInteger>>pointsTo: 14:04:40 399/520 - 41/47: Installing method SmallInteger>>printOn:base: 14:04:40 399/520 - 42/47: Installing method SmallInteger>>printOn:base:length:padded: 14:04:40 399/520 - 43/47: Installing method SmallInteger>>printOn:base:nDigits: 14:04:40 399/520 - 44/47: Installing method SmallInteger>>quo: 14:04:40 399/520 - 45/47: Installing method SmallInteger>>shallowCopy 14:04:41 399/520 - 46/47: Installing method SmallInteger>>veryDeepCopyWith: 14:04:41 399/520 - 47/47: Installing method SmallInteger>>~= 14:04:41 399/520 - 1/6: Installing method SmallInteger class>>basicNew 14:04:41 399/520 - 2/6: Installing method SmallInteger class>>initialize 14:04:41 399/520 - 3/6: Installing method SmallInteger class>>maxVal 14:04:41 399/520 - 4/6: Installing method SmallInteger class>>minVal 14:04:41 399/520 - 5/6: Installing method SmallInteger class>>new 14:04:41 399/520 - 6/6: Installing method SmallInteger class>>startUp: 14:04:44 400/520 - 1/176: Installing method SmalltalkImage>>addToShutDownList: 14:04:44 400/520 - 2/176: Installing method SmalltalkImage>>addToStartUpList: 14:04:44 400/520 - 3/176: Installing method SmalltalkImage>>allClasses 14:04:44 400/520 - 4/176: Installing method SmalltalkImage>>allClassesAndTraits 14:04:45 400/520 - 5/176: Installing method SmalltalkImage>>allClassesAndTraitsDo: 14:04:45 400/520 - 6/176: Installing method SmalltalkImage>>allClassesDo: 14:04:45 400/520 - 7/176: Installing method SmalltalkImage>>allTraits 14:04:45 400/520 - 8/176: Installing method SmalltalkImage>>anonymousClassInstaller 14:04:45 400/520 - 9/176: Installing method SmalltalkImage>>argumentAt: 14:04:45 400/520 - 10/176: Installing method SmalltalkImage>>arguments 14:04:45 400/520 - 11/176: Installing method SmalltalkImage>>argumentsInclude: 14:04:45 400/520 - 12/176: Installing method SmalltalkImage>>argumentsStartingAtIndex: 14:04:45 400/520 - 13/176: Installing method SmalltalkImage>>at: 14:04:45 400/520 - 14/176: Installing method SmalltalkImage>>at:ifAbsent: 14:04:45 400/520 - 15/176: Installing method SmalltalkImage>>at:ifAbsentPut: 14:04:45 400/520 - 16/176: Installing method SmalltalkImage>>at:ifPresent: 14:04:45 400/520 - 17/176: Installing method SmalltalkImage>>at:ifPresent:ifAbsent: 14:04:45 400/520 - 18/176: Installing method SmalltalkImage>>at:put: 14:04:45 400/520 - 19/176: Installing method SmalltalkImage>>backupImageInFileNamed: 14:04:45 400/520 - 20/176: Installing method SmalltalkImage>>backupTo: 14:04:45 400/520 - 21/176: Installing method SmalltalkImage>>bindingOf: 14:04:45 400/520 - 22/176: Installing method SmalltalkImage>>bytesLeft 14:04:45 400/520 - 23/176: Installing method SmalltalkImage>>bytesLeft: 14:04:45 400/520 - 24/176: Installing method SmalltalkImage>>changeImagePathTo: 14:04:45 400/520 - 25/176: Installing method SmalltalkImage>>changesName 14:04:45 400/520 - 26/176: Installing method SmalltalkImage>>changesSuffix 14:04:45 400/520 - 27/176: Installing method SmalltalkImage>>classBuilder 14:04:45 400/520 - 28/176: Installing method SmalltalkImage>>classInstaller 14:04:45 400/520 - 29/176: Installing method SmalltalkImage>>classNamed: 14:04:45 400/520 - 30/176: Installing method SmalltalkImage>>classNames 14:04:45 400/520 - 31/176: Installing method SmalltalkImage>>classOrTraitNamed: 14:04:45 400/520 - 32/176: Installing method SmalltalkImage>>cleanOutUndeclared 14:04:45 400/520 - 33/176: Installing method SmalltalkImage>>cleanUp 14:04:45 400/520 - 34/176: Installing method SmalltalkImage>>cleanUp: 14:04:45 400/520 - 35/176: Installing method SmalltalkImage>>cleanUp:except: 14:04:45 400/520 - 36/176: Installing method SmalltalkImage>>cleanUp:except:confirming: 14:04:45 400/520 - 37/176: Installing method SmalltalkImage>>clearExternalObjects 14:04:45 400/520 - 38/176: Installing method SmalltalkImage>>closeLog: 14:04:45 400/520 - 39/176: Installing method SmalltalkImage>>closeSourceFiles 14:04:45 400/520 - 40/176: Installing method SmalltalkImage>>commandLine 14:04:45 400/520 - 41/176: Installing method SmalltalkImage>>compactClassesArray 14:04:45 400/520 - 42/176: Installing method SmalltalkImage>>compiler 14:04:45 400/520 - 43/176: Installing method SmalltalkImage>>compilerClass 14:04:45 400/520 - 44/176: Installing method SmalltalkImage>>compilerClass: 14:04:45 400/520 - 45/176: Installing method SmalltalkImage>>createStackOverflow 14:04:45 400/520 - 46/176: Installing method SmalltalkImage>>datedVersion 14:04:45 400/520 - 47/176: Installing method SmalltalkImage>>defaultLogFileName 14:04:45 400/520 - 48/176: Installing method SmalltalkImage>>environment 14:04:45 400/520 - 49/176: Installing method SmalltalkImage>>exit: 14:04:45 400/520 - 50/176: Installing method SmalltalkImage>>exitFailure 14:04:45 400/520 - 51/176: Installing method SmalltalkImage>>exitSuccess 14:04:45 400/520 - 52/176: Installing method SmalltalkImage>>exitToDebugger 14:04:45 400/520 - 53/176: Installing method SmalltalkImage>>externalObjects 14:04:45 400/520 - 54/176: Installing method SmalltalkImage>>extractMinusParameters 14:04:45 400/520 - 55/176: Installing method SmalltalkImage>>extractMinusParametersFrom: 14:04:45 400/520 - 56/176: Installing method SmalltalkImage>>extractParameters 14:04:45 400/520 - 57/176: Installing method SmalltalkImage>>fileForChangesNamed: 14:04:45 400/520 - 58/176: Installing method SmalltalkImage>>fileForImageNamed: 14:04:45 400/520 - 59/176: Installing method SmalltalkImage>>fixObsoleteBindings 14:04:45 400/520 - 60/176: Installing method SmalltalkImage>>fixObsoleteReferences 14:04:45 400/520 - 61/176: Installing method SmalltalkImage>>fixObsoleteSharedPools 14:04:45 400/520 - 62/176: Installing method SmalltalkImage>>flushClassNameCache 14:04:45 400/520 - 63/176: Installing method SmalltalkImage>>fullNameForChangesNamed: 14:04:45 400/520 - 64/176: Installing method SmalltalkImage>>fullNameForImageNamed: 14:04:45 400/520 - 65/176: Installing method SmalltalkImage>>garbageCollect 14:04:45 400/520 - 66/176: Installing method SmalltalkImage>>garbageCollectMost 14:04:45 400/520 - 67/176: Installing method SmalltalkImage>>getFileNameFromUser 14:04:45 400/520 - 68/176: Installing method SmalltalkImage>>globals 14:04:45 400/520 - 69/176: Installing method SmalltalkImage>>globals: 14:04:45 400/520 - 70/176: Installing method SmalltalkImage>>growMemoryByAtLeast: 14:04:45 400/520 - 71/176: Installing method SmalltalkImage>>hasClassNamed: 14:04:45 400/520 - 72/176: Installing method SmalltalkImage>>hasCompiler 14:04:45 400/520 - 73/176: Installing method SmalltalkImage>>image 14:04:45 400/520 - 74/176: Installing method SmalltalkImage>>imageDirectory 14:04:45 400/520 - 75/176: Installing method SmalltalkImage>>imageFormatVersion 14:04:45 400/520 - 76/176: Installing method SmalltalkImage>>imagePath 14:04:46 400/520 - 77/176: Installing method SmalltalkImage>>imagePath: 14:04:46 400/520 - 78/176: Installing method SmalltalkImage>>imageSuffix 14:04:46 400/520 - 79/176: Installing method SmalltalkImage>>includesKey: 14:04:46 400/520 - 80/176: Installing method SmalltalkImage>>informSpaceLeftAfterGarbageCollection 14:04:46 400/520 - 81/176: Installing method SmalltalkImage>>installLowSpaceWatcher 14:04:46 400/520 - 82/176: Installing method SmalltalkImage>>isHeadless 14:04:46 400/520 - 83/176: Installing method SmalltalkImage>>isInteractive 14:04:46 400/520 - 84/176: Installing method SmalltalkImage>>isInteractiveGraphic 14:04:46 400/520 - 85/176: Installing method SmalltalkImage>>isSelfEvaluating 14:04:46 400/520 - 86/176: Installing method SmalltalkImage>>lastImagePath 14:04:46 400/520 - 87/176: Installing method SmalltalkImage>>lastQuitLogPosition 14:04:46 400/520 - 88/176: Installing method SmalltalkImage>>lastQuitLogPosition: 14:04:46 400/520 - 89/176: Installing method SmalltalkImage>>lastUpdateString 14:04:46 400/520 - 90/176: Installing method SmalltalkImage>>licenseString 14:04:46 400/520 - 91/176: Installing method SmalltalkImage>>licenseStringTemplate 14:04:46 400/520 - 92/176: Installing method SmalltalkImage>>logDuring: 14:04:46 400/520 - 93/176: Installing method SmalltalkImage>>logError:inContext: 14:04:46 400/520 - 94/176: Installing method SmalltalkImage>>logFileName 14:04:46 400/520 - 95/176: Installing method SmalltalkImage>>logFileName: 14:04:46 400/520 - 96/176: Installing method SmalltalkImage>>logStdErrorDuring: 14:04:46 400/520 - 97/176: Installing method SmalltalkImage>>logStdOutDuring: 14:04:46 400/520 - 98/176: Installing method SmalltalkImage>>lowSpaceThreshold 14:04:46 400/520 - 99/176: Installing method SmalltalkImage>>lowSpaceWatcher 14:04:46 400/520 - 100/176: Installing method SmalltalkImage>>lowSpaceWatcherProcess 14:04:46 400/520 - 101/176: Installing method SmalltalkImage>>maxFilenameLength 14:04:46 400/520 - 102/176: Installing method SmalltalkImage>>maxIdentityHash 14:04:46 400/520 - 103/176: Installing method SmalltalkImage>>memoryHogs 14:04:46 400/520 - 104/176: Installing method SmalltalkImage>>metacelloPlatformAttributes 14:04:46 400/520 - 105/176: Installing method SmalltalkImage>>newSpecialObjectsArray 14:04:46 400/520 - 106/176: Installing method SmalltalkImage>>okayToProceedEvenIfSpaceIsLow 14:04:46 400/520 - 107/176: Installing method SmalltalkImage>>openLog 14:04:46 400/520 - 108/176: Installing method SmalltalkImage>>openSourceFiles 14:04:46 400/520 - 109/176: Installing method SmalltalkImage>>optionAt: 14:04:46 400/520 - 110/176: Installing method SmalltalkImage>>options 14:04:46 400/520 - 111/176: Installing method SmalltalkImage>>organization 14:04:46 400/520 - 112/176: Installing method SmalltalkImage>>os 14:04:46 400/520 - 113/176: Installing method SmalltalkImage>>packages 14:04:46 400/520 - 114/176: Installing method SmalltalkImage>>platform 14:04:46 400/520 - 115/176: Installing method SmalltalkImage>>platformName 14:04:46 400/520 - 116/176: Installing method SmalltalkImage>>primBytesLeft 14:04:46 400/520 - 117/176: Installing method SmalltalkImage>>primImagePath 14:04:46 400/520 - 118/176: Installing method SmalltalkImage>>primImagePath: 14:04:46 400/520 - 119/176: Installing method SmalltalkImage>>primLowSpaceSemaphore: 14:04:46 400/520 - 120/176: Installing method SmalltalkImage>>primSignalAtBytesLeft: 14:04:46 400/520 - 121/176: Installing method SmalltalkImage>>primitiveGarbageCollect 14:04:46 400/520 - 122/176: Installing method SmalltalkImage>>primitiveGetSpecialObjectsArray 14:04:46 400/520 - 123/176: Installing method SmalltalkImage>>printOn: 14:04:46 400/520 - 124/176: Installing method SmalltalkImage>>privSaveImageWithCleanup 14:04:46 400/520 - 125/176: Installing method SmalltalkImage>>quitPrimitive 14:04:46 400/520 - 126/176: Installing method SmalltalkImage>>recompile 14:04:46 400/520 - 127/176: Installing method SmalltalkImage>>recordStartupStamp 14:04:46 400/520 - 128/176: Installing method SmalltalkImage>>recreateSpecialObjectsArray 14:04:46 400/520 - 129/176: Installing method SmalltalkImage>>registerExternalObject: 14:04:46 400/520 - 130/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietly 14:04:46 400/520 - 131/176: Installing method SmalltalkImage>>removeAllLineFeedsQuietlyCalling: 14:04:46 400/520 - 132/176: Installing method SmalltalkImage>>removeClassNamed: 14:04:46 400/520 - 133/176: Installing method SmalltalkImage>>removeEmptyMessageCategories 14:04:46 400/520 - 134/176: Installing method SmalltalkImage>>removeSelector: 14:04:46 400/520 - 135/176: Installing method SmalltalkImage>>renameClass:from: 14:04:46 400/520 - 136/176: Installing method SmalltalkImage>>renameClassNamed:as: 14:04:46 400/520 - 137/176: Installing method SmalltalkImage>>restartMethods 14:04:46 400/520 - 138/176: Installing method SmalltalkImage>>saveAs 14:04:46 400/520 - 139/176: Installing method SmalltalkImage>>saveAs: 14:04:46 400/520 - 140/176: Installing method SmalltalkImage>>saveAsNewVersion 14:04:46 400/520 - 141/176: Installing method SmalltalkImage>>saveChangesInFileNamed: 14:04:46 400/520 - 142/176: Installing method SmalltalkImage>>saveImageInFileNamed: 14:04:46 400/520 - 143/176: Installing method SmalltalkImage>>saveImageInNewContext 14:04:46 400/520 - 144/176: Installing method SmalltalkImage>>saveSession 14:04:46 400/520 - 145/176: Installing method SmalltalkImage>>session 14:04:46 400/520 - 146/176: Installing method SmalltalkImage>>shortImageName 14:04:46 400/520 - 147/176: Installing method SmalltalkImage>>shutDown 14:04:46 400/520 - 148/176: Installing method SmalltalkImage>>signalLowSpace 14:04:46 400/520 - 149/176: Installing method SmalltalkImage>>snapshot:andQuit: 14:04:46 400/520 - 150/176: Installing method SmalltalkImage>>sourceFileVersionString 14:04:47 400/520 - 151/176: Installing method SmalltalkImage>>sourceFileVersionString: 14:04:47 400/520 - 152/176: Installing method SmalltalkImage>>sourcesFile 14:04:47 400/520 - 153/176: Installing method SmalltalkImage>>sourcesName 14:04:47 400/520 - 154/176: Installing method SmalltalkImage>>sourcesSuffix 14:04:47 400/520 - 155/176: Installing method SmalltalkImage>>spaceLeftAfterGarbageCollection 14:04:47 400/520 - 156/176: Installing method SmalltalkImage>>specialNargsAt: 14:04:47 400/520 - 157/176: Installing method SmalltalkImage>>specialObjectsArray 14:04:47 400/520 - 158/176: Installing method SmalltalkImage>>specialObjectsArray: 14:04:47 400/520 - 159/176: Installing method SmalltalkImage>>specialSelectorAt: 14:04:47 400/520 - 160/176: Installing method SmalltalkImage>>specialSelectorIndexOrNil: 14:04:47 400/520 - 161/176: Installing method SmalltalkImage>>specialSelectorSize 14:04:47 400/520 - 162/176: Installing method SmalltalkImage>>specialSelectors 14:04:47 400/520 - 163/176: Installing method SmalltalkImage>>stripImageExtensionFrom: 14:04:47 400/520 - 164/176: Installing method SmalltalkImage>>supportsQueueingFinalization 14:04:47 400/520 - 165/176: Installing method SmalltalkImage>>supportsQueueingFinalization: 14:04:47 400/520 - 166/176: Installing method SmalltalkImage>>systemInformationString 14:04:47 400/520 - 167/176: Installing method SmalltalkImage>>timeStamp: 14:04:47 400/520 - 168/176: Installing method SmalltalkImage>>traitNames 14:04:47 400/520 - 169/176: Installing method SmalltalkImage>>unbindExternalPrimitives 14:04:47 400/520 - 170/176: Installing method SmalltalkImage>>unregisterExternalObject: 14:04:47 400/520 - 171/176: Installing method SmalltalkImage>>version 14:04:47 400/520 - 172/176: Installing method SmalltalkImage>>veryDeepCopyWith: 14:04:47 400/520 - 173/176: Installing method SmalltalkImage>>vm 14:04:47 400/520 - 174/176: Installing method SmalltalkImage>>vmBinary 14:04:47 400/520 - 175/176: Installing method SmalltalkImage>>vmDirectory 14:04:47 400/520 - 176/176: Installing method SmalltalkImage>>wordSize 14:04:47 400/520 - 1/8: Installing method SmalltalkImage class>>cleanUp 14:04:47 400/520 - 2/8: Installing method SmalltalkImage class>>compilerClass 14:04:47 400/520 - 3/8: Installing method SmalltalkImage class>>compilerClass: 14:04:47 400/520 - 4/8: Installing method SmalltalkImage class>>current 14:04:47 400/520 - 5/8: Installing method SmalltalkImage class>>new 14:04:47 400/520 - 6/8: Installing method SmalltalkImage class>>shutDown: 14:04:47 400/520 - 7/8: Installing method SmalltalkImage class>>startUp: 14:04:47 400/520 - 8/8: Installing method SmalltalkImage class>>wordSize 14:04:47 401/520 - 1/15: Installing method SnapshotOperation>>doSnapshot 14:04:47 401/520 - 2/15: Installing method SnapshotOperation>>error 14:04:47 401/520 - 3/15: Installing method SnapshotOperation>>executeStoringError: 14:04:47 401/520 - 4/15: Installing method SnapshotOperation>>handleSnapshotError: 14:04:47 401/520 - 5/15: Installing method SnapshotOperation>>hasError 14:04:47 401/520 - 6/15: Installing method SnapshotOperation>>hasSavedSuccessfully 14:04:47 401/520 - 7/15: Installing method SnapshotOperation>>imageFormatOption: 14:04:47 401/520 - 8/15: Installing method SnapshotOperation>>initialize 14:04:47 401/520 - 9/15: Installing method SnapshotOperation>>isImageStarting 14:04:47 401/520 - 10/15: Installing method SnapshotOperation>>performSnapshot 14:04:47 401/520 - 11/15: Installing method SnapshotOperation>>quit: 14:04:47 401/520 - 12/15: Installing method SnapshotOperation>>save: 14:04:47 401/520 - 13/15: Installing method SnapshotOperation>>sessionManager: 14:04:47 401/520 - 14/15: Installing method SnapshotOperation>>snapshotPrimitive 14:04:47 401/520 - 15/15: Installing method SnapshotOperation>>snapshotPrimitiveWithFormatOption: 14:04:47 401/520 - 1/4: Installing method SnapshotOperation class>>new 14:04:47 401/520 - 2/4: Installing method SnapshotOperation class>>save:andQuit:withSessionManager: 14:04:47 401/520 - 3/4: Installing method SnapshotOperation class>>useComposedFormatNext 14:04:47 401/520 - 4/4: Installing method SnapshotOperation class>>useSpurFormatNext 14:04:48 402/520 - 1/23: Installing method SortedCollection>>, 14:04:48 402/520 - 2/23: Installing method SortedCollection>>= 14:04:48 402/520 - 3/23: Installing method SortedCollection>>add: 14:04:48 402/520 - 4/23: Installing method SortedCollection>>addAll: 14:04:48 402/520 - 5/23: Installing method SortedCollection>>addFirst: 14:04:48 402/520 - 6/23: Installing method SortedCollection>>addLast: 14:04:48 402/520 - 7/23: Installing method SortedCollection>>addNoSort: 14:04:48 402/520 - 8/23: Installing method SortedCollection>>at:put: 14:04:48 402/520 - 9/23: Installing method SortedCollection>>collect: 14:04:48 402/520 - 10/23: Installing method SortedCollection>>copyEmpty 14:04:48 402/520 - 11/23: Installing method SortedCollection>>defaultSort:to: 14:04:48 402/520 - 12/23: Installing method SortedCollection>>flatCollect: 14:04:48 402/520 - 13/23: Installing method SortedCollection>>groupedBy: 14:04:48 402/520 - 14/23: Installing method SortedCollection>>indexForInserting: 14:04:48 402/520 - 15/23: Installing method SortedCollection>>insert:before: 14:04:48 402/520 - 16/23: Installing method SortedCollection>>intersection: 14:04:48 402/520 - 17/23: Installing method SortedCollection>>median 14:04:48 402/520 - 18/23: Installing method SortedCollection>>reSort 14:04:48 402/520 - 19/23: Installing method SortedCollection>>sort: 14:04:48 402/520 - 20/23: Installing method SortedCollection>>sort:to: 14:04:48 402/520 - 21/23: Installing method SortedCollection>>sortBlock 14:04:48 402/520 - 22/23: Installing method SortedCollection>>sortBlock: 14:04:48 402/520 - 23/23: Installing method SortedCollection>>speciesForTransform 14:04:48 402/520 - 1/3: Installing method SortedCollection class>>newFromArray: 14:04:48 402/520 - 2/3: Installing method SortedCollection class>>sortBlock: 14:04:48 402/520 - 3/3: Installing method SortedCollection class>>sortUsing: 14:04:48 403/520 - 1/1: Installing method SourceChunkWriteStream>>afterNexPut 14:04:49 404/520 - 1/35: Installing method SourceFile>>atEnd 14:04:49 404/520 - 2/35: Installing method SourceFile>>close 14:04:49 404/520 - 3/35: Installing method SourceFile>>closed 14:04:49 404/520 - 4/35: Installing method SourceFile>>cr 14:04:50 404/520 - 5/35: Installing method SourceFile>>discardBuffer 14:04:50 404/520 - 6/35: Installing method SourceFile>>ensureWrittenPosition: 14:04:50 404/520 - 7/35: Installing method SourceFile>>flush 14:04:50 404/520 - 8/35: Installing method SourceFile>>fullName 14:04:50 404/520 - 9/35: Installing method SourceFile>>getPreambleAt: 14:04:50 404/520 - 10/35: Installing method SourceFile>>isOpen 14:04:50 404/520 - 11/35: Installing method SourceFile>>isReadOnly 14:04:50 404/520 - 12/35: Installing method SourceFile>>next 14:04:50 404/520 - 13/35: Installing method SourceFile>>next: 14:04:50 404/520 - 14/35: Installing method SourceFile>>next:putAll:startingAt: 14:04:50 404/520 - 15/35: Installing method SourceFile>>nextChunk 14:04:50 404/520 - 16/35: Installing method SourceFile>>nextChunkPut: 14:04:50 404/520 - 17/35: Installing method SourceFile>>nextPut: 14:04:50 404/520 - 18/35: Installing method SourceFile>>nextPutAll: 14:04:50 404/520 - 19/35: Installing method SourceFile>>path 14:04:50 404/520 - 20/35: Installing method SourceFile>>path: 14:04:50 404/520 - 21/35: Installing method SourceFile>>peek 14:04:50 404/520 - 22/35: Installing method SourceFile>>position 14:04:50 404/520 - 23/35: Installing method SourceFile>>position: 14:04:50 404/520 - 24/35: Installing method SourceFile>>potentialLocations 14:04:50 404/520 - 25/35: Installing method SourceFile>>potentialLocations: 14:04:50 404/520 - 26/35: Installing method SourceFile>>printOn: 14:04:50 404/520 - 27/35: Installing method SourceFile>>readOnlyCopy 14:04:50 404/520 - 28/35: Installing method SourceFile>>setToEnd 14:04:50 404/520 - 29/35: Installing method SourceFile>>size 14:04:50 404/520 - 30/35: Installing method SourceFile>>skip: 14:04:50 404/520 - 31/35: Installing method SourceFile>>space 14:04:50 404/520 - 32/35: Installing method SourceFile>>stream: 14:04:50 404/520 - 33/35: Installing method SourceFile>>tryOpen 14:04:50 404/520 - 34/35: Installing method SourceFile>>tryOpenReadOnly: 14:04:50 404/520 - 35/35: Installing method SourceFile>>upToEnd 14:04:50 404/520 - 1/1: Installing method SourceFile class>>on:potentialLocations: 14:04:51 405/520 - 1/39: Installing method SourceFileArray>>changesFileStream 14:04:51 405/520 - 2/39: Installing method SourceFileArray>>changesFileStream: 14:04:51 405/520 - 3/39: Installing method SourceFileArray>>changesWriteStreamDo: 14:04:51 405/520 - 4/39: Installing method SourceFileArray>>close 14:04:51 405/520 - 5/39: Installing method SourceFileArray>>closeFileArray: 14:04:51 405/520 - 6/39: Installing method SourceFileArray>>commentDataPointers 14:04:51 405/520 - 7/39: Installing method SourceFileArray>>commentTimeStampAt: 14:04:51 405/520 - 8/39: Installing method SourceFileArray>>createReadOnlyFiles 14:04:51 405/520 - 9/39: Installing method SourceFileArray>>deferFlushDuring: 14:04:51 405/520 - 10/39: Installing method SourceFileArray>>emptyReadStreamsQueue 14:04:51 405/520 - 11/39: Installing method SourceFileArray>>ensureOpen 14:04:51 405/520 - 12/39: Installing method SourceFileArray>>fileAt: 14:04:51 405/520 - 13/39: Installing method SourceFileArray>>fileAt:ifAbsent: 14:04:51 405/520 - 14/39: Installing method SourceFileArray>>fileIndexFromSourcePointer: 14:04:51 405/520 - 15/39: Installing method SourceFileArray>>filePositionFromSourcePointer: 14:04:51 405/520 - 16/39: Installing method SourceFileArray>>finishedReading:from: 14:04:51 405/520 - 17/39: Installing method SourceFileArray>>flushChangesFile 14:04:51 405/520 - 18/39: Installing method SourceFileArray>>forceChangesToDisk 14:04:51 405/520 - 19/39: Installing method SourceFileArray>>getPreambleFrom:at: 14:04:51 405/520 - 20/39: Installing method SourceFileArray>>initialize 14:04:51 405/520 - 21/39: Installing method SourceFileArray>>protocolAt: 14:04:51 405/520 - 22/39: Installing method SourceFileArray>>protocolAt:for: 14:04:51 405/520 - 23/39: Installing method SourceFileArray>>readOnlyCopy 14:04:51 405/520 - 24/39: Installing method SourceFileArray>>readOnlyDo: 14:04:51 405/520 - 25/39: Installing method SourceFileArray>>readOnlyQueueLimit 14:04:51 405/520 - 26/39: Installing method SourceFileArray>>readStreamAt:ifPresent:ifAbsent: 14:04:51 405/520 - 27/39: Installing method SourceFileArray>>readStreamAtFileIndex:atPosition:ifPresent:ifAbsent: 14:04:51 405/520 - 28/39: Installing method SourceFileArray>>remoteStringAt: 14:04:51 405/520 - 29/39: Installing method SourceFileArray>>remoteStringForNewString: 14:04:51 405/520 - 30/39: Installing method SourceFileArray>>reportString 14:04:51 405/520 - 31/39: Installing method SourceFileArray>>sourceCodeAt: 14:04:51 405/520 - 32/39: Installing method SourceFileArray>>sourceDataPointers 14:04:51 405/520 - 33/39: Installing method SourceFileArray>>sourcePointerFromFileIndex:andPosition: 14:04:51 405/520 - 34/39: Installing method SourceFileArray>>sourcedDataAt: 14:04:51 405/520 - 35/39: Installing method SourceFileArray>>sourcesFileStream 14:04:51 405/520 - 36/39: Installing method SourceFileArray>>sourcesFileStream: 14:04:51 405/520 - 37/39: Installing method SourceFileArray>>timeStampAt: 14:04:51 405/520 - 38/39: Installing method SourceFileArray>>timeStampAt:for: 14:04:51 405/520 - 39/39: Installing method SourceFileArray>>writeSource:preamble:onSuccess:onFail: 14:04:51 405/520 - 1/1: Installing method SourceFileArray class>>startUp: 14:04:52 406/520 - 1/32: Installing method SourceFileBufferedReadWriteStream>>atEnd 14:04:52 406/520 - 2/32: Installing method SourceFileBufferedReadWriteStream>>atEnd: 14:04:52 406/520 - 3/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt: 14:04:52 406/520 - 4/32: Installing method SourceFileBufferedReadWriteStream>>bufferAt:put: 14:04:52 406/520 - 5/32: Installing method SourceFileBufferedReadWriteStream>>checkBufferFor: 14:04:52 406/520 - 6/32: Installing method SourceFileBufferedReadWriteStream>>close 14:04:52 406/520 - 7/32: Installing method SourceFileBufferedReadWriteStream>>closed 14:04:52 406/520 - 8/32: Installing method SourceFileBufferedReadWriteStream>>collectionSpecies 14:04:52 406/520 - 9/32: Installing method SourceFileBufferedReadWriteStream>>defaultBufferSize 14:04:52 406/520 - 10/32: Installing method SourceFileBufferedReadWriteStream>>ensureWrittenPosition: 14:04:52 406/520 - 11/32: Installing method SourceFileBufferedReadWriteStream>>flush 14:04:52 406/520 - 12/32: Installing method SourceFileBufferedReadWriteStream>>isBinary 14:04:52 406/520 - 13/32: Installing method SourceFileBufferedReadWriteStream>>isPositionInBuffer: 14:04:52 406/520 - 14/32: Installing method SourceFileBufferedReadWriteStream>>isReadOnly 14:04:52 406/520 - 15/32: Installing method SourceFileBufferedReadWriteStream>>isStream 14:04:52 406/520 - 16/32: Installing method SourceFileBufferedReadWriteStream>>next 14:04:52 406/520 - 17/32: Installing method SourceFileBufferedReadWriteStream>>next: 14:04:52 406/520 - 18/32: Installing method SourceFileBufferedReadWriteStream>>next:putAll:startingAt: 14:04:52 406/520 - 19/32: Installing method SourceFileBufferedReadWriteStream>>nextPut: 14:04:52 406/520 - 20/32: Installing method SourceFileBufferedReadWriteStream>>nextPutAll: 14:04:52 406/520 - 21/32: Installing method SourceFileBufferedReadWriteStream>>on: 14:04:52 406/520 - 22/32: Installing method SourceFileBufferedReadWriteStream>>peek 14:04:52 406/520 - 23/32: Installing method SourceFileBufferedReadWriteStream>>position 14:04:52 406/520 - 24/32: Installing method SourceFileBufferedReadWriteStream>>position: 14:04:52 406/520 - 25/32: Installing method SourceFileBufferedReadWriteStream>>readInto:startingAt:count: 14:04:52 406/520 - 26/32: Installing method SourceFileBufferedReadWriteStream>>refreshBufferFrom: 14:04:52 406/520 - 27/32: Installing method SourceFileBufferedReadWriteStream>>setToEnd 14:04:52 406/520 - 28/32: Installing method SourceFileBufferedReadWriteStream>>size 14:04:52 406/520 - 29/32: Installing method SourceFileBufferedReadWriteStream>>sizeBuffer: 14:04:52 406/520 - 30/32: Installing method SourceFileBufferedReadWriteStream>>skip: 14:04:52 406/520 - 31/32: Installing method SourceFileBufferedReadWriteStream>>upTo: 14:04:52 406/520 - 32/32: Installing method SourceFileBufferedReadWriteStream>>upToEnd 14:04:52 406/520 - 1/2: Installing method SourceFileBufferedReadWriteStream class>>on: 14:04:52 406/520 - 2/2: Installing method SourceFileBufferedReadWriteStream class>>on:do: 14:04:52 407/520 - 1/26: Installing method SourceFileCharacterReadWriteStream>>atEnd 14:04:52 407/520 - 2/26: Installing method SourceFileCharacterReadWriteStream>>close 14:04:52 407/520 - 3/26: Installing method SourceFileCharacterReadWriteStream>>closed 14:04:52 407/520 - 4/26: Installing method SourceFileCharacterReadWriteStream>>collectionSpecies 14:04:52 407/520 - 5/26: Installing method SourceFileCharacterReadWriteStream>>cr 14:04:52 407/520 - 6/26: Installing method SourceFileCharacterReadWriteStream>>ensureWrittenPosition: 14:04:52 407/520 - 7/26: Installing method SourceFileCharacterReadWriteStream>>flush 14:04:52 407/520 - 8/26: Installing method SourceFileCharacterReadWriteStream>>isReadOnly 14:04:53 407/520 - 9/26: Installing method SourceFileCharacterReadWriteStream>>next 14:04:53 407/520 - 10/26: Installing method SourceFileCharacterReadWriteStream>>next: 14:04:53 407/520 - 11/26: Installing method SourceFileCharacterReadWriteStream>>next:putAll:startingAt: 14:04:53 407/520 - 12/26: Installing method SourceFileCharacterReadWriteStream>>nextPut: 14:04:53 407/520 - 13/26: Installing method SourceFileCharacterReadWriteStream>>nextPutAll: 14:04:53 407/520 - 14/26: Installing method SourceFileCharacterReadWriteStream>>on:encoding: 14:04:53 407/520 - 15/26: Installing method SourceFileCharacterReadWriteStream>>peek 14:04:53 407/520 - 16/26: Installing method SourceFileCharacterReadWriteStream>>position 14:04:53 407/520 - 17/26: Installing method SourceFileCharacterReadWriteStream>>position: 14:04:53 407/520 - 18/26: Installing method SourceFileCharacterReadWriteStream>>print: 14:04:53 407/520 - 19/26: Installing method SourceFileCharacterReadWriteStream>>readOnlyCopy 14:04:53 407/520 - 20/26: Installing method SourceFileCharacterReadWriteStream>>setToEnd 14:04:53 407/520 - 21/26: Installing method SourceFileCharacterReadWriteStream>>size 14:04:53 407/520 - 22/26: Installing method SourceFileCharacterReadWriteStream>>skip: 14:04:53 407/520 - 23/26: Installing method SourceFileCharacterReadWriteStream>>space 14:04:53 407/520 - 24/26: Installing method SourceFileCharacterReadWriteStream>>tab 14:04:53 407/520 - 25/26: Installing method SourceFileCharacterReadWriteStream>>upToAll: 14:04:53 407/520 - 26/26: Installing method SourceFileCharacterReadWriteStream>>upToEnd 14:04:53 407/520 - 1/1: Installing method SourceFileCharacterReadWriteStream class>>on:encoding: 14:04:53 408/520 - 1/5: Installing method SparseLargeArray>>analyzeSpaceSaving 14:04:53 408/520 - 2/5: Installing method SparseLargeArray>>atAllPut: 14:04:53 408/520 - 3/5: Installing method SparseLargeArray>>initChunkSize:size:arrayClass:base:defaultValue: 14:04:53 408/520 - 4/5: Installing method SparseLargeArray>>noCheckAt: 14:04:53 408/520 - 5/5: Installing method SparseLargeArray>>noCheckAt:put: 14:04:53 409/520 - 1/25: Installing method SparseLargeTable>>allDefaultValueSubtableAt: 14:04:53 409/520 - 2/25: Installing method SparseLargeTable>>analyzeSpaceSaving 14:04:53 409/520 - 3/25: Installing method SparseLargeTable>>arrayClass 14:04:53 409/520 - 4/25: Installing method SparseLargeTable>>at: 14:04:53 409/520 - 5/25: Installing method SparseLargeTable>>at:put: 14:04:53 409/520 - 6/25: Installing method SparseLargeTable>>base 14:04:53 409/520 - 7/25: Installing method SparseLargeTable>>chunkSize 14:04:53 409/520 - 8/25: Installing method SparseLargeTable>>copyEmpty 14:04:53 409/520 - 9/25: Installing method SparseLargeTable>>initChunkSize:size:arrayClass:base:defaultValue: 14:04:53 409/520 - 10/25: Installing method SparseLargeTable>>noCheckAt: 14:04:53 409/520 - 11/25: Installing method SparseLargeTable>>noCheckAt:put: 14:04:53 409/520 - 12/25: Installing method SparseLargeTable>>postCopy 14:04:53 409/520 - 13/25: Installing method SparseLargeTable>>printElementsOn: 14:04:53 409/520 - 14/25: Installing method SparseLargeTable>>printOn: 14:04:53 409/520 - 15/25: Installing method SparseLargeTable>>privateSize: 14:04:53 409/520 - 16/25: Installing method SparseLargeTable>>pvtCheckIndex: 14:04:54 409/520 - 17/25: Installing method SparseLargeTable>>similarInstance 14:04:54 409/520 - 18/25: Installing method SparseLargeTable>>similarInstance: 14:04:54 409/520 - 19/25: Installing method SparseLargeTable>>similarSpeciesInstance 14:04:54 409/520 - 20/25: Installing method SparseLargeTable>>similarSpeciesInstance: 14:04:54 409/520 - 21/25: Installing method SparseLargeTable>>size 14:04:54 409/520 - 22/25: Installing method SparseLargeTable>>speciesNew 14:04:54 409/520 - 23/25: Installing method SparseLargeTable>>speciesNew: 14:04:54 409/520 - 24/25: Installing method SparseLargeTable>>storeOn: 14:04:54 409/520 - 25/25: Installing method SparseLargeTable>>zapDefaultOnlyEntries 14:04:54 409/520 - 1/7: Installing method SparseLargeTable class>>defaultChunkSize 14:04:54 409/520 - 2/7: Installing method SparseLargeTable class>>defaultChunkSizeForFiles 14:04:54 409/520 - 3/7: Installing method SparseLargeTable class>>new: 14:04:54 409/520 - 4/7: Installing method SparseLargeTable class>>new:chunkSize: 14:04:54 409/520 - 5/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass: 14:04:54 409/520 - 6/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base: 14:04:54 409/520 - 7/7: Installing method SparseLargeTable class>>new:chunkSize:arrayClass:base:defaultValue: 14:04:54 410/520 - 1/3: Installing method Stack>>pop 14:04:54 410/520 - 2/3: Installing method Stack>>push: 14:04:54 410/520 - 3/3: Installing method Stack>>top 14:04:54 411/520 - 1/4: Installing method StartupUIManager>>activate 14:04:54 411/520 - 2/4: Installing method StartupUIManager>>handleError:log: 14:04:54 411/520 - 3/4: Installing method StartupUIManager>>inform: 14:04:54 411/520 - 4/4: Installing method StartupUIManager>>sessionManager 14:04:54 411/520 - 1/1: Installing method StartupUIManager class>>isValidForCurrentSystemConfiguration 14:04:54 412/520 - 1/11: Installing method Stdio class>>cleanStdioHandles 14:04:54 412/520 - 2/11: Installing method Stdio class>>createStdioFileFor: 14:04:54 412/520 - 3/11: Installing method Stdio class>>createWriteStreamBlock 14:04:54 412/520 - 4/11: Installing method Stdio class>>createWriteStreamBlock: 14:04:54 412/520 - 5/11: Installing method Stdio class>>standardIOStreamNamed:forWrite: 14:04:54 412/520 - 6/11: Installing method Stdio class>>startUp: 14:04:54 412/520 - 7/11: Installing method Stdio class>>stderr 14:04:55 412/520 - 8/11: Installing method Stdio class>>stdin 14:04:55 412/520 - 9/11: Installing method Stdio class>>stdout 14:04:55 412/520 - 10/11: Installing method Stdio class>>useDefaultStreams 14:04:55 412/520 - 11/11: Installing method Stdio class>>useNullStreams 14:04:55 413/520 - 1/2: Installing method StdioStream>>next: 14:04:55 413/520 - 2/2: Installing method StdioStream>>peek 14:04:55 414/520 - 1/28: Installing method Stream>><< 14:04:55 414/520 - 2/28: Installing method Stream>>atEnd 14:04:55 414/520 - 3/28: Installing method Stream>>basicNext 14:04:55 414/520 - 4/28: Installing method Stream>>basicNext:putAll:startingAt: 14:04:55 414/520 - 5/28: Installing method Stream>>basicNextPut: 14:04:55 414/520 - 6/28: Installing method Stream>>basicNextPutAll: 14:04:55 414/520 - 7/28: Installing method Stream>>binary 14:04:55 414/520 - 8/28: Installing method Stream>>close 14:04:55 414/520 - 9/28: Installing method Stream>>closed 14:04:55 414/520 - 10/28: Installing method Stream>>contents 14:04:55 414/520 - 11/28: Installing method Stream>>do: 14:04:55 414/520 - 12/28: Installing method Stream>>flush 14:04:55 414/520 - 13/28: Installing method Stream>>isBinary 14:04:55 414/520 - 14/28: Installing method Stream>>isStream 14:04:55 414/520 - 15/28: Installing method Stream>>localName 14:04:55 414/520 - 16/28: Installing method Stream>>next 14:04:55 414/520 - 17/28: Installing method Stream>>next: 14:04:55 414/520 - 18/28: Installing method Stream>>next:put: 14:04:55 414/520 - 19/28: Installing method Stream>>next:putAll:startingAt: 14:04:55 414/520 - 20/28: Installing method Stream>>nextMatchAll: 14:04:55 414/520 - 21/28: Installing method Stream>>nextMatchFor: 14:04:55 414/520 - 22/28: Installing method Stream>>nextPut: 14:04:55 414/520 - 23/28: Installing method Stream>>nextPutAll: 14:04:55 414/520 - 24/28: Installing method Stream>>nextWordsPutAll: 14:04:55 414/520 - 25/28: Installing method Stream>>openReadOnly 14:04:55 414/520 - 26/28: Installing method Stream>>print: 14:04:55 414/520 - 27/28: Installing method Stream>>readOnly 14:04:55 414/520 - 28/28: Installing method Stream>>upToEnd 14:04:55 414/520 - 1/2: Installing method Stream class>>isAbstract 14:04:55 414/520 - 2/2: Installing method Stream class>>new 14:05:02 415/520 - 1/198: Installing method String>>< 14:05:02 415/520 - 2/198: Installing method String>><= 14:05:02 415/520 - 3/198: Installing method String>>= 14:05:02 415/520 - 4/198: Installing method String>>> 14:05:02 415/520 - 5/198: Installing method String>>>= 14:05:02 415/520 - 6/198: Installing method String>>alike: 14:05:02 415/520 - 7/198: Installing method String>>allRangesOfSubstring: 14:05:02 415/520 - 8/198: Installing method String>>asByteArray 14:05:02 415/520 - 9/198: Installing method String>>asByteString 14:05:02 415/520 - 10/198: Installing method String>>asCamelCase 14:05:02 415/520 - 11/198: Installing method String>>asClassVariable 14:05:02 415/520 - 12/198: Installing method String>>asClassVariableCollection 14:05:02 415/520 - 13/198: Installing method String>>asComment 14:05:02 415/520 - 14/198: Installing method String>>asDate 14:05:02 415/520 - 15/198: Installing method String>>asDateAndTime 14:05:02 415/520 - 16/198: Installing method String>>asDuration 14:05:02 415/520 - 17/198: Installing method String>>asFourCode 14:05:02 415/520 - 18/198: Installing method String>>asHTMLString 14:05:02 415/520 - 19/198: Installing method String>>asHex 14:05:02 415/520 - 20/198: Installing method String>>asInteger 14:05:02 415/520 - 21/198: Installing method String>>asLowercase 14:05:02 415/520 - 22/198: Installing method String>>asNumber 14:05:02 415/520 - 23/198: Installing method String>>asOctetString 14:05:02 415/520 - 24/198: Installing method String>>asPackage 14:05:02 415/520 - 25/198: Installing method String>>asPackageIfAbsent: 14:05:02 415/520 - 26/198: Installing method String>>asPluralBasedOn: 14:05:02 415/520 - 27/198: Installing method String>>asSignedInteger 14:05:02 415/520 - 28/198: Installing method String>>asSlot 14:05:02 415/520 - 29/198: Installing method String>>asSlotCollection 14:05:02 415/520 - 30/198: Installing method String>>asString 14:05:02 415/520 - 31/198: Installing method String>>asSymbol 14:05:02 415/520 - 32/198: Installing method String>>asTime 14:05:02 415/520 - 33/198: Installing method String>>asUnsignedInteger 14:05:02 415/520 - 34/198: Installing method String>>asUppercase 14:05:02 415/520 - 35/198: Installing method String>>asValidSelector 14:05:02 415/520 - 36/198: Installing method String>>asVmPathName 14:05:02 415/520 - 37/198: Installing method String>>asWideString 14:05:02 415/520 - 38/198: Installing method String>>asWin32WideString 14:05:02 415/520 - 39/198: Installing method String>>asZnCharacterEncoder 14:05:02 415/520 - 40/198: Installing method String>>beginsWith: 14:05:02 415/520 - 41/198: Installing method String>>beginsWith:caseSensitive: 14:05:02 415/520 - 42/198: Installing method String>>byteAt: 14:05:02 415/520 - 43/198: Installing method String>>byteAt:put: 14:05:02 415/520 - 44/198: Installing method String>>byteSize 14:05:02 415/520 - 45/198: Installing method String>>capitalized 14:05:02 415/520 - 46/198: Installing method String>>caseInsensitiveLessOrEqual: 14:05:02 415/520 - 47/198: Installing method String>>caseSensitiveLessOrEqual: 14:05:02 415/520 - 48/198: Installing method String>>charactersExactlyMatching: 14:05:02 415/520 - 49/198: Installing method String>>compare: 14:05:02 415/520 - 50/198: Installing method String>>compare:caseSensitive: 14:05:02 415/520 - 51/198: Installing method String>>compare:with: 14:05:02 415/520 - 52/198: Installing method String>>compare:with:collated: 14:05:03 415/520 - 53/198: Installing method String>>contractTo: 14:05:03 415/520 - 54/198: Installing method String>>copyReplaceAll:with: 14:05:03 415/520 - 55/198: Installing method String>>copyReplaceAll:with:asTokens: 14:05:03 415/520 - 56/198: Installing method String>>copyReplaceTokens:with: 14:05:03 415/520 - 57/198: Installing method String>>copyUpToSubstring: 14:05:03 415/520 - 58/198: Installing method String>>correctAgainst: 14:05:03 415/520 - 59/198: Installing method String>>correctAgainst:continuedFrom: 14:05:03 415/520 - 60/198: Installing method String>>correctAgainstDictionary:continuedFrom: 14:05:03 415/520 - 61/198: Installing method String>>correctAgainstEnumerator:continuedFrom: 14:05:03 415/520 - 62/198: Installing method String>>deepCopy 14:05:03 415/520 - 63/198: Installing method String>>displayStringOn: 14:05:03 415/520 - 64/198: Installing method String>>encodeWith: 14:05:03 415/520 - 65/198: Installing method String>>endsWith: 14:05:03 415/520 - 66/198: Installing method String>>endsWith:caseSensitive: 14:05:03 415/520 - 67/198: Installing method String>>endsWithAColon 14:05:03 415/520 - 68/198: Installing method String>>endsWithDigit 14:05:03 415/520 - 69/198: Installing method String>>escapeCharacter: 14:05:03 415/520 - 70/198: Installing method String>>expandMacros 14:05:03 415/520 - 71/198: Installing method String>>expandMacrosWith: 14:05:03 415/520 - 72/198: Installing method String>>expandMacrosWith:with: 14:05:03 415/520 - 73/198: Installing method String>>expandMacrosWith:with:with: 14:05:03 415/520 - 74/198: Installing method String>>expandMacrosWith:with:with:with: 14:05:03 415/520 - 75/198: Installing method String>>expandMacrosWithArguments: 14:05:03 415/520 - 76/198: Installing method String>>findAnySubstring:startingAt: 14:05:03 415/520 - 77/198: Installing method String>>findBetweenSubstrings: 14:05:03 415/520 - 78/198: Installing method String>>findClosing:startingAt: 14:05:03 415/520 - 79/198: Installing method String>>findDelimiters:startingAt: 14:05:03 415/520 - 80/198: Installing method String>>findIn:startingAt:matchTable: 14:05:03 415/520 - 81/198: Installing method String>>findLastOccurrenceOfString:startingAt: 14:05:03 415/520 - 82/198: Installing method String>>findSelector 14:05:03 415/520 - 83/198: Installing method String>>findString: 14:05:03 415/520 - 84/198: Installing method String>>findString:startingAt: 14:05:03 415/520 - 85/198: Installing method String>>findString:startingAt:caseSensitive: 14:05:03 415/520 - 86/198: Installing method String>>findSubstring:in:startingAt:matchTable: 14:05:03 415/520 - 87/198: Installing method String>>findSubstringViaPrimitive:in:startingAt:matchTable: 14:05:03 415/520 - 88/198: Installing method String>>findTokens: 14:05:03 415/520 - 89/198: Installing method String>>findTokens:escapedBy: 14:05:03 415/520 - 90/198: Installing method String>>findTokens:includes: 14:05:03 415/520 - 91/198: Installing method String>>findTokens:keep: 14:05:03 415/520 - 92/198: Installing method String>>findWordStart:startingAt: 14:05:03 415/520 - 93/198: Installing method String>>flattenOn: 14:05:03 415/520 - 94/198: Installing method String>>format: 14:05:03 415/520 - 95/198: Installing method String>>hasWideCharacterFrom:to: 14:05:03 415/520 - 96/198: Installing method String>>hash 14:05:03 415/520 - 97/198: Installing method String>>howManyMatch: 14:05:03 415/520 - 98/198: Installing method String>>includesSubstring: 14:05:03 415/520 - 99/198: Installing method String>>includesSubstring:at: 14:05:03 415/520 - 100/198: Installing method String>>includesSubstring:caseSensitive: 14:05:03 415/520 - 101/198: Installing method String>>includesUnifiedCharacter 14:05:03 415/520 - 102/198: Installing method String>>indexOf: 14:05:03 415/520 - 103/198: Installing method String>>indexOf:startingAt: 14:05:03 415/520 - 104/198: Installing method String>>indexOf:startingAt:ifAbsent: 14:05:03 415/520 - 105/198: Installing method String>>indexOfFirstUppercaseCharacter 14:05:03 415/520 - 106/198: Installing method String>>indexOfSubCollection: 14:05:03 415/520 - 107/198: Installing method String>>indexOfSubCollection:startingAt:ifAbsent: 14:05:03 415/520 - 108/198: Installing method String>>indexOfWideCharacterFrom:to: 14:05:03 415/520 - 109/198: Installing method String>>initialIntegerOrNil 14:05:03 415/520 - 110/198: Installing method String>>isAllAlphaNumerics 14:05:03 415/520 - 111/198: Installing method String>>isAllDigits 14:05:03 415/520 - 112/198: Installing method String>>isAllSeparators 14:05:03 415/520 - 113/198: Installing method String>>isAsciiString 14:05:03 415/520 - 114/198: Installing method String>>isByteString 14:05:03 415/520 - 115/198: Installing method String>>isLiteral 14:05:03 415/520 - 116/198: Installing method String>>isLiteralSymbol 14:05:03 415/520 - 117/198: Installing method String>>isOctetString 14:05:03 415/520 - 118/198: Installing method String>>isPatternVariable 14:05:03 415/520 - 119/198: Installing method String>>isString 14:05:03 415/520 - 120/198: Installing method String>>isValidGlobalName 14:05:03 415/520 - 121/198: Installing method String>>isWideString 14:05:03 415/520 - 122/198: Installing method String>>join: 14:05:03 415/520 - 123/198: Installing method String>>keywords 14:05:03 415/520 - 124/198: Installing method String>>lastSpacePosition 14:05:03 415/520 - 125/198: Installing method String>>lineCorrespondingToIndex: 14:05:03 415/520 - 126/198: Installing method String>>lineCount 14:05:03 415/520 - 127/198: Installing method String>>lineIndicesDo: 14:05:03 415/520 - 128/198: Installing method String>>lineNumber: 14:05:04 415/520 - 129/198: Installing method String>>lineNumberCorrespondingToIndex: 14:05:04 415/520 - 130/198: Installing method String>>lines 14:05:04 415/520 - 131/198: Installing method String>>linesDo: 14:05:04 415/520 - 132/198: Installing method String>>match: 14:05:04 415/520 - 133/198: Installing method String>>normalizeCamelCase 14:05:04 415/520 - 134/198: Installing method String>>numArgs 14:05:04 415/520 - 135/198: Installing method String>>numericSuffix 14:05:04 415/520 - 136/198: Installing method String>>occursInWithEmpty:caseSensitive: 14:05:04 415/520 - 137/198: Installing method String>>onlyLetters 14:05:04 415/520 - 138/198: Installing method String>>padLeftTo: 14:05:04 415/520 - 139/198: Installing method String>>padLeftTo:with: 14:05:04 415/520 - 140/198: Installing method String>>padRightTo: 14:05:04 415/520 - 141/198: Installing method String>>padRightTo:with: 14:05:04 415/520 - 142/198: Installing method String>>printOn: 14:05:04 415/520 - 143/198: Installing method String>>putOn: 14:05:04 415/520 - 144/198: Installing method String>>repeat: 14:05:04 415/520 - 145/198: Installing method String>>replaceFrom:to:with:startingAt: 14:05:04 415/520 - 146/198: Installing method String>>romanNumber 14:05:04 415/520 - 147/198: Installing method String>>sameAs: 14:05:04 415/520 - 148/198: Installing method String>>skipAnySubstring:startingAt: 14:05:04 415/520 - 149/198: Installing method String>>skipDelimiters:startingAt: 14:05:04 415/520 - 150/198: Installing method String>>squeezeOutNumber 14:05:04 415/520 - 151/198: Installing method String>>startingAt:match:startingAt: 14:05:04 415/520 - 152/198: Installing method String>>startsWithDigit 14:05:04 415/520 - 153/198: Installing method String>>stemAndNumericSuffix 14:05:04 415/520 - 154/198: Installing method String>>storeOn: 14:05:04 415/520 - 155/198: Installing method String>>string 14:05:04 415/520 - 156/198: Installing method String>>stringhash 14:05:04 415/520 - 157/198: Installing method String>>substrings 14:05:04 415/520 - 158/198: Installing method String>>substrings: 14:05:04 415/520 - 159/198: Installing method String>>surroundedBy: 14:05:04 415/520 - 160/198: Installing method String>>surroundedBySingleQuotes 14:05:04 415/520 - 161/198: Installing method String>>translateFrom:to:table: 14:05:04 415/520 - 162/198: Installing method String>>translateToLowercase 14:05:04 415/520 - 163/198: Installing method String>>translateToUppercase 14:05:04 415/520 - 164/198: Installing method String>>translateWith: 14:05:04 415/520 - 165/198: Installing method String>>trim 14:05:04 415/520 - 166/198: Installing method String>>trimBoth 14:05:04 415/520 - 167/198: Installing method String>>trimBoth: 14:05:04 415/520 - 168/198: Installing method String>>trimLeft 14:05:04 415/520 - 169/198: Installing method String>>trimLeft: 14:05:04 415/520 - 170/198: Installing method String>>trimLeft:right: 14:05:04 415/520 - 171/198: Installing method String>>trimLineSpaces 14:05:04 415/520 - 172/198: Installing method String>>trimRight 14:05:04 415/520 - 173/198: Installing method String>>trimRight: 14:05:04 415/520 - 174/198: Installing method String>>trimmed 14:05:04 415/520 - 175/198: Installing method String>>truncateTo: 14:05:04 415/520 - 176/198: Installing method String>>truncateWithElipsisTo: 14:05:04 415/520 - 177/198: Installing method String>>typeTable 14:05:04 415/520 - 178/198: Installing method String>>uncapitalized 14:05:04 415/520 - 179/198: Installing method String>>unescapeCharacter: 14:05:04 415/520 - 180/198: Installing method String>>urlDecoded 14:05:04 415/520 - 181/198: Installing method String>>urlEncoded 14:05:04 415/520 - 182/198: Installing method String>>utf8Encoded 14:05:04 415/520 - 183/198: Installing method String>>withBlanksCondensed 14:05:04 415/520 - 184/198: Installing method String>>withCRs 14:05:04 415/520 - 185/198: Installing method String>>withInternalLineEndings 14:05:04 415/520 - 186/198: Installing method String>>withInternetLineEndings 14:05:04 415/520 - 187/198: Installing method String>>withLineEndings: 14:05:04 415/520 - 188/198: Installing method String>>withNoLineLongerThan: 14:05:04 415/520 - 189/198: Installing method String>>withSeparatorsCompacted 14:05:04 415/520 - 190/198: Installing method String>>withUnixLineEndings 14:05:04 415/520 - 191/198: Installing method String>>withoutLeadingDigits 14:05:04 415/520 - 192/198: Installing method String>>withoutPeriodSuffix 14:05:04 415/520 - 193/198: Installing method String>>withoutPrefix: 14:05:04 415/520 - 194/198: Installing method String>>withoutQuoting 14:05:04 415/520 - 195/198: Installing method String>>withoutSuffix: 14:05:04 415/520 - 196/198: Installing method String>>withoutTrailingDigits 14:05:04 415/520 - 197/198: Installing method String>>withoutTrailingNewlines 14:05:04 415/520 - 198/198: Installing method String>>wordBefore: 14:05:05 415/520 - 1/31: Installing method String class>>compare:with:collated: 14:05:05 415/520 - 2/31: Installing method String class>>cr 14:05:05 415/520 - 3/31: Installing method String class>>crlf 14:05:05 415/520 - 4/31: Installing method String class>>empty 14:05:05 415/520 - 5/31: Installing method String class>>expandMacro:argument:withExpansions: 14:05:05 415/520 - 6/31: Installing method String class>>findFirstInString:inCharacterSet:startingAt: 14:05:05 415/520 - 7/31: Installing method String class>>findFirstInString:inSet:startingAt: 14:05:05 415/520 - 8/31: Installing method String class>>fromByteArray: 14:05:05 415/520 - 9/31: Installing method String class>>fromString: 14:05:05 415/520 - 10/31: Installing method String class>>indexOfAscii:inString:startingAt: 14:05:05 415/520 - 11/31: Installing method String class>>initialize 14:05:05 415/520 - 12/31: Installing method String class>>initializeTypeTable 14:05:05 415/520 - 13/31: Installing method String class>>lf 14:05:05 415/520 - 14/31: Installing method String class>>loremIpsum 14:05:05 415/520 - 15/31: Installing method String class>>loremIpsum: 14:05:05 415/520 - 16/31: Installing method String class>>new: 14:05:05 415/520 - 17/31: Installing method String class>>newAsciiOrder 14:05:05 415/520 - 18/31: Installing method String class>>newCSLineEnders 14:05:05 415/520 - 19/31: Installing method String class>>newCaseInsensitiveOrder 14:05:06 415/520 - 20/31: Installing method String class>>newCaseSensitiveOrder 14:05:06 415/520 - 21/31: Installing method String class>>newLowercasingTable 14:05:06 415/520 - 22/31: Installing method String class>>newTokenish 14:05:06 415/520 - 23/31: Installing method String class>>newUppercasingTable 14:05:06 415/520 - 24/31: Installing method String class>>readFrom: 14:05:06 415/520 - 25/31: Installing method String class>>space 14:05:06 415/520 - 26/31: Installing method String class>>stringHash:initialHash: 14:05:06 415/520 - 27/31: Installing method String class>>tab 14:05:06 415/520 - 28/31: Installing method String class>>translate:from:to:table: 14:05:06 415/520 - 29/31: Installing method String class>>typeTable 14:05:06 415/520 - 30/31: Installing method String class>>value: 14:05:06 415/520 - 31/31: Installing method String class>>with: 14:05:06 416/520 - 1/1: Installing method SubclassResponsibility>>standardMessageText 14:05:06 417/520 - 1/8: Installing method SubscriptOutOfBounds>>lowerBound 14:05:06 417/520 - 2/8: Installing method SubscriptOutOfBounds>>lowerBound: 14:05:06 417/520 - 3/8: Installing method SubscriptOutOfBounds>>messageText 14:05:06 417/520 - 4/8: Installing method SubscriptOutOfBounds>>standardMessageText 14:05:06 417/520 - 5/8: Installing method SubscriptOutOfBounds>>subscript 14:05:06 417/520 - 6/8: Installing method SubscriptOutOfBounds>>subscript: 14:05:06 417/520 - 7/8: Installing method SubscriptOutOfBounds>>upperBound 14:05:06 417/520 - 8/8: Installing method SubscriptOutOfBounds>>upperBound: 14:05:06 417/520 - 1/3: Installing method SubscriptOutOfBounds class>>signalFor: 14:05:06 417/520 - 2/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound: 14:05:06 417/520 - 3/3: Installing method SubscriptOutOfBounds class>>signalFor:lowerBound:upperBound:in: 14:05:07 418/520 - 1/17: Installing method SubscriptionRegistry>>add: 14:05:07 418/520 - 2/17: Installing method SubscriptionRegistry>>deliver: 14:05:07 418/520 - 3/17: Installing method SubscriptionRegistry>>deliver:to: 14:05:07 418/520 - 4/17: Installing method SubscriptionRegistry>>deliver:to:startingAt: 14:05:07 418/520 - 5/17: Installing method SubscriptionRegistry>>handleSubscriberClass: 14:05:07 418/520 - 6/17: Installing method SubscriptionRegistry>>initialize 14:05:07 418/520 - 7/17: Installing method SubscriptionRegistry>>isEmpty 14:05:07 418/520 - 8/17: Installing method SubscriptionRegistry>>numberOfSubscriptions 14:05:07 418/520 - 9/17: Installing method SubscriptionRegistry>>protected: 14:05:07 418/520 - 10/17: Installing method SubscriptionRegistry>>remove: 14:05:07 418/520 - 11/17: Installing method SubscriptionRegistry>>removeSubscriber: 14:05:07 418/520 - 12/17: Installing method SubscriptionRegistry>>replace:with: 14:05:07 418/520 - 13/17: Installing method SubscriptionRegistry>>reset 14:05:07 418/520 - 14/17: Installing method SubscriptionRegistry>>subscriptions 14:05:07 418/520 - 15/17: Installing method SubscriptionRegistry>>subscriptionsForClass: 14:05:07 418/520 - 16/17: Installing method SubscriptionRegistry>>subscriptionsHandling: 14:05:07 418/520 - 17/17: Installing method SubscriptionRegistry>>subscriptionsOf:do: 14:05:07 419/520 - 1/5: Installing method SuperVariable>>acceptVisitor:node: 14:05:07 419/520 - 2/5: Installing method SuperVariable>>emitValue: 14:05:07 419/520 - 3/5: Installing method SuperVariable>>isSuperVariable 14:05:07 419/520 - 4/5: Installing method SuperVariable>>readInContext: 14:05:07 419/520 - 5/5: Installing method SuperVariable>>usingMethods 14:05:07 419/520 - 1/1: Installing method SuperVariable class>>variableName 14:05:08 420/520 - 1/41: Installing method Symbol>>, 14:05:08 420/520 - 2/41: Installing method Symbol>>= 14:05:08 420/520 - 3/41: Installing method Symbol>>=> 14:05:08 420/520 - 4/41: Installing method Symbol>>asAccessor 14:05:08 420/520 - 5/41: Installing method Symbol>>asAnnouncement 14:05:08 420/520 - 6/41: Installing method Symbol>>asMutator 14:05:08 420/520 - 7/41: Installing method Symbol>>asString 14:05:08 420/520 - 8/41: Installing method Symbol>>asSymbol 14:05:08 420/520 - 9/41: Installing method Symbol>>at:put: 14:05:08 420/520 - 10/41: Installing method Symbol>>capitalized 14:05:08 420/520 - 11/41: Installing method Symbol>>copy 14:05:08 420/520 - 12/41: Installing method Symbol>>createSymbol 14:05:08 420/520 - 13/41: Installing method Symbol>>cull: 14:05:08 420/520 - 14/41: Installing method Symbol>>errorNoModification 14:05:08 420/520 - 15/41: Installing method Symbol>>flushCache 14:05:08 420/520 - 16/41: Installing method Symbol>>handlesAnnouncement: 14:05:08 420/520 - 17/41: Installing method Symbol>>implementors 14:05:08 420/520 - 18/41: Installing method Symbol>>includesKey: 14:05:08 420/520 - 19/41: Installing method Symbol>>isBinary 14:05:08 420/520 - 20/41: Installing method Symbol>>isDoIt 14:05:08 420/520 - 21/41: Installing method Symbol>>isInfix 14:05:08 420/520 - 22/41: Installing method Symbol>>isKeyword 14:05:08 420/520 - 23/41: Installing method Symbol>>isOrientedFill 14:05:08 420/520 - 24/41: Installing method Symbol>>isSelectorSymbol 14:05:08 420/520 - 25/41: Installing method Symbol>>isSymbol 14:05:08 420/520 - 26/41: Installing method Symbol>>isUnary 14:05:08 420/520 - 27/41: Installing method Symbol>>keywordsStrict 14:05:09 420/520 - 28/41: Installing method Symbol>>literalEqual: 14:05:09 420/520 - 29/41: Installing method Symbol>>numArgs: 14:05:09 420/520 - 30/41: Installing method Symbol>>precedence 14:05:09 420/520 - 31/41: Installing method Symbol>>prepareForDelivery 14:05:09 420/520 - 32/41: Installing method Symbol>>replaceFrom:to:with:startingAt: 14:05:09 420/520 - 33/41: Installing method Symbol>>senders 14:05:09 420/520 - 34/41: Installing method Symbol>>separateKeywords 14:05:09 420/520 - 35/41: Installing method Symbol>>shallowCopy 14:05:09 420/520 - 36/41: Installing method Symbol>>sorted: 14:05:09 420/520 - 37/41: Installing method Symbol>>storeOn: 14:05:09 420/520 - 38/41: Installing method Symbol>>string: 14:05:09 420/520 - 39/41: Installing method Symbol>>uncapitalized 14:05:09 420/520 - 40/41: Installing method Symbol>>value: 14:05:09 420/520 - 41/41: Installing method Symbol>>veryDeepCopyWith: 14:05:09 420/520 - 1/27: Installing method Symbol class>>allSymbolTablesDo: 14:05:09 420/520 - 2/27: Installing method Symbol class>>allSymbolTablesDo:after: 14:05:09 420/520 - 3/27: Installing method Symbol class>>allSymbols 14:05:09 420/520 - 4/27: Installing method Symbol class>>cleanUp 14:05:09 420/520 - 5/27: Installing method Symbol class>>findInterned: 14:05:09 420/520 - 6/27: Installing method Symbol class>>hasInterned: 14:05:09 420/520 - 7/27: Installing method Symbol class>>hasInterned:ifTrue: 14:05:09 420/520 - 8/27: Installing method Symbol class>>initialize 14:05:09 420/520 - 9/27: Installing method Symbol class>>intern: 14:05:09 420/520 - 10/27: Installing method Symbol class>>new: 14:05:09 420/520 - 11/27: Installing method Symbol class>>new:streamContents: 14:05:09 420/520 - 12/27: Installing method Symbol class>>newFrom: 14:05:09 420/520 - 13/27: Installing method Symbol class>>possibleSelectorsFor: 14:05:09 420/520 - 14/27: Installing method Symbol class>>rawIntern: 14:05:09 420/520 - 15/27: Installing method Symbol class>>readFrom: 14:05:09 420/520 - 16/27: Installing method Symbol class>>rebuildSelectorTable 14:05:09 420/520 - 17/27: Installing method Symbol class>>recordSelector: 14:05:09 420/520 - 18/27: Installing method Symbol class>>rehash 14:05:09 420/520 - 19/27: Installing method Symbol class>>resetSelectorTable 14:05:09 420/520 - 20/27: Installing method Symbol class>>selectorTable 14:05:09 420/520 - 21/27: Installing method Symbol class>>selectorThatStartsCaseSensitive:skipping: 14:05:09 420/520 - 22/27: Installing method Symbol class>>shutDown: 14:05:09 420/520 - 23/27: Installing method Symbol class>>streamSpecies 14:05:09 420/520 - 24/27: Installing method Symbol class>>thatStarts:skipping: 14:05:10 420/520 - 25/27: Installing method Symbol class>>thatStartsCaseSensitive:skipping: 14:05:10 420/520 - 26/27: Installing method Symbol class>>with: 14:05:10 420/520 - 27/27: Installing method Symbol class>>withAll: 14:05:10 421/520 - 1/4: Installing method SymbolNotFoundError>>messageText 14:05:10 421/520 - 2/4: Installing method SymbolNotFoundError>>moduleName: 14:05:10 421/520 - 3/4: Installing method SymbolNotFoundError>>standardMessageText 14:05:10 421/520 - 4/4: Installing method SymbolNotFoundError>>symbolName: 14:05:10 421/520 - 1/1: Installing method SymbolNotFoundError class>>symbolName:module: 14:05:10 422/520 - 1/4: Installing method SymbolTableSemaphore class>>disable 14:05:10 422/520 - 2/4: Installing method SymbolTableSemaphore class>>enable 14:05:10 422/520 - 3/4: Installing method SymbolTableSemaphore class>>enabled 14:05:10 422/520 - 4/4: Installing method SymbolTableSemaphore class>>singleInstance 14:05:10 423/520 - 1/3: Installing method SystemAnnouncement>>properties 14:05:10 423/520 - 2/3: Installing method SystemAnnouncement>>propertyAt:ifPresent: 14:05:10 423/520 - 3/3: Installing method SystemAnnouncement>>propertyAt:put: 14:05:10 424/520 - 1/10: Installing method SystemAnnouncer>>class:oldComment:newComment:oldStamp:newStamp: 14:05:10 424/520 - 2/10: Installing method SystemAnnouncer>>classCommented: 14:05:10 424/520 - 3/10: Installing method SystemAnnouncer>>classDefinitionChangedFrom:to: 14:05:10 424/520 - 4/10: Installing method SystemAnnouncer>>classModificationAppliedTo: 14:05:10 424/520 - 5/10: Installing method SystemAnnouncer>>classParentOf:renamedFrom:to: 14:05:10 424/520 - 6/10: Installing method SystemAnnouncer>>classRenamed:from:to: 14:05:10 424/520 - 7/10: Installing method SystemAnnouncer>>evaluated: 14:05:10 424/520 - 8/10: Installing method SystemAnnouncer>>evaluated:context: 14:05:10 424/520 - 9/10: Installing method SystemAnnouncer>>methodRemoved:origin: 14:05:10 424/520 - 10/10: Installing method SystemAnnouncer>>methodRepackaged:from:to: 14:05:10 424/520 - 1/6: Installing method SystemAnnouncer class>>announce: 14:05:10 424/520 - 2/6: Installing method SystemAnnouncer class>>announcer: 14:05:10 424/520 - 3/6: Installing method SystemAnnouncer class>>reset 14:05:10 424/520 - 4/6: Installing method SystemAnnouncer class>>restoreAllNotifications 14:05:10 424/520 - 5/6: Installing method SystemAnnouncer class>>uniqueInstance 14:05:10 424/520 - 6/6: Installing method SystemAnnouncer class>>unload 14:05:11 425/520 - 1/44: Installing method SystemDictionary>>allBehaviors 14:05:11 425/520 - 2/44: Installing method SystemDictionary>>allBehaviorsDo: 14:05:11 425/520 - 3/44: Installing method SystemDictionary>>allClasses 14:05:11 425/520 - 4/44: Installing method SystemDictionary>>allClassesAndTraits 14:05:11 425/520 - 5/44: Installing method SystemDictionary>>allClassesAndTraitsDo: 14:05:11 425/520 - 6/44: Installing method SystemDictionary>>allClassesDo: 14:05:11 425/520 - 7/44: Installing method SystemDictionary>>allMethods 14:05:11 425/520 - 8/44: Installing method SystemDictionary>>allTraits 14:05:11 425/520 - 9/44: Installing method SystemDictionary>>allTraitsDo: 14:05:11 425/520 - 10/44: Installing method SystemDictionary>>at:put: 14:05:11 425/520 - 11/44: Installing method SystemDictionary>>atNewIndex:put: 14:05:11 425/520 - 12/44: Installing method SystemDictionary>>bindingOf: 14:05:11 425/520 - 13/44: Installing method SystemDictionary>>classAndTraitNames 14:05:11 425/520 - 14/44: Installing method SystemDictionary>>classNamed: 14:05:11 425/520 - 15/44: Installing method SystemDictionary>>classNames 14:05:11 425/520 - 16/44: Installing method SystemDictionary>>classOrTraitNamed: 14:05:11 425/520 - 17/44: Installing method SystemDictionary>>codeChangeAnnouncer 14:05:11 425/520 - 18/44: Installing method SystemDictionary>>codeSupportAnnouncer 14:05:11 425/520 - 19/44: Installing method SystemDictionary>>environment 14:05:11 425/520 - 20/44: Installing method SystemDictionary>>fillCaches 14:05:11 425/520 - 21/44: Installing method SystemDictionary>>flushClassNameCache 14:05:11 425/520 - 22/44: Installing method SystemDictionary>>forgetClass: 14:05:11 425/520 - 23/44: Installing method SystemDictionary>>hasBindingThatBeginsWith: 14:05:11 425/520 - 24/44: Installing method SystemDictionary>>hasClassNamed: 14:05:11 425/520 - 25/44: Installing method SystemDictionary>>hasClassOrTraitNamed: 14:05:12 425/520 - 26/44: Installing method SystemDictionary>>lookupVar: 14:05:12 425/520 - 27/44: Installing method SystemDictionary>>maxIdentityHash 14:05:12 425/520 - 28/44: Installing method SystemDictionary>>methods 14:05:12 425/520 - 29/44: Installing method SystemDictionary>>nonClassNames 14:05:12 425/520 - 30/44: Installing method SystemDictionary>>organization 14:05:12 425/520 - 31/44: Installing method SystemDictionary>>organization: 14:05:12 425/520 - 32/44: Installing method SystemDictionary>>outerScope 14:05:12 425/520 - 33/44: Installing method SystemDictionary>>poolUsers 14:05:12 425/520 - 34/44: Installing method SystemDictionary>>printElementsOn: 14:05:12 425/520 - 35/44: Installing method SystemDictionary>>pseudoVariables 14:05:12 425/520 - 36/44: Installing method SystemDictionary>>removeClassNamed: 14:05:12 425/520 - 37/44: Installing method SystemDictionary>>removeFromCaches: 14:05:12 425/520 - 38/44: Installing method SystemDictionary>>removeKey:ifAbsent: 14:05:12 425/520 - 39/44: Installing method SystemDictionary>>renameClass:from: 14:05:12 425/520 - 40/44: Installing method SystemDictionary>>renameClassNamed:as: 14:05:12 425/520 - 41/44: Installing method SystemDictionary>>resetPseudoVariables 14:05:12 425/520 - 42/44: Installing method SystemDictionary>>traitNames 14:05:12 425/520 - 43/44: Installing method SystemDictionary>>undeclaredRegistry 14:05:12 425/520 - 44/44: Installing method SystemDictionary>>veryDeepCopyWith: 14:05:12 425/520 - 1/1: Installing method SystemDictionary class>>cleanUp 14:05:13 426/520 - 1/42: Installing method SystemNavigation>>allBehaviors 14:05:13 426/520 - 2/42: Installing method SystemNavigation>>allBehaviorsDo: 14:05:13 426/520 - 3/42: Installing method SystemNavigation>>allCallsOn: 14:05:13 426/520 - 4/42: Installing method SystemNavigation>>allClassNamesStartingWith:do: 14:05:13 426/520 - 5/42: Installing method SystemNavigation>>allClassNamesStartingWith:do:caseSensitive: 14:05:13 426/520 - 6/42: Installing method SystemNavigation>>allClasses 14:05:13 426/520 - 7/42: Installing method SystemNavigation>>allClassesAndTraits 14:05:13 426/520 - 8/42: Installing method SystemNavigation>>allClassesDo: 14:05:13 426/520 - 9/42: Installing method SystemNavigation>>allClassesImplementing: 14:05:13 426/520 - 10/42: Installing method SystemNavigation>>allExistingProtocolsFor: 14:05:13 426/520 - 11/42: Installing method SystemNavigation>>allGlobalNamesStartingWith:do:caseSensitive: 14:05:13 426/520 - 12/42: Installing method SystemNavigation>>allGlobalRefsOn: 14:05:13 426/520 - 13/42: Installing method SystemNavigation>>allImplementedMessages 14:05:13 426/520 - 14/42: Installing method SystemNavigation>>allImplementorsOf: 14:05:13 426/520 - 15/42: Installing method SystemNavigation>>allMethods 14:05:13 426/520 - 16/42: Installing method SystemNavigation>>allMethodsSelect: 14:05:13 426/520 - 17/42: Installing method SystemNavigation>>allObjects 14:05:13 426/520 - 18/42: Installing method SystemNavigation>>allObjectsDo: 14:05:13 426/520 - 19/42: Installing method SystemNavigation>>allObjectsOrNil 14:05:13 426/520 - 20/42: Installing method SystemNavigation>>allPrimitiveMethods 14:05:13 426/520 - 21/42: Installing method SystemNavigation>>allReferencesTo: 14:05:13 426/520 - 22/42: Installing method SystemNavigation>>allReferencesTo:do: 14:05:13 426/520 - 23/42: Installing method SystemNavigation>>allReferencesTo:in: 14:05:13 426/520 - 24/42: Installing method SystemNavigation>>allReferencesToBinding: 14:05:13 426/520 - 25/42: Installing method SystemNavigation>>allSelectorsStartingWith:do: 14:05:13 426/520 - 26/42: Installing method SystemNavigation>>allSendersOf: 14:05:13 426/520 - 27/42: Installing method SystemNavigation>>allSentButNotImplementedSelectors 14:05:13 426/520 - 28/42: Installing method SystemNavigation>>allSentMessages 14:05:13 426/520 - 29/42: Installing method SystemNavigation>>allSymbolsStartingWith:do: 14:05:13 426/520 - 30/42: Installing method SystemNavigation>>allUnsentMessagesIn: 14:05:13 426/520 - 31/42: Installing method SystemNavigation>>environment 14:05:13 426/520 - 32/42: Installing method SystemNavigation>>environment: 14:05:13 426/520 - 33/42: Installing method SystemNavigation>>headingAndAutoselectForLiteral:do: 14:05:13 426/520 - 34/42: Installing method SystemNavigation>>initialize 14:05:13 426/520 - 35/42: Installing method SystemNavigation>>instanceSideMethodsWithNilKeyInLastLiteral 14:05:13 426/520 - 36/42: Installing method SystemNavigation>>isUnsentMessage: 14:05:13 426/520 - 37/42: Installing method SystemNavigation>>methods 14:05:13 426/520 - 38/42: Installing method SystemNavigation>>methodsReferencingObsoleteClasses 14:05:13 426/520 - 39/42: Installing method SystemNavigation>>obsoleteClasses 14:05:13 426/520 - 40/42: Installing method SystemNavigation>>removeClass: 14:05:13 426/520 - 41/42: Installing method SystemNavigation>>removeClassMessageFor: 14:05:13 426/520 - 42/42: Installing method SystemNavigation>>removeMethod:inClass: 14:05:13 426/520 - 1/1: Installing method SystemNavigation class>>default 14:05:13 427/520 - 1/1: Installing method SystemNotification>>defaultAction 14:05:15 428/520 - 1/34: Installing method SystemVersion>>build 14:05:15 428/520 - 2/34: Installing method SystemVersion>>build: 14:05:15 428/520 - 3/34: Installing method SystemVersion>>calculateHighestUpdate 14:05:15 428/520 - 4/34: Installing method SystemVersion>>commitHash 14:05:15 428/520 - 5/34: Installing method SystemVersion>>commitHash: 14:05:15 428/520 - 6/34: Installing method SystemVersion>>commitHashShort 14:05:15 428/520 - 7/34: Installing method SystemVersion>>date 14:05:15 428/520 - 8/34: Installing method SystemVersion>>date: 14:05:15 428/520 - 9/34: Installing method SystemVersion>>datedVersion 14:05:15 428/520 - 10/34: Installing method SystemVersion>>dottedMajorMinor 14:05:15 428/520 - 11/34: Installing method SystemVersion>>dottedMajorMinorPatch 14:05:15 428/520 - 12/34: Installing method SystemVersion>>hasMetadataIdentifiers 14:05:15 428/520 - 13/34: Installing method SystemVersion>>hasValidBuildNumber 14:05:15 428/520 - 14/34: Installing method SystemVersion>>highestUpdate 14:05:15 428/520 - 15/34: Installing method SystemVersion>>highestUpdate: 14:05:15 428/520 - 16/34: Installing method SystemVersion>>imageVersionString 14:05:15 428/520 - 17/34: Installing method SystemVersion>>initialize 14:05:15 428/520 - 18/34: Installing method SystemVersion>>major 14:05:15 428/520 - 19/34: Installing method SystemVersion>>major: 14:05:15 428/520 - 20/34: Installing method SystemVersion>>majorMinor: 14:05:15 428/520 - 21/34: Installing method SystemVersion>>majorMinorPatch: 14:05:15 428/520 - 22/34: Installing method SystemVersion>>majorMinorVersion 14:05:15 428/520 - 23/34: Installing method SystemVersion>>minor 14:05:15 428/520 - 24/34: Installing method SystemVersion>>minor: 14:05:15 428/520 - 25/34: Installing method SystemVersion>>patch 14:05:15 428/520 - 26/34: Installing method SystemVersion>>patch: 14:05:15 428/520 - 27/34: Installing method SystemVersion>>printOn: 14:05:15 428/520 - 28/34: Installing method SystemVersion>>shortVersionString 14:05:15 428/520 - 29/34: Installing method SystemVersion>>suffix 14:05:15 428/520 - 30/34: Installing method SystemVersion>>suffix: 14:05:15 428/520 - 31/34: Installing method SystemVersion>>type 14:05:15 428/520 - 32/34: Installing method SystemVersion>>type: 14:05:15 428/520 - 33/34: Installing method SystemVersion>>version 14:05:15 428/520 - 34/34: Installing method SystemVersion>>versionWithoutPatch 14:05:15 428/520 - 1/7: Installing method SystemVersion class>>current 14:05:15 428/520 - 2/7: Installing method SystemVersion class>>invalidBuildNumber 14:05:15 428/520 - 3/7: Installing method SystemVersion class>>major:minor:patch: 14:05:15 428/520 - 4/7: Installing method SystemVersion class>>major:minor:patch:suffix: 14:05:15 428/520 - 5/7: Installing method SystemVersion class>>major:minor:patch:suffix:build: 14:05:15 428/520 - 6/7: Installing method SystemVersion class>>major:minor:patch:suffix:build:commitHash: 14:05:15 428/520 - 7/7: Installing method SystemVersion class>>setMajor:minor:patch:suffix:build:commitHash: 14:05:15 429/520 - 1/5: Installing method TermInfoCharacter>>on: 14:05:15 429/520 - 2/5: Installing method TermInfoCharacter>>print: 14:05:15 429/520 - 3/5: Installing method TermInfoCharacter>>set: 14:05:15 429/520 - 4/5: Installing method TermInfoCharacter>>setBackgroundColor: 14:05:15 429/520 - 5/5: Installing method TermInfoCharacter>>setFontColor: 14:05:16 430/520 - 1/8: Installing method Termcap>>flush 14:05:16 430/520 - 2/8: Installing method Termcap>>getent: 14:05:16 430/520 - 3/8: Installing method Termcap>>getflag: 14:05:16 430/520 - 4/8: Installing method Termcap>>getnum: 14:05:16 430/520 - 5/8: Installing method Termcap>>getstr: 14:05:16 430/520 - 6/8: Installing method Termcap>>initialize 14:05:16 430/520 - 7/8: Installing method Termcap>>initializeDefaultSequences 14:05:16 430/520 - 8/8: Installing method Termcap>>reset 14:05:16 431/520 - 1/5: Installing method ThisContextVariable>>acceptVisitor:node: 14:05:16 431/520 - 2/5: Installing method ThisContextVariable>>emitValue: 14:05:16 431/520 - 3/5: Installing method ThisContextVariable>>isThisContextVariable 14:05:16 431/520 - 4/5: Installing method ThisContextVariable>>readInContext: 14:05:16 431/520 - 5/5: Installing method ThisContextVariable>>usingMethods 14:05:16 431/520 - 1/1: Installing method ThisContextVariable class>>variableName 14:05:16 432/520 - 1/3: Installing method ThisProcessVariable>>emitValue: 14:05:16 432/520 - 2/3: Installing method ThisProcessVariable>>isThisProcessVariable 14:05:16 432/520 - 3/3: Installing method ThisProcessVariable>>readInContext: 14:05:16 432/520 - 1/1: Installing method ThisProcessVariable class>>variableName 14:05:16 434/520 - 1/12: Installing method True>>& 14:05:16 434/520 - 2/12: Installing method True>>and: 14:05:16 434/520 - 3/12: Installing method True>>asBit 14:05:16 434/520 - 4/12: Installing method True>>ifFalse: 14:05:16 434/520 - 5/12: Installing method True>>ifFalse:ifTrue: 14:05:16 434/520 - 6/12: Installing method True>>ifTrue: 14:05:16 434/520 - 7/12: Installing method True>>ifTrue:ifFalse: 14:05:16 434/520 - 8/12: Installing method True>>not 14:05:16 434/520 - 9/12: Installing method True>>or: 14:05:16 434/520 - 10/12: Installing method True>>printOn: 14:05:16 434/520 - 11/12: Installing method True>>xor: 14:05:16 434/520 - 12/12: Installing method True>>| 14:05:17 435/520 - 1/83: Installing method UIManager>>abort: 14:05:17 435/520 - 2/83: Installing method UIManager>>abort:title: 14:05:17 435/520 - 3/83: Installing method UIManager>>activate 14:05:17 435/520 - 4/83: Installing method UIManager>>alert: 14:05:17 435/520 - 5/83: Installing method UIManager>>alert:title: 14:05:17 435/520 - 6/83: Installing method UIManager>>alert:title:configure: 14:05:17 435/520 - 7/83: Installing method UIManager>>beDefault 14:05:17 435/520 - 8/83: Installing method UIManager>>chooseDirectory 14:05:17 435/520 - 9/83: Installing method UIManager>>chooseDirectory: 14:05:17 435/520 - 10/83: Installing method UIManager>>chooseDirectory:from: 14:05:17 435/520 - 11/83: Installing method UIManager>>chooseDirectoryFrom: 14:05:17 435/520 - 12/83: Installing method UIManager>>chooseFrom: 14:05:17 435/520 - 13/83: Installing method UIManager>>chooseFrom:lines: 14:05:17 435/520 - 14/83: Installing method UIManager>>chooseFrom:lines:message: 14:05:17 435/520 - 15/83: Installing method UIManager>>chooseFrom:lines:message:title: 14:05:17 435/520 - 16/83: Installing method UIManager>>chooseFrom:lines:title: 14:05:17 435/520 - 17/83: Installing method UIManager>>chooseFrom:message: 14:05:17 435/520 - 18/83: Installing method UIManager>>chooseFrom:message:title: 14:05:17 435/520 - 19/83: Installing method UIManager>>chooseFrom:title: 14:05:17 435/520 - 20/83: Installing method UIManager>>chooseFrom:values: 14:05:17 435/520 - 21/83: Installing method UIManager>>chooseFrom:values:lines: 14:05:17 435/520 - 22/83: Installing method UIManager>>chooseFrom:values:lines:message: 14:05:17 435/520 - 23/83: Installing method UIManager>>chooseFrom:values:lines:message:title: 14:05:17 435/520 - 24/83: Installing method UIManager>>chooseFrom:values:lines:title: 14:05:17 435/520 - 25/83: Installing method UIManager>>chooseFrom:values:message: 14:05:17 435/520 - 26/83: Installing method UIManager>>chooseFrom:values:message:title: 14:05:17 435/520 - 27/83: Installing method UIManager>>chooseFrom:values:title: 14:05:17 435/520 - 28/83: Installing method UIManager>>chooseFullFileNameMatching: 14:05:17 435/520 - 29/83: Installing method UIManager>>chooseFullFileNameMatching:label: 14:05:17 435/520 - 30/83: Installing method UIManager>>chooseOrRequestFrom:values:lines:title: 14:05:17 435/520 - 31/83: Installing method UIManager>>confirm: 14:05:17 435/520 - 32/83: Installing method UIManager>>confirm:label: 14:05:17 435/520 - 33/83: Installing method UIManager>>confirm:label:trueChoice:falseChoice:cancelChoice:default: 14:05:18 435/520 - 34/83: Installing method UIManager>>confirm:orCancel: 14:05:18 435/520 - 35/83: Installing method UIManager>>confirm:trueChoice:falseChoice: 14:05:18 435/520 - 36/83: Installing method UIManager>>confirm:trueChoice:falseChoice:cancelChoice:default: 14:05:18 435/520 - 37/83: Installing method UIManager>>deactivate 14:05:18 435/520 - 38/83: Installing method UIManager>>debugProcess:context:label:fullView:notification: 14:05:18 435/520 - 39/83: Installing method UIManager>>defer: 14:05:18 435/520 - 40/83: Installing method UIManager>>deny: 14:05:18 435/520 - 41/83: Installing method UIManager>>deny:title: 14:05:18 435/520 - 42/83: Installing method UIManager>>edit: 14:05:18 435/520 - 43/83: Installing method UIManager>>edit:label: 14:05:18 435/520 - 44/83: Installing method UIManager>>edit:label:accept: 14:05:18 435/520 - 45/83: Installing method UIManager>>handleDebugRequest:fromDebuggerSystem: 14:05:18 435/520 - 46/83: Installing method UIManager>>handleError: 14:05:18 435/520 - 47/83: Installing method UIManager>>handleError:log: 14:05:18 435/520 - 48/83: Installing method UIManager>>handleNotification: 14:05:18 435/520 - 49/83: Installing method UIManager>>handleWarning: 14:05:18 435/520 - 50/83: Installing method UIManager>>handleWarningDebugRequest:fromDebuggerSystem: 14:05:18 435/520 - 51/83: Installing method UIManager>>headlessManager 14:05:18 435/520 - 52/83: Installing method UIManager>>inform: 14:05:18 435/520 - 53/83: Installing method UIManager>>informUser:during: 14:05:18 435/520 - 54/83: Installing method UIManager>>informUserDuring: 14:05:18 435/520 - 55/83: Installing method UIManager>>interruptName:preemptedProcess: 14:05:18 435/520 - 56/83: Installing method UIManager>>logError: 14:05:18 435/520 - 57/83: Installing method UIManager>>lowSpaceWatcherDefaultAction: 14:05:18 435/520 - 58/83: Installing method UIManager>>multiLineRequest:initialAnswer:answerHeight: 14:05:18 435/520 - 59/83: Installing method UIManager>>newMenuIn:for: 14:05:18 435/520 - 60/83: Installing method UIManager>>nonInteractiveManager 14:05:18 435/520 - 61/83: Installing method UIManager>>onFontsChanged 14:05:18 435/520 - 62/83: Installing method UIManager>>onPrimitiveError: 14:05:18 435/520 - 63/83: Installing method UIManager>>openComparisionFrom:to:belongingTo:from: 14:05:18 435/520 - 64/83: Installing method UIManager>>proceed: 14:05:18 435/520 - 65/83: Installing method UIManager>>proceed:title: 14:05:18 435/520 - 66/83: Installing method UIManager>>question: 14:05:18 435/520 - 67/83: Installing method UIManager>>question:title: 14:05:18 435/520 - 68/83: Installing method UIManager>>questionWithoutCancel: 14:05:18 435/520 - 69/83: Installing method UIManager>>questionWithoutCancel:title: 14:05:18 435/520 - 70/83: Installing method UIManager>>request: 14:05:18 435/520 - 71/83: Installing method UIManager>>request:entryCompletion: 14:05:18 435/520 - 72/83: Installing method UIManager>>request:initialAnswer: 14:05:18 435/520 - 73/83: Installing method UIManager>>request:initialAnswer:entryCompletion: 14:05:18 435/520 - 74/83: Installing method UIManager>>request:initialAnswer:title: 14:05:18 435/520 - 75/83: Installing method UIManager>>request:initialAnswer:title:entryCompletion: 14:05:18 435/520 - 76/83: Installing method UIManager>>requestPassword: 14:05:18 435/520 - 77/83: Installing method UIManager>>showWaitCursorWhile: 14:05:18 435/520 - 78/83: Installing method UIManager>>spawnNewProcess 14:05:18 435/520 - 79/83: Installing method UIManager>>terminateUIProcess 14:05:18 435/520 - 80/83: Installing method UIManager>>textEntry: 14:05:18 435/520 - 81/83: Installing method UIManager>>textEntry:title: 14:05:18 435/520 - 82/83: Installing method UIManager>>textEntry:title:entryText: 14:05:18 435/520 - 83/83: Installing method UIManager>>uiProcess 14:05:18 435/520 - 1/6: Installing method UIManager class>>default 14:05:18 435/520 - 2/6: Installing method UIManager class>>default: 14:05:18 435/520 - 3/6: Installing method UIManager class>>forCurrentSystemConfiguration 14:05:18 435/520 - 4/6: Installing method UIManager class>>isActiveManager 14:05:18 435/520 - 5/6: Installing method UIManager class>>isValidForCurrentSystemConfiguration 14:05:18 435/520 - 6/6: Installing method UIManager class>>nonInteractiveDuring: 14:05:18 436/520 - 1/7: Installing method UNCNetworkPath>>isAbsolute 14:05:18 436/520 - 2/7: Installing method UNCNetworkPath>>isNetworkPath 14:05:18 436/520 - 3/7: Installing method UNCNetworkPath>>isRoot 14:05:18 436/520 - 4/7: Installing method UNCNetworkPath>>printOn: 14:05:18 436/520 - 5/7: Installing method UNCNetworkPath>>printOn:delimiter: 14:05:18 436/520 - 6/7: Installing method UNCNetworkPath>>printPathOn:delimiter: 14:05:18 436/520 - 7/7: Installing method UNCNetworkPath>>withParents 14:05:19 438/520 - 1/13: Installing method UndeclaredVariable>>definingClass 14:05:19 438/520 - 2/13: Installing method UndeclaredVariable>>emitStore: 14:05:19 438/520 - 3/13: Installing method UndeclaredVariable>>emitValue: 14:05:19 438/520 - 4/13: Installing method UndeclaredVariable>>isRegistered 14:05:19 438/520 - 5/13: Installing method UndeclaredVariable>>isUndeclaredVariable 14:05:19 438/520 - 6/13: Installing method UndeclaredVariable>>register 14:05:19 438/520 - 7/13: Installing method UndeclaredVariable>>registerFromNode: 14:05:19 438/520 - 8/13: Installing method UndeclaredVariable>>registerMethod: 14:05:19 438/520 - 9/13: Installing method UndeclaredVariable>>registeredMethods 14:05:19 438/520 - 10/13: Installing method UndeclaredVariable>>runtimeUndeclaredReadInContext: 14:05:19 438/520 - 11/13: Installing method UndeclaredVariable>>runtimeUndeclaredWrite:inContext: 14:05:19 438/520 - 12/13: Installing method UndeclaredVariable>>unregister 14:05:19 438/520 - 13/13: Installing method UndeclaredVariable>>usingMethods 14:05:19 438/520 - 1/2: Installing method UndeclaredVariable class>>possiblyRegisteredWithName: 14:05:19 438/520 - 2/2: Installing method UndeclaredVariable class>>registeredWithName: 14:05:19 439/520 - 1/4: Installing method UndeclaredVariableError>>isResumable 14:05:19 439/520 - 2/4: Installing method UndeclaredVariableError>>variable 14:05:19 439/520 - 3/4: Installing method UndeclaredVariableError>>variable: 14:05:19 439/520 - 4/4: Installing method UndeclaredVariableError>>variableNode 14:05:19 441/520 - 1/3: Installing method UndeclaredVariableWrite>>defaultResumeValue 14:05:19 441/520 - 2/3: Installing method UndeclaredVariableWrite>>value 14:05:19 441/520 - 3/3: Installing method UndeclaredVariableWrite>>value: 14:05:19 442/520 - 1/6: Installing method UndefinedClassVariable>>ast: 14:05:19 442/520 - 2/6: Installing method UndefinedClassVariable>>checkClassRebuild 14:05:19 442/520 - 3/6: Installing method UndefinedClassVariable>>printOn: 14:05:19 442/520 - 4/6: Installing method UndefinedClassVariable>>read 14:05:19 442/520 - 5/6: Installing method UndefinedClassVariable>>variableClassName 14:05:19 442/520 - 6/6: Installing method UndefinedClassVariable>>write: 14:05:19 442/520 - 1/1: Installing method UndefinedClassVariable class>>named:ast: 14:05:20 443/520 - 1/32: Installing method UndefinedObject>><< 14:05:20 443/520 - 2/32: Installing method UndefinedObject>>addDependent: 14:05:20 443/520 - 3/32: Installing method UndefinedObject>>addSubclass: 14:05:20 443/520 - 4/32: Installing method UndefinedObject>>allSuperclassesDo: 14:05:20 443/520 - 5/32: Installing method UndefinedObject>>asCollectionElement 14:05:20 443/520 - 6/32: Installing method UndefinedObject>>asLinkPrepend: 14:05:20 443/520 - 7/32: Installing method UndefinedObject>>at:put: 14:05:20 443/520 - 8/32: Installing method UndefinedObject>>canHandleSignal: 14:05:20 443/520 - 9/32: Installing method UndefinedObject>>classBuilder 14:05:20 443/520 - 10/32: Installing method UndefinedObject>>classInstaller 14:05:20 443/520 - 11/32: Installing method UndefinedObject>>commonSuperclassWith: 14:05:20 443/520 - 12/32: Installing method UndefinedObject>>deepCopy 14:05:20 443/520 - 13/32: Installing method UndefinedObject>>environment 14:05:20 443/520 - 14/32: Installing method UndefinedObject>>handleSignal: 14:05:20 443/520 - 15/32: Installing method UndefinedObject>>ifNil: 14:05:20 443/520 - 16/32: Installing method UndefinedObject>>ifNil:ifNotNil: 14:05:20 443/520 - 17/32: Installing method UndefinedObject>>ifNotNil: 14:05:20 443/520 - 18/32: Installing method UndefinedObject>>ifNotNil:ifNil: 14:05:20 443/520 - 19/32: Installing method UndefinedObject>>isEmptyOrNil 14:05:20 443/520 - 20/32: Installing method UndefinedObject>>isLiteral 14:05:20 443/520 - 21/32: Installing method UndefinedObject>>isNil 14:05:20 443/520 - 22/32: Installing method UndefinedObject>>isNotNil 14:05:20 443/520 - 23/32: Installing method UndefinedObject>>notNil 14:05:20 443/520 - 24/32: Installing method UndefinedObject>>printOn: 14:05:20 443/520 - 25/32: Installing method UndefinedObject>>removeSubclass: 14:05:21 443/520 - 26/32: Installing method UndefinedObject>>setPinnedInMemory: 14:05:21 443/520 - 27/32: Installing method UndefinedObject>>shallowCopy 14:05:21 443/520 - 28/32: Installing method UndefinedObject>>storeOn: 14:05:21 443/520 - 29/32: Installing method UndefinedObject>>subclassDefinerClass 14:05:21 443/520 - 30/32: Installing method UndefinedObject>>subclasses 14:05:21 443/520 - 31/32: Installing method UndefinedObject>>subclassesDo: 14:05:21 443/520 - 32/32: Installing method UndefinedObject>>veryDeepCopyWith: 14:05:21 443/520 - 1/3: Installing method UndefinedObject class>>allInstances 14:05:21 443/520 - 2/3: Installing method UndefinedObject class>>allInstancesDo: 14:05:21 443/520 - 3/3: Installing method UndefinedObject class>>new 14:05:21 444/520 - 1/9: Installing method UndefinedPackage>>addMethod: 14:05:21 444/520 - 2/9: Installing method UndefinedPackage>>ensureTag: 14:05:21 444/520 - 3/9: Installing method UndefinedPackage>>initialize 14:05:21 444/520 - 4/9: Installing method UndefinedPackage>>isEmpty 14:05:21 444/520 - 5/9: Installing method UndefinedPackage>>isUndefined 14:05:21 444/520 - 6/9: Installing method UndefinedPackage>>name 14:05:21 444/520 - 7/9: Installing method UndefinedPackage>>removeFromSystem 14:05:21 444/520 - 8/9: Installing method UndefinedPackage>>tagOf: 14:05:21 444/520 - 9/9: Installing method UndefinedPackage>>undefinedTag 14:05:21 444/520 - 1/1: Installing method UndefinedPackage class>>undefinedPackageName 14:05:21 445/520 - 1/6: Installing method UndefinedPackageTag>>categoryName 14:05:21 445/520 - 2/6: Installing method UndefinedPackageTag>>isRoot 14:05:21 445/520 - 3/6: Installing method UndefinedPackageTag>>isUndefined 14:05:21 445/520 - 4/6: Installing method UndefinedPackageTag>>name 14:05:21 445/520 - 5/6: Installing method UndefinedPackageTag>>promoteAsPackage 14:05:21 445/520 - 6/6: Installing method UndefinedPackageTag>>removeFromSystem 14:05:21 445/520 - 1/2: Installing method UndefinedPackageTag class>>undefinedPackage: 14:05:21 445/520 - 2/2: Installing method UndefinedPackageTag class>>undefinedPackageTagName 14:05:21 446/520 - 1/6: Installing method UndefinedSlot>>ast: 14:05:21 446/520 - 2/6: Installing method UndefinedSlot>>checkClassRebuild 14:05:21 446/520 - 3/6: Installing method UndefinedSlot>>printOn: 14:05:21 446/520 - 4/6: Installing method UndefinedSlot>>read: 14:05:21 446/520 - 5/6: Installing method UndefinedSlot>>slotClassName 14:05:21 446/520 - 6/6: Installing method UndefinedSlot>>write:to: 14:05:21 446/520 - 1/1: Installing method UndefinedSlot class>>named:ast: 14:05:21 447/520 - 1/4: Installing method UnhandledError>>defaultAction 14:05:21 447/520 - 2/4: Installing method UnhandledError>>exception 14:05:21 447/520 - 3/4: Installing method UnhandledError>>exception: 14:05:21 447/520 - 4/4: Installing method UnhandledError>>isResumable 14:05:21 447/520 - 1/1: Installing method UnhandledError class>>signalForException: 14:05:22 448/520 - 1/1: Installing method UnhandledException>>defaultAction 14:05:22 449/520 - 1/2: Installing method Unix32Platform>>accept: 14:05:22 449/520 - 2/2: Installing method Unix32Platform>>isUnix32 14:05:22 449/520 - 1/1: Installing method Unix32Platform class>>isActivePlatform 14:05:22 450/520 - 1/2: Installing method Unix64Platform>>accept: 14:05:22 450/520 - 2/2: Installing method Unix64Platform>>isUnix64 14:05:22 450/520 - 1/1: Installing method Unix64Platform class>>isActivePlatform 14:05:22 451/520 - 1/1: Installing method UnixARM32Platform class>>isActivePlatform 14:05:22 452/520 - 1/12: Installing method UnixPlatform>>accept: 14:05:22 452/520 - 2/12: Installing method UnixPlatform>>defaultMaximumPathLength 14:05:22 452/520 - 3/12: Installing method UnixPlatform>>family 14:05:22 452/520 - 4/12: Installing method UnixPlatform>>getErrorMessage: 14:05:22 452/520 - 5/12: Installing method UnixPlatform>>isLinux 14:05:22 452/520 - 6/12: Installing method UnixPlatform>>isLinuxDerivateOf: 14:05:22 452/520 - 7/12: Installing method UnixPlatform>>isLinuxDistributionWithID: 14:05:22 452/520 - 8/12: Installing method UnixPlatform>>isUnix 14:05:22 452/520 - 9/12: Installing method UnixPlatform>>keyForValue: 14:05:22 452/520 - 10/12: Installing method UnixPlatform>>lineEnding 14:05:22 452/520 - 11/12: Installing method UnixPlatform>>linuxIdentificationParameters 14:05:22 452/520 - 12/12: Installing method UnixPlatform>>menuShortcutString 14:05:25 454/520 - 1/82: Installing method VTermOutputDriver>><< 14:05:25 454/520 - 2/82: Installing method VTermOutputDriver>>backspace 14:05:25 454/520 - 3/82: Installing method VTermOutputDriver>>black 14:05:25 454/520 - 4/82: Installing method VTermOutputDriver>>black: 14:05:25 454/520 - 5/82: Installing method VTermOutputDriver>>blinking 14:05:25 454/520 - 6/82: Installing method VTermOutputDriver>>blue 14:05:25 454/520 - 7/82: Installing method VTermOutputDriver>>blue: 14:05:25 454/520 - 8/82: Installing method VTermOutputDriver>>bold 14:05:25 454/520 - 9/82: Installing method VTermOutputDriver>>clear 14:05:25 454/520 - 10/82: Installing method VTermOutputDriver>>clearFromBeginning 14:05:25 454/520 - 11/82: Installing method VTermOutputDriver>>clearScreen 14:05:25 454/520 - 12/82: Installing method VTermOutputDriver>>clearToEnd 14:05:25 454/520 - 13/82: Installing method VTermOutputDriver>>closed 14:05:25 454/520 - 14/82: Installing method VTermOutputDriver>>color: 14:05:25 454/520 - 15/82: Installing method VTermOutputDriver>>colorEscape 14:05:25 454/520 - 16/82: Installing method VTermOutputDriver>>columns 14:05:26 454/520 - 17/82: Installing method VTermOutputDriver>>cr 14:05:26 454/520 - 18/82: Installing method VTermOutputDriver>>csiEscape 14:05:26 454/520 - 19/82: Installing method VTermOutputDriver>>cursorEnhanced 14:05:26 454/520 - 20/82: Installing method VTermOutputDriver>>cursorInvisible 14:05:26 454/520 - 21/82: Installing method VTermOutputDriver>>cursorNormal 14:05:26 454/520 - 22/82: Installing method VTermOutputDriver>>cyan 14:05:26 454/520 - 23/82: Installing method VTermOutputDriver>>cyan: 14:05:26 454/520 - 24/82: Installing method VTermOutputDriver>>deleteCharacter 14:05:26 454/520 - 25/82: Installing method VTermOutputDriver>>deleteLine 14:05:26 454/520 - 26/82: Installing method VTermOutputDriver>>down 14:05:26 454/520 - 27/82: Installing method VTermOutputDriver>>down: 14:05:26 454/520 - 28/82: Installing method VTermOutputDriver>>endInsertMode 14:05:26 454/520 - 29/82: Installing method VTermOutputDriver>>erase 14:05:26 454/520 - 30/82: Installing method VTermOutputDriver>>errorColor 14:05:26 454/520 - 31/82: Installing method VTermOutputDriver>>escape 14:05:26 454/520 - 32/82: Installing method VTermOutputDriver>>flush 14:05:26 454/520 - 33/82: Installing method VTermOutputDriver>>green 14:05:26 454/520 - 34/82: Installing method VTermOutputDriver>>green: 14:05:26 454/520 - 35/82: Installing method VTermOutputDriver>>here 14:05:26 454/520 - 36/82: Installing method VTermOutputDriver>>home 14:05:26 454/520 - 37/82: Installing method VTermOutputDriver>>initialize 14:05:26 454/520 - 38/82: Installing method VTermOutputDriver>>insertCharacter 14:05:26 454/520 - 39/82: Installing method VTermOutputDriver>>insertLine 14:05:26 454/520 - 40/82: Installing method VTermOutputDriver>>insertMode 14:05:26 454/520 - 41/82: Installing method VTermOutputDriver>>invisible 14:05:26 454/520 - 42/82: Installing method VTermOutputDriver>>left 14:05:26 454/520 - 43/82: Installing method VTermOutputDriver>>left: 14:05:26 454/520 - 44/82: Installing method VTermOutputDriver>>lf 14:05:26 454/520 - 45/82: Installing method VTermOutputDriver>>light 14:05:26 454/520 - 46/82: Installing method VTermOutputDriver>>lines 14:05:26 454/520 - 47/82: Installing method VTermOutputDriver>>nextPut: 14:05:26 454/520 - 48/82: Installing method VTermOutputDriver>>nextPutAll: 14:05:26 454/520 - 49/82: Installing method VTermOutputDriver>>normal 14:05:26 454/520 - 50/82: Installing method VTermOutputDriver>>outStream 14:05:26 454/520 - 51/82: Installing method VTermOutputDriver>>outStream: 14:05:26 454/520 - 52/82: Installing method VTermOutputDriver>>overwrite: 14:05:26 454/520 - 53/82: Installing method VTermOutputDriver>>pink 14:05:26 454/520 - 54/82: Installing method VTermOutputDriver>>pink: 14:05:26 454/520 - 55/82: Installing method VTermOutputDriver>>print: 14:05:26 454/520 - 56/82: Installing method VTermOutputDriver>>red 14:05:26 454/520 - 57/82: Installing method VTermOutputDriver>>red: 14:05:26 454/520 - 58/82: Installing method VTermOutputDriver>>reset 14:05:26 454/520 - 59/82: Installing method VTermOutputDriver>>restoreCursor 14:05:26 454/520 - 60/82: Installing method VTermOutputDriver>>reverse 14:05:26 454/520 - 61/82: Installing method VTermOutputDriver>>right 14:05:26 454/520 - 62/82: Installing method VTermOutputDriver>>right: 14:05:26 454/520 - 63/82: Installing method VTermOutputDriver>>saveCursor 14:05:26 454/520 - 64/82: Installing method VTermOutputDriver>>scrollBackward 14:05:26 454/520 - 65/82: Installing method VTermOutputDriver>>scrollForward 14:05:26 454/520 - 66/82: Installing method VTermOutputDriver>>space 14:05:26 454/520 - 67/82: Installing method VTermOutputDriver>>ss3Escape 14:05:26 454/520 - 68/82: Installing method VTermOutputDriver>>startOfLine 14:05:26 454/520 - 69/82: Installing method VTermOutputDriver>>store: 14:05:26 454/520 - 70/82: Installing method VTermOutputDriver>>tab 14:05:26 454/520 - 71/82: Installing method VTermOutputDriver>>termcap 14:05:26 454/520 - 72/82: Installing method VTermOutputDriver>>termcap: 14:05:26 454/520 - 73/82: Installing method VTermOutputDriver>>topLeft 14:05:26 454/520 - 74/82: Installing method VTermOutputDriver>>underline 14:05:26 454/520 - 75/82: Installing method VTermOutputDriver>>underlineOff 14:05:26 454/520 - 76/82: Installing method VTermOutputDriver>>up 14:05:26 454/520 - 77/82: Installing method VTermOutputDriver>>up: 14:05:26 454/520 - 78/82: Installing method VTermOutputDriver>>white 14:05:27 454/520 - 79/82: Installing method VTermOutputDriver>>white: 14:05:27 454/520 - 80/82: Installing method VTermOutputDriver>>width 14:05:27 454/520 - 81/82: Installing method VTermOutputDriver>>yellow 14:05:27 454/520 - 82/82: Installing method VTermOutputDriver>>yellow: 14:05:27 454/520 - 1/3: Installing method VTermOutputDriver class>>on: 14:05:27 454/520 - 2/3: Installing method VTermOutputDriver class>>stderr 14:05:27 454/520 - 3/3: Installing method VTermOutputDriver class>>stdout 14:05:27 455/520 - 1/6: Installing method ValueLink>>= 14:05:27 455/520 - 2/6: Installing method ValueLink>>asLinkPrepend: 14:05:27 455/520 - 3/6: Installing method ValueLink>>hash 14:05:27 455/520 - 4/6: Installing method ValueLink>>printOn: 14:05:27 455/520 - 5/6: Installing method ValueLink>>value 14:05:27 455/520 - 6/6: Installing method ValueLink>>value: 14:05:27 455/520 - 1/1: Installing method ValueLink class>>value: 14:05:27 456/520 - 1/3: Installing method ValueNotFound>>standardMessageText 14:05:27 456/520 - 2/3: Installing method ValueNotFound>>value 14:05:27 456/520 - 3/3: Installing method ValueNotFound>>value: 14:05:28 457/520 - 1/53: Installing method Variable>>= 14:05:28 457/520 - 2/53: Installing method Variable>>acceptVisitor:node: 14:05:28 457/520 - 3/53: Installing method Variable>>allowsShadowing 14:05:28 457/520 - 4/53: Installing method Variable>>asDoItVariableFrom: 14:05:28 457/520 - 5/53: Installing method Variable>>definingNode 14:05:28 457/520 - 6/53: Installing method Variable>>definitionOn: 14:05:28 457/520 - 7/53: Installing method Variable>>emitStore: 14:05:28 457/520 - 8/53: Installing method Variable>>emitValue: 14:05:28 457/520 - 9/53: Installing method Variable>>ensureProperties 14:05:28 457/520 - 10/53: Installing method Variable>>hasProperty: 14:05:28 457/520 - 11/53: Installing method Variable>>hash 14:05:28 457/520 - 12/53: Installing method Variable>>isAccessedIn: 14:05:28 457/520 - 13/53: Installing method Variable>>isArgumentVariable 14:05:28 457/520 - 14/53: Installing method Variable>>isClassVariable 14:05:28 457/520 - 15/53: Installing method Variable>>isDefinedByBlock 14:05:28 457/520 - 16/53: Installing method Variable>>isGlobalVariable 14:05:28 457/520 - 17/53: Installing method Variable>>isInstanceVariable 14:05:28 457/520 - 18/53: Installing method Variable>>isInvalidVariable 14:05:28 457/520 - 19/53: Installing method Variable>>isLiteralVariable 14:05:28 457/520 - 20/53: Installing method Variable>>isLocalVariable 14:05:28 457/520 - 21/53: Installing method Variable>>isPoolVariable 14:05:28 457/520 - 22/53: Installing method Variable>>isPseudoVariable 14:05:28 457/520 - 23/53: Installing method Variable>>isReadIn: 14:05:28 457/520 - 24/53: Installing method Variable>>isReferenced 14:05:28 457/520 - 25/53: Installing method Variable>>isSelfOrSuperVariable 14:05:28 457/520 - 26/53: Installing method Variable>>isSelfVariable 14:05:28 457/520 - 27/53: Installing method Variable>>isShadowing 14:05:28 457/520 - 28/53: Installing method Variable>>isSuperVariable 14:05:28 457/520 - 29/53: Installing method Variable>>isTempVariable 14:05:28 457/520 - 30/53: Installing method Variable>>isThisContextVariable 14:05:28 457/520 - 31/53: Installing method Variable>>isThisProcessVariable 14:05:28 457/520 - 32/53: Installing method Variable>>isUndeclaredVariable 14:05:28 457/520 - 33/53: Installing method Variable>>isUninitialized 14:05:28 457/520 - 34/53: Installing method Variable>>isUsed 14:05:28 457/520 - 35/53: Installing method Variable>>isWorkspaceVariable 14:05:28 457/520 - 36/53: Installing method Variable>>isWritable 14:05:28 457/520 - 37/53: Installing method Variable>>isWrittenIn: 14:05:28 457/520 - 38/53: Installing method Variable>>name 14:05:28 457/520 - 39/53: Installing method Variable>>name: 14:05:28 457/520 - 40/53: Installing method Variable>>needsFullDefinition 14:05:28 457/520 - 41/53: Installing method Variable>>originalVar 14:05:28 457/520 - 42/53: Installing method Variable>>properties 14:05:28 457/520 - 43/53: Installing method Variable>>propertyAt: 14:05:28 457/520 - 44/53: Installing method Variable>>propertyAt:ifAbsent: 14:05:28 457/520 - 45/53: Installing method Variable>>propertyAt:ifAbsentPut: 14:05:28 457/520 - 46/53: Installing method Variable>>propertyAt:put: 14:05:28 457/520 - 47/53: Installing method Variable>>readInContext: 14:05:28 457/520 - 48/53: Installing method Variable>>removePropertiesIfEmpty 14:05:28 457/520 - 49/53: Installing method Variable>>removeProperty: 14:05:28 457/520 - 50/53: Installing method Variable>>removeProperty:ifAbsent: 14:05:28 457/520 - 51/53: Installing method Variable>>scope 14:05:28 457/520 - 52/53: Installing method Variable>>usingMethods 14:05:28 457/520 - 53/53: Installing method Variable>>write:inContext: 14:05:29 457/520 - 1/4: Installing method Variable class>>checkValidName: 14:05:29 457/520 - 2/4: Installing method Variable class>>initialize 14:05:29 457/520 - 3/4: Installing method Variable class>>isAbstract 14:05:29 457/520 - 4/4: Installing method Variable class>>named: 14:05:29 458/520 - 1/2: Installing method VariableLayout>>instanceSpecification 14:05:29 458/520 - 2/2: Installing method VariableLayout>>isVariable 14:05:29 458/520 - 1/1: Installing method VariableLayout class>>extending:scope:host: 14:05:33 459/520 - 1/100: Installing method VirtualMachine>>allocationsBetweenGC 14:05:33 459/520 - 2/100: Installing method VirtualMachine>>allocationsBetweenGC: 14:05:33 459/520 - 3/100: Installing method VirtualMachine>>architectureName 14:05:33 459/520 - 4/100: Installing method VirtualMachine>>buildDate 14:05:33 459/520 - 5/100: Installing method VirtualMachine>>cogitClass 14:05:33 459/520 - 6/100: Installing method VirtualMachine>>command 14:05:33 459/520 - 7/100: Installing method VirtualMachine>>compiledBlocksCount 14:05:33 459/520 - 8/100: Installing method VirtualMachine>>compiledMethodsCount 14:05:33 459/520 - 9/100: Installing method VirtualMachine>>directory 14:05:33 459/520 - 10/100: Installing method VirtualMachine>>disableModuleLoading 14:05:33 459/520 - 11/100: Installing method VirtualMachine>>doGetSystemAttribute: 14:05:33 459/520 - 12/100: Installing method VirtualMachine>>documentPath 14:05:33 459/520 - 13/100: Installing method VirtualMachine>>edenSpaceSize 14:05:33 459/520 - 14/100: Installing method VirtualMachine>>extraVMMemory 14:05:33 459/520 - 15/100: Installing method VirtualMachine>>extraVMMemory: 14:05:33 459/520 - 16/100: Installing method VirtualMachine>>fileName 14:05:33 459/520 - 17/100: Installing method VirtualMachine>>flagInterpretedMethods: 14:05:33 459/520 - 18/100: Installing method VirtualMachine>>for32bit:for64bit: 14:05:33 459/520 - 19/100: Installing method VirtualMachine>>forgetModule: 14:05:33 459/520 - 20/100: Installing method VirtualMachine>>freeOldSpaceSize 14:05:33 459/520 - 21/100: Installing method VirtualMachine>>freeSize 14:05:33 459/520 - 22/100: Installing method VirtualMachine>>fullGCCount 14:05:33 459/520 - 23/100: Installing method VirtualMachine>>fullPath 14:05:33 459/520 - 24/100: Installing method VirtualMachine>>gcBiasToGrowLimit: 14:05:33 459/520 - 25/100: Installing method VirtualMachine>>gcStatisticsDuring: 14:05:33 459/520 - 26/100: Installing method VirtualMachine>>getParameters 14:05:33 459/520 - 27/100: Installing method VirtualMachine>>getSystemAttribute: 14:05:33 459/520 - 28/100: Installing method VirtualMachine>>hasSmallFloats 14:05:33 459/520 - 29/100: Installing method VirtualMachine>>headlessOption 14:05:33 459/520 - 30/100: Installing method VirtualMachine>>imageFile 14:05:33 459/520 - 31/100: Installing method VirtualMachine>>imagePath 14:05:33 459/520 - 32/100: Installing method VirtualMachine>>imageVersionInImageHeader 14:05:33 459/520 - 33/100: Installing method VirtualMachine>>imageVersionInImageHeader: 14:05:33 459/520 - 34/100: Installing method VirtualMachine>>imageVersionNumber 14:05:33 459/520 - 35/100: Installing method VirtualMachine>>incrementalGCCount 14:05:33 459/520 - 36/100: Installing method VirtualMachine>>interpreterClass 14:05:33 459/520 - 37/100: Installing method VirtualMachine>>interpreterSourceDate 14:05:33 459/520 - 38/100: Installing method VirtualMachine>>interpreterSourceVersion 14:05:33 459/520 - 39/100: Installing method VirtualMachine>>is32bit 14:05:33 459/520 - 40/100: Installing method VirtualMachine>>is64bit 14:05:33 459/520 - 41/100: Installing method VirtualMachine>>isAIOInterrupt 14:05:33 459/520 - 42/100: Installing method VirtualMachine>>isPharoVM 14:05:33 459/520 - 43/100: Installing method VirtualMachine>>isRunningCog 14:05:33 459/520 - 44/100: Installing method VirtualMachine>>isRunningCogit 14:05:33 459/520 - 45/100: Installing method VirtualMachine>>isRunningInWorkerThread 14:05:33 459/520 - 46/100: Installing method VirtualMachine>>isSpur 14:05:33 459/520 - 47/100: Installing method VirtualMachine>>listBuiltinModule: 14:05:33 459/520 - 48/100: Installing method VirtualMachine>>listBuiltinModules 14:05:45 459/520 - 49/100: Installing method VirtualMachine>>listLoadedModule: 14:05:45 459/520 - 50/100: Installing method VirtualMachine>>listLoadedModules 14:05:45 459/520 - 51/100: Installing method VirtualMachine>>maxExternalSemaphores 14:05:45 459/520 - 52/100: Installing method VirtualMachine>>maxExternalSemaphores: 14:05:45 459/520 - 53/100: Installing method VirtualMachine>>maxExternalSemaphoresSilently: 14:05:45 459/520 - 54/100: Installing method VirtualMachine>>maxFilenameLength 14:05:45 459/520 - 55/100: Installing method VirtualMachine>>maxOldSpaceSize 14:05:45 459/520 - 56/100: Installing method VirtualMachine>>maxOldSpaceSize: 14:05:45 459/520 - 57/100: Installing method VirtualMachine>>maximumPauseTimeDueToSegmentAllocation 14:05:45 459/520 - 58/100: Installing method VirtualMachine>>memoryEnd 14:05:45 459/520 - 59/100: Installing method VirtualMachine>>memorySize 14:05:45 459/520 - 60/100: Installing method VirtualMachine>>oldSpace 14:05:45 459/520 - 61/100: Installing method VirtualMachine>>oldSpaceEnd 14:05:45 459/520 - 62/100: Installing method VirtualMachine>>operatingSystemName 14:05:45 459/520 - 63/100: Installing method VirtualMachine>>optionAt: 14:05:45 459/520 - 64/100: Installing method VirtualMachine>>optionDash 14:05:45 459/520 - 65/100: Installing method VirtualMachine>>options 14:05:45 459/520 - 66/100: Installing method VirtualMachine>>parameter46Documentation 14:05:45 459/520 - 67/100: Installing method VirtualMachine>>parameterAt: 14:05:45 459/520 - 68/100: Installing method VirtualMachine>>parameterAt:put: 14:05:45 459/520 - 69/100: Installing method VirtualMachine>>parameterLabels 14:05:45 459/520 - 70/100: Installing method VirtualMachine>>platformSourceVersion 14:05:45 459/520 - 71/100: Installing method VirtualMachine>>primVmPath 14:05:45 459/520 - 72/100: Installing method VirtualMachine>>processHasThreadIdInstVar: 14:05:45 459/520 - 73/100: Installing method VirtualMachine>>processPreemptionYields 14:05:45 459/520 - 74/100: Installing method VirtualMachine>>processPreemptionYields: 14:05:45 459/520 - 75/100: Installing method VirtualMachine>>saveImageVersionInImageHeader 14:05:45 459/520 - 76/100: Installing method VirtualMachine>>setGCBiasToGrowGCLimit: 14:05:45 459/520 - 77/100: Installing method VirtualMachine>>setGCParameters 14:05:45 459/520 - 78/100: Installing method VirtualMachine>>setGCSemaphore: 14:05:45 459/520 - 79/100: Installing method VirtualMachine>>statisticsReport 14:05:45 459/520 - 80/100: Installing method VirtualMachine>>supportsMultipleBytecodeSets 14:05:45 459/520 - 81/100: Installing method VirtualMachine>>supportsWriteBarrier 14:05:45 459/520 - 82/100: Installing method VirtualMachine>>tenureCount 14:05:45 459/520 - 83/100: Installing method VirtualMachine>>tenuringThreshold 14:05:45 459/520 - 84/100: Installing method VirtualMachine>>tenuringThreshold: 14:05:45 459/520 - 85/100: Installing method VirtualMachine>>totalFullGCTime 14:05:45 459/520 - 86/100: Installing method VirtualMachine>>totalGCMarkPhaseTime 14:05:45 459/520 - 87/100: Installing method VirtualMachine>>totalGCSweepPhaseTime 14:05:45 459/520 - 88/100: Installing method VirtualMachine>>totalGCTime 14:05:45 459/520 - 89/100: Installing method VirtualMachine>>totalIncrementalGCTime 14:05:45 459/520 - 90/100: Installing method VirtualMachine>>totalJITCompileBlocksTime 14:05:45 459/520 - 91/100: Installing method VirtualMachine>>totalJITCompileMethodsTime 14:05:45 459/520 - 92/100: Installing method VirtualMachine>>totalJITCompileTime 14:05:45 459/520 - 93/100: Installing method VirtualMachine>>unloadModule: 14:05:45 459/520 - 94/100: Installing method VirtualMachine>>version 14:05:45 459/520 - 95/100: Installing method VirtualMachine>>versionLabel 14:05:45 459/520 - 96/100: Installing method VirtualMachine>>vmFileName 14:05:46 459/520 - 97/100: Installing method VirtualMachine>>voidCogVMState 14:05:46 459/520 - 98/100: Installing method VirtualMachine>>wordSize 14:05:46 459/520 - 99/100: Installing method VirtualMachine>>youngSpaceEnd 14:05:46 459/520 - 100/100: Installing method VirtualMachine>>youngSpaceSize 14:05:46 460/520 - 1/2: Installing method Warning>>defaultAction 14:05:46 460/520 - 2/2: Installing method Warning>>unhandledErrorAction 14:05:46 461/520 - 1/8: Installing method WeakAnnouncementSubscription>>finalize 14:05:46 461/520 - 2/8: Installing method WeakAnnouncementSubscription>>makeStrong 14:05:46 461/520 - 3/8: Installing method WeakAnnouncementSubscription>>makeWeak 14:05:46 461/520 - 4/8: Installing method WeakAnnouncementSubscription>>next 14:05:46 461/520 - 5/8: Installing method WeakAnnouncementSubscription>>register 14:05:46 461/520 - 6/8: Installing method WeakAnnouncementSubscription>>subscriber 14:05:46 461/520 - 7/8: Installing method WeakAnnouncementSubscription>>subscriber: 14:05:46 461/520 - 8/8: Installing method WeakAnnouncementSubscription>>unregister 14:05:46 461/520 - 1/1: Installing method WeakAnnouncementSubscription class>>new 14:05:46 463/520 - 1/3: Installing method WeakIdentityKeyDictionary>>add: 14:05:46 463/520 - 2/3: Installing method WeakIdentityKeyDictionary>>at:put: 14:05:46 463/520 - 3/3: Installing method WeakIdentityKeyDictionary>>postCopy 14:05:46 464/520 - 1/2: Installing method WeakIdentitySet>>scanFor: 14:05:46 464/520 - 2/2: Installing method WeakIdentitySet>>scanForEmptySlotFor: 14:05:46 465/520 - 1/3: Installing method WeakIdentityValueDictionary>>keyAtValue:ifAbsent: 14:05:46 465/520 - 2/3: Installing method WeakIdentityValueDictionary>>scanFor: 14:05:46 465/520 - 3/3: Installing method WeakIdentityValueDictionary>>scanForEmptySlotFor: 14:05:46 466/520 - 1/3: Installing method WeakKeyAssociation>>container 14:05:46 466/520 - 2/3: Installing method WeakKeyAssociation>>container: 14:05:46 466/520 - 3/3: Installing method WeakKeyAssociation>>mourn 14:05:47 467/520 - 1/3: Installing method WeakKeyDictionary>>add: 14:05:47 467/520 - 2/3: Installing method WeakKeyDictionary>>at:put: 14:05:47 467/520 - 3/3: Installing method WeakKeyDictionary>>postCopy 14:05:47 468/520 - 1/3: Installing method WeakLayout>>instanceSpecification 14:05:47 468/520 - 2/3: Installing method WeakLayout>>isVariable 14:05:47 468/520 - 3/3: Installing method WeakLayout>>isWeak 14:05:47 468/520 - 1/1: Installing method WeakLayout class>>extending:scope:host: 14:05:47 469/520 - 1/24: Installing method WeakMessageSend>>= 14:05:47 469/520 - 2/24: Installing method WeakMessageSend>>arguments 14:05:47 469/520 - 3/24: Installing method WeakMessageSend>>arguments: 14:05:47 469/520 - 4/24: Installing method WeakMessageSend>>asMessageSend 14:05:47 469/520 - 5/24: Installing method WeakMessageSend>>asMinimalRepresentation 14:05:47 469/520 - 6/24: Installing method WeakMessageSend>>collectArguments: 14:05:47 469/520 - 7/24: Installing method WeakMessageSend>>ensureArguments 14:05:47 469/520 - 8/24: Installing method WeakMessageSend>>ensureReceiver 14:05:47 469/520 - 9/24: Installing method WeakMessageSend>>ensureReceiver: 14:05:47 469/520 - 10/24: Installing method WeakMessageSend>>ensureReceiverAndArguments 14:05:47 469/520 - 11/24: Installing method WeakMessageSend>>ensureReceiverAndArguments: 14:05:47 469/520 - 12/24: Installing method WeakMessageSend>>isAnyArgumentGarbage 14:05:47 469/520 - 13/24: Installing method WeakMessageSend>>isReceiverGarbage 14:05:47 469/520 - 14/24: Installing method WeakMessageSend>>isReceiverOrAnyArgumentGarbage 14:05:47 469/520 - 15/24: Installing method WeakMessageSend>>isValid 14:05:47 469/520 - 16/24: Installing method WeakMessageSend>>printOn: 14:05:47 469/520 - 17/24: Installing method WeakMessageSend>>receiver 14:05:47 469/520 - 18/24: Installing method WeakMessageSend>>receiver: 14:05:47 469/520 - 19/24: Installing method WeakMessageSend>>value 14:05:47 469/520 - 20/24: Installing method WeakMessageSend>>value: 14:05:47 469/520 - 21/24: Installing method WeakMessageSend>>value:value: 14:05:47 469/520 - 22/24: Installing method WeakMessageSend>>value:value:value: 14:05:47 469/520 - 23/24: Installing method WeakMessageSend>>valueWithArguments: 14:05:47 469/520 - 24/24: Installing method WeakMessageSend>>valueWithEnoughArguments: 14:05:47 469/520 - 1/1: Installing method WeakMessageSend class>>new 14:05:47 470/520 - 1/1: Installing method WeakOrderedCollection class>>arrayType 14:05:48 471/520 - 1/23: Installing method WeakSet>>add: 14:05:48 471/520 - 2/23: Installing method WeakSet>>anyOne 14:05:48 471/520 - 3/23: Installing method WeakSet>>asArray 14:05:48 471/520 - 4/23: Installing method WeakSet>>collect: 14:05:48 471/520 - 5/23: Installing method WeakSet>>do: 14:05:48 471/520 - 6/23: Installing method WeakSet>>do:after: 14:05:48 471/520 - 7/23: Installing method WeakSet>>fixCollisionsFrom: 14:05:48 471/520 - 8/23: Installing method WeakSet>>grow 14:05:48 471/520 - 9/23: Installing method WeakSet>>growTo: 14:05:48 471/520 - 10/23: Installing method WeakSet>>includes: 14:05:48 471/520 - 11/23: Installing method WeakSet>>initialize: 14:05:48 471/520 - 12/23: Installing method WeakSet>>isHealthy 14:05:48 471/520 - 13/23: Installing method WeakSet>>like: 14:05:48 471/520 - 14/23: Installing method WeakSet>>like:ifAbsent: 14:05:48 471/520 - 15/23: Installing method WeakSet>>noCheckNoGrowFillFrom: 14:05:48 471/520 - 16/23: Installing method WeakSet>>postCopy 14:05:48 471/520 - 17/23: Installing method WeakSet>>printElementsOn: 14:05:48 471/520 - 18/23: Installing method WeakSet>>rehash 14:05:48 471/520 - 19/23: Installing method WeakSet>>remove:ifAbsent: 14:05:48 471/520 - 20/23: Installing method WeakSet>>scanFor: 14:05:48 471/520 - 21/23: Installing method WeakSet>>scanForEmptySlotFor: 14:05:48 471/520 - 22/23: Installing method WeakSet>>scanForLoadedSymbol: 14:05:48 471/520 - 23/23: Installing method WeakSet>>slowSize 14:05:48 472/520 - 1/4: Installing method WeakSubscriptionBuilder>>announcer: 14:05:48 472/520 - 2/4: Installing method WeakSubscriptionBuilder>>weak 14:05:48 472/520 - 3/4: Installing method WeakSubscriptionBuilder>>when:do:for: 14:05:48 472/520 - 4/4: Installing method WeakSubscriptionBuilder>>when:send:to: 14:05:48 472/520 - 1/1: Installing method WeakSubscriptionBuilder class>>on: 14:05:48 473/520 - 1/3: Installing method WeakValueAssociation>>key:value: 14:05:48 473/520 - 2/3: Installing method WeakValueAssociation>>value 14:05:48 473/520 - 3/3: Installing method WeakValueAssociation>>value: 14:05:48 473/520 - 1/2: Installing method WeakValueAssociation class>>key:value: 14:05:48 473/520 - 2/2: Installing method WeakValueAssociation class>>new 14:05:48 474/520 - 1/10: Installing method WeakValueDictionary>>add: 14:05:48 474/520 - 2/10: Installing method WeakValueDictionary>>associationAt:ifAbsent: 14:05:48 474/520 - 3/10: Installing method WeakValueDictionary>>associationsDo: 14:05:48 474/520 - 4/10: Installing method WeakValueDictionary>>at:ifAbsent: 14:05:48 474/520 - 5/10: Installing method WeakValueDictionary>>at:ifPresent: 14:05:48 474/520 - 6/10: Installing method WeakValueDictionary>>at:put: 14:05:48 474/520 - 7/10: Installing method WeakValueDictionary>>includesKey: 14:05:48 474/520 - 8/10: Installing method WeakValueDictionary>>rehash 14:05:48 474/520 - 9/10: Installing method WeakValueDictionary>>size 14:05:48 474/520 - 10/10: Installing method WeakValueDictionary>>valuesDo: 14:05:49 475/520 - 1/21: Installing method WideCharacterSet>>= 14:05:49 475/520 - 2/21: Installing method WideCharacterSet>>add: 14:05:49 475/520 - 3/21: Installing method WideCharacterSet>>bitmap:at: 14:05:49 475/520 - 4/21: Installing method WideCharacterSet>>bitmap:do: 14:05:49 475/520 - 5/21: Installing method WideCharacterSet>>byteArrayMap 14:05:49 475/520 - 6/21: Installing method WideCharacterSet>>clearBitmap:at: 14:05:49 475/520 - 7/21: Installing method WideCharacterSet>>complement 14:05:49 475/520 - 8/21: Installing method WideCharacterSet>>do: 14:05:49 475/520 - 9/21: Installing method WideCharacterSet>>findFirstInByteString:startingAt: 14:05:49 475/520 - 10/21: Installing method WideCharacterSet>>hasWideCharacters 14:05:49 475/520 - 11/21: Installing method WideCharacterSet>>hash 14:05:49 475/520 - 12/21: Installing method WideCharacterSet>>includes: 14:05:49 475/520 - 13/21: Installing method WideCharacterSet>>initialize 14:05:49 475/520 - 14/21: Installing method WideCharacterSet>>postCopy 14:05:49 475/520 - 15/21: Installing method WideCharacterSet>>remove: 14:05:49 475/520 - 16/21: Installing method WideCharacterSet>>remove:ifAbsent: 14:05:49 475/520 - 17/21: Installing method WideCharacterSet>>removeAll 14:05:49 475/520 - 18/21: Installing method WideCharacterSet>>setBitmap:at: 14:05:49 475/520 - 19/21: Installing method WideCharacterSet>>size 14:05:49 475/520 - 20/21: Installing method WideCharacterSet>>species 14:05:49 475/520 - 21/21: Installing method WideCharacterSet>>wideCharacterMap 14:05:49 475/520 - 1/1: Installing method WideCharacterSet class>>newFrom: 14:05:49 476/520 - 1/17: Installing method WideString>>asByteArray 14:05:49 476/520 - 2/17: Installing method WideString>>asFourCode 14:05:50 476/520 - 3/17: Installing method WideString>>asLowercase 14:05:50 476/520 - 4/17: Installing method WideString>>asUppercase 14:05:50 476/520 - 5/17: Installing method WideString>>asWideString 14:05:50 476/520 - 6/17: Installing method WideString>>at: 14:05:50 476/520 - 7/17: Installing method WideString>>at:put: 14:05:50 476/520 - 8/17: Installing method WideString>>byteAt: 14:05:50 476/520 - 9/17: Installing method WideString>>byteAt:put: 14:05:50 476/520 - 10/17: Installing method WideString>>byteSize 14:05:50 476/520 - 11/17: Installing method WideString>>copyFrom:to: 14:05:50 476/520 - 12/17: Installing method WideString>>createSymbol 14:05:50 476/520 - 13/17: Installing method WideString>>findIn:startingAt:matchTable: 14:05:50 476/520 - 14/17: Installing method WideString>>isWideString 14:05:50 476/520 - 15/17: Installing method WideString>>replaceFrom:to:with:startingAt: 14:05:50 476/520 - 16/17: Installing method WideString>>wordAt: 14:05:50 476/520 - 17/17: Installing method WideString>>wordAt:put: 14:05:50 476/520 - 1/3: Installing method WideString class>>from: 14:05:50 476/520 - 2/3: Installing method WideString class>>fromByteArray: 14:05:50 476/520 - 3/3: Installing method WideString class>>fromString: 14:05:50 477/520 - 1/12: Installing method WideSymbol>>asWideString 14:05:50 477/520 - 2/12: Installing method WideSymbol>>at: 14:05:50 477/520 - 3/12: Installing method WideSymbol>>byteAt: 14:05:50 477/520 - 4/12: Installing method WideSymbol>>byteAt:put: 14:05:50 477/520 - 5/12: Installing method WideSymbol>>byteSize 14:05:50 477/520 - 6/12: Installing method WideSymbol>>findIn:startingAt:matchTable: 14:05:50 477/520 - 7/12: Installing method WideSymbol>>isWideString 14:05:50 477/520 - 8/12: Installing method WideSymbol>>privateAt:put: 14:05:50 477/520 - 9/12: Installing method WideSymbol>>species 14:05:50 477/520 - 10/12: Installing method WideSymbol>>string: 14:05:50 477/520 - 11/12: Installing method WideSymbol>>wordAt: 14:05:50 477/520 - 12/12: Installing method WideSymbol>>wordAt:put: 14:05:50 478/520 - 1/3: Installing method Win32Platform>>accept: 14:05:50 478/520 - 2/3: Installing method Win32Platform>>isWin32 14:05:50 478/520 - 3/3: Installing method Win32Platform>>newTerminfo 14:05:50 478/520 - 1/1: Installing method Win32Platform class>>isActivePlatform 14:05:50 479/520 - 1/5: Installing method Win32WideString>>asString 14:05:50 479/520 - 2/5: Installing method Win32WideString>>asWin32WideString 14:05:50 479/520 - 3/5: Installing method Win32WideString>>byteSize 14:05:50 479/520 - 4/5: Installing method Win32WideString>>printOn: 14:05:50 479/520 - 5/5: Installing method Win32WideString>>size 14:05:50 479/520 - 1/4: Installing method Win32WideString class>>fromByteArray: 14:05:50 479/520 - 2/4: Installing method Win32WideString class>>fromHandle: 14:05:50 479/520 - 3/4: Installing method Win32WideString class>>fromString: 14:05:50 479/520 - 4/4: Installing method Win32WideString class>>new: 14:05:50 480/520 - 1/2: Installing method Win64Platform>>accept: 14:05:50 480/520 - 2/2: Installing method Win64Platform>>isWin64 14:05:51 480/520 - 1/1: Installing method Win64Platform class>>isActivePlatform 14:05:51 481/520 - 1/20: Installing method WinPlatform>>accept: 14:05:51 481/520 - 2/20: Installing method WinPlatform>>defaultMaximumPathLength 14:05:51 481/520 - 3/20: Installing method WinPlatform>>family 14:05:51 481/520 - 4/20: Installing method WinPlatform>>ffiLibraryName 14:05:51 481/520 - 5/20: Installing method WinPlatform>>formatMessage:_:_:_:_:_:_: 14:05:52 481/520 - 6/20: Installing method WinPlatform>>getEnvironmentVariable:into:size: 14:05:52 481/520 - 7/20: Installing method WinPlatform>>getErrorMessage: 14:05:52 481/520 - 8/20: Installing method WinPlatform>>getTempPath 14:05:52 481/520 - 9/20: Installing method WinPlatform>>getTempPath:buffer: 14:05:52 481/520 - 10/20: Installing method WinPlatform>>isWindows 14:05:52 481/520 - 11/20: Installing method WinPlatform>>keyForValue: 14:05:52 481/520 - 12/20: Installing method WinPlatform>>lastError 14:05:52 481/520 - 13/20: Installing method WinPlatform>>lineEnding 14:05:52 481/520 - 14/20: Installing method WinPlatform>>menuShortcutString 14:05:52 481/520 - 15/20: Installing method WinPlatform>>multiByteToWideCharacterCodepage:flags:input:inputLen:output:outputLen: 14:05:52 481/520 - 16/20: Installing method WinPlatform>>potentialLocationsOfSourcesFile 14:05:52 481/520 - 17/20: Installing method WinPlatform>>setEnvironmentVariable:value: 14:05:52 481/520 - 18/20: Installing method WinPlatform>>setLastError: 14:05:52 481/520 - 19/20: Installing method WinPlatform>>virtualKey: 14:05:52 481/520 - 20/20: Installing method WinPlatform>>wideCharacterToMultiByteCodepage:flags:input:inputLen:output:outputLen: 14:05:52 482/520 - 1/13: Installing method WordArray>>asWordArray 14:05:52 482/520 - 2/13: Installing method WordArray>>atAllPut: 14:05:52 482/520 - 3/13: Installing method WordArray>>byteSize 14:05:52 482/520 - 4/13: Installing method WordArray>>defaultElement 14:05:52 482/520 - 5/13: Installing method WordArray>>primAddArray:and:into: 14:05:52 482/520 - 6/13: Installing method WordArray>>primAddScalar:and:into: 14:05:52 482/520 - 7/13: Installing method WordArray>>primDivArray:and:into: 14:05:52 482/520 - 8/13: Installing method WordArray>>primDivScalar:and:into: 14:05:52 482/520 - 9/13: Installing method WordArray>>primMulArray:and:into: 14:05:52 482/520 - 10/13: Installing method WordArray>>primMulScalar:and:into: 14:05:52 482/520 - 11/13: Installing method WordArray>>primSubArray:and:into: 14:05:52 482/520 - 12/13: Installing method WordArray>>primSubScalar:and:into: 14:05:52 482/520 - 13/13: Installing method WordArray>>replaceFrom:to:with:startingAt: 14:05:52 483/520 - 1/4: Installing method WordLayout>>bytesPerSlot 14:05:52 483/520 - 2/4: Installing method WordLayout>>extendWord 14:05:52 483/520 - 3/4: Installing method WordLayout>>instanceSpecification 14:05:52 483/520 - 4/4: Installing method WordLayout>>isWords 14:05:52 483/520 - 1/1: Installing method WordLayout class>>extending:scope:host: 14:05:53 484/520 - 1/19: Installing method WorkingSession>>accessMode 14:05:53 484/520 - 2/19: Installing method WorkingSession>>accessMode: 14:05:53 484/520 - 3/19: Installing method WorkingSession>>addDeferredStartupAction: 14:05:53 484/520 - 4/19: Installing method WorkingSession>>errorHandler 14:05:53 484/520 - 5/19: Installing method WorkingSession>>executeDeferredStartupActions: 14:05:53 484/520 - 6/19: Installing method WorkingSession>>initialize 14:05:53 484/520 - 7/19: Installing method WorkingSession>>install 14:05:53 484/520 - 8/19: Installing method WorkingSession>>isDisabledAccessMode 14:05:53 484/520 - 9/19: Installing method WorkingSession>>isReadOnlyAccessMode 14:05:53 484/520 - 10/19: Installing method WorkingSession>>isReadWriteAccessMode 14:05:53 484/520 - 11/19: Installing method WorkingSession>>isWriteOnlyAccessMode 14:05:53 484/520 - 12/19: Installing method WorkingSession>>manager: 14:05:53 484/520 - 13/19: Installing method WorkingSession>>properties 14:05:53 484/520 - 14/19: Installing method WorkingSession>>runList:do: 14:05:53 484/520 - 15/19: Installing method WorkingSession>>runShutdown: 14:05:53 484/520 - 16/19: Installing method WorkingSession>>runStartup: 14:05:53 484/520 - 17/19: Installing method WorkingSession>>start: 14:05:53 484/520 - 18/19: Installing method WorkingSession>>stop: 14:05:53 484/520 - 19/19: Installing method WorkingSession>>uninstall 14:05:53 485/520 - 1/5: Installing method WorkspaceVariable>>allowsShadowing 14:05:53 485/520 - 2/5: Installing method WorkspaceVariable>>emitStore: 14:05:53 485/520 - 3/5: Installing method WorkspaceVariable>>emitValue: 14:05:53 485/520 - 4/5: Installing method WorkspaceVariable>>isReferenced 14:05:53 485/520 - 5/5: Installing method WorkspaceVariable>>isWorkspaceVariable 14:05:54 486/520 - 1/37: Installing method WriteStream>><< 14:05:54 486/520 - 2/37: Installing method WriteStream>>braceArray 14:05:54 486/520 - 3/37: Installing method WriteStream>>braceArray: 14:05:54 486/520 - 4/37: Installing method WriteStream>>contents 14:05:54 486/520 - 5/37: Installing method WriteStream>>cr 14:05:54 486/520 - 6/37: Installing method WriteStream>>crlf 14:05:54 486/520 - 7/37: Installing method WriteStream>>crtab 14:05:54 486/520 - 8/37: Installing method WriteStream>>crtab: 14:05:54 486/520 - 9/37: Installing method WriteStream>>ensureASpace 14:05:54 486/520 - 10/37: Installing method WriteStream>>ensureCr 14:05:54 486/520 - 11/37: Installing method WriteStream>>ensureEndsWith: 14:05:54 486/520 - 12/37: Installing method WriteStream>>ensureNoSpace 14:05:54 486/520 - 13/37: Installing method WriteStream>>growTo: 14:05:54 486/520 - 14/37: Installing method WriteStream>>lf 14:05:54 486/520 - 15/37: Installing method WriteStream>>next 14:05:54 486/520 - 16/37: Installing method WriteStream>>next:putAll:startingAt: 14:05:54 486/520 - 17/37: Installing method WriteStream>>nextChunkPut: 14:05:54 486/520 - 18/37: Installing method WriteStream>>nextPut: 14:05:54 486/520 - 19/37: Installing method WriteStream>>nextPutAll: 14:05:54 486/520 - 20/37: Installing method WriteStream>>on: 14:05:54 486/520 - 21/37: Installing method WriteStream>>on:from:to: 14:05:54 486/520 - 22/37: Installing method WriteStream>>pastEndPut: 14:05:54 486/520 - 23/37: Installing method WriteStream>>peekLast 14:05:54 486/520 - 24/37: Installing method WriteStream>>position: 14:05:54 486/520 - 25/37: Installing method WriteStream>>reset 14:05:54 486/520 - 26/37: Installing method WriteStream>>resetToStart 14:05:54 486/520 - 27/37: Installing method WriteStream>>setToEnd 14:05:54 486/520 - 28/37: Installing method WriteStream>>size 14:05:54 486/520 - 29/37: Installing method WriteStream>>space 14:05:55 486/520 - 30/37: Installing method WriteStream>>space: 14:05:55 486/520 - 31/37: Installing method WriteStream>>store: 14:05:55 486/520 - 32/37: Installing method WriteStream>>tab 14:05:55 486/520 - 33/37: Installing method WriteStream>>tab: 14:05:55 486/520 - 34/37: Installing method WriteStream>>with: 14:05:55 486/520 - 35/37: Installing method WriteStream>>with:from:to: 14:05:55 486/520 - 36/37: Installing method WriteStream>>withAttribute:do: 14:05:55 486/520 - 37/37: Installing method WriteStream>>withAttributes:do: 14:05:55 486/520 - 1/2: Installing method WriteStream class>>with: 14:05:55 486/520 - 2/2: Installing method WriteStream class>>with:from:to: 14:05:55 487/520 - 1/3: Installing method ZeroDivide>>dividend 14:05:55 487/520 - 2/3: Installing method ZeroDivide>>dividend: 14:05:55 487/520 - 3/3: Installing method ZeroDivide>>isResumable 14:05:55 487/520 - 1/2: Installing method ZeroDivide class>>dividend: 14:05:55 487/520 - 2/2: Installing method ZeroDivide class>>signalWithDividend: 14:05:55 488/520 - 1/26: Installing method ZnBase64Encoder>>alphabet 14:05:55 488/520 - 2/26: Installing method ZnBase64Encoder>>alphabet: 14:05:55 488/520 - 3/26: Installing method ZnBase64Encoder>>beForURLEncoding 14:05:55 488/520 - 4/26: Installing method ZnBase64Encoder>>beLenient 14:05:56 488/520 - 5/26: Installing method ZnBase64Encoder>>beStrict 14:05:56 488/520 - 6/26: Installing method ZnBase64Encoder>>breakLines 14:05:56 488/520 - 7/26: Installing method ZnBase64Encoder>>breakLinesAt: 14:05:56 488/520 - 8/26: Installing method ZnBase64Encoder>>byteCountFor: 14:05:56 488/520 - 9/26: Installing method ZnBase64Encoder>>characterCountFor: 14:05:56 488/520 - 10/26: Installing method ZnBase64Encoder>>characterForValue: 14:05:56 488/520 - 11/26: Installing method ZnBase64Encoder>>decode: 14:05:56 488/520 - 12/26: Installing method ZnBase64Encoder>>decode:and:and:and:to: 14:05:56 488/520 - 13/26: Installing method ZnBase64Encoder>>decode:to: 14:05:56 488/520 - 14/26: Installing method ZnBase64Encoder>>encode: 14:05:56 488/520 - 15/26: Installing method ZnBase64Encoder>>encode:and:and:to: 14:05:56 488/520 - 16/26: Installing method ZnBase64Encoder>>encode:to: 14:05:56 488/520 - 17/26: Installing method ZnBase64Encoder>>initialize 14:05:56 488/520 - 18/26: Installing method ZnBase64Encoder>>isLegalCharacter: 14:05:56 488/520 - 19/26: Installing method ZnBase64Encoder>>isWhitespaceCharacter: 14:05:56 488/520 - 20/26: Installing method ZnBase64Encoder>>lineEndConvention: 14:05:56 488/520 - 21/26: Installing method ZnBase64Encoder>>noPadding 14:05:56 488/520 - 22/26: Installing method ZnBase64Encoder>>padding: 14:05:56 488/520 - 23/26: Installing method ZnBase64Encoder>>skipWhitespace: 14:05:56 488/520 - 24/26: Installing method ZnBase64Encoder>>standardAlphabetWith:and: 14:05:56 488/520 - 25/26: Installing method ZnBase64Encoder>>valueForCharacter: 14:05:56 488/520 - 26/26: Installing method ZnBase64Encoder>>whitespace: 14:05:56 488/520 - 1/1: Installing method ZnBase64Encoder class>>initialize 14:05:57 489/520 - 1/44: Installing method ZnBufferedReadStream>>atEnd 14:05:57 489/520 - 2/44: Installing method ZnBufferedReadStream>>back 14:05:57 489/520 - 3/44: Installing method ZnBufferedReadStream>>close 14:05:57 489/520 - 4/44: Installing method ZnBufferedReadStream>>closed 14:05:57 489/520 - 5/44: Installing method ZnBufferedReadStream>>collectionSpecies 14:05:57 489/520 - 6/44: Installing method ZnBufferedReadStream>>contents 14:05:57 489/520 - 7/44: Installing method ZnBufferedReadStream>>defaultBufferSize 14:05:57 489/520 - 8/44: Installing method ZnBufferedReadStream>>discardBuffer 14:05:57 489/520 - 9/44: Installing method ZnBufferedReadStream>>initialize 14:05:57 489/520 - 10/44: Installing method ZnBufferedReadStream>>int16 14:05:57 489/520 - 11/44: Installing method ZnBufferedReadStream>>int32 14:05:57 489/520 - 12/44: Installing method ZnBufferedReadStream>>int8 14:05:57 489/520 - 13/44: Installing method ZnBufferedReadStream>>isBinary 14:05:57 489/520 - 14/44: Installing method ZnBufferedReadStream>>isStream 14:05:57 489/520 - 15/44: Installing method ZnBufferedReadStream>>next 14:05:57 489/520 - 16/44: Installing method ZnBufferedReadStream>>next: 14:05:57 489/520 - 17/44: Installing method ZnBufferedReadStream>>next:into: 14:05:57 489/520 - 18/44: Installing method ZnBufferedReadStream>>next:into:startingAt: 14:05:57 489/520 - 19/44: Installing method ZnBufferedReadStream>>nextBuffer 14:05:57 489/520 - 20/44: Installing method ZnBufferedReadStream>>nextInt32 14:05:57 489/520 - 21/44: Installing method ZnBufferedReadStream>>nextIntegerOfSize:signed:bigEndian: 14:05:57 489/520 - 22/44: Installing method ZnBufferedReadStream>>nextInto: 14:05:57 489/520 - 23/44: Installing method ZnBufferedReadStream>>nextLittleEndianNumber: 14:05:57 489/520 - 24/44: Installing method ZnBufferedReadStream>>nextNumber: 14:05:57 489/520 - 25/44: Installing method ZnBufferedReadStream>>nextWord 14:05:57 489/520 - 26/44: Installing method ZnBufferedReadStream>>on: 14:05:57 489/520 - 27/44: Installing method ZnBufferedReadStream>>peek 14:05:57 489/520 - 28/44: Installing method ZnBufferedReadStream>>peekFor: 14:05:57 489/520 - 29/44: Installing method ZnBufferedReadStream>>position 14:05:57 489/520 - 30/44: Installing method ZnBufferedReadStream>>position: 14:05:57 489/520 - 31/44: Installing method ZnBufferedReadStream>>readFromBufferInto:startingAt:count: 14:05:57 489/520 - 32/44: Installing method ZnBufferedReadStream>>readInto:startingAt:count: 14:05:57 489/520 - 33/44: Installing method ZnBufferedReadStream>>readStream 14:05:57 489/520 - 34/44: Installing method ZnBufferedReadStream>>setToEnd 14:05:57 489/520 - 35/44: Installing method ZnBufferedReadStream>>shouldBufferReadOfCount: 14:05:57 489/520 - 36/44: Installing method ZnBufferedReadStream>>size 14:05:57 489/520 - 37/44: Installing method ZnBufferedReadStream>>sizeBuffer: 14:05:57 489/520 - 38/44: Installing method ZnBufferedReadStream>>skip: 14:05:57 489/520 - 39/44: Installing method ZnBufferedReadStream>>uint16 14:05:57 489/520 - 40/44: Installing method ZnBufferedReadStream>>uint32 14:05:57 489/520 - 41/44: Installing method ZnBufferedReadStream>>uint8 14:05:57 489/520 - 42/44: Installing method ZnBufferedReadStream>>upTo: 14:05:57 489/520 - 43/44: Installing method ZnBufferedReadStream>>upToEnd 14:05:57 489/520 - 44/44: Installing method ZnBufferedReadStream>>wrappedStream 14:05:57 489/520 - 1/2: Installing method ZnBufferedReadStream class>>on: 14:05:57 489/520 - 2/2: Installing method ZnBufferedReadStream class>>on:do: 14:05:58 490/520 - 1/29: Installing method ZnBufferedReadWriteStream>>atEnd 14:05:58 490/520 - 2/29: Installing method ZnBufferedReadWriteStream>>close 14:05:58 490/520 - 3/29: Installing method ZnBufferedReadWriteStream>>closed 14:05:58 490/520 - 4/29: Installing method ZnBufferedReadWriteStream>>flush 14:05:58 490/520 - 5/29: Installing method ZnBufferedReadWriteStream>>isBinary 14:05:58 490/520 - 6/29: Installing method ZnBufferedReadWriteStream>>isReadOnly 14:05:58 490/520 - 7/29: Installing method ZnBufferedReadWriteStream>>isStream 14:05:58 490/520 - 8/29: Installing method ZnBufferedReadWriteStream>>next 14:05:58 490/520 - 9/29: Installing method ZnBufferedReadWriteStream>>next: 14:05:58 490/520 - 10/29: Installing method ZnBufferedReadWriteStream>>next:putAll: 14:05:58 490/520 - 11/29: Installing method ZnBufferedReadWriteStream>>next:putAll:startingAt: 14:05:58 490/520 - 12/29: Installing method ZnBufferedReadWriteStream>>nextPut: 14:05:58 490/520 - 13/29: Installing method ZnBufferedReadWriteStream>>nextPutAll: 14:05:58 490/520 - 14/29: Installing method ZnBufferedReadWriteStream>>on: 14:05:58 490/520 - 15/29: Installing method ZnBufferedReadWriteStream>>peek 14:05:58 490/520 - 16/29: Installing method ZnBufferedReadWriteStream>>position 14:05:58 490/520 - 17/29: Installing method ZnBufferedReadWriteStream>>position: 14:05:58 490/520 - 18/29: Installing method ZnBufferedReadWriteStream>>readInto:startingAt:count: 14:05:58 490/520 - 19/29: Installing method ZnBufferedReadWriteStream>>readingActionDo: 14:05:58 490/520 - 20/29: Installing method ZnBufferedReadWriteStream>>setToEnd 14:05:58 490/520 - 21/29: Installing method ZnBufferedReadWriteStream>>size 14:05:58 490/520 - 22/29: Installing method ZnBufferedReadWriteStream>>sizeBuffer: 14:05:58 490/520 - 23/29: Installing method ZnBufferedReadWriteStream>>skip: 14:05:58 490/520 - 24/29: Installing method ZnBufferedReadWriteStream>>truncate 14:05:58 490/520 - 25/29: Installing method ZnBufferedReadWriteStream>>truncate: 14:05:58 490/520 - 26/29: Installing method ZnBufferedReadWriteStream>>upTo: 14:05:58 490/520 - 27/29: Installing method ZnBufferedReadWriteStream>>upToEnd 14:05:58 490/520 - 28/29: Installing method ZnBufferedReadWriteStream>>wrappedStream 14:05:58 490/520 - 29/29: Installing method ZnBufferedReadWriteStream>>writingActionDo: 14:05:58 490/520 - 1/2: Installing method ZnBufferedReadWriteStream class>>on: 14:05:58 490/520 - 2/2: Installing method ZnBufferedReadWriteStream class>>on:do: 14:05:59 491/520 - 1/42: Installing method ZnBufferedWriteStream>>buffer 14:05:59 491/520 - 2/42: Installing method ZnBufferedWriteStream>>bufferFreeSize 14:05:59 491/520 - 3/42: Installing method ZnBufferedWriteStream>>bufferSize 14:05:59 491/520 - 4/42: Installing method ZnBufferedWriteStream>>close 14:05:59 491/520 - 5/42: Installing method ZnBufferedWriteStream>>closed 14:05:59 491/520 - 6/42: Installing method ZnBufferedWriteStream>>cr 14:05:59 491/520 - 7/42: Installing method ZnBufferedWriteStream>>crlf 14:05:59 491/520 - 8/42: Installing method ZnBufferedWriteStream>>defaultBufferSize 14:05:59 491/520 - 9/42: Installing method ZnBufferedWriteStream>>discardBuffer 14:05:59 491/520 - 10/42: Installing method ZnBufferedWriteStream>>finish 14:05:59 491/520 - 11/42: Installing method ZnBufferedWriteStream>>flush 14:05:59 491/520 - 12/42: Installing method ZnBufferedWriteStream>>flushBuffer 14:05:59 491/520 - 13/42: Installing method ZnBufferedWriteStream>>flushBufferIfFull 14:05:59 491/520 - 14/42: Installing method ZnBufferedWriteStream>>int16: 14:05:59 491/520 - 15/42: Installing method ZnBufferedWriteStream>>int32: 14:05:59 491/520 - 16/42: Installing method ZnBufferedWriteStream>>int8: 14:05:59 491/520 - 17/42: Installing method ZnBufferedWriteStream>>isBinary 14:05:59 491/520 - 18/42: Installing method ZnBufferedWriteStream>>isStream 14:05:59 491/520 - 19/42: Installing method ZnBufferedWriteStream>>lf 14:05:59 491/520 - 20/42: Installing method ZnBufferedWriteStream>>next:putAll: 14:05:59 491/520 - 21/42: Installing method ZnBufferedWriteStream>>next:putAll:startingAt: 14:05:59 491/520 - 22/42: Installing method ZnBufferedWriteStream>>nextInt32Put: 14:05:59 491/520 - 23/42: Installing method ZnBufferedWriteStream>>nextIntegerOfSize:signed:bigEndian:put: 14:05:59 491/520 - 24/42: Installing method ZnBufferedWriteStream>>nextLittleEndianNumber:put: 14:05:59 491/520 - 25/42: Installing method ZnBufferedWriteStream>>nextNumber:put: 14:05:59 491/520 - 26/42: Installing method ZnBufferedWriteStream>>nextPut: 14:05:59 491/520 - 27/42: Installing method ZnBufferedWriteStream>>nextPutAll: 14:05:59 491/520 - 28/42: Installing method ZnBufferedWriteStream>>nextWordPut: 14:05:59 491/520 - 29/42: Installing method ZnBufferedWriteStream>>on: 14:05:59 491/520 - 30/42: Installing method ZnBufferedWriteStream>>position 14:05:59 491/520 - 31/42: Installing method ZnBufferedWriteStream>>position: 14:05:59 491/520 - 32/42: Installing method ZnBufferedWriteStream>>print: 14:05:59 491/520 - 33/42: Installing method ZnBufferedWriteStream>>printOn: 14:05:59 491/520 - 34/42: Installing method ZnBufferedWriteStream>>setToEnd 14:05:59 491/520 - 35/42: Installing method ZnBufferedWriteStream>>sizeBuffer: 14:05:59 491/520 - 36/42: Installing method ZnBufferedWriteStream>>space 14:05:59 491/520 - 37/42: Installing method ZnBufferedWriteStream>>tab 14:05:59 491/520 - 38/42: Installing method ZnBufferedWriteStream>>truncate 14:05:59 491/520 - 39/42: Installing method ZnBufferedWriteStream>>truncate: 14:05:59 491/520 - 40/42: Installing method ZnBufferedWriteStream>>uint16: 14:05:59 491/520 - 41/42: Installing method ZnBufferedWriteStream>>uint32: 14:05:59 491/520 - 42/42: Installing method ZnBufferedWriteStream>>uint8: 14:05:59 491/520 - 1/2: Installing method ZnBufferedWriteStream class>>on: 14:05:59 491/520 - 2/2: Installing method ZnBufferedWriteStream class>>on:do: 14:06:00 492/520 - 1/1: Installing method ZnByteEncoder>>decodeBytesIntoWideString: 14:06:00 492/520 - 1/33: Installing method ZnByteEncoder class>>cp1250Mapping 14:06:00 492/520 - 2/33: Installing method ZnByteEncoder class>>cp1251Mapping 14:06:00 492/520 - 3/33: Installing method ZnByteEncoder class>>cp1252Mapping 14:06:00 492/520 - 4/33: Installing method ZnByteEncoder class>>cp1253Mapping 14:06:00 492/520 - 5/33: Installing method ZnByteEncoder class>>cp1254Mapping 14:06:00 492/520 - 6/33: Installing method ZnByteEncoder class>>cp1255Mapping 14:06:00 492/520 - 7/33: Installing method ZnByteEncoder class>>cp1256Mapping 14:06:00 492/520 - 8/33: Installing method ZnByteEncoder class>>cp1257Mapping 14:06:00 492/520 - 9/33: Installing method ZnByteEncoder class>>cp1258Mapping 14:06:00 492/520 - 10/33: Installing method ZnByteEncoder class>>cp850Mapping 14:06:00 492/520 - 11/33: Installing method ZnByteEncoder class>>cp866Mapping 14:06:00 492/520 - 12/33: Installing method ZnByteEncoder class>>cp874Mapping 14:06:00 492/520 - 13/33: Installing method ZnByteEncoder class>>generateByteToUnicodeSpec: 14:06:00 492/520 - 14/33: Installing method ZnByteEncoder class>>iso885910Mapping 14:06:00 492/520 - 15/33: Installing method ZnByteEncoder class>>iso885913Mapping 14:06:01 492/520 - 16/33: Installing method ZnByteEncoder class>>iso885914Mapping 14:06:01 492/520 - 17/33: Installing method ZnByteEncoder class>>iso885915Mapping 14:06:01 492/520 - 18/33: Installing method ZnByteEncoder class>>iso885916Mapping 14:06:01 492/520 - 19/33: Installing method ZnByteEncoder class>>iso88592Mapping 14:06:01 492/520 - 20/33: Installing method ZnByteEncoder class>>iso88593Mapping 14:06:01 492/520 - 21/33: Installing method ZnByteEncoder class>>iso88594Mapping 14:06:01 492/520 - 22/33: Installing method ZnByteEncoder class>>iso88595Mapping 14:06:01 492/520 - 23/33: Installing method ZnByteEncoder class>>iso88596Mapping 14:06:01 492/520 - 24/33: Installing method ZnByteEncoder class>>iso88597Mapping 14:06:01 492/520 - 25/33: Installing method ZnByteEncoder class>>iso88598Mapping 14:06:01 492/520 - 26/33: Installing method ZnByteEncoder class>>koi8rMapping 14:06:01 492/520 - 27/33: Installing method ZnByteEncoder class>>koi8uMapping 14:06:01 492/520 - 28/33: Installing method ZnByteEncoder class>>macCyrillicMapping 14:06:01 492/520 - 29/33: Installing method ZnByteEncoder class>>macRomanMapping 14:06:01 492/520 - 30/33: Installing method ZnByteEncoder class>>mappingToIdentifiers 14:06:01 492/520 - 31/33: Installing method ZnByteEncoder class>>newFromUrl: 14:06:01 492/520 - 32/33: Installing method ZnByteEncoder class>>parseUnicodeOrgSpec: 14:06:01 492/520 - 33/33: Installing method ZnByteEncoder class>>top128FromUnicodeSpec: 14:06:01 493/520 - 1/6: Installing method ZnByteStringBecameWideString>>becomeForward 14:06:01 493/520 - 2/6: Installing method ZnByteStringBecameWideString>>byteString 14:06:01 493/520 - 3/6: Installing method ZnByteStringBecameWideString>>byteString: 14:06:01 493/520 - 4/6: Installing method ZnByteStringBecameWideString>>isResumable 14:06:01 493/520 - 5/6: Installing method ZnByteStringBecameWideString>>wideString 14:06:01 493/520 - 6/6: Installing method ZnByteStringBecameWideString>>wideString: 14:06:01 493/520 - 1/1: Installing method ZnByteStringBecameWideString class>>convert: 14:06:01 494/520 - 1/11: Installing method ZnCRLFReadStream>>atEnd 14:06:01 494/520 - 2/11: Installing method ZnCRLFReadStream>>close 14:06:01 494/520 - 3/11: Installing method ZnCRLFReadStream>>isBinary 14:06:01 494/520 - 4/11: Installing method ZnCRLFReadStream>>next 14:06:01 494/520 - 5/11: Installing method ZnCRLFReadStream>>next:into: 14:06:02 494/520 - 6/11: Installing method ZnCRLFReadStream>>next:into:startingAt: 14:06:02 494/520 - 7/11: Installing method ZnCRLFReadStream>>on: 14:06:02 494/520 - 8/11: Installing method ZnCRLFReadStream>>peek 14:06:02 494/520 - 9/11: Installing method ZnCRLFReadStream>>readInto:startingAt:count: 14:06:02 494/520 - 10/11: Installing method ZnCRLFReadStream>>readStream 14:06:02 494/520 - 11/11: Installing method ZnCRLFReadStream>>upToEnd 14:06:02 494/520 - 1/2: Installing method ZnCRLFReadStream class>>initialize 14:06:02 494/520 - 2/2: Installing method ZnCRLFReadStream class>>on: 14:06:02 495/520 - 1/29: Installing method ZnCharacterEncoder>>= 14:06:02 495/520 - 2/29: Installing method ZnCharacterEncoder>>asZnCharacterEncoder 14:06:02 495/520 - 3/29: Installing method ZnCharacterEncoder>>backOnStream: 14:06:02 495/520 - 4/29: Installing method ZnCharacterEncoder>>beLenient 14:06:02 495/520 - 5/29: Installing method ZnCharacterEncoder>>decodeAsCodePoints: 14:06:02 495/520 - 6/29: Installing method ZnCharacterEncoder>>decodeBytes: 14:06:02 495/520 - 7/29: Installing method ZnCharacterEncoder>>encodeCodePoints: 14:06:02 495/520 - 8/29: Installing method ZnCharacterEncoder>>encodeString: 14:06:03 495/520 - 9/29: Installing method ZnCharacterEncoder>>encodedByteCountFor: 14:06:03 495/520 - 10/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoint: 14:06:03 495/520 - 11/29: Installing method ZnCharacterEncoder>>encodedByteCountForCodePoints: 14:06:03 495/520 - 12/29: Installing method ZnCharacterEncoder>>encodedByteCountForString: 14:06:03 495/520 - 13/29: Installing method ZnCharacterEncoder>>endianness 14:06:03 495/520 - 14/29: Installing method ZnCharacterEncoder>>ensureAtBeginOfCodePointOnStream: 14:06:03 495/520 - 15/29: Installing method ZnCharacterEncoder>>error: 14:06:03 495/520 - 16/29: Installing method ZnCharacterEncoder>>errorIncomplete 14:06:03 495/520 - 17/29: Installing method ZnCharacterEncoder>>errorOutsideRange 14:06:03 495/520 - 18/29: Installing method ZnCharacterEncoder>>hash 14:06:03 495/520 - 19/29: Installing method ZnCharacterEncoder>>identifier 14:06:03 495/520 - 20/29: Installing method ZnCharacterEncoder>>isFixedLength 14:06:03 495/520 - 21/29: Installing method ZnCharacterEncoder>>isStrict 14:06:03 495/520 - 22/29: Installing method ZnCharacterEncoder>>isVariableLength 14:06:03 495/520 - 23/29: Installing method ZnCharacterEncoder>>next:putAll:startingAt:toStream: 14:06:03 495/520 - 24/29: Installing method ZnCharacterEncoder>>nextCodePointFromStream: 14:06:03 495/520 - 25/29: Installing method ZnCharacterEncoder>>nextFromStream: 14:06:03 495/520 - 26/29: Installing method ZnCharacterEncoder>>nextPut:toStream: 14:06:03 495/520 - 27/29: Installing method ZnCharacterEncoder>>nextPutCodePoint:toStream: 14:06:03 495/520 - 28/29: Installing method ZnCharacterEncoder>>readInto:startingAt:count:fromStream: 14:06:03 495/520 - 29/29: Installing method ZnCharacterEncoder>>skipToBeginOfCodePointOnStream: 14:06:03 495/520 - 1/10: Installing method ZnCharacterEncoder class>>ascii 14:06:03 495/520 - 2/10: Installing method ZnCharacterEncoder class>>canonicalEncodingIdentifier: 14:06:03 495/520 - 3/10: Installing method ZnCharacterEncoder class>>default 14:06:03 495/520 - 4/10: Installing method ZnCharacterEncoder class>>detectEncoding: 14:06:03 495/520 - 5/10: Installing method ZnCharacterEncoder class>>handlesEncoding: 14:06:03 495/520 - 6/10: Installing method ZnCharacterEncoder class>>iso88591 14:06:03 495/520 - 7/10: Installing method ZnCharacterEncoder class>>knownEncodingIdentifiers 14:06:03 495/520 - 8/10: Installing method ZnCharacterEncoder class>>latin1 14:06:03 495/520 - 9/10: Installing method ZnCharacterEncoder class>>newForEncoding: 14:06:03 495/520 - 10/10: Installing method ZnCharacterEncoder class>>utf8 14:06:03 497/520 - 1/6: Installing method ZnCharacterReadStream>>collectionSpecies 14:06:03 497/520 - 2/6: Installing method ZnCharacterReadStream>>match: 14:06:03 497/520 - 3/6: Installing method ZnCharacterReadStream>>nextElement 14:06:03 497/520 - 4/6: Installing method ZnCharacterReadStream>>nextLine 14:06:03 497/520 - 5/6: Installing method ZnCharacterReadStream>>readInto:startingAt:count: 14:06:03 497/520 - 6/6: Installing method ZnCharacterReadStream>>upToAll: 14:06:04 498/520 - 1/24: Installing method ZnCharacterReadWriteStream>>atEnd 14:06:04 498/520 - 2/24: Installing method ZnCharacterReadWriteStream>>close 14:06:04 498/520 - 3/24: Installing method ZnCharacterReadWriteStream>>closed 14:06:04 498/520 - 4/24: Installing method ZnCharacterReadWriteStream>>collectionSpecies 14:06:04 498/520 - 5/24: Installing method ZnCharacterReadWriteStream>>cr 14:06:04 498/520 - 6/24: Installing method ZnCharacterReadWriteStream>>flush 14:06:04 498/520 - 7/24: Installing method ZnCharacterReadWriteStream>>isReadOnly 14:06:04 498/520 - 8/24: Installing method ZnCharacterReadWriteStream>>next 14:06:04 498/520 - 9/24: Installing method ZnCharacterReadWriteStream>>next: 14:06:04 498/520 - 10/24: Installing method ZnCharacterReadWriteStream>>nextPut: 14:06:04 498/520 - 11/24: Installing method ZnCharacterReadWriteStream>>nextPutAll: 14:06:04 498/520 - 12/24: Installing method ZnCharacterReadWriteStream>>on:encoding: 14:06:04 498/520 - 13/24: Installing method ZnCharacterReadWriteStream>>peek 14:06:04 498/520 - 14/24: Installing method ZnCharacterReadWriteStream>>position 14:06:04 498/520 - 15/24: Installing method ZnCharacterReadWriteStream>>position: 14:06:04 498/520 - 16/24: Installing method ZnCharacterReadWriteStream>>print: 14:06:04 498/520 - 17/24: Installing method ZnCharacterReadWriteStream>>readOnlyCopy 14:06:04 498/520 - 18/24: Installing method ZnCharacterReadWriteStream>>setToEnd 14:06:04 498/520 - 19/24: Installing method ZnCharacterReadWriteStream>>size 14:06:04 498/520 - 20/24: Installing method ZnCharacterReadWriteStream>>skip: 14:06:04 498/520 - 21/24: Installing method ZnCharacterReadWriteStream>>space 14:06:04 498/520 - 22/24: Installing method ZnCharacterReadWriteStream>>tab 14:06:04 498/520 - 23/24: Installing method ZnCharacterReadWriteStream>>upToAll: 14:06:04 498/520 - 24/24: Installing method ZnCharacterReadWriteStream>>upToEnd 14:06:04 498/520 - 1/1: Installing method ZnCharacterReadWriteStream class>>on:encoding: 14:06:04 499/520 - 1/8: Installing method ZnCharacterWriteStream>>cr 14:06:04 499/520 - 2/8: Installing method ZnCharacterWriteStream>>crlf 14:06:04 499/520 - 3/8: Installing method ZnCharacterWriteStream>>lf 14:06:04 499/520 - 4/8: Installing method ZnCharacterWriteStream>>next:putAll:startingAt: 14:06:04 499/520 - 5/8: Installing method ZnCharacterWriteStream>>nextPut: 14:06:04 499/520 - 6/8: Installing method ZnCharacterWriteStream>>print: 14:06:04 499/520 - 7/8: Installing method ZnCharacterWriteStream>>space 14:06:04 499/520 - 8/8: Installing method ZnCharacterWriteStream>>tab 14:06:04 500/520 - 1/2: Installing method ZnCodePointReadStream>>collectionSpecies 14:06:05 500/520 - 2/2: Installing method ZnCodePointReadStream>>nextElement 14:06:05 501/520 - 1/1: Installing method ZnCodePointWriteStream>>nextPut: 14:06:05 502/520 - 1/4: Installing method ZnCrPortableWriteStream>>initialize 14:06:05 502/520 - 2/4: Installing method ZnCrPortableWriteStream>>newLine 14:06:05 502/520 - 3/4: Installing method ZnCrPortableWriteStream>>nextPut: 14:06:05 502/520 - 4/4: Installing method ZnCrPortableWriteStream>>stream: 14:06:05 502/520 - 1/1: Installing method ZnCrPortableWriteStream class>>on: 14:06:05 503/520 - 1/1: Installing method ZnDefaultCharacterEncoder>>default 14:06:06 504/520 - 1/21: Installing method ZnEncodedReadStream>>atEnd 14:06:06 504/520 - 2/21: Installing method ZnEncodedReadStream>>back 14:06:06 504/520 - 3/21: Installing method ZnEncodedReadStream>>contents 14:06:06 504/520 - 4/21: Installing method ZnEncodedReadStream>>isBinary 14:06:06 504/520 - 5/21: Installing method ZnEncodedReadStream>>isReadOnly 14:06:06 504/520 - 6/21: Installing method ZnEncodedReadStream>>next 14:06:06 504/520 - 7/21: Installing method ZnEncodedReadStream>>next: 14:06:06 504/520 - 8/21: Installing method ZnEncodedReadStream>>next:into: 14:06:06 504/520 - 9/21: Installing method ZnEncodedReadStream>>next:into:startingAt: 14:06:06 504/520 - 10/21: Installing method ZnEncodedReadStream>>nextElement 14:06:06 504/520 - 11/21: Installing method ZnEncodedReadStream>>nextInto: 14:06:06 504/520 - 12/21: Installing method ZnEncodedReadStream>>peek 14:06:06 504/520 - 13/21: Installing method ZnEncodedReadStream>>peekFor: 14:06:06 504/520 - 14/21: Installing method ZnEncodedReadStream>>position 14:06:06 504/520 - 15/21: Installing method ZnEncodedReadStream>>position: 14:06:06 504/520 - 16/21: Installing method ZnEncodedReadStream>>positionForward: 14:06:06 504/520 - 17/21: Installing method ZnEncodedReadStream>>readInto:startingAt:count: 14:06:06 504/520 - 18/21: Installing method ZnEncodedReadStream>>readStream 14:06:06 504/520 - 19/21: Installing method ZnEncodedReadStream>>skip: 14:06:06 504/520 - 20/21: Installing method ZnEncodedReadStream>>upTo: 14:06:06 504/520 - 21/21: Installing method ZnEncodedReadStream>>upToEnd 14:06:06 505/520 - 1/15: Installing method ZnEncodedStream>>close 14:06:06 505/520 - 2/15: Installing method ZnEncodedStream>>closed 14:06:06 505/520 - 3/15: Installing method ZnEncodedStream>>encoder 14:06:06 505/520 - 4/15: Installing method ZnEncodedStream>>encoder: 14:06:06 505/520 - 5/15: Installing method ZnEncodedStream>>encoding: 14:06:06 505/520 - 6/15: Installing method ZnEncodedStream>>flush 14:06:06 505/520 - 7/15: Installing method ZnEncodedStream>>isStream 14:06:06 505/520 - 8/15: Installing method ZnEncodedStream>>on: 14:06:06 505/520 - 9/15: Installing method ZnEncodedStream>>position 14:06:06 505/520 - 10/15: Installing method ZnEncodedStream>>position: 14:06:06 505/520 - 11/15: Installing method ZnEncodedStream>>setToEnd 14:06:06 505/520 - 12/15: Installing method ZnEncodedStream>>size 14:06:06 505/520 - 13/15: Installing method ZnEncodedStream>>truncate 14:06:06 505/520 - 14/15: Installing method ZnEncodedStream>>truncate: 14:06:06 505/520 - 15/15: Installing method ZnEncodedStream>>wrappedStream 14:06:06 505/520 - 1/3: Installing method ZnEncodedStream class>>defaultEncoder 14:06:06 505/520 - 2/3: Installing method ZnEncodedStream class>>on: 14:06:06 505/520 - 3/3: Installing method ZnEncodedStream class>>on:encoding: 14:06:06 506/520 - 1/7: Installing method ZnEncodedWriteStream>><< 14:06:07 506/520 - 2/7: Installing method ZnEncodedWriteStream>>flush 14:06:07 506/520 - 3/7: Installing method ZnEncodedWriteStream>>isBinary 14:06:07 506/520 - 4/7: Installing method ZnEncodedWriteStream>>next:putAll: 14:06:07 506/520 - 5/7: Installing method ZnEncodedWriteStream>>next:putAll:startingAt: 14:06:07 506/520 - 6/7: Installing method ZnEncodedWriteStream>>nextPut: 14:06:07 506/520 - 7/7: Installing method ZnEncodedWriteStream>>nextPutAll: 14:06:07 507/520 - 1/10: Installing method ZnEndianSensitiveUTFEncoder>>= 14:06:07 507/520 - 2/10: Installing method ZnEndianSensitiveUTFEncoder>>beBigEndian 14:06:07 507/520 - 3/10: Installing method ZnEndianSensitiveUTFEncoder>>beLittleEndian 14:06:07 507/520 - 4/10: Installing method ZnEndianSensitiveUTFEncoder>>endianness 14:06:07 507/520 - 5/10: Installing method ZnEndianSensitiveUTFEncoder>>hash 14:06:07 507/520 - 6/10: Installing method ZnEndianSensitiveUTFEncoder>>initialize 14:06:07 507/520 - 7/10: Installing method ZnEndianSensitiveUTFEncoder>>isBigEndian 14:06:07 507/520 - 8/10: Installing method ZnEndianSensitiveUTFEncoder>>isLittleEndian 14:06:07 507/520 - 9/10: Installing method ZnEndianSensitiveUTFEncoder>>printOn: 14:06:07 507/520 - 10/10: Installing method ZnEndianSensitiveUTFEncoder>>swapEndianness 14:06:07 507/520 - 1/2: Installing method ZnEndianSensitiveUTFEncoder class>>handlesEncoding: 14:06:07 507/520 - 2/2: Installing method ZnEndianSensitiveUTFEncoder class>>newForEncoding: 14:06:07 508/520 - 1/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber: 14:06:07 508/520 - 2/3: Installing method ZnEndianessReadWriteStream>>nextLittleEndianNumber:put: 14:06:07 508/520 - 3/3: Installing method ZnEndianessReadWriteStream>>on: 14:06:07 508/520 - 1/2: Installing method ZnEndianessReadWriteStream class>>on: 14:06:07 508/520 - 2/2: Installing method ZnEndianessReadWriteStream class>>on:do: 14:06:07 509/520 - 1/9: Installing method ZnFastLineReader>>atEnd 14:06:07 509/520 - 2/9: Installing method ZnFastLineReader>>beWide 14:06:07 509/520 - 3/9: Installing method ZnFastLineReader>>bufferStream: 14:06:07 509/520 - 4/9: Installing method ZnFastLineReader>>close 14:06:07 509/520 - 5/9: Installing method ZnFastLineReader>>initialize 14:06:07 509/520 - 6/9: Installing method ZnFastLineReader>>linesDo: 14:06:07 509/520 - 7/9: Installing method ZnFastLineReader>>nextLine 14:06:07 509/520 - 8/9: Installing method ZnFastLineReader>>on: 14:06:07 509/520 - 9/9: Installing method ZnFastLineReader>>streamContents: 14:06:07 509/520 - 1/1: Installing method ZnFastLineReader class>>on: 14:06:07 510/520 - 1/2: Installing method ZnIncomplete>>defaultResumeValue 14:06:07 510/520 - 2/2: Installing method ZnIncomplete>>isResumable 14:06:07 511/520 - 1/2: Installing method ZnInvalidUTF8>>defaultResumeValue 14:06:07 511/520 - 2/2: Installing method ZnInvalidUTF8>>isResumable 14:06:08 512/520 - 1/10: Installing method ZnNewLineWriterStream>>close 14:06:08 512/520 - 2/10: Installing method ZnNewLineWriterStream>>flush 14:06:08 512/520 - 3/10: Installing method ZnNewLineWriterStream>>forCr 14:06:08 512/520 - 4/10: Installing method ZnNewLineWriterStream>>forCrLf 14:06:08 512/520 - 5/10: Installing method ZnNewLineWriterStream>>forLf 14:06:08 512/520 - 6/10: Installing method ZnNewLineWriterStream>>forPlatformLineEnding 14:06:08 512/520 - 7/10: Installing method ZnNewLineWriterStream>>initialize 14:06:08 512/520 - 8/10: Installing method ZnNewLineWriterStream>>newLine 14:06:08 512/520 - 9/10: Installing method ZnNewLineWriterStream>>nextPut: 14:06:08 512/520 - 10/10: Installing method ZnNewLineWriterStream>>stream: 14:06:08 512/520 - 1/1: Installing method ZnNewLineWriterStream class>>on: 14:06:08 513/520 - 1/14: Installing method ZnNullEncoder>>backOnStream: 14:06:08 513/520 - 2/14: Installing method ZnNullEncoder>>decodeBytes: 14:06:08 513/520 - 3/14: Installing method ZnNullEncoder>>encodeString: 14:06:08 513/520 - 4/14: Installing method ZnNullEncoder>>encodedByteCountFor: 14:06:08 513/520 - 5/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoint: 14:06:08 513/520 - 6/14: Installing method ZnNullEncoder>>encodedByteCountForCodePoints: 14:06:08 513/520 - 7/14: Installing method ZnNullEncoder>>encodedByteCountForString: 14:06:08 513/520 - 8/14: Installing method ZnNullEncoder>>ensureAtBeginOfCodePointOnStream: 14:06:08 513/520 - 9/14: Installing method ZnNullEncoder>>identifier 14:06:08 513/520 - 10/14: Installing method ZnNullEncoder>>next:putAll:startingAt:toStream: 14:06:08 513/520 - 11/14: Installing method ZnNullEncoder>>nextCodePointFromStream: 14:06:08 513/520 - 12/14: Installing method ZnNullEncoder>>nextPutCodePoint:toStream: 14:06:08 513/520 - 13/14: Installing method ZnNullEncoder>>readInto:startingAt:count:fromStream: 14:06:08 513/520 - 14/14: Installing method ZnNullEncoder>>skipToBeginOfCodePointOnStream: 14:06:08 513/520 - 1/3: Installing method ZnNullEncoder class>>handlesEncoding: 14:06:08 513/520 - 2/3: Installing method ZnNullEncoder class>>knownEncodingIdentifiers 14:06:08 513/520 - 3/3: Installing method ZnNullEncoder class>>newForEncoding: 14:06:09 514/520 - 1/14: Installing method ZnPercentEncoder>>characterEncoder 14:06:09 514/520 - 2/14: Installing method ZnPercentEncoder>>characterEncoder: 14:06:09 514/520 - 3/14: Installing method ZnPercentEncoder>>decode: 14:06:09 514/520 - 4/14: Installing method ZnPercentEncoder>>decode:to: 14:06:09 514/520 - 5/14: Installing method ZnPercentEncoder>>decodePlusAsSpace 14:06:09 514/520 - 6/14: Installing method ZnPercentEncoder>>decodePlusAsSpace: 14:06:09 514/520 - 7/14: Installing method ZnPercentEncoder>>encode: 14:06:09 514/520 - 8/14: Installing method ZnPercentEncoder>>encode:to: 14:06:09 514/520 - 9/14: Installing method ZnPercentEncoder>>errorAsciiCharacterExpected 14:06:09 514/520 - 10/14: Installing method ZnPercentEncoder>>errorHexDigitExpected 14:06:09 514/520 - 11/14: Installing method ZnPercentEncoder>>readHexFrom: 14:06:09 514/520 - 12/14: Installing method ZnPercentEncoder>>safeSet 14:06:09 514/520 - 13/14: Installing method ZnPercentEncoder>>safeSet: 14:06:09 514/520 - 14/14: Installing method ZnPercentEncoder>>writeHex:to: 14:06:09 514/520 - 1/1: Installing method ZnPercentEncoder class>>rfc3986UnreservedCharacters 14:06:10 515/520 - 1/26: Installing method ZnPositionableReadStream>>atEnd 14:06:10 515/520 - 2/26: Installing method ZnPositionableReadStream>>back 14:06:10 515/520 - 3/26: Installing method ZnPositionableReadStream>>bufferSize 14:06:10 515/520 - 4/26: Installing method ZnPositionableReadStream>>close 14:06:10 515/520 - 5/26: Installing method ZnPositionableReadStream>>collectionSpecies 14:06:10 515/520 - 6/26: Installing method ZnPositionableReadStream>>defaultBufferSize 14:06:10 515/520 - 7/26: Installing method ZnPositionableReadStream>>initialize 14:06:10 515/520 - 8/26: Installing method ZnPositionableReadStream>>isBinary 14:06:10 515/520 - 9/26: Installing method ZnPositionableReadStream>>next 14:06:10 515/520 - 10/26: Installing method ZnPositionableReadStream>>next: 14:06:10 515/520 - 11/26: Installing method ZnPositionableReadStream>>next:into: 14:06:10 515/520 - 12/26: Installing method ZnPositionableReadStream>>next:into:startingAt: 14:06:10 515/520 - 13/26: Installing method ZnPositionableReadStream>>nextInto: 14:06:10 515/520 - 14/26: Installing method ZnPositionableReadStream>>on: 14:06:10 515/520 - 15/26: Installing method ZnPositionableReadStream>>peek 14:06:10 515/520 - 16/26: Installing method ZnPositionableReadStream>>peekFor: 14:06:10 515/520 - 17/26: Installing method ZnPositionableReadStream>>position 14:06:10 515/520 - 18/26: Installing method ZnPositionableReadStream>>position: 14:06:10 515/520 - 19/26: Installing method ZnPositionableReadStream>>readInto:startingAt:count: 14:06:10 515/520 - 20/26: Installing method ZnPositionableReadStream>>readStream 14:06:10 515/520 - 21/26: Installing method ZnPositionableReadStream>>savingPositionDo: 14:06:10 515/520 - 22/26: Installing method ZnPositionableReadStream>>sizeBuffer: 14:06:10 515/520 - 23/26: Installing method ZnPositionableReadStream>>skip: 14:06:10 515/520 - 24/26: Installing method ZnPositionableReadStream>>upTo: 14:06:10 515/520 - 25/26: Installing method ZnPositionableReadStream>>upToEnd 14:06:10 515/520 - 26/26: Installing method ZnPositionableReadStream>>wrappedStream 14:06:10 515/520 - 1/2: Installing method ZnPositionableReadStream class>>on: 14:06:10 515/520 - 2/2: Installing method ZnPositionableReadStream class>>on:do: 14:06:10 516/520 - 1/21: Installing method ZnSimplifiedByteEncoder>>= 14:06:10 516/520 - 2/21: Installing method ZnSimplifiedByteEncoder>>backOnStream: 14:06:10 516/520 - 3/21: Installing method ZnSimplifiedByteEncoder>>beLenient 14:06:10 516/520 - 4/21: Installing method ZnSimplifiedByteEncoder>>byteDomain 14:06:10 516/520 - 5/21: Installing method ZnSimplifiedByteEncoder>>byteToUnicode: 14:06:10 516/520 - 6/21: Installing method ZnSimplifiedByteEncoder>>characterDomain 14:06:10 516/520 - 7/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountFor: 14:06:10 516/520 - 8/21: Installing method ZnSimplifiedByteEncoder>>encodedByteCountForCodePoint: 14:06:10 516/520 - 9/21: Installing method ZnSimplifiedByteEncoder>>ensureAtBeginOfCodePointOnStream: 14:06:10 516/520 - 10/21: Installing method ZnSimplifiedByteEncoder>>hash 14:06:10 516/520 - 11/21: Installing method ZnSimplifiedByteEncoder>>identifier 14:06:10 516/520 - 12/21: Installing method ZnSimplifiedByteEncoder>>identifier: 14:06:10 516/520 - 13/21: Installing method ZnSimplifiedByteEncoder>>initialize 14:06:10 516/520 - 14/21: Installing method ZnSimplifiedByteEncoder>>isLenient 14:06:10 516/520 - 15/21: Installing method ZnSimplifiedByteEncoder>>isStrict 14:06:10 516/520 - 16/21: Installing method ZnSimplifiedByteEncoder>>nextCodePointFromStream: 14:06:10 516/520 - 17/21: Installing method ZnSimplifiedByteEncoder>>nextFromStream: 14:06:10 516/520 - 18/21: Installing method ZnSimplifiedByteEncoder>>nextPutCodePoint:toStream: 14:06:10 516/520 - 19/21: Installing method ZnSimplifiedByteEncoder>>printOn: 14:06:10 516/520 - 20/21: Installing method ZnSimplifiedByteEncoder>>skipToBeginOfCodePointOnStream: 14:06:10 516/520 - 21/21: Installing method ZnSimplifiedByteEncoder>>unicodeToByte: 14:06:11 516/520 - 1/10: Installing method ZnSimplifiedByteEncoder class>>asciiMapping 14:06:11 516/520 - 2/10: Installing method ZnSimplifiedByteEncoder class>>byteTextConverters 14:06:11 516/520 - 3/10: Installing method ZnSimplifiedByteEncoder class>>handlesEncoding: 14:06:11 516/520 - 4/10: Installing method ZnSimplifiedByteEncoder class>>initialize 14:06:11 516/520 - 5/10: Installing method ZnSimplifiedByteEncoder class>>initializeByteTextConverters 14:06:11 516/520 - 6/10: Installing method ZnSimplifiedByteEncoder class>>iso88591Mapping 14:06:11 516/520 - 7/10: Installing method ZnSimplifiedByteEncoder class>>knownEncodingIdentifiers 14:06:11 516/520 - 8/10: Installing method ZnSimplifiedByteEncoder class>>mappingToIdentifiers 14:06:11 516/520 - 9/10: Installing method ZnSimplifiedByteEncoder class>>newForEncoding: 14:06:11 516/520 - 10/10: Installing method ZnSimplifiedByteEncoder class>>tablesFromSpec: 14:06:11 517/520 - 1/13: Installing method ZnUTF16Encoder>>back16BitWordOnStream: 14:06:11 517/520 - 2/13: Installing method ZnUTF16Encoder>>backOnStream: 14:06:11 517/520 - 3/13: Installing method ZnUTF16Encoder>>encodedByteCountForCodePoint: 14:06:11 517/520 - 4/13: Installing method ZnUTF16Encoder>>ensureAtBeginOfCodePointOnStream: 14:06:11 517/520 - 5/13: Installing method ZnUTF16Encoder>>errorIncomplete 14:06:11 517/520 - 6/13: Installing method ZnUTF16Encoder>>identifier 14:06:11 517/520 - 7/13: Installing method ZnUTF16Encoder>>isFixedLength 14:06:11 517/520 - 8/13: Installing method ZnUTF16Encoder>>nextCodePointFromStream: 14:06:11 517/520 - 9/13: Installing method ZnUTF16Encoder>>nextPutCodePoint:toStream: 14:06:11 517/520 - 10/13: Installing method ZnUTF16Encoder>>processByteOrderMark: 14:06:11 517/520 - 11/13: Installing method ZnUTF16Encoder>>read16BitWordFromStream: 14:06:11 517/520 - 12/13: Installing method ZnUTF16Encoder>>skipToBeginOfCodePointOnStream: 14:06:11 517/520 - 13/13: Installing method ZnUTF16Encoder>>write16BitWord:toStream: 14:06:11 517/520 - 1/2: Installing method ZnUTF16Encoder class>>handlesEncoding: 14:06:11 517/520 - 2/2: Installing method ZnUTF16Encoder class>>knownEncodingIdentifiers 14:06:11 518/520 - 1/11: Installing method ZnUTF32Encoder>>backOnStream: 14:06:11 518/520 - 2/11: Installing method ZnUTF32Encoder>>encodedByteCountForCodePoint: 14:06:11 518/520 - 3/11: Installing method ZnUTF32Encoder>>ensureAtBeginOfCodePointOnStream: 14:06:11 518/520 - 4/11: Installing method ZnUTF32Encoder>>errorIncomplete 14:06:11 518/520 - 5/11: Installing method ZnUTF32Encoder>>identifier 14:06:11 518/520 - 6/11: Installing method ZnUTF32Encoder>>nextCodePointFromStream: 14:06:11 518/520 - 7/11: Installing method ZnUTF32Encoder>>nextPutCodePoint:toStream: 14:06:11 518/520 - 8/11: Installing method ZnUTF32Encoder>>processByteOrderMark: 14:06:11 518/520 - 9/11: Installing method ZnUTF32Encoder>>readCodePointFrom: 14:06:12 518/520 - 10/11: Installing method ZnUTF32Encoder>>skipToBeginOfCodePointOnStream: 14:06:12 518/520 - 11/11: Installing method ZnUTF32Encoder>>writeCodePoint:to: 14:06:12 518/520 - 1/2: Installing method ZnUTF32Encoder class>>handlesEncoding: 14:06:12 518/520 - 2/2: Installing method ZnUTF32Encoder class>>knownEncodingIdentifiers 14:06:12 519/520 - 1/17: Installing method ZnUTF8Encoder>>backOnStream: 14:06:12 519/520 - 2/17: Installing method ZnUTF8Encoder>>encodedByteCountForCodePoint: 14:06:12 519/520 - 3/17: Installing method ZnUTF8Encoder>>ensureAtBeginOfCodePointOnStream: 14:06:12 519/520 - 4/17: Installing method ZnUTF8Encoder>>error: 14:06:12 519/520 - 5/17: Installing method ZnUTF8Encoder>>errorIllegalContinuationByte 14:06:12 519/520 - 6/17: Installing method ZnUTF8Encoder>>errorIllegalLeadingByte 14:06:12 519/520 - 7/17: Installing method ZnUTF8Encoder>>errorOverlong 14:06:12 519/520 - 8/17: Installing method ZnUTF8Encoder>>findFirstNonASCIIIn:startingAt: 14:06:12 519/520 - 9/17: Installing method ZnUTF8Encoder>>identifier 14:06:12 519/520 - 10/17: Installing method ZnUTF8Encoder>>isFixedLength 14:06:12 519/520 - 11/17: Installing method ZnUTF8Encoder>>next:putAll:startingAt:toStream: 14:06:12 519/520 - 12/17: Installing method ZnUTF8Encoder>>next:putAllASCII:startingAt:toStream: 14:06:12 519/520 - 13/17: Installing method ZnUTF8Encoder>>next:putAllByteString:startingAt:toStream: 14:06:12 519/520 - 14/17: Installing method ZnUTF8Encoder>>nextCodePointFromStream: 14:06:12 519/520 - 15/17: Installing method ZnUTF8Encoder>>nextPutCodePoint:toStream: 14:06:12 519/520 - 16/17: Installing method ZnUTF8Encoder>>readInto:startingAt:count:fromStream: 14:06:12 519/520 - 17/17: Installing method ZnUTF8Encoder>>skipToBeginOfCodePointOnStream: 14:06:12 519/520 - 1/5: Installing method ZnUTF8Encoder class>>default 14:06:12 519/520 - 2/5: Installing method ZnUTF8Encoder class>>handlesEncoding: 14:06:12 519/520 - 3/5: Installing method ZnUTF8Encoder class>>initialize 14:06:12 519/520 - 4/5: Installing method ZnUTF8Encoder class>>knownEncodingIdentifiers 14:06:12 519/520 - 5/5: Installing method ZnUTF8Encoder class>>newForEncoding: 14:06:12 520/520 - 1/7: Installing method ZnUTFEncoder>>byteOrderMark 14:06:12 520/520 - 2/7: Installing method ZnUTFEncoder>>decodeBytes: 14:06:12 520/520 - 3/7: Installing method ZnUTFEncoder>>decodeBytesIntoWideString: 14:06:12 520/520 - 4/7: Installing method ZnUTFEncoder>>encodeStringWithByteOrderMark: 14:06:12 520/520 - 5/7: Installing method ZnUTFEncoder>>isSurrogateCodePoint: 14:06:12 520/520 - 6/7: Installing method ZnUTFEncoder>>maximumUTFCode 14:06:12 520/520 - 7/7: Installing method ZnUTFEncoder>>nextPutByteOrderMarkToStream: 14:06:12 520/520 - 1/1: Installing method ZnUTFEncoder class>>handlesEncoding: 14:06:12 End: Installing defined methods 14:06:12 Begin: Installing extension methods 14:06:12 001/34-1/1: Installing extension method Symbol>>asAnnouncement 14:06:12 002/34-1/8: Installing extension method Object>>joinTo: 14:06:13 002/34-2/8: Installing extension method Object>>appendTo: 14:06:13 002/34-3/8: Installing extension method Behavior class>>sortBlock 14:06:13 002/34-4/8: Installing extension method Object>>split:do: 14:06:13 002/34-5/8: Installing extension method Character>>join: 14:06:13 002/34-6/8: Installing extension method BlockClosure>>split:indicesDo: 14:06:13 002/34-7/8: Installing extension method CompiledMethod class>>sortBlock 14:06:13 002/34-8/8: Installing extension method Object>>split:indicesDo: 14:06:13 003/34-1/1: Installing extension method Object>>asDoubleLink 14:06:13 004/34-1/5: Installing extension method SequenceableCollection>>asFloatArray 14:06:13 004/34-2/5: Installing extension method SequenceableCollection>>asIntegerArray 14:06:13 004/34-3/5: Installing extension method Collection>>asByteArray 14:06:13 004/34-4/5: Installing extension method SequenceableCollection>>asWordArray 14:06:13 004/34-5/5: Installing extension method SequenceableCollection>>asByteArray 14:06:13 005/34-1/17: Installing extension method Collection>>sorted 14:06:13 005/34-2/17: Installing extension method Collection>>asNewArray 14:06:13 005/34-3/17: Installing extension method Object>>join: 14:06:13 005/34-4/17: Installing extension method Collection>>asSortedCollection 14:06:13 005/34-5/17: Installing extension method Collection>>asSortedCollection: 14:06:13 005/34-6/17: Installing extension method Collection>>flattened 14:06:13 005/34-7/17: Installing extension method Collection>>asOrderedCollection 14:06:13 005/34-8/17: Installing extension method Collection>>flatCollect:as: 14:06:13 005/34-9/17: Installing extension method Number>>to:by:do: 14:06:13 005/34-10/17: Installing extension method Number>>to:do: 14:06:13 005/34-11/17: Installing extension method Object>>split: 14:06:13 005/34-12/17: Installing extension method Number>>to:by: 14:06:13 005/34-13/17: Installing extension method Collection>>asOrderedDictionary 14:06:14 005/34-14/17: Installing extension method Collection>>groupedBy: 14:06:14 005/34-15/17: Installing extension method Collection>>asArray 14:06:14 005/34-16/17: Installing extension method Number>>to: 14:06:14 005/34-17/17: Installing extension method Collection>>sorted: 14:06:14 007/34-1/8: Installing extension method OrderedCollection class>>new:streamContents: 14:06:14 007/34-2/8: Installing extension method LinkedList class>>new:streamContents: 14:06:14 007/34-3/8: Installing extension method Symbol class>>new:streamContents: 14:06:14 007/34-4/8: Installing extension method SequenceableCollection class>>new:streamContents: 14:06:14 007/34-5/8: Installing extension method SequenceableCollection class>>streamContents:limitedTo: 14:06:14 007/34-6/8: Installing extension method SequenceableCollection>>readStream 14:06:14 007/34-7/8: Installing extension method SequenceableCollection>>writeStream 14:06:14 007/34-8/8: Installing extension method SequenceableCollection>>writeStreamDo: 14:06:14 008/34-1/3: Installing extension method Collection>>asCommaString 14:06:14 008/34-2/3: Installing extension method Collection>>asMultilineString 14:06:14 008/34-3/3: Installing extension method Collection>>asCommaStringAnd 14:06:14 010/34-1/10: Installing extension method OrderedCollection>>removeDuplicates 14:06:14 010/34-2/10: Installing extension method Collection>>asIdentitySet 14:06:14 010/34-3/10: Installing extension method OrderedIdentityDictionary>>dictionaryClass 14:06:14 010/34-4/10: Installing extension method Collection>>flatCollectAsSet: 14:06:14 010/34-5/10: Installing extension method Collection>>asDictionary 14:06:14 010/34-6/10: Installing extension method OrderedDictionary>>at:update: 14:06:14 010/34-7/10: Installing extension method Collection>>asSet 14:06:14 010/34-8/10: Installing extension method Collection>>asBag 14:06:14 010/34-9/10: Installing extension method RunArray>>asBag 14:06:15 010/34-10/10: Installing extension method OrderedDictionary>>dictionaryClass 14:06:15 012/34-1/69: Installing extension method ByteArray>>float64AtOffset: 14:06:15 012/34-2/69: Installing extension method ByteArray>>unsignedShortAt:put: 14:06:15 012/34-3/69: Installing extension method ByteArray>>char8AtOffset: 14:06:15 012/34-4/69: Installing extension method ByteArray>>char32AtOffset:put: 14:06:15 012/34-5/69: Installing extension method ByteArray>>uint64AtOffset:put: 14:06:15 012/34-6/69: Installing extension method ByteArray>>signedCharAt: 14:06:15 012/34-7/69: Installing extension method ByteArray>>doubleAt: 14:06:15 012/34-8/69: Installing extension method ByteArray>>boolean8AtOffset:put: 14:06:15 012/34-9/69: Installing extension method ByteArray>>uint8AtOffset:put: 14:06:15 012/34-10/69: Installing extension method ByteArray>>unsignedCharAt: 14:06:15 012/34-11/69: Installing extension method ByteArray>>booleanAt: 14:06:15 012/34-12/69: Installing extension method ByteArray>>longPointerAt: 14:06:15 012/34-13/69: Installing extension method ByteArray>>asExternalPointer 14:06:15 012/34-14/69: Installing extension method ByteArray>>pointerAtOffset: 14:06:15 012/34-15/69: Installing extension method ByteArray>>unsignedLongAt: 14:06:15 012/34-16/69: Installing extension method ByteArray>>unsignedShortAt: 14:06:15 012/34-17/69: Installing extension method ByteArray>>float64AtOffset:put: 14:06:15 012/34-18/69: Installing extension method ByteArray>>isNull 14:06:15 012/34-19/69: Installing extension method ByteArray>>boolean8AtOffset: 14:06:15 012/34-20/69: Installing extension method ByteArray>>signedLongAt:put: 14:06:15 012/34-21/69: Installing extension method ByteArray>>float32AtOffset:put: 14:06:15 012/34-22/69: Installing extension method ByteArray>>booleanAt:put: 14:06:15 012/34-23/69: Installing extension method ByteArray>>int8AtOffset:put: 14:06:15 012/34-24/69: Installing extension method ByteArray>>unsignedByteAt:put: 14:06:15 012/34-25/69: Installing extension method ByteArray>>int64AtOffset:put: 14:06:15 012/34-26/69: Installing extension method ByteArray>>int16AtOffset: 14:06:15 012/34-27/69: Installing extension method ByteArray>>unsignedCharAt:put: 14:06:16 012/34-28/69: Installing extension method ByteArray>>structAt:length: 14:06:16 012/34-29/69: Installing extension method ByteArray>>char32AtOffset: 14:06:16 012/34-30/69: Installing extension method ByteArray>>longPointerAt:put: 14:06:16 012/34-31/69: Installing extension method ByteArray>>signedShortAt:put: 14:06:16 012/34-32/69: Installing extension method ByteArray>>unsignedLongLongAt: 14:06:16 012/34-33/69: Installing extension method ByteArray>>voidAt:put: 14:06:16 012/34-34/69: Installing extension method ByteArray>>uint32AtOffset:put: 14:06:16 012/34-35/69: Installing extension method ByteArray>>isExternalAddress 14:06:16 012/34-36/69: Installing extension method ByteArray>>shortPointerAt:put: 14:06:16 012/34-37/69: Installing extension method ByteArray>>signedCharAt:put: 14:06:16 012/34-38/69: Installing extension method ByteArray>>uint16AtOffset:put: 14:06:16 012/34-39/69: Installing extension method ByteArray>>unsignedByteAt: 14:06:16 012/34-40/69: Installing extension method ByteArray>>pointerAt:put: 14:06:16 012/34-41/69: Installing extension method ByteArray>>int64AtOffset: 14:06:16 012/34-42/69: Installing extension method ByteArray>>integerAt:put:size:signed: 14:06:16 012/34-43/69: Installing extension method ByteArray>>char16AtOffset:put: 14:06:16 012/34-44/69: Installing extension method ByteArray>>voidAt: 14:06:16 012/34-45/69: Installing extension method ByteArray>>floatAt: 14:06:16 012/34-46/69: Installing extension method ByteArray>>char8AtOffset:put: 14:06:16 012/34-47/69: Installing extension method ByteArray>>uint64AtOffset: 14:06:16 012/34-48/69: Installing extension method ByteArray>>unsignedLongLongAt:put: 14:06:16 012/34-49/69: Installing extension method ByteArray>>pointerAtOffset:put: 14:06:16 012/34-50/69: Installing extension method ByteArray>>uint8AtOffset: 14:06:16 012/34-51/69: Installing extension method ByteArray>>integerAt:size:signed: 14:06:16 012/34-52/69: Installing extension method ByteArray>>char16AtOffset: 14:06:16 012/34-53/69: Installing extension method ByteArray>>signedShortAt: 14:06:16 012/34-54/69: Installing extension method ByteArray>>uint32AtOffset: 14:06:16 012/34-55/69: Installing extension method ByteArray>>signedLongLongAt: 14:06:16 012/34-56/69: Installing extension method ByteArray>>unsignedLongAt:put: 14:06:16 012/34-57/69: Installing extension method ByteArray>>int32AtOffset: 14:06:17 012/34-58/69: Installing extension method ByteArray>>int8AtOffset: 14:06:17 012/34-59/69: Installing extension method ByteArray>>shortPointerAt: 14:06:17 012/34-60/69: Installing extension method ByteArray>>signedLongLongAt:put: 14:06:17 012/34-61/69: Installing extension method ByteArray>>pointerAt: 14:06:17 012/34-62/69: Installing extension method ByteArray>>int16AtOffset:put: 14:06:17 012/34-63/69: Installing extension method ByteArray>>floatAt:put: 14:06:17 012/34-64/69: Installing extension method ByteArray>>doubleAt:put: 14:06:17 012/34-65/69: Installing extension method ByteArray>>int32AtOffset:put: 14:06:17 012/34-66/69: Installing extension method ByteArray>>signedLongAt: 14:06:17 012/34-67/69: Installing extension method ByteArray>>uint16AtOffset: 14:06:17 012/34-68/69: Installing extension method ByteArray>>structAt:put:length: 14:06:17 012/34-69/69: Installing extension method ByteArray>>float32AtOffset: 14:06:17 014/34-1/1: Installing extension method String>>asVmPathName 14:06:17 016/34-1/3: Installing extension method Heap>>removeFirstOrNil 14:06:17 016/34-2/3: Installing extension method String>>asPackageIfAbsent: 14:06:17 016/34-3/3: Installing extension method String>>asPackage 14:06:17 018/34-1/5: Installing extension method String>>asClassVariableCollection 14:06:17 018/34-2/5: Installing extension method String>>asClassVariable 14:06:17 018/34-3/5: Installing extension method Symbol>>=> 14:06:17 018/34-4/5: Installing extension method String>>asSlotCollection 14:06:17 018/34-5/5: Installing extension method String>>asSlot 14:06:17 019/34-1/10: Installing extension method Integer class>>readFrom: 14:06:17 019/34-2/10: Installing extension method Number class>>readFrom:ifFail: 14:06:17 019/34-3/10: Installing extension method Number class>>readFrom:base: 14:06:17 019/34-4/10: Installing extension method Fraction class>>readFrom: 14:06:17 019/34-5/10: Installing extension method Integer class>>readFrom:ifFail: 14:06:17 019/34-6/10: Installing extension method Integer class>>readFrom:radix: 14:06:17 019/34-7/10: Installing extension method Number class>>squeezeNumberOutOfString: 14:06:17 019/34-8/10: Installing extension method Number class>>squeezeNumberOutOfString:ifFail: 14:06:17 019/34-9/10: Installing extension method Integer class>>readFrom:base: 14:06:17 019/34-10/10: Installing extension method Number class>>readFrom: 14:06:17 022/34-1/12: Installing extension method Class>>addClassSlot: 14:06:17 022/34-2/12: Installing extension method Class>>addSlot: 14:06:17 022/34-3/12: Installing extension method Metaclass>><< 14:06:18 022/34-4/12: Installing extension method SmalltalkImage>>classInstaller 14:06:18 022/34-5/12: Installing extension method Class>>removeClassSlot: 14:06:18 022/34-6/12: Installing extension method Metaclass>>instanceVariableNames: 14:06:18 022/34-7/12: Installing extension method Behavior>>fluidInstall 14:06:18 022/34-8/12: Installing extension method Class>>removeSlot: 14:06:18 022/34-9/12: Installing extension method UndefinedObject>><< 14:06:18 022/34-10/12: Installing extension method SmalltalkImage>>anonymousClassInstaller 14:06:18 022/34-11/12: Installing extension method Behavior>><< 14:06:18 022/34-12/12: Installing extension method SmalltalkImage>>classBuilder 14:06:18 023/34-1/1: Installing extension method BlockClosure>>valueWithoutNotifications 14:06:18 025/34-1/2: Installing extension method OSPlatform>>newTerminfo 14:06:18 025/34-2/2: Installing extension method Win32Platform>>newTerminfo 14:06:18 027/34-1/1: Installing extension method Object>>mourn 14:06:18 028/34-1/4: Installing extension method String>>asWin32WideString 14:06:18 028/34-2/4: Installing extension method SmalltalkImage>>platform 14:06:18 028/34-3/4: Installing extension method SmalltalkImage>>platformName 14:06:18 028/34-4/4: Installing extension method SmalltalkImage>>os 14:06:18 029/34-1/3: Installing extension method SmalltalkImage>>addToStartUpList: 14:06:18 029/34-2/3: Installing extension method SmalltalkImage>>addToShutDownList: 14:06:18 029/34-3/3: Installing extension method SmalltalkImage>>session 14:06:18 030/34-1/6: Installing extension method ClassDescription>>printProtocolChunk:on:withStamp:priorMethod: 14:06:18 030/34-2/6: Installing extension method OSPlatform>>potentialLocationsOfSourcesFile 14:06:18 030/34-3/6: Installing extension method CompiledMethod>>putSource:withPreamble: 14:06:18 030/34-4/6: Installing extension method MacOSPlatform>>potentialLocationsOfSourcesFile 14:06:18 030/34-5/6: Installing extension method WriteStream>>nextChunkPut: 14:06:18 030/34-6/6: Installing extension method WinPlatform>>potentialLocationsOfSourcesFile 14:06:18 031/34-1/16: Installing extension method CompiledMethod>>referencedClasses 14:06:19 031/34-2/16: Installing extension method Context>>errorReportOn: 14:06:19 031/34-3/16: Installing extension method Behavior>>referencedClasses 14:06:19 031/34-4/16: Installing extension method Object>>isPrimitiveError 14:06:19 031/34-5/16: Installing extension method CompiledMethod>>senders 14:06:19 031/34-6/16: Installing extension method Symbol>>implementors 14:06:19 031/34-7/16: Installing extension method ClassDescription>>allCallsOnIn: 14:06:19 031/34-8/16: Installing extension method Behavior>>allUnsentMessages 14:06:19 031/34-9/16: Installing extension method Object>>systemNavigation 14:06:19 031/34-10/16: Installing extension method Class>>allUnreferencedClassVariables 14:06:19 031/34-11/16: Installing extension method Package>>allUnsentMessages 14:06:19 031/34-12/16: Installing extension method Behavior>>allCallsOn: 14:06:19 031/34-13/16: Installing extension method Object class>>registerToolsOn: 14:06:19 031/34-14/16: Installing extension method Symbol>>senders 14:06:19 031/34-15/16: Installing extension method CompiledMethod>>implementors 14:06:19 031/34-16/16: Installing extension method Behavior>>allCallsOn 14:06:19 032/34-1/10: Installing extension method Object>>logExit 14:06:19 032/34-2/10: Installing extension method Object>>traceCrTab: 14:06:19 032/34-3/10: Installing extension method Object>>trace: 14:06:19 032/34-4/10: Installing extension method Object>>traceCr: 14:06:19 032/34-5/10: Installing extension method Object>>logEntry 14:06:19 032/34-6/10: Installing extension method Object>>crTrace 14:06:19 032/34-7/10: Installing extension method Object>>trace 14:06:19 032/34-8/10: Installing extension method Object>>traceCr 14:06:19 032/34-9/10: Installing extension method Object>>logExecution 14:06:19 032/34-10/10: Installing extension method Object>>crTrace: 14:06:19 033/34-1/5: Installing extension method PharoCommandLineHandler class>>activateWith: 14:06:19 033/34-2/5: Installing extension method Object>>uiManager 14:06:19 033/34-3/5: Installing extension method Object>>confirm: 14:06:19 033/34-4/5: Installing extension method Object>>inform: 14:06:19 033/34-5/5: Installing extension method Object>>primitiveError: 14:06:19 034/34-1/7: Installing extension method ByteArray>>utf8Decoded 14:06:19 034/34-2/7: Installing extension method ByteArray>>decodeWith: 14:06:19 034/34-3/7: Installing extension method String>>asZnCharacterEncoder 14:06:20 034/34-4/7: Installing extension method String>>utf8Encoded 14:06:20 034/34-5/7: Installing extension method String>>urlDecoded 14:06:20 034/34-6/7: Installing extension method String>>urlEncoded 14:06:20 034/34-7/7: Installing extension method String>>encodeWith: 14:06:20 End: Installing extension methods 14:06:20 Begin: Initializing image. freeing 52 forwarders done. initial heap size: 20,971,520 final new heap size: 2,533,832 Done! [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Full Image-64) [Pipeline] sh + BUILD_NUMBER=52 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/4-build.sh + set -e ++ date -u + echo Wed May 15 12:08:57 UTC 2024 'Bootstrap: Beginning to build the new image' Wed May 15 12:08:57 UTC 2024 Bootstrap: Beginning to build the new image +++ dirname ./bootstrap/scripts/4-build.sh ++ cd ./bootstrap/scripts ++ pwd -P + SCRIPTS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts + . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z x ']' ++ '[' -z ']' ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ BOOTSTRAP_REPOSITORY=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64 +++ pwd -P ++ ROOT_DIR=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envvars.sh +++ cd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts +++ pwd -P ++ . /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/bootstrap/scripts/envversion.sh + set_version_variables + pushd /builds/workspace/uest_and_branch_Pipeline_Pharo13/64 ++ is_development_build ++ local branchName ++ ensure_branch_name ++ '[' Pharo13 == '' ']' +++ echo Pharo13 +++ grep -E '^Pharo[0-9]+(\.[0-9]+)?$' ++ branchName=Pharo13 ++ '[' Pharo13 == '' ']' ++ echo 1 + '[' 1 == 1 ']' ++ is_release_build ++ set -f +++ git tag --list --points-at HEAD +++ grep -E '^v[0-9]+\.[0-9]+.[0-9]+(\-[a-zA-Z0-9_]+)?$' ++ local versionTag= ++ set +f ++ '[' '' == '' ']' ++ echo 0 + '[' 0 == 1 ']' + set_version_snapshot_variables + ensure_branch_name + '[' Pharo13 == '' ']' + PHARO_SUFFIX=SNAPSHOT + set_version_common ++ git describe --tags --first-parent ++ cut -d. -f 1-1 ++ cut -c 2- ++ cut -d- -f 1 + PHARO_MAJOR=13 ++ git describe --tags --first-parent ++ cut -d. -f 2-2 ++ cut -d- -f 1 ++ cut -c 2- + PHARO_MINOR=0 ++ git describe --tags --first-parent ++ cut -d- -f 1 ++ cut -d. -f 3-3 ++ cut -c 2- + PHARO_PATCH=0 + PHARO_NAME_PREFIX=Pharo13.0-SNAPSHOT + PHARO_SHORT_VERSION=130 + PHARO_VM_VERSION=130 ++ git rev-parse --verify HEAD + PHARO_COMMIT_HASH=d9ffb2ce72275b9c5402727622a51b641a9d61b8 + 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=d9ffb2c + SUFFIX=64bit-d9ffb2c + [[ '' -eq 1 ]] + BOOTSTRAP_IMAGE_NAME=bootstrap + BOOTSTRAP_ARCHIVE_IMAGE_NAME=Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c + HERMES_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c + RPACKAGE_ARCHIVE_NAME=Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c + CORE_IMAGE_NAME=Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c + COMPILER_IMAGE_NAME=Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c + TRAITS_IMAGE_NAME=Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c + MC_BOOTSTRAP_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c + MC_IMAGE_NAME=Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c + METACELLO_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c + PHARO_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-d9ffb2c + 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-d9ffb2c.image + cp bootstrap.image Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image + zip Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image (deflated 77%) + zip Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip AST-Core.hermes ClassDefinitionPrinters.hermes CodeImportCommandLineHandlers.hermes CodeImport.hermes CodeImport-Traits.hermes Collections-Abstract-Traits.hermes Collections-Arithmetic.hermes Collections-Atomic.hermes Debugging-Core.hermes Debugging-Utils.hermes FileSystem-Core.hermes FileSystem-Disk.hermes Hermes-Extensions.hermes InitializePackagesCommandLineHandler.hermes JenkinsTools-Core.hermes Kernel-Tests.hermes Kernel-Traits.hermes Math-Operations-Extensions.hermes Multilingual-Encodings.hermes Network-UUID.hermes OpalCompiler-Core.hermes Random-Core.hermes ReflectionMirrors-Primitives.hermes SUnit-Core.hermes SUnit-Tests.hermes System-Hashing.hermes System-Model.hermes System-NumberPrinting.hermes System-SourcesCondenser.hermes System-Time.hermes Traits.hermes adding: AST-Core.hermes (deflated 81%) adding: ClassDefinitionPrinters.hermes (deflated 82%) adding: CodeImportCommandLineHandlers.hermes (deflated 67%) adding: CodeImport.hermes (deflated 80%) adding: CodeImport-Traits.hermes (deflated 79%) adding: Collections-Abstract-Traits.hermes (deflated 64%) adding: Collections-Arithmetic.hermes (deflated 82%) adding: Collections-Atomic.hermes (deflated 76%) adding: Debugging-Core.hermes (deflated 77%) adding: Debugging-Utils.hermes (deflated 76%) adding: FileSystem-Core.hermes (deflated 84%) adding: FileSystem-Disk.hermes (deflated 81%) adding: Hermes-Extensions.hermes (deflated 79%) adding: InitializePackagesCommandLineHandler.hermes (deflated 59%) adding: JenkinsTools-Core.hermes (deflated 71%) adding: Kernel-Tests.hermes (deflated 79%) adding: Kernel-Traits.hermes (deflated 76%) adding: Math-Operations-Extensions.hermes (deflated 73%) adding: Multilingual-Encodings.hermes (deflated 77%) adding: Network-UUID.hermes (deflated 68%) 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-d9ffb2c.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 Wed May 15 12:08:58 UTC 2024 '[Compiler] Initializing Bootstraped Image' Wed May 15 12:08:58 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-d9ffb2c.image Initializing Collections Initializing code model Initializing sources InitializingFFI Initializing Session Manager Initializing basic command line behaviors ++ date -u + echo Wed May 15 12:08:58 UTC 2024 '[Compiler] Adding more Kernel packages' Wed May 15 12:08:58 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-d9ffb2c.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: #(#Unicode #FileLocator #Date #DateAndTime #StartupPreferencesLoader #Time #FileAttributeNotSupported #Duration #FileSystem) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.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: #(#Unicode #FileLocator #Date #DateAndTime #StartupPreferencesLoader #Time #FileAttributeNotSupported #Duration #FileSystem) SystemNotification: [Hermes] Reading Debugging-Core.hermes SystemNotification: [Hermes] Installing Debugging-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileLocator #Date #DateAndTime #StartupPreferencesLoader #Time #FileAttributeNotSupported #Duration #FileSystem) SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading Multilingual-Encodings.hermes SystemNotification: [Hermes] Installing Multilingual-Encodings.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading ReflectionMirrors-Primitives.hermes SystemNotification: [Hermes] Installing ReflectionMirrors-Primitives.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.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-d9ffb2c.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-d9ffb2c.image --no-default-preferences perform --save SystemVersion setMajor:minor:patch:suffix:build:commitHash: 13 0 0 SNAPSHOT 52 d9ffb2ce72275b9c5402727622a51b641a9d61b8 Pharo-13.0.0+SNAPSHOT.build.52.sha.d9ffb2ce72275b9c5402727622a51b641a9d61b8 (64 Bit) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.image --no-default-preferences loadHermes InitializePackagesCommandLineHandler.hermes --save SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.image --no-default-preferences loadHermes Collections-Atomic.hermes AST-Core.hermes Collections-Arithmetic.hermes ClassDefinitionPrinters.hermes System-SourcesCondenser.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared SystemNotification: [Hermes] Reading Collections-Atomic.hermes SystemNotification: [Hermes] Installing Collections-Atomic.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading Collections-Arithmetic.hermes SystemNotification: [Hermes] Installing Collections-Arithmetic.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading ClassDefinitionPrinters.hermes SystemNotification: [Hermes] Installing ClassDefinitionPrinters.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading System-SourcesCondenser.hermes SystemNotification: [Hermes] Installing System-SourcesCondenser.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem) ++ date -u + echo Wed May 15 12:08:59 UTC 2024 '[Compiler] Initializing the packages in the Kernel' Wed May 15 12:08:59 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-d9ffb2c.image --no-default-preferences initializePackages --protocols=protocolsKernel.txt --packages --save ++ date -u + echo Wed May 15 12:09:00 UTC 2024 '[Compiler] Installing compiler through Hermes' Wed May 15 12:09:00 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-d9ffb2c.image --no-default-preferences loadHermes Debugging-Utils.hermes OpalCompiler-Core.hermes CodeImport.hermes CodeImportCommandLineHandlers.hermes --save --no-fail-on-undeclared SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading OpalCompiler-Core.hermes SystemNotification: [Hermes] Installing OpalCompiler-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading CodeImport.hermes SystemNotification: [Hermes] Installing CodeImport.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading CodeImportCommandLineHandlers.hermes SystemNotification: [Hermes] Installing CodeImportCommandLineHandlers.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.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-d9ffb2c.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 Wed May 15 12:09:00 UTC 2024 '[Compiler] Initializing Unicode' Wed May 15 12:09:00 UTC 2024 [Compiler] Initializing Unicode + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.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-d9ffb2c.image --no-default-preferences loadHermes Random-Core.hermes System-Hashing.hermes Network-UUID.hermes FileSystem-Core.hermes FileSystem-Disk.hermes --save --no-fail-on-undeclared SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading System-Hashing.hermes SystemNotification: [Hermes] Installing System-Hashing.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading Network-UUID.hermes SystemNotification: [Hermes] Installing Network-UUID.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem) SystemNotification: [Hermes] Reading FileSystem-Core.hermes SystemNotification: [Hermes] Installing FileSystem-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader) SystemNotification: [Hermes] Reading FileSystem-Disk.hermes SystemNotification: [Hermes] Installing FileSystem-Disk.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#StartupPreferencesLoader) + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.image --no-default-preferences eval --save 'PharoBootstrapInitialization initializeFileSystem' Initializing File System PharoBootstrapInitialization + zip Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.image (deflated 81%) ++ date -u + echo Wed May 15 12:09:02 UTC 2024 '[Compiler] Installing Traits through Hermes' Wed May 15 12:09:02 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-d9ffb2c.image --no-default-preferences save Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.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-d9ffb2c.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-d9ffb2c.zip Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.image (deflated 82%) ++ date -u + echo Wed May 15 12:09:02 UTC 2024 '[Core] Class and Package initialization' Wed May 15 12:09:02 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-d9ffb2c.image --no-default-preferences save Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c + zip Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.image (deflated 82%) ++ date -u + echo Wed May 15 12:09:02 UTC 2024 '[Monticello] Bootstrap Monticello Core and Local repositories' Wed May 15 12:09:02 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-d9ffb2c.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.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-d9ffb2c.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 FileSystem-Disk-tonel.1.mcz SystemNotification: Loading OpalCompiler-Core-tonel.1.mcz SystemNotification: Loading Collections-Abstract-Traits-tonel.1.mcz SystemNotification: Loading Ring-OldChunkImporter-tonel.1.mcz SystemNotification: Loading System-Time-tonel.1.mcz SystemNotification: Loading PharoBootstrap-Initialization-tonel.1.mcz SystemNotification: Loading System-Sources-tonel.1.mcz SystemNotification: Loading System-CommandLineHandler-tonel.1.mcz Found an Association in Undeclared: StartupPreferencesLoader NewUndeclaredWarning: PharoCommandLineHandler>>changePreferences (StartupPreferencesLoader is Undeclared) SystemNotification: Loading System-NumberPrinting-tonel.1.mcz SystemNotification: Loading Announcements-Core-tonel.1.mcz SystemNotification: Loading Collections-Arithmetic-tonel.1.mcz SystemNotification: Loading Network-UUID-tonel.1.mcz SystemNotification: Loading Collections-Support-tonel.1.mcz SystemNotification: Loading Kernel-tonel.1.mcz SystemNotification: Loading PerformMessageCommandLineHandler-tonel.1.mcz SystemNotification: Loading Ring-Definitions-Core-tonel.1.mcz SystemNotification: Loading System-Model-tonel.1.mcz SystemNotification: Loading CodeImport-tonel.1.mcz SystemNotification: Loading Collections-Strings-tonel.1.mcz SystemNotification: Loading Collections-Streams-tonel.1.mcz SystemNotification: Loading System-Finalization-tonel.1.mcz SystemNotification: Loading System-CommandLine-tonel.1.mcz SystemNotification: Loading Collections-DoubleLinkedList-tonel.1.mcz SystemNotification: Loading Hermes-tonel.1.mcz SystemNotification: Loading NumberParser-tonel.1.mcz SystemNotification: Loading Collections-Weak-tonel.1.mcz SystemNotification: Loading FFI-Kernel-tonel.1.mcz SystemNotification: Loading UIManager-tonel.1.mcz SystemNotification: Loading Math-Operations-Extensions-tonel.1.mcz SystemNotification: Loading Random-Core-tonel.1.mcz SystemNotification: Loading FileSystem-Core-tonel.1.mcz SystemNotification: Loading Kernel-Traits-tonel.1.mcz SystemNotification: Loading Collections-Unordered-tonel.1.mcz SystemNotification: Loading Hermes-Extensions-tonel.1.mcz SystemNotification: Loading System-SessionManager-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 FileSystem-Path-tonel.1.mcz SystemNotification: Loading Collections-Abstract-tonel.1.mcz SystemNotification: Loading ReflectionMirrors-Primitives-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 Collections-Native-tonel.1.mcz SystemNotification: Loading System-Support-tonel.1.mcz SystemNotification: Loading Transcript-NonInteractive-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 ClassDefinitionPrinters-tonel.1.mcz SystemNotification: Loading Debugging-Utils-tonel.1.mcz SystemNotification: Loading CodeImport-Traits-tonel.1.mcz SystemNotification: Loading Jobs-tonel.1.mcz SystemNotification: Loading Monticello-Model-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 Debugging-Core-tonel.1.mcz SystemNotification: Loading Multilingual-Encodings-tonel.1.mcz SystemNotification: Loading AST-Core-tonel.1.mcz SystemNotification: Loading Ring-Definitions-Monticello-tonel.1.mcz SystemNotification: Loading Collections-Stack-tonel.1.mcz SystemNotification: Loading Collections-Atomic-tonel.1.mcz SystemNotification: Loading Traits-tonel.1.mcz SystemNotification: Loading Compression-tonel.1.mcz SystemNotification: Loading Zinc-Character-Encoding-Core-tonel.1.mcz SystemNotification: Loading System-Hashing-tonel.1.mcz SystemNotification: Loading Zinc-Resource-Meta-Core-tonel.1.mcz SystemNotification: Loading System-BasicCommandLineHandler-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 InitializePackagesCommandLineHandler-tonel.1.mcz SystemNotification: Loading CodeImportCommandLineHandlers-tonel.1.mcz SystemNotification: Loading System-Changes-tonel.1.mcz SystemNotification: Loading Kernel-BytecodeEncoders-tonel.1.mcz SystemNotification: Loading System-SourcesCondenser-tonel.1.mcz SystemNotification: Loading Shift-ClassBuilder-tonel.1.mcz SystemNotification: Loading Monticello-tonel.1.mcz + zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.changes Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.changes (deflated 80%) adding: Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.image (deflated 80%) ++ date -u + echo Wed May 15 12:09:30 UTC 2024 '[Monticello] Loading Networking Packages and Remote Repositories' Wed May 15 12:09:30 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-d9ffb2c.image --no-default-preferences save Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.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-d9ffb2c.zip Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.changes Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.changes (deflated 80%) adding: Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.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-d9ffb2c.image --no-default-preferences save Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.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-d9ffb2c.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-d9ffb2c.zip Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.changes Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.image adding: Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.changes (deflated 81%) adding: Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.image (deflated 79%) ++ date -u + echo Wed May 15 12:09:36 UTC 2024 '[Pharo] Reloading rest of packages' Wed May 15 12:09:36 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-d9ffb2c.image --no-default-preferences save Pharo13.0-SNAPSHOT-64bit-d9ffb2c + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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-d9ffb2c.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-d9ffb2c.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() NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared) NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared) NewUndeclaredWarning: ReCompositeExtractMethodRefactoring>>buildTransformations (EquivalentTreeChecker is Undeclared) MetacelloNotification: Loaded -> Refactoring-Transformations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: 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 -> Coverage-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EnlumineurFormatter-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Tools --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricASTAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricBreakpoint (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testObjectCentricObjectAPI (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testOnceBreakpointDisableAfterHit (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared) NewUndeclaredWarning: BreakpointTest>>testUninstallFromGarbageCollectedInstance (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>setUp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCounting (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testCountingAfterReset (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testMultipleCounters (ReflectivityExamples is Undeclared) NewUndeclaredWarning: ExecutionCounterTest>>testReseting (ReflectivityExamples is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV1InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>nodesForV2InVariableBreakpointMockSubclass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>setUp (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testAccessStrategy (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testAllSlotNamesFor (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testInstall (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testIsInstalled (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testNewForClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemove (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testRemoveFromMethod (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariableWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesReadsInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInClass (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: VariableBreakpointTest>>testWatchVariablesWritesInObject (VariableBreakpointMockSubclass is Undeclared) NewUndeclaredWarning: WatchTest>>testAddSameWatchSameNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testAddWatch (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testAddWatchSameNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteAllHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistory (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testDeleteHistoryFromNode (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveOneValue (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSaveValues (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testSendMessage (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testStopRecording (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testTimestamp (ReflectivityExamples is Undeclared) NewUndeclaredWarning: WatchTest>>testWatchTwice (ReflectivityExamples is Undeclared) MetacelloNotification: Loaded -> Reflectivity-Tools-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Reflectivity-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: RBSharedPoolForTestData2>>reference (RBRemoveClassRefactoringTest is Undeclared) MetacelloNotification: Loaded -> Refactoring-DataForTesting --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-UI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Changes-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Critics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Environment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Refactoring-Transformations-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Math-Operations-Extensions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Network-Mail-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Rubric-SpecFindReplaceDialog --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OpalCompiler-UI --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsMCCore --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-TestsReference --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Metacello-Gitlab-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloGUI-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Shout --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() 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() NewUndeclaredWarning: ReShouldSendSuperInitializeAsFirstMessageTest>>testRuleViolated (ReShouldSendSuperInitializeAsFirstMessage is Undeclared) NewUndeclaredWarning: ReShouldSendSuperInitializeAsFirstMessageTest>>testRuleViolatedWithTemps (ReShouldSendSuperInitializeAsFirstMessage is Undeclared) MetacelloNotification: Loaded -> General-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: PharoBootstrapRule>>bootstrapPackages (BaselineOfPharoBootstrap is Undeclared) MetacelloNotification: Loaded -> Specific-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Specific-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Rules --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SUnit-Rules-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ReleaseTest>>knownProcesses (OSSDL2Driver is Undeclared) NewUndeclaredWarning: ReleaseTest>>knownProcesses (TFCallbackQueue is Undeclared) MetacelloNotification: Loaded -> ReleaseTests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NautilusRefactoring-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-SDL2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-SDL2-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> OSWindow-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmergencyDebugger --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmergencyDebugger-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ombu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Epicea --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra-Examples --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EpiceaBrowsers --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> PharoDocComment --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Text support --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-CommandLine-TextSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Files-Prompt --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fuel-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugging-Utils-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NumberParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Kernel-CodeModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Monticello-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-Installers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MonticelloMocks --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FormCanvas-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-DoubleLinkedList-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Collections-Arithmetic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> MetacelloCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Model-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Debugger-Oups-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EmbeddedFreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Ombu-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Epicea-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Hiedra-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> EpiceaBrowsers-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FileSystem-Memory-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Fonts-Infrastructure-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Graphics-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Morphic-Widgets-FastTable-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NECompletion-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ProfStef-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() 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-Dependencies-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> System-BasicCommandLineHandler-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Transcript-NonInteractive-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> PharoDocComment-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> FreeType-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-KeyCombinations --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Keymapping-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zinc-Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zodiac-Extra --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Zodiac-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SortFunctions-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SortFunctions-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Equals --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Equals-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> NewValueHolder-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> STON-Extensions --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfPharoBootstrap --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfMonticello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> BaselineOfMetacello --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ReferenceFinder-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassParser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassParser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UndefinedClasses --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> UndefinedClasses-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassAnnotation --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> ClassAnnotation-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Core --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Core-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-Shortcut --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-ContextMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-DragAndDrop --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-WorldMenu --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-Mouse --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Activators-TextView --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Commander-Spec2-Compatibility --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: TRefactoringCommandSupport>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycCmCommand>>setUpModelFromContext: (ScopesManager is Undeclared) MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycClassCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: 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: SycExtractMethodCommand>>setUpModelFromContext: (ScopesManager is Undeclared) NewUndeclaredWarning: SycRunTestCommand class>>methodEditorShorcutActivation (ClyTextEditorContext is Undeclared) MetacelloNotification: Loaded -> SystemCommands-SourceCodeCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: SycGenerateVariableAccessorsWithLazyInitializationCommand class>>fullBrowserMenuActivation (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: SycProtectVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycPushDownVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycPushUpVariableCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) NewUndeclaredWarning: SycRemoveVariablesCommand class>>sourceCodeMenuActivation (ClySourceCodeContext is Undeclared) MetacelloNotification: Loaded -> SystemCommands-VariableCommands --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> SystemCommands-RefactoringSupport-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-NavigationModel --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-NavigationModel-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PExtendedByP5 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P5WithTags --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PWithSingleClass --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-PExtendedByP1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P1WithHierarchy --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P2WithSubclassFromP1 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests-P3WithSubclassFromP2 --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PWithTraits --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests-PExtendingTrait --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemQueries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Traits-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Critic-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Deprecation-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FileOut-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Reflectivity-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-SUnit-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) MetacelloNotification: Loaded -> Calypso-SystemPlugins-Undeclared-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-FFI-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-Flags-Queries-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() MetacelloNotification: Loaded -> Calypso-SystemPlugins-ClassScripts-Queries --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyTextEditor>>printIt (SpCodePopoverPrintPresenter is Undeclared) MetacelloNotification: Loaded -> Calypso-Browser --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>allClyContextBut: (ClyFullBrowserVariableContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>classGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>differentClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>methodGroupContext (ClyFullBrowserMethodGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageAndClassGroupOnlySelected (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>openBrowserWithPackageOnlySelected (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>packageContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserContextAbstractTest>>setUp (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsNotValidWhenReferencingDifferentClass (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCommentToolIsValidWhenReferencingSameClass (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentClassGroup (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsNotValidWhenReferencingDifferentPackage (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenClassGroupContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassCreationToolIsValidWhenPackageContext (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsNotValidWhenReferencingDifferentClass (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testClassDefinitionToolIsValidWhenClassContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenNotAMethodContext (ClyFullBrowserMethodContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsNotValidWhenReferencingDifferentMethod (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testMethodEditorToolIsValidWhenReferencingSameMethod (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserPackageContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenNotAPackageOrClassGroupContext (ClyFullBrowserClassGroupContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsNotValidWhenReferencingDifferentPackage (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenClassGroupContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommentToolIsValidWhenReferencingDifferentClassGroup (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageCommmentToolIsValidWhenPackageContext (ClyPackageRichTextCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testPackageSelectionAfterPackageCreation (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenNotAClassContext (ClyFullBrowserClassContext is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsNotValidWhenReferencingDifferentClass (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testSetUpToolIsValidWhenReferencingSameClass (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelIsUpdatedAfterPackageRemoval (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: ClyBrowserToolValidityTest>>testWindowLabelSetAfterPackageCreation (ClyClassCreationToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testDoesNotRecycleToolWhenNotValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testRecycleToolWhenValidInContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testTargetedToolsWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToInstall (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyClassDefinitionEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyRichTextClassCommentEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenManyContext (ClyTestSetUpEditorToolMorph is Undeclared) NewUndeclaredWarning: ClyNotebookPageRecyclerTest>>testToolsToKeepWhenOneContext (ClyMethodCodeEditorToolMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testBrowseClassViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testBrowseMethodViaImplementorActuallyBrowseTheClass (ClyFullBrowserMorph is Undeclared) NewUndeclaredWarning: NavigationInteractionTest>>testSenderOnClassViaSenderActuallyBrowseSenders (ClyFullBrowserMorph is Undeclared) MetacelloNotification: Loaded -> Calypso-Browser-Tests --- tonel:///builds/workspace/uest_and_branch_Pipeline_Pharo13/64/src() NewUndeclaredWarning: 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.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Event --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) 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.06d/src(3af02a4) NewUndeclaredWarning: RSComposite>>newPolygon (RSPolygon is Undeclared) NewUndeclaredWarning: RSComposite>>newSVGPath (RSSVGPath is Undeclared) NewUndeclaredWarning: RSComposite>>newLabel (RSLabel is Undeclared) MetacelloNotification: Loaded -> Roassal-Shapes --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Animation --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared) NewUndeclaredWarning: RSCanvasController>>renderLegendOn: (RSLegend is Undeclared) MetacelloNotification: Loaded -> Roassal-Interaction --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Colors --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Legend --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-UML --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Sunburst --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-FlameGraph --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Pie --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Inspector --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Chart --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-DSM --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Menu --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Spec --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Spec-Morphic --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-BaselineMap --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-SVG --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Class-Examples --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Mondrian --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) 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.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Animation-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Shapes-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Interaction-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Chart-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-UML-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) NewUndeclaredWarning: RoassalSpecTest>>testTakeKeyboardFocus (StPlayground is Undeclared) MetacelloNotification: Loaded -> Roassal-Spec-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-Inspector-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-BaselineMap-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) MetacelloNotification: Loaded -> Roassal-SVG-Tests --- github://pharo-graphics/Roassal:v1.06d/src(3af02a4) 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(ac643c1) MetacelloNotification: Loaded -> NewTools-Morphic --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) 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(ac643c1) MetacelloNotification: Loaded -> NewTools-Inspector --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Inspector-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) 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(ac643c1) MetacelloNotification: Loaded -> NewTools-Debugger-Extensions --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Playground --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Playground-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-SystemReporter --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) 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(ac643c1) MetacelloNotification: Loaded -> NewTools-Spotter --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Spotter-Extensions --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Spotter-Processors-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Spotter-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Morphic-Spotter --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-FileBrowser --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-FileBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-FontChooser --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-FontChooser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-SpTextPresenterDecorators --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) NewUndeclaredWarning: StDebugger>>initializeBreakpointInspector (StDebuggerBreakpointInspection is Undeclared) MetacelloNotification: Loaded -> NewTools-Debugger --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Debugger-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-MethodBrowsers --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Debugger-Breakpoints-Tools --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-DebugPointsBrowser --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-ObjectCentricDebugPoints --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-ObjectCentricBreakpoints --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Sindarin-Commands --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Sindarin-Commands-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Sindarin-Tools --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-CodeCritiques --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-CodeCritiques-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Debugger-Fuel --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Debugger-Fuel-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Fuel --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-RewriterTools --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-RewriterTools-Backend-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-RewriterTools-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-ProfilerUI --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) 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(ac643c1) MetacelloNotification: Loaded -> NewTools-Scopes-Editor --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) 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(ac643c1) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-A-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-B-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Scopes-Resources-C-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) NewUndeclaredWarning: StFinderExampleSearch>>previewPresenter (MicrodownPresenter is Undeclared) MetacelloNotification: Loaded -> NewTools-Finder --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Finder-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-SettingsBrowser --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-SettingsBrowser-Tests --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) MetacelloNotification: Loaded -> NewTools-Compression-Utils --- github://pharo-spec/NewTools:Pharo13/src(ac643c1) 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 -> 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-d9ffb2c.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-d9ffb2c.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-d9ffb2c.image --no-default-preferences eval --save 'MCCacheRepository uniqueInstance enable. FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources. Smalltalk garbageCollect' 16777200 + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image --no-default-preferences clean --release + /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-downloads/vmtarget/pharo --headless Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image --no-default-preferences save Pharo + echo 130 + rm -f Pharo13.0-64bit-d9ffb2c.sources.bak Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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-d9ffb2c.zip Pharo13.0-SNAPSHOT-64bit-d9ffb2c.changes Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image Pharo13.0-64bit-d9ffb2c.sources pharo.version adding: Pharo13.0-SNAPSHOT-64bit-d9ffb2c.changes (deflated 67%) adding: Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image (deflated 71%) adding: Pharo13.0-64bit-d9ffb2c.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=52 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 1 ++ cut -d - -f 4 ++ head -n 1 + HASH=d9ffb2c + FULL_IMAGE_NAME=Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip + MINIMAL_IMAGE_NAME=Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip + BUILD_NUMBER=52 ++ 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-d9ffb2c.zip latest-64.zip + cp Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip latest-minimal-64.zip ++ 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 ']' + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] + mv Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=bootstrap + mv Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-bootstrap.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=compiler + mv Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-compiler.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=core + mv Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-core.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=hermesPackages + mv Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-hermesPackages.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=metacello + mv Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-metacello.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=monticello + mv Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-monticello.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=monticello_bootstrap + mv Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-monticello_bootstrap.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=rpackage + mv Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-rpackage.build.52.sha.d9ffb2c.arch.64bit.zip + for f in '${PHARO_NAME_PREFIX}*-${ARCH}bit-*.zip' + BITNESS=64bit + [[ Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip != \P\h\a\r\o\1\3\.\0\-\S\N\A\P\S\H\O\T\-\6\4\b\i\t\-\d\9\f\f\b\2\c\.\z\i\p ]] ++ echo Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip ++ cut -d - -f 3 + IMAGE_KIND=traits + mv Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip Pharo13.0-SNAPSHOT-traits.build.52.sha.d9ffb2c.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-FHEOG7gfxztY/agent.19329 SSH_AGENT_PID=19331 Running ssh-add (command line suppressed) Identity added: /builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_8224336303838395046.key (/builds/workspace/uest_and_branch_Pipeline_Pharo13/64/build/bootstrap-cache@tmp/private_key_8224336303838395046.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 ++ sed 's/\.//' ++ cut -c 2- ++ cut -d. -f 1-2 ++ 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.52.sha.d9ffb2c.arch.64bit.zip Pharo13.0-SNAPSHOT-metacello.build.52.sha.d9ffb2c.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: compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: 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= 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_8224336303838395046.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 22915825 latest-64.zip Sink: C0664 22915825 latest-64.zip Sending file modes: C0664 3128032 latest-minimal-64.zip Sink: C0664 3128032 latest-minimal-64.zip Sending file modes: C0664 22915825 Pharo13.0-SNAPSHOT.build.52.sha.d9ffb2c.arch.64bit.zip Sink: C0664 22915825 Pharo13.0-SNAPSHOT.build.52.sha.d9ffb2c.arch.64bit.zip Sending file modes: C0664 3128032 Pharo13.0-SNAPSHOT-metacello.build.52.sha.d9ffb2c.arch.64bit.zip Sink: C0664 3128032 Pharo13.0-SNAPSHOT-metacello.build.52.sha.d9ffb2c.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 52152212, received 12032 bytes, in 1.4 seconds Bytes per second: sent 36111785.8, received 8331.3 debug1: Exit status 0 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 19331 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] sh + ls -la total 124 drwxrwxr-x 10 ci ci 4096 May 15 13:53 . drwxrwxr-x 4 ci ci 4096 May 15 13:53 .. drwxrwxr-x 3 ci ci 4096 May 15 13:53 bootstrap drwxrwxr-x 5 ci ci 4096 May 15 14:16 build -rw-rw-r-- 1 ci ci 766 May 15 13:53 CODE_OF_CONDUCT.md -rw-rw-r-- 1 ci ci 1413 May 15 13:53 CONTRIBUTING.md drwxrwxr-x 11 ci ci 4096 May 15 13:53 doc drwxrwxr-x 8 ci ci 4096 May 15 13:53 .git -rw-rw-r-- 1 ci ci 264 May 15 13:53 .gitattributes drwxrwxr-x 3 ci ci 4096 May 15 13:53 .github -rw-rw-r-- 1 ci ci 237 May 15 13:53 .gitignore -rw-rw-r-- 1 ci ci 9225 May 15 13:53 Jenkinsfile -rw-rw-r-- 1 ci ci 4220 May 15 13:53 LICENSE -rw-rw-r-- 1 ci ci 51 May 15 13:53 .project -rw-rw-r-- 1 ci ci 5263 May 15 13:53 README.md drwxrwxr-x 4 ci ci 4096 May 15 13:53 resources drwxrwxr-x 3 ci ci 4096 May 15 13:53 scripts drwxrwxr-x 603 ci ci 32768 May 15 13:53 src -rw-rw-r-- 1 ci ci 5 May 15 13:53 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 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 [Pipeline] node 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... [WS-CLEANUP] done [Pipeline] cleanWs [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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 [WS-CLEANUP] done [WS-CLEANUP] done [Pipeline] { [Pipeline] dir Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 [Pipeline] { [Pipeline] dir Running in C:\builds\workspace\uest_and_branch_Pipeline_Pharo13\Tests-windows-64 [Pipeline] { [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] sh + bash -c 'bootstrap/scripts/runTests.sh 64 Tests-osx-64' +++ dirname bootstrap/scripts/runTests.sh ++ cd bootstrap/scripts ++ pwd -P + SCRIPTS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts + . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh ++ '[' -z x ']' ++ '[' -z ']' ++ echo 'BOOTSTRAP_ARCH not specified, defaulting to 64' BOOTSTRAP_ARCH not specified, defaulting to 64 ++ export BOOTSTRAP_ARCH=64 ++ BOOTSTRAP_ARCH=64 ++ '[' -z ']' ++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh +++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/../.. +++ pwd -P ++ export BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 ++ BOOTSTRAP_REPOSITORY=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 +++ pwd -P ++ ROOT_DIR=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build ++ '[' -z ']' ++ BOOTSTRAP_CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache ++ export BOOTSTRAP_CACHE ++ '[' -z ']' ++ BOOTSTRAP_DOWNLOADS=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads ++ export BOOTSTRAP_DOWNLOADS ++ '[' -z ']' ++ VM='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmtarget/pharo --headless' ++ VM_BOOTSTRAP='/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-downloads/vmBootstrap/pharo --headless' ++ IMAGE_FLAGS=--no-default-preferences ++++ dirname /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envvars.sh +++ cd /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts +++ pwd -P ++ . /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/bootstrap/scripts/envversion.sh + CACHE=/Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache + find /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-d9ffb2c.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.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-compiler-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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-monticello_bootstrap-64bit-d9ffb2c.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-d9ffb2c.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip inflating: Pharo13.0-SNAPSHOT-64bit-d9ffb2c.changes inflating: Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image [Pipeline] sh inflating: Pharo13.0-64bit-d9ffb2c.sources extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-d9ffb2c.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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-d9ffb2c.sources . + mv ./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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 '.*' + 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/Pharo10.0-64bit-9a68076.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-d9ffb2c.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.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-core-64bit-d9ffb2c.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 Running tests in 766 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 334650138 Finished to run tests of NewTools-SpTextPresenterDecorators in 29 milliseconds 952 microseconds Beginning to run tests of Tool-Profilers-Tests with random seed 1058067512 [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' Finished to run tests of Tool-Profilers-Tests in 1 second 388 milliseconds 165 microseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 75998630 [Pipeline] junit Recording test results None of the test reports contained any result Finished to run tests of NewTools-Inspector-Tests in 635 milliseconds 407 microseconds Beginning to run tests of Roassal-Chart-Tests with random seed 622304803 [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 ‘*.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 No test report files were found. Configuration error? Finished to run tests of Roassal-Chart-Tests in 1 second 65 milliseconds 97 microseconds Beginning to run tests of Collections-Abstract-Tests with random seed 289864525 Finished to run tests of Collections-Abstract-Tests in 3 milliseconds 574 microseconds Beginning to run tests of ReleaseTests with random seed 548677970 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-d9ffb2c.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip inflating: Pharo13.0-SNAPSHOT-64bit-d9ffb2c.changes inflating: Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image inflating: Pharo13.0-64bit-d9ffb2c.sources extracting: pharo.version ++ find . -name Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image ++ find . -name Pharo13.0-SNAPSHOT-64bit-d9ffb2c.changes + CHANGES_FILE=./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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-d9ffb2c.sources . + mv ./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.image Pharo.image + mv ./Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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 766 Packages Beginning to run tests of NewTools-SpTextPresenterDecorators with random seed 321637047 Finished to run tests of NewTools-SpTextPresenterDecorators in 67 milliseconds 984 microseconds Beginning to run tests of Tool-Profilers-Tests with random seed 787294204 [Pipeline] bat 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 1 second 917 milliseconds 467 microseconds Beginning to run tests of NewTools-Inspector-Tests with random seed 709182331 Finished to run tests of NewTools-Inspector-Tests in 1 second 198 milliseconds 578 microseconds Beginning to run tests of Roassal-Chart-Tests with random seed 709038633 Finished to run tests of Roassal-Chart-Tests in 1 second 903 milliseconds 627 microseconds Beginning to run tests of Collections-Abstract-Tests with random seed 661846944 Finished to run tests of Collections-Abstract-Tests in 5 milliseconds 931 microseconds Beginning to run tests of ReleaseTests with random seed 801973670 NewUndeclaredWarning: ReleaseTest>>methodForTest (undeclaredStubInstVar1 is Undeclared) Finished to run tests of ReleaseTests in 52 seconds 267 milliseconds 447 microseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 582102653 Finished to run tests of MetacelloCommandLineHandler-Tests in 4 milliseconds 90 microseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 370258562 Finished to run tests of NautilusRefactoring-Tests in 1 millisecond 444 microseconds Beginning to run tests of NumericInterpolator-Tests with random seed 502481541 Finished to run tests of NumericInterpolator-Tests in 15 milliseconds 789 microseconds Beginning to run tests of Refactoring-UI-Tests with random seed 876736660 Finished to run tests of Refactoring-UI-Tests in 680 milliseconds 712 microseconds Beginning to run tests of System-Dependencies-Tests with random seed 959414590 Finished to run tests of System-Dependencies-Tests in 4 seconds 571 milliseconds 520 microseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 460185115 Finished to run tests of HeuristicCompletion-Tests in 15 seconds 110 milliseconds 163 microseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 941932324 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 702 milliseconds 130 microseconds Beginning to run tests of Collections-Native-Tests with random seed 930532323 Finished to run tests of Collections-Native-Tests in 196 milliseconds 3 microseconds Beginning to run tests of ClassAnnotation-Tests with random seed 289627305 Finished to run tests of ClassAnnotation-Tests in 582 milliseconds 185 microseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 1038926576 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 574 milliseconds 139 microseconds Beginning to run tests of SortFunctions-Tests with random seed 828929583 Finished to run tests of SortFunctions-Tests in 3 milliseconds 403 microseconds Beginning to run tests of NewTools-Finder-Tests with random seed 510032689 Finished to run tests of NewTools-Finder-Tests in 4 seconds 24 milliseconds 944 microseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 591846122 Finished to run tests of System-OSEnvironments-Tests in 9 milliseconds 694 microseconds Beginning to run tests of System-Settings-Tests with random seed 473465332 Finished to run tests of System-Settings-Tests in 983 milliseconds 33 microseconds Beginning to run tests of UndefinedClasses-Tests with random seed 37957839 Finished to run tests of UndefinedClasses-Tests in 22 milliseconds 916 microseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 722428133 Finished to run tests of Microdown-RichTextPresenter-Tests in 671 milliseconds 608 microseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 502594694 Finished to run tests of Zinc-HTTP-Examples in 443 milliseconds 739 microseconds Beginning to run tests of Collections-Weak-Tests with random seed 397444162 Finished to run tests of Collections-Weak-Tests in 2 seconds 152 milliseconds 317 microseconds Beginning to run tests of Metacello-TestsReference with random seed 728757676 Finished to run tests of Metacello-TestsReference in 3 milliseconds 883 microseconds Beginning to run tests of Roassal-Global-Tests with random seed 207594929 Finished to run tests of Roassal-Global-Tests in 2 seconds 784 milliseconds 475 microseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 172025234 Finished to run tests of Roassal-Inspector-Tests in 51 milliseconds 41 microseconds Beginning to run tests of CodeImport-Tests with random seed 270494662 Finished to run tests of CodeImport-Tests in 37 milliseconds 120 microseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 768528364 Finished to run tests of Tool-DependencyAnalyser-Tests in 1 second 64 milliseconds 739 microseconds Beginning to run tests of System-Identification-Tests with random seed 158770197 Finished to run tests of System-Identification-Tests in 54 milliseconds 489 microseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 415445580 Finished to run tests of Spec2-Code-Diff-Tests in 1 millisecond 530 microseconds Beginning to run tests of Monticello-Tests with random seed 151567697 Finished to run tests of Monticello-Tests in 1 second 151 milliseconds 91 microseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 527634641 Finished to run tests of SystemCommands-MethodCommands-Tests in 2 milliseconds 367 microseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 287982035 Finished to run tests of EpiceaBrowsers-Tests in 1 second 379 milliseconds 961 microseconds Beginning to run tests of Refactoring-DataForTesting with random seed 601216825 Finished to run tests of Refactoring-DataForTesting in 1 millisecond 651 microseconds Beginning to run tests of Commander2-Tests with random seed 878230331 Finished to run tests of Commander2-Tests in 3 milliseconds 255 microseconds Beginning to run tests of Ring-Core-Tests with random seed 765199422 Finished to run tests of Ring-Core-Tests in 594 milliseconds 577 microseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 296079506 Finished to run tests of DrTests-TestCoverage-Tests in 79 milliseconds 439 microseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 456630242 Finished to run tests of Zinc-Character-Encoding-Tests in 124 milliseconds 361 microseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 756438367 Finished to run tests of Shift-ClassBuilder-Tests in 882 milliseconds 859 microseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 859660756 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 1 millisecond 78 microseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 933091284 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 371 milliseconds 886 microseconds Beginning to run tests of Kernel-Tests with random seed 894339400 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-05-15 14:18:33.000 growOldSpaceByAtLeast (Replacement/generated/64/vm/src/gcc3x-cointerp.c:47359):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 252 milliseconds 644 microseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 275887009 Finished to run tests of EmergencyDebugger-Tests in 327 milliseconds 760 microseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 649322983 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 6 milliseconds 36 microseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 221944815 Finished to run tests of EnlumineurFormatter-Tests in 94 milliseconds 516 microseconds Beginning to run tests of Morphic-Tests with random seed 701438286 Finished to run tests of Morphic-Tests in 1 second 905 milliseconds 818 microseconds Beginning to run tests of Roassal-Animation-Tests with random seed 471601090 Finished to run tests of Roassal-Animation-Tests in 1 second 548 milliseconds 100 microseconds Beginning to run tests of Commander2-UI-Tests with random seed 255504592 Finished to run tests of Commander2-UI-Tests in 1 millisecond 409 microseconds Beginning to run tests of Collections-Unordered-Tests with random seed 29637072 Finished to run tests of Collections-Unordered-Tests in 833 milliseconds 835 microseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 680914965 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 38 seconds 925 milliseconds 950 microseconds Beginning to run tests of MetacelloCommandLineHandler-Tests with random seed 276034838 Finished to run tests of MetacelloCommandLineHandler-Tests in 7 milliseconds 893 microseconds Beginning to run tests of NautilusRefactoring-Tests with random seed 276756766 Finished to run tests of NautilusRefactoring-Tests in 3 milliseconds 20 microseconds Beginning to run tests of NumericInterpolator-Tests with random seed 958074146 Finished to run tests of NumericInterpolator-Tests in 27 milliseconds 882 microseconds Beginning to run tests of Refactoring-UI-Tests with random seed 392723263 Finished to run tests of Refactoring-UI-Tests in 1 second 83 milliseconds 153 microseconds Beginning to run tests of System-Dependencies-Tests with random seed 889129851 Finished to run tests of System-Dependencies-Tests in 7 seconds 28 milliseconds 369 microseconds Beginning to run tests of HeuristicCompletion-Tests with random seed 20938224 Finished to run tests of Refactoring-Environment-Tests in 28 seconds 921 milliseconds 744 microseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 1066357776 Finished to run tests of Spec2-Adapters-Morphic-Tests in 43 milliseconds 597 microseconds Beginning to run tests of Geometry-Tests with random seed 1073288253 Finished to run tests of Geometry-Tests in 27 milliseconds 17 microseconds Beginning to run tests of Microdown-Tests with random seed 466186329 Finished to run tests of Microdown-Tests in 1 second 608 milliseconds 492 microseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 641010852 Finished to run tests of Collections-Sequenceable-Tests in 685 milliseconds 782 microseconds Beginning to run tests of Sindarin-Tests with random seed 619708758 Finished to run tests of Sindarin-Tests in 811 milliseconds 458 microseconds Beginning to run tests of System-Benchmark-Tests with random seed 291640707 Finished to run tests of System-Benchmark-Tests in 2 milliseconds 337 microseconds Beginning to run tests of NewTools-FontChooser with random seed 198314885 Requested font dd08sadna80nsazczxcz not found Requested font Arial not found Requested font dd08sadna80nsazczxcz not found Requested font Arial not found Finished to run tests of NewTools-FontChooser in 267 milliseconds 335 microseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 576499599 Finished to run tests of HeuristicCompletion-Tests in 22 seconds 118 milliseconds 391 microseconds Beginning to run tests of Kernel-CodeModel-Tests with random seed 706381918 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 176 milliseconds 941 microseconds Beginning to run tests of Collections-Native-Tests with random seed 48587511 Finished to run tests of Collections-Native-Tests in 391 milliseconds 672 microseconds Beginning to run tests of ClassAnnotation-Tests with random seed 261190787 Finished to run tests of ClassAnnotation-Tests in 1 second 618 milliseconds 824 microseconds Beginning to run tests of Calypso-SystemTools-QueryBrowser-Tests with random seed 76596950 Finished to run tests of Calypso-SystemTools-QueryBrowser-Tests in 1 second 37 milliseconds 847 microseconds Beginning to run tests of SortFunctions-Tests with random seed 583518692 Finished to run tests of SortFunctions-Tests in 6 milliseconds 865 microseconds Beginning to run tests of NewTools-Finder-Tests with random seed 442942700 Finished to run tests of NewTools-Finder-Tests in 7 seconds 186 milliseconds 705 microseconds Beginning to run tests of System-OSEnvironments-Tests with random seed 560247040 Finished to run tests of System-OSEnvironments-Tests in 21 milliseconds 823 microseconds Beginning to run tests of System-Settings-Tests with random seed 30829079 Finished to run tests of System-Settings-Tests in 1 second 12 milliseconds 520 microseconds Beginning to run tests of UndefinedClasses-Tests with random seed 381508365 Finished to run tests of UndefinedClasses-Tests in 47 milliseconds 176 microseconds Beginning to run tests of Microdown-RichTextPresenter-Tests with random seed 135867197 Finished to run tests of Microdown-RichTextPresenter-Tests in 947 milliseconds 369 microseconds Beginning to run tests of Zinc-HTTP-Examples with random seed 514090225 Finished to run tests of Zinc-HTTP-Examples in 656 milliseconds 542 microseconds Beginning to run tests of Collections-Weak-Tests with random seed 43457922 Finished to run tests of Collections-Weak-Tests in 4 seconds 488 milliseconds 435 microseconds Beginning to run tests of Metacello-TestsReference with random seed 608120590 Finished to run tests of Metacello-TestsReference in 7 milliseconds 610 microseconds Beginning to run tests of Roassal-Global-Tests with random seed 938028567 Finished to run tests of NewTools-Spotter-Processors-Tests in 21 seconds 182 milliseconds 229 microseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 719030607 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 3 milliseconds 513 microseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 710352980 Finished to run tests of Roassal-Global-Tests in 4 seconds 482 milliseconds 480 microseconds Beginning to run tests of Roassal-Inspector-Tests with random seed 948036507 Finished to run tests of Roassal-Inspector-Tests in 84 milliseconds 131 microseconds Beginning to run tests of CodeImport-Tests with random seed 287549168 Finished to run tests of CodeImport-Tests in 60 milliseconds 797 microseconds Beginning to run tests of Tool-DependencyAnalyser-Tests with random seed 7551789 Finished to run tests of Tool-DependencyAnalyser-Tests in 1 second 700 milliseconds 188 microseconds Beginning to run tests of System-Identification-Tests with random seed 963227859 Finished to run tests of System-Identification-Tests in 96 milliseconds 886 microseconds Beginning to run tests of Spec2-Code-Diff-Tests with random seed 955703861 Finished to run tests of Spec2-Code-Diff-Tests in 2 milliseconds 877 microseconds Beginning to run tests of Monticello-Tests with random seed 288989497 Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 187 milliseconds 302 microseconds Beginning to run tests of Roassal-UML-Tests with random seed 116509847 Finished to run tests of Roassal-UML-Tests in 17 milliseconds 952 microseconds Beginning to run tests of ClassParser-Tests with random seed 482489259 Finished to run tests of ClassParser-Tests in 228 milliseconds 774 microseconds Beginning to run tests of Roassal-Mondrian with random seed 543714706 Finished to run tests of Roassal-Mondrian in 9 milliseconds 450 microseconds Beginning to run tests of FileSystem-Core-Tests with random seed 119390108 Finished to run tests of FileSystem-Core-Tests in 70 milliseconds 919 microseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 672658402 Finished to run tests of NewTools-RewriterTools-Tests in 172 milliseconds 881 microseconds Beginning to run tests of BeautifulComments with random seed 1045048207 Finished to run tests of BeautifulComments in 8 milliseconds 320 microseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 586894489 Finished to run tests of NewTools-Scopes-Tests in 190 milliseconds 715 microseconds Beginning to run tests of System-Finalization-Tests with random seed 16360024 Finished to run tests of System-Finalization-Tests in 424 milliseconds 576 microseconds Beginning to run tests of Slot-Tests with random seed 224185089 Finished to run tests of Monticello-Tests in 1 second 876 milliseconds 214 microseconds Beginning to run tests of SystemCommands-MethodCommands-Tests with random seed 180220302 Finished to run tests of SystemCommands-MethodCommands-Tests in 2 milliseconds 357 microseconds Beginning to run tests of EpiceaBrowsers-Tests with random seed 315323024 Finished to run tests of EpiceaBrowsers-Tests in 2 seconds 518 milliseconds 1 microsecond Beginning to run tests of Refactoring-DataForTesting with random seed 597464168 Finished to run tests of Refactoring-DataForTesting in 2 milliseconds 784 microseconds Beginning to run tests of Commander2-Tests with random seed 766110058 Finished to run tests of Commander2-Tests in 5 milliseconds 648 microseconds Beginning to run tests of Ring-Core-Tests with random seed 957448304 Finished to run tests of Ring-Core-Tests in 1 second 358 milliseconds 760 microseconds Beginning to run tests of DrTests-TestCoverage-Tests with random seed 271600833 Finished to run tests of DrTests-TestCoverage-Tests in 127 milliseconds 435 microseconds Beginning to run tests of Zinc-Character-Encoding-Tests with random seed 574203971 Finished to run tests of Zinc-Character-Encoding-Tests in 162 milliseconds 221 microseconds Beginning to run tests of Shift-ClassBuilder-Tests with random seed 591417830 Finished to run tests of Shift-ClassBuilder-Tests in 1 second 309 milliseconds 187 microseconds Beginning to run tests of DrTests-TestCoverage-Tests-Mocks with random seed 635524613 Finished to run tests of DrTests-TestCoverage-Tests-Mocks in 2 milliseconds 109 microseconds Beginning to run tests of NewTools-Debugger-Breakpoints-Tools with random seed 311073799 Finished to run tests of Slot-Tests in 6 seconds 47 milliseconds 47 microseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 331432610 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 156 milliseconds 480 microseconds Beginning to run tests of System-Installers-Tests with random seed 342140734 Finished to run tests of System-Installers-Tests in 156 milliseconds 122 microseconds Beginning to run tests of VariablesLibrary-Tests with random seed 936827868 Finished to run tests of VariablesLibrary-Tests in 211 milliseconds 408 microseconds Beginning to run tests of System-History-Tests with random seed 420951215 Finished to run tests of System-History-Tests in 2 milliseconds 940 microseconds Beginning to run tests of DebugPoints-Tests with random seed 607078580 Finished to run tests of NewTools-Debugger-Breakpoints-Tools in 591 milliseconds 919 microseconds Beginning to run tests of Kernel-Tests with random seed 89995352 Finished to run tests of DebugPoints-Tests in 258 milliseconds 104 microseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 320057014 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 24 milliseconds 441 microseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 946609360 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 5 milliseconds 777 microseconds Beginning to run tests of TaskIt-Tests with random seed 177037781 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-05-15 14:19:55.000 growOldSpaceByAtLeast (Replacement/generated/64/vm/src/gcc3x-cointerp.c:47359):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 11 seconds 27 milliseconds 933 microseconds Beginning to run tests of EmergencyDebugger-Tests with random seed 1055784313 Finished to run tests of EmergencyDebugger-Tests in 762 milliseconds 749 microseconds Beginning to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests with random seed 534348660 Finished to run tests of Calypso-SystemPlugins-Deprecation-Queries-Tests in 9 milliseconds 584 microseconds Beginning to run tests of EnlumineurFormatter-Tests with random seed 834110845 Finished to run tests of EnlumineurFormatter-Tests in 208 milliseconds 158 microseconds Beginning to run tests of Morphic-Tests with random seed 821062993 Finished to run tests of Morphic-Tests in 3 seconds 441 milliseconds 185 microseconds Beginning to run tests of Roassal-Animation-Tests with random seed 792471235 Finished to run tests of Roassal-Animation-Tests in 1 second 549 milliseconds 246 microseconds Beginning to run tests of Commander2-UI-Tests with random seed 186969811 Finished to run tests of Commander2-UI-Tests in 2 milliseconds 431 microseconds Beginning to run tests of Collections-Unordered-Tests with random seed 794025941 Finished to run tests of Collections-Unordered-Tests in 1 second 559 milliseconds 424 microseconds Beginning to run tests of Refactoring-Environment-Tests with random seed 67038450 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. Finished to run tests of TaskIt-Tests in 18 seconds 526 milliseconds 172 microseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 857710900 Finished to run tests of Kernel-Tests-WithCompiler in 21 milliseconds 556 microseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 113707595 Finished to run tests of NewTools-FileBrowser-Tests in 5 seconds 436 milliseconds 616 microseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 69233031 Finished to run tests of System-BasicCommandLineHandler-Tests in 75 milliseconds 469 microseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 703817173 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 21 milliseconds 238 microseconds Beginning to run tests of Rubric-Tests with random seed 879979497 Finished to run tests of Rubric-Tests in 100 milliseconds 911 microseconds Beginning to run tests of Graphics-Tests with random seed 957642832 Finished to run tests of Graphics-Tests in 1 second 924 milliseconds 449 microseconds Beginning to run tests of NewValueHolder-Tests with random seed 1031214806 Finished to run tests of NewValueHolder-Tests in 2 milliseconds 778 microseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 305709528 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 7 milliseconds 401 microseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 1018268384 Finished to run tests of Roassal-Interaction-Tests in 172 milliseconds 662 microseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 821028749 Finished to run tests of NewTools-Debugger-Fuel-Tests in 19 milliseconds 987 microseconds Beginning to run tests of OpalCompiler-Tests with random seed 175923363 Finished to run tests of OpalCompiler-Tests in 710 milliseconds 425 microseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 876290415 Finished to run tests of Spec2-Morphic-Backend-Tests in 818 milliseconds 963 microseconds Beginning to run tests of Collections-Streams-Tests with random seed 945469347 Finished to run tests of Collections-Streams-Tests in 225 milliseconds 498 microseconds Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 766826630 Finished to run tests of Collections-DoubleLinkedList-Tests in 2 milliseconds 588 microseconds Beginning to run tests of Network-Mail-Tests with random seed 979457161 Finished to run tests of Network-Mail-Tests in 6 milliseconds 199 microseconds Beginning to run tests of PharoDocComment-Tests with random seed 536861328 Finished to run tests of PharoDocComment-Tests in 502 milliseconds 119 microseconds Beginning to run tests of Coverage-Tests with random seed 525701135 Finished to run tests of Coverage-Tests in 221 milliseconds 770 microseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 136611310 Finished to run tests of NewTools-CodeCritiques-Tests in 864 milliseconds 497 microseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 368680525 Finished to run tests of Zinc-Zodiac-Tests in 10 seconds 208 milliseconds 112 microseconds Beginning to run tests of System-Support-Tests with random seed 310417967 Finished to run tests of System-Support-Tests in 1 second 497 milliseconds 615 microseconds Beginning to run tests of System-Caching-Tests with random seed 430744330 Finished to run tests of System-Caching-Tests in 2 seconds 226 milliseconds 708 microseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 676197565 Finished to run tests of Reflectivity-Tools-Tests in 557 milliseconds 707 microseconds Beginning to run tests of System-Hashing-Tests with random seed 315649772 Finished to run tests of System-Hashing-Tests in 726 milliseconds 61 microseconds Beginning to run tests of Calypso-Browser-Tests with random seed 951741379 Finished to run tests of Calypso-Browser-Tests in 6 seconds 983 milliseconds 513 microseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 794160395 Finished to run tests of SystemCommands-MessageCommands-Tests in 2 milliseconds 581 microseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 981251854 Finished to run tests of NewTools-Spotter-Tests in 626 milliseconds 58 microseconds Beginning to run tests of Kernel-Extended-Tests with random seed 300288640 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 86 milliseconds 593 microseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 203200191 Finished to run tests of SystemCommands-PackageCommands-Tests in 1 millisecond 820 microseconds Beginning to run tests of Spec2-Code-Backend-Tests with random seed 717421762 Finished to run tests of Spec2-Code-Backend-Tests in 2 seconds 135 milliseconds 887 microseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 319270940 NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) Finished to run tests of Refactoring-Changes-Tests in 244 milliseconds 6 microseconds Beginning to run tests of Random-Tests with random seed 350092560 Finished to run tests of Random-Tests in 394 milliseconds 309 microseconds Beginning to run tests of OSWindow-Tests with random seed 1048420762 Finished to run tests of OSWindow-Tests in 1 millisecond 155 microseconds Beginning to run tests of UnifiedFFI-Tests with random seed 421944732 Finished to run tests of UnifiedFFI-Tests in 291 milliseconds 236 microseconds Beginning to run tests of Epicea-Tests with random seed 646557888 Finished to run tests of Epicea-Tests in 486 milliseconds 713 microseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 264401577 Finished to run tests of Refactoring-Environment-Tests in 41 seconds 968 milliseconds 342 microseconds Beginning to run tests of Spec2-Adapters-Morphic-Tests with random seed 247126498 Finished to run tests of Spec2-Adapters-Morphic-Tests in 83 milliseconds 322 microseconds Beginning to run tests of Geometry-Tests with random seed 998252088 Finished to run tests of Geometry-Tests in 55 milliseconds 377 microseconds Beginning to run tests of Microdown-Tests with random seed 296878704 Finished to run tests of Microdown-Tests in 1 second 691 milliseconds 552 microseconds Beginning to run tests of Collections-Sequenceable-Tests with random seed 149934865 Finished to run tests of Collections-Sequenceable-Tests in 1 second 379 milliseconds 164 microseconds Beginning to run tests of Sindarin-Tests with random seed 170152057 Finished to run tests of Sindarin-Tests in 1 second 362 milliseconds 999 microseconds Beginning to run tests of System-Benchmark-Tests with random seed 291349454 Finished to run tests of System-Benchmark-Tests in 2 milliseconds 245 microseconds Beginning to run tests of NewTools-FontChooser with random seed 591315152 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 332 milliseconds 329 microseconds Beginning to run tests of NewTools-Spotter-Processors-Tests with random seed 192097566 Finished to run tests of Refactoring-Transformations-Tests in 40 seconds 22 milliseconds 824 microseconds Beginning to run tests of Traits-Tests with random seed 439101186 SystemNotification: T12 SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: T1 SystemNotification: T2 SystemNotification: T6 SystemNotification: T11 SystemNotification: T3 SystemNotification: T9 SystemNotification: T4 SystemNotification: T10 SystemNotification: T5 SystemNotification: C1 SystemNotification: C9 SystemNotification: C10 SystemNotification: CA SystemNotification: CB SystemNotification: C11 SystemNotification: C2 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 13 seconds 312 milliseconds 641 microseconds Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 1030278150 Finished to run tests of Morphic-Widgets-FastTable-Tests in 65 milliseconds 506 microseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 323346759 Finished to run tests of Ring-ChunkImporter-Tests in 29 milliseconds 546 microseconds Beginning to run tests of ProfStef-Tests with random seed 2462053 Finished to run tests of ProfStef-Tests in 128 milliseconds 304 microseconds Beginning to run tests of Compression-Tests with random seed 700499687 Finished to run tests of Compression-Tests in 2 seconds 604 milliseconds 668 microseconds Beginning to run tests of SUnit-Core with random seed 496802324 Finished to run tests of SUnit-Core in 679 microseconds Beginning to run tests of DrTests-Tests with random seed 286681876 Finished to run tests of DrTests-Tests in 221 milliseconds 41 microseconds Beginning to run tests of Debugger-Model-Tests with random seed 622708723 Finished to run tests of Debugger-Model-Tests in 649 milliseconds 773 microseconds Beginning to run tests of Spec2-Backend-Tests with random seed 299138430 Finished to run tests of NewTools-Spotter-Processors-Tests in 59 seconds 424 milliseconds 964 microseconds Beginning to run tests of Transcript-NonInteractive-Tests with random seed 1022338368 Pharo writing to the standard error Pharo writing to the standard output Finished to run tests of Transcript-NonInteractive-Tests in 4 milliseconds 464 microseconds Beginning to run tests of ThreadedFFI-UFFI-Tests with random seed 333559364 Finished to run tests of ThreadedFFI-UFFI-Tests in 5 seconds 278 milliseconds 791 microseconds Beginning to run tests of Roassal-UML-Tests with random seed 685823719 Finished to run tests of Roassal-UML-Tests in 46 milliseconds 373 microseconds Beginning to run tests of ClassParser-Tests with random seed 1012156693 Finished to run tests of ClassParser-Tests in 499 milliseconds 910 microseconds Beginning to run tests of Roassal-Mondrian with random seed 607370770 Finished to run tests of Roassal-Mondrian in 25 milliseconds 933 microseconds Beginning to run tests of FileSystem-Core-Tests with random seed 16334891 Finished to run tests of FileSystem-Core-Tests in 167 milliseconds 247 microseconds Beginning to run tests of NewTools-RewriterTools-Tests with random seed 181200087 Finished to run tests of NewTools-RewriterTools-Tests in 320 milliseconds 960 microseconds Beginning to run tests of BeautifulComments with random seed 693367320 Finished to run tests of BeautifulComments in 16 milliseconds 648 microseconds Beginning to run tests of NewTools-Scopes-Tests with random seed 272889641 Finished to run tests of NewTools-Scopes-Tests in 302 milliseconds 964 microseconds Beginning to run tests of System-Finalization-Tests with random seed 647220824 Finished to run tests of System-Finalization-Tests in 932 milliseconds 747 microseconds Beginning to run tests of Slot-Tests with random seed 957889789 Finished to run tests of Slot-Tests in 11 seconds 998 milliseconds 83 microseconds Beginning to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests with random seed 440855775 Finished to run tests of Calypso-SystemPlugins-InheritanceAnalysis-Queries-Tests in 385 milliseconds 929 microseconds Beginning to run tests of System-Installers-Tests with random seed 129094754 Finished to run tests of System-Installers-Tests in 252 milliseconds 721 microseconds Beginning to run tests of VariablesLibrary-Tests with random seed 571394912 Finished to run tests of VariablesLibrary-Tests in 371 milliseconds 949 microseconds Beginning to run tests of System-History-Tests with random seed 194058452 Finished to run tests of System-History-Tests in 4 milliseconds 990 microseconds Beginning to run tests of DebugPoints-Tests with random seed 101230808 Finished to run tests of DebugPoints-Tests in 365 milliseconds 468 microseconds Beginning to run tests of SystemCommands-RefactoringSupport-Tests with random seed 719412552 Finished to run tests of SystemCommands-RefactoringSupport-Tests in 43 milliseconds 148 microseconds Beginning to run tests of Calypso-SystemPlugins-Flags-Queries-Tests with random seed 306191221 Finished to run tests of Calypso-SystemPlugins-Flags-Queries-Tests in 9 milliseconds 721 microseconds Beginning to run tests of TaskIt-Tests with random seed 1026981760 Finished to run tests of TaskIt-Tests in 20 seconds 285 milliseconds 998 microseconds Beginning to run tests of Kernel-Tests-WithCompiler with random seed 362251967 Finished to run tests of Kernel-Tests-WithCompiler in 39 milliseconds 275 microseconds Beginning to run tests of NewTools-FileBrowser-Tests with random seed 641741030 Finished to run tests of Spec2-Backend-Tests in 48 seconds 549 milliseconds 675 microseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 41885735 Finished to run tests of SUnit-Support-UITesting-Tests in 2 milliseconds 748 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 581855532 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 78 milliseconds 872 microseconds Beginning to run tests of Collections-Atomic-Tests with random seed 540098937 Finished to run tests of Collections-Atomic-Tests in 6 milliseconds 11 microseconds Beginning to run tests of Renraku-Tests with random seed 585224833 Finished to run tests of Renraku-Tests in 2 seconds 561 milliseconds 152 microseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 1049705603 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 2 milliseconds 951 microseconds Beginning to run tests of Network-Tests with random seed 298324870 Finished to run tests of Network-Tests in 7 seconds 607 milliseconds 9 microseconds Beginning to run tests of Ring-Monticello-Tests with random seed 351074878 Finished to run tests of Ring-Monticello-Tests in 54 milliseconds 257 microseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 368916341 Finished to run tests of NewTools-Sindarin-Commands-Tests in 31 milliseconds 933 microseconds Beginning to run tests of System-Time-Tests with random seed 1014341526 Finished to run tests of NewTools-FileBrowser-Tests in 8 seconds 990 milliseconds 326 microseconds Beginning to run tests of System-BasicCommandLineHandler-Tests with random seed 992716041 Finished to run tests of System-BasicCommandLineHandler-Tests in 145 milliseconds 429 microseconds Beginning to run tests of Calypso-SystemPlugins-Traits-Queries-Tests with random seed 1018427803 Finished to run tests of Calypso-SystemPlugins-Traits-Queries-Tests in 42 milliseconds 487 microseconds Beginning to run tests of Rubric-Tests with random seed 291658695 Finished to run tests of Rubric-Tests in 184 milliseconds 533 microseconds Beginning to run tests of Graphics-Tests with random seed 351394689 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 376 milliseconds 457 microseconds Beginning to run tests of MonticelloTonel-Tests with random seed 877923019 Finished to run tests of MonticelloTonel-Tests in 170 milliseconds 113 microseconds Beginning to run tests of ThreadedFFI-Tests with random seed 206241397 Returning an object but pool is fullFinished to run tests of ThreadedFFI-Tests in 53 milliseconds 687 microseconds Beginning to run tests of AST-Core-Tests with random seed 281139884 NewUndeclaredWarning: UndefinedObject>>DoIt (a is Undeclared) NewUndeclaredWarning: MCMockClassE>>foo (a is Undeclared) Finished to run tests of Graphics-Tests in 3 seconds 670 milliseconds 627 microseconds Beginning to run tests of NewValueHolder-Tests with random seed 630025176 Finished to run tests of NewValueHolder-Tests in 3 milliseconds 913 microseconds Beginning to run tests of Calypso-SystemPlugins-FFI-Queries-Tests with random seed 998780636 Finished to run tests of Calypso-SystemPlugins-FFI-Queries-Tests in 9 milliseconds 881 microseconds Beginning to run tests of Roassal-Interaction-Tests with random seed 544977638 Finished to run tests of Roassal-Interaction-Tests in 344 milliseconds 206 microseconds Beginning to run tests of NewTools-Debugger-Fuel-Tests with random seed 526032192 Finished to run tests of NewTools-Debugger-Fuel-Tests in 31 milliseconds 975 microseconds Beginning to run tests of OpalCompiler-Tests with random seed 146770017 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 OpalCompiler-Tests in 1 second 388 milliseconds 412 microseconds Beginning to run tests of Spec2-Morphic-Backend-Tests with random seed 512239319 Finished to run tests of Spec2-Morphic-Backend-Tests in 895 milliseconds 724 microseconds Beginning to run tests of Collections-Streams-Tests with random seed 236679256 Finished to run tests of Collections-Streams-Tests in 424 milliseconds 554 microseconds Beginning to run tests of Collections-DoubleLinkedList-Tests with random seed 555481859 Finished to run tests of Collections-DoubleLinkedList-Tests in 5 milliseconds 180 microseconds Beginning to run tests of Network-Mail-Tests with random seed 21279241 Finished to run tests of Network-Mail-Tests in 10 milliseconds 594 microseconds Finished to run tests of AST-Core-Tests in 4 seconds 555 milliseconds 488 microseconds Beginning to run tests of System-Sources-Tests with random seed 681667980 Finished to run tests of System-Sources-Tests in 47 milliseconds 829 microseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 860910267 Finished to run tests of FuzzyMatcher-Tests in 1 millisecond 633 microseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 39962814 Finished to run tests of RottenTestsFinder-Tests in 241 milliseconds 732 microseconds Beginning to run tests of Keymapping-Tests with random seed 760145071 Finished to run tests of Keymapping-Tests in 13 milliseconds 649 microseconds Beginning to run tests of SUnit-Tests with random seed 133185470 Beginning to run tests of PharoDocComment-Tests with random seed 195209492 Finished to run tests of PharoDocComment-Tests in 1 second 20 milliseconds 847 microseconds Beginning to run tests of Coverage-Tests with random seed 759926633 Finished to run tests of SUnit-Tests in 3 seconds 914 milliseconds 125 microseconds Beginning to run tests of Roassal-Spec-Tests with random seed 415909133 Finished to run tests of Roassal-Spec-Tests in 102 milliseconds 89 microseconds Beginning to run tests of MonticelloGUI-Tests with random seed 62280820 Finished to run tests of MonticelloGUI-Tests in 223 milliseconds 595 microseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 282978131 Finished to run tests of Coverage-Tests in 388 milliseconds 158 microseconds Beginning to run tests of NewTools-CodeCritiques-Tests with random seed 808594925 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 648 milliseconds 734 microseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 778904286 Finished to run tests of Spec2-Dialogs-Tests in 540 milliseconds 378 microseconds Beginning to run tests of Text-Diff-Tests with random seed 513996794 Finished to run tests of Text-Diff-Tests in 2 milliseconds 978 microseconds Beginning to run tests of Commander-Core-Tests with random seed 142328063 Finished to run tests of Commander-Core-Tests in 1 millisecond 683 microseconds Beginning to run tests of Jobs-Tests with random seed 169866498 Finished to run tests of Jobs-Tests in 2 milliseconds 18 microseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 821327364 Finished to run tests of EmbeddedFreeType-Tests in 5 milliseconds 734 microseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 252256777 Finished to run tests of SUnit-Visitor-Tests in 1 millisecond 342 microseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 613596684 Finished to run tests of Zinc-Resource-Meta-Tests in 122 milliseconds 411 microseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 133113479 Finished to run tests of SUnit-MockObjects-Tests in 4 milliseconds 92 microseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 219582092 Finished to run tests of NewTools-FontChooser-Tests in 813 microseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 1054273420 Finished to run tests of Roassal-Shapes-Tests in 119 milliseconds 303 microseconds Beginning to run tests of Shout-Tests with random seed 886481924 Finished to run tests of Shout-Tests in 29 milliseconds 752 microseconds Beginning to run tests of ColorPicker-Tests with random seed 59515682 Finished to run tests of NewTools-CodeCritiques-Tests in 1 second 557 milliseconds 495 microseconds Beginning to run tests of Zinc-Zodiac-Tests with random seed 143849986 Finished to run tests of ColorPicker-Tests in 98 milliseconds 504 microseconds Beginning to run tests of Announcements-Core-Tests with random seed 388498310 Finished to run tests of Announcements-Core-Tests in 547 milliseconds 52 microseconds Beginning to run tests of RTree-Tests with random seed 412980394 Finished to run tests of RTree-Tests in 8 milliseconds 114 microseconds Beginning to run tests of Ombu-Tests with random seed 467602100 Finished to run tests of Ombu-Tests in 197 milliseconds 308 microseconds Beginning to run tests of FreeType-Tests with random seed 326669433 Finished to run tests of FreeType-Tests in 4 seconds 424 milliseconds 834 microseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 777151425 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 9 milliseconds 511 microseconds Beginning to run tests of Debugger-Oups-Tests with random seed 434393547 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 19 milliseconds 950 microseconds Beginning to run tests of STON-Tests with random seed 868789983 Finished to run tests of STON-Tests in 951 milliseconds 274 microseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 899868056 Finished to run tests of FileSystem-Memory-Tests in 2 seconds 461 milliseconds 960 microseconds Beginning to run tests of Files-Tests with random seed 546591031 Finished to run tests of Files-Tests in 3 seconds 359 milliseconds 286 microseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 496246614 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 5 milliseconds 260 microseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 901785181 Finished to run tests of DrTests-CommentsToTests-Tests in 7 milliseconds 81 microseconds Beginning to run tests of Regex-Core-Tests with random seed 144295781 Finished to run tests of Regex-Core-Tests in 27 milliseconds 592 microseconds Beginning to run tests of Spec2-Code-Tests with random seed 1010895232 Finished to run tests of Zinc-Zodiac-Tests in 12 seconds 94 milliseconds 89 microseconds Beginning to run tests of System-Support-Tests with random seed 802014273 Finished to run tests of Spec2-Code-Tests in 1 second 673 milliseconds 983 microseconds Beginning to run tests of Collections-Tests with random seed 331783948 Finished to run tests of Collections-Tests in 2 milliseconds 160 microseconds Beginning to run tests of NewTools-Playground-Tests with random seed 638522639 Finished to run tests of NewTools-Playground-Tests in 583 milliseconds 695 microseconds Beginning to run tests of Spec2-Tests with random seed 862920020 Finished to run tests of System-Support-Tests in 2 seconds 527 milliseconds 550 microseconds Beginning to run tests of System-Caching-Tests with random seed 924209698 Finished to run tests of System-Caching-Tests in 2 seconds 334 milliseconds 928 microseconds Beginning to run tests of Reflectivity-Tools-Tests with random seed 785489219 Finished to run tests of Reflectivity-Tools-Tests in 1 second 76 milliseconds 771 microseconds Beginning to run tests of System-Hashing-Tests with random seed 740733049 Finished to run tests of System-Hashing-Tests in 1 second 604 milliseconds 56 microseconds Beginning to run tests of Calypso-Browser-Tests with random seed 1012496574 Finished to run tests of Spec2-Tests in 9 seconds 992 milliseconds 23 microseconds Beginning to run tests of System-Utilities-Tests with random seed 185855842 Finished to run tests of System-Utilities-Tests in 5 milliseconds 933 microseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 1071438951 Finished to run tests of Tool-ExternalBrowser-Tests in 95 milliseconds 257 microseconds Beginning to run tests of Hiedra-Tests with random seed 331850183 Finished to run tests of Hiedra-Tests in 65 milliseconds 717 microseconds Beginning to run tests of Zodiac-Tests with random seed 805440010 Finished to run tests of Zodiac-Tests in 198 milliseconds 147 microseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 506559439 Finished to run tests of Roassal-BaselineMap-Tests in 36 milliseconds 139 microseconds Beginning to run tests of Metacello-TestsCore with random seed 274962165 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 27 milliseconds 489 microseconds Beginning to run tests of System-Platforms-Tests with random seed 898003729 Finished to run tests of System-Platforms-Tests in 2 milliseconds 921 microseconds Beginning to run tests of Athens-Cairo-Tests with random seed 737256723 2024-05-15 14:23:21.445 Pharo[26602:3748041] XType: Using static font registry. Finished to run tests of Athens-Cairo-Tests in 17 milliseconds 643 microseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 364593191 Finished to run tests of Spec2-Morphic-Tests in 2 seconds 796 milliseconds 517 microseconds Beginning to run tests of System-Localization-Tests with random seed 997767190 Finished to run tests of System-Localization-Tests in 4 milliseconds 375 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 256476696 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 138 milliseconds 282 microseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 300642212 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 19 milliseconds 122 microseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 632269494 Finished to run tests of AI-Algorithms-Graph-Tests in 18 milliseconds 793 microseconds Beginning to run tests of Manifest-Tests with random seed 131214026 Finished to run tests of Manifest-Tests in 1 second 163 milliseconds 843 microseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 291257431 Finished to run tests of Calypso-SystemQueries-Tests in 1 second 9 milliseconds 574 microseconds Beginning to run tests of Clap-Tests with random seed 60798542 Finished to run tests of Clap-Tests in 15 milliseconds 901 microseconds Beginning to run tests of Refactoring-Core-Tests with random seed 482565984 Finished to run tests of Calypso-Browser-Tests in 12 seconds 497 milliseconds 923 microseconds Beginning to run tests of SystemCommands-MessageCommands-Tests with random seed 827067536 Finished to run tests of SystemCommands-MessageCommands-Tests in 9 milliseconds 753 microseconds Beginning to run tests of NewTools-Spotter-Tests with random seed 439485082 Finished to run tests of Refactoring-Core-Tests in 2 seconds 802 milliseconds 839 microseconds Beginning to run tests of System-SessionManager-Tests with random seed 676272724 Finished to run tests of System-SessionManager-Tests in 4 milliseconds 571 microseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 758609497 Finished to run tests of Tool-ImageCleaner-Tests in 1 millisecond 156 microseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 739304025 Finished to run tests of NewTools-Spotter-Tests in 663 milliseconds 534 microseconds Beginning to run tests of Kernel-Extended-Tests with random seed 206108211 somethingsomethingFinished to run tests of Kernel-Extended-Tests in 1 second 327 milliseconds 835 microseconds Beginning to run tests of SystemCommands-PackageCommands-Tests with random seed 374452323 Finished to run tests of SystemCommands-PackageCommands-Tests in 4 milliseconds 642 microseconds Beginning to run tests of Spec2-Code-Backend-Tests with random seed 852051561 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 68 milliseconds 902 microseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 643984495 Finished to run tests of NewTools-SettingsBrowser-Tests in 2 seconds 621 milliseconds 934 microseconds Beginning to run tests of Beacon-Core-Tests with random seed 639875245 Finished to run tests of Beacon-Core-Tests in 2 milliseconds 775 microseconds Beginning to run tests of Collections-Stack-Tests with random seed 696062130 Finished to run tests of Collections-Stack-Tests in 1 millisecond 622 microseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 692965554 Finished to run tests of Ring-Definitions-Monticello-Tests in 5 milliseconds 845 microseconds Beginning to run tests of Equals-Tests with random seed 802416314 Finished to run tests of Equals-Tests in 29 milliseconds 50 microseconds Beginning to run tests of Collections-Strings-Tests with random seed 268919253 Finished to run tests of Spec2-Code-Backend-Tests in 3 seconds 160 milliseconds 278 microseconds Beginning to run tests of Refactoring-Changes-Tests with random seed 428245442 NewUndeclaredWarning: RBRefactoringChangeMock (SharedVar is Undeclared) Finished to run tests of Refactoring-Changes-Tests in 381 milliseconds 544 microseconds Beginning to run tests of Random-Tests with random seed 979241025 Finished to run tests of Collections-Strings-Tests in 756 milliseconds 70 microseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 518446286 Finished to run tests of Roassal-Layouts-Tests in 22 milliseconds 434 microseconds Beginning to run tests of Kernel-ExtraUtils with random seed 983660516 Finished to run tests of Kernel-ExtraUtils in 2 milliseconds 14 microseconds Beginning to run tests of System-Object Events-Tests with random seed 58019815 Finished to run tests of System-Object Events-Tests in 60 milliseconds 254 microseconds Beginning to run tests of Metacello-TestsMCCore with random seed 863166755 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 956 microseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 336244533 Finished to run tests of FileSystem-Tests-Attributes in 10 milliseconds 913 microseconds Beginning to run tests of Tool-Finder-Tests with random seed 370637375 Finished to run tests of Tool-Finder-Tests in 101 milliseconds 470 microseconds Beginning to run tests of Zinc-Tests with random seed 262962086 Finished to run tests of Random-Tests in 717 milliseconds 984 microseconds Beginning to run tests of OSWindow-Tests with random seed 838580751 Finished to run tests of OSWindow-Tests in 6 milliseconds 416 microseconds Beginning to run tests of UnifiedFFI-Tests with random seed 671739413 Finished to run tests of UnifiedFFI-Tests in 499 milliseconds 150 microseconds Beginning to run tests of Epicea-Tests with random seed 612109834 Finished to run tests of Epicea-Tests in 895 milliseconds 245 microseconds Beginning to run tests of Refactoring-Transformations-Tests with random seed 524140684 Finished to run tests of Zinc-Tests in 10 seconds 894 milliseconds 90 microseconds Beginning to run tests of Athens-Core-Tests with random seed 219446324 Finished to run tests of Athens-Core-Tests in 4 milliseconds 811 microseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 912939577 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 1 second 945 milliseconds 293 microseconds Beginning to run tests of NumberParser-Tests with random seed 98696660 Finished to run tests of NumberParser-Tests in 76 milliseconds 10 microseconds Beginning to run tests of Specific-Rules-Tests with random seed 580627231 Finished to run tests of Specific-Rules-Tests in 3 milliseconds 202 microseconds Beginning to run tests of Tool-FileList-Tests with random seed 1043866404 Finished to run tests of Tool-FileList-Tests in 80 milliseconds 846 microseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 1070970997 Finished to run tests of Ring-Definitions-Tests-Containers in 2 milliseconds 476 microseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 1001551479 Finished to run tests of Fonts-Infrastructure-Tests in 853 microseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 674693754 1 1 2 2 Finished to run tests of Flashback-Decompiler-Tests in 194 milliseconds 281 microseconds Beginning to run tests of Tools-Tests with random seed 400910907 Finished to run tests of Tools-Tests in 99 milliseconds 898 microseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 171486367 Finished to run tests of Metacello-Gitlab-Tests in 1 millisecond 289 microseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 378776994 Finished to run tests of Tools-CodeNavigation-Tests in 14 milliseconds 509 microseconds Beginning to run tests of Debugging-Utils-Tests with random seed 565427377 Finished to run tests of Debugging-Utils-Tests in 239 milliseconds 588 microseconds Beginning to run tests of FormCanvas-Tests with random seed 453290911 Finished to run tests of FormCanvas-Tests in 3 milliseconds 205 microseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 860026532 Finished to run tests of Ring-Definitions-Core-Tests in 39 milliseconds 308 microseconds Beginning to run tests of NECompletion-Tests with random seed 72733132 Finished to run tests of NECompletion-Tests in 156 milliseconds 118 microseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 351831400 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 7 seconds 111 milliseconds 297 microseconds Beginning to run tests of Text-Tests with random seed 201092914 Finished to run tests of Text-Tests in 13 milliseconds 16 microseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 792510526 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 156 milliseconds 387 microseconds Beginning to run tests of Roassal-SVG-Tests with random seed 941067483 Finished to run tests of Roassal-SVG-Tests in 6 milliseconds 894 microseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 214971107 Finished to run tests of ReflectionMirrors-Primitives-Tests in 5 milliseconds 466 microseconds Beginning to run tests of General-Rules-Tests with random seed 238884072 Finished to run tests of General-Rules-Tests in 2 seconds 748 milliseconds 626 microseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 669168551 Finished to run tests of Collections-Arithmetic-Tests in 2 milliseconds 855 microseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 644307626 Finished to run tests of Spec2-Commander2-Tests in 9 milliseconds 234 microseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 1040009396 Finished to run tests of NewTools-DocumentBrowser-Tests in 28 milliseconds 137 microseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 589622223 Finished to run tests of DrTests-TestsProfiling-Tests in 2 milliseconds 517 microseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 734553300 Finished to run tests of Math-Operations-Extensions-Tests in 2 milliseconds 466 microseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 452972247 Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 432 milliseconds 491 microseconds Beginning to run tests of Collections-Support-Tests with random seed 23189571 Finished to run tests of Collections-Support-Tests in 95 milliseconds 151 microseconds Beginning to run tests of Reflectivity-Tests with random seed 12470434 an ObjectFinished to run tests of Reflectivity-Tests in 2 seconds 150 milliseconds 516 microseconds Beginning to run tests of SUnit-Rules-Tests with random seed 692776201 Finished to run tests of SUnit-Rules-Tests in 113 milliseconds 790 microseconds Beginning to run tests of Fuel-Core-Tests with random seed 864307322 Finished to run tests of Fuel-Core-Tests in 9 seconds 77 milliseconds 809 microseconds 39368 run, 39368 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-osx-64.log [Pipeline] sh + cat progress-Tests-osx-64.log running suite: Fuel-Core-Tests starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 96 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond 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 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 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 7 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 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 231 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 134 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testScaledDecimal ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 83 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 17 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 5 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 2 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodes ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 2 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 8 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 2 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 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosure ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 120 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 10 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 178 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 83 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 7 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 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 63 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 19 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 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond 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 2 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 2 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 3 milliseconds starting testcase: FLConfigurationTest>>testDecorateStreamFactory ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testDecorateStreamFactoryWhenStreamFactoryNotSet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironment ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testEnvironmentHasAtLeastUndefinedObject ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testEnvironmentWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testFilePath ... finished in 2 milliseconds starting testcase: FLConfigurationTest>>testFilePathWhenStreamFactoryAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testFilePathWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testOnStream ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamDoesNotCloseStream ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamWithReuse ... finished in 1 millisecond starting testcase: FLConfigurationTest>>testOnStreamWrong ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactory ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryDefault ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustAcceptNoArguments ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFactoryWhenAlreadySet ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizer ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerDefault ... finished in 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 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 6 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 20 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 2 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 1 millisecond starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 2 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 61 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 76 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 44 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 44 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 57 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 4 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 45 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 14 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 76 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 62 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 34 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 26 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 41 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 34 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 41 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 64 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 70 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 42 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 33 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 131 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 64 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 130 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 139 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 66 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 6 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 3 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 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCompiledMethod ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond 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 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDuration ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 11 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testInterval ... finished in 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 170 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 77 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 7 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 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 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 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 70 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 20 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 128 milliseconds starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 3 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 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 25 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 2 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 2 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 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 12 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 173 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 79 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 491 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 4 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 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testRunArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testScaledDecimal ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testSet ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSetWithNil ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 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 38 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 9 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemDictionary ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 18 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideAndByteCharacters ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testWideString ... finished in 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testWideStringClassName ... finished in 1 millisecond 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 9 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 4 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 3 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 6 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 23 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 12 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 139 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 20 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 93 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 14 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 76 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 352 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 86 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testNestedDictionary ... finished in 4 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 114 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds 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 85 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 21 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 3 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 2 milliseconds 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 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testObsolete ... finished in 1 millisecond starting testcase: FLGlobalClassSerializationTest>>testPreservesIdentity ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testClassSideCompiledMethod ... finished in 3 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethod ... finished in 3 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 1 millisecond starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 9 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 6 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 30 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 8 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 7 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 8 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 2 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 16 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond 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 5 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyInsideObjectByTarget ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testSpecialObjectsArray ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testSubstituteByItself ... finished in 3 milliseconds starting testcase: FLHookedSubstitutionTest>>testTransientByNil ... finished in 3 milliseconds starting testcase: FLIgnoredVariablesTest>>testAllVariablesIgnored ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testIgnoredValueIsNotMaterialized ... finished in 2 milliseconds starting testcase: FLIgnoredVariablesTest>>testOneIgnoredVariable ... finished in 2 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 1 millisecond starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 1 millisecond starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 3 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 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeFromFileNamed ... finished in 1 millisecond starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFrom ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 2 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 5 milliseconds starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 0 seconds starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 5 milliseconds starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 52 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 10 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 2 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 1 millisecond starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 12 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 11 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 12 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 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteByItself ... finished in 0 seconds starting testcase: FLPluggableSubstitutionTest>>testSubstituteCharacterInPresenceOfSomeCharacter ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteTrueInPresenceOfTheTrueInstance ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testSubstituteUndefinedObjectInPresenceOfNil ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 1 millisecond starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 120 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 12 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 15 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 1 millisecond starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionMustBeCleanBlock ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testAddPreMaterializationAction ... finished in 1 millisecond starting testcase: FLSerializerTest>>testAddPreMaterializationActionCanAcceptTwoArguments ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAddPreMaterializationActionMustBeCleanBlock ... finished in 0 seconds starting testcase: FLSerializerTest>>testAtPutAdditionalObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testEnableLimitObjectsException ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviors ... finished in 8 milliseconds starting testcase: FLSerializerTest>>testFullySerializeAllBehaviorsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethods ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeAllMethodsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehavior ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorMustBeBehavior ... finished in 5 milliseconds starting testcase: FLSerializerTest>>testFullySerializeBehaviorUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodMustBeMethod ... finished in 0 seconds starting testcase: FLSerializerTest>>testFullySerializeMethodUsesSet ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitDepthTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLimitObjectsTo ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpAllInGlobalsMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookUpInGlobalsMustBeGlobal ... finished in 2 milliseconds starting testcase: FLSerializerTest>>testLookUpInGlobalsSymbolKey ... finished in 0 seconds starting testcase: FLSerializerTest>>testLookupAllInGlobals ... finished in 0 seconds starting testcase: FLSerializerTest>>testObject ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionMustBeCollection ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectCollectionWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testObjectWhenAlreadySet ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteBy ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLSerializerTest>>testWhenSubstituteByMustBeBlocks ... finished in 0 seconds starting testcase: FLSignatureTest>>testBadSignature ... finished in 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 2 milliseconds starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 1 millisecond starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 9 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 4 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 3 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 6 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReferenceChange ... finished in 4 milliseconds starting testcase: FLUserGuidesTest>>testByteArrayStream ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testConsiderGlobal ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testDemo ... finished in 8 milliseconds starting testcase: FLUserGuidesTest>>testFileShortcuts ... finished in 1 millisecond starting testcase: FLUserGuidesTest>>testGZip ... finished in 2 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 2 milliseconds starting testcase: FLVersionTest>>testDifferentMajor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentMinor ... finished in 1 millisecond starting testcase: FLVersionTest>>testDifferentPatch ... finished in 2 milliseconds starting testcase: FLVersionTest>>testEquals ... finished in 0 seconds starting testcase: FLVersionTest>>testLessThanOrEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testNotEqual ... finished in 0 seconds starting testcase: FLVersionTest>>testSameVersion ... finished in 1 millisecond starting testcase: FLWeakObjectsTest>>testAssociationWithWeak ... finished in 1 millisecond starting testcase: FLWeakObjectsTest>>testWeakAndNoStrongReferenceFromGraph ... finished in 6 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 6 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 6 milliseconds finished running suite: Fuel-Core-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] dir Running in /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64 [Pipeline] { [Pipeline] unstash [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-monticello_bootstrap-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-64bit-d9ffb2c.sources /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.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-compiler-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.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-monticello_bootstrap-64bit-d9ffb2c.zip + TEST_NAME_PREFIX=Pharo13.0-SNAPSHOT ++ echo Pharo13.0-SNAPSHOT ++ cut -d. -f 1 ++ cut -c6- ++ cut -d- -f 1 + 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-d9ffb2c.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.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-d9ffb2c.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.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-d9ffb2c.zip + unzip /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip Archive: /Users/lse/Workspace/workspace/uest_and_branch_Pipeline_Pharo13/Tests-osx-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.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: #(#Unicode #FileLocator #Date #DateAndTime #StartupPreferencesLoader #Time #FileAttributeNotSupported #Duration #FileSystem) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) + ./pharo bootstrap.image perform --save ChronologyConstants initialize ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save + ./pharo bootstrap.image loadHermes Traits.hermes --save SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) + ./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 653518339 Finished to run tests of SUnit-Core in 1 millisecond 561 microseconds Beginning to run tests of SUnit-Tests with random seed 928054022 Finished to run tests of SUnit-Tests in 3 seconds 776 milliseconds 941 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 18 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 104 milliseconds starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldFix ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished in 104 milliseconds starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished in 104 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 5 milliseconds starting testcase: SUnitTest>>testDefects ... finished in 0 seconds starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds starting testcase: SUnitTest>>testError ... finished in 0 seconds starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 2 milliseconds starting testcase: SUnitTest>>testException ... finished in 0 seconds starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailure ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailureDetection ... finished in 0 seconds starting testcase: SUnitTest>>testExpectedFailurePass ... finished in 0 seconds starting testcase: SUnitTest>>testFail ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished in 0 seconds starting testcase: SUnitTest>>testFileOutResult ... finished in 1 millisecond starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished in 24 milliseconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished in 0 seconds starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished in 0 seconds starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished in 25 milliseconds starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished in 0 seconds starting testcase: SUnitTest>>testLongRunningTest ... finished in 25 milliseconds starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished in 24 milliseconds starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished in 0 seconds starting testcase: SUnitTest>>testRan ... finished in 0 seconds starting testcase: SUnitTest>>testRanOnlyOnce ... finished in 0 seconds starting testcase: SUnitTest>>testResult ... finished in 0 seconds starting testcase: SUnitTest>>testRunning ... finished in 25 milliseconds starting testcase: SUnitTest>>testRunningLongTime ... finished in 2 seconds 2 milliseconds starting testcase: SUnitTest>>testShould ... finished in 0 seconds starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished in 64 milliseconds starting testcase: SUnitTest>>testSuite ... finished in 0 seconds starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished in 0 seconds starting testcase: SUnitTest>>testWithExceptionDo ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished in 0 seconds starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished in 0 seconds starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished in 0 seconds starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished in 0 seconds starting testcase: TestCaseTest>>testAnnouncement ... finished in 39 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 10 seconds 719 milliseconds 72 microseconds Beginning to run tests of Traits-Tests with random seed 1020409295 SystemNotification: T10 SystemNotification: T1 SystemNotification: TD SystemNotification: TB SystemNotification: T12 SystemNotification: T2 SystemNotification: T5 SystemNotification: TC SystemNotification: TA SystemNotification: T11 SystemNotification: T6 SystemNotification: T3 SystemNotification: T9 SystemNotification: T4 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 24 seconds 430 milliseconds 191 microseconds Beginning to run tests of Morphic-Widgets-FastTable-Tests with random seed 699615041 Finished to run tests of Morphic-Widgets-FastTable-Tests in 61 milliseconds 437 microseconds Beginning to run tests of Ring-ChunkImporter-Tests with random seed 260739712 Finished to run tests of Ring-ChunkImporter-Tests in 55 milliseconds 545 microseconds Beginning to run tests of ProfStef-Tests with random seed 610089400 Finished to run tests of ProfStef-Tests in 215 milliseconds 705 microseconds Beginning to run tests of Compression-Tests with random seed 379915921 Finished to run tests of Compression-Tests in 3 seconds 223 milliseconds 702 microseconds Beginning to run tests of SUnit-Core with random seed 683501609 Finished to run tests of SUnit-Core in 1 millisecond 79 microseconds Beginning to run tests of DrTests-Tests with random seed 536671019 Finished to run tests of DrTests-Tests in 450 milliseconds 370 microseconds Beginning to run tests of Debugger-Model-Tests with random seed 595813870 Finished to run tests of Debugger-Model-Tests in 732 milliseconds 116 microseconds Beginning to run tests of Spec2-Backend-Tests with random seed 790191819 Finished to run tests of Spec2-Backend-Tests in 46 seconds 617 milliseconds 580 microseconds Beginning to run tests of SUnit-Support-UITesting-Tests with random seed 1023962094 Finished to run tests of SUnit-Support-UITesting-Tests in 5 milliseconds 385 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests with random seed 408745204 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Queries-Tests in 151 milliseconds 182 microseconds Beginning to run tests of Collections-Atomic-Tests with random seed 722672525 Finished to run tests of Collections-Atomic-Tests in 12 milliseconds 203 microseconds Beginning to run tests of Renraku-Tests with random seed 510436250 Finished to run tests of Renraku-Tests in 3 seconds 920 milliseconds 277 microseconds Beginning to run tests of NewTools-RewriterTools-Backend-Tests with random seed 591591921 Finished to run tests of NewTools-RewriterTools-Backend-Tests in 6 milliseconds 327 microseconds Beginning to run tests of Network-Tests with random seed 732347127 Finished to run tests of Network-Tests in 8 seconds 367 milliseconds 487 microseconds Beginning to run tests of Ring-Monticello-Tests with random seed 377765543 Finished to run tests of Ring-Monticello-Tests in 124 milliseconds 999 microseconds Beginning to run tests of NewTools-Sindarin-Commands-Tests with random seed 484574756 Finished to run tests of NewTools-Sindarin-Commands-Tests in 62 milliseconds 385 microseconds Beginning to run tests of System-Time-Tests with random seed 151769701 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 913 milliseconds 812 microseconds Beginning to run tests of MonticelloTonel-Tests with random seed 230669233 Finished to run tests of MonticelloTonel-Tests in 371 milliseconds 719 microseconds Beginning to run tests of ThreadedFFI-Tests with random seed 876077605 2024-05-15T14:26:20.348994+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 304 milliseconds 391 microseconds Beginning to run tests of AST-Core-Tests with random seed 544073818 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 7 seconds 842 milliseconds 215 microseconds Beginning to run tests of System-Sources-Tests with random seed 608650519 Finished to run tests of System-Sources-Tests in 117 milliseconds 304 microseconds Beginning to run tests of FuzzyMatcher-Tests with random seed 421125774 Finished to run tests of FuzzyMatcher-Tests in 10 milliseconds 398 microseconds Beginning to run tests of RottenTestsFinder-Tests with random seed 242133145 Finished to run tests of RottenTestsFinder-Tests in 527 milliseconds 378 microseconds Beginning to run tests of Keymapping-Tests with random seed 744612264 Finished to run tests of Keymapping-Tests in 37 milliseconds 37 microseconds Beginning to run tests of SUnit-Tests with random seed 916337872 Finished to run tests of SUnit-Tests in 4 seconds 359 milliseconds 881 microseconds Beginning to run tests of Roassal-Spec-Tests with random seed 70163419 Finished to run tests of Roassal-Spec-Tests in 181 milliseconds 424 microseconds Beginning to run tests of MonticelloGUI-Tests with random seed 143677585 Finished to run tests of MonticelloGUI-Tests in 338 milliseconds 438 microseconds Beginning to run tests of Calypso-SystemTools-FullBrowser-Tests with random seed 328017636 Finished to run tests of Calypso-SystemTools-FullBrowser-Tests in 905 milliseconds 988 microseconds Beginning to run tests of Spec2-Dialogs-Tests with random seed 599468911 Finished to run tests of Spec2-Dialogs-Tests in 544 milliseconds 325 microseconds Beginning to run tests of Text-Diff-Tests with random seed 985554833 Finished to run tests of Text-Diff-Tests in 4 milliseconds 881 microseconds Beginning to run tests of Commander-Core-Tests with random seed 211150487 Finished to run tests of Commander-Core-Tests in 3 milliseconds 141 microseconds Beginning to run tests of Jobs-Tests with random seed 441805465 Finished to run tests of Jobs-Tests in 5 milliseconds 390 microseconds Beginning to run tests of EmbeddedFreeType-Tests with random seed 1039042976 Finished to run tests of EmbeddedFreeType-Tests in 2 milliseconds 166 microseconds Beginning to run tests of SUnit-Visitor-Tests with random seed 720004516 Finished to run tests of SUnit-Visitor-Tests in 2 milliseconds 223 microseconds Beginning to run tests of Zinc-Resource-Meta-Tests with random seed 168757158 Finished to run tests of Zinc-Resource-Meta-Tests in 196 milliseconds 145 microseconds Beginning to run tests of SUnit-MockObjects-Tests with random seed 449657451 Finished to run tests of SUnit-MockObjects-Tests in 3 milliseconds 827 microseconds Beginning to run tests of NewTools-FontChooser-Tests with random seed 160191599 Finished to run tests of NewTools-FontChooser-Tests in 1 millisecond 22 microseconds Beginning to run tests of Roassal-Shapes-Tests with random seed 821960047 Finished to run tests of Roassal-Shapes-Tests in 232 milliseconds 121 microseconds Beginning to run tests of Shout-Tests with random seed 755121754 Finished to run tests of Shout-Tests in 72 milliseconds 300 microseconds Beginning to run tests of ColorPicker-Tests with random seed 355997346 Finished to run tests of ColorPicker-Tests in 189 milliseconds 453 microseconds Beginning to run tests of Announcements-Core-Tests with random seed 596749922 Finished to run tests of Announcements-Core-Tests in 1 second 301 milliseconds 53 microseconds Beginning to run tests of RTree-Tests with random seed 1016834680 Finished to run tests of RTree-Tests in 17 milliseconds 241 microseconds Beginning to run tests of Ombu-Tests with random seed 194841738 Finished to run tests of Ombu-Tests in 326 milliseconds 762 microseconds Beginning to run tests of FreeType-Tests with random seed 77824208 Finished to run tests of FreeType-Tests in 16 seconds 308 milliseconds 678 microseconds Beginning to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests with random seed 1025105029 Finished to run tests of Calypso-SystemPlugins-SUnit-Queries-Tests in 15 milliseconds 118 microseconds Beginning to run tests of Debugger-Oups-Tests with random seed 609867158 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 48 milliseconds 999 microseconds Beginning to run tests of STON-Tests with random seed 881045960 Finished to run tests of STON-Tests in 2 seconds 33 milliseconds 292 microseconds Beginning to run tests of FileSystem-Memory-Tests with random seed 1057068473 Finished to run tests of FileSystem-Memory-Tests in 2 seconds 458 milliseconds 455 microseconds Beginning to run tests of Files-Tests with random seed 460737877 Finished to run tests of Files-Tests in 8 seconds 177 milliseconds 802 microseconds Beginning to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests with random seed 412294215 Finished to run tests of Calypso-SystemPlugins-Undeclared-Queries-Tests in 10 milliseconds 519 microseconds Beginning to run tests of DrTests-CommentsToTests-Tests with random seed 200094546 Finished to run tests of DrTests-CommentsToTests-Tests in 13 milliseconds 384 microseconds Beginning to run tests of Regex-Core-Tests with random seed 1012162912 Finished to run tests of Regex-Core-Tests in 61 milliseconds 145 microseconds Beginning to run tests of Spec2-Code-Tests with random seed 250505119 Finished to run tests of Spec2-Code-Tests in 2 seconds 500 milliseconds 255 microseconds Beginning to run tests of Collections-Tests with random seed 337397860 Finished to run tests of Collections-Tests in 4 milliseconds 349 microseconds Beginning to run tests of NewTools-Playground-Tests with random seed 278159720 Finished to run tests of NewTools-Playground-Tests in 1 second 53 milliseconds 916 microseconds Beginning to run tests of Spec2-Tests with random seed 50099848 Finished to run tests of Spec2-Tests in 15 seconds 67 milliseconds 275 microseconds Beginning to run tests of System-Utilities-Tests with random seed 15495530 Finished to run tests of System-Utilities-Tests in 12 milliseconds 648 microseconds Beginning to run tests of Tool-ExternalBrowser-Tests with random seed 315555705 Finished to run tests of Tool-ExternalBrowser-Tests in 185 milliseconds 335 microseconds Beginning to run tests of Hiedra-Tests with random seed 587966770 Finished to run tests of Hiedra-Tests in 143 milliseconds 313 microseconds Beginning to run tests of Zodiac-Tests with random seed 899367364 Finished to run tests of Zodiac-Tests in 8 seconds 365 milliseconds 591 microseconds Beginning to run tests of Roassal-BaselineMap-Tests with random seed 762828403 Finished to run tests of Roassal-BaselineMap-Tests in 74 milliseconds 436 microseconds Beginning to run tests of Metacello-TestsCore with random seed 471677374 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 47 milliseconds 738 microseconds Beginning to run tests of System-Platforms-Tests with random seed 842249710 Finished to run tests of System-Platforms-Tests in 5 milliseconds 999 microseconds Beginning to run tests of Athens-Cairo-Tests with random seed 576528117 Fontconfig error: Cannot load default config file Finished to run tests of Athens-Cairo-Tests in 30 milliseconds 605 microseconds Beginning to run tests of Spec2-Morphic-Tests with random seed 433815316 Finished to run tests of Spec2-Morphic-Tests in 4 seconds 141 milliseconds 231 microseconds Beginning to run tests of System-Localization-Tests with random seed 200419139 Finished to run tests of System-Localization-Tests in 6 milliseconds 20 microseconds Beginning to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests with random seed 473743177 Finished to run tests of Calypso-SystemPlugins-Reflectivity-Browser-Tests in 283 milliseconds 440 microseconds Beginning to run tests of Morphic-Widgets-Taskbar-Tests with random seed 248578918 Finished to run tests of Morphic-Widgets-Taskbar-Tests in 30 milliseconds 658 microseconds Beginning to run tests of AI-Algorithms-Graph-Tests with random seed 964383877 Finished to run tests of AI-Algorithms-Graph-Tests in 36 milliseconds 173 microseconds Beginning to run tests of Manifest-Tests with random seed 615705259 Finished to run tests of Manifest-Tests in 1 second 755 milliseconds 822 microseconds Beginning to run tests of Calypso-SystemQueries-Tests with random seed 771219848 Finished to run tests of Calypso-SystemQueries-Tests in 1 second 623 milliseconds 440 microseconds Beginning to run tests of Clap-Tests with random seed 1053628901 Finished to run tests of Clap-Tests in 23 milliseconds 866 microseconds Beginning to run tests of Refactoring-Core-Tests with random seed 436617474 Finished to run tests of Refactoring-Core-Tests in 4 seconds 706 milliseconds 331 microseconds Beginning to run tests of System-SessionManager-Tests with random seed 422704229 Finished to run tests of System-SessionManager-Tests in 6 milliseconds 822 microseconds Beginning to run tests of Tool-ImageCleaner-Tests with random seed 77785197 Finished to run tests of Tool-ImageCleaner-Tests in 2 milliseconds 20 microseconds Beginning to run tests of FileSystem-Disk-Tests with random seed 805379183 Finished to run tests of FileSystem-Disk-Tests in 2 seconds 141 milliseconds 92 microseconds Beginning to run tests of NewTools-SettingsBrowser-Tests with random seed 906248141 Finished to run tests of NewTools-SettingsBrowser-Tests in 3 seconds 229 milliseconds 375 microseconds Beginning to run tests of Beacon-Core-Tests with random seed 801642092 Finished to run tests of Beacon-Core-Tests in 3 milliseconds 930 microseconds Beginning to run tests of Collections-Stack-Tests with random seed 762203760 Finished to run tests of Collections-Stack-Tests in 2 milliseconds 944 microseconds Beginning to run tests of Ring-Definitions-Monticello-Tests with random seed 1024118642 Finished to run tests of Ring-Definitions-Monticello-Tests in 11 milliseconds 72 microseconds Beginning to run tests of Equals-Tests with random seed 912903295 Finished to run tests of Equals-Tests in 53 milliseconds 262 microseconds Beginning to run tests of Collections-Strings-Tests with random seed 674183605 Finished to run tests of Collections-Strings-Tests in 1 second 473 milliseconds 481 microseconds Beginning to run tests of Roassal-Layouts-Tests with random seed 233063800 Finished to run tests of Roassal-Layouts-Tests in 42 milliseconds 767 microseconds Beginning to run tests of Kernel-ExtraUtils with random seed 60801188 Finished to run tests of Kernel-ExtraUtils in 3 milliseconds 300 microseconds Beginning to run tests of System-Object Events-Tests with random seed 399911336 Finished to run tests of System-Object Events-Tests in 111 milliseconds 689 microseconds Beginning to run tests of Metacello-TestsMCCore with random seed 452071705 MetacelloNotification: testFileTreeRepository: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/temp/repo Finished to run tests of Metacello-TestsMCCore in 31 milliseconds 543 microseconds Beginning to run tests of FileSystem-Tests-Attributes with random seed 525824826 Finished to run tests of FileSystem-Tests-Attributes in 22 milliseconds 649 microseconds Beginning to run tests of Tool-Finder-Tests with random seed 985016144 Finished to run tests of Tool-Finder-Tests in 207 milliseconds 581 microseconds Beginning to run tests of Zinc-Tests with random seed 187244321 Finished to run tests of Zinc-Tests in 14 seconds 153 milliseconds 740 microseconds Beginning to run tests of Athens-Core-Tests with random seed 904253548 Finished to run tests of Athens-Core-Tests in 8 milliseconds 18 microseconds Beginning to run tests of NewTools-DocumentBrowser-GitHubResource-Tests with random seed 569568885 Finished to run tests of NewTools-DocumentBrowser-GitHubResource-Tests in 1 second 953 milliseconds 118 microseconds Beginning to run tests of NumberParser-Tests with random seed 680940309 Finished to run tests of NumberParser-Tests in 190 milliseconds 655 microseconds Beginning to run tests of Specific-Rules-Tests with random seed 1053839574 Finished to run tests of Specific-Rules-Tests in 7 milliseconds 373 microseconds Beginning to run tests of Tool-FileList-Tests with random seed 877480412 Finished to run tests of Tool-FileList-Tests in 100 milliseconds 530 microseconds Beginning to run tests of Ring-Definitions-Tests-Containers with random seed 711585602 Finished to run tests of Ring-Definitions-Tests-Containers in 3 milliseconds 74 microseconds Beginning to run tests of Fonts-Infrastructure-Tests with random seed 37066310 Finished to run tests of Fonts-Infrastructure-Tests in 1 millisecond 522 microseconds Beginning to run tests of Flashback-Decompiler-Tests with random seed 273277512 1 1 2 2 Finished to run tests of Flashback-Decompiler-Tests in 311 milliseconds 332 microseconds Beginning to run tests of Tools-Tests with random seed 286749823 Finished to run tests of Tools-Tests in 169 milliseconds 625 microseconds Beginning to run tests of Metacello-Gitlab-Tests with random seed 711226154 Finished to run tests of Metacello-Gitlab-Tests in 2 milliseconds 68 microseconds Beginning to run tests of Tools-CodeNavigation-Tests with random seed 826381868 Finished to run tests of Tools-CodeNavigation-Tests in 26 milliseconds 640 microseconds Beginning to run tests of Debugging-Utils-Tests with random seed 407639367 Finished to run tests of Debugging-Utils-Tests in 360 milliseconds 602 microseconds Beginning to run tests of FormCanvas-Tests with random seed 1046649008 Finished to run tests of FormCanvas-Tests in 4 milliseconds 507 microseconds Beginning to run tests of Ring-Definitions-Core-Tests with random seed 328901046 Finished to run tests of Ring-Definitions-Core-Tests in 68 milliseconds 862 microseconds Beginning to run tests of NECompletion-Tests with random seed 795721467 Finished to run tests of NECompletion-Tests in 301 milliseconds 110 microseconds Beginning to run tests of NewTools-Debugger-Tests with random seed 412068649 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 10 seconds 86 milliseconds 974 microseconds Beginning to run tests of Text-Tests with random seed 120074901 Finished to run tests of Text-Tests in 26 milliseconds 57 microseconds Beginning to run tests of Calypso-SystemPlugins-Critic-Queries-Tests with random seed 551584176 Finished to run tests of Calypso-SystemPlugins-Critic-Queries-Tests in 236 milliseconds 973 microseconds Beginning to run tests of Roassal-SVG-Tests with random seed 348230812 Finished to run tests of Roassal-SVG-Tests in 13 milliseconds 362 microseconds Beginning to run tests of ReflectionMirrors-Primitives-Tests with random seed 862234283 Finished to run tests of ReflectionMirrors-Primitives-Tests in 11 milliseconds 437 microseconds Beginning to run tests of General-Rules-Tests with random seed 252571063 Finished to run tests of General-Rules-Tests in 4 seconds 776 milliseconds 5 microseconds Beginning to run tests of Collections-Arithmetic-Tests with random seed 849813600 Finished to run tests of Collections-Arithmetic-Tests in 5 milliseconds 255 microseconds Beginning to run tests of Spec2-Commander2-Tests with random seed 984014950 Finished to run tests of Spec2-Commander2-Tests in 18 milliseconds 906 microseconds Beginning to run tests of NewTools-DocumentBrowser-Tests with random seed 661421691 Finished to run tests of NewTools-DocumentBrowser-Tests in 55 milliseconds 734 microseconds Beginning to run tests of DrTests-TestsProfiling-Tests with random seed 53893555 Finished to run tests of DrTests-TestsProfiling-Tests in 6 milliseconds 280 microseconds Beginning to run tests of Math-Operations-Extensions-Tests with random seed 162764217 Finished to run tests of Math-Operations-Extensions-Tests in 1 millisecond 932 microseconds Beginning to run tests of Calypso-NavigationModel-Tests with random seed 386293691 Finished to run tests of Calypso-NavigationModel-Tests in 3 seconds 375 milliseconds 729 microseconds Beginning to run tests of Collections-Support-Tests with random seed 688871917 Finished to run tests of Collections-Support-Tests in 173 milliseconds 152 microseconds Beginning to run tests of Reflectivity-Tests with random seed 568794524 an ObjectFinished to run tests of Reflectivity-Tests in 3 seconds 988 milliseconds 337 microseconds Beginning to run tests of SUnit-Rules-Tests with random seed 450509364 Finished to run tests of SUnit-Rules-Tests in 209 milliseconds 467 microseconds Beginning to run tests of Fuel-Core-Tests with random seed 44999686 Finished to run tests of Fuel-Core-Tests in 13 seconds 950 milliseconds 294 microseconds 39368 run, 39368 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-unix-64.log [Pipeline] sh + cat progress-Tests-unix-64.log running suite: Fuel-Core-Tests starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 220 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testArray ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testAssociation ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testBitmap ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testByteArrays ... finished in 8 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCharacter ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColor ... finished in 3 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testColorArray ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicIdentitySet ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLink ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinks ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testCyclicLinksInArray ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDate ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testDateAndTime ... finished in 4 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 2 milliseconds 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 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExceptions ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFloat ... finished in 16 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testFraction ... finished in 11 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testInterval ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 401 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testLotsOfNils ... finished in 194 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testMethodDictionary ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNestedDictionary ... finished in 7 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testPoint ... finished in 6 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testReadStream ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testRectangle ... finished in 4 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 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSetWithNil ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallInteger ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 118 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 14 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSymbol ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testSystemDictionary ... finished in 5 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTime ... finished in 39 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideString ... finished in 9 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLBinaryFileStreamBasicSerializationTest>>testWriteStream ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 9 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodes ... finished in 10 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureMaterializesClassVariablesCorrectly ... finished in 12 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 9 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithClassVariableRead ... finished in 7 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithGlobalVariable ... finished in 6 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithSelfSend ... finished in 4 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithTempVariableRead ... finished in 5 milliseconds starting testcase: FLBlockClosureSerializationTest>>testBlockClosureWithThreeArguments ... finished in 11 milliseconds starting testcase: FLBlockClosureSerializationTest>>testNestedBlockClosure ... finished in 11 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAllRangeOfIntegers ... finished in 175 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testBitmap ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testByteArrays ... finished in 7 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testCharacter ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCollectionElement ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testColor ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testCompiledMethod ... finished in 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 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testDuration ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyDictionary ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testEmptyOrderedCollection ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testFloat ... finished in 13 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testFraction ... finished in 10 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testGradientFillStyle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testInterval ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargeNegativeInteger ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfCharacters ... finished in 326 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testLotsOfNils ... finished in 126 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testMethodDictionary ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testOrderedCollection ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testPoint ... finished in 5 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRectangle ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRecursiveArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testScaledDecimal ... finished in 9 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSetWithNil ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallInteger ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 92 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testString ... finished in 6 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 10 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testTime ... finished in 40 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideAndByteCharacters ... finished in 4 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideString ... finished in 8 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringClassName ... finished in 3 milliseconds starting testcase: FLByteArrayBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLByteArrayBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLByteArrayBasicSerializationTest>>testWriteStream ... finished in 1 millisecond starting testcase: FLCompiledMethodSerializationTest>>testDoIt ... finished in 7 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalled ... finished in 3 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testInstalledModified ... finished in 7 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariable ... finished in 6 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testMethodAccessingAClassVariableInADoit ... finished in 5 milliseconds starting testcase: FLCompiledMethodSerializationTest>>testNotInstalled ... finished in 8 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 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 5 milliseconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustAcceptSingleArgument ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerMustBeBlock ... finished in 0 seconds starting testcase: FLConfigurationTest>>testStreamFinalizerWhenAlreadySet ... finished in 0 seconds starting testcase: FLContextSerializationTest>>testContext ... finished in 4 milliseconds starting testcase: FLContextSerializationTest>>testContextThisContext ... finished in 7 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosure ... finished in 8 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureAndSender ... finished in 7 milliseconds starting testcase: FLContextSerializationTest>>testContextWithClosureContextWithOutPointerTesting ... finished in 5 milliseconds starting testcase: FLContextSerializationTest>>testContextWithNilPc ... finished in 2 milliseconds starting testcase: FLContextSerializationTest>>testContextWithSender ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testContextWithTemp ... finished in 3 milliseconds starting testcase: FLContextSerializationTest>>testDoIt ... finished in 31 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeOn ... finished in 3 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToByteArray ... finished in 2 milliseconds starting testcase: FLConvenienceExtensionTest>>testObjectSerializeToFileNamed ... finished in 2 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testAnonymousObjectIsSerializable ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCompiledMethodClassBinding ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateBasic ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateByteArrayWithInstance ... finished in 0 seconds starting testcase: FLCreateClassSerializationTest>>testCreateClassAndMetaclass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassSideVariable ... finished in 13 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithClassVariable ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTrait ... finished in 86 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 122 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithInstance ... finished in 14 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPool ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingAClassVariableOfIt ... finished in 13 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithSharedPoolAndMethodReferencingIt ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateClassWithVariables ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateCompiledMethodClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchy ... finished in 15 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithExistingClasses ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateHierarchyWithSubclassSerializedBeforeSuperclass ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateNormalClass ... finished in 9 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateSharedPoolClass ... finished in 15 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableByteClass ... finished in 5 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableClass ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateVariableWordClass ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWeakClass ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideInitializeMethod ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassSideMethod ... finished in 11 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassTrait ... finished in 67 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithClassVariableAccessors ... finished in 14 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithComment ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithExternalTrait ... finished in 71 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInstance ... finished in 8 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithInternalTrait ... finished in 263 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithMethod ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithNilEnvironment ... finished in 6 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSmalltalkGlobalsEnvironment ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithSubclass ... finished in 10 milliseconds starting testcase: FLCreateClassSerializationTest>>testCreateWithTraitOnClassSide ... finished in 58 milliseconds starting testcase: FLCreateClassSerializationTest>>testDoesNotCreatePackage ... finished in 7 milliseconds starting testcase: FLCreateClassSerializationTest>>testMaterializationDoesNotModifySerializedClass ... finished in 28 milliseconds starting testcase: FLCreateClassSerializationTest>>testSerializeAnonymousSubclass ... finished in 8 milliseconds starting testcase: FLCreateTraitSerializationTest>>testAnonymousBehaviorIsSerializable ... finished in 70 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCompiledMethodClassBinding ... finished in 51 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateBasic ... finished in 47 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassSideMethod ... finished in 68 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithClassTrait ... finished in 70 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithComment ... finished in 48 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithExternalTrait ... finished in 72 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInstance ... finished in 87 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithInternalTrait ... finished in 102 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithMethod ... finished in 61 milliseconds starting testcase: FLCreateTraitSerializationTest>>testCreateWithTraitOnClassSide ... finished in 66 milliseconds starting testcase: FLCreateTraitSerializationTest>>testDoesNotCreatePackage ... finished in 46 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 22 milliseconds starting testcase: FLEphemeronTest>>testSupportForFinalizationRegistryEntry ... finished in 0 seconds starting testcase: FLEphemeronTest>>testSupportForWeakKeyAssociation ... finished in 0 seconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeMaterialization ... finished in 323 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationMourningBeforeSerialization ... finished in 158 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReference ... finished in 313 milliseconds starting testcase: FLEphemeronTest>>testWeakKeyAssociationWithStrongReferenceInGraph ... finished in 316 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAllRangeOfIntegers ... finished in 161 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testArray ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testAssociation ... finished in 10 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testBitmap ... finished in 8 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testCharacter ... finished in 5 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 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDate ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTime ... finished in 3 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDictionary ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds 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 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExceptions ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFloat ... finished in 15 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testFraction ... finished in 7 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 7 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLargePositiveInteger ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfCharacters ... finished in 311 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testLotsOfNils ... finished in 119 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testMethodDictionary ... finished in 10 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 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testReadStream ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRectangle ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRecursiveArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testScaledDecimal ... finished in 8 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSet ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSetWithNil ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallInteger ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerNegative ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 96 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSmalltalkGlobals ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testString ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 15 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSymbol ... finished in 5 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTime ... finished in 39 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFileReferenceStreamBasicSerializationTest>>testUUID ... finished in 4 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideAndByteCharacters ... finished in 2 milliseconds starting testcase: FLFileReferenceStreamBasicSerializationTest>>testWideString ... finished in 9 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 1 millisecond starting testcase: FLFullBasicSerializationTest>>testAllRangeOfIntegers ... finished in 184 milliseconds starting testcase: FLFullBasicSerializationTest>>testArray ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testAssociation ... finished in 8 milliseconds starting testcase: FLFullBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testBitmap ... finished in 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testByteArrays ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testCharacter ... finished in 5 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 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testColorArray ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testCompiledMethod ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAClass ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testConsiderGlobalAnObject ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testCreateClassWithChangedSuperclassFormat ... finished in 48 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 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDate ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testDateAndTime ... finished in 4 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 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testDuration ... finished in 3 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 6 milliseconds starting testcase: FLFullBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testFloat ... finished in 15 milliseconds starting testcase: FLFullBasicSerializationTest>>testFraction ... finished in 9 milliseconds starting testcase: FLFullBasicSerializationTest>>testGlobalClass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testGradientFillStyle ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testInterval ... finished in 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfCharacters ... finished in 303 milliseconds starting testcase: FLFullBasicSerializationTest>>testLotsOfNils ... finished in 123 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionaries ... finished in 2 seconds 742 milliseconds starting testcase: FLFullBasicSerializationTest>>testMethodDictionary ... finished in 7 milliseconds starting testcase: FLFullBasicSerializationTest>>testNestedDictionary ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testNil ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testNotSerializableObject ... finished in 0 seconds starting testcase: FLFullBasicSerializationTest>>testOrderedCollection ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testPair ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testPoint ... finished in 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 5 milliseconds starting testcase: FLFullBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallInteger ... finished in 4 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testSmallIntegerNegative ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 97 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 10 milliseconds starting testcase: FLFullBasicSerializationTest>>testSymbol ... finished in 3 milliseconds starting testcase: FLFullBasicSerializationTest>>testSystemDictionary ... finished in 2 milliseconds starting testcase: FLFullBasicSerializationTest>>testTime ... finished in 38 milliseconds starting testcase: FLFullBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLFullBasicSerializationTest>>testUUID ... finished in 6 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 1 millisecond starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodes ... finished in 12 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesConstant ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeDifferentBytecodesNonClean ... finished in 7 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureChangeSameBytecodesConstant ... finished in 6 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemoved ... finished in 10 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedConstant ... finished in 5 milliseconds starting testcase: FLFullBlockClosureSerializationTest>>testBlockClosureRemovedNonClean ... finished in 8 milliseconds starting testcase: FLFullHeaderSerializationTest>>testAdditionalObjects ... finished in 3 milliseconds starting testcase: FLFullHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActions ... finished in 25 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActions ... finished in 13 milliseconds starting testcase: FLFullHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAllRangeOfIntegers ... finished in 242 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testArray ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testAssociation ... finished in 10 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBag ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testBitmap ... finished in 37 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testByteArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testByteArrays ... finished in 9 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCharacter ... finished in 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testClassSideCompiledMethod ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testCollectionElement ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColor ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testColorArray ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCompiledMethod ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCompleteBinaryTree ... finished in 187 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testConsiderCustomWideSymbolGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicIdentitySet ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLink ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinks ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testCyclicLinksInArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDate ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTime ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateAndTimeOffsetNegative ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDateOffsets ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDateOffsetsChanging ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testDictionary ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDontConsiderCustomGlobal ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testDuration ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptyArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptyDictionary ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testEmptyOrderedCollection ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testEmptySet ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testExceptions ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testExecuteAfterMaterialization ... finished in 7 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFalse ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testFloat ... finished in 22 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testFraction ... finished in 181 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalClass ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testGlobalMetaclass ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testGradientFillStyle ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testInterval ... finished in 9 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargeNegativeInteger ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLargePositiveInteger ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfCharacters ... finished in 696 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testLotsOfNils ... finished in 152 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testMethodDictionary ... finished in 10 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 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPair ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testPairs ... finished in 226 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testPoint ... finished in 8 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testReadStream ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRectangle ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRecursiveArray ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRemoteString ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testRunArray ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testScaledDecimal ... finished in 10 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSet ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSetWithCollectionElement ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSetWithNil ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSharedReferences ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmallInteger ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMaxValue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerMinValue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerNegative ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmallIntegerSerializationForAllBits ... finished in 146 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSmalltalkGlobals ... finished in 3 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testString ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testStringGlobalsAndClosure ... finished in 11 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSymbol ... finished in 6 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testSystemDictionary ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTime ... finished in 47 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testTrue ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testUUID ... finished in 5 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideAndByteCharacters ... finished in 4 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideString ... finished in 16 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringClassName ... finished in 2 milliseconds starting testcase: FLGZippedBasicSerializationTest>>testWideStringGlobal ... finished in 0 seconds starting testcase: FLGZippedBasicSerializationTest>>testWordArray ... finished in 1 millisecond starting testcase: FLGZippedBasicSerializationTest>>testWriteStream ... finished in 2 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodNotFoundAfterRemoval ... finished in 5 milliseconds starting testcase: FLGlobalClassSerializationTest>>testClassSideMethodPreservesIdentity ... finished in 3 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 5 milliseconds starting testcase: FLGlobalClassSerializationTest>>testNotFoundAfterRename ... finished in 2 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 9 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodChangedNonClean ... finished in 6 milliseconds starting testcase: FLGlobalEnvironmentTest>>testCompiledMethodNotChangedConstant ... finished in 5 milliseconds starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobal ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testConsiderCustomGlobalNotFound ... finished in 1 millisecond starting testcase: FLGlobalEnvironmentTest>>testDontConsiderCustomGlobal ... finished in 3 milliseconds 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 12 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSideObsolete ... finished in 11 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testClassSidePreservesIdentity ... finished in 15 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testCreateClassWithCreatedTraitWithInstanceVariable ... finished in 52 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodNotFoundAfterRemoval ... finished in 13 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testMethodPreservesIdentity ... finished in 13 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRemoval ... finished in 12 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testNotFoundAfterRename ... finished in 16 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testObsolete ... finished in 12 milliseconds starting testcase: FLGlobalTraitSerializationTest>>testPreservesIdentity ... finished in 12 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testDictionaryRehash ... finished in 2 milliseconds starting testcase: FLHashedCollectionSerializationTest>>testSetRehash ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testAdditionalObjects ... finished in 3 milliseconds starting testcase: FLHeaderSerializationTest>>testJustMaterializeHeader ... finished in 2 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActions ... finished in 24 milliseconds starting testcase: FLHeaderSerializationTest>>testPostMaterializationActionsMustBeClean ... finished in 4 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActions ... finished in 15 milliseconds starting testcase: FLHeaderSerializationTest>>testPreMaterializationActionsMustBeClean ... finished in 1 millisecond starting testcase: FLHookedSubstitutionTest>>testAvoidRecursion ... finished in 2 milliseconds starting testcase: FLHookedSubstitutionTest>>testClassWithCachedValueByNil ... finished in 8 milliseconds starting testcase: FLHookedSubstitutionTest>>testObjectByProxyThatBecomesItsContent ... finished in 7 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTarget ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetAnalisysIsPropagated ... finished in 4 milliseconds starting testcase: FLHookedSubstitutionTest>>testProxyByTargetInsideObjectAndAnalisysIsPropagated ... finished in 8 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 4 milliseconds starting testcase: FLIgnoredVariablesTest>>testTwoIgnoredVariables ... finished in 4 milliseconds starting testcase: FLIndexStreamTest>>testCreation ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndex ... finished in 0 seconds starting testcase: FLIndexStreamTest>>testNextIndexPut ... finished in 0 seconds starting testcase: FLLimitingSerializationTest>>testDepthAndObjectLimit ... finished in 3 milliseconds starting testcase: FLLimitingSerializationTest>>testDepthLimit ... finished in 5 milliseconds starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarning ... finished in 2 milliseconds starting testcase: FLLimitingSerializationTest>>testEnableObjectsLimitWarningWithDepthLimit ... finished in 2 milliseconds starting testcase: FLLimitingSerializationTest>>testObjectLimit ... finished in 2 milliseconds 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 3 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromByteArray ... finished in 2 milliseconds starting testcase: FLMaterializerConvenienceMethodsTest>>testMaterializeHeaderFromFileNamed ... finished in 3 milliseconds starting testcase: FLMaterializerTest>>testDisableMethodChangedWarning ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMaterialize ... finished in 3 milliseconds starting testcase: FLMaterializerTest>>testMaterializeHeader ... finished in 3 milliseconds starting testcase: FLMaterializerTest>>testMaterializeObjectCollection ... finished in 9 milliseconds starting testcase: FLMaterializerTest>>testMaterializeRoot ... finished in 1 millisecond starting testcase: FLMaterializerTest>>testMigrateClassNamedToClass ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustBeSymbolAndClassOrSymbol ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassMustHaveUniqueSource ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassSourceAndTargetCanBeTheSame ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedToClassVariables ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedVariables ... finished in 0 seconds starting testcase: FLMaterializerTest>>testMigrateClassNamedVariablesMustBeSymbolAndDictionary ... finished in 1 millisecond starting testcase: FLMigrationTest>>testBadDestinationVariableRename ... finished in 7 milliseconds starting testcase: FLMigrationTest>>testChangeInSuperclass ... finished in 117 milliseconds starting testcase: FLMigrationTest>>testClassAndVariableRename ... finished in 23 milliseconds starting testcase: FLMigrationTest>>testClassRename ... finished in 4 milliseconds starting testcase: FLMigrationTest>>testFormatFixedToVariable ... finished in 2 milliseconds starting testcase: FLMigrationTest>>testSuperclassChange ... finished in 26 milliseconds starting testcase: FLMigrationTest>>testVariableInsertion ... finished in 21 milliseconds starting testcase: FLMigrationTest>>testVariableOrderChange ... finished in 22 milliseconds starting testcase: FLMigrationTest>>testVariableRemoved ... finished in 22 milliseconds starting testcase: FLMigrationTest>>testVariableRename ... finished in 21 milliseconds starting testcase: FLPluggableSubstitutionTest>>testAvoidRecursion ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testLowercaseSomeSymbols ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testPrivateExcluded ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testPrivateExcludedAndWithConflicts ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testSimple ... finished in 4 milliseconds 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 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testTransientPair ... finished in 1 millisecond starting testcase: FLPluggableSubstitutionTest>>testTransientPairLeft ... finished in 2 milliseconds starting testcase: FLPluggableSubstitutionTest>>testUniqueSubstitution ... finished in 2 milliseconds starting testcase: FLProcessSerializationTest>>testSerializingShortDelay ... finished in 138 milliseconds starting testcase: FLSequencedSerializationTest>>testComplexObjects ... finished in 18 milliseconds starting testcase: FLSequencedSerializationTest>>testPrimitiveObjects ... finished in 38 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeOn ... finished in 3 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testSerializeToByteArray ... finished in 2 milliseconds starting testcase: FLSerializerConvenienceMethodsTest>>testToFileNamed ... finished in 6 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationAction ... finished in 3 milliseconds starting testcase: FLSerializerTest>>testAddPostMaterializationActionCanAcceptThreeArguments ... finished in 3 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 11 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 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 2 milliseconds starting testcase: FLSignatureTest>>testSameSignature ... finished in 2 milliseconds starting testcase: FLSimpleStackTest>>testCapacity ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testGrow ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testIsEmpty ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPop ... finished in 0 seconds starting testcase: FLSimpleStackTest>>testPush ... finished in 0 seconds starting testcase: FLSingletonTest>>testSingletonMaterialization ... finished in 2 milliseconds starting testcase: FLSingletonTest>>testSingletonMaterializationEnforced ... finished in 2 milliseconds starting testcase: FLSingletonTest>>testSingletonMaterializationEnforcedNoInstance ... finished in 2 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollection ... finished in 13 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableChanges ... finished in 6 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithClassVariableReference ... finished in 4 milliseconds starting testcase: FLSortedCollectionSerializationTest>>testSortedCollectionWithInstanceVariableReference ... finished in 10 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 1 millisecond starting testcase: FLUserGuidesTest>>testGZip ... finished in 3 milliseconds starting testcase: FLUserGuidesTest>>testPluggableSubstitution ... finished in 2 milliseconds starting testcase: FLVersionTest>>testDifferentMajor ... finished in 4 milliseconds 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 7 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph ... finished in 7 milliseconds starting testcase: FLWeakObjectsTest>>testWeakWithStrongReferenceFromGraph2 ... finished in 11 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/Pharo10.0-64bit-9a68076.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-core-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-traits-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-64bit-d9ffb2c.sources /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-metacello-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-compiler-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-monticello_bootstrap-64bit-d9ffb2c.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-core-64bit-d9ffb2c.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 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-d9ffb2c.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.zip inflating: Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image ++ find . -name Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.image + IMAGE_FILE=./Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.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-d9ffb2c.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-hermesPackages-64bit-d9ffb2c.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-d9ffb2c.zip + unzip /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip Archive: /builds/workspace/uest_and_branch_Pipeline_Pharo13/Tests-unix-64/build/bootstrap-cache/Pharo13.0-SNAPSHOT-rpackage-64bit-d9ffb2c.zip inflating: protocolsKernel.txt + mv ./Pharo13.0-SNAPSHOT-bootstrap-64bit-d9ffb2c.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: #(#Unicode #FileLocator #Date #DateAndTime #StartupPreferencesLoader #Time #FileAttributeNotSupported #Duration #FileSystem) + ./pharo bootstrap.image loadHermes System-Time.hermes AST-Core.hermes InitializePackagesCommandLineHandler.hermes Random-Core.hermes System-Model.hermes System-NumberPrinting.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading System-Time.hermes SystemNotification: [Hermes] Installing System-Time.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading AST-Core.hermes SystemNotification: [Hermes] Installing AST-Core.hermes SystemNotification: New Undeclared created... check dependencies: #(#Halt) SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading Random-Core.hermes SystemNotification: [Hermes] Installing Random-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading System-Model.hermes SystemNotification: [Hermes] Installing System-Model.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading System-NumberPrinting.hermes SystemNotification: [Hermes] Installing System-NumberPrinting.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) + ./pharo bootstrap.image perform --save ChronologyConstants initialize ChronologyConstants + ./pharo bootstrap.image perform --save DateAndTime initialize DateAndTime + ./pharo bootstrap.image initializePackages --packages --protocols=protocolsKernel.txt --save + ./pharo bootstrap.image loadHermes Traits.hermes --save SystemNotification: [Hermes] Reading Traits.hermes SystemNotification: [Hermes] Installing Traits.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #Halt #FileAttributeNotSupported #FileSystem #Unicode) + ./pharo bootstrap.image loadHermes Debugging-Utils.hermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore SystemNotification: [Hermes] Reading Debugging-Utils.hermes SystemNotification: [Hermes] Installing Debugging-Utils.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading SUnit-Core.hermes SystemNotification: [Hermes] Installing SUnit-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) SystemNotification: [Hermes] Reading SUnit-Tests.hermes SystemNotification: [Hermes] Installing SUnit-Tests.hermes SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #StartupPreferencesLoader #FileAttributeNotSupported #FileSystem #Unicode) + ./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 653518345 Finished to run tests of SUnit-Core in 3 milliseconds 422 microseconds Beginning to run tests of SUnit-Tests with random seed 928054030 Finished to run tests of SUnit-Tests in 3 seconds 942 milliseconds 214 microseconds 322 run, 322 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts ‘*.fuel’ doesn’t match anything No artifacts found that match the file pattern "*.fuel". Configuration error? [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-unix-64Kernel.log [Pipeline] sh + cat progress-Tests-unix-64Kernel.log running suite: SUnit-Tests starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentTags ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished in 3 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished in 2 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished in 8 milliseconds starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished in 26 milliseconds starting testcase: ClassFactoryWithNonDefaultEnvironmentTest>>testClassCreationInDifferentTags ... finished in 1 millisecond 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 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 1 millisecond starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectNumberOfTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMatrixExampleHasTheCorrectTests ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsAndCasesMultiplyCases ... finished in 0 seconds starting testcase: PaSuiteTest>>testMultiplyMatrixWithOptionsMultiplyCases ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished in 0 seconds starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished in 0 seconds starting testcase: ResumableTestFailureTestCase>>testResumable ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished in 0 seconds starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished in 50 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 102 milliseconds starting testcase: SUnitTest>>testAssert ... finished in 0 seconds starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished in 13 milliseconds starting testcase: SUnitTest>>testDefects ... finished in 0 seconds starting testcase: SUnitTest>>testDialectLocalizedException ... finished in 0 seconds starting testcase: SUnitTest>>testError ... finished in 0 seconds starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished in 1 second 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 24 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 60 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] } [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 Avoid second fetch Checking out Revision d9ffb2ce72275b9c5402727622a51b641a9d61b8 (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 d9ffb2ce72275b9c5402727622a51b641a9d61b8 # timeout=10 Commit message: "Merge pull request #16641 from jordanmontt/fixing-vm-param-labels" [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/16641 Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/16641 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 d9ffb2ce72275b9c5402727622a51b641a9d61b8 (Pharo13) Commit message: "Merge pull request #16641 from jordanmontt/fixing-vm-param-labels" > 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 d9ffb2ce72275b9c5402727622a51b641a9d61b8 # timeout=10 [Pipeline] sh + git log -1 --format=%H [Pipeline] build Scheduling project: pharo-benchmarks [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS